@charset "utf-8";

/* STYLE LIST ------------------------------------------------------

 01. LAYOUT

 02. HEADER & FOOTER

 03. KV

 04. CAMPAIGN

 05. BION

 06. RELAX

 07. FEATURE

 08. FACILITY

 09. PROGRAM

 10. VOICE

 11. Q&A

 12. INFO

 13. FIXED

 14. RESPONSIVE

 15. ANIMATION

-------------------------------------------------------------------- */

/* 01. LAYOUT
-------------------------------------------------------------------- */

body {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .8;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.inner1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.125%;
}

/* PC・SP切替 */
.sp {
  display: none;
}


/* MEDIA QUERIE 768px～ */
@media screen and (min-width: 768px) {

  a {
    transition: .5s;
  }

}


/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  p {
    font-size: 3.2vw;
    line-height: 1.42;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner2 {
    padding-left: 0;
  }

}

.fixed, #kv, .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09 { overflow-x: clip; }

/* 02. HEADER & FOOTER
-------------------------------------------------------------------- */

.pagetop {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 10px;
  cursor: pointer;
  transform: translate(calc(1600px - 43px), -140px);
  height: 0;
  display: none;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 60px;
}

.sp_cta {
  display: none;
}

/* MEDIA QUERIE 1025px～1600px */
@media screen and (min-width: 1025px) and (max-width: 1600px) {

  .pagetop {
    transform: translate(97vw, -120px);
  }

}

/* MEDIA QUERIE 768px～1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .pagetop {
    transform: translate(97vw, -130px);
  }

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sp_cta {
    display: flex;
    background: #1490e0;
    height: 50px;
  }

  .sp_cta .sp_tel {
    width: 58px;
  }

  .sp_cta .sp_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sp_cta .sp_tel img {
    max-width: 40px;
  }

  .sp_cta .sp_web {
    width: 74px;
    border-left: 1px solid #fff;
  }

  .sp_cta .sp_web a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sp_cta .sp_web img {
    max-width: 55px;
  }

  .pagetop {
    transform: translate(calc(100vw - 30px), 0);
    bottom: calc(125px + 11.45vw);
  }

}

footer {
  color:#4d4d4f;
  width: 100%; 
  padding: 1.5% 2.5% 2%;
  border-top: solid 1px #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
  @media screen and (max-width: 1024px) {
  footer {
  border-top: none;
  padding: 30px 0 10px;
    }
  }

  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 75px;
    }
  }

.footer__inner {
  max-width:1600px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  @media screen and (max-width: 1024px) {
  .footer__inner {
  width: 100%;
  display: block;
    }
  }

.footer__box {
  width: calc( calc(100% - 3%) / 2 );
}
  @media screen and (max-width: 1024px) {
  .footer__box {
  width: 100%;
    }
  }

.footer__box.group {
  display: flex;
  align-items: center;
}
.footer__box.group .footer__box__L__logo {
  width: 80px;
  height: 70px;
}

  @media screen and (max-width: 1024px) {
    .footer__box.group {
      width: 100%;
      flex-direction: column;
      justify-content: center;
      }
    .footer__box.group .footer__box__L__logo {
      margin-bottom: 20px;
      }
    }

.footer__box a {
  font-weight: 400;
  color: #4D4D4F;
  text-decoration: none;
}

.footer__box__L__txt {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__txt {
  font-size: 1.2rem;
  color: #6c6c6c;
  display: block;
  width: 100%;
  background: #dfdfdf;
  margin-left: 0;
    }
  }

.footer__box__L__list {
  display: flex;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list + .footer__box__L__list {
  border-top: solid 1px #c5c5c5;
    }
  }

.footer__box__L__list li{
  display: inline;
  margin-bottom: 3px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list li{
  text-align: center;
  width: 50%;
  padding: 10px 0;
  margin-bottom: 0;
  display: block;
    }
  }

.footer__box__L__list li:nth-child(2)::before {
  content: '|';
  padding: 0 10px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__L__list li:nth-child(2){
  border-left: solid 1px #c5c5c5;	
    }
  .footer__box__L__list li:nth-child(2)::before {
  content: '';
  padding: 0;

    }
  }

.footer__box__R__logo {
  text-align: right;
  margin-top: 0px;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__logo {
  text-align: center;
  margin: 15px 0 5px;
    }
  }

.footer__box__R__logo img {
  width: 176px;
  vertical-align: middle;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__logo img {
  width: 50%;
    }
  }

.footer__box__R__txt {
  font-size: 1.3rem;
  text-align: right;
}
  @media screen and (max-width: 1024px) {
  .footer__box__R__txt {
  font-size: 1.1rem;
  text-align: center;
    }
}


/* 03. KV
-------------------------------------------------------------------- */

#kv {
  background: #dfdce4;
  position: relative;
  height: 600px;
  margin-top: 5%;
}

#kv h1 {
  position: absolute;
  top: -12.2%;
  left: 1.6%;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  width: 440px;
  color: #8d2f48;
  z-index: 10;
}

#kv h1 img {
  mix-blend-mode: multiply;
  vertical-align: -20px;
  margin-right: 10px;
}

.kv_inner {

}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  #kv {
    height: 165vw;
    margin-top: 11vw;
  }
  
  #kv h1 {
    top: -10vw;
    left: 3vw;
    font-size: 3.7vw;
    width: 54.7vw;
  }
  
  #kv h1 img {
    vertical-align: -3vw;
    margin-right: 1vw;
    width: 22.4vw;
  }

}


/* 04. CAMPAIGN
-------------------------------------------------------------------- */

.sec01 {
  background: url(../img/common/bg_campaign_pc.png) no-repeat center top/auto;
  padding: 100px 0 160px;
}

.sec01 h2 {
  text-align: center;
  margin-bottom: 60px;
}

.sec01 h2 img {
  width: 353px;
}

.swiper-box {
  position: relative;
}

.swiper-container {
  margin-bottom: 130px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide.code {
  position: relative;
}

.swiper-slide.code p {
  position: absolute;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: .1em;
  font-weight: 700;
  bottom: 85px;
  right: 303px;
  z-index: 1000;
  font-family: "Noto Sans JP", sans-serif;
  user-select: text;
  pointer-events: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 27px;
  height: 61px;
  position: absolute;
  background: url(../img/common/icon_arrow_pc.png) no-repeat center/contain;
  transition: .3s;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: 225px;
}

.swiper-button-next {
  right: 225px;
}

.swiper-pagination {
  transform: translateY(50px);
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: .3s;
  width: 12px;
  height: 12px;
}

.sec01 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}

.swiper-pagination-bullet-active {
  background-color: #e7ce40;
}

.cv-button {
  text-align: center;
}

.cv-button a {
  display: inline-block;
  width: 408px;
  height: 76px;
  background-image: linear-gradient( 0deg, rgb(74,69,140) 0%, rgb(108,79,162) 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  padding: 5px;
}

.cv-button a span {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: .1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  position: relative;
}

.cv-button a span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec01 {
    background: url(../img/common/bg_campaign_sp.png) no-repeat center top/100%;
    padding: 12vw 0 28vw;
  }
  
  .sec01 h2 {
    margin-bottom: 8vw;
  }
  
  .sec01 h2 img {
    width: 58.2vw;
  }

  .swiper-container {
    margin-bottom: 10vw;
    width: 73.47vw;
    margin: 0 auto 19vw;
    user-select: text;
    overflow: hidden;
  }

  .swiper-slide {
    margin: 0;
    user-select: text;
  }

  .swiper-slide img {
    width: 73.47vw;
  }

  .swiper-slide.code {
    user-select: text;
  }
  
  .swiper-slide.code p {
    font-size: 6.0vw;
    bottom: 24.4vw;
    right: 21vw;
    z-index: 9999;
    -webkit-touch-callout: text; /* テキストの長押しメニューを許可 */
    -webkit-user-select: text;  /* iOSでのテキスト選択を有効化 */
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.6vw;
    height: 8.1vw;
    background: url(../img/common/icon_arrow_sp.png) no-repeat center/contain;

  }
  
  .swiper-button-prev {
    left: 5vw;
  }
  
  .swiper-button-next {
    right: 5vw;
  }
  
  .swiper-pagination {
    transform: translateY(10vw);
  }
  
  .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
  }
  
  .slick-dots {
    bottom: -12vw;
  }
  
  .cv-button a {
    width: 76.67vw;
    height: 14.4vw;
    box-shadow: 0px 0px 3vw 0px rgba(0, 0, 0, 0.06);
    padding: .67vw;
  }
  
  .cv-button a span {
    font-size: 4.93vw;
    border-width: .1vw;
    line-height: 12.86vw;
  }
  
  .cv-button a span:after {
    width: 2.1vw;
    height: 3.3vw;
    background: url(../img/common/icon_arrowS_sp.png) no-repeat center/contain;
    right: 6vw;
  }

}

/* 05. BION
-------------------------------------------------------------------- */

.sec02 {
  background: url(../img/common/bg_bion_pc.png) no-repeat center top/auto;
  text-align: center;
  padding: 260px 0 200px;
  margin-top: -173px;
}

.sec02 .intro {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0;
  margin-bottom: 100px;
}

