@charset "utf-8";
.mv__box{position:relative;}
.top_result {
  position: absolute;
  right: -80px;  
	top: -120px;  }
.top_result img {
  width: 247px;
  height: auto;
}
.top_result:hover{opacity:.8;}

.se_re_box{
	padding:85px 0 130px;
	background-image: linear-gradient(45deg, rgba(255, 216, 0, 0.2), rgba(126, 195, 0, 0.2));
}

.se_re_intro{
	margin-bottom:30px;
}


.top_case_box{
	margin-top:150px;
	background-color:#FFF;
	border:4px solid #65a4d7;
	border-radius:25px;
	padding-top:100px;
	padding-bottom:90px;
}

.top_case_box h2{
	text-align:center;
	width:5em;
padding-bottom:15px;
	margin:0 auto;
	border-bottom:9.5px solid #65a4d7;
}

.top_case_itembox{
	  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
	gap:70px 30px; /* 行間 20px、列間 30px */
  width: 90%;
  margin: 70px auto 0 auto;
}
.top_case_item{
	max-width:390px;
	display:flex;
	justify-content:space-between;
}

.top_case_item:hover{opacity:.6;}

.case_img{width:100%;max-width:114px;}
.case_text{width:100%;margin-left:30px;}
.case_text img{width:41px;margin-left:2em;margin-top:20px;}
.case_text h4{    color: #65a4d7;
    font-weight: bold;
    margin-bottom: .5em;}
.case_text p{letter-spacing:-.5px;text-align:justify;}
.pc_case_text{display:block;}
.tb_case_text{display:none;}
.sp_case_text{display:none;}
@media screen and (max-width: 1024px) {
	.top_result {
  position: absolute;
  right: -200px;  
	top: -85px;  }
.top_result img {
  width: 55%;
}

}

@media screen and (max-width: 599.98px) {
	    .mv {
        background-image: url(../img/2025/sp_mv_bg.svg) no-repeat center center / auto 100%;!important;
    }
		.top_result {
			position: absolute;
			right: -33%;
			top: -85%;  }
    .mv__inner {
        padding-top: 170px!important;
        padding-bottom: 86px!important;
    }
}
@media screen and (max-width: 431px) {
		.top_result {
						right: -33%;
			top: -75%;  }
}

