@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;
  --bg02: #FFE395;
  --red01 : #DD0000;
  --grad01: linear-gradient( 15deg, #785A00 , #DDAC1D);
  --grad02: linear-gradient( to bottom , #FBF6EA , #DDAC1D);
}

@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
------------------------------ */

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 .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;}

@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 {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%;}
} 

/* ------------------------------
 変FV
------------------------------ */
.fv{ 
  position: relative; padding: 0 0 0 0; background: var(--bg01) ; box-sizing: border-box; overflow: hidden;
  & .site__description  {
    width: calc(100% - 40px); max-width: 720px; text-align: center; margin: 0 auto 0 auto; background: var(--bg02); font-size: 2.5rem; font-weight: bold; min-height: 66px; display: flex; justify-content: center; align-items: center;border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;
    & span {
      color: var(--red01);
    }
  }
  & .bg01 {
    position: absolute; left: 0; bottom:140px; width: 570px; z-index: 1;
  }
  & .bg02 {
    position: absolute; right: 0; bottom:140px; width: 486px; z-index: 1;
  }
  & .site__point {
    margin: 20px auto 0 auto; position: relative; z-index: 2;
    & ul {
      gap: 5px; justify-content: center; display: flex; flex-wrap: wrap; width: 100%; max-width: 600px; margin: 0 auto 0 auto;
      & li {
        font-size: 2.8rem; font-weight: bold; color: #fff; display: block; background: #000; line-height: 1; padding: 5px; border-radius: 5px;
      }
    }
  }
  & .lp__title {
   width: 100%; max-width: 590px;  margin: 0 auto 0 auto; position: relative; z-index: 2;
  }
  & .lp__subtitle {
    width: 100%; max-width: 560px; height: 62px; display: flex; flex-wrap: wrap; justify-content: center; border-radius:31px; background: var(--grad01); align-items: center; color: #fff; font-size: 3.7rem; margin: 20px auto 0 auto;  position: relative; z-index: 2;
  }
  & .fv__note {
    display: block; font-size: 1rem; text-align: center; margin: 5px 0 0 0; position: relative; z-index: 2;
  }
  
  & .expect {
    min-height: 16rem; position: relative; width: 100%; max-width: 440px; margin: 0 auto; z-index: 2;
    
    & p {
      font-size: 2.8rem; text-align: center; display: block; position: relative; padding: 30px 0 0 0; line-height: 1.25; font-weight: bold;
      &:before {
        content: ''; width: 32rem; height: 16rem; position: absolute; left: 50%; top:0; transform: translateX(-50%); background: var(--grad02); z-index: 2; clip-path: polygon(0% 0% , 50% 100% , 100% 0%);
        opacity: 0.5;
      }
      & span {
        position: relative; z-index: 3; display: block;
        &:before {
          display: block; content: ''; border-left: dotted 3px #000; width: 1px; height: 5rem; position: absolute; left: 0; bottom: 0; transform: rotate(-25deg);
        }
        &:after {
          display: block; content: ''; border-right: dotted 3px #000;width: 1px; height: 5rem; position: absolute; right: 0; bottom: 0;transform: rotate(25deg);
        }
      }
    }
  }
  & .lead__box {
    margin: 0 0 0 0; position: relative; overflow: hidden; padding: 10px 0 0 0;
    &::before {
      width: 866px; height: 866px; pointer-events: none; position: absolute; left: 50%; top:0; transform: translateX(-50%); border-radius: 50%; content: ''; display: block; background:#fff; z-index: 2;
    }
    & .fv__leadtitle {
      display: block; width: 100%; max-width: 580px; text-align: center; position: relative; font-size: 2.7rem; margin: 0 auto 0 auto; z-index: 3;
      & .big {
        font-size: 4.6rem;
      }
      & .grad {
        background: var(--grad01); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      }
      &:before {
        display: block; content: ''; border-left: solid 1px #000; width: 1px; height: calc(100% - 10px); position: absolute; left: 0; bottom: 0; transform: rotate(-25deg);
      }
      &:after {
        display: block; content: ''; border-right: solid 1px #000;width: 1px; height: calc(100% - 10px); position: absolute; right: 0; bottom: 0;transform: rotate(25deg);
      }
    }
    & .lead__point {
      position: relative; z-index: 3;background: linear-gradient(to bottom , #ffffff00 , #ffffff00 90px , #ffffffff 90px , #ffffffff 100%); margin: 10px 0 0 0; padding: 0 0 20px 0;
      & ul {
        display: flex; flex-wrap: wrap; justify-content: center;width: 100%; max-width: 560px; margin: 0 auto 0 auto; 
        & li {
          flex-basis: 180px;
        }
      }
      & .lead__note {
        font-size: 1rem; display: block; text-align: center; background: #fff;
      }
    }
    
  }
}

@media screen and (max-width:767px) {
  .fv {
    & .bg01 , & .bg02 {
      display: none;
    }
    & .site__description {
      border-radius: 0; font-size: 3.56vw; width: 100%; height: 9.16vw;
    }
    & .site__point {
      margin: 20px auto 0 auto;
      & ul {
        & li {
          font-size: 5.08vw;
        }
      }
    }
    & .expect {
      width: 88%; max-width: none; min-height: 22.90vw;
      
      &:before , &:after {
        height: 8.39vw;
      }
      & p {
        font-size: 5.5vw;
        &:before {
          width: 48.85vw; height: 22.90vw;
        }
      }
    }
    & .lp__title {
      width: 89.82vw; max-width: none;
    }
    & .lp__subtitle {
      font-size: 6.1vw; width: 92.36vw; height: 11.19vw; border-radius: 5.1vw; max-width: none;
    }
    & .fv__note {
      font-size: 2vw;
    }
    & .lead__box {
      &:before {
        width: 99vw; height: 99vw; top:5.35vw;
       }
      & .fv__leadtitle {
        font-size: 4.05vw; width: 85.29vw; max-width: none;
        & .big {
          font-size: 6.91vw;
        }
      }
      & .lead__point {
        & ul {
          max-width: none; width: 94.65%;
          & li {
            flex-basis: 33.33%;
          }
        }
        & .lead__note {
          font-size: 2vw;
        }
      }
    }
  }
}



@media screen and (max-width:767px) {

}
/* ------------------------------
price__zero
------------------------------ */
.price__zero { padding: 80px 0 210px 0; position: relative; }
.price__zero  .abs-link{position: absolute; max-width: 480px;left: 50%;transform: translateX(-50%);z-index: 9;width: calc(100% - 20px);}
.price__zero  .abs-link .btn-link{margin-top: 0;}
.price__zero  .btn-link.speed { max-width: 480px;}
@media screen and ( max-width:767px) {
  .price__zero { padding: 80px 0 280px 0; }
}
/* ------------------------------
sec_00
------------------------------ */
.txtOr{ color: #ED8F25;}
.txtRd{ color: #D7001C;}
[class*="sec_00_"]{ text-align: center; padding: 80px 0;}
.sec_00_01,
.sec_00_03{
  border-image-source: linear-gradient(#F3F3F3,#F3F3F3);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
.sec_00_01{ padding: 80px 10px 150px;}
.sec_00_02{ position: relative; padding: 150px 0 80px;}
.sec_00_02 .box_01{ position: absolute; top: -100px; left: 0; right: 0;}
.sec_00_03 .box_01 p{ font-weight: bold; font-size: min(3.9vw,20px); line-height: 2em; margin-top: 40px;}
.sec_00_03 .box_01 em{ font-style: normal; display: inline-block; color: white; background: #ED8F25; padding: 0 0.5em;}
.sec_00_03 .box_02{ margin-top: 40px;}
.sec_00_04{ padding-bottom: 40px;}
.sec_00_04 .box_01 .txt_01{ font-size: min(7vw,40px); font-weight: bold;}
.sec_00_04 .box_01 .txt_02{ font-size: min(3.7vw,16px); margin-top: 40px; font-weight: bold; line-height: 2em;}
.sec_00_04 .box_02{ margin-top: 40px;}

@media (max-width: 767px){
  [class*="sec_00_"]{ text-align: center; padding: 40px 0;}
  .sec_00_01 { padding: 40px 20px 35vw;}
  .sec_00_02 { padding: 20vw 0 40px; z-index: 1;}
  .sec_00_02 .box_01 { top: -30vw;}
  .sec_00_03 .box_01{ padding: 0 15px;}
  .sec_00_03 .box_02 { padding: 0 15px;}
  .sec_00_03 .box_02,
  .sec_00_04 .box_01 .txt_02,
  .sec_00_04 .box_02 { margin-top: 20px;}
  .sec_00_04{ padding: 20px 0;}
}

/* sec01 */
.sec_01{padding:0 0 60px 0;}
.sec_01 .orangeLine {
border: #ff4700 solid 2px; border-radius: 10px; box-sizing: border-box; padding:20px 20px 30px 20px ; max-width: 900px; 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;}
.speedText {text-align: center;margin: 10px 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: 400px;}
.btn-link.yclidLink: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%);}


/* ------------------------------
sec_01
------------------------------ */
.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;}
.sec_01 .btn-link.speed { max-width: 480px;}
.sec_01 .logo .logo-list .row3 {align-items: center;}
.sec_01 .dakara { width: 100%; max-width: 350px; margin: 20px auto 0 auto;}
@media screen and ( max-width:767px) {
  .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_01 .dakara { max-width: 54.96vw;}
}
/* ------------------------------
sec_02
------------------------------ */
.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; margin-bottom: 80px;}
.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;}
.sec_02 .btn-link.speed { max-width: 480px;}
@media screen and ( max-width:767px) {
  .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 
------------------------------ */
.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 40px;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_03 .btn-link.speed { max-width: 480px;}

@media screen and ( max-width:767px)  {
  .sec_03::after {clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 10%);}
  .sec_03 .group { padding-bottom: 240px;}
  .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 { background-image: url('../img/mark_step_sp.webp');}
  .sec_03 .group .box-step .right p .note { text-align: left; padding: 1em;}
  .sec_03 .btn-step{bottom: 0;}
  .sec_03 .group::after{left: 60px;top: 10%;height: 75%;background-size: contain;}
}
/* ------------------------------
sec_04
------------------------------ */
.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;}
@media (max-width: 1920px){
  .sec_02{background-size: unset;}
  .sec_02{padding-bottom: 140px;}
}
#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 );}


@media (max-width: 767px){
  /* 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;}
  .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;}
		
	#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_cap{ padding: 0 28% 0 20px; text-align: left; font-size: 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){
  footer {padding-bottom:120px;}
}
@media (max-width: 767px){
  footer .tit-f p{width: 100%;margin-top: 16px;}
  footer .mv-txt-f{margin: 25px 0;}
  footer .note{text-align: left !important;}		
} 
@media (max-width: 480px){
  footer .mv-txt-f {width: 60%;margin-top: 10px;}
}

/* ------------------------------
 Float Btn 
------------------------------ */
#bottomCV { position: fixed; right: 0; bottom: 0; width: 310px; z-index: 11; }
#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;}
}


/* ------------------------------
REVIEW
------------------------------ */
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{  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;  }
  .review_thumb{    margin-bottom: min(5vw,40px);  }
  .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;  }
}
/* ------------------------------
RESSON
------------------------------ */
.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;}
.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
------------------------------ */
.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;  font-size: inherit;}
.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{  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_05 {  background: white;}
.wrap_ntk .row_05 .tit{  font-size: 2.4rem;  font-weight: bold;  text-align: center;}
.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: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: 32%;}
  .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;}

}