.sec02 .intro span {
  color: #653a6b;
  font-size: 4.2rem;
  margin-right: -.3em;
  line-height: 1.5;
}

h2.line {
  font-size: 4.0rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  line-height: 1.2;
  padding-bottom: 36px;
  text-align: center;
}

.sec02 h2 {
  display: inline-block;
  transform: translateX(224px);
}

h2.line.white {
  color: #fff;
  font-weight: 500;
}

h2.line span {
  font-size: 3.0rem;
}

.sec02 h2:before {
  content: "";
  position: absolute;
  width: 283px;
  height: 113px;
  background: url(../img/common/icon_konnani_pc.png) no-repeat center/contain;
  right: -110px;
  top: -65px;
}

h2.line:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 128px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/line01_pc.png) no-repeat center/contain;
}

h2.line.white:after {
  background: url(../img/common/line05.png) no-repeat center/contain;
}

.sec02 li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.sec02 li:first-of-type {
  width: 1200px;
  margin: auto;
  justify-content: flex-start;
  margin-top: -110px;
}

.sec02 li:first-of-type:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1224px;
  height: 98px;
  background: url(../img/common/line02.png) no-repeat center/contain;
  z-index: -1;
  bottom: 125px;
  left: -200px;
}

.sec02 li:nth-of-type(2) {
  width: 1200px;
  margin: auto;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-top: -170px;
}

.sec02 li:nth-of-type(2):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1015px;
  height: 89px;
  background: url(../img/common/line03.png) no-repeat center/contain;
  z-index: -1;
  bottom: 145px;
  left: 60px;
}

.sec02 li:nth-of-type(3) {
  margin-top: -160px;
  padding-right: 66px;
}

.sec02 li:nth-of-type(3):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 965px;
  height: 86px;
  background: url(../img/common/line04.png) no-repeat center/contain;
  z-index: -1;
  bottom: 125px;
  right: -10px;
}

.sec02 li picture img {
  width: 100%;
  max-width: 505px;
}

.sec02 li h3 {
  font-size: 3.9rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 15px;
}

.sec02 li:nth-of-type(2) h3 {
  margin-right: 30px;
}

.sec02 li:nth-of-type(3) h3 {
  letter-spacing: -.1em;
}

.sec02 li h3 span {
  font-size: 2.8rem;
  vertical-align: 2px;
}

.sec02 li:nth-of-type(3) h3 span {
  letter-spacing: -.05em;
}

.sec02 li h3 strong {
  color: #663c6c;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: -.04em;
}

.sec02 li h3 strong small {
  font-size: inherit;
  vertical-align: 9%;
}

.sec02 li h3 img {
  vertical-align: -4px;
  margin: 0 6px 0 4px;
}

