@font-face {
  font-family: 'LINESeed';
  font-weight: 400;
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
       url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
}
@font-face {
  font-family: 'LINESeed';
  font-weight: 700;
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
       url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
}

html,body{
  font-family: 'LINESeed';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #142640;
  line-height: 1.5;
}
a{
  color: #142640;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
svg path,
svg circle{
  transition: fill 0.3s,stroke 0.3s;
}
.overflow{ overflow: hidden; }

.pi{ color: #DB105E; }
.bl{ color: #13297C; }
.bg-pale{ background: #EDEFFF; }
.bg-bl{
  background: #14297C;
  color: #fff;
}
.marker{ background: linear-gradient(to bottom,transparent 60%,#FFEF2E 60%); }
.marker-bl{ background: linear-gradient(to bottom,transparent 60%,#AED3FD 60%); }

.bg-stripe{
  background: url(../images/bg-stripe.png) center center #EDEFFF;
  background-size: 6.3rem auto;
}

.ro{
  border-radius: 2.5rem;
}




#wrapper{
  padding-top: 10rem;
}
.anchor{
  padding-top: 10rem;
  margin-top: -10rem;
}

.nav{
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 14.4rem;
  margin: 0 auto 0 2rem;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-right: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav ul.nav-li li a:hover{
  opacity: 1;
  color: #DB105E;
}
.nav ul.nav-btn{
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  background: #FEF3BD;
  padding: 0 1.5rem;
}
.nav ul.nav-btn li .nav-tel{
  width: 20rem;
}
.nav ul.nav-btn li a.nav-line,
.nav ul.nav-btn li a.nav-mail{
  display: block;
  width: 17rem;
}
@media (min-width: 769px) and (max-width: 1450px){
.nav a.logo{
  width: 12rem;
}
.nav ul.nav-li{
  font-size: 1.6rem;
}
.nav ul.nav-btn li .nav-tel{
  width: 17rem;
}
.nav ul.nav-btn li a.nav-line,
.nav ul.nav-btn li a.nav-mail{
  width: 15rem;
}
}
@media (min-width: 769px) and (max-width: 1300px){
#wrapper{
  padding-top: 7.69vw;
}
.anchor{
  padding-top: 7.69vw;
  margin-top: -7.69vw;
}
.nav{
  height: 7.69vw;
}
.nav a.logo{
  width: 9.23vw;
}
.nav ul.nav-li{
  gap: 1.54vw;
  margin-right: 1.54vw;
  font-size: 1.23vw;
}
.nav ul.nav-btn{
  gap: 0.77vw;
}
.nav ul.nav-btn li .nav-tel{
  width: 13.08vw;
}
.nav ul.nav-btn li a.nav-line,
.nav ul.nav-btn li a.nav-mail{
  width: 11.54vw;
}
}


.fv{
  padding: 5rem 0;
}
.fv img.fv-left,
.fv img.fv-right{
  width: auto;
  height: 63.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.fv img.fv-left{
  left: -30rem;
}
.fv img.fv-right{
  right: -30rem;
}
.fv .content{
  max-width: 128rem;
  padding: 0 4rem;
  position: relative;
}
.fv img.fv-img{
  width: 41.25%;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.fv h1 img{
  width: 59.33%;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  background: #fff;
  color: #14297C;
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.arrow-btn:hover{
  opacity: 1;
  background: #14297C;
  color: #fff;
}
.arrow-btn svg.arrow{
  content: "";
  display: block;
  width: 0.8rem;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.arrow-btn.bg-bl{
  background: #14297C;
  color: #fff;
  border: 1px solid #14297C;
}
.arrow-btn.bg-bl:hover{
  background: #fff;
  color: #14297C;
}
.arrow-btn svg.insta{
  width: 1.1em;
  margin-right: 0.6em;
}
.arrow-btn:hover svg.arrow path{
  stroke: #fff;
}
.arrow-btn.bg-bl:hover svg.arrow path{
  stroke: #14297C;
}
.arrow-btn.bg-bl:hover svg.insta path,
.arrow-btn.bg-bl:hover svg.insta circle{
  fill: #14297C;
}


section{
  padding: 7rem 0 8rem;
}


.content{
  position: relative;
  z-index: 1;
}


.sec-1{
  position: relative;
  padding-top: 2rem;
}
.sec-1::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 2.5rem);
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-1-swiper{
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 1;
  mask-image: url(../images/slide-mask.svg);
  mask-size: auto 100%;
  mask-position: center center;
}
.sec-1-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.sec-1-swiper img.swiper-slide{
  width: 31.1rem;
  margin: 0 1rem;
}
.sec-1 picture.sec-1-img1 img{
  width: 196.4rem;
  max-width: 116.9%;
}
.sec-1 h2 img{
  width: 99.2rem;
  margin: -2rem auto 2rem;
}
.sec-1 h2 + p{
  text-align: center;
  margin-bottom: 4.5rem;
}
.sec-1 .box{
  min-height: 33.8rem;
  border: 0.2rem solid #14297C;
  padding: 3rem 3rem 3rem 34.8rem;
  position: relative;
}
.sec-1 .box img.img{
  width: 27.8rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: absolute;
  left: 2.8rem;
  top: 2.8rem;
}
.sec-1 .box h3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 5rem;
  border-radius: 1rem;
  padding: 0 1.8rem;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.sec-1 .box h3 img{
  width: 2.7rem;
  margin-right: 0.8rem;
}
.sec-1 .box big{
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.sec-1 .box a.arrow-btn{
  width: 22.4rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  font-weight: 400;
  margin-top: 2rem;
}


.sec-2{
  position: relative;
}
.sec-2::before{
  content: "";
  display: block;
  width: 132.5rem;
  height: 65.6rem;
  background: url(../images/sec-2-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.sec-2 h2 img{
  width: 75.6rem;
  margin: 0 auto 3rem;
}
.sec-2 ul li{
  display: grid;
  grid-template-columns: 31.4rem 1fr;
  align-items: center;
  height: 12.7rem;
  padding: 0 4rem 0 16.7rem;
  border: 0.2rem solid #14297C;
  background: #fff;
  font-size: 1.8rem;
  position: relative;
}
.sec-2 ul li + li{
  margin-top: 4rem;
}
.sec-2 ul li img.img{
  width: 18.7rem;
  object-fit: contain;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-2 ul li.li-1 img.img{ height: 16.4rem; }
.sec-2 ul li.li-2 img.img{ height: 16.6rem; }
.sec-2 ul li.li-3 img.img{ height: 16.3rem; }

.sec-2 ul li h3{
  font-size: 3.2rem;
  line-height: 1.2;
}


.sec-3 h2 img{
  width: 41rem;
  margin: 0 auto 3rem;
}
.sec-3 #insta-feed{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sec-3 #insta-feed a img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.sec-3 a.arrow-btn{
  font-weight: 700;
  margin: 4rem auto 0;
}


.sec-3 + .cta{
  padding-top: 0;
}
.sec-5 + .cta{
  padding: 0;
}
.cta .box{
  background: url(../images/cta-bg.png) center center no-repeat;
  background-size: cover;
  padding: 5rem;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
}
.cta .box h2 img{
  width: 89.8rem;
  margin: 0 auto 3rem;
}
.cta .box .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.cta .box .btn-wrap a{
  display: block;
  width: 27rem;
}
a.cta-tel,
a.cta-line,
a.cta-mail{
  display: block;
  position: relative;
  opacity: 1;
}
a.cta-tel::before,
a.cta-line::before,
a.cta-mail::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
a.cta-tel:hover::before,
a.cta-line:hover::before,
a.cta-mail:hover::before{
  opacity: 1;
}
a.cta-tel::before{
  background: url(../images/cta-tel_on.png) center center no-repeat;
  background-size: contain;
}
a.cta-line::before{
  background: url(../images/cta-line_on.png) center center no-repeat;
  background-size: contain;
}
a.cta-mail::before{
  background: url(../images/cta-mail_on.png) center center no-repeat;
  background-size: contain;
}


.sec-4 h2 img{
  width: 40.2rem;
  margin: 0 auto 3rem;
}
.sec-4 .box{
  background: #fff;
  padding: 6rem 8rem;
}
.sec-4 .box p + p{
  margin-top: 1em;
}
.sec-4 .box h3{
  font-size: 2rem;
  margin: 1em 0 0.4em;
}
.sec-4 .box table{
  width: 100%;
}
.sec-4 .box table th,
.sec-4 .box table td{
  background: #EDEFFF;
  border: 0.3rem solid #fff;
  padding: 0.6em 1em;
}
.sec-4 .box table th{
  width: 42%;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
.sec-4 .box table + small{
  display: block;
  text-align: right;
  margin-top: 0.5em;
}


.bg-1{
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
}


.sec-5 h2 img{
  width: 33rem;
  margin: 0 auto 3rem;
}
.sec-5 ul li{
  display: flex;
  gap: 1.4rem;
}
.sec-5 ul li + li{
  margin-top: 2rem;
}
.sec-5 ul li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}
.sec-5 ul li .num span{
  position: relative;
  z-index: 1;
}
.sec-5 ul li .num::before{
  content: "";
  display: block;
  width: 0.5rem;
  height: 4rem;
  background: #14297C;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.sec-5 ul li:last-child .num::before{
  content: none;
}
.sec-5 ul li .txt{
  flex-grow: 1;
  display: grid;
  grid-template-columns: 18.6rem 1fr;
  align-items: center;
  padding: 1.4rem 4.5rem;
  font-size: 1.8rem;
}
.sec-5 ul li .txt h3{
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 2.4rem;
  border-right: 1px solid;
}
.sec-5 ul li .txt p{
  padding-left: 4rem;
  line-height: 1.3;
}
.sec-5 ul + p{
  margin-top: 4rem;
}
.sec-5 p + p{
  margin-top: 1em;
}


.sec-6{
  padding-top: 8rem;
}
.sec-6 h2 img{
  width: 24.2rem;
  margin: 0 auto 3rem;
}
.sec-6 .box{
  padding: 6rem 8rem;
}
.accbox{
  border-top: 1px solid #14297C;
}
.accbox a{ text-decoration: underline; }
.accbox li{
  display: block;
  border-bottom: 1px solid #14297C;
}
.accbox .accttl{
  padding: 2rem 5.4rem 2rem 0;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}
.accbox .accttl::before{
  content: "Q";
  margin-right: 0.8em;
}
.accbox .accttl::after{
  content: "";
  display: block;
  width: 1.4rem;
  height: 100%;
  background: url(../images/arrow-btm.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
  transition: transform 0.3s;
}
.accbox .accttl.active::after{
  transform: rotate(180deg);
}
.accbox .accshow{
  padding: 0 0 2rem;
}


.sec-7 h2 img{
  width: 46.6rem;
  margin: 0 auto 1rem;
}
.sec-7 h2 + p{
  text-align: center;
  margin-bottom: 4rem;
}
.sec-7 table{
  width: 100%;
  background: #fff;
}
.sec-7 table th,
.sec-7 table td{
  padding: 0.6em 1em;
  border: 0.3rem solid #EDEFFF;
  vertical-align: middle;
}
.sec-7 table th{
  text-align: center;
}
.sec-7 table td a.ext::after{
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/ico-ext.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.4em;
  vertical-align: -5%;
}


.form h2 img{
  width: 37rem;
  margin: 0 auto 1rem;
}
.form h2 + p{
  text-align: center;
  margin-bottom: 4rem;
}
.form .box{
  display: flex;
  gap: 8rem;
  padding: 4rem 8rem;
  margin-bottom: 6rem;
}
.form .box b{
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
form dl{
  display: grid;
  grid-template-columns: 1fr 65rem;
  border-top: 1px solid #CDD6DD;
}
form dl dt,
form dl dd{
  padding: 3rem 0;
  border-bottom: 1px solid #CDD6DD;
}
form dl dt{
  font-weight: 700;
  padding-top: calc(3rem + 0.7em);
}
form dl dt::before{
  content: "任意";
  display: inline-block;
  padding: 0 0.3em;
  border: 1px solid #142A7C;
  color: #14297C;
  margin-right: 0.5em;
}
form dl dt.required::before{
  content: "必須";
  background: #14297C;
  color: #fff;
}
form dl dd .flex{
  display: flex;
  gap: 2rem;
}
form dl dd .flex .day{
  width: 24rem;
}
form input[type=text],
form textarea{
  display: block;
  width: 100%;
  padding: 0.7em 1em;
  background: none;
  border: 1px solid #C9C9C9;
  font-size: 1.6rem;
}
form textarea.h8{
  height: 8rem;
  resize: none;
}
form textarea.h24{
  height: 24rem;
  resize: none;
}
form button.arrow-btn{
  margin: 4rem auto 0;
}


.sec-8 h2 img{
  width: 17.8rem;
  margin: 0 auto 3rem;
}
.sec-8 .wrap{
  display: grid;
  grid-template-columns: 1fr 42rem;
}
.sec-8 .wrap dl{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 2em;
  row-gap: 1em;
  justify-content: flex-start;
}
.sec-8 .wrap dl dt{
  font-weight: 700;
}
.sec-8 .wrap .img iframe.map{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.sec-8 .wrap .img p{
  margin-top: 1em;
}


footer{
  text-align: center;
  padding: 4rem 0;
}


.complete .box{
  background: #fff;
  padding: 6rem 8rem;
}
.complete .box h1{
  font-size: 200%;
  text-align: center;
  margin-bottom: 1em;
}
.complete .box a.arrow-btn{
  margin: 4rem auto 0;
}




/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 18rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


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




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

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

.content{
  width: 100%;
	max-width: 122.4rem;
  padding: 0 5rem;
	margin: 0 auto;
}
.content.w100{
  max-width: 110rem;
}




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

html{ font-size: 0.9vw; }




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




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

html{ font-size: 2.56vw; }
body{ font-size: 1.6rem; }

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




#wrapper{
  padding-top: 7rem;
}
.anchor{
  padding-top: 7rem;
  margin-top: -7rem;
}

.nav{
  height: 7rem;
}
.nav a.logo{
  width: 8.9rem;
  margin-left: 1.8rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: #14297C;
  cursor: pointer;
  margin: 0 1.8rem 0 auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 3px;
  border-radius: 1.5px;
  width: 2.1rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 80%;
  height: 100%;
  background: #fff;
  padding: 7rem 0 4rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.3;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}

ul.hum-nav li{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
ul.hum-nav li + li{
  margin-top: 0.5em;
}
ul.hum-btn{
  width: 75%;
  margin: 4rem auto 0;
}
ul.hum-btn li + li{
  margin-top: 1.6rem;
}


.fv{
  padding: 1.8rem 0;
}
.fv img.fv-left{
  width: 100%;
  height: unset;
  top: -1.8rem;
  transform: unset;
}
.fv img.fv-left{
  left: 0;
}
.fv .content{
  padding: 0 0.8rem;
}
.fv img.fv-img{
  width: calc(100% - 2rem);
  position: relative;
  right: unset;
  top: unset;
  transform: unset;
  margin: 0 auto 0.9rem;
  z-index: 1;
}
.fv h1 img{
  width: 100%;
}


.arrow-btn{
  width: 22.4rem;
  height: 4.8rem;
  border-radius: 2.4rem;
}


section{
  padding: 4rem 0 5rem;
}


.sec-1::before{
  height: 100%;
  background: url(../images/sec-1-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.sec-1-swiper{
  mask-size: auto 100%;
}
.sec-1-swiper img.swiper-slide{
  width: 14.3rem;
  margin: 0 0.5rem;
}
.sec-1 h2 img{
  margin: 0 auto 1rem;
}
.sec-1 h2 + p{
  margin-bottom: 3rem;
}
.sec-1 .box{
  min-height: unset;
  padding: 2rem 2rem 3rem;
}
.sec-1 .box img.img{
  aspect-ratio: unset;
  position: unset;
  margin: 2rem auto;
}
.sec-1 .box h3{
  width: 100%;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.sec-1 .box big{
  font-size: 1.8rem;
}
.sec-1 .box a.arrow-btn{
  margin: 2rem auto 0;
}


.sec-2::before{
  width: 100%;
  height: 100%;
  background: url(../images/sec-2-bg_sp.png) center center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  transform: unset;
}
.sec-2 h2 img{
  width: 31.4rem;
}
.sec-2 ul li{
  grid-template-columns: 100%;
  height: unset;
  padding: 12rem 2rem 3rem;
  font-size: 1.6rem;
  margin-top: 9rem;
}
.sec-2 ul li + li{
  margin-top: 9rem;
}
.sec-2 ul li img.img{
  width: 100%;
  height: 17rem !important;
  left: 0;
  top: -7rem;
  transform: unset;
}
.sec-2 ul li h3{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5em;
}


.sec-3 h2 img{
  width: 24.6rem;
  margin: 0 auto 2rem;
}
.sec-3 #insta-feed{
  gap: 0.6rem;
}
.sec-3 a.arrow-btn{
  margin: 4rem auto 0;
}


.cta .box{
  background: url(../images/cta-bg_sp.png) center center no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
}
.cta .box h2 img{
  width: 29.5rem;
  margin: 0 auto 3rem;
}
.cta .box .btn-wrap{
  flex-wrap: wrap;
  gap: 1.3rem;
}


.sec-4 h2 img{
  width: 28rem;
  margin: 0 auto 2rem;
}
.sec-4 .box{
  padding: 4rem 2rem;
}
.sec-4 .box h3{
  font-size: 1.8rem;
}
.sec-4 .box table th,
.sec-4 .box table td{
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 0.15rem solid #fff;
}
.sec-4 .box table th{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;
}
.sec-4 .box table tr:not(:first-child) th{
  margin-top: 0.9rem;
}


.bg-1{
  background: url(../images/bg-1_sp.jpg) center center no-repeat;
  background-size: cover;
}


.sec-5 h2 img{
  width: 19.1rem;
  margin: 0 auto 2rem;
}
.sec-5 ul li{
  flex-wrap: wrap;
  gap: 1rem;
}
.sec-5 ul li .num{
  width: 6.2rem;
  height: 6.2rem;
  font-size: 2.4rem;
}
.sec-5 ul li .num::before{
  width: 0.5rem;
  height: 9.2rem;
  bottom: -1rem;
}
.sec-5 ul li:first-child .num::before{
  height: 2rem;
}
.sec-5 ul li:last-child .num::before{
  content: "";
}
.sec-5 ul li .txt{
  grid-template-columns: 100%;
  padding: 2rem;
  font-size: 1.6rem;
}
.sec-5 ul li .txt h3{
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
  border-right: 0;
  border-bottom: 1px solid;
}
.sec-5 ul li .txt p{
  padding: 0.8em 0 0;
  line-height: 1.5;
}


.sec-6{
  padding-top: 6rem;
}
.sec-6 h2 img{
  width: 18rem;
  margin: 0 auto 2rem;
}
.sec-6 .box{
  padding: 4rem 2rem;
}
.accbox .accttl{
  padding: 1.6rem 3.4rem 1.6rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
.accbox .accttl::after{
  right: 0;
}
.accbox .accshow{
  padding: 0 0 1.6rem;
}


.sec-7 h2 img{
  width: 35.5rem;
  margin: 0 auto 1rem;
}
.sec-7 h2 + p{
  margin-bottom: 3rem;
}
.js-scrollable{
  overflow-x: scroll;
}
.sec-7 table{
  width: 60rem;
  font-size: 1.2rem;
}
.sec-7 table th{
  font-size: 1.6rem;
}
.sec-7 table th:first-child{
  width: 10.5em;
}
.sec-7 table th:last-child{
  width: 5.5em;
}


.form h2 img{
  width: 27.3rem;
  margin: 0 auto 1rem;
}
.form h2 + p{
  margin-bottom: 3rem;
}
.form .box{
  flex-wrap: wrap;
  gap: 3rem;
  padding: 3rem 2rem 4rem;
  margin-bottom: 4rem;
}
.form .box b{
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
form dl{
  grid-template-columns: 100%;
}
form dl dt{
  padding: 2rem 0 1.6rem;
  border-bottom: 0;
}
form dl dd{
  padding: 0 0 2rem;
  border-bottom: 1px solid #CDD6DD;
}
form dl dd .flex{
  gap: 1rem;
}
form dl dd .flex .day{
  width: 16rem;
}


.sec-8 h2 img{
  width: 13rem;
  margin: 0 auto 2rem;
}
.sec-8 .wrap{
  grid-template-columns: 100%;
  gap: 3rem;
}
.sec-8 .wrap dl{
  column-gap: 1.2em;
  row-gap: 1em;
}


footer{
  font-size: 1.4rem;
  padding: 3rem 0;
}


.complete .box{
  padding: 4rem 2rem;
}
.complete .box h1{
  font-size: 160%;
}
.complete .box a.arrow-btn{
  margin: 3rem auto 0;
}


#loading img {
  width: 13rem;
}




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



