@charset "utf-8";
.sp {
  display: none;
}
#hero {
  width: 100%;
  height: 100vh;
}
.hero__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero__inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.logo {
  width: 62px;
  height: auto;
  position: absolute;
  left: 8%;
  bottom: 93px;
}
.logo img {
  width: 100%;
  height: auto;
}
#about__area {
  width: 100%;
  height: auto;
}
.about__area__inner {
  width: 100%;
  height: auto;
  padding-top: 227px;
  display: flex;
  flex-direction: column;
  row-gap: 10.3125vw;
}
.about__container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
.__reverse_flex {
  flex-direction: row-reverse;
}
.about__dtl__contents {
  width: 100%;
  height: auto;
  flex: 1;
  padding-left: 10.75vw;
}
.about__dtl__contents__btm {
  padding-left: 10.2031vw;
}
.about__subttl {
  width: fit-content;
  height: auto;
  position: relative;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  /* margin-bottom: 6.015625vw; */
}
.about__subttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  top: 61%;
  right: -35%;
  transform: translate(100%, -50%);
  margin: 0 13px;
}
.about__dtl__contents h2 {
  font-size: 2.8125vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 2.4609vw 0 6.015625vw 0;
}
.about__dtl {
  width: fit-content;
  font-size: 1.3vw;
  letter-spacing: 0.4em;
  font-weight: 500;
  line-height: 2.25;
}
.about__dtl span {
  font-weight: 700;
}
.about__image {
  width: 44.14%;
  height: auto;
}
.about__image img {
  width: 100%;
  height: auto;
}
#menu {
  width: 100%;
  height: auto;
}
.menu__inner {
  width: 100%;
  height: auto;
  padding: 70px 0 197px 0;
  display: flex;
  align-items: stretch;
}
.menu__ttl__wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.sub__ttl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 15px;
}
.sub__ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #9f9f9f;
  position: absolute;
  bottom: -15px;
  left: 43%;
  transform: translate(-50%, 100%);
}
.menu__ttl {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  writing-mode: vertical-rl;
}
.menu__dtl__ttl {
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.menu__dtl__ttl small {
  font-size: 12px;
  letter-spacing: 0.3em;
  display: block;
  margin-top: -3px;
}
.menu__price {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.to__menu {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14.8px;
  color: #140e00;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.menu__ttl__wrap .to__menu:hover .right__arrow__black {
  transform: translateX(5px);
}
.right__arrow__black {
  width: 11.5px;
  height: auto;
  transition: 0.4s ease;
}
.right__arrow__black img {
  width: 100%;
  height: auto;
}
.swiper__btn__container {
  width: auto;
  display: flex;
  align-items: center;
  column-gap: 19px;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-prev,
.swiper-button-next {
  width: 58px !important;
  height: 28px !important;
  background-color: #2b2b2b;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
  top: unset !important;
  position: unset !important;
}
.swiper-button__arrow {
  width: 11.5px;
  height: auto;
}
.swiper-button__arrow img {
  width: 100%;
  height: auto;
}
.swiper-button-prev {
  left: 80px !important;
}
.swiper-button-next {
  right: 80px !important;
}
.slide__contents {
  width: 100%;
  height: auto;
  max-width: 900px;
}
.menu__swiper {
  width: 100%;
  height: 400px;
}
.swiper-wrapper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  height: auto;
  max-width: 308px;
}
.menu__slide__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.menu__slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menu__slide__detail {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 15px;
}
#works {
  width: 100%;
  height: auto;
  padding: 83px 0 57px 0;
}
.works__inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 0;
  background-color: var(--color--white);
}
.works__container {
  display: block;
  color: #140e00;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 30px;
  transition: 0.6s;
}
.works__container:hover {
  opacity: 0.7;
}
.works__txt__contents {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.works__ttl__wrap {
  width: 100%;
  height: auto;
}
.section__ttl {
  width: fit-content;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-bottom: 7px;
  position: relative;
}
.section__ttl::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  top: 44%;
  right: -15px;
  transform: translate(100%, -50%);
}
.section__ttl__ja {
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1.38;
  font-weight: 500;
}
.to__works {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #140e00;
  display: flex;
  align-items: center;
  column-gap: 14px;
  transition: 0.4s;
}
.to__works:hover {
  opacity: 0.7;
}
.to__works:hover .right__arrow__black {
  transform: translateX(5px);
}
.works__image {
  width: 100%;
  height: auto;
  max-width: 525px;
  transition: 0.4s;
  flex: 1;
}
.works__image img {
  width: 100%;
  height: auto;
}
#flow {
  width: 100%;
  height: auto;
  padding-bottom: 14.0625vw;
}
.flow__inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5vw;
}
.flow__txt__contetns {
  width: fit-content;
  height: auto;
  padding-left: 14.921875vw;
  flex: 1;
}
.flow__dtl {
  font-size: 1.171875vw;
  letter-spacing: 0.2em;
  line-height: 2.46;
  padding: 5.46875vw 0 0 0;
}
.flow__dtl span {
  font-size: 0.9375vw;
}
.flow__contents {
  width: 50%;
  height: auto;
  background-color: #656565;
  padding: 9.375vw 0;
}
.flow__contents__inner {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.flow__contents__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 3.475vw;
  position: relative;
}
.top__btm {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1.71875vw;
  top: 0;
  background-color: var(--color--white);
  z-index: 1;
  transform-origin: top center;
  opacity: 0;
  transform: scaleY(0);
  filter: blur(5px);
  transition: 1s ease;
}
.top__btm.run {
  opacity: 1;
  transform: scaleY(1);
  filter: blur(0);
}
.flow__contents__item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.9375vw;
  position: relative;
  z-index: 2;
}
.number__image {
  width: 3.4375vw;
  height: auto;
}
.number__image img {
  width: 100%;
  height: auto;
}
.flow__dtl__txt {
  font-size: 1.40625vw;
  color: var(--color--white);
}
.flow__sup {
  width: 100%;
  height: auto;
  padding: 1.09375vw 0 0 4.21875vw;
  font-size: 0.859375vw;
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--color--white);
}
#contact__area {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background-color: #3b3b3b;
  color: var(--color--white);
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 2;
}
.contact {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 900px;
}
.contact h2 {
  text-align: center;
  padding-bottom: 80px;
  font-size: 34px;
  font-weight: 500;
}
.contents {
  width: 100%;
  height: auto;
}
.inner {
  width: 100%;
  height: auto;
}
.form {
  width: 100%;
  height: auto;
}
.radio_area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.confirm__item {
  border-bottom: var(--color--white) 1px solid;
  padding-bottom: 14px;
}
.radio_col input {
  width: auto;
}
dt {
  flex: 1;
}
.radio_area dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 594px;
  column-gap: 45px;
  row-gap: 10px;
}
.item {
  display: flex;
  align-items: center;
  column-gap: 60px;
  margin-bottom: 88px;
}
.massage__area {
  align-items: flex-start;
}
.item dd {
  width: 594px;
}
input {
  width: 100%;
  height: auto;
  background-color: var(--color--white);
  padding: 10px;
  font-size: 14px;
}
textarea {
  width: 100%;
  height: 144px;
  background-color: var(--color--white);
  padding: 15px;
  font-size: 14px;
}
.form_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.required {
  width: 68px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color--white);
  color: #2b2b2b;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1;
}
.more {
  width: 240px;
  height: 58px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0 auto;
}
.input__wrap {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color--white);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.more:hover .input__wrap {
  transform: translate(4.6px, 4.4px);
}
.more:hover .input__wrap::after {
  top: 0;
  left: 0;
  opacity: 0;
}
.input__wrap {
  position: relative;
}
.input__wrap::after {
  content: "";
  display: block;
  width: 240px;
  height: 58px;
  border-right: 1px var(--color--white) solid;
  border-bottom: 1px var(--color--white) solid;
  position: absolute;
  top: 4.6px;
  left: 4.4px;
  transition: 0.3s;
  z-index: 1;
}
.input__wrap {
  width: 100%;
  height: 100%;
}
.more input {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3b3b3b;
  color: var(--color--white);
  letter-spacing: 0.2em;
  cursor: pointer;
  z-index: 5;
  font-size: 16px;
}
.back {
  color: var(--color--white);
  text-align: center;
}
.back a {
  color: var(--color--white);
  border-bottom: solid 1px var(--color--white);
  line-height: 1.5;
  transition: 0.3s;
}
.back a:hover {
  opacity: 0.7;
}
.right__arrow {
  width: 11.5px;
  height: auto;
  position: absolute;
  top: 51%;
  right: 23px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.right__arrow img {
  width: 100%;
  height: auto;
}
#learn__area {
  width: 100%;
  height: auto;
  background-image: url("../image/school__BG@pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.learn__area__inner {
  width: 90%;
  height: auto;
  margin: 100px auto 0 auto;
  max-width: 1000px;
  padding: 169px 0 149px 0;
}
.learn__contents {
  width: 100%;
  height: auto;
  color: var(--color--white);
}
.learn__contents dl {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 30px;
}
.learn__contents dt {
  width: 100%;
  height: auto;
}
.ready__item {
  width: fit-content;
  height: auto;
  padding: 7px 14px;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
  background-color: var(--color--black);
}
.lern__ttl {
  margin: 18px 0 7px 0;
  padding: 0;
}
.lern__ttl.section__ttl::after {
  background-color: #e0e0e0;
  top: 54%;
}
.learn__ttl__jp {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.learn__contents dd {
  width: 100%;
  height: auto;
  flex: 1;
  padding-top: 50px;
}
.learn__dtl {
  font-size: 14px;
  letter-spacing: 0.23em;
  line-height: 2.57;
}
.to_learn {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: var(--color--white);
  display: flex;
  align-items: center;
  column-gap: 14px;
  transition: 0.4s;
  margin-top: 20px;
}
.to_learn:hover {
  opacity: 0.7;
}
.to_learn:hover .right__arrow__black {
  transform: translateX(5px);
}
#thanks__area__container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b3b3b;
  color: var(--color--white);
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 2;
}
#thanks__area__container a {
  color: var(--color--white);
  border-bottom: 1px var(--color--white) solid;
  padding-bottom: 2px;
  text-align: center;
  padding-top: 30px;
  transition: 0.3s;
}
#thanks__area__container a:hover {
  opacity: 0.7;
}
.thanks_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper__btn__container.swiper__btn__container__sp {
  display: none;
}
/* SP ================================================== */
@media all and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #hero {
    height: 100dvh;
  }
  .about__area__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 88.2666vw;
  }
  .about__container {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .about__dtl__contents {
    padding-left: unset;
  }
  .about__subttl {
    font-size: 2.9333vw;
    margin-bottom: 8.2666vw;
  }
  .about__subttl::after {
    right: -50%;
  }
  .about__dtl__contents h2 {
    font-size: 7.4666vw;
  }
  .about__dtl {
    font-size: 3.7333vw;
  }
  .about__image {
    height: auto;
    position: absolute;
  }
  .about__image01 {
    width: 52.2666vw;
    bottom: 32.5333vw;
    right: 0;
  }
  .about__image02 {
    width: 62.9333vw;
    bottom: 0;
    left: 0;
  }
  #menu {
    margin-bottom: 100px;
  }
  .menu__inner {
    padding: 122px 0 0 0;
    flex-direction: column;
  }
  .menu__ttl__wrap {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-bottom: 27px;
  }
  .sub__ttl {
    writing-mode: horizontal-tb;
    padding: 0 12.5px 0 0;
    font-size: 12px;
  }
  .menu__ttl {
    writing-mode: horizontal-tb;
    font-size: 28px;
  }
  .menu__dtl__ttl small {
    font-size: 10px;
    margin-top: -1px;
  }
  .sub__ttl::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #9f9f9f;
    position: absolute;
    bottom: unset;
    top: 53%;
    left: unset;
    right: 0;
    transform: translate(100%, -50%);
  }
  .logo {
    width: 42px;
    height: auto;
    left: 40.8px;
    bottom: 36px;
  }
  .to__menu {
    position: unset;
    transform: translate(0, 0);
    position: absolute;
    right: 0;
    bottom: 0;
    left: unset;
    padding-bottom: 13px;
    font-size: 13px;
    column-gap: 8px;
  }
  .slide__contents {
    position: relative;
  }
  .menu__swiper {
    height: auto;
  }
  .swiper-slide {
    max-width: 100%;
  }
  .menu__slide__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .menu__dtl__ttl {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
  .menu__price {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .swiper__btn__container__sp {
    display: flex;
    bottom: -12%;
    transform: translate(-50%, 100%);
  }
  .swiper-slide.pc {
    display: none;
  }
  .swiper__btn__container.swiper__btn__container__sp {
    display: flex;
  }
  .swiper__btn__container__sp {
    bottom: -17%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 22px !important;
  }
  .swiper-button__arrow {
    width: 9.85px;
  }
  .works__inner {
    padding: 17px 0;
  }
  .works__container {
    flex-direction: column;
  }

  .works__txt__contents {
    width: 100%;
    position: relative;
    padding: 0 0 27px 0;
  }
  .section__ttl {
    padding-bottom: 16px;
  }
  .about__dtl {
    font-size: 2.9333vw;
  }
  .works__ttl__ja.section__ttl__ja {
    font-size: 7.46666vw;
  }
  .to__works {
    font-size: 3.4666vw;
    position: absolute;
    right: 0;
    bottom: 27px;
  }
  .flow__inner {
    flex-direction: column;
  }
  .flow__txt__contetns {
    padding-left: 0;
  }
  .flow__dtl {
    padding: 50px 0 33px 0;
    font-size: 14px;
  }
  .flow__dtl span {
    font-size: 11px;
  }
  .flow__contents {
    width: 90%;
    margin: 0 auto;
    padding: 8vw 0;
  }
  .flow__contents__item {
    column-gap: 3.7333vw;
  }
  .number__image {
    width: 9.6vw;
  }
  .flow__dtl__txt {
    font-size: 4.5vw;
  }
  .flow__sup {
    font-size: 2.9333vw;
    padding: 4vw 0 0 0;
  }
  .top__btm {
    left: 4.6933333333vw;
  }
  #contact__area {
    padding: 60px 0;
  }
  .contact h2 {
    font-size: 28px;
    text-align: center;
    padding: 0 0 39px 0;
  }
  .form_label {
    padding-bottom: 15px;
    justify-content: start;
    column-gap: 18px;
  }
  .item {
    display: block;
    margin-bottom: 41px;
  }
  .item dd {
    width: 100%;
    letter-spacing: 0.15em;
  }
  .name {
    font-size: 15px;
  }
  .radio_area label {
    font-size: 13px;
  }
  input {
    font-size: 12px;
    padding: 6.5px;
  }
  .more input {
    font-size: 14px;
  }
  #learn__area {
    background-image: url("../image/school__BG@sp.png");
  }
  .learn__area__inner {
    padding: 90px 0 109px 0;
  }
  .learn__contents dl {
    flex-direction: column;
  }
  .ready__item {
    padding: 6px 10;
    font-size: 14px;
  }
  .learn__ttl__jp {
    font-size: 28px;
  }
  .learn__contents dd {
    padding-top: 50px;
  }
}
/* SP ================================================== */
@media (min-width: 599px) and (max-width: 820px) {
  .about__area__inner {
    padding-bottom: 75vw;
  }
  .about__subttl {
    font-size: 2vw;
  }
  .about__dtl {
    font-size: 2.4666vw;
  }
}