.sec02 li p {
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec02 {
    background: url(../img/common/bg_bion_sp.png) no-repeat center top/cover;
    padding: 31vw 0 32vw;
    margin-top: -18vw;
  }
  
  .sec02 .intro {
    font-size: 3.81vw;
    margin-bottom: 24vw;
    letter-spacing: -.1em;
    line-height: 2.2;
  }
  
  .sec02 .intro span {
    font-size: 7.28vw;
  }
  
  h2.line {
    font-size: 6.9vw;
    padding-bottom: 7vw;
    letter-spacing: -.05em;
  }
  
  .sec02 h2 {
    transform: translateX(0);
    display: block;
  }
  
  h2.line span {
    font-size: 5.18vw;
  }
  
  .sec02 h2:before {
    width: 39.73vw;
    height: 19.47vw;
    background: url(../img/common/icon_konnani_sp.png) no-repeat center/contain;
    right: 0;
    top: -15vw;
  }
  
  h2.line:after {
    width: 21.87vw;
    height: 2.53vw;
    background: url(../img/common/line01_sp.png) no-repeat center/contain;
  }
  
  h2.line.white:after {
    background: url(../img/common/line05_sp.png) no-repeat center/contain;
  }
  
  .sec02 li {
    display: block;
    position: relative;
  }
  
  .sec02 li:first-of-type {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  
  .sec02 li:first-of-type:after {
    width: 100vw;
    height: 13.07vw;
    background: url(../img/common/line02_sp.png) no-repeat center/contain;
    bottom: 42vw;
    left: 0;
  }
  
  .sec02 li:nth-of-type(2) {
    width: 100%;
    margin-top: 7vw;
    text-align: right;
  }
  
  .sec02 li:nth-of-type(2):after {
    width: 94.4vw;
    height: 11.87vw;
    background: url(../img/common/line03_sp.png) no-repeat center/contain;
    bottom: 32vw;
    left: 0;
  }
  
  .sec02 li:nth-of-type(3) {
    margin-top: 7vw;
    padding-right: 0;
    text-align: left;
  }
  
  .sec02 li:nth-of-type(3):after {
    width: 52.27vw;
    height: 11.47vw;
    background: url(../img/common/line04_sp.png) no-repeat center/contain;
    bottom: 47vw;
    right: 0;
  }
  
  .sec02 li picture img {
    width: 67.33vw;
  }
  
  .sec02 li h3 {
    font-size: 6.71vw;
    margin-bottom: 2vw;
    position: absolute;
    text-shadow: 0 0 2vw rgba(255,255,255),0 0 1vw rgba(255,255,255),0 0 1vw rgba(255,255,255);
  }

  .sec02 li:nth-of-type(1) h3 {
    top: 47vw;
    left: 34vw;
  }

  .sec02 li:nth-of-type(2) h3 {
    top: 24vw;
    left: 8vw;
    margin-right: 0;
  }

  .sec02 li:nth-of-type(3) h3 {
    top: 43vw;
    left: 38vw;
  }
    
  .sec02 li h3 span {
    font-size: 4.88vw;
    vertical-align: .45vw;
  }

  .sec02 li h3 strong {
    font-size: 6.98vw;
  }
  
  .sec02 li h3 img {
    vertical-align: -.6vw;
    margin: 0;
  }

  .sec02 li:nth-of-type(1) h3 img {
    width: 27.47vw;
    margin-left: .07em;
  }

  .sec02 li:nth-of-type(2) h3 img {
    width: 24.67vw;
    margin: 0 .2em 0 .07em;
    vertical-align: -1.2vw;
  }

  .sec02 li p {
    text-align: center;
    line-height: 1.35;
    margin-top: -2vw;
  }

}

/* 06. RELAX
-------------------------------------------------------------------- */

.sec03 {
  background: url(../img/common/bg_relax_pc.png) no-repeat center top/auto;
  padding: 260px 0 160px;
  margin-top: -180px;
}

.sec03 h2 {
  margin-bottom: 25px;
}

.sec03 .note {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.sec03 figure {
  text-align: center;
  margin-top: -110px;
  position: relative;
}

.sec03 h3 {
  position: absolute;
  color: #fff;
  top: 190px;
  letter-spacing: -.1em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.sec03 .txt1 {
  position: absolute;
  color: #d14271;
  top: 223px;
  right: 50%;
  transform: translateX(224%);
  line-height: 1.1;
  z-index: 10;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.7rem;
  font-weight: 500;
}

.sec03 .txt2,
.sec03 .txt3 {
  position: absolute;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  bottom: 375px;
}

.sec03 .txt2 {
  left: 50%;
  transform: translateX(-273%);
}

.sec03 .txt3 {
  right: 50%;
  transform: translateX(363%);
}

.sec03 .txt2 span,
.sec03 .txt3 span {
  font-size: 1.6rem;
}

.sec03 .txt4 {
  position: absolute;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.1;
  bottom: 47px;
  left: 0;
  right: 0;
  margin: auto;
}

.sec03 ul {
  display: flex;
  justify-content: space-between;
  width: 1128px;
  margin: 35px auto 110px;
}

.sec03 li {
  width: 534px;
  background: #fff;
  border-radius: 8px;
  padding: 45px 70px 30px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.sec03 li h4 {
  color: #d14271;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 3.4rem;
  position: relative;
  margin-bottom: 8px;
}

.sec03 li h4:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 178px;
  height: 67px;
  top: -25px;
  left: -50px;
  background: url(../img/common/ttl_merit01_pc.png) no-repeat center/contain;
}

.sec03 li:last-of-type h4:after {
  background: url(../img/common/ttl_merit02_pc.png) no-repeat center/contain;
}

.sec03 li p {
  letter-spacing: 0;
  line-height: 1.7;
}

.sec03 li p span {
  background: #ffe5ad;
  padding: 3px 0;
}

.sec03 .point {
  width: 945px;
  border: 4px solid #a06a9f;
  margin: auto;
  background: #fff;
  display: flex;
  padding: 20px;
  position: relative;
  justify-content: space-between;
  z-index: 100;
}

.sec03 .point:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 268px;
  height: 117px;
  top: -35px;
  left: -110px;
  background: url(../img/common/icon_point_pc.png) no-repeat center/contain;
  z-index: 10;
}

.sec03 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.sec03 .point h4 {
  font-size: 3.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #a06a9f;
  margin-bottom: 12px;
}

.kerning {
  letter-spacing: -.2em;
}

.kanji {
  letter-spacing: .01em;
  margin: 0 -.1em 0 .1em;
}

.sec03 .point p {
  font-size: 1.8rem;
  letter-spacing: 0;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec03 {
    background: url(../img/common/bg_relax_sp.png) no-repeat center top/cover;
    padding: 35vw 0 34vw;
    margin-top: -22vw;
  }
  
  .sec03 h2 {
    margin-bottom: 4vw;
  }
  
  .sec03 figure {
    margin-top: 7vw;
  }
  
  .sec03 h3 {
    top: 12vw;
    font-size: 6.11vw;
    line-height: 1.2;
    letter-spacing: -.1em;
  }
  
  .sec03 .txt1 {
    top: 23vw;
    right: 0;
    transform: translateX(0);
    font-size: 6.89vw;
  }
  
  .sec03 .txt2,
  .sec03 .txt3 {
    font-size: 4.59vw;
    bottom: 74.5vw;
  }
  
  .sec03 .txt2 {
    left: 4.5vw;
    transform: translateX(0);
  }
  
  .sec03 .txt3 {
    right: 7vw;
    transform: translateX(0);
  }
  
  .sec03 .txt2 span,
  .sec03 .txt3 span {
    font-size: 2.68vw;
  }

  .sec03 .txt2 span {
    letter-spacing: 0;
  }
  
  .sec03 .txt4 {
    font-size: 4.27vw;
    bottom: 0;
    line-height: 2.6;
  }
  
  .sec03 ul {
    display: block;
    width: 100%;
    margin: 13vw auto 18vw;
  }
  
  .sec03 li {
    width: 86.4vw;
    border-radius: 1.07vw;
    padding: 8vw 6vw 6.5vw;
    box-shadow: 0 0 5vw rgba(0,0,0,.3);
    margin: auto;
  }

  .sec03 li + li {
    margin-top: 9vw;
  }
  
  .sec03 li h4 {
    font-size: 5.51vw;
    margin-bottom: 3vw;
  }
  
  .sec03 li h4:after {
    width: 28.8vw;
    height: 10.8vw;
    top: -5vw;
    left: -3vw;
    background: url(../img/common/ttl_merit01_sp.png) no-repeat center/contain;
  }
  
  .sec03 li:last-of-type h4:after {
    background: url(../img/common/ttl_merit02_sp.png) no-repeat center/contain;
  }
  
  .sec03 li p span {
    padding: .5vw 0;
  }
  
  .sec03 .point {
    width: 68vw;
    border: 1vw solid #a06a9f;
    display: block;
    padding: 7vw 8vw;
  }
  
  .sec03 .point:before {
    width: 49.87vw;
    height: 21.47vw;
    top: -14vw;
    left: -12vw;
    background: url(../img/common/icon_point_sp.png) no-repeat center/contain;
  }
  
  .sec03 .left {
    display: block;
  }
  
  .sec03 .point h4 {
    font-size: 5.47vw;
    margin-bottom: 2vw;
    text-align: center;
    line-height: 1.2;
  }
  
  .sec03 .point p {
    font-size: 3.2vw;
    margin-bottom: 4vw;
    text-align: center;
  }

}


/* 07. FEATURE
-------------------------------------------------------------------- */

.sec04 {
  background: url(../img/common/bg_feature_pc.png) no-repeat center top/auto;
  padding: 280px 0 100px;
  margin-top: -270px;
}

.sec04 .note {
  text-align: center;
  margin: 30px 0 60px;
  letter-spacing: 0;
}

.sec04 ul.list {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: 1218px;
  margin: auto;
  flex-wrap: wrap;
}

.sec04 .list li {
  width: 300px;
  height: 300px;
  background: url(../img/common/bg_pink_pc.png) no-repeat center/cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 139px;
}

.sec04 .list li:nth-of-type(2),
.sec04 .list li:nth-of-type(4),
.sec04 .list li:nth-of-type(5),
.sec04 .list li:nth-of-type(7) {
  background: url(../img/common/bg_purple_pc.png) no-repeat center/cover;
}

.sec04 .list li img {
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sec04 .list li:nth-of-type(7) img {
  top: 100px;
  transform: translate(-60%,-50%);
}

.sec04 .list h3 {
  color: #d14271;
  font-size: 2.7rem;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  min-width: 120px;
}

.sec04 .list .text {
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.sec04 .compare {
  width: 1140px;
  margin: 90px auto 80px;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  background: #fff;
}

.sec04 .compare h3 {
  background: #686172;
  color: #fff;
  font-weight: 500;
  padding: 4px 0 7px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

.sec04 .compare h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 306px;
  height: 133px;
  background: url(../img/common/icon_kokoga_pc.png) no-repeat center/contain;
  top: -23px;
  left: -18px;
}

.sec04 .compare h3 strong {
  letter-spacing: .3em;
}

.sec04 .compare h3 span {
  margin: 0 .3em 0 0;
}

.sec04 .compare .uls {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
  padding: 40px 0 50px;
}

.sec04 .compare .tables {
  display: none;
}

.sec04 .header li {
  border: 2px solid #a06a9f;
  border-radius: 10px;
  text-align: center;
  color: #a06a9f;
  font-size: 1.4rem;
  font-weight: bold;
  width: 230px;
  line-height: 1.35;
}

.sec04 .header li + li {
  margin-top: 8px;
}

.sec04 .header li:nth-of-type(1) {
  padding: 18px 0;
}

.sec04 .header li:nth-of-type(2) {
  padding: 24px 0;
}

.sec04 .header li:nth-of-type(3) {
  padding: 39px 0;
}

.sec04 .header li:nth-of-type(4) {
  padding: 21px 0;
}

.sec04 .bion {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  width: 350px;
}

.sec04 .bion h4 {
  background: #a06a9f;
  color: #fff;
  font-weight: 500;
  padding: 4px 0 7px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: .3em;
  font-family: "Zen Old Mincho", serif;
}

.sec04 .bion li {
  background: #f9eaf7;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.35;
}

.sec04 .bion li + li {
  border-top: 1px solid #a06a9f;
}

.sec04 .bion li:nth-of-type(1) {
  padding: 21px 0;
}

.sec04 .bion li:nth-of-type(2) {
  padding: 22px 0;
}

.sec04 .bion li:nth-of-type(3) {
  padding: 17px 0;
}

.sec04 .bion li:nth-of-type(4) {
  padding: 13px 0;
}

.sec04 .bion h5 {
  color: #a06a9f;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 5px;
}

.sec04 .other {
  border-radius: 10px;
  overflow: hidden;
  width: 350px;
}

.sec04 .other h4 {
  background: #b5b5b5;
  color: #fff;
  font-weight: 500;
  padding: 11px 0 13px;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}

.sec04 .other li {
  background: #eeeeee;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.35;
}

.sec04 .other li + li {
  border-top: 1px solid #b5b5b5;
}

.sec04 .other li:nth-of-type(1) {
  padding: 19px 0;
}

.sec04 .other li:nth-of-type(2) {
  padding: 26px 0;
}

.sec04 .other li:nth-of-type(3) {
  padding: 24px 0;
}

.sec04 .other li:nth-of-type(4) {
  padding: 18px 0;
}

.sec04 .other h5 {
  color: #444444;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2px;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec04 {
    background: url(../img/common/bg_feature_sp.png) no-repeat center top/100%;
    padding: 28vw 0 30vw;
    margin-top: -21vw;
  }
  
  .sec04 .note {
    margin: 6vw 0 13vw;
  }
  
  .sec04 ul.list {
    justify-content: center;
    gap: 2.5vw;
    width: 100%;
  }
  
  .sec04 .list li {
    width: 43.47vw;
    height: 55.07vw;
    background: url(../img/common/bg_pink_sp.png) no-repeat center/cover;
    padding-top: 25vw;
  }
  
  .sec04 .list li:nth-of-type(1),
  .sec04 .list li:nth-of-type(4),
  .sec04 .list li:nth-of-type(5),
  .sec04 .list li:nth-of-type(8) {
    background: url(../img/common/bg_purple_pc.png) no-repeat center/cover;
  }
  
  .sec04 .list li img {
    top: 13vw;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .sec04 .list li:nth-of-type(1) img {
    width: 25.07vw;
  }

  .sec04 .list li:nth-of-type(2) img {
    width: 23.73vw;
  }

  .sec04 .list li:nth-of-type(3) img {
    width: 16.93vw;
  }

  .sec04 .list li:nth-of-type(4) img {
    width: 19.07vw;
  }

  .sec04 .list li:nth-of-type(5) img {
    width: 31.73vw;
  }

  .sec04 .list li:nth-of-type(6) img {
    width: 18.13vw;
  }
  
  .sec04 .list li:nth-of-type(7) img {
    top: 17vw;
    transform: translate(-60%,-50%);
    width: 28.8vw;
  }

  .sec04 .list li:nth-of-type(8) img {
    width: 28.13vw;
  }
  
  .sec04 .list h3 {
    font-size: 5.06vw;
    margin-bottom: 2vw;
    min-width: 70vw;
  }
  
  .sec04 .compare {
    width: 90vw;
    margin: 18vw auto 13vw;
    box-shadow: 0 0 7vw rgba(0,0,0,.1);
  }
  
  .sec04 .compare h3 {
    padding: 3.3vw 0 4vw;
    font-size: 5.41vw;
    line-height: 1;
  }
  
  .sec04 .compare h3:before {
    width: 44.4vw;
    height: 21.73vw;
    background: url(../img/common/icon_kokoga_sp.png) no-repeat center/contain;
    top: -12.2vw;
    left: -5vw;
  }
  
  .sec04 .compare .uls {
    display: none;
  }

  .sec04 .compare .tables {
    background: #fff;
    padding: 5vw 0 10vw;
    display: block;
  }
  
  .sec04 .bion {
    border-radius: 1.33vw;
    box-shadow: 0 0 1.33vw rgba(0,0,0,.2);
    width: 82.93vw;
    margin: 0 auto 5vw;
  }
  
  .sec04 .bion h4 {
    padding: 1vw 0 1.5vw;
    font-size: 4.92vw;
  }

  .sec04 .bion tbody th,
  .sec04 .other tbody th {
    padding: 2.5vw 0;
    width: 28vw;
    font-size: 2.67vw;
    background: #fff;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: 500;
  }
  
  .sec04 .bion td {
    background: #f9eaf7;
    text-align: center;
    font-size: 2.67vw;
    line-height: 1.35;
    padding: 2.5vw;
  }
  
  .sec04 .bion tbody tr:not(:first-of-type) {
    border-top: 1px solid #a06a9f;
  }
  
  .sec04 .bion h5 {
    font-size: 3.33vw;
    margin-bottom: .5vw;
  }
  
  .sec04 .other {
    border-radius: 1.33vw;
    box-shadow: 0 0 1.33vw rgba(0,0,0,.2);
    width: 82.93vw;
    margin: auto;
  }
  
  .sec04 .other h4 {
    padding: 1vw 0 1.5vw;
    font-size: 4.8vw;
  }
  
  .sec04 .other td {
    background: #eeeeee;
    text-align: center;
    font-size: 2.4vw;
    padding: 2.5vw;
    line-height: 1.35;
  }
  
  .sec04 .other tbody tr:not(:first-of-type) {
    border-top: 1px solid #b5b5b5;
  }
  
  .sec04 .other h5 {
    font-size: 2.93vw;
    margin-bottom: .2vw;
  }
  
}

/* 08. FACILITY
-------------------------------------------------------------------- */

.sec05 {
  background: url(../img/common/bg_facility_pc.png) no-repeat center top/auto;
  padding: 240px 0 80px;
  margin-top: -180px;
}

.sec05 ul {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  justify-content: space-between;
}

.sec05 li p {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  margin-top: 15px;
  line-height: 1.3;
}

.sec05 li p small {
  font-size: 1.6rem;
  margin-top: 2px;
  display: block;
}

.sec05 .note {
  text-align: right;
  width: 1100px;
  margin: 30px auto 0;
}

.sec05 .note p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec05 {
    background: url(../img/common/bg_facility_sp.png) no-repeat center top/100%;
    padding: 27vw 0 5.9vw;
    margin-top: -18vw;
  }
  
  .sec05 ul {
    display: block;
    margin: 9vw auto 0;
    width: 67.866vw;
  }

  .sec05 li + li {
    margin-top: 7vw;
  }
  
  .sec05 li p {
    font-size: 4.8vw;
    margin-top: 3vw;
  }
  
  .sec05 li p small {
    font-size: 3.28vw;
    margin-top: 0;
  }
  
  .sec05 .note {
    text-align: left;
    width: 100%;
    margin: 8vw auto 0;
    padding-left: 4vw;
  }
  
  .sec05 .note p {
    font-size: 2.66vw;
  }

}

/* 09. PROGRAM
-------------------------------------------------------------------- */

.sec06 {
  background: url(../img/common/bg_program_pc.png) no-repeat center top/auto;
  padding: 100px 0 100px;
}

.sec06 h2 {
  color: #653a6b;
}

.sec06 ul.lesson {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 45px;
}

.sec06 .lesson li {
  width: 350px;
  position: relative;
}

.sec06 .lesson li:nth-of-type(1):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 292px;
  height: 95px;
  background: url(../img/common/txt_yoga_pc.png) no-repeat center/contain;
  top: 190px;
  left: -70px;
  z-index: 10;
}

.sec06 .lesson li:nth-of-type(2):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 351px;
  height: 79px;
  background: url(../img/common/txt_pilates_pc.png) no-repeat center/contain;
  top: 370px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.sec06 .lesson li:nth-of-type(3):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 83px;
  background: url(../img/common/txt_stretch_pc.png) no-repeat center/contain;
  top: 55px;
  left: 50px;
  z-index: 10;
}

.sec06 .lesson li h3 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-top: 10px;
}

