@charset "utf-8";
/* CSS Document */
/* Tシャツ白丸 */
.itemcardwrap {
  gap: 50px 30px;
}
.item-card {
  text-align: center;
  border-radius: 12px;
  width: clamp(200px, 25vw, 300px);
}
/* 円形イメージ */
.item-card .imgbox {
  width: clamp(200px, 25vw, 300px);
  height: clamp(200px, 25vw, 300px);
  margin: 0 auto -10px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item-card .imgbox img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}
.item-card .title {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
/* 説明文 */
.item-card .desc {
  line-height: 1.7;
  margin-bottom: 20px;
}
/* ボタンエリア */
.item-card .btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.item-card .btns p {
  font-size: 14px;
}
.item-card .btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #000;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 600;
  padding: 6px 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 3px 3px 0 #000; /* 通常時の黒影 */
}
.item-card .btn img {
  width: 25px;
  height: auto;
}
.item-card .btn:hover {
  background: #f3f3f3;
  transform: translate(2px, 2px);
  box-shadow: none;
}

.pagetitle4{
	background-color: #2F519B;
}

 .flowbox_wrap{
	width: 100%;
	gap: 80px;
}
 .flowbox_wrap .boxitem{
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 10px;
}
.flowbox_wrap .boxitem:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
}
 .flowbox_wrap .step-label{
width: clamp(70px, 8vw, 80px);
height: clamp(70px, 8vw, 80px);
	position: absolute;
	background-color: #000;
	border-radius: 50%;
	flex-direction: column;
	top: -40px;
     
}
.flowbox_wrap .stepbox{
    margin-top: 10px;
}

 .flowbox_wrap .step-label img{
width: 20px;
     height: 50px;
}

.flowbox_wrap .step-label .num{
    margin-top: -10px;
}
 .flowbox_wrap .txtbox{
	width: 70%;
}
 .flowbox_wrap .iconbox{
	width: 15%;
     min-width: 130px;
}

.notes {
  display: grid;
  gap: 40px;
  padding: clamp(16px, 3vw, 32px) 0;
}

.note__head {
  position: relative;
  margin: 0;
  padding: 8px 12px 8px 42px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
}

.note__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
width: clamp(8px, 1vw, 12px);
height: clamp(8px, 1vw, 12px);
  border-radius: 50%;
  background: #fff;
}

.note__body {
  padding: 12px 16px;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.7;
}


.cate0{
	gap:60px;
}
.cate0 .topbox{
	width: 100%;
}
.cate0 .topbox .titlebox{
	flex-direction: column;
}
.cate0 .topbox .titlebox img{
	width: 42px;
}
.cate0 .topbox .txtbox p{
	font-size: 20px;
	line-height: 2;
}
.cate0 .bottombox{
	width: 100%;
	border-radius: 20px;
	padding: 50px;
	background-color: #FFF;
}
.cate0 .bottombox .titlebox h3{
	font-size: 24px;
	border-bottom: #000 4px solid;
}
.cate0 .bottombox .txtbox p{
	line-height: 2;
}
.cate0 .bottombox .bg-g{
	background-color: #EFEFEF;
	padding: 40px 80px;
	border-radius: 10px;
}
.cate0 .bottombox .bg-g p{
    position: relative;              
    padding-left: 1.2em;              
    line-height: 1.8;            
}
.cate0 .bottombox .bg-g p::before{
	content: "";
    position: absolute;
    left: 0;                         
    top: 0.6em;                       
    width: 0.5em;                
    height: 0.5em;
    border-radius: 50%;            
    background: #000;   
}
.cate{
    position: relative;
}
.cate:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;                 
    height: 0;
    border-bottom: 1px dashed #000;
}
.more1 a{
	display: inline-flex;
	gap: 20px;
	border-radius: 200px;
	padding: 10px 30px;
	background-color: #000000;
	max-width: 320px;
}
.more1 .icon{
	width: 17px;
}
.more1 a > .flex{
    display: inline-flex;
    align-items: center;
    gap: 20px;   
}

.more1 a .icon{
    display: inline-flex;
    transition: transform .25s ease;
}

.more1 a:hover .icon{
    transform: translateX(4px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate0 .bottombox .bg-g{
		padding: 40px 40px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .flowbox_wrap .boxitem .txt_wrap{
		flex-direction: column-reverse;
        gap:30px;
	}
.flowbox_wrap .txtbox{
		width: 100%;
	}
.flowbox_wrap .boxitem .iconbox {
        width: 40%;
    max-width: 120px;
		padding: 0px;
    }
    .flowbox_wrap .step-label img {
    width: 20px;
    height: 40px;
}
 .flowbox_wrap .boxitem {
    padding: 30px 30px;
}
	.cate0 .bottombox .txtbox p{
		text-align: left;
	}
	.cate0 .topbox .txtbox p br{
		display: none;
	}
	.cate0 .topbox .txtbox p span{
		display: inline-block;
	}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .item-card .imgbox {
}
	.cate0 {
		gap: 40px;
	}
	.cate0 .bottombox {
		width: 100%;
		border-radius: 20px;
		padding: 30px;
		background-color: #FFF;
	}
	.cate0 .bottombox .titlebox h3 {
		font-size: 20px;
		border-bottom: #000 2px solid;
	}
    .cate0 .bottombox .bg-g {
        padding: 20px;
    }
	.cate0 .bottombox .txtbox p{
		text-align: left;
	}
	.cate0 .topbox .txtbox p{
		font-size: 18px;
		text-align: left;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

