@charset "UTF-8";
/* ========================
plan
======================== */
.contents {
overflow: hidden; 
}
/*img{width: 100%;}*/
.inner1000{
width: 94%;
max-width: 1000px;
}

figure{position: relative;}

.f-50{font-size: 50%;}
.f-60{font-size: 60%;}
.f-70{font-size: 70%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}


#main_Wrap {
position: relative;
}
#main_Wrap::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
background: #fff;
width: 100%;
height: 60px;
border-top-left-radius: 120px;
overflow: hidden;
z-index: 1;
}
#main_Wrap h2 {

}

#main_Wrap img {
 width: calc(100% - 60px);
}

#main_Wrap .cap_Txt {
/*bottom: 13%;*/
bottom: 70px;
}
#main_Wrap .cap_R {
right: 5%;
}
.mv_ttl {
position: absolute;
/*top: 28%;*/
top: calc(50% - 30px);
left: 50%;
transform: translate(-50%, -50%);
width: 60%;
max-width: 418px;
z-index: 3;
}

.lead_copy {
position: relative;
width: 94%;
margin: 0 auto;
padding: 0 0 70px;
text-align: center;
}
.lead_copy h3 {
text-align: center;
color: #000;
/*font-size: clamp(18px,2vw,24px);*/
font-size: clamp(18px, 2.4vw, 24px);
font-weight: 600;
/*line-height: 1.6;*/
line-height: 1.8;
letter-spacing: 0.04em;
}

#mv_Wrap {
  position: relative;
}
.mv_fadein {
  opacity: 0;
  transition-duration: 1.0s;
}
.mv_fadein.active {
  opacity: 1;
}
#mv_Wrap .mv_txt {
  color: #000;
  padding: 3% 0 3%;
}
#mv_Wrap .mv_txt > .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12.5%;
}
#mv_Wrap .mv_txt h2 {
  /*display: block;*/
  width: 28.8%;
}
#mv_Wrap .mv_txt h2 svg{
  overflow: visible;
}
#mv_Wrap .mv_txt h2 .mv_fadein {
  transform: translateY(10px);
}
#mv_Wrap .mv_txt h2 .mv_fadein.active {
  transform: translateY(0);
}
#mv_Wrap .mv_txt .mv__copy {
  font-weight: 700;
}
#mv_Wrap .mv_txt .mv__copy p {
  transform: translateX(10px);
}
#mv_Wrap .mv_txt .mv__copy p.active {
  transform: translateX(0);
}
#mv_Wrap .mv_txt .mv__copy .p1 {
  font-size: min(2.2vw,30px);
  letter-spacing: 0.1em;
  /*margin-bottom: 0.75em;*/
	line-height: 1.5;
}
#mv_Wrap .mv_txt .mv__copy .p2 {
  font-size: min(1.4vw,19px);
  letter-spacing: 0.05em;
  line-height: 2.79315789;
  margin-bottom: -0.75em;
}


.con_box {
display: flex;
align-items: flex-start;
width: 94%;
max-width: 1034px;
margin: 40px auto 0;
gap: 0 7.35009671%;
}
.con_box .con_L{
width: clamp(30px,3.16666667vw,38px);
}
.con_box .con_R{
/*width: 88.97485493%;
max-width: 920px;*/
width: 100%;
}

.plan_Wrap{
margin: 0 auto 0;
}
.plan_list {
width: 100%;
max-width: 920px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
gap: 30px 4.34782609%;
}
.plan_list li {
position: relative;
width: 47.82608696%;
margin: 0;
}
/*.plan_list li:nth-child(odd)::after {
content: "";
position: absolute;
top: 0;
right: -4.54545455%;
transform: translate(0,0);
display: block;
background: #000;
width: 1px;
height: 100%;
overflow: hidden;
z-index: 1;
}
*/

.plan_list li a {
transition: .3s;
}
.plan_list li a:hover {
filter: brightness(90%);
}



#notes_Area {
position: relative;
/*margin: 10vw auto 0;*/
}
/*
#notes_Area::after {
content: "";
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
background: url(../img/ftr_bg.png) no-repeat;
background-position: 0 0;
background-size: cover;
width: 100%;
height: 0;
padding: 18.6% 0;
z-index: -1;
}
*/


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

/*#main_Wrap .cap_Txt {
bottom: 19%;
}*/
#main_Wrap .cap_R {
right: 5px;
}
#main_Wrap img {
	width: 100%;
}



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
/*#main_Wrap .cap_Txt {
bottom: 18%;
}*/
	#main_Wrap .cap_R {
	right: 5px;
	}
	#main_Wrap img {
		width: 100%;
	}

  #mv_Wrap .mv_txt {
    padding: 0;
  }
  #mv_Wrap .mv_txt > .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12.5%;
  }
  #mv_Wrap .mv_txt h2 {
    width: calc(28.8% * 1.5);
    margin-bottom: 40px;
  }
  #mv_Wrap .mv_txt .mv__copy {
    padding: 0 4%;
  }
  #mv_Wrap .mv_txt .mv__copy .p1 {
    font-size: 20px;
  }
  #mv_Wrap .mv_txt .mv__copy .p2 {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
  }

.lead_copy {
padding: 0 0 40px;
}
.con_box {
	align-items: center;
}
.plan_list li {
width: 100%;
}
.plan_list li:nth-child(odd)::after {
content: unset;
}

}