.sec06 .lesson li p {
  letter-spacing: -.04em;
  line-height: 1.35;
  margin-top: 5px;
}

.sec06 .flow {
  text-align: center;
  margin-top: 60px;
}

h3.line {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
}

h3.line:before,
h3.line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 82px;
  height: 1px;
  background-color: #653a6b;
}

h3.line:before {
  left: 0;
}

h3.line:after {
  right: 0;
}

.sec06 .step {
  border-radius: 10px;
  display: flex;
  background: #fff;
  padding: 30px;
  justify-content: center;
  gap: 45px;
  width: 1300px;
  margin: 30px auto 50px;
}

.sec06 .step li {
  width: 192px;
  text-align: center;
  position: relative;
}

.sec06 .step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  bottom: 0;
  margin: auto;
  right: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #8c5d9d;
  border-right: 0;
  z-index: 10;
}

.sec06 .step h4 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 14px 0 16px;
}

.sec06 .step p {
  text-align: left;
  line-height: 1.35;
  margin-top: 10px;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec06 {
    background: url(../img/common/bg_program_sp.png) repeat-y center top/100%;
    padding: 16vw 0 10vw;
  }
  
  .sec06 ul.lesson {
    display: block;
    margin-top: 8vw;
  }
  
  .sec06 .lesson li {
    width: 90.53vw;
    position: relative;
    margin: auto;
  }

  .sec06 .lesson li + li {
    margin-top: 8vw;
  }
  
  .sec06 .lesson li:nth-of-type(1):after {
    width: 38.93vw;
    height: 12.67vw;
    top: 9vw;
    left: -3vw;
  }
  
  .sec06 .lesson li:nth-of-type(2):after {
    width: 46.8vw;
    height: 10.53vw;
    top: 36vw;
    left: auto;
  }
  
  .sec06 .lesson li:nth-of-type(3):after {
    width: 46.67vw;
    height: 11.07vw;
    top: 10vw;
    left: -3vw;
  }
  
  .sec06 .lesson li h3 {
    font-size: 5.6vw;
    margin-top: 1vw;
    text-align: center;
  }
  
  .sec06 .lesson li p {
    margin-top: 1vw;
    padding: 0 2vw;
  }
  
  .sec06 .flow {
    margin-top: 16vw;
  }
  
  h3.line {
    padding: 0 18vw;
    font-size: 6.95vw;
    font-weight: 600;
  }
  
  h3.line:before,
  h3.line:after {
    width: 15.07vw;
    height: 1px;
  }
    
  .sec06 .step {
    border-radius: 1.33vw;
    display: block;
    padding: 9vw 0;
    width: 90.67vw;
    margin: 6vw auto 10vw;
  }
  
  .sec06 .step li {
    width: 84vw;
    margin: auto;
    display: flex;
  }

  .sec06 .step li + li {
    margin-top: 8vw;
  }
  
  .sec06 .step li:not(:last-of-type):after {
    top: auto;
    bottom: -6vw;
    left: 0;
    right: 17vw;
    transform-origin: center;
    transform: rotate(90deg);
    border-top: 1.87vw solid transparent;
    border-bottom: 1.87vw solid transparent;
    border-left: 2.3vw solid #8c5d9d;
  }

  .sec06 .step div {
    width: 31vw;
    margin-right: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sec06 .step div img {
    width: 8.93vw;
  }
  
  .sec06 .step h4 {
    font-size: 3.61vw;
    margin: 3vw 0 0;
  }

  .sec06 .step li > img {
    width: 33.47vw;
  }
  
  .sec06 .step p {
    margin-top: 0;
    width: 64vw;
    padding-left: 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0;
  }
  
}


/* 10. VOICE
-------------------------------------------------------------------- */

.sec07 {
  background: url(../img/common/bg_voice_pc.png) no-repeat center top/auto;
  padding: 90px 0 70px;
}

.sec07 h2 {
  letter-spacing: .1em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: center;
}

.sec07 h2 img {
  margin-bottom: 15px;
}

.sec07 ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 35px;
}

.sec07 li {
  width: 350px;
  background: #fff;
  border-radius: 10px;
  padding: 35px 35px 40px;
}

.sec07 h3 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.sec07 .star {
  color: #8b5c9d;
  font-size: 1.8rem;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

.sec07 h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: .025em;
}

.sec07 li p {
  line-height: 1.5;
  letter-spacing: 0;
}

.sec07 li p span {
  background: #ffe5ad;
  padding: 2px 0;
}

