@charset "UTF-8";
/*全体と基本的なjsはコチラに書く。中谷*/
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --black:#222;
  --yellow:#eecd62;
  --abo:"Aboreto", system-ui;
  --bage:#af9067;
  --noto:"Noto Sans JP", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  line-height: 1.8;
}

body {
  font-family: var(--noto);
  color: var(--black);
  font-weight: 400;
  opacity: 0;
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #faf8f5;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition-duration: 0.9s;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.9s;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

p {
  font-size: 1.6rem;
}

.under-834only {
  display: none;
}

.under-834none {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.logo {
  width: 400px;
}

.inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: fixed;
  width: 1100px;
  max-width: 90%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

.header__nav {
  display: flex;
  gap: 40px;
}
.header__nav li a {
  font-size: 1.6rem;
  color: var(--black);
  font-weight: bold;
  position: relative;
}
.header__nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.header__nav li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

#ham, .sp-menu {
  display: none;
}

#mv {
  width: 100%;
  height: calc(100vh + 4vw);
  max-height: 1200px;
  min-height: 800px;
  position: relative;
  overflow-x: hidden;
}

.img01 {
  width: 45%;
  top: 120px;
  right: 0;
  position: absolute;
  z-index: 1;
}

.img02 {
  width: 33%;
  top: 46%;
  transform: translateY(-20%);
  position: absolute;
  z-index: 1;
  left: 0;
}

.mv-swiper {
  color: #fff;
  font-size: 7vw;
  font-family: var(--abo);
  top: 20vw;
  padding-top: 17vw;
  position: relative;
  z-index: -1;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.mv__cont {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-70%);
  z-index: 2;
  font-weight: bold;
  line-height: 1.5;
}

.mv__ttl-small {
  font-size: 2rem;
  margin-bottom: 12px;
}

.mv__ttl {
  color: var(--bage);
  font-size: 4.8rem;
  margin-bottom: 25px;
}

.mv__ttl-bottom {
  font-size: 1.6rem;
  line-height: 2;
}

.mv__fixed-btn-bl {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  transition-duration: 1s;
  visibility: visible;
}
.mv__fixed-btn-bl.none {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
}

.mv__fixed-btn {
  z-index: 10;
  background-color: var(--yellow);
  width: 360px;
  height: 100px;
  border-radius: 100px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: var(--black);
  gap: 5px;
}
.mv__fixed-btn .small {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 7px 13px 5px;
  border-radius: 30px;
  font-size: 1.2rem;
}
.mv__fixed-btn .txt {
  font-size: 1.6rem;
  text-align: center;
}
.mv__fixed-btn::after {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../img/down-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#first {
  background-color: #efedea;
  padding: 70px 0 120px;
  position: relative;
}
#first::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/2.5;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/wave.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-45%);
  z-index: -1;
}

.base__ttl {
  position: relative;
  padding-left: 60px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  z-index: 2;
}
.base__ttl.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.base__ttl::before {
  content: "";
  display: block;
  width: 93px;
  height: 68px;
  background-image: url(../img/hishigata.webp);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  z-index: -1;
}

.first__flex {
  display: flex;
  margin-bottom: 50px;
  gap: 10%;
}
.first__flex .img {
  width: 45%;
}
.first__flex .cont {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.first__flex .cont > .txt {
  margin-bottom: 20px;
}

.first__ttl-bl {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.6;
}
.first__ttl-bl .small {
  font-size: 2rem;
  margin-bottom: 7px;
}
.first__ttl-bl .ttl {
  font-size: 3rem;
}

.bage-txt {
  color: var(--bage);
}

.first__set-ttl {
  background-color: #e3d8c8;
  padding: 20px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.first__set-box {
  background-color: #fff;
  padding: 50px 130px;
  border-radius: 0 0 30px 30px;
}

.first__set-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
  margin-bottom: 50px;
}
.first__set-list li .img {
  width: 150px;
  margin: 0 auto 20px;
}
.first__set-list li .txt {
  font-size: 1.6rem;
}

.first__set-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}

.caution-txt {
  background-color: #f0eeec;
  border-radius: 18px;
  padding: 12px 60px;
  font-size: 1.4rem;
}

#flow {
  padding: 120px 0;
  overflow: hidden;
}

