@charset "utf-8";
/* Reset */
html{font-size: 62.5%; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;}
body{color: #242424; background: #ffffff; line-height: 1.6; word-spacing: 0; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif;
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; overflow-x: hidden;}

*{margin: 0; padding: 0; box-sizing: border-box; border: 0; outline: none;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: bold;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
a{color: inherit; text-decoration: none;cursor: pointer;}
img{vertical-align: bottom; max-width: 100%; height: auto;}

.container{margin: 0 auto; max-width: 1000px; width: calc(100% - 20px);}
.clearFix:after{display: block; clear: both; height: 0; visibility: hidden; content: ".";}
.cap{text-align: center;font-size: 1.2rem;}
.center{text-align: center !important;}
.left{text-align: left !important;}
.right{text-align: right !important;}
.bold{font-weight: bold;}
.w-full{width: 100%;}
.clr-Orange{color: #ff4700;}
.anchorlink{position: relative;}
.anchorlink > div{position: absolute; top: 0; left: 0;}
.txtlink{text-decoration: underline; color: #5c1bc6;}
.txtlink:hover{opacity: .7;}
.mt-15{margin-top: 15px;}
.text-shadow{text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 11px #fff, 0 0 12px #fff, 0 0 13px #fff;}
.dFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 変数 */
:root {
  --bg01 : #F5F3EC;
}

@media (min-width: 768px){
    a[href^="tel:"]{pointer-events: none;}
    .only-sp{display: none !important;}
}

@media (max-width: 767px){
    .only-pc{display: none !important;}
    body{font-size: 1.4rem; line-height: 1.6;}
    .anchorlink > div{top: -64px;}
    
}

@media print {
    body{color-adjust: exact; -webkit-print-color-adjust: exact; print-color-adjust: exact;}
}




header {position: sticky;width: 100%;top: 0;left: 0;background-color: #fff;z-index: 999;font-family: 'Noto Sans JP', sans-serif;font-weight: bold;}
header .content {
  display: flex; align-items: center;justify-content: space-between; padding: 16px;
}
.group__logo {
  width: 100%; padding: 8px 16px;border-bottom: #f1f1f1 solid 1px;
}
.group__logo a { display: block; width: 75%; max-width: 240px; line-height: 1;}
header .menu {display: flex;justify-content: flex-end;}
header .login {padding: 8px 20px;border-radius: 20px;background-color: #ff4700;line-height: 1;color: #ffffff;}
header .login:hover{opacity: 0.7;}
/* header .menu img {margin-right: 10px;} */
header .link-user2 { flex-basis: 280px; position: relative;}
header .link-user2 .balloon { position: absolute; width: 22.85%; top:-26.92%; left: -18.57%; }
header .link-user2 a { transition: opacity 0.5s linear 0s;}
header .link-user2 a:hover { opacity: 0.7;}
/* logo list */

/* FV */
.fv{ 
  position: relative; padding: 70px 0 70px 0; background: url("../img/bg_fv.png") center / cover; box-sizing: border-box;
  & .fv__title {
    width: calc(100% - 40px); max-width: 840px; margin: 0 auto 35px auto;
  }
  & .fv__subtitle {
    width: calc(100% - 40px); max-width: 480px; margin: 0 auto 20px auto;
  }
  & .slide__box {
    /* 調整用カスタムプロパティ */
    --slide-w: 320px;     /* 各スライドの幅（要件） */
    --gap: 5px;          /* 画像間の余白 */
    --speed: 30s;         /* 一周の時間（短くすると速くなる） */
    /* --count はユニークなスライド枚数（HTMLのstyleで設定） */
    width: 100%; overflow: hidden; position: relative;
    & .slide__list {
      display: flex; gap: var(--gap); /* 3セット分の横幅を明示（= ユニーク枚数 × 2）*/ width: calc((var(--slide-w) + var(--gap)) * var(--count) * 3); animation: marquee-scroll var(--speed) linear infinite;
      & li {
        flex: 0 0 var(--slide-w); width: var(--slide-w); overflow: hidden; 
        /* border-radius: 20px; box-sizing: border-box; border: #fff solid 2px; background: #ffffff33; padding: 20px 0 10px 0; display: flex; justify-content: center; flex-wrap: wrap; */
        & figure {
          & img {
            width: 100%; height: auto;
          }
          & figcaption {
            color: #fff; font-size: 12px; display: block; padding: 5px 0 0 0; text-align: center;
          }
        }
        &:last-of-type {
          margin: 0 var(--gap) 0 0;
        }
        & .item {
          flex-basis: 83px; display: flex; flex-wrap: wrap;justify-content: center; align-items: center; height: 26px; font-size: 14px; border-radius: 13px; color: #000; background: #fff;
          & .detail {
            margin: 5px 0 0 0;
          }
        }
        & .detail {
          flex-basis: 100%; display: block; text-align: center; font-size: 21px; color: #fff;
          & + .item {
            margin: 20px 0 0 0;
          }
        }

      }
      &:hover {
        animation-play-state: paused;
      }
    }
  }
  & .over-mv {
    position: absolute; left: 0; bottom: 0; background: linear-gradient(to right, #ffffffcc 0% , #ffffffcc calc(50% - 180px) , #ffffffcc calc(50% - 150px) , #ffffffcc calc(50% + 150px ) , #ffffffcc calc(50% + 180px ) , #ffffffcc 100% ); width: 100%; padding: 2rem;
    & .img {
      display: block; margin: 0 auto; width: 204px;
    }
  }
}
@media (prefers-reduced-motion: reduce){
  .fv .slide__box .slide__list{ animation: none; }
}
/* Slide Animation */
@keyframes marquee-scroll{
  from{ transform: translateX(0); }
  to{
    transform: translateX(
      calc(-1 * (var(--slide-w) + var(--gap)) * var(--count))
    );
  }
}
@media screen and (max-width:767px) {
  .fv {
    padding: 40px 0 20px 0;
    & .fv_title {
      margin: 0 auto 20px auto;
    }
    & .fv__subtitle {
      width: calc(100% - 80px); 
    }
    & .slide__box {
      --slide-w: 50vw;
      & .slide__list {

      }
    }
  }
}

/* regist Add */
.regist{
	width: calc(100% - 40px); position: relative; z-index: 2; max-width: 680px; margin: 4rem auto 0 auto; border: 1px solid #161616; border-radius: 10px; background: #fff; overflow: hidden;
}
.regist .regist-tit{
  font-size: 2.4rem; background: #F2E9C7; color: #000; padding: 1.6rem 0; box-sizing: border-box; line-height: 1; text-align: center;
}


.regist .regist-box{

}
.regist .regist-btn{
  max-width: 480px; /*width: 100%;*/ cursor: pointer; /*min-height: 3.0em;*/ margin: 0 auto; transition: all 0.4s; padding: 0.5em 1.8em 0.5em 1em;
  display: flex; flex-wrap: wrap;justify-content: center; align-items: center; text-align: center; border-radius: 10px;
  background: #e60012; color: #fff; font-size: 2.2rem; line-height: 1.4; font-weight: bold; font-family: 'Noto Sans JP', sans-serif; border: none;
	box-shadow: 4px 4px 2px 0 rgba(0,0,0,0.1); position: relative;
}
.regist .regist-btn .cap {
	content: '※会員登録は無料です'; display: block; text-align: center; color: #fff; font-size: 1.2rem; flex-basis: 100%; margin: 0.6em 0; line-height: 1em;
}
.regist .regist-btn span{
  font-size: 81.81%; display: flex; align-items: center;
}
.regist .regist-btn:after{content: ''; width: 1.14em; height: 1.14em; display: inline-block; position: relative; position: absolute; top: calc(50% - 11px); right: 0.7em; background: url("../img/icon_arrow_01.svg") no-repeat top left/ contain;}
/* .regist .regist-btn{ background: url("../img/icon_arrow_01.svg") no-repeat top right / 22px; padding: 0.5em 30px;} */
.regist .regist-btn:hover{
  opacity: .7;
}
.regist .regist-frm{
  margin: 0 auto; width: 90%; padding: 30px 0;
}
.regist .regist-frm .cta_img{
  text-align: center;
  margin: 0 0 20px;
}
.regist .regist-frm .col:nth-of-type(1){
  width: 210px; /*margin-bottom: 20px;*/
}
.regist .regist-frm .col:nth-of-type(2){
  width: calc(100% - 230px); /*margin-bottom: 20px;*/
}
.regist .regist-frm .txt{
    font-size: 1.5rem; line-height: 1.5; margin-bottom: 10px; text-align: center; font-feature-settings: "palt"; font-weight: bold;
}
.regist .regist-frm .txt span{
  font-size: 73.33%; color:#e60012; font-weight: normal;
}
.regist .regist-frm .txt2{ font-size: 1.2rem; line-height: 1.5; margin-top: 20px; text-align: left; font-feature-settings: "palt"; font-weight: normal;}
.regist .regist-frm .txt2 a { text-decoration: underline; color: #000; }
.regist .regist-frm .txt2 br { }
.regist .regist-frm select, 
.regist .regist-frm option,
.regist .regist-frm input{
    -webkit-appearance: none; outline: none; color: #242424;
    font-size: 1.6rem; line-height: 1.7; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box;
}
.regist .regist-frm select, 
.regist .regist-frm input{
  width: 100%; border: 1px solid #c5c5c5; background: #f4f4f4; border-radius: 8px; padding: 10px 15px; height: 50px;
}
.regist .regist-frm select{background: #f4f4f4 url("../img/arrow_down.png") no-repeat center right 17px/12px auto; margin: 0 0 20px;}
.regist .regist-frm input::placeholder{
    color: #c5c5c5;
}

.lead__box {
  & .lead__record {
    background: var(--bg01); padding: 30px 0 20px 0;
    & img { 
      display: block; width: calc( 100% - 20px ) ; max-width: 1055px; height: auto;  margin: 0 auto;
    }
    & span {
      &.note {
        display: block; width: calc( 100% - 20px ) ; max-width: 1055px; font-size: 12px; text-align: right; padding: 5px 0 0 0; margin: 0 auto;
      }
    }
  }
  & .lead__price {
    padding: 20px 0 70px 0;    
    & img { 
      display: block; width: calc( 100% - 20px ) ; max-width: 962px; height: auto;  margin: 0 auto;
    }
  }
  & .lead__purchase {
    background: var(--bg01); padding: 60px 0 5px 0; position: relative;
    & img { 
      display: block; width: calc( 100% - 20px ) ; max-width: 972px; height: auto;  margin: 0 auto;
    }
    &:before {
      content: ''; display: block; position: absolute; width: 120px; height: 30px; background: #fff;clip-path: polygon(0% 0% , 100% 0% , 50% 100%); left: 50%; top:0; transform: translateX(-50%);    
    }
  }
}

@media screen and (max-width:767px) {
  .lead__box {
    & .lead__record {
      & img { 
        width: calc( 100% - 60px ) ; 
      }
      & span {
        &.note {
          width: calc( 100% - 60px ) ;  text-align: center;
        }
      }
    }
    & .lead__price {
      padding: 10px 0 30px 0;
    }
    & .lead__purchase {
      padding: 10px 0 20px 0;
      & img {
        width: 90% ; position: relative; z-index: 2;
      }
      &::before {
        width: 60vw; height: 15vw;
      }
    }
  }
}
  /* sec01 */
  .sec_01{padding: 60px 0;}
.sec_01 .orangeLine {
	border: #ff4700 solid 2px; border-radius: 10px; box-sizing: border-box; padding:20px 20px 30px 20px ; max-width: 962px; margin: 0 auto 0 auto;
}
  .sec_01 .tit-sec1{font-size: 4rem;font-weight: 500;line-height: 1.4;}
  .sec_01 .tit-sec1 span.txt{font-size: 2.4rem;line-height: 1.5;}
  .sec_01 .tit-sec1 span{font-size: 4.5rem;}
  .sec_01 .tit-sec1 span.num{font-size: 5.5rem;line-height: 1.3;}
  .sec_01 .tit-sec1 span.sub { font-size: 50%;}
  .sec_01 .logo{max-width: 960px;margin: 50px auto 0;}
	.sec_01 .logo .logo-list .total__row { display: flex; flex-wrap: wrap; justify-content: center; gap:20px 20px;}
	.sec_01 .logo .logo-list .total__row figure { align-self: center;}
  .logo .btn-link-logo{max-width: 190px;margin: auto;display: block; color: #161616;padding: 12px 0;text-align: center;border-radius: 10px;font-weight: 500;margin-top: 20px; text-decoration: underline; text-underline-offset: 10px;}
  .logo .btn-link-logo span {background-image: url('../img/ic_plus.webp');background-repeat: no-repeat;background-position: center right;padding-right: 30px;}
  .logo .btn-link-logo.is-close span{background-image: url('../img/ic_minus.webp');}

  .btn-link-logo:hover{opacity: 0.7;}
  .sec_01 .logo .logo-list{height: 135px;overflow: hidden;}
  .sec_01 .logo.show .logo-list  {height: 100%;}
  .sec_01 .logo.show .btn-link-logo.is-more{display: none;}
  .sec_01 .logo.show .btn-link-logo.is-close{display: block;}
  .sec_01 .logo .btn-link-logo.is-close{display: none;}
.speedText { text-align: center; margin: 40px auto 10px auto; font-size: 18px; font-weight: 500;}
.speedText .color { color: #dd0000;}
  .btn-link{max-width: 335px;margin:70px auto 0;display: block;padding: 12px 0; font-size: 2.8rem;font-weight: bold;line-height: 1.25;color: #fff;}
.btn-link.speed { margin: 10px auto 0 auto; padding: 18px 0; max-width: 480px;}
.btn-link.appLink:after {
	content: '※会員登録が必要です'; display: block; font-size: 1.2rem; text-align: center; line-height: 1; flex-basis: 100%;margin: 0.5em auto 0 auto;
}
.btn-link span.small { font-size: 80%; display: inline; margin: 0;}
  .btn-link{background: #dd0000 url('../img/bg-button.webp');background-repeat: no-repeat;background-position: center right;background-size: contain;border-radius: 10px;text-align: center;box-shadow: 4px 4px #e5e5e5;}
  .btn-link span{display: block;margin-right: 15px;}
  .btn-link{position: relative;}
  .btn-link:hover{opacity: 0.7;}
  .btn-link img{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);}
  /* sec02 */
  .sec_02{position: relative; padding-top: 60px;background: url('../img/bg01.webp');background-repeat: no-repeat;background-size: 100%;background-position:top center;padding-bottom: 125px;}
  .sec_02::after{content: '';position: absolute;width: 100%;height: 100%;background: #fbefd9;top: 0;z-index: -1;clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);}
  .sec_02 .info{margin-top: 30px;margin-bottom: 60px;}
  .sec_02 .info ul{ display: flex; align-items:end; justify-content: space-between;}
  .sec_02 .info ul li:first-child{ flex-basis: 34%;}
  .sec_02 .info ul li:nth-child(2){ flex-basis: 30.5%;}
  .sec_02 .info ul li:nth-child(3){ flex-basis: 32.5%;}
  .sec_02 .speed .tit img{ max-height: 150px;}
  .sec_02 .list-speed{margin-top: 60px;}
  .sec_02 .list-speed li{width: 48%;background-color: #fff;margin-bottom: 40px;box-shadow: 4px 4px #fdac82;position: relative;padding: 20px 0;font-size: 2.2rem;}
  .sec_02 .list-speed li img{position: absolute;left: 10px;top: -12.5px;}
  .sec_02 .list-speed li{background-image: url('../img/mark_speed.webp');background-repeat: no-repeat;background-position: bottom right;}
  .sec_02 .abs-link{position: absolute; max-width: 480px;left: 50%;transform: translateX(-50%);bottom: -47px;z-index: 9;width: calc(100% - 20px);}
  .sec_02 .abs-link .btn-link{margin-top: 0;}
/* sec03 */
  .sec_03{position: relative;padding-top: 160px;padding-bottom: 180px;}
  .sec_03::after{z-index: -1;content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fbe2b7;clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 15%);;}
  .sec_03 .group{margin-top: 30px;position: relative;z-index: 2;}
  .sec_03 .group::after{content: '';height:100%;width: 35px;background: url('../img/arrow_down.webp');position: absolute;left: 120px;top: 0;z-index: -1;background-repeat: no-repeat;background-position: center;}
  .sec_03 .group .box-step{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
  .sec_03 .group .box-step:last-child{margin-bottom: 0;}
  .sec_03 .group .box-step .left{width: 230px;}
  .sec_03 .group .box-step .right{width: calc(100% - 250px);}
  .sec_03 .group .box-step .right p{text-align: center;font-size: 1.8rem;padding: 40px 0;font-weight: 500;background: #fff;box-shadow: 4px 4px #fda46e;position: relative;border-radius: 10px;}
  .sec_03 .group .box-step .right p{background-image: url('../img/mark_step.webp');background-repeat: no-repeat;background-position: left top;background-size: contain;}
.sec_03 .group .box-step .right p .note { display: block; font-size: 80%; font-weight: normal;}
  .sec_03 .btn-step{position: absolute;bottom: -94px;left: 50%;transform: translateX(-50%);max-width: 480px;width: calc(100% - 20px);}
  .btn-step .btn-link{margin-top: 0;}
  .sec_01 .logo .logo-list .row3 {align-items: center;}
/* sec04 */
  .sec_04{padding-top: 100px;padding-bottom: 60px;text-align: center;margin-top: 94px;}
  .sec_04 .tit-sec04{font-size: 1.4rem;margin-top: 40px;margin-bottom: 30px;}
  .sec_04 .list {text-align: left; margin-top: 40px;}
  .sec_04 .list li:not(last-of-type) {margin-bottom: 20px;}
  .sec_04 .list li p:nth-of-type(1) {font-weight: bold;}
  .sec_04 .list li p {font-size: 14px;}
  .sec_04 .list li p.cap {margin-top: 10px; font-size: 1.2rem;}
	.sec_04 .list li.area__title { font-size: 2rem; font-weight: bold; margin: 0 0 1em 0;}
	.sec_04 .list li.area__title span { font-size: 75%; margin: 0 0 0 1em; font-weight: normal;}
	.sec_04 .list li + li.area__title { margin: 2em 0 1em 0;}

#target__area {
	justify-content: center; gap:20px;
}
#target__area figure:nth-of-type(1) {
	flex-basis: calc( 44.50% - 10px);
}
#target__area figure:nth-of-type(2) {
	flex-basis: calc( 55.50% - 10px);
}
#target__area figure:nth-of-type(3) {
	flex-basis: calc( 44.50% - 10px );
}
#target__area figure:nth-of-type(4) {
	flex-basis: calc( 55.50% - 10px );
}


/* footer */
    footer{ background-color: #f4f4f4;padding: 50px 0;}
    footer .tit-f{display: flex;align-items: center;justify-content: center;margin-bottom: 20px;flex-wrap: wrap;}
    footer .tit-f p{font-size: 2.2rem;}
    footer .note{font-size: 1.4rem;}
    footer .mv-txt-f{margin: 40px 0;}
footer .mv-txt-f2{margin: 40px auto;}

  @media (max-width: 1920px){
  .sec_02{background-size: unset;}
  .sec_02{padding-bottom: 140px;}
  footer {padding-bottom:120px;}


  }
  @media (max-width: 767px){
    .group__logo { padding: 8px 0;}
    header .content { padding: 0; }
    header h1 {width: unset;}
    header .menu {height: 65px;}
    header .login {width: 65px;font-size: 1.2rem;}
    header .login {border-radius: 0;flex-direction: column;align-items: center;padding: 8px;}
    /* header .menu img {margin-right: 0;width: 20px;height: 30px;} */
    header {padding: 0 0 0 16px;}
		header .link-user2 { height: 50px; align-self: center; flex-basis: 168px; margin-right: 10px;}
		header .link-user2 .balloon { width: 33.33%; top:-2px; left: -22.61%;}

  /* mv */
    .mv .txt-mv{font-size: 3.2rem;width: 100%;top: 30px;}
    .mv .txt-mv#sp2line { transform: translateY(33%) translateX(-50%);}
    .mv .txt-mv#sp3line { transform: translateY(-5%) translateX(-50%); line-height: 1.2;}
    .mv .txt-mv span.blackText { font-size: 3.2rem; line-height: 1.1; }


    .mv .txt-mv span{font-size: 4.3rem;}
    .mv .txt-mv span .num-mv{font-size: 4.3rem;}
    .mv .txt-mv .spOnly {	display: inline;}
    .mv .over-mv{font-size: 2.2rem;}
    .mv .over-mv p .f-pc{font-size: 2.2rem;}
    .mv .over-mv .f-sp{font-size: 3rem;}

    .regist { margin: 2rem auto 0 auto; max-width: 480px;}
    .regist .regist-frm{ padding: 25px 0;}
    .regist .regist-tit { text-align: center; line-height: 1.4;}
    .regist .regist-tit .clr-red { display: block;}
    .regist .regist-frm .col:nth-of-type(1){   width: 100%; margin-bottom: 20px;}
    .regist .regist-frm .col:nth-of-type(2){  width: 100%; /*margin-bottom: 20px;*/}
    .regist .regist-frm .txt span{ display: block; }
    /* .regist .regist-btn { width: 90%;} */

    .mv .over-mv img {padding: 15px 0;}
/* sec01 */
.sec_01 .tit-sec1{font-size: 2.5rem;font-weight: 500;line-height: 1.4;}
.sec_01 .tit-sec1 span.txt{font-size: 2rem;line-height: 1.5;}
.sec_01 .tit-sec1 span{font-size: 3.5rem;}
.sec_01 .tit-sec1 span.num{font-size: 4.5rem;line-height: 1.3;}
.small{width: 80%;}
.small1{width: 50%;}
.small2{width: 30%;}
	.sec_01 .logo .logo-list{height: 245px;}
	.sec_01 .logo .logo-list .total__row figure { align-self: center; flex-basis: calc( 50% - 20px); }
	.sec_01 .logo .logo-list .total__row figure.wide{ flex-basis: 100%;}
  .sec_02 {
    background-size: 730%;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .sec_02 .list-speed li{width: 100%;}
  .sec_02 .list-speed li:last-child{margin-bottom: 0;}
  .sec_02 .info {
    margin-bottom: 30px;
  }
  .sec_02 .info ul{ flex-wrap: wrap;}
  .sec_02 .info ul li:first-child{ flex-basis: 100%; text-align: center;}
  .sec_02 .info ul li:first-child img{ max-width: 50%;}
  .sec_02 .info ul li:nth-child(2){ flex-basis: 48%;}
  .sec_02 .info ul li:nth-child(3){ flex-basis: 50%;}
  .sec_03 .group .box-step .right p {
    background-image: url('../img/mark_step_sp.webp');}
  .sec_02 .abs-link .btn-link{z-index: 3;}
  .sec_01 .logo .logo-list .row3 {align-items: center;}
 .sec_01 .logo .logo-list .row3 figure:nth-of-type(1){width: 70%; margin-left: auto; margin-right: auto;}
 .sec_01 .logo .logo-list .row3 figure:nth-of-type(2){width: 70%; margin-left: auto; margin-right: auto;}
  .sec_02::after{clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);}
  .sec_03::after {clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 10%);}
  .sec_03 .group .box-step .left{width: 145px;}
  .sec_03 .group .box-step .right{width: calc(100% - 100px);}
  .sec_03 .group .box-step .right p{font-size: 1.6rem;padding: 20px 0 20px 20px;}
		.sec_03 .group .box-step .right p .note { text-align: left; padding: 1em;}
  .sec_03 .btn-step{bottom: 0;}
  .sec_04{margin-top: 0;}
  footer .tit-f p{width: 100%;margin-top: 16px;}
  footer .mv-txt-f{margin: 25px 0;}
  .sec_03 .group::after{left: 60px;top: 10%;height: 75%;background-size: contain;}

  .sec_01 .tit-sec1 span.txt{display: inline-block;margin-bottom: 15px;}
  .sec_01 .tit-sec1 span.num{line-height: 1;}
  footer .note{text-align: left !important;}
		
	#target__area { gap:10px; }
	#target__area figure:nth-of-type(1) {	flex-basis: 100%; }
	#target__area figure:nth-of-type(2) {	flex-basis: 100%;}
	#target__area figure:nth-of-type(3) {	flex-basis: 100%;}
	#target__area figure:nth-of-type(4) {	flex-basis: 100%;}

		
  } 
  @media (max-width: 480px){
  .sec_02::after{clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);}
  .sec_01 .tit-sec1{letter-spacing: 2px;}
  .mv .over-mv p {padding: 3px 0;}
  footer .mv-txt-f {width: 60%;margin-top: 10px;}
  }

  @media (max-width: 576px){
    /* .sec_01 .logo .logo-list .row4 figure{width: 100%;} */
  /* .sec_01 .logo .logo-list .row5 figure:last-child{margin-left: 0;margin-top: 10px;} */
		
  }
#bottomCV {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 310px;
    z-index: 11;
}
  /* #bottomCV .cvBox {
    width: 100%;
  } */
  #bottomCV .btn-link{margin-top: 0;}
#bottomCV .cvBox a {
    display: block;
    font-family: 'Zen Maru Gothic';
    font-size: 2.8rem;
    max-width:100%;
    color: #fff;
    margin-left: auto;
    border-radius: 10px 0 0 0;
    padding: 10px 0px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    background: #dd0000 url('../img/bg-button.webp');
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    box-shadow: 0px 0px 4px 4px #d9d9d9 ;
}
#bottomCV .cvBox a img{right: 2%;top: 60%;}
#bottomCV .cvBox a .sub-title{font-size: 2.4rem ; font-family: 'Noto Sans JP', sans-serif;}
#bottomCV .cvBox a .f-20{font-size: 2rem;}

#float_btn { position: fixed; bottom:20px; right: 43px; width: 147px; z-index: 2; }
#float_btn a { transition: opacity 0.5s linear 0s;}
#float_btn a:hover { opacity: 0.7;}
#float_btn .balloon { position: absolute; width: 57px; top:5px; right: -9.52%; }
@media ( max-width:768px) {
	#float_btn { width: 112px; right: 20px; bottom: 10px;}
	#float_btn .balloon { width: 44px;}
}



/*喜びの声*/

section.review {
  background: #F2E9C7;
  padding: 100px 0 180px;
  margin-top: 170px;
}

.review_inner h2 {
  text-align: center;
  font-size: min(4vw,24px);
  position: relative;
  font-weight: 800;
  width: max-content;
  margin: 0 auto 50px;
}

span.review_title_illust {
  top: 0;
  position: absolute;
  right: -110px;
  width: 90px;
}

.review_inner h2 span {
  display: block;
  font-size: min(6vw,30px);
  margin-top: 5px;
  color: #B4A365;
}

.slick-list.draggable {
  padding: 0 5%;
}
/* review */
.review_list{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.review_content + .review_content{ margin-top: min(5vw,40px);}
.review_content {
  border-radius: 20px;
  overflow: hidden;
  padding: min(5vw,40px);
  background: #fff;
  position: relative;
}

.review_content .review_info {
  height: min(16vw,203px);
  overflow: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.review_content .review_info p{
  font-size: min(3.5vw,1.6rem);
  line-height: 1.65em;
}
.review_content .review_info p + p{
  margin-top: 1em;
}
.review_content .abs-link{
  display: none;
}
.review_content.open .abs-link{
  display: block;
}
.review_content .btn_more{
  /* margin-top: 40px; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: min(5vw,40px);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);

}
.review_content .btn_more a {
  content: '続きを読む';
  display: block;
  background: url(../img/icon_arrow_open.svg) no-repeat #B4A365 top 50% right 10px / 25px;
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  font-size: 16px;
  border-radius: 100px;
  width: min(60vw, 340px);
  margin: 0 auto;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.review_content .btn_more a::before {
  content: '続きを読む';
}

.review_content .btn_more a:hover {
  opacity: 0.6;
}
.review_content.open .review_info {
  height: auto;
}
.review_content.open .btn_more{
  position: static;
  padding-bottom: 0;
}
.review_content.open .btn_more a::before{
  content: '閉じる';
}
.review_content.open .btn_more a{
  background-image: url(../img/icon_arrow_close.svg);

}
.review_content .speedText {
  margin: 20px auto;
}

.review_info h3 {
  color: #B6A66A;
  margin: 20px 0;
  font-size: min(4.2vw,2.2rem);
  font-weight: 600;
  line-height: 1.5em;
}

.review_date {
  font-size: min(3.5vw,1.6rem);
  font-weight: 400;
}

.review_date span {
  border-left: 1px solid;
  font-size: inherit;
  font-weight: 400;
  padding-left: 10px;
  margin-left: 10px;
}



@media screen and (min-width: 480px) {
  .review_content .review_thumb{
    width: 30%;
    float: left;
    margin: 0 min(5vw,40px) min(3vw,20px) 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  section.review {
    padding: 80px 0;
    margin-top: 80px;
  }
  .review_inner h2 {
    margin-bottom: 30px;
  }

  .review_inner h2 span {
    margin-top: 0;
  }

  .review_content {
    border-radius: 12px;
    /* margin: 0 10px; */
  }
  .review_thumb{
    margin-bottom: min(5vw,40px);
  }

  .review_info {
    /* padding: 20px 7%; */
  }


  .review_content .review_info {
    height: 90vw;
  }
  .review_content .speedText {
    font-size: min(3.5vw, 18px);
  }
  .review_content .btn-link{
    font-size: min(6vw,28px);
  }
  .review_info h3 {
    margin: 15px 0;
  }

  .review_info a {
    font-size: 14px;
  }

  span.review_title_illust {
    width: 60px;
    right: -72px;
  }


}



/* reason */
.wrap_rsn .rsn_rsn {
  margin-top: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  background: #F9F9F9;
}
.wrap_rsn .title_rsn {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
}
.wrap_rsn .big_rsn {
  font-size: 1.5em;
}
.wrap_rsn .red_rsn {
  color: #dd0000;
}
.wrap_rsn .highlight_rsn {
  background: linear-gradient(transparent 60%, #fbe2b7 80%);
  line-height: 1.0;
}
.wrap_rsn .notion_rsn {
  font-size: 0.5em;
  font-weight: 300;
  margin-left: 4px;
}
.wrap_rsn .list_rsn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  max-width: 1000px;
}
.wrap_rsn .list_rsn li {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .wrap_rsn .list_rsn li {
    padding: 48px;
  }
}
.wrap_rsn .label_rsn {
  font-size: 1.3em;
  font-weight: 600;
}
.wrap_rsn .index_rsn {
  font-weight: 500;
  margin-right: 8px;
}
.wrap_rsn .content_rsn {
  margin-top: 16px;
}
.wrap_rsn .content_rsn .desc_rsn {
  font-size: 1.1em;
  line-height: 2.0;
}
.wrap_rsn .content_rsn .image_rsn {
  background: #F9F9F9;
  padding: 8px;
  margin-top: 16px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .wrap_rsn .content_rsn .image_rsn {
    padding: 16px;
  }
}
.wrap_rsn .annotation_rsn {
  font-size: 0.7em;
  font-weight: 300;
  margin-top: 16px;
  width: 100%;
  max-width: 1000px;
}

/* faq */
.faq .faq-box {
color: #242424;
font-size: 1.4rem;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
margin: 0;
box-sizing: border-box;
border: 0;
outline: none;
padding: 60px 0;
background: #F8F8F8;
}
/* @media screen and (min-width: 768px) {
.faq .faq-box {
  margin-top: 120px;
}
} */
.faq .container_faq {
color: #242424;
font-size: 1.4rem;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
padding: 0;
box-sizing: border-box;
border: 0;
outline: none;
margin: 0 auto;
max-width: 1200px;
padding: 0 24px;
}
.faq .faq-tit{
color: #242424;
word-spacing: 0;
line-height: 1.8;
margin: 0;
padding: 0;
box-sizing: border-box;
border: 0;
outline: none;
text-align: center !important;
margin-bottom: 40px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
font-size: 2.6rem;
}
.faq .qa-list_faq {
color: #242424;
font-size: 1.4rem;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
margin: 0;
padding: 0;
border: 0;
outline: none;
list-style: none;
box-sizing: border-box;
}
.faq .qa-list_faq li {
color: #242424;
word-spacing: 0;
-webkit-text-size-adjust: 100%;
font-size: 1.4rem;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
list-style: none;
margin: 0;
box-sizing: border-box;
border: 0;
outline: none;
background-color: #fff9e3;
margin-bottom: 20px;
border-radius: 4px;
}
.faq .q_faq {
color: #242424;
line-height: 1.8;
list-style: none;
margin: 0;
box-sizing: border-box;
border: 0;
outline: none;
font-weight: bold;
font-family: 'Noto Sans JP', sans-serif;
padding: 20px;
font-size: 1.6rem;
display: flex;
align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .faq .q_faq {
    font-size: 1.8rem;
  }
}
.faq .a_faq {
background: #FFFFFF;
color: #242424;
line-height: 1.8;
list-style: none;
margin: 0;
box-sizing: border-box;
border: 0;
outline: none;
font-family: 'Noto Sans JP', sans-serif;
padding: 20px;
display: flex;
align-items: flex-start;
font-size: 1.6rem;
flex-wrap: wrap;
display: inline-block;
width: 100%;
}
@media screen and (min-width: 768px) {
  .faq .a_faq {
    font-size: 1.8rem;
  }
}
.faq .a_faq a {
text-decoration: underline;
}
.faq span.faq-tit{
list-style: none;
margin: 0;
padding: 0;
box-sizing: border-box;
border: 0;
outline: none;
font-size: 2.6rem;
font-weight: bold;
font-family: 'Poppins';
margin-right: 10px;
line-height: 1;
color: #b7a35c;
}


.movie-map{padding: 60px 0 100px;}
.movie-map .b-title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 30px;
}
.movie-map .introVideo {transition: all 0.4s; background: #fff;padding: 7px;max-width: 505px;margin: 0 auto;box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);display: block;border-radius: 6px;}
.movie-map .introVideo:hover{opacity: 0.7;}
@media (max-width: 767px) {
    .movie-map .b-title {
      font-size: 2.6rem;
      padding-bottom: 20px;
    }
}

/* .wrap_ntk */
.wrap_ntk{
  margin-top: min(20vw,200px);
  text-align: center;
}
.wrap_ntk p{
  font-size: min(4.7vw,30px);
  line-height: 1.8em;
  font-weight: 700;
}
.wrap_ntk em{
  font-style: normal;
}
.wrap_ntk .txtRd{
  color: #D7001C;
}
.wrap_ntk [class*="row_"]{
  margin-bottom: min(8vw,60px);
}
.wrap_ntk .txt{
  font-size: min(3.8vw,22px);
  margin-bottom: min(8vw,60px);
}
.wrap_ntk .row_01{
  padding: 40px;
  background: #F1E8C6;
  position: relative;
  margin-bottom: 5.1%;
}
.wrap_ntk .row_01::after{
  content: '';
  background: url(../img/bg_tri_01.svg) no-repeat center bottom / 100%;
  width: 100%;
  padding-top: 5.1%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.wrap_ntk .row_01 .inner{
  position: relative;
  display: inline-block;
}
.wrap_ntk .row_01 .txt_box{
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4%;
  width: min(73%,530px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_ntk .row_02{
  padding-top: min(8vw,60px);
}
.wrap_ntk .row_02 p em{
  font-size: 1.2em;
}
.wrap_ntk .row_03{
  position: relative;
}
.wrap_ntk .row_03 .txt_box{
  border: 1px solid #000;
  border-radius: 10px;
  padding: 40px;
}
.wrap_ntk .row_03 .txt_box p{
  font-size: min(4vw,25px);
}
.wrap_ntk .row_03 .txt_box p em{
  font-size: 1.1em;
}
.wrap_ntk .row_03 .img_box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(26%,306px);
}
.wrap_ntk .row_03 .img_box img{
  width: 100%;
}
.wrap_ntk .row_04 .tit{
  background: #76642A;
  color: white;
  font-size: min(5vw,25px);
  text-align: center;
  padding: 0.2em;
  letter-spacing: 0.1em;
}
.wrap_ntk .row_04 .inner{
  background: #F4F2EC;
  padding: 30px 40px 40px;
  text-align: center;
}
.wrap_ntk .row_04 .course_list{
  display: flex;
  gap: 10px;
  margin-bottom: min(5vw,40px);
}
.wrap_ntk .row_04 .course_list li{
}
.wrap_ntk .row_05 {
  background: white;
  /* padding: 80px 0; */
}
.wrap_ntk .row_05 .tit{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  /* margin: 0 0 40px; */
}
.wrap_ntk .row_05 table{ border-collapse: collapse; border: #000; width: 940px; width: 100%; margin: min(5vw,40px) auto;}
.wrap_ntk .row_05 table .rd{ color:#e60012;}
.wrap_ntk .row_05 table tr th:not(.c01,.c02){ background: #ECECEC; width: 20%; text-align: left;}
.wrap_ntk .row_05 table tr th,
.wrap_ntk .row_05 table tr td{ padding: 15px 10px; border: 1px solid #000; font-size: 1.8rem; line-height: 1.5em;}
.wrap_ntk .row_05 table tr th.c01,
.wrap_ntk .row_05 table tr th.c02{ width: 40%;}
.wrap_ntk .row_05 table tr th.c01{ background: #B7A25C; color: white;}
.wrap_ntk .row_05 table tr th.c02{ background: #B2565D; color: white;}
.wrap_ntk .row_05 table tr th.c01,
.wrap_ntk .row_05 table tr td.c01{ border-left: 6px solid #B7A25C; border-right: 6px solid #B7A25C;}
.wrap_ntk .row_05 table tr th.c01{ border-top: 1px solid #B7A25C; border-bottom: 1px solid #B7A25C;}
.wrap_ntk .row_05 table tr:last-of-type td.c01{border-bottom: 1px solid #B7A25C; position: relative;}
.wrap_ntk .row_05 table tr:last-of-type td.c01::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; padding-top: 6px; background: #B7A25C;}

@media (min-width: 767px) {
  .wrap_ntk .row_03 {
      padding: 0 40px 40px 27%;
  }
}
@media (max-width: 767px) {
  .wrap_ntk .row_01{
    padding: 30px 20px 20px;
  }
  .wrap_ntk .row_01 p{
      font-size: min(4vw,30px);
      line-height: 1.6em;
  }
  .wrap_ntk .row_03 .img_box{
    left: 7%;
  }
  .wrap_ntk .row_03 .txt_box {
    padding: 20px 10px;
  }
  .wrap_ntk .row_03 .txt_box p{

  }
  .wrap_ntk .row_03 .txt_box p:nth-of-type(2){
    padding-left: 35%;
    text-align: left;
  }
  .wrap_ntk .row_04 .inner { padding: 20px;}
  .wrap_ntk .row_04 .tit{ padding: 0.5em;  }
  .wrap_ntk .row_05 table tr th,
  .wrap_ntk .row_05 table tr td{ padding: 5px 5px 5px 10px; font-size: 1.4rem;}
  .wrap_ntk .row_05 table tr td{ text-align: left;}
  .wrap_ntk .row_05 table tr th:not(.c01,.c02){ width: 26%;}
  .wrap_ntk .row_05 table tr th.c01,
  .wrap_ntk .row_05 table tr th.c02{ width: 37%;}
  .wrap_ntk .row_05 table tr th.c01,
  .wrap_ntk .row_05 table tr td.c01{ border-left: 4px solid #B7A25C; border-right: 4px solid #B7A25C;}
  .wrap_ntk .row_05 table tr th.c01{ border-top: 1px solid #B7A25C;}
  .wrap_ntk .row_05 table tr:last-of-type td.c01{ border-bottom: 1px solid #B7A25C;}
  .wrap_ntk .row_05 table tr:last-of-type td.c01::after{ padding-top: 4px;}

}