@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1130px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  background-color: #121212;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* 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,
ol,
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;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-access {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-access {
    padding-block: 5rem;
  }
}

.l-comparison {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-comparison {
    padding-block: 5rem;
  }
}

.l-concept {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-concept {
    padding-block: 5rem;
  }
}

.l-course {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-course {
    padding-block: 5rem;
  }
}

.l-faq {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding-block: 5rem;
  }
}
.l-dealer {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-dealer {
    padding-block: 5rem;
  }
}

.l-flow {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding-block: 5rem;
  }
}

.l-footer {
  padding-block: 4.375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 3.75rem;
  }
}

.l-gallery {
  padding-block: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-gallery {
    padding-block: 5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-message {
  padding-block: 7.5rem 3.75rem;
}

.p-message__text_trainer{
  margin-top:20px;
}
@media screen and (max-width: 767px) {
  .l-message {
    padding-block: 5rem;
  }
}

.p-content__img_trainer{
  margin-bottom: 32px;
}

.p-content__img_trainer img{
  height: 300px;
  margin: 0 auto;
}

.l-price {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-price {
    padding-block: 5rem;
  }
}

.l-reason {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-reason {
    padding-block: 5rem;
  }
}

.l-reviews {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-reviews {
    padding-block: 5rem;
  }
}

.l-section {
  overflow: hidden;
}

.l-trainer {
  padding-block: 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-trainer {
    padding-block: 5rem;
  }
}

.c-btn1 {
  display: inline-block;
  border-radius: 1.8125rem;
  padding: 0.625rem;
  min-width: 10rem;
  max-width: 18.75rem;
  width: 100%;
  background-color: #E5920F;
  color: #fff;
  font-size: max(0.875rem, 10px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1440px) {
  .c-btn1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 10rem;
  }
}

.c-btn1:hover {
  opacity: 0.7;
}

.c-btn2 {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 3.0625rem;
  max-width: 32.1875rem;
  width: 100%;
  padding: 2.125rem 1.25rem;
  background-color: transparent;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1363636364;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    max-width: 25rem;
    padding: 1.25rem 0.625rem;
    font-size: 1.125rem;
  }
}

.c-btn2:hover {
  background-color: #E5920F;
  border-color: #E5920F;
}

.c-hamburger {
  display: none;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1440px) {
  .c-hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-hamburger__top,
  .c-hamburger__center,
  .c-hamburger__bottom {
    width: 28px;
    height: 1px;
  }
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger.is-open .c-hamburger__top {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-open .c-hamburger__top {
    top: 9px;
  }
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-open .c-hamburger__bottom {
    top: -9px;
  }
}

.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    gap: 0.5rem;
  }
}