.base__main-txt {
  font-size: 1.8rem;
  padding-left: 60px;
  margin-bottom: 60px;
}

.flow-swiper .swiper-slide {
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  min-height: 390px;
}
.flow-swiper .swiper-slide .txt {
  margin-bottom: 20px;
}
.flow-swiper .swiper-slide .small-txt {
  width: calc(100% - 65px);
  font-size: 1.2rem;
}
.flow-swiper .swiper-slide.op0 {
  opacity: 0;
}

.flow__list-ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.flow__list-ttl .num {
  font-size: 8rem;
  font-family: var(--abo);
  color: var(--bage);
  line-height: 1;
  font-weight: lighter;
}

.btn-yellow {
  width: 253px;
  height: 57px;
  background-color: var(--yellow);
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  margin: 0 auto 10px;
  border-radius: 50px;
}

.btn-line {
  width: 253px;
  height: 57px;
  background-color: #09c755;
  color: #fff;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
}

.float-img {
  position: absolute;
  bottom: -30px;
}
.float-img.p1 {
  width: 77px;
  right: 0;
}
.float-img.p2 {
  width: 221px;
  right: 0;
}
.float-img.p3 {
  width: 113px;
  right: 30px;
}
.float-img.p4 {
  width: 103px;
  right: 0;
}

.flow__caution-txt {
  margin: 50px 0 0 auto;
  width: 365px;
  max-width: 100%;
  font-size: 1.2rem;
}

#schedule {
  padding: 120px 0;
  background-color: #f0eeeb;
}

#case {
  padding: 120px 0;
}

.case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.case__list li {
  border-radius: 30px;
  background-color: #f0eeeb;
  padding: 50px;
}

.case__list-ttl-flex {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.case__list-ttl-flex .img {
  width: 100px;
}
.case__list-ttl-flex .ttl-bl {
  width: calc(100% - 120px);
}
.case__list-ttl-flex .ttl-bl .name {
  font-size: 1.3rem;
}

.case__list-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#faq {
  padding-bottom: 140px;
}

.faq__bl {
  border-radius: 30px;
  background-color: #fff;
  padding: 80px 35px 60px;
}

.ac {
  margin-bottom: 35px;
}
.ac:last-of-type {
  margin-bottom: 0;
}

.q {
  font-size: 3rem;
  font-family: var(--abo);
  color: var(--bage);
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 30px;
}

.ac__q {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 60px 20px 80px;
  position: relative;
  border-radius: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.ac__q.active {
  border-radius: 10px 10px 0 0;
}

.ac__a {
  border: 1px solid #f0f0f0;
  padding: 30px 60px 30px 80px;
  font-size: 1.6rem;
  display: none;
  border-radius: 0 0 10px 10px;
}

.nav-open {
  position: relative;
}

.nav-open::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
  color: var(--bage);
}

.nav-open.active::before { /* 開いている時 */
  content: "－";
}

#option {
  padding: 150px 0 100px;
  position: relative;
  background-color: #efedea;
}

.option-img01 {
  width: 30%;
  top: -50px;
  right: 0;
  position: absolute;
}

.option-img02 {
  width: 20%;
  top: 80px;
  left: 0;
  position: absolute;
}

.option__ttl-bl {
  width: 692px;
  margin: 0 auto 60px;
  position: relative;
}

