@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1190px) {
  html {
    font-size: 1.3445378151vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #B48A73;
  background: #fff;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

.js-fadein {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.js-fadein.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1190px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-cta-links {
  text-align: center;
  max-width: 19.8125rem;
  margin-inline: auto;
}

.c-cta-links__line {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 0.625rem;
  border-radius: 3rem;
  background: #06C755;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.c-cta-links__mail {
  display: inline-block;
  width: 12.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.5833333333;
  color: #D6B6A8;
  padding: 0 0.625rem;
  border-radius: 3rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  margin-top: 0.875rem;
}

.c-cta-links__trial {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #fff;
  margin-top: 0.5rem;
}

.c-title {
  padding-top: 2.125rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #B48A73;
  position: relative;
}
.c-title::before {
  content: attr(data-en);
  display: block;
  font-size: 4.5rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-title::after {
  content: "";
  width: 3.875rem;
  height: 0.625rem;
  background: url(../images/title_deco.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.c-title.--white {
  color: #fff;
}
.c-title.--white::after {
  -webkit-mask-image: url(../images/title_deco.svg);
          mask-image: url(../images/title_deco.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
}

.p-access {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-access__wrap {
  display: grid;
  grid-template-columns: 1fr 51.875rem;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-access__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 830/321;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 340/321;
  }
}

.p-access__text {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-access__address {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 2.1428571429;
    text-align: center;
  }
}

.p-cta {
  background: #D6B6A8;
  padding-top: 1.8125rem;
  padding-bottom: 2.4375rem;
}

.p-cta__text {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.p-cta__links {
  margin-top: 1.5rem;
}

.p-faq {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-faq__lists {
  margin-top: 2.5rem;
}

.p-faq__item:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:first-child) {
    margin-top: 2.125rem;
  }
}

.p-faq__title {
  background: rgba(214, 182, 168, .3);
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.p-faq__title::before {
  content: "Q.";
}

.p-faq__answer {
  margin-top: 1rem;
  position: relative;
}

.p-faq__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.p-faq__text::before {
  content: "A.";
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-feature {
  padding-top: 6rem;
}

.p-feature__lists {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .p-feature__lists {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-left: -0.9375rem;
  }
}

.p-feature__list {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 1.125rem;
}
.p-feature__list:nth-child(3) .p-feature__title {
  font-size: 1.4375rem;
  line-height: 1.3043478261;
}
@media screen and (max-width: 767px) {
  .p-feature__list:nth-child(3) .p-feature__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-feature__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.125rem;
  background: url(../images/point_bg.svg) no-repeat center center/contain;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1.0625rem 1.0625rem 0.4375rem;
}
.p-feature__num::after {
  content: counter(num);
  counter-increment: num;
  display: block;
  font-size: 2.125rem;
  font-weight: 300;
}

.p-feature__img {
  overflow: hidden;
  border-radius: 1rem;
}
.p-feature__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 341/231;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-feature__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6666666667;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-footer {
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 1rem;
    padding-bottom: 2.625rem;
  }
}

.p-footer__logo {
  width: 4.4375rem;
  margin-inline: auto;
}
.p-footer__logo img {
  width: 100%;
}

.p-footer__copy {
  margin-top: 0.5rem;
  text-align: center;
}
.p-footer__copy small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 3;
  color: #6E6E6E;
}

.p-header {
  width: 100%;
  height: 4.625rem;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.25rem;
  }
}
.p-header.is-active {
  background: rgba(255, 255, 255, .6);
}

.p-header__inner {
  height: inherit;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 0.5625rem 0 0.4375rem;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    position: relative;
    z-index: 100;
    width: 5.3125rem;
  }
}

.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.p-header__logo a img {
  width: 100%;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.65625vw;
}

.p-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}

.p-header__cta-item a {
  max-width: 11.5625rem;
  text-align: center;
  color: #fff;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3rem;
  padding: 0.25rem 1rem 0.375rem;
  display: block;
}
.p-header__cta-item a.p-header__cta-mail {
  background: #B48A73;
  border: 1px solid #B48A73;
}
@media (hover: hover) {
  .p-header__cta-item a.p-header__cta-mail:hover {
    opacity: 1;
    background: #fff;
    color: #B48A73;
  }
}
.p-header__cta-item a.p-header__cta-line {
  background: #06C755;
  border: 1px solid #06C755;
}
@media (hover: hover) {
  .p-header__cta-item a.p-header__cta-line {
    opacity: 1;
  }
  .p-header__cta-item a.p-header__cta-line:hover {
    background: #fff;
    color: #06C755;
  }
}
@media screen and (max-width: 767px) {
  .p-header__cta-item:has(.p-header__cta-mail) {
    display: none;
  }
  .p-header__cta-item a {
    width: 7.75rem;
    font-size: 0.75rem;
    line-height: 2;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    text-align: center;
    background: none;
    border: none;
    padding: 0.1875rem 0.1875rem 0;
    width: 2rem;
    height: 2.0625rem;
    position: relative;
    z-index: 95;
  }
  .p-header__hamburger span:not(:last-child) {
    display: block;
    width: 1.375rem;
    height: 1px;
    background: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-inline: auto;
  }
  .p-header__hamburger span:nth-child(2) {
    margin: 0.3125rem auto 0;
  }
}

.p-header__hamburger-text {
  display: block;
  font-size: 6px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.25rem;
  color: #141414;
}

.p-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1280/520;
}
@media screen and (max-width: 767px) {
  .p-image {
    display: none;
  }
}

.p-image__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-image: url(../images/image01.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.p-image--02 .p-image__bg {
  background-image: url(../images/image02.jpg);
}

.p-instructor {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-instructor {
    padding-bottom: 6rem;
  }
}

.p-instructor__lists {
  max-width: 61.625rem;
  margin: 2.375rem auto 0;
}

.p-instructor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-instructor__item:not(:first-child) {
  margin-top: 2.375rem;
}
.p-instructor__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-instructor__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .p-instructor__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-instructor__img {
  border-radius: 1rem;
  overflow: hidden;
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-instructor__img {
    width: 100%;
  }
}
.p-instructor__img img {
  width: 100%;
/*   height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.p-instructor__body {
  width: 37.75rem;
}
@media screen and (max-width: 767px) {
  .p-instructor__body {
    width: 100%;
  }
}

.p-instructor__title {
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.1428571429;
}

.p-instructor__name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
}

.p-instructor__text {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2.1428571429;
}

.p-instructor__box {
  margin-top: 0.4375rem;
  background: #FFF6F2;
  padding: 1rem 0.625rem 2.1875rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-instructor__box {
    padding: 0.5rem 0.8125rem 0.4375rem;
  }
}

.p-instructor__box-item {
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.1428571429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.1875rem;
}
.p-instructor__box-item::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #B48A73;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-instructor__box-text {
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.1428571429;
  margin-top: 2em;
}

.p-mv-bottom {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}

.p-mv-bottom__inner {
  max-width: 982px;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__inner {
    padding-inline: 1.625rem;
  }
}

.p-mv-botoom__lead {
  text-align: center;
}

.p-mv-botoom__lead-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.875;
}

.p-mv-botoom__text-bg {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  background: #D6B6A8;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-botoom__text-bg {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    padding: 0.25rem 1rem;
  }
}

.p-mv-botoom__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-botoom__text {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

.p-mv-bottom__lists {
  margin-top: 3.8125rem;
  margin-inline: auto;
  max-width: 58.375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__lists {
    margin-top: 3.0625rem;
    max-width: 25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3125rem 1rem;
  }
}

.p-mv-bottom__item {
  border: 1px solid #B48A73;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__item {
    padding-top: 0.625rem;
  }
  .p-mv-bottom__item:nth-child(n+3) .p-mv-bottom__img {
    top: -1.5625rem;
  }
}

.p-mv-bottom__img {
  position: absolute;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.3125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__img {
    width: 5.3125rem;
    top: -2.0625rem;
  }
}

.p-mv-bottom__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__item-text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 15.9375rem;
  padding-bottom: 4.875rem;
  -webkit-mask-image: url(../images/mv_mask.png);
          mask-image: url(../images/mv_mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 7.8125rem;
    padding-bottom: 11rem;
    -webkit-mask-image: url(../images/mv_mask_sp.png);
            mask-image: url(../images/mv_mask_sp.png);
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-left: 3.375rem;
  padding-right: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 1.5rem;
  }
}

.p-mv__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-image: url(../images/mv_img.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    background-image: url(../images/mv_img_sp.jpg);
  }
}

.p-mv__title {
  font-size: 9.0625rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 3.75rem;
    line-height: 1.0666666667;
  }
}

.p-mv__lead {
  margin-top: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    margin-top: 1.8125rem;
  }
}

.p-mv__text {
  padding: 0.875rem 1.25rem;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.0833333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1rem;
    line-height: 1.625;
    padding: 0.25rem 0.5rem;
  }
}

.p-mv__btn {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-top: 4.75rem;
  }
}
.p-mv__btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #fff;
  background: #06C755;
  border: 1px solid #06C755;
  border-radius: 3rem;
  padding: 0.625rem 1.875rem 0.75rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__btn a {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (hover: hover) {
  .p-mv__btn a:hover {
    opacity: 1;
    background: #fff;
    color: #06C755;
  }
}

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-nav {
    background: #D6B6A8;
    display: none;
    position: fixed;
    padding: 7.25rem 2.25rem 15.375rem;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

.p-nav__item a {
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
}
@media screen and (max-width: 767px) {
  .p-nav__item a {
    padding: 0.75rem 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
  }
}

.p-nav__cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-nav__cta {
    display: block;
    margin-top: 3.75rem;
  }
}

.p-price {
  background: #B48A73;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-price__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
  }
}

.p-price__wrap {
  margin-top: 3rem;
  margin-inline: auto;
  max-width: 55.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.0625rem;
  }
}

.p-price__item {
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-price__item-top {
  padding: 0.375rem 0.375rem 0.3125rem;
  text-align: center;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2.1428571429;
  background: #06C755;
}

.p-price__title {
  background: #F3E9E5;
  text-align: center;
  padding: 0.375rem 0.375rem 0.3125rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2.1428571429;
  color: #B48A73;
}

.p-price__times {
  background: #D6B6A8;
  text-align: center;
  padding: 0.1875rem 0.375rem 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

.p-price__body {
  background: #fff;
  padding: 0.5625rem 0.625rem 2rem;
  color: #B48A73;
}

.p-price__table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-price__table-wrap:not(:first-child) {
  margin-top: 0.5625rem;
}

.p-price__term {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2.1428571429;
  width: 2.5rem;
}

.p-price__desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  width: 9.375rem;
  text-align: right;
}

.p-price__unit {
  font-size: max(0.875rem, 10px);
}

.p-price__bottom {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
}

.p-price__body-text {
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.5;
}

.p-price__price {
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.5;
}

.p-space {
  padding-top: 6rem;
}

.p-space__lead {
  margin-top: 1.0625rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .p-space__lead {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

.p-space__images {
  margin-top: 5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-space__images {
    margin-top: 2.5rem;
	  display: contents;
  }
	.p-space__images-sub{
		display:flex;
		gap:1rem;
		margin: 1rem;
	}
}
.p-space__images img {
  width: 100%;
/*   height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.p-space__img01 {
  grid-area: img01;
  overflow: hidden;
  border-radius: 1rem;
	margin: 0 1rem;
}
.p-space__img01 img {
  aspect-ratio: 765/508;
}

.p-space__img02 {
  grid-area: img02;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-space__img02 img {
  aspect-ratio: 372/248;
	    margin-bottom: 1rem;
}

.p-space__img03 {
  grid-area: img03;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-space__img03 img {
  aspect-ratio: 372/248;
}

.p-space__bottom {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-space__bottom {
    margin-top: 2.0625rem;
  }
}

.p-space__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-space__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-space__wrap {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-space__wrap {
    margin-top: 2.0625rem;
  }
}

.p-space__img04 {
  width: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .p-space__img04 {
    width: 21.7948717949vw;
  }
}
.p-space__img04 img {
  width: 100%;
}

.p-space__img05 {
  width: 18.875rem;
}
@media screen and (max-width: 767px) {
  .p-space__img05 {
    width: 25.8974358974vw;
  }
}
.p-space__img05 img {
  width: 100%;
}

.p-space__img06 {
  width: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .p-space__img06 {
    width: 25.3846153846vw;
  }
}
.p-space__img06 img {
  width: 100%;
}

.p-trial {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-trial {
    overflow: hidden;
  }
}

.p-trial__wrap {
  display: grid;
  grid-template-columns: 1fr 33.5rem;
  gap: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-trial__wrap {
    grid-template-columns: 1fr;
  }
}

.p-trial__info {
  position: sticky;
  top: 6.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-trial__info {
    position: static;
  }
}

.p-trial__info-text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.02em;
  margin-top: 2.625rem;
}

.p-trial__table {
  margin-top: 2.625rem;
  display: grid;
  gap: 0.5rem;
}

.p-trial__table-wrap {
  display: grid;
  grid-template-columns: 8.4375rem 1fr;
  gap: 1.5rem;
}

.p-trial__term {
  background: rgba(214, 182, 168, .3);
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7647058824;
  text-align: center;
}

.p-trial__desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
}

.p-trial__flow {
  counter-reset: num;
  margin: 0;
}

.p-trial__item:not(:first-child) {
  margin-top: 3rem;
}

.p-trial__flow-title {
  background: #B48A73;
  color: #fff;
  padding: 0.625rem 2.0625rem 0.5625rem 5.5rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  position: relative;
}
.p-trial__flow-title::before {
  content: counter(num);
  counter-increment: num;
  font-size: 2.25rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  top: 0.625rem;
  left: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-trial__flow-title {
    padding-left: 2.5625rem;
    border-radius: 0;
  }
  .p-trial__flow-title::before {
    left: 0.625rem;
  }
  .p-trial__flow-title::after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #B48A73;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.p-trial__cta {
  max-width: 21.25rem;
  margin: 2rem auto 0;
}

.p-trial__flow-text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-trial__flow-text {
    letter-spacing: -0.01em;
  }
}

.p-trial__links {
  margin-top: 1.8125rem;
  text-align: center;
}

.p-trial__line {
  display: block;
  max-width: 19.8125rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #fff;
  padding: 0.6875rem;
  border-radius: 3rem;
  background: #06C755;
  border: 1px solid #06C755;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
@media (hover: hover) {
  .p-trial__line:hover {
    opacity: 1;
    background: #fff;
    color: #06C755;
  }
}

.p-trial__mail {
  display: inline-block;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
  color: #B48A73;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 0.625rem;
}

.p-trial__img {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.p-trial__img img {
  width: 100%;
/*   height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 537/358;
}

.p-trial__body {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

/* === Pre-loader =============================================== */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;          /* always on top */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;    /* or #f7f7f7 to match brand */
  transition: opacity 0.6s ease 0.2s, visibility 0s linear 0.8s;
}

.loader.fadeout {
  opacity: 0;
  visibility: hidden;
}

.loader__logo {
  width: 180px;           /* tweak size as you like */
  animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* ============================================================= */
/*# sourceMappingURL=styles.css.map */
