html,body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.5;
}
a{
  color: #000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.or{ color: #EC6515; }
.marker{
  display: inline-block;
  line-height: 1.3;
  background-color: #EF4604;
  color: #fff;
  padding: 0 0.2em 0.12em;
  border-radius: 0.15em;
  margin: 0 0.15em;
}
.marker:first-child,
br + .marker{
  margin-left: 0;
}




body{
  padding-top: 6.5rem;
}
.anchor{
  padding-top: 6.5rem;
  margin-top: -6.5rem;
}

.nav{
  width: 100%;
  height: 6.5rem;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 19.4rem;
  margin-left: 2rem;
  position: relative;
  z-index: 2;
}
.nav .txt{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1rem;
}
.nav a.arrow-btn{
  width: 20.8rem;
  height: 5rem;
  box-shadow: none;
  margin: 0 3rem 0 auto;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.4rem;
  height: 6rem;
  border-radius: 0.6rem;
  border: none;
  background: #004F99;
  color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  position: relative;
  transition: opacity 0.3s;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../images/ico-arrow_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2rem;
}
.arrow-btn:hover{
  opacity: 0.7;
}


ul.check-li li{
  display: block;
  padding-left: 2.8rem;
  position: relative;
}
ul.check-li li::before{
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/ico-check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.2em;
}
ul.check-li li + li{
  margin-top: 0.5em;
}


.fv{
  background: url(../images/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4.5rem 0;
  position: relative;
}
.fv .content{
  max-width: 120rem;
  padding: 0 4rem;
}
.fv .wrap{
  max-width: 110rem;
  position: relative;
}
.fv .wrap .tag-wrap{
  display: flex;
  gap: 1rem;
  margin-bottom: 0.2em;
}
.fv .wrap .tag-wrap span{
  display: inline-block;
  line-height: 3.6rem;
  padding: 0 0.6em;
  border-radius: 1.9rem;
  border: 1px solid;
  background: #fff;
  color: #EF4604;
  font-size: 2rem;
}
.fv .wrap .tag-wrap span:first-child{
  padding-right: 0.3em;
}
.fv .wrap h1{
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
}
.fv .wrap h1 small{
  font-size: 3.7rem;
}
.fv .wrap h1 .marker{
  font-size: 4.3rem;
  margin-top: 0.3em;
}
.fv .wrap h1 .marker + .marker{
  margin-left: 0;
}
.fv .wrap p{
  max-width: 64rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.5em;
}
.fv .wrap img.fv-txt1{
  width: 42.4rem;
  margin-top: 2rem;
}
.fv .wrap img.fv-img{
  width: calc(100% - 28rem);
  max-width: 82rem;
  position: absolute;
  right: -21rem;
  top: 50%;
  transform: translateY(-50%);
}
a.arrow-btn.big{
  flex-direction: column;
  width: 48.3rem;
  height: 9rem;
  border-radius: 4.5rem;
  font-size: 3rem;
  line-height: 1.4;
  margin-top: 3rem;
}
a.arrow-btn.big small{
  font-size: 1.4rem;
}
a.arrow-btn.big::before{
  width: 1.8rem;
  right: 2rem;
}


.ttl-1{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 4rem;
}


.sec-1{
  background: radial-gradient(#fff 40%, #CBCBCB);
  padding: 6rem 0 5rem;
}
.sec-1 .wrap{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
.sec-1 .wrap img.img{
  width: 31.9rem;
  border-radius: 0.6rem;
}
.sec-1 .wrap .txt img.dot{
  width: 0.4rem;
  margin: 1.5rem auto 1rem
}
.sec-1 .wrap .txt p{
  font-size: 2.2rem;
  text-align: center;
}


.sec-2{
  padding-bottom: 5rem;
}
.sec-2 h2{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646464;
  aspect-ratio: 1440 / 320;
  width: 100%;
  min-height: 32rem;
  padding-bottom: 4vw;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
}
.sec-2 h2::after{
  content: "";
  display: block;
  width: 111.8rem;
  max-width: 100%;
  aspect-ratio: 1118 / 230;
  background: url(../images/sec-2-h2-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-68%);
}
.sec-2 h2::before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 153;
  background: url(../images/sec-2-h2-btm.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -1px;
  pointer-events: none;
}
.sec-2 .txt{
  font-size: 3.6rem;
  text-align: center;
  white-space: nowrap;
  margin-top: 5rem;
}
.sec-2 .txt img.logo{
  display: inline-block;
  width: 32rem;
  vertical-align: middle;
}
.sec-2 ul.check-li{
  width: fit-content;
  margin: 3rem auto 0;
}
.sec-2 ul.flow{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 5rem;
}
.sec-2 ul.flow li{
  display: block;
  position: relative;
}
.sec-2 ul.flow li + li::before{
  content: "";
  display: block;
  width: 1.9rem;
  height: 6rem;
  background: url(../images/sec-2-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -3.4rem;
  top: 5.6rem;
}
.sec-2 ul.flow li img.img{
  border-radius: 0.4rem;
}
.sec-2 ul.flow li p{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0.8em;
}


.sec-3{
  background: url(../images/sec-3-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.sec-3 h2 + p{
  font-size: 2.2rem;
  width: fit-content;
  margin: 0 auto 2.6rem;
}
.sec-3 h2 + p::before{
  content: "＼";
  margin-right: 0.3em;
}
.sec-3 h2 + p::after{
  content: "／";
  margin-left: 0.3em;
}
.sec-3 ul.point{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}
.sec-3 ul.point li{
  display: block;
  background: #fff;
  padding: 2.2rem;
  border-radius: 0.6rem;
}
.sec-3 ul.point li img.img{
  width: 7.7rem;
  margin: 0 auto 1.6rem;
}
.sec-3 ul.point li p{
  font-size: 1.6rem;
  text-align: center;
}


.sec-4{
  padding: 6rem 0;
}
.sec-4 .wrap-1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25.8rem;
  position: relative;
}
.sec-4 .wrap-1 img.img{
  width: 27.4rem;
  position: absolute;
  right: 7rem;
  top: 0;
}
.sec-4 .wrap-1 h2{
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.sec-4 .wrap-1 h2 big{
  font-size: 3.6rem;
}
.sec-4 .wrap-1 h2 big .en{
  font-size: 3rem;
}
.sec-4 .wrap-1 h2 big .en big{
  font-size: 4.8rem;
}
.sec-4 .plan{
  background: url(../images/plan-bg.png) center center no-repeat #F3F3F3;
  background-size: cover;
  padding: 4rem;
  border-radius: 0.6rem;
  margin-top: 6rem;
}
.sec-4 .plan ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
}
.sec-4 .plan ul li{
  display: block;
}
.sec-4 .plan ul li.li-1{
  width: 16.8rem;
}
.sec-4 .plan ul li.li-2{
  width: 16.3rem;
}
.sec-4 .plan ul li.li-3{
  width: 15.5rem;
}
.sec-4 .plan p{
  font-weight: 400;
  text-align: center;
  margin-top: 3rem;
}
.sec-4 .wrap-2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10.7rem;
  margin-top: 6rem;
}
.sec-4 .wrap-2 img.img{
  width: 21.2rem;
}
.sec-4 .wrap-2 .txt{
  width: 50%;
}
.sec-4 .wrap-2 .txt h3{
  font-size: 3rem;
  margin-bottom: 3rem;
}
.sec-4 .wrap-2 .txt p{
  font-weight: 400;
}
.sec-4 a.ext-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 6rem;
  border-radius: 0.6rem;
  background: #0099DB;
  color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  position: relative;
  margin: 4rem auto 0;
}
.sec-4 a.ext-btn::after{
  content: "";
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 1 / 1;
  background: url(../images/ico-ext_w.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.3em;
  margin-top: 0.1em;
}


.sec-5{
  padding-bottom: 6rem;
}
.sec-5 .content{
  max-width: 122rem;
}
.sec-5 .box{
  background: #F2F2F2;
  border-radius: 0.6rem;
  padding: 6rem 5rem;
}
.sec-5 .box ul li{
  display: block;
  max-width: 92rem;
  background: #fff;
  border-radius: 0.6rem;
  padding: 3rem 5rem;
  margin: 0 auto;
}
.sec-5 .box ul li + li{
  margin-top: 2.4rem;
}
.sec-5 .box ul li h3{
  padding-left: 1.8em;
  position: relative;
}
.sec-5 .box ul li h3::before{
  content: "Q";
  font-family: "Inter", sans-serif;
  color: #EC6515;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-5 .box ul li p{
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1em;
}


.sec-6{
  background: linear-gradient(to bottom,#F26605,#ED8D00);
  color: #fff;
  text-align: center;
  padding: 5rem 0;
}
.sec-6 p{
  font-weight: 400;
}
.sec-6 a.arrow-btn.big{
  width: 48.3rem;
  height: 10.5rem;
  border-radius: 5.3rem;
  margin: 4rem auto 0;
}
.sec-6 a.arrow-btn.big::before{
  right: 3rem;
}


.form{
  font-size: 1.6rem;
  font-weight: 400;
  background: linear-gradient(to bottom,#F26605,#ED8D00);
  padding: 7rem 0;
}
.form h2.ttl-1{
  color: #fff;
}
.form .box{
  max-width: 82rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 5rem 7rem;
  margin: 0 auto;
}
.form .box a{
  text-decoration: underline;
}
.form h2{
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.form label.label{
  display: block;
  font-weight: 700;
  margin: 3rem 0 0.6em;
}
.form label.label:first-child{
  margin-top: 0;
}
.form label.label.required::after{
  content: "必須";
  display: inline-block;
  background-color: #EF4604;
  color: #fff;
  padding: 0 0.3em;
  border-radius: 0.2rem;
  font-size: 1.1rem;
  margin-left: 0.6em;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea{
  display: block;
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 0.8rem;
  background: #F0F0F0;
  border: 0;
  font-size: 1.6rem;
}
.form textarea{
  height: 28rem;
  resize: none;
}
.form .agree{
  text-align: center;
  margin: 4rem 0;
}
.form .arrow-btn{
  width: 43rem;
  height: 8rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4rem auto 0;
}
.form .arrow-btn::before{
  width: 1.9rem;
  right: 3rem;
}


.radio{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  margin-top: 1.4rem;
}
.radio label{
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2.4rem + 0.5em);
  line-height: 2.4rem;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 50%;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #014F99;
  border-radius: 50%;
}


.checkbox{
  display: flex;
  justify-content: center;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.3rem + 0.5em);
  line-height: 2.3rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F0F0F0;
  border-radius: 0.4rem;
}
.checkbox input[type=checkbox] + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #014F99;
}


.complete{
  padding: 8rem 0 12rem;
}
.complete a.logo{
  display: block;
  width: 39.2rem;
  margin: 0 auto 2rem;
}
.complete p{
  text-align: center;
  line-height: 2;
}


footer{
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 4rem 0;
}
footer a{ color: #fff; }
footer a.logo{
  display: block;
  width: 19.4rem;
  margin: 0 auto 1.6rem;
  filter: grayscale(100%);
}
footer ul.f-nav{
  display: flex;
  justify-content: center;
}
footer ul.f-nav li{
  display: block;
}
footer ul.f-nav li + li::before{
  content: "　｜　";
}
footer .copy{
  color: #AAAAAA;
  margin-top: 1em;
}




/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #EF4604;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}

.content{
  width: 100%;
	max-width: 102rem;
  padding: 0 5rem;
	margin: 0 auto;
}
.content.w112{
  max-width: 122rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1020px){

html{ font-size: 0.98vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.content{
	width: 100%;
	padding: 0 1.6rem;
}


body{
  padding-top: 6.4rem;
}
.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  height: 6.4rem;
}
.nav a.logo{
  width: 18.2rem;
  margin-left: 0.4rem;
}
.nav .txt{
  font-size: 0.9rem;
  margin-left: 0;
}


.fv{
  background: url(../images/fv-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.5rem 0
}
.fv .content{
  padding: 0 1.6rem;
}
.fv .wrap .tag-wrap{
  margin-bottom: 0.3em;
}
.fv .wrap .tag-wrap span{
  line-height: 2.8rem;
  padding: 0 0.6em;
  border-radius: 1.5rem;
  font-size: 1.4rem;
}
.fv .wrap .tag-wrap span:first-child{
  padding-right: 0.3em;
}
.fv .wrap h1{
  font-size: 2.7rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.fv .wrap h1 small{
  font-size: 2.1rem;
}
.fv .wrap h1 .marker{
  font-size: 2.4rem;
  margin-top: 0.3em;
}
.fv .wrap p{
  margin-top: 1.1em;
}
.fv .wrap img.fv-txt1{
  margin-top: 1.6rem;
}
.fv .wrap img.fv-img{
  width: 42rem;
  position: unset;
  margin: -6rem -4rem -9rem;
  transform: none;
}
a.arrow-btn.big{
  width: 100%;
  height: 8rem;
  font-size: 2.4rem;
}
a.arrow-btn.big small{
  font-size: 1.2rem;
}
a.arrow-btn.big::before{
  width: 1.3rem;
  right: 2rem;
}


.ttl-1{
  font-size: 2.4rem;
  margin-bottom: 4rem;
}


.sec-1{
  background: radial-gradient(#fff 60%, #CBCBCB);
  padding: 4rem 0;
}
.sec-1 .wrap{
  display: block;
}
.sec-1 .wrap img.img{
  width: 24.7rem;
  margin: 0 auto 2.4rem;
}
.sec-1 .wrap .txt ul.check-li{
  width: fit-content;
  margin: 0 auto;
}
.sec-1 .wrap .txt p{
  font-size: 2.2rem;
  text-align: center;
}


.sec-2{
  padding-bottom: 3rem;
}
.sec-2 h2{
  aspect-ratio: 390 / 190;
  min-height: unset;
  padding-bottom: 28vw;
  font-size: 1.4rem;
}
.sec-2 h2::after{
  width: 15.8rem;
  aspect-ratio: 158 / 113;
  background: url(../images/sec-2-h2-bg_sp.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%,-38%);
}
.sec-2 h2::before{
  background: url(../images/sec-2-h2-btm_sp.png) center bottom no-repeat;
  background-size: contain;
  aspect-ratio: 390 / 66;
}
.sec-2 .txt{
  font-size: 2.4rem;
  margin-top: 4rem;
}
.sec-2 .txt .marker{
  padding: 0 0.1em 0.12em;
  margin-top: 0.6em;
}
.sec-2 .txt img.logo{
  width: 20rem;
}
.sec-2 ul.flow{
  grid-template-columns: 32rem;
  justify-content: center;
  gap: 5rem;
  margin-top: 4rem;
}
.sec-2 ul.flow li + li::before{
  content: "";
  display: block;
  width: 100%;
  height: 1.9rem;
  background: url(../images/sec-2-arrow_sp.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3.5rem;
}


.sec-3{
  background: url(../images/sec-3-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.sec-3 h2.ttl-1{
  margin-bottom: 2rem;
}
.sec-3 h2 + p{
  font-size: 1.4rem;
  margin: 0 auto 2rem;
  text-align: center;
  position: relative;
}
.sec-3 h2 + p::before,
.sec-3 h2 + p::after{
  font-size: 200%;
  position: absolute;
  bottom: -0.1em;
}
.sec-3 h2 + p::before{
  left: -1em;
}
.sec-3 h2 + p::after{
  right: -1em;
}
.sec-3 ul.point{
  grid-template-columns: 100%;
  gap: 1.4rem;
}
.sec-3 ul.point li{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.5rem 1.6rem;
}
.sec-3 ul.point li img.img{
  width: 3.4rem;
  margin: 0;
}
.sec-3 ul.point li p{
  font-size: 1.4rem;
  text-align: left;
}


.sec-4{
  padding: 3.5rem 0 4rem;
}
.sec-4 .wrap-1{
  display: block;
  min-height: unset;
}
.sec-4 .wrap-1 img.img{
  width: 21.1rem;
  position: unset;
  margin: 3rem auto;
}
.sec-4 .wrap-1 h2{
  font-size: 1.6rem;
  text-align: center;
}
.sec-4 .wrap-1 h2 big{
  font-size: 2.4rem;
}
.sec-4 .wrap-1 h2 big .en{
  font-size: 1.9rem;
}
.sec-4 .wrap-1 h2 big .en big{
  font-size: 3.1rem;
}
.sec-4 .wrap-1 ul.check-li{
  width: fit-content;
  margin: 0 auto;
}
.sec-4 .plan{
  background: url(../images/plan-bg_sp.png) center center no-repeat #F3F3F3;
  background-size: cover;
  padding: 3rem 0 4rem;
  margin-top: 4rem;
}
.sec-4 .plan h3.ttl-1{
  margin-bottom: 3rem;
}
.sec-4 .plan ul{
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.sec-4 .plan p{
  font-size: 1.5rem;
  margin-top: 3rem;
}
.sec-4 .wrap-2{
  display: block;
  margin-top: 4rem;
}
.sec-4 .wrap-2 img.img{
  margin: 0 auto 1.2rem;
}
.sec-4 .wrap-2 .txt{
  width: 100%;
}
.sec-4 .wrap-2 .txt h3{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-4 .wrap-2 .txt p{
  font-size: 1.6rem;
}
.sec-4 a.ext-btn{
  width: 100%;
  font-size: 1.5rem;
  margin: 2.4rem auto 0;
}
.sec-4 a.ext-btn::after{
  width: 1.1rem;
  margin-top: 0.2em;
}


.sec-5{
  padding-bottom: 4rem;
}
.sec-5 .box{
  padding: 4rem 1.9rem;
}
.sec-5 .box ul li{
  padding: 2rem;
}
.sec-5 .box ul li + li{
  margin-top: 1.6rem;
}
.sec-5 .box ul li h3{
  font-size: 1.6rem;
}
.sec-5 .box ul li h3::before{
  font-size: 1.8rem;
  top: -0.1em;
}
.sec-5 .box ul li p{
  font-size: 1.4rem;
}


.sec-6{
  text-align: left;
  padding: 4rem 0;
}
.sec-6 p{
  font-size: 1.6rem;
}
.sec-6 a.arrow-btn.big{
  width: 100%;
  height: 8rem;
  font-size: 2.4rem;
}
.sec-6 a.arrow-btn.big small{
  font-size: 1.2rem;
}
.sec-6 a.arrow-btn.big::before{
  width: 1.3rem;
  right: 2rem;
}


.form{
  font-size: 1.4rem;
  padding: 4rem 0;
}
.form .box{
  padding: 4rem 2.5rem;
}
.form h2{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea{
  font-size: 1.4rem;
}
.form textarea{
  height: 22rem;
}
.form .arrow-btn{
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
}
.form .arrow-btn::before{
  width: 1.2rem;
  right: 2rem;
}


.radio{
  flex-direction: column;
  row-gap: 1.2rem;
}


.complete{
  padding: 3rem 0 6rem;
}
.complete a.logo{
  width: 27.1rem;
}
.complete p{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}


footer{
  font-size: 1.2rem;
  padding: 3rem 0;
}
footer a.logo{
  width: 15.3rem;
}
footer .copy{
  font-size: 1rem;
}




}/*　スマホここまで */