.c-title1__en {
  color: #E5920F;
  font-size: max(0.875rem, 10px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-title1__ja {
  color: #fff;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.065em;
  line-height: 1.5789473684;
}
@media screen and (max-width: 767px) {
  .c-title1__ja {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-title1__ja--sm {
    font-size: 1.375rem;
  }
}

.p-access {
  background-color: #1D1D1D;
}

.p-access__inner {
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    max-width: 33.75rem;
  }
}

.p-access__title {
  margin-top: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-access__main {
  display: grid;
  grid-template-columns: 1fr 33.25rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-access__main {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-access__logo img {
    margin-inline: auto;
  }
}

.p-access__company {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-access__company {
    text-align: center;
  }
}

.p-access__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-access__time-text {
  display: grid;
  grid-template-columns: 5.3125rem 4.375rem 6.25rem;
}

.p-access__img img {
  aspect-ratio: 532/370;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__map {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 1.875rem;
  }
}

.p-access__map iframe {
  aspect-ratio: 950/379;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    min-height: 12.5rem;
  }
}

.p-comparison {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), to(#050505));
  background: linear-gradient(to bottom, #2B2B2B, #050505);
}

.p-comparison__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-comparison__wrapper {
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__wrapper {
    margin-top: 2rem;
    overflow-x: auto;
    overflow-y: visible;
  }
}

.p-comparison__attention {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}

.p-comparison .scroll-hint-icon {
  top: 9.375rem;
}

.p-concept {
  position: relative;
  background-color: #050505;
  overflow: hidden;
  z-index: 1;
}

.p-concept::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 83.75rem;
  height: 67.625rem;
  background-image: url(../images/img-concept-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-concept::after {
    width: 25.125rem;
    height: 20.3125rem;
  }
}

.p-concept__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-concept__lead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-concept__lead {
    margin-top: 2rem;
  }
}

.p-concept__lead-text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__lead-text {
    font-size: 0.9375rem;
  }
}

.p-concept__img {
  margin: 3.5rem auto 0;
  max-width: 60rem;
}

.p-concept__img img {
  aspect-ratio: 960/410;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 4.1875rem;
  left: -1.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept__bg {
    top: 1.25rem;
    left: -0.625rem;
  }
}

.p-concept__bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 6.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.13;
}
@media screen and (max-width: 767px) {
  .p-concept__bg-text {
    font-size: 3.125rem;
  }
}
.p-concept__bg-text:nth-child(odd) {
  -webkit-animation: Move 20s infinite linear;
          animation: Move 20s infinite linear;
}

@-webkit-keyframes Move {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes Move {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-contact {
  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;
  height: 44.6875rem;
  background-image: url(../images/img-contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact {
    height: 25rem;
  }
}

.p-contact__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-contact__lead {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-contact__btn {
  margin-top: 3.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 2.5rem;
  }
}

.p-content {
  color: #fff;
}

.p-content__lead {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content__lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-content__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content__title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-content__img {
  margin-top: 1.25rem;
}

.p-content__img img {
  aspect-ratio: 520/314;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-content__sub-title {
  margin-top: 2rem;
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3043478261;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content__sub-title {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-content__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-top: 0.75rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-content__list {
    padding-left: 0;
  }
}

.p-content__item {
  position: relative;
  padding-left: 2.0625rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-content__item {
    letter-spacing: 0.08em;
    padding-left: 1.5625rem;
    font-size: 0.9375rem;
  }
}

.p-content__item::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 1.3125rem;
  height: 1rem;
  background-image: url(../images/icon-check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-content__item::before {
    top: 0.5rem;
    width: 1.0625rem;
    height: 0.8125rem;
  }
}

.p-content2 {
  color: #fff;
}

.p-content2__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.065em;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content2__title {
    font-size: 1.25rem;
  }
}

.p-content2__title span {
  display: inline-block;
  position: relative;
}

.p-content2__title span::before {
  position: absolute;
  bottom: 0.25rem;
  left: -4.375rem;
  width: 2.625rem;
  height: 4.375rem;
  background-image: url(../images/icon-line-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-content2__title span::before {
    bottom: 0.375rem;
    left: -1.875rem;
    width: 1.5625rem;
    height: 2.625rem;
  }
}

.p-content2__title span::after {
  position: absolute;
  bottom: 0.25rem;
  right: -4.375rem;
  width: 2.625rem;
  height: 4.375rem;
  background-image: url(../images/icon-line-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-content2__title span::after {
    bottom: 0.375rem;
    right: -1.875rem;
    width: 1.5625rem;
    height: 2.625rem;
  }
}

.p-content2__media {
  display: grid;
  grid-template-columns: 20.75rem 1fr;
  grid-template-areas: "img body";
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-content2__media {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-content2__img {
  grid-area: img;
}

.p-content2__job {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-content2__name {
  margin-top: 0.25rem;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.1111111111;
}
@media screen and (max-width: 767px) {
  .p-content2__name {
    font-size: 1.5rem;
  }
}

.p-content2__img img {
  margin-top: 1.5rem;
  aspect-ratio: 332/368;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-content2__img img {
    margin: 1.5rem auto 0;
    max-width: 17.5rem;
  }
}

.p-content2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  grid-area: body;
}
@media screen and (max-width: 767px) {
  .p-content2__body {
    gap: 1.25rem;
  }
}

.p-content2__text {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-content2__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-content2__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-content2__sns-link {
  display: inline-block;
}

.p-content2__sns-link svg {
  width: 1.8125rem;
}

.p-content2__sns-link svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-content2__sns-link:hover svg path {
  fill: #E5920F;
}

.p-content2__media--reverse {
  grid-template-columns: 1fr 20.75rem;
  grid-template-areas: "body img";
}
@media screen and (max-width: 767px) {
  .p-content2__media--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
  }
}

.p-course {
  background: -webkit-gradient(linear, left top, left bottom, from(#050505), color-stop(42.6%, #050505), to(#2C2C2C));
  background: linear-gradient(to bottom, #050505 0%, #050505 42.6%, #2C2C2C 100%);
}

.p-course__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-course__lead {
  margin-top: 3.125rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-course__lead {
    margin-top: 2rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-course__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-course__wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 100vh;
  padding-top: 3.75rem;
  background-color: rgba(5, 5, 5, .85);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.p-drawer.is-show {
  visibility: visible;
  opacity: 1;
}

.p-drawer__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-drawer__item {
  width: 100%;
  text-align: center;
}

.p-drawer__item:last-child {
  margin-top: 1rem;
}

.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.375rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.875;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    font-size: 1rem;
  }
}

.p-drawer__link:hover {
  color: #E5920F;
}

.p-drawer__sns {
  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: 20px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__sns {
    margin-top: 3.5rem;
    gap: 1.5rem;
  }
}

.p-drawer__sns-link {
  display: inline-block;
}

.p-drawer__sns-link img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .p-drawer__sns-link img {
    width: 1.75rem;
  }
}

.p-drawer__sns-link svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-drawer__sns-link:hover svg path {
  fill: #E5920F;
}

.p-faq {
  background-color: #121212;
}

.p-faq__inner {
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    max-width: 33.75rem;
  }
}

.p-faq__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-faq__question {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 1rem 5rem 1rem 5.9375rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-faq__question span {
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 1.875rem;
  content: "Q";
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.0625rem;
  font-weight: bold;
  letter-spacing: 0.042em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__question span {
    left: 0;
    font-size: 1.5rem;
  }
}

.p-faq__question::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  width: 1.875rem;
  height: 1px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    right: 0;
    width: 1.5rem;
  }
}

.p-faq__question::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 1px;
  height: 1.875rem;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    right: 0.8125rem;
    height: 1.5rem;
  }
}

.p-faq__question.is-open::after {
  -webkit-transform: translateY(calc(50% - 1.875rem)) rotate(90deg);
          transform: translateY(calc(50% - 1.875rem)) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-faq__question.is-open::after {
    right: 0.75rem;
    -webkit-transform: translate(0, calc(50% - 1.5rem)) rotate(90deg);
            transform: translate(0, calc(50% - 1.5rem)) rotate(90deg);
  }
}

.p-faq__answer {
  display: none;
  position: relative;
  padding: 1rem 5rem 1rem 5.9375rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 0 1rem 2rem;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-faq__answer span {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.875rem;
  content: "A";
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.0625rem;
  font-weight: bold;
  letter-spacing: 0.042em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__answer span {
    top: 1.125rem;
    left: 0;
    font-size: 1.5rem;
  }
}

.p-flow {
  background-image: url(../images/img-flow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-flow__inner {
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    max-width: 33.75rem;
  }
}

.p-flow__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 2rem;
  }
}

.p-flow__item {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 2.5rem;
  padding: 2rem 3rem;
  background-color: #383838;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    gap: 1rem;
  }
}

.p-flow__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-flow__item-step {
  color: #E5920F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item-step {
    font-size: 0.9375rem;
  }
}

.p-flow__item-num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item-num {
    font-size: 2rem;
  }
}

.p-flow__item-main {
  color: #fff;
}

.p-flow__item-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: 1.25rem;
  }
}

.p-flow__item-text {
  margin-top: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-footer {
  background-color: #121212;
}

.p-footer__nav {
  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.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

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

.p-footer__link {
  display: inline-block;
  padding: 0.375rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: max(0.9375rem, 10px);
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1.9333333333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.p-footer__link:hover {
  color: #E5920F;
}

.p-footer__sns {
  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: 0.75rem;
  margin-top: 1.75rem;
}

.p-footer__sns-link {
  display: inline-block;
  padding: 0.375rem;
}

.p-footer__sns-link svg {
  width: 1.8125rem;
}

.p-footer__sns-link svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer__sns-link:hover svg path {
  fill: #E5920F;
}

.p-footer__bottom {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 1.875rem;
  }
}

.p-footer__copy {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: max(0.75rem, 10px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.4166666667;
  text-align: center;
}

.p-dealer {}
.p-dealer__inner {
  max-width: 63.125rem;
}
.p-dealer__title {
  padding-bottom: 50px;
  text-align: center;
}
.p-dealer__lead {
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.p-dealer__row {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-dealer__row img {
  display: block;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-dealer__lead {
    text-align: left;
  }
  .p-dealer__row {
    display: block;
  }
  .p-dealer__row img {
    width: 100%;
  }
}

.p-gallery__img {
  width: 27.3125rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: 13.6875rem;
  }
}

.p-gallery__img img {
  aspect-ratio: 437/443;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header__inner {
  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;
  position: relative;
  z-index: 100;
  padding-inline: 3.125rem;
  gap: 1.25rem;
  height: inherit;
}
@media screen and (max-width: 1440px) {
  .p-header__inner {
    padding-inline: 3.125rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem 0;
  }
}

.p-header__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__logo-link:hover {
  opacity: 0.7;
}

.p-header__logo img {
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 10.0625rem;
  }
}

.p-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1440px) {
  .p-header__info {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .p-header__list {
    gap: 0;
  }
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.375rem;
  padding: 2.4375rem 0.625rem;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-header__link {
    padding: 2.4375rem 0.375rem;
  }
}

.p-header__link:hover {
  color: #E5920F;
}

.p-header__link-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1;
}

.p-header__link-ja {
  font-size: max(0.875rem, 10px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-media {
  display: grid;
  grid-template-columns: 1fr 25.3125rem;
  grid-template-areas: "con img";
  gap: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .p-media {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-media {
    grid-template-columns: 1fr;
    grid-template-areas: "con" "img";
    gap: 1.25rem;
  }
}

.p-media__content {
  grid-area: con;
  color: #fff;
}

.p-media__num {
  display: inline-block;
  color: #E5920F;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-media__title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.065em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-media__title {
    font-size: 1.25rem;
  }
}

.p-media__text {
  margin-top: 2rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-media__text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-media__img {
  grid-area: img;
}

.p-media--reverse {
  grid-template-columns: 25.3125rem 1fr;
  grid-template-areas: "img con";
}
@media screen and (max-width: 767px) {
  .p-media--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "con" "img";
  }
}

.p-media2 {
  display: grid;
  grid-template-columns: 19.375rem 1fr;
  grid-template-areas: "img con";
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-media2 {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "con";
  }
}

.p-media2__img {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .p-media2__img {
    margin-inline: auto;
    max-width: 17.5rem;
  }
}

.p-media2__content {
  grid-area: con;
}

.p-media2__trainer {
  color: #E5920F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-media2__trainer {
    font-size: 0.9375rem;
  }
}

.p-media2__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1538461538;
}
@media screen and (max-width: 767px) {
  .p-media2__name {
    gap: 0.75rem;
    font-size: 1.375rem;
  }
}

.p-media2__name-en {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-media2__name-en {
    font-size: 1rem;
  }
}

.p-media2__text {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-media2__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-media2__text + .p-media2__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-media2__text + .p-media2__text {
    margin-top: 1.25rem;
  }
}

.p-media2--reverse {
  grid-template-columns: 1fr 19.375rem;
  grid-template-areas: "con img";
}
@media screen and (max-width: 767px) {
  .p-media2--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "con";
  }
}

.p-message {
  position: relative;
  background-color: #050505;
  z-index: 2;
}

.p-message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 71.875rem;
  height: 75.6875rem;
  background-image: url(../images/img-message-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message::before {
    width: 25.125rem;
    height: 20.3125rem;
  }
}

.p-message__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-message__content {
  display: grid;
  grid-template-columns: 20.625rem 1fr;
  gap: 3.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-message__img {
    margin-inline: auto;
    max-width: 17.5rem;
  }
}

.p-message__img img {
  aspect-ratio: 330/350;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

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

.p-message__name-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  color: #fff;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message__name-ja {
    font-size: 1.5rem;
  }
}

.p-message__name-ja span {
  color: #E5920F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message__name-ja span {
    font-size: 0.9375rem;
  }
}

.p-message__name-en {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message__name-en {
    margin-top: 0.25rem;
    font-size: 0.9375rem;
  }
}

.p-mv {
  position: relative;
  height: 60.1875rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100vh;
  }
}

.p-mv__content {
  position: absolute;
  bottom: 8.875rem;
  left: 5rem;
  max-width: 45.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    bottom: 3.75rem;
    left: 1.25rem;
    max-width: 20.9375rem;
  }
}

.p-mv__title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    letter-spacing: 0.1em;
    font-size: 1.5625rem;
  }
}