.tb_no_br{display:block;}
@media screen and (max-width: 930px) {
	.pc_case_text{display:none;}
.tb_case_text{display:block;}
.sp_case_text{display:none;}
	.tb_no_br{display:none;}
  .top_case_itembox {
    grid-template-columns: 1fr; /* 1列に変更 */
    gap: 60px;                  /* 列間は不要なので行間のみ */
  }

  .top_case_item {
    max-width: 100%;
    flex-direction: row; /* 画像とテキストは横並びのまま */
  }

  .case_text {
    margin-left: 20px; /* 少し余白を小さく */
  }

  .case_text img {
    margin-left: 1.5em; /* アイコンの余白も調整 */
  }
}
@media screen and (max-width: 599.98px) {
	.top_case_box{margin-top:45px;padding-bottom:50px;padding-top:50px;}
	.top_case_itembox{margin-top:40px;gap:30px;}
	.case_img{max-width:76px;}
	.case_text{margin-left:6%;}
	.tb_no_br{display:block;}
		.pc_case_text{display:none;}
	.case_text h4{font-size:16px;}
.tb_case_text{display:none;}
	.sp_case_text{display:block;font-size:13px;width:90%;letter-spacing: 1px!important;}
	.case_text img{width:27.5px; margin-top:10px;}
	.top_case_box h2{padding-bottom:12px;border-bottom:7px solid #65a4d7;}
}


.flow__list {
    margin-top: 30px;
}
.flow__list_head{
  text-shadow:
    2px 2px 0 #fff,
   -2px 2px 0 #fff,
    2px -2px 0 #fff,
   -2px -2px 0 #fff;}
/* ================================
   .flow__list_item.--review 専用CSS
================================ */

/* ベースブロック */
.flow__list_item.--review {
  display: grid;
  grid-template-columns: auto;
  align-content: start;
  padding: 22px 19px;
  min-height: 284px;
  margin-top: 55px;
  position: relative;
  background-color: rgba(141, 202, 32, .2);
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--review {
    min-height: auto;
    margin-top: 55px;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--review {
    padding: 10px 12px 22px;
    margin-top: 62px;
  }
}


@media screen and (max-width: 1024px) {
  .flow__list_item.--review::before {
    width: 64px;
    height: 35px;
    border-top-width: 35px;
    border-right-width: 32px;
    border-left-width: 32px;
    top: -43.125px;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--review::before {
    width: 44px;
    height: 24px;
    border-top-width: 24px;
    border-right-width: 22px;
    border-left-width: 22px;
    top: -31px;
  }
}

/* 見出しエリア */
.flow__list_item.--review .flow__list_head {
  width: auto;
  min-height: 4.8em;
  border: 2px solid;
  border-radius: 20px;
  background-color: #fff;
  color: #8dca20;
  font-weight: 700;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--review .flow__list_head {
    border-radius: 15px;
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--review .flow__list_head {
    min-height: 91px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 1.7rem;
  }
}

/* 見出しアイコン */
.flow__list_item.--review .flow__list_head::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
	margin-right:35%;
  background: no-repeat center center/contain;
  width: 3.7em;
  height: 4.3em;
  background-image: url(../img/2025/flow_icon05.svg);
  z-index: -1;
}

/* 本文エリア */
.flow__list_item.--review .flow__list_body {
  max-width: 320px;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--review .flow__list_body {
    line-height: 1.84375;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--review .flow__list_body {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
}

.flow__list_item.--review::before{
	display:none;
}

.flow__branch_item2 {
  display: flex;
  flex-direction: column; 
  align-items: flex-end;    
  gap: 110px;     
	margin-top:18px;
	margin-right:3%;
}

.flow__branch_item2 .arrow {
  width: 86px;
  height: 47px;
  border-top: 47px solid rgba(101, 165, 216, .5);
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
}

@media screen and (max-width: 1024px) {
	.flow__branch_item2 .arrow {width: 64px;
        height: 35px;
        border-top-width: 35px;
        border-right-width: 32px;
        border-left-width: 32px;}
	.flow__branch_item2 {  
  gap: 83px;     
	margin-top:30px;
	margin-right:3%;
}
}
@media screen and (max-width: 599.98px) {
	.flow__branch{grid-template-columns: 1.2fr 2fr;}
	.flow__branch_item2 {margin-top:10px;
	margin-right:3%;gap:70px;
}
	.flow__list_item.--review{margin-top:30px;}
	.flow__branch_item2 .arrow {width: 64px;
       width: 44px;
        height: 24px;
        border-top-width: 24px;
        border-right-width: 22px;
        border-left-width: 22px;
        }

}
/* ================================
   .flow__list_item.--work2 専用CSS
================================ */

/* ベースブロック */
.flow__list_item.--work2 {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 28px;
  border-radius: 20px;
  padding: 19px;
 background-color:rgba(255, 140, 170, .2);
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--work2 {
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    border-radius: 15px;
    padding: 15px;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--work2 {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    border-radius: 10px;
    padding: 10px 12px;
  }
}

/* 高さ・マージン・ポジション */
.flow__list_item.--work2 {
 
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--work2 {
   
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--work2 {
   
  }
}

/* 見出し */
.flow__list_item.--work2 .flow__list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.7333333333em;
  min-height: 4.4666666667em;
  border: 2px solid;
  border-radius: 20px;
  padding-top: .3em;
  background-color: #fff;
  position: relative;
  color: #ff8caa;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--work2 .flow__list_head {
    border-radius: 15px;
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--work2 .flow__list_head {
    width: 91px;
    min-height: 91px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 1.7rem;
  }
}

/* アイコン */
.flow__list_item.--work2 .flow__list_head::after {
  content: "";
  display: block;
  margin: auto;
  background: no-repeat center center/contain;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 3.3835166667em;
  height: 2.91494em;
  background-image: url(../img/2025/flow_success.svg);
}

/* 本文 */
.flow__list_item.--work2 .flow__list_body {
  margin-top: .6em;
  margin-right: -0.02em;
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  .flow__list_item.--work2 .flow__list_body {
    margin-top: -.3214285714em;
    margin-bottom: -.3214285714em;
    line-height: 1.84375;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599.98px) {
  .flow__list_item.--work2 .flow__list_body {
    line-height: 1.6428571429;
    font-size: 1.4rem;
  }
}

.case_box{
	padding: 85px 0 130px;
    background-image: linear-gradient(-120deg, rgba(255, 215, 0, 0.2), rgba(126, 194, 0, 0.2));
}

.case_inner{
	width:86%;margin:0 auto;
max-width:966px;
	    background-color: #FFF;
    border: 4px solid #65a4d7;
    border-radius: 25px;
    padding:100px 70px 90px;
	
}
.case_box h2 {
    text-align: center;
    width: 5em;
    padding-bottom: 15px;
    margin: 0 auto;
	margin-bottom:60px;
    border-bottom: 9.5px solid #65a4d7;
}
.case_page_item{
	display:flex;
	    align-items: flex-end;

}
.case_page_img{width:100%;max-width:274px;margin-right:3%;box-sizing:border-box;}
.case_page_img img{max-width:173px;margin:0 auto;}
.case_page_text h4{font-weight:bold;font-size:24px;color:#65a4d7;padding-bottom:25px;border-bottom:0.75px solid #000;margin-bottom:30px;}
.case_page_text p{font-size:18px;text-align:justify;}

.case_inner .arrow {
  width: 86px;
  height: 47px;
	margin:0 auto;
	margin-top:33px;
	margin-bottom:25px;
  border-top: 47px solid rgba(140, 201, 32, 1);
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
}

.status_box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	  background-color: #FFF;
    border: 2px solid #65a4d7;
    border-radius: 25px;
    padding:37px 35px 32px;
}

.status_img{width:100%;max-width:332px;margin-right:3%;box-sizing:border-box;}
.status_text{width:100%;max-width:390px;}
.another{padding-top:70px;margin-top:78px;border-top:0.75px solid #000;}
.another h2{display: block;
    margin: .7em auto;
    background-color: #65a5d8;
	color: #FFF;
	font-weight:bold;
text-align:center;padding:7px 0.8em;border-bottom:0;width:100%;max-width:162px;}

.case_inner .top_case_itembox{width:100%;}
.tb_br{display:none;}
.pc_only{display:block;}
.sp_case_page_item{display:none;}

.back_top_btn{margin:0 auto;max-width:238px;margin-top:90px;}
.back_top_btn:hover{opacity:.6;}
.back_top_btn img{width:.8em;margin-right:8px;}
.back_top_btn a{display:flex; font-weight:bold;color:#65a4d7;padding:.5em;background-color:#FFF;border:2px solid #65a4d7;border-radius:99999px;text-align:center;justify-content: center}
@media screen and (max-width: 1110px) {
	.case_inner .arrow {width: 64px;
        height: 35px;
        border-top-width: 35px;
        border-right-width: 32px;
        border-left-width: 32px;}
	.tb_br{display:block;}
}
.status_text p{    letter-spacing: -.3px;text-align:justify;}
@media screen and (max-width: 905px) {
	
	.status_box{flex-direction:column;}
	.status_img{
		margin-bottom:5%;
	}
	.status_text{max-width:none;}
	
	
}

@media screen and (max-width: 599.98px) {
.pc_only{display:none;}
	.sp_case_page_item{display:block;}
	.case_box{padding-top:37.5px;}
	.case_box h2{margin-bottom:41.5px; border-bottom:7px solid #65a4d7;padding-bottom:7px;}
	.another h2{border-bottom:0;}
.tb_br{display:none;}
	.case_inner{padding:40px 23px;}
	.case_inner .arrow {width: 64px;
       width: 44px;
        height: 24px;
        border-top-width: 24px;
        border-right-width: 22px;
        border-left-width: 22px;
		margin:25px auto;
        }
	.sp_case_item{display:flex; justify-content:space-between;align-items: flex-end;}
	.sp_case_page_item img{max-width:clamp(76px,21vw,136px);margin-right:1%;}
	.sp_case_page_item h4{font-weight:bold;color:#65a4d7;font-size:clamp(14px,3.8vw,26px);}
	.sp_case_page_item p{font-size:13px;margin-top:20px;}
	.status_box{border:none;
    border-radius:0;
    padding:0;
	padding-top:28px;
	border-top:3px solid #65a4d7;
	margin-top:21px;}
	.another{margin-top:57px;padding-top:50px;border-top:2px solid #000;}
	.another .case_text h4{font-size:14px;}
	.another .sp_case_text{width:100%;}
	.another .case_text p{font-size:13px;        letter-spacing: -1px!important;}
}