.sec07 .note {
  text-align: center;
  color: #fff;
  letter-spacing: .025em;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec07 {
    background: url(../img/common/bg_voice_sp.png) no-repeat center top/cover;
    padding: 13vw 0 15vw;
  }
  
  .sec07 h2 {
    font-size: 3.2vw;
    margin-bottom: 10vw;
  }
  
  .sec07 h2 img {
    margin-bottom: 3vw;
    width: 59.87vw;
  }
  
  .sec07 ul {
    display: block;
    margin-bottom: 12vw;
  }
  
  .sec07 li {
    width: 81.73vw;
    margin: auto;
    border-radius: 1.33vw;
    padding: 8.2vw 8vw 13vw;
  }

  .sec07 li + li {
    margin-top: 6vw;
  }
  
  .sec07 h3 {
    font-size: 6.51vw;
    margin-bottom: 1.8vw;
  }
  
  .sec07 .star {
    font-size: 4.53vw;
    margin-bottom: 4.3vw;
  }
  
  .sec07 h4 {
    font-size: 4.19vw;
    margin-bottom: 3vw;
    letter-spacing: -.02em;
  }
    
  .sec07 li p span {
    padding: .5vw 0;
  }
  
}

/* 11. Q&A
-------------------------------------------------------------------- */

.sec08 {
  padding: 95px 0 95px;
}

.sec08 h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
}

.sec08 h2 img {
  margin-bottom: 15px;
}