.p-mv__title .dot {
  position: relative;
}

.p-mv__title .dot::before {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #E5920F;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv__title .dot::before {
    top: -0.25rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.p-mv__title .strong {
  color: #E5920F;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title .strong {
    font-size: 2.0625rem;
  }
}

.p-mv__title-text--line::before {
  position: absolute;
  top: 0.375rem;
  left: -0.5rem;
  border: 2px solid #fff;
  width: 29.375rem;
  height: 5.9375rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv__title-text--line::before {
    top: 0.125rem;
    left: -0.125rem;
    border: 1px solid #fff;
    width: 13.4375rem;
    height: 2.8125rem;
  }
}

.p-mv__title-text {
  display: block;
  position: relative;
}

.p-mv__list {
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  gap: 2.8125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

.p-mv__item {
  padding-inline: 1.25rem;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background: -webkit-gradient(linear, left top, right top, from(#FAB13D), to(#E5920F));
  background: linear-gradient(to right, #FAB13D, #E5920F);
  color: #fff;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.4347826087;
  line-height: 68px;
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    padding: 0.125rem 0.9375rem;
    font-size: 1.4375rem;
    width: 100%;
  }
}

.p-mv__item span {
  display: inline-block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.p-mv__img {
  height: inherit;
}

.p-mv__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-price {
  background-color: #1D1D1D;
}

.p-price__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-price__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 2rem;
  }
}

.p-price__sub-title {
  padding: 0.9375rem;
  background-color: #E5920F;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1538461538;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__sub-title {
    padding: 0.625rem;
    font-size: 1.25rem;
  }
}

.p-price_faceyoga{
  margin-top:56px;
}



.p-price__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-price__item-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .p-price__item-title {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__item-title {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-price__sub-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-top: 1rem;
}

.p-price__sub-item {
  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;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-price__sub-item .period {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__sub-item .period {
    font-size: 0.9375rem;
  }
}

.p-price__sub-item .price {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-price__sub-item .price {
    font-size: 0.75rem;
  }
}

.p-price__sub-item .price strong {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-price__sub-item .price strong {
    font-size: 1.125rem;
  }
}

.p-price__other {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  margin: 3.5rem auto 0;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-price__other {
    margin: 2.5rem auto 0;
    gap: 1.875rem;
  }
}

.p-price__other-title {
  padding: 0.6875rem;
  background-color: #E5920F;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-price__service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2rem auto 0;
  max-width: 45rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__service-list {
    margin: 1.25rem auto 0;
  }
}

.p-price__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  color: #fff;
}

.p-price__service-item .type {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__service-item .type {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-price__service-item .price {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-price__service-item .price {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-price__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto 0;
  max-width: 46.875rem;
}
@media screen and (max-width: 767px) {
  .p-price__content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.25rem auto 0;
  }
}

.p-price__content-item {
  position: relative;
  padding-left: 1rem;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-price__content-item {
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}

.p-price__content-item::before {
  margin-right: 5px;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  content: "";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-price__content-item::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-reason {
  background-image: url(../images/img-reason-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-reason__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reason__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__wrapper {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-review {
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-review {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-review__img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-review__body {
  color: #fff;
}

.p-review__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-review__title {
    font-size: 1.25rem;
  }
}

.p-review__text {
  margin-top: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .p-review__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-reviews {
  background-image: url(../images/img-reviews-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-reviews {
    overflow-x: hidden;
  }
}

.p-reviews__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reviews__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  margin: 3.5rem auto 0;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-reviews__wrapper {
    margin: 2rem auto 0;
    gap: 2.5rem;
  }
}

.p-reviews__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-reviews__imgs {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-reviews__bottom {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-reviews__bottom {
    margin-top: 5rem;
  }
}

.p-reviews__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem;
  margin-inline: auto;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-reviews__contents {
    gap: 3.75rem;
  }
}

.p-table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-table {
    width: 32.5rem;
    height: 33.75rem;
  }
}

.p-table__row {
  display: grid;
  grid-template-columns: 16.3125rem 21.8125rem repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-table__row {
    grid-template-columns: 6.875rem 10.625rem 7.5rem 7.5rem;
  }
}

.p-table__row--head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-table__company {
  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;
  height: 7.5rem;
  padding: 1.25rem;
  background-color: #464646;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-table__company {
    height: 4.375rem;
    font-size: 1.125rem;
  }
}

.p-table__company--main {
  border: 4px solid #E5920F;
  border-radius: 1.8125rem 1.8125rem 0 0;
  height: 9rem;
  background-color: #E5920F;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-table__company--main {
    height: 5.625rem;
  }
}

.p-table__title {
  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;
  padding: 1.5rem 0.625rem;
  background-color: #464646;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table__title {
    padding: 0.9375rem 0.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  background-color: #1D1D1D;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-table__data {
    padding: 0.625rem 0.125rem;
    font-size: 1.125rem;
  }
}

.p-table__data:nth-child(2) {
  border-left: 4px solid #E5920F;
  border-right: 4px solid #E5920F;
}

.p-table__row--last .p-table__title {
  height: 5.25rem;
}

.p-table__row--last .p-table__data:nth-child(2) {
  border-radius: 0 0 1.8125rem 1.8125rem;
  border-bottom: 4px solid #E5920F;
  height: 5.875rem;
}

.p-table__data:nth-child(3),
.p-table__data:nth-child(4) {
  border-right: 3px solid #464646;
}

.p-table__row--last .p-table__data:nth-child(3),
.p-table__row--last .p-table__data:nth-child(4) {
  border-bottom: 3px solid #464646;
  height: 5.25rem;
}

.p-table__data--l {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-table__data--l {
    font-size: 1.25rem;
  }
}

.p-table__data--m {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-table__data--m {
    font-size: 1rem;
  }
}

.p-table__data--s {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-table__data--s {
    font-size: 0.9375rem;
  }
}

.p-table__data--med {
  font-weight: 500;
}

.p-table__data span {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table__data span {
    font-size: 0.625rem;
  }
}

.p-table__img {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-table__img {
    width: 1.875rem;
  }
}

.p-table__img--sm {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-table__img--sm {
    width: 1.25rem;
  }
}

.p-trainer {
  background-color: #050505;
}

.p-trainer__inner {
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .p-trainer__inner {
    max-width: 33.75rem;
  }
}

.p-message__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-trainer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-trainer__wrapper {
    gap: 1.875rem;
    margin-top: 2rem;
  }
}

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

.u-hidden {
  overflow: hidden;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: inline-block;
  }
}
/*# sourceMappingURL=styles.css.map */

