html,body{
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.7;
}
a{
  color: #000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
  max-width: 100%;
  display: block;
}
.overflow{ overflow: hidden; }

.sk{ color: #3dddf4; }
.bl{ color: #0853cf; }
.gr{ color: #00d400; }




a.cta-btn{
  display: block;
  width: 76.4rem;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
a.cta-btn::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/cta-btn_on.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
a.cta-btn:hover::before{
  opacity: 1;
}


.fv{
  position: relative;
}
.fv h1 img{
  width: 100%;
}
.fv a.cta-btn{
  width: 39.79%;
  position: absolute;
  left: calc(50% - 19.895%);
  bottom: 2%;
}


.sec-1{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 11rem 0 4.5rem;
  position: relative;
}
.sec-1::before{
  content: "";
  display: block;
  width: 0.4rem;
  height: 6rem;
  background: #153872;
  position: absolute;
  left: calc(50% - 0.2rem);
  top: 0;
}
.sec-1 h2 img{
  width: 71rem;
  margin: 0 auto;
}


.sec-2{
  padding: 12.5rem 0 10rem;
  position: relative;
}
.sec-2::before{
  content: "";
  display: block;
  width: 16rem;
  height: 5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d5faff;
  position: absolute;
  left: calc(50% - 8rem);
  top: 2rem;
}
.sec-2::after{
  content: "";
  display: block;
  width: 100%;
  height: 102rem;
  background: url(../images/sec-2-bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sec-2 h2 img{
  width: 96.1rem;
  margin: 0 auto 12.5rem;
}
.sec-2 ul li{
  display: block;
  width: 100%;
  border-radius: 2rem;
  background: #fff;
  border: 0.4rem solid #153872;
}
.sec-2 ul li + li{
  margin-top: 10rem;
}
.sec-2 ul li h3{
  font-size: 3.6rem;
  text-align: center;
  background: #153872;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 6.5rem 0 1.5rem;
  position: relative;
}
.sec-2 ul li h3 img.num{
  display: block;
  width: 10.3rem;
  position: absolute;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
}
.sec-2 ul li .wrap{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4rem;
  padding: 3rem 6rem;
}
.sec-2 ul li .wrap img.img{
  width: 39rem;
}
.sec-2 ul li .wrap .txt{
  flex-grow: 1;
}
.sec-2 ul li .wrap .txt h4{
  font-size: 2.2rem;
  margin-bottom: 0.7em;
}


.cta{
  background: url(../images/cta-bg.jpg) center center no-repeat #153872;
  background-size: auto 100%;
  padding: 5rem 0;
}


.sec-3{
  background: url(../images/sec-3-bg.png) center top;
  background-size: 2rem auto;
  padding: 8rem 0 13rem;
  position: relative;
}
.sec-3 h2 img{
  width: 59.7rem;
  margin: 0 auto 12.5rem;
}
.sec-3 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.sec-3 ul li{
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  background: #fff;
  border: 0.4rem solid #3dddf4;
  border-top: 1rem solid #3dddf4;
  position: relative;
}
.sec-3 ul li .ttl-wrap{
  background: rgba(61,221,244,0.2);
  border-radius: 1rem 1rem 0 0;
  padding: 8rem 0 2rem;
}
.sec-3 ul li .ttl-wrap img.icon{
  width: 13rem;
  position: absolute;
  top: -6.5rem;
  left: calc(50% - 6.5rem);
}
.sec-3 ul li .ttl-wrap h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  height: 2.5em;
  text-align: center;
}
.sec-3 ul li .txt{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2.5rem 2rem;
}
.sec-3 ul li .txt p{
  margin-bottom: auto;
}
.sec-3 ul li .txt small{
  display: block;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 1em;
  opacity: 0.7;
}


.sec-4{
  padding: 7rem 0 5rem;
  position: relative;
}
.sec-4::before{
  content: "";
  display: block;
  width: 100%;
  min-height: 45.3rem;
  aspect-ratio: 100 / 21;
  background: url(../images/sec-4-bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec-4 h2 img{
  margin: 0 auto 30rem;
}
.sec-4 h3{
  font-size: 2.2rem;
  padding-left: 1.27em;
  margin: 7rem 0 6rem;
  position: relative;
}
.sec-4 h3::before{
  content: "";
  display: block;
  width: 0.36em;
  height: 90%;
  background: #00d400;
  position: absolute;
  left: 0;
  top: 5%;
}
.sec-4 h3:first-child{
  margin-top: 0;
}
.sec-4 p.agree{
  text-align: center;
  font-weight: 700;
  margin: 5rem 0 0;
}
.sec-4 p.agree a{
  display: inline-block;
  border-bottom: 2px solid;
}
dl.form-dl{
  display: grid;
  grid-template-columns: 15rem 1fr;
  column-gap: 4rem;
  row-gap: 3rem;
  font-weight: 700;
}
dl.form-dl dt{
  display: flex;
  align-items: center;
  height: fit-content;
  min-height: 4rem;
  line-height: 1.3;
}
dl.form-dl dd{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
}
dl.form-dl dt span{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5em;
  border-radius: 0.75em;
  padding: 0 0.6em;
  background: #00d400;
  color: #fff;
  margin-left: 0.5em;
  white-space: nowrap;
}
dl.form-dl dd small{
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
}
dl.form-dl dd .radio + small{
  margin-top: 1em;
}
dl.form-dl input[type=text],
dl.form-dl textarea{
  display: block;
  width: 100%;
  padding: 0.6em 0;
  background: #fff;
  border: none;
  border-bottom: 2px solid #d4d4d4;
  font-size: 1.6rem;
  font-weight: 700;
}
dl.form-dl textarea{
  height: 12rem;
  resize: none;
}
.select-wrap select{
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0 2rem;
  background: #fff;
  color: inherit;
  border: 2px solid #d4d4d4;
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 1;
}
.select-wrap select.invalid{
  background: #eee;
  opacity: 0.5;
  pointer-events: none;
}
dl.form-dl dd .half{
  width: calc(50% - 1.5rem);
}
button.submit-btn{
  display: block;
  width: 65.4rem;
  background: none;
  border: none;
  margin: 3rem auto 0;
  position: relative;
}
button.submit-btn::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/submit-btn_on.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
button.submit-btn:hover::before{
  opacity: 1;
}


.select-wrap{
  display: block;
  width: 100%;
  position: relative;
}
.select-wrap::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 4rem;
  background: url(../images/select-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 0;
  pointer-events: none;
}


.radio{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
}
.radio label{
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1rem;
  border: 2px solid #d4d4d4;
  box-sizing: border-box;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.radio label::before{
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  border-radius: 100%;
  background: #00d400;
  opacity: 0.5;
}
.radio label input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio label:has( input[type=radio]:checked){
  border: 2px solid #00d400;
  opacity: 1;
}
.radio label:has( input[type=radio]:checked)::before{
  opacity: 1;
}


.checkbox{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
}
.checkbox label.big{
  grid-column: span 2;
}
.checkbox label{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4rem;
  border-radius: 2rem;
  padding: 0 1rem;
  background: #ededed;
  box-sizing: border-box;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.checkbox label input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox label:has( input[type=checkbox]:checked){
  background: #00d400;
  opacity: 1;
}


footer{
  background: #253145;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 4rem 0;
}
footer .copy{
  opacity: 0.5;
}




/* ボタン用アニメーション */
.pulse{ animation: pulse 1s infinite; }

@keyframes pulse {
  0%,100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}


/* ページトップ */
#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: #0853cf;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}

.required {
  color: red;
  font-weight: bold;
}

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}

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

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
  max-width: 118rem;
  padding: 0 5rem;
  margin: 0 auto;
}
.content.w81{
  max-width: 91rem;
}




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

html{ font-size: 0.847vw; }




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




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

html{ font-size: 1.3vw; }
body{ font-size: 2.6rem; }

.content{
  width: 100%;
  padding: 0 3.3rem;
}
.content.sp-p0{
  padding: 0;
}


a.cta-btn{
  width: 71.4rem;
}
a.cta-btn:hover::before{
  content: none;
}


.fv h1 img{
  width: 100%;
}
.fv a.cta-btn{
  width: 71.4rem;
  left: calc(50% - 35.7rem);
  bottom: 2rem;
}


.sec-1{
  background: url(../images/sec-1-bg_sp.png) center center no-repeat;
  background-size: cover;
  padding: 12rem 0 10rem;
}
.sec-1::before{
  width: 0.6rem;
  height: 8rem;
  left: calc(50% - 0.3rem);
}


.sec-2{
  padding: 17.5rem 0 12.5rem;
}
.sec-2::before{
  width: 22rem;
  height: 7rem;
  left: calc(50% - 11rem);
}
.sec-2::after{
  height: unset;
  aspect-ratio: 100 / 291;
  background: url(../images/sec-2-bg_sp.png) center top no-repeat;
  background-size: cover;
}
.sec-2 h2 img{
  margin: 0 auto 17rem;
}
.sec-2 ul li{
  border-radius: 2rem;
}
.sec-2 ul li + li{
  margin-top: 15rem;
}
.sec-2 ul li h3{
  font-size: 4.8rem;
  line-height: 1.3;
  padding: 10rem 0 4rem;
}
.sec-2 ul li h3 img.num{
  width: 15rem;
  top: -9.5rem;
}
.sec-2 ul li .wrap{
  display: block;
  padding: 4rem 3rem;
}
.sec-2 ul li .wrap img.img{
  width: 60.8rem;
  margin: 0 auto 3rem;
}
.sec-2 ul li .wrap .txt h4{
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 0.7em;
}


.cta{
  background: #153872;
  padding: 6rem 0 5rem;
}


.sec-3{
  background: url(../images/sec-3-bg.png) center top;
  background-size: 2rem auto;
  padding: 8rem 0 13rem;
  position: relative;
}
.sec-3 h2 img{
  width: 69.4rem;
  margin: 0 auto 17rem;
}
.sec-3 ul{
  grid-template-columns: 100%;
  gap: 14rem;
}
.sec-3 ul li{
  display: block;
  border-top: 2rem solid #3dddf4;
}
.sec-3 ul li .ttl-wrap{
  padding: 12rem 0 3rem;
}
.sec-3 ul li .ttl-wrap img.icon{
  width: 21rem;
  top: -11.5rem;
  left: calc(50% - 11.5rem);
}
.sec-3 ul li .ttl-wrap h3{
  font-size: 3.4rem;
  height: unset;
}
.sec-3 ul li .txt{
  padding: 3rem;
}
.sec-3 ul li .txt small{
  font-size: 2.6rem;
  text-align: center;
  margin-top: 1em;
}


.sec-4{
  padding: 9rem 0 11rem;
}
.sec-4::before{
  min-height: 62.9rem;
  aspect-ratio: unset;
  background: url(../images/sec-4-bg_sp.jpg) center bottom no-repeat;
  background-size: cover;
}
.sec-4 h2 img{
  width: 75rem;
  margin: 0 auto 26rem;
}
.sec-4 h3{
  font-size: 3.4rem;
  margin: 10rem 0 7rem;
}
.sec-4 p.agree{
  text-align: center;
  font-weight: 700;
  margin: 5rem 0 0;
}
dl.form-dl{
  display: block;
}
dl.form-dl dt{
  font-size: 3rem;
  min-height: unset;
  margin-bottom: 1.2em;
}
dl.form-dl dd + dt{
  margin-top: 7rem;
}
dl.form-dl dd{
  column-gap: 4.8rem;
}
dl.form-dl dt span{
  font-size: 2rem;
}
dl.form-dl dd small{
  font-size: 2.3rem;
}
dl.form-dl input[type=text],
dl.form-dl textarea{
  padding: 0 0 0.6em;
  font-size: 2.8rem;
}
dl.form-dl textarea{
  height: 18rem;
}
.select-wrap select{
  height: 8rem;
  padding: 0 3rem;
  font-size: 2.8rem;
}
dl.form-dl dd .half{
  width: calc(50% - 2.4rem);
}
button.submit-btn{
  width: 72.4rem;
  margin: 4rem auto 0;
}
button.submit-btn::before{
  content: none;
}

small.note {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 13px;
}

.select-wrap::before {
  width: 3rem;
  height: 8rem;
  right: 2rem;
}


.radio{
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 3rem;
}
.radio label{
  height: 6rem;
  padding: 0 1.5rem;
}


.checkbox{
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 3rem;
}
.checkbox label{
  height: 6rem;
  border-radius: 3rem;
  padding: 0 1.5rem;
}


footer{
  font-size: 2.4rem;
}




/* ページトップ */
#pagetop {
  bottom: 3.2rem;
  right: 3.2rem;
}
#pagetop a {
  width: 8rem;
  height: 8rem;
}
#pagetop a img {
  width: 3.2rem;
  margin-top: -0.4rem;
}




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