.sec08 .box {
  border-top: 1px solid #dfdce4;
  padding: 15px 95px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sec08 dt {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 16px 0 16px 85px;
}

.sec08 dd {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 0 0 85px;
  font-size: 1.4rem;
  min-height: 70px;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

.sec08 dt:before,
.sec08 dd:before {
  content: "Q";
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.5rem;
  background: #dfdce4;
  font-family: "Zen Old Mincho", serif;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.sec08 dd:before {
  content: "A";
  background: #dac7b5;
}

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .sec08 {
    padding: 14vw 0 7vw;
  }
  
  .sec08 h2 {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
  
  .sec08 h2 img {
    margin-bottom: 3vw;
    width: 25.47vw;
  }
  
  .sec08 .box {
    padding: 4vw 4vw;
    width: 90vw;
  }
  
  .sec08 dt {
    font-size: 3.73vw;
    padding: 0 0 0 15vw;
    display: flex;
    min-height: 10vw;
    align-items: center;
    margin-bottom: 2vw;
    line-height: 1.2;
  }
  
  .sec08 dd {
    padding: 0 0 0 15vw;
    font-size: 3.2vw;
    min-height: 12vw;
  }
  
  .sec08 dt:before,
  .sec08 dd:before {
    width: 10.53vw;
    height: 10.53vw;
    font-size: 4.76vw;
  }

  .sec08 dd:before {
    bottom: auto;
  }
  
}

/* 12. INFO
-------------------------------------------------------------------- */

.sec09 {
  background: url(../img/common/bg_info_pc.png) no-repeat center top/cover;
  padding: 90px 0 90px;
  text-align: center;
}

.sec09 .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.sec09 h2 {
  color: #653a6b;
  margin-bottom: 30px;
}

.sec09 h3 {
  font-size: 3.2rem;
  color: #a06a9f;
  font-weight: 600;
}

.sec09 h3:before,
.sec09 h3:after {
  background: #a06a9f;
}

.sec09 h4 {
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  font-weight: 600;
  color: #a06a9f;
  font-size: 3.2rem;
  padding-left: 15px;
  margin-bottom: 10px;
}

.sec09 table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  margin-bottom: 15px;
  table-layout: auto;
}

.sec09 th {
  background: #a06a9f;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 12px 0;
}

.sec09 th + th {
  border-left: 1px solid #642c63;
}

.sec09 td {
  background: #fff;
  color: #a06a9f;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #642c63;
}

.sec09 td span.reco {
  font-size: 1.6rem;
  color: #ff9523;
  display: block;
  margin-bottom: -1.3%;
}

.sec09 td + td {
  border-left: 1px solid #642c63;
}

.sec09 .caption {
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.sec09 .caption strong {
  font-weight: bold;
}

.sec09 .caption span {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

.sec09 h3.acc {
  margin: 40px 0 25px;
  letter-spacing: -.2em;
}

.sec09 .flex {
  display: flex;
  gap: 30px;
}

.sec09 .flex iframe {
  flex: 1;
  width: 450px;
  height: auto;
}

.sec09 .v {
  margin-bottom: 0;
  width: 620px;
}

.sec09 .v th {
  vertical-align: middle;
  width: 150px;
}

.sec09 .v td {
  border-top: none;
  text-align: left;
  padding-left: 35px;
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.sec09 .v tr:not(:first-of-type) th,
.sec09 .v tr:not(:first-of-type) td {
  border-top: 1px solid #642c63;
}

.sec09 .v td a {
  color: #a06a9f;
}

.sec09 .v td span {
  margin-top: 10px;
  display: inline-block;
}

.sec09 .v td strong {
  display: inline-block;
  min-width: 4em;
}

.sec09 .v td p {
  line-height: 1.3;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.6rem;
  margin-top: 3px;
  padding-right: 50px;
  letter-spacing: 0;
}

@media ( max-width: 767px ) {

  .sec09 {
    background: url(../img/common/bg_info_sp.png) repeat-y center top/100%;
    padding: 10vw 0 8vw;
  }
  
  .sec09 .inner {
    width: 92vw;
  }
  
  .sec09 h2 {
    margin-bottom: 5vw;
  }
  
  .sec09 h3 {
    font-size: 5.33vw;
    padding: 0 13vw;
  }

  .sec09 h3:before,
  .sec09 h3:after {
    width: 10.93vw;
  }
    
  .sec09 h4 {
    font-size: 4.8vw;
    padding-left: 0;
    margin-bottom: 1.5vw;
  }
  
  .sec09 table {
    border-radius: 1.33vw;
    box-shadow: 0 0 1.33vw rgba(0,0,0,.15);
    margin-bottom: 2.5vw;
  }
  
  .sec09 th {
    font-size: 3.2vw;
    padding: 1.5vw 0;
    vertical-align: middle;
  }

  .sec09 td {
    font-size: 3.2vw;
    padding: 1.8vw 0;
  }

  .sec09 td span.reco {
    font-size: 2.6vw;
  }
    
  .sec09 .caption {
    margin-bottom: 2vw;
  }
  
  .sec09 h3.acc {
    margin: 4vw 0 4vw;
  }
  
  .sec09 .flex {
    display: block;
  }
  
  .sec09 .flex iframe {
    aspect-ratio: inherit;
    height: 78.67vw;
    margin-bottom: 3vw;
    width: 100%;
  }

  .sec09 .v {
    width: 100%;
  }
  
  .sec09 .v th {
    width: 22.67vw;
  }
  
  .sec09 .v td {
    padding: 3vw 0 3vw 5vw;
    font-size: 3.2vw;
  }
  
  .sec09 .v td span {
    margin-top: 1.33vw;
  }
  
  .sec09 .v td p {
    font-size: 3.2vw;
    margin-top: .5vw;
    padding-right: 5vw;
    letter-spacing: -.1em;
  }

}


/* 13. FIXED
-------------------------------------------------------------------- */	

.fixed {
  position: fixed;
  top: 25%;
  width: 80px;
  right: calc(50% - 800px);
  height: 0;
  z-index: 1000;
  display: none;
}

.fixed li a {
  display: block;
  width: 80px;
  background: linear-gradient( 0deg, rgb(74,69,140) 0%, rgb(108,79,162) 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 18px 0 0 18px;
  padding: 5px 0 5px 5px;
  text-align: center;
}

.fixed li a span {
  border: 1px solid #fff;
  border-right: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .1em;
  border-radius: 15px 0 0 15px;
  width: 100%;
  padding: 0 0 30px;
  line-height: 1;
  height: 310px;
  position: relative;
}

.fixed li a span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}

/* MEDIA QUERIE 1025px～1600px */
/* @media screen and (min-width: 1025px) and (max-width: 1600px) {

  .fixed {
    bottom: 0;
    width: 5.3125vw;
    transform: translateY(-38vw) translateX(calc(100vw - 5.3125vw));
  }

} */

/* MEDIA QUERIE 768px～1024px */
/* @media screen and (min-width: 768px) and (max-width: 1024px) {

  .fixed {
    bottom: 0;
    width: 5.3125vw;
    transform: translateY(-45vw) translateX(calc(100vw - 5.3125vw));
  }
  
} */

/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {

  .fixed {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    position: fixed;
    height: inherit;
  }

  .fixed li a {
    width: 100%;
    border-radius: 0;
    padding: 1.33vw;
  }

  .fixed li a span {
    font-size: 5.6vw;
    writing-mode: horizontal-tb;
    width: 100%;
    display: block;
    border-radius: 0;
    text-orientation: upright;
    padding: 1.33vw 0;
    box-shadow: none;
    border: .27vw solid #fff;
    height: inherit;
  }

  .fixed li a span:after {
    width: 2.43vw;
    height: 3.55vw;
    background: url(../img/common/icon_arrowS_pc.png) no-repeat center/contain;
    right: 5%;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }

}



/* 14. RESPONSIVE
-------------------------------------------------------------------- */	

/* MEDIA QUERIE 768px～1600px */
@media screen and (min-width: 768px) and (max-width: 1600px) {

  .sec01 {
    background: url(../img/common/bg_campaign_pc.png) no-repeat center top/cover;
  }
  
  .sec02 {
    background: url(../img/common/bg_bion_pc.png) no-repeat center top/cover;
  }
  
  .sec03 {
    background: url(../img/common/bg_relax_pc.png) no-repeat center top/cover;
  }
  
  .sec04 {
    background: url(../img/common/bg_feature_pc.png) no-repeat center top/cover;
  }
  
  .sec05 {
    background: url(../img/common/bg_facility_pc.png) no-repeat center top/cover;
  }
  
  .sec06 {
    background: url(../img/common/bg_program_pc.png) no-repeat center top/cover;
  }
  
  .sec07 {
    background: url(../img/common/bg_voice_pc.png) no-repeat center top/cover;
  }
  
  .sec09 {
    background: url(../img/common/bg_info_pc.png) no-repeat center top/cover;
  }

  p {
    font-size: 0.88vw; /* 1.4vw ÷ 1.6 */
  }
  
  .copyright {
    font-size: 0.75vw; /* 1.2vw ÷ 1.6 */
    padding: 0 0 3.75vw; /* 60px ÷ 16 */
  }
  
  #kv {
    height: 37.5vw; /* 600px ÷ 16 */
  }
  
  #kv h1 {
    top: -12.2%; /* 20px ÷ 16 */
    left: 1.6%; /* 40px ÷ 16 */
    font-size: 2vw; /* 3.2vw ÷ 1.6 */
    width: 27.5vw; /* 440px ÷ 16 */
  }
  
  #kv h1 img {
    vertical-align: -1.25vw; /* -20px ÷ 16 */
    margin-right: 0.63vw; /* 10px ÷ 16 */
    width: 10.5vw;
  }
  
  .sec01 {
    padding: 6.25vw 0 10vw; /* 100px ÷ 16, 160px ÷ 16 */
  }
  
  .sec01 h2 {
    margin-bottom: 3.75vw; /* 60px ÷ 16 */
  }
  
  .sec01 h2 img {
    width: 22.06vw; /* 353px ÷ 16 */
  }

  .swiper-container {
    margin-bottom: 8.13vw;
  }

  .swiper-slide img {
    width: 62.5vw; /* 1000px ÷ 16 */
  }
  
  .swiper-slide.code p {
    font-size: 2.13vw; /* 3.4vw ÷ 1.6 */
    bottom: 4.9vw;
    right: 18.3125vw;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 1.69vw; /* 27px ÷ 16 */
    height: 3.81vw; /* 61px ÷ 16 */
  }
  
  .swiper-button-prev {
    left: calc(17vw - 50px);
  }
  
  .swiper-button-next {
    right: calc(17vw - 50px);
  }
  
  .swiper-pagination {
    transform: translateY(3.125vw);
  }
  
  .swiper-pagination-bullet {
    width: .75vw;
    height: .75vw;
  }
  
  .sec01 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: .93vw;
  }  
  
  .cv-button a {
    width: 25.5vw; /* 408px ÷ 16 */
    height: 4.75vw; /* 76px ÷ 16 */
    box-shadow: 0px 0px 1vw 0px rgba(0, 0, 0, 0.06);
    border-radius: 6.25vw; /* 100px ÷ 16 */
    padding: 0.31vw; /* 5px ÷ 16 */
  }
  
  .cv-button a span {
    font-size: 1.63vw; /* 2.6vw ÷ 1.6 */
    line-height: 4vw; /* 64px ÷ 16 */
    border-radius: 6.25vw; /* 100px ÷ 16 */
  }
  
  .cv-button a span:after {
    width: 0.81vw; /* 13px ÷ 16 */
    height: 1.19vw; /* 19px ÷ 16 */
    right: 1.88vw; /* 30px ÷ 16 */
  }
  
  .sec02 {
    padding: 16.25vw 0 12.5vw; /* 260px ÷ 16, 200px ÷ 16 */
    margin-top: -11.81vw; /* -173px ÷ 16 */
  }
  
  .sec02 .intro {
    font-size: 1.38vw; /* 2.2vw ÷ 1.6 */
    margin-bottom: 6.25vw; /* 100px ÷ 16 */
  }
  
  .sec02 .intro span {
    font-size: 2.63vw; /* 4.2vw ÷ 1.6 */
  }
  
  h2.line {
    font-size: 2.5vw; /* 4.0vw ÷ 1.6 */
    padding-bottom: 2.25vw; /* 36px ÷ 16 */
  }
  
  .sec02 h2 {
    transform: translateX(14vw); /* 224px ÷ 16 */
  }
  
  h2.line span {
    font-size: 1.88vw; /* 3.0vw ÷ 1.6 */
  }
  
  .sec02 h2:before {
    width: 17.69vw; /* 283px ÷ 16 */
    height: 7.06vw; /* 113px ÷ 16 */
    right: -6.88vw; /* -110px ÷ 16 */
    top: -4.06vw; /* -65px ÷ 16 */
  }
  
  h2.line:after {
    width: 8vw; /* 128px ÷ 16 */
    height: 0.94vw; /* 15px ÷ 16 */
  }
  
  .sec02 li {
    gap: 1.25vw; /* 20px ÷ 16 */
  }
  
  .sec02 li:first-of-type {
    width: 75vw; /* 1200px ÷ 16 */
    margin-top: -6.88vw; /* -110px ÷ 16 */
  }
  
  .sec02 li:first-of-type:after {
    width: 76.5vw; /* 1224px ÷ 16 */
    height: 6.13vw; /* 98px ÷ 16 */
    bottom: 7.81vw; /* 125px ÷ 16 */
    left: -12.5vw; /* -200px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(2) {
    width: 75vw; /* 1200px ÷ 16 */
    margin-top: -10.63vw; /* -170px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(2):after {
    width: 63.44vw; /* 1015px ÷ 16 */
    height: 5.56vw; /* 89px ÷ 16 */
    bottom: 9.06vw; /* 145px ÷ 16 */
    left: 3.75vw; /* 60px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(3) {
    margin-top: -10vw; /* -160px ÷ 16 */
    padding-right: 4.13vw; /* 66px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(3):after {
    width: 60.31vw; /* 965px ÷ 16 */
    height: 5.38vw; /* 86px ÷ 16 */
    bottom: 7.81vw; /* 125px ÷ 16 */
    right: -0.63vw; /* -10px ÷ 16 */
  }
  
  .sec02 li picture img {
    width: 100%;
    max-width: 31.56vw; /* 505px ÷ 16 */
  }
  
  .sec02 li h3 {
    font-size: 2.44vw; /* 3.9vw ÷ 1.6 */
    margin-bottom: 0.94vw; /* 15px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(2) h3 {
    margin-right: 1.88vw; /* 30px ÷ 16 */
  }
  
  .sec02 li h3 span {
    font-size: 1.75vw; /* 2.8vw ÷ 1.6 */
    vertical-align: 0.13vw; /* 2px ÷ 16 */
  }

  .sec02 li h3 strong {
    font-size: 2.63vw;
  }
  
  .sec02 li h3 img {
    vertical-align: -0.25vw; /* -4px ÷ 16 */
    margin: 0 0.38vw 0 0.25vw; /* 6px ÷ 16, 4px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(1) h3 img {
    width: 10vw; /* 160px ÷ 16 */
  }
  
  .sec02 li:nth-of-type(2) h3 img {
    width: 8.63vw; /* 138px ÷ 16 */
  }
  
  .sec03 {
    padding: 16.25vw 0 10vw; /* 260px ÷ 16, 160px ÷ 16 */
    margin-top: -11.25vw; /* -180px ÷ 16 */
  }
  
  .sec03 h2 {
    margin-bottom: 1.56vw; /* 25px ÷ 16 */
  }
  
  .sec03 figure {
    margin-top: -6.88vw; /* -110px ÷ 16 */
  }
  
  .sec03 figure img {
    width: 70.31vw; /* 1125px ÷ 16 */
  }
  
  .sec03 h3 {
    top: 11.88vw; /* 190px ÷ 16 */
    font-size: 1.75vw; /* 2.8vw ÷ 1.6 */
  }
  
  .sec03 .txt1 {
    top: 13.94vw; /* 223px ÷ 16 */
    font-size: 2.31vw; /* 3.7vw ÷ 1.6 */
  }
  
  .sec03 .txt2,
  .sec03 .txt3 {
    font-size: 1.75vw; /* 2.8vw ÷ 1.6 */
    bottom: 23.44vw; /* 375px ÷ 16 */
  }

  .sec03 .txt2 span,
  .sec03 .txt3 span {
    font-size: 1vw; /* 1.6vw ÷ 1.6 */
  }
  
  .sec03 .txt4 {
    font-size: 1.38vw; /* 2.2vw ÷ 1.6 */
    bottom: 2.94vw; /* 47px ÷ 16 */
  }
  
  .sec03 ul {
    width: 70.5vw; /* 1128px ÷ 16 */
    margin: 2.19vw auto 6.88vw; /* 35px ÷ 16, 110px ÷ 16 */
  }
  
  .sec03 li {
    width: 33.38vw; /* 534px ÷ 16 */
    border-radius: 0.5vw; /* 8px ÷ 16 */
    padding: 2.81vw 4.38vw 1.88vw; /* 45px ÷ 16, 70px ÷ 16, 30px ÷ 16 */
    box-shadow: 0 0 1.88vw rgba(0, 0, 0, 0.3); /* 30px ÷ 16 */
  }
  
  .sec03 li h4 {
    font-size: 2.13vw; /* 3.4vw ÷ 1.6 */
    margin-bottom: 0.5vw; /* 8px ÷ 16 */
  }
  
  .sec03 li h4:after {
    width: 11.13vw; /* 178px ÷ 16 */
    height: 4.19vw; /* 67px ÷ 16 */
    top: -1.56vw; /* -25px ÷ 16 */
    left: -3.13vw; /* -50px ÷ 16 */
  }
  
  .sec03 li p span {
    padding: 0.19vw 0; /* 3px ÷ 16 */
  }

  .sec03 .point {
    width: 59.06vw; /* 945px ÷ 16 */
    border: 0.25vw solid #a06a9f; /* 4px ÷ 16 */
    padding: 1.25vw; /* 20px ÷ 16 */
  }
  
  .sec03 .point:before {
    width: 16.75vw; /* 268px ÷ 16 */
    height: 7.31vw; /* 117px ÷ 16 */
    top: -2.19vw; /* -35px ÷ 16 */
    left: -6.88vw; /* -110px ÷ 16 */
  }
  
  .sec03 .point h4 {
    font-size: 2.13vw; /* 3.4vw ÷ 1.6 */
    margin-bottom: 0.75vw; /* 12px ÷ 16 */
  }
  
  .sec03 .point p {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
  }
  
  .sec03 .point img {
    width: 15.06vw; /* 241px ÷ 16 */
  }
  
  .sec04 {
    padding: 17.5vw 0 6.25vw; /* 280px ÷ 16, 100px ÷ 16 */
    margin-top: -16.88vw; /* -270px ÷ 16 */
  }
  
  .sec04 .note {
    margin: 1.88vw 0 3.75vw; /* 30px ÷ 16, 60px ÷ 16 */
  }
  
  .sec04 ul.list {
    gap: 0.37vw; /* 6px ÷ 16 */
    width: 76.13vw; /* 1218px ÷ 16 */
  }
  
  .sec04 .list li {
    width: 18.75vw; /* 300px ÷ 16 */
    height: 18.75vw; /* 300px ÷ 16 */
    padding-top: 8.69vw; /* 139px ÷ 16 */
  }
  
  .sec04 .list li img {
    top: 4.63vw; /* 74px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(1) img {
    width: 8.69vw; /* 139px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(2) img {
    width: 8.31vw; /* 133px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(3) img {
    width: 5.94vw; /* 95px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(4) img {
    width: 6.69vw; /* 107px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(5) img {
    width: 10.06vw; /* 161px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(6) img {
    width: 5.81vw; /* 93px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(7) img {
    top: 6.25vw; /* 100px ÷ 16 */
    width: 10.13vw; /* 162px ÷ 16 */
  }
  
  .sec04 .list li:nth-of-type(8) img {
    width: 11.81vw; /* 189px ÷ 16 */
  }
  
  .sec04 .list h3 {
    font-size: 1.69vw; /* 2.7vw ÷ 1.6 */
    margin-bottom: 0.75vw; /* 12px ÷ 16 */
    min-width: 7.5vw; /* 120px ÷ 16 */
  }
  
  .sec04 .compare {
    width: 71.25vw; /* 1140px ÷ 16 */
    margin: 5.63vw auto 5vw; /* 90px ÷ 16, 80px ÷ 16 */
    box-shadow: 0 0 1.88vw rgba(0, 0, 0, 0.2); /* 30px ÷ 16 */
  }
  
  .sec04 .compare h3 {
    padding: 0.25vw 0 0.44vw; /* 4px ÷ 16, 7px ÷ 16 */
    font-size: 2.13vw; /* 3.4vw ÷ 1.6 */
  }
  
  .sec04 .compare h3:before {
    width: 19.13vw; /* 306px ÷ 16 */
    height: 8.31vw; /* 133px ÷ 16 */
    top: -1.44vw; /* -23px ÷ 16 */
    left: -1.13vw; /* -18px ÷ 16 */
  }
  
  .sec04 .compare .uls {
    gap: 1.56vw; /* 25px ÷ 16 */
    padding: 2.5vw 0 3.13vw; /* 40px ÷ 16, 50px ÷ 16 */
  }
  
  .sec04 .header li {
    border: 0.13vw solid #a06a9f; /* 2px ÷ 16 */
    border-radius: 0.63vw; /* 10px ÷ 16 */
    font-size: 0.88vw; /* 1.4vw ÷ 1.6 */
    width: 14.38vw; /* 230px ÷ 16 */
  }
  
  .sec04 .header li + li {
    margin-top: 0.5vw; /* 8px ÷ 16 */
  }
  
  .sec04 .header li:nth-of-type(1) {
    padding: 1.13vw 0; /* 18px ÷ 16 */
  }
  
  .sec04 .header li:nth-of-type(2) {
    padding: 1.5vw 0; /* 24px ÷ 16 */
  }
  
  .sec04 .header li:nth-of-type(3) {
    padding: 2.44vw 0; /* 39px ÷ 16 */
  }
  
  .sec04 .header li:nth-of-type(4) {
    padding: 1.31vw 0; /* 21px ÷ 16 */
  }
  
  .sec04 .bion {
    border-radius: 0.63vw; /* 10px ÷ 16 */
    box-shadow: 0 0 0.63vw rgba(0, 0, 0, 0.2); /* 10px ÷ 16 */
    width: 21.88vw; /* 350px ÷ 16 */
  }
  
  .sec04 .bion h4 {
    padding: 0.25vw 0 0.44vw; /* 4px ÷ 16, 7px ÷ 16 */
    font-size: 2.13vw; /* 3.4vw ÷ 1.6 */
  }
  
  .sec04 .bion li {
    font-size: 0.81vw; /* 1.3vw ÷ 1.6 */
  }
  
  .sec04 .bion li:nth-of-type(1) {
    padding: 1.31vw 0; /* 21px ÷ 16 */
  }
  
  .sec04 .bion li:nth-of-type(2) {
    padding: 1.38vw 0; /* 22px ÷ 16 */
  }
  
  .sec04 .bion li:nth-of-type(3) {
    padding: 1.06vw 0; /* 17px ÷ 16 */
  }
  
  .sec04 .bion li:nth-of-type(4) {
    padding: 0.81vw 0; /* 13px ÷ 16 */
  }
  
  .sec04 .bion h5 {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    margin-bottom: 0.31vw; /* 5px ÷ 16 */
  }
  
  .sec04 .other {
    border-radius: 0.63vw; /* 10px ÷ 16 */
    width: 21.88vw; /* 350px ÷ 16 */
  }
  
  .sec04 .other h4 {
    padding: 0.69vw 0 0.81vw; /* 11px ÷ 16, 13px ÷ 16 */
    font-size: 1.25vw; /* 2.0vw ÷ 1.6 */
  }
  
  .sec04 .other li {
    font-size: 0.81vw; /* 1.3vw ÷ 1.6 */
  }
  
  .sec04 .other li:nth-of-type(1) {
    padding: 1.19vw 0; /* 19px ÷ 16 */
  }
  
  .sec04 .other li:nth-of-type(2) {
    padding: 1.63vw 0; /* 26px ÷ 16 */
  }
  
  .sec04 .other li:nth-of-type(3) {
    padding: 1.5vw 0; /* 24px ÷ 16 */
  }
  
  .sec04 .other li:nth-of-type(4) {
    padding: 1.13vw 0; /* 18px ÷ 16 */
  }
  
  .sec04 .other h5 {
    font-size: 0.94vw; /* 1.5vw ÷ 1.6 */
    margin-bottom: 0.13vw; /* 2px ÷ 16 */
  }
  
  .sec05 {
    padding: 15vw 0 5vw; /* 240px ÷ 16, 80px ÷ 16 */
    margin-top: -11.25vw; /* -180px ÷ 16 */
  }
  
  .sec05 ul {
    max-width: 68.75vw; /* 1100px ÷ 16 */
    margin: 2.5vw auto 0; /* 40px ÷ 16 */
  }
  
  .sec05 li img {
    width: 20.5vw; /* 328px ÷ 16 */
  }
  
  .sec05 li p {
    font-size: 1.56vw; /* 2.5vw ÷ 1.6 */
    margin-top: 0.94vw; /* 15px ÷ 16 */
  }
  
  .sec05 li p small {
    font-size: 1vw; /* 1.6vw ÷ 1.6 */
    margin-top: 0.13vw; /* 2px ÷ 16 */
  }
  
  .sec05 .note {
    width: 68.75vw; /* 1100px ÷ 16 */
    margin: 1.88vw auto 0; /* 30px ÷ 16 */
  }
  
  .sec05 .note p {
    font-size: 0.81vw; /* 1.3vw ÷ 1.6 */
  }
  
  .sec06 {
    padding: 6.25vw 0 6.25vw; /* 100px ÷ 16 */
  }
  
  .sec06 ul.lesson {
    gap: 1.88vw; /* 30px ÷ 16 */
    margin-top: 2.81vw; /* 45px ÷ 16 */
  }
  
  .sec06 .lesson li {
    width: 21.88vw; /* 350px ÷ 16 */
  }
  
  .sec06 .lesson li:nth-of-type(1):after {
    width: 18.25vw; /* 292px ÷ 16 */
    height: 5.94vw; /* 95px ÷ 16 */
    top: 11.88vw; /* 190px ÷ 16 */
    left: -4.38vw; /* -70px ÷ 16 */
  }
  
  .sec06 .lesson li:nth-of-type(2):after {
    width: 21.94vw; /* 351px ÷ 16 */
    height: 4.94vw; /* 79px ÷ 16 */
    top: 23.13vw; /* 370px ÷ 16 */
  }
  
  .sec06 .lesson li:nth-of-type(3):after {
    width: 21.88vw; /* 350px ÷ 16 */
    height: 5.19vw; /* 83px ÷ 16 */
    top: 3.44vw; /* 55px ÷ 16 */
    left: 3.13vw; /* 50px ÷ 16 */
  }
  
  .sec06 .lesson li h3 {
    font-size: 1.75vw; /* 2.8vw ÷ 1.6 */
    margin-top: 0.63vw; /* 10px ÷ 16 */
  }
  
  .sec06 .lesson li p {
    margin-top: 0.31vw; /* 5px ÷ 16 */
  }
  
  .sec06 .flow {
    margin-top: 3.75vw; /* 60px ÷ 16 */
  }
  
  h3.line {
    padding: 0 6.25vw; /* 100px ÷ 16 */
    font-size: 2.38vw; /* 3.8vw ÷ 1.6 */
  }
  
  h3.line:before,
  h3.line:after {
    width: 5.13vw; /* 82px ÷ 16 */
  }
  
  .sec06 .step {
    border-radius: 0.63vw; /* 10px ÷ 16 */
    padding: 1.88vw; /* 30px ÷ 16 */
    gap: 2.81vw; /* 45px ÷ 16 */
    width: 81.25vw; /* 1300px ÷ 16 */
    margin: 1.88vw auto 3.13vw; /* 30px ÷ 16, 50px ÷ 16 */
  }
  
  .sec06 .step li {
    width: 12vw; /* 192px ÷ 16 */
  }
  
  .sec06 .step li:not(:last-of-type):after {
    top: 1.25vw; /* 20px ÷ 16 */
    right: -1.69vw; /* -27px ÷ 16 */
    border-top: 0.56vw solid transparent; /* 9px ÷ 16 */
    border-bottom: 0.56vw solid transparent; /* 9px ÷ 16 */
    border-left: 0.69vw solid #8c5d9d; /* 11px ÷ 16 */
  }

  .sec06 .step li div img {
    width: 2.69vw;
  }
  
  .sec06 .step h4 {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    margin: 0.88vw 0 1vw; /* 14px ÷ 16, 16px ÷ 16 */
  }
  
  .sec06 .step p {
    margin-top: 0.63vw; /* 10px ÷ 16 */
  }
  
  .sec07 {
    padding: 5.63vw 0 4.38vw; /* 90px ÷ 16, 70px ÷ 16 */
  }
  
  .sec07 h2 {
    font-size: 0.88vw; /* 1.4vw ÷ 1.6 */
    margin-bottom: 2.81vw; /* 45px ÷ 16 */
  }
  
  .sec07 h2 img {
    margin-bottom: 0.94vw; /* 15px ÷ 16 */
    width: 16.06vw; /* 257px ÷ 16 */
  }
  
  .sec07 ul {
    gap: 2.5vw; /* 40px ÷ 16 */
    margin-bottom: 2.19vw; /* 35px ÷ 16 */
  }
  
  .sec07 li {
    width: 21.88vw; /* 350px ÷ 16 */
    border-radius: 0.63vw; /* 10px ÷ 16 */
    padding: 2.19vw 2.19vw 2.5vw; /* 35px ÷ 16, 40px ÷ 16 */
  }
  
  .sec07 h3 {
    font-size: 1.75vw; /* 2.8vw ÷ 1.6 */
    margin-bottom: 0.19vw; /* 3px ÷ 16 */
  }
  
  .sec07 .star {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    margin-bottom: 1.25vw; /* 20px ÷ 16 */
  }
  
  .sec07 h4 {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    margin-bottom: 0.75vw; /* 12px ÷ 16 */
  }
  
  .sec07 li p span {
    padding: 0.13vw 0; /* 2px ÷ 16 */
  }
  
  .sec08 {
    padding: 5.94vw 0 5.94vw; /* 95px ÷ 16 */
  }
  
  .sec08 h2 {
    font-size: 0.88vw; /* 1.4vw ÷ 1.6 */
    margin-bottom: 2.19vw; /* 35px ÷ 16 */
  }
  
  .sec08 h2 img {
    margin-bottom: 0.94vw; /* 15px ÷ 16 */
    width: 8.94vw;
  }
  
  .sec08 .box {
    padding: 0.94vw 5.94vw; /* 15px ÷ 16, 95px ÷ 16 */
    max-width: 62.5vw; /* 1000px ÷ 16 */
  }
  
  .sec08 dt {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    padding: 1vw 0 1vw 5.31vw; /* 16px ÷ 16, 85px ÷ 16 */
  }
  
  .sec08 dd {
    padding: 0 0 0 5.31vw; /* 85px ÷ 16 */
    font-size: 0.88vw; /* 1.4vw ÷ 1.6 */
    min-height: 4.38vw; /* 70px ÷ 16 */
  }
  
  .sec08 dt:before,
  .sec08 dd:before {
    width: 3.44vw; /* 55px ÷ 16 */
    height: 3.44vw; /* 55px ÷ 16 */
    font-size: 1.56vw; /* 2.5vw ÷ 1.6 */
  }
  
  .sec09 {
    padding: 5.63vw 0 5.63vw; /* 90px ÷ 16 */
  }
  
  .sec09 .inner {
    max-width: 68.75vw; /* 1100px ÷ 16 */
  }
  
  .sec09 h2 {
    margin-bottom: 1.88vw; /* 30px ÷ 16 */
  }
  
  .sec09 h3 {
    font-size: 2vw; /* 3.2vw ÷ 1.6 */
  }
  
  .sec09 h4 {
    font-size: 2vw; /* 3.2vw ÷ 1.6 */
    padding-left: 0.94vw; /* 15px ÷ 16 */
    margin-bottom: 0.63vw; /* 10px ÷ 16 */
  }
  
  .sec09 table {
    border-radius: 0.63vw; /* 10px ÷ 16 */
    box-shadow: 0 0 0.63vw rgba(0, 0, 0, 0.15); /* 10px ÷ 16 */
    margin-bottom: 0.94vw; /* 15px ÷ 16 */
  }
  
  .sec09 th {
    font-size: 1.25vw; /* 2.0vw ÷ 1.6 */
    padding: 0.75vw 0; /* 12px ÷ 16 */
  }
  
  .sec09 td {
    font-size: 1.13vw; /* 1.8vw ÷ 1.6 */
    padding: 1.25vw 0; /* 20px ÷ 16 */
  }

  .sec09 td span.reco {
    font-size: .9vw;
  }
  
  .sec09 .caption {
    margin-bottom: 0.94vw; /* 15px ÷ 16 */
  }
  
  .sec09 h3.acc {
    margin: 2.5vw 0 1.56vw; /* 40px ÷ 16, 25px ÷ 16 */
  }
  
  .sec09 .flex {
    gap: 1.88vw; /* 30px ÷ 16 */
  }

  .sec09 .flex iframe {
    width: 28.13vw;
  }
  
  .sec09 .v {
    width: 38.75vw; /* 620px ÷ 16 */
  }
  
  .sec09 .v th {
    width: 9.38vw; /* 150px ÷ 16 */
  }
  
  .sec09 .v td {
    padding-left: 2.19vw; /* 35px ÷ 16 */
    font-size: 1.25vw; /* 2.0vw ÷ 1.6 */
  }
  
  .sec09 .v td span {
    margin-top: 0.63vw; /* 10px ÷ 16 */
  }
  
  .sec09 .v td p {
    font-size: 1vw; /* 1.6vw ÷ 1.6 */
    margin-top: 0.19vw; /* 3px ÷ 16 */
    padding-right: 3.13vw; /* 50px ÷ 16 */
  }
  
  .fixed {
    width: 5vw; /* 80px ÷ 16 */
    right: 0;
  }
  
  .fixed li a {
    width: 5vw; /* 80px ÷ 16 */
    box-shadow: 0px 0px 1vw 0px rgba(0, 0, 0, 0.06); /* 16px ÷ 16 */
    border-radius: 1.13vw 0 0 1.13vw; /* 18px ÷ 16 */
    padding: 0.31vw 0 0.31vw 0.31vw; /* 5px ÷ 16 */
  }
  
  .fixed li a span {
    font-size: 2vw; /* 3.2vw ÷ 1.6 */
    border-radius: 0.94vw 0 0 0.94vw; /* 15px ÷ 16 */
    padding: 0 0 1.88vw; /* 30px ÷ 16 */
    height: 19.38vw; /* 310px ÷ 16 */
  }
  
  .fixed li a span:after {
    width: 0.81vw; /* 13px ÷ 16 */
    height: 1.19vw; /* 19px ÷ 16 */
    bottom: 2.5vw; /* 40px ÷ 16 */
  }
  
}


/* 15. ANIMATION
-------------------------------------------------------------------- */

.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}