.option__float {
  position: absolute;
  width: 170px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--bage);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  top: -80px;
  left: -55px;
}
.option__float .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.option__float .small {
  font-size: 1.6rem;
  color: var(--bage);
  padding: 2px 13px 4px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.option__ttl-small-under {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 2px solid var(--bage);
  padding-bottom: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.option__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
.option__ttl .small {
  font-size: 2.4rem;
  text-align: center;
  display: block;
}

.option__table-ttl {
  background-color: #e3d8c8;
  padding: 20px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.option__table-box {
  background-color: #fff;
  padding: 60px;
  border-radius: 0 0 30px 30px;
}

.dox-icon {
  display: block;
  width: 34px;
}

.option__table-box-ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.option__table-box-txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.option__dl {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.option__dl dt {
  width: 200px;
  padding: 15px 0;
}
.option__dl dt::before {
  content: "●";
}
.option__dl dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

.contact-link {
  width: 570px;
  height: 150px;
  color: var(--black);
  background-color: var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 70px auto 0;
}
.contact-link::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(../img/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-link .small {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
.contact-link.mail {
  height: 113px;
  width: 571px;
  font-size: 1.6rem;
}
.contact-link.mail::before {
  content: "";
  display: block;
  width: 52px;
  height: 40px;
  background-image: url(../img/plan-mail.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  padding: 100px 0 50px;
  background-color: #fff;
}

.footer__logo {
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
}

.footer__company {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #666666;
}

.footer__address {
  font-size: 1.4rem;
  color: #666666;
}

.footer__copy {
  text-align: right;
  font-size: 1.2rem;
  color: #c3c0bb;
  margin-top: 10px;
  font-family: var(--abo);
  text-transform: uppercase;
}

/* --------------------フェードアップ------------------------ */
.js-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.js-load-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
}

/* --------------------フェードイン------------------------ */
.js-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.js-load-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
}

/* ロードで */
.js-load-fadein {
  opacity: 0;
}

.js-load-fadeup {
  opacity: 0;
}

.delay600 {
  animation-delay: 0.6s;
}

.delay1200 {
  animation-delay: 1.2s;
}

.delay1800 {
  animation-delay: 1.8s;
}

.mb0 {
  margin-bottom: 0 !important;
}

.scroll-bl-txt {
  display: none;
}

.dl-btn {
  position: fixed;
  top: -20px;
  right: 0;
  background-color: var(--bage);
  padding: 2px 12px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}

.dl-btn2 {
  position: relative;
  top: 0;
  right: 0;
  background-color: var(--bage);
  padding: 2px 12px;
  border-radius: 30px;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  margin-top: 10px;
}

#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  background-image: url(../img/swipe.webp);
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translate(0, 0);
  transition-duration: 0.3s;
  z-index: 50;
  opacity: 0;
}
#js-mouse.active {
  width: 100px;
  height: 100px;
  transition-duration: 0.3s;
}

.place-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.place-txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.date-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}

.under1050 {
  display: none;
}

.option__plan-bl {
  border-radius: 30px;
  background-color: #faf8f5;
  padding: 70px;
  margin-top: 100px;
}

.option__plan-flex {
  display: flex;
  margin-bottom: 40px;
}
.option__plan-flex .cont {
  width: 50%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.option__plan-flex .cont .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
.option__plan-flex .img {
  width: 50%;
}
.option__plan-flex .img img {
  border-radius: 20px;
}

.option__plan-ttl-small {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.option__plan-ttl {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 25px;
}

.option__plan-course {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.option__plan-course li {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
}

.option__plan-course-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #af9067;
  margin-bottom: 18px;
}

.option__plan-course-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.option__plan-course-price .count {
  background-color: #e3d8c8;
  padding: 1px 12px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 15px;
}
.option__plan-course-price .price {
  font-family: var(--abo);
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
}
.option__plan-course-price .tax {
  font-size: 1.4rem;
  padding-top: 10px;
}

.option__plan-course-caution {
  text-align: right;
  font-size: 1.2rem;
  color: #666666;
}

.option__plan-line {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #dddddd;
}

.option__plan-txt {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.option__plan-txt-small {
  font-size: 1.2rem;
}

.option__plan-caution {
  font-size: 1.4rem;
}

@media (max-width: 2500px) {
  .mv-swiper {
    top: 27vw;
  }
}
@media (min-width: 1601px) {
  .mv-swiper {
    padding-top: 3vw;
  }
}
@media (max-width: 2000px) {
  #mv {
    height: 55vw;
    max-height: 55vw;
    min-height: 55vw;
  }
}
@media (max-width: 1600px) {
  .mv-swiper {
    top: 31vw;
    padding-top: 0vw;
  }
}
@media (max-width: 1500px) {
  .base__top-ttl-txt {
    font-size: 6.5vw;
  }
}
@media (max-width: 1350px) {
  .option__float {
    width: 145px;
    top: -65px;
    left: 5px;
  }
  .option__float .txt {
    font-size: 1.6rem;
  }
  .option__float .small {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .logo {
    width: 240px;
  }
  .header__nav {
    gap: 20px;
  }
  .header__nav li a {
    font-size: 1.4rem;
  }
  #mv {
    height: 62vw;
    min-height: auto;
    max-height: initial;
  }
  .mv__ttl-small {
    font-size: 1.7vw;
    margin-bottom: 5px;
  }
  .mv__ttl {
    font-size: 3.5vw;
    margin-bottom: 13px;
  }
  .mv__ttl-bottom {
    font-size: 1.4vw;
  }
  .mv-swiper {
    position: relative;
    font-size: 9vw;
  }
  .mv-swiper {
    top: 25vw;
    padding-top: 10vw;
  }
  .base__ttl {
    padding-left: 51px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .base__ttl::before {
    width: 68px;
    height: 48px;
  }
  .first__ttl-bl .small {
    font-size: 1.75rem;
  }
  .first__ttl-bl .ttl {
    font-size: 2.4rem;
  }
  .first__set-box {
    padding: 50px 40px;
  }
  .first__set-list {
    gap: 7%;
  }
  #first {
    padding: 50px 0 80px;
  }
  .first__flex {
    margin-bottom: 25px;
  }
  .flow__list-ttl {
    gap: 10px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .flow__list-ttl .num {
    font-size: 6rem;
  }
  .flow-swiper .swiper-slide {
    padding: 25px;
  }
  .base__main-txt {
    font-size: 1.6rem;
    padding-left: 51px;
    margin-bottom: 40px;
  }
  .float-img.p1 {
    width: 65px;
  }
  .float-img.p2 {
    width: 174px;
  }
  .float-img.p3 {
    width: 87px;
  }
  .float-img.p4 {
    width: 84px;
  }
  #flow {
    padding: 80px 0;
  }
  #schedule {
    padding: 80px 0;
  }
  #case {
    padding: 80px 0;
  }
  .case__list {
    gap: 30px;
  }
  .case__list li {
    border-radius: 20px;
    padding: 40px;
  }
  .case__list-ttl-flex .img {
    width: 80px;
  }
  .case__list-ttl-flex {
    gap: 15px;
  }
  .case__list-ttl {
    font-size: 1.9rem;
  }
  .case__list-ttl-flex .ttl-bl {
    width: calc(100% - 95px);
  }
  .faq__bl {
    padding: 60px 35px 40px;
  }
  #faq {
    padding-bottom: 100px;
  }
  .option-img02 {
    top: -37px;
  }
  .option__table-box {
    padding: 40px 40px 50px;
  }
  .mv__cont {
    left: 26%;
  }
  .option__plan-bl {
    padding: 40px 40px 50px;
    margin-top: 60px;
  }
  .option__plan-ttl-small {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .option__plan-ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .option__plan-course li {
    padding: 25px;
  }
  .option__plan-course-ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .option__plan-course-price .count {
    font-size: 1.3rem;
    margin-right: 15px;
  }
  .option__plan-course-price .price {
    font-size: 2.4rem;
  }
  .option__plan-course-price .tax {
    font-size: 1.2rem;
    padding-top: 7px;
  }
  .option__plan-line {
    margin: 18px 0;
  }
  .contact-link.mail {
    margin-top: 30px;
  }
}
@media (max-width: 1050px) {
  .under1050 {
    display: inline-block;
  }
  .date-ttl {
    margin-top: 13px;
    transform: translateX(-10px);
  }
}
@media (max-width: 834px) {
  .under-834only {
    display: inline-block;
  }
  #ham, .sp-menu {
    display: block;
  }
  .header__nav {
    display: none;
  }
  #ham {
    display: block;
    width: 35px;
    height: 12.5px;
    top: 15px;
    right: 0;
    position: fixed;
    z-index: 110;
    cursor: pointer;
  }
  #ham span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    transition-duration: 0.9s;
  }
  #ham span:last-of-type {
    margin-top: 8px;
  }
  #ham.active span {
    transform: rotate(45deg);
    transition-duration: 0.9s;
  }
  #ham.active span:last-of-type {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .sp-menu {
    position: fixed;
    top: -120vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    overflow-y: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    transition-duration: 1s;
  }
  .sp-menu.active {
    top: 0;
    transition-duration: 1s;
  }
  .sp-menu__wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.9333333333);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 130px 40px 100px;
    position: relative;
  }
  /*Google Chrome、Safariへの対応*/
  .sp-menu::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__nav li {
    margin-bottom: 20px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sp-menu__nav li a {
    color: var(--black);
    font-family: var(--hel_m);
    font-size: 1.8rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sp-menu__nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  .sp-menu__nav li a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top; /*左から右に向かう*/
  }
  .sp-menu__nav-small {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: center;
  }
  .sp-menu__nav-small li a {
    font-size: 1.4rem;
    font-family: var(--hel_m);
    color: #bbbbbb;
  }
  .js-fadeup-sp.in {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js-fadeup-sp {
    opacity: 0;
    transform: translateY(20px);
  }
  .under-834none {
    display: none;
  }
  .mv__ttl-small {
    font-size: max(2.6vw, 1.6rem);
  }
  .mv__ttl {
    font-size: max(5vw, 3.5rem);
  }
  .mv__ttl-bottom {
    font-size: max(2vw, 1.5rem);
  }
  .base__ttl::before {
    width: 49px;
    height: 35px;
  }
  .base__ttl {
    padding-left: 38px;
    font-size: 2.6rem;
  }
  .first__flex .img {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .first__flex {
    flex-direction: column;
  }
  .first__ttl-bl .small {
    font-size: 1.6rem;
  }
  .first__ttl-bl .ttl {
    font-size: 2.1rem;
  }
  .first__ttl-bl {
    margin-bottom: 15px;
  }
  p {
    font-size: 1.5rem;
  }
  .first__set-ttl {
    padding: 15px;
    border-radius: 20px 20px 0 0;
    font-size: 1.6rem;
  }
  #mv {
    height: 95vw;
  }
  .img01 {
    top: 88px;
  }
  .img02 {
    top: 66%;
  }
  .mv__cont {
    left: 24%;
    top: 59%;
  }
  .mv-swiper {
    top: 48vw;
  }
  .first__flex .cont {
    width: 100%;
  }
  .first__set-box {
    padding: 40px 30px;
  }
  .first__set-list li .img {
    width: 115px;
    margin: 0 auto 15px;
  }
  .first__set-list-ttl {
    font-size: 1.5rem;
  }
  .first__set-list {
    gap: 5%;
    margin-bottom: 30px;
  }
  .first__set-list li .txt {
    font-size: 1.5rem;
  }
  .caution-txt {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  #first {
    padding: 30px 0 60px;
  }
  .base__main-txt {
    font-size: 1.5rem;
    padding-left: 0;
    margin-bottom: 30px;
  }
  #flow {
    padding: 60px 0;
  }
  .btn-yellow, .btn-line {
    font-size: 1.5rem;
  }
  #schedule {
    padding: 60px 0;
  }
  #case {
    padding: 60px 0;
  }
  .case__list {
    grid-template-columns: 1fr;
  }
  #faq {
    padding-bottom: 80px;
  }
  .ac__q {
    font-size: 1.5rem;
    padding: 15px 34px 15px 27px;
  }
  .q {
    font-size: 2.4rem;
    left: -4px;
    top: -7px;
  }
  .nav-open::before {
    right: 14px;
  }
  .ac__a {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  .faq__bl {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .mv__fixed-btn-bl {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .mv__fixed-btn {
    width: 100%;
    height: 80px;
    border-radius: 0;
    gap: 2px;
  }
  .mv__fixed-btn .txt {
    font-size: 1.5rem;
  }
  .mv__fixed-btn .small {
    padding: 2px 13px 2px;
    font-size: 1rem;
  }
  .option__ttl .small {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .option__ttl-small-under {
    font-size: 1.6rem;
    padding-bottom: 3px;
    margin: 0 auto 14px;
  }
  .option__float {
    width: 100px;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    gap: 5px;
  }
  .option__float .txt {
    font-size: 1.3rem;
  }
  .option__float .small {
    font-size: 1.1rem;
    padding: 0px 8px 1px;
  }
  .option__ttl-bl {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .option__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .option__table-ttl {
    padding: 15px;
    border-radius: 20px 20px 0 0;
    font-size: 1.6rem;
  }
  .option__table-box-ttl {
    gap: 10px;
  }
  .option__table-box-ttl .txt {
    display: block;
    width: calc(100% - 36px);
    font-size: 2rem;
    line-height: 1.5;
  }
  .option__table-box {
    padding: 30px 20px;
    border-radius: 0 0 20px 20px;
  }
  .dox-icon {
    width: 26px;
    padding-bottom: 17px;
  }
  .option__table-box-ttl {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .option__table-box-txt {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .option__dl {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  .option__dl dt {
    width: 100%;
    padding: 25px 0 0;
    font-weight: bold;
  }
  .option__dl dd {
    width: 100%;
    padding: 0 0 25px;
    border-bottom: 1px solid #e7e7e7;
  }
  .option__dl dd:last-of-type {
    border-bottom: none;
  }
  .contact-link {
    max-width: 100%;
    height: 80px;
    font-size: 1.6rem;
    margin: 40px auto 0;
    padding-top: 5px;
  }
  .contact-link .small {
    font-size: 1.2rem;
  }
  .contact-link::after {
    width: 14px;
    height: 14px;
    right: 25px;
  }
  #option {
    padding: 150px 0 60px;
  }
  footer {
    padding: 40px 0 30px;
  }
  .footer__logo {
    width: 240px;
    margin-bottom: 20px;
  }
  .footer__company {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .footer__address {
    font-size: 1.3rem;
  }
  .scroll-bl-txt {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .scroll-bl {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .scroll-bl img {
    width: 1200px;
    max-width: 1200px;
  }
  .dl-btn {
    display: none;
  }
  .dl-btn2 {
    display: inline-block;
  }
  #js-mouse {
    display: none;
  }
  .place-ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .place-txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .date-ttl {
    font-size: 1.5rem;
  }
  .option__plan-bl {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .option__plan-flex {
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
  .option__plan-flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .option__plan-flex .cont {
    width: 100%;
    padding-right: 0;
  }
  .option__plan-course {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .option__plan-ttl {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .option__plan-ttl-small {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .option__plan-flex .cont .txt {
    font-size: 1.4rem;
  }
  .option__plan-course li {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .option__plan-course-ttl {
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .option__plan-course-price .count {
    font-size: 1.2rem;
    margin-right: 9px;
  }
  .option__plan-course-price .price {
    font-size: 2rem;
  }
  .option__plan-line {
    margin: 10px 0;
  }
  .option__plan-txt {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .option__plan-caution {
    font-size: 1.3rem;
  }
  .contact-link.mail::before {
    width: 23px;
    height: 17px;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
  }
  .contact-link.mail {
    font-size: 1.3rem;
    padding-top: 10px;
    padding-right: 17px;
  }
}
@media (max-width: 640px) {
  #mv {
    height: 125vw;
  }
  .img01 {
    width: 50%;
    top: 85px;
  }
  .img02 {
    width: 43%;
    top: 70%;
  }
  .mv__cont {
    left: 10%;
    top: 55%;
  }
  .mv-swiper {
    top: 68vw;
  }
  .first__set-list {
    width: 280px;
    max-width: 100%;
    margin: 0 auto 30px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .first__set-box {
    padding: 30px 20px;
  }
  .option-img02 {
    width: 26%;
    top: 14px;
  }
  .option-img01 {
    width: 37%;
    top: -44px;
  }
}
@media (max-width: 450px) {
  .mv__cont {
    left: 7%;
  }
  #mv {
    height: 152vw;
  }
  .mv__ttl {
    font-size: max(5vw, 3rem);
    margin-bottom: 5px;
  }
  .mv-swiper {
    top: 89vw;
  }
  .first__flex .img {
    width: 250px;
  }
  .case__list li {
    border-radius: 15px;
    padding: 20px;
  }
  .case__list-ttl-flex .img {
    width: 65px;
  }
  .case__list-ttl-flex .ttl-bl {
    width: calc(100% - 75px);
  }
  .case__list-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .case__list-ttl-flex {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .logo {
    width: 220px;
  }
  .first__ttl-bl .small {
    font-size: 1.45rem;
  }
  .first__ttl-bl .ttl {
    font-size: 2rem;
  }
  .first__flex .cont > .txt {
    margin-bottom: 15px;
  }
  .option__ttl-small-under {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */