@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #000000;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
@media not all and (min-width: 780px) {
  .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1330px;
    padding-inline: 25px;
  }
}

.fv {
  background-image: url("/images/fv_sp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 780px) {
  .fv {
    background-image: url("/images/fv.jpg");
  }
}

.inner.fv__inner {
  position: relative;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 780px) {
  .inner.fv__inner {
    max-width: 84.9375rem;
    padding-inline: 1.5625rem;
  }
}

.fv__content {
  padding-block: 20.75rem 1.5rem;
}
@media screen and (min-width: 780px) {
  .fv__content {
    padding-block: 21.4375rem 3.375rem;
  }
}

.fv__catch {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  background-color: #111111;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .fv__catch {
    font-size: 1.75rem;
    padding: 1rem 1.25rem;
    margin-top: 1.4375rem;
  }
}

.fv__logo {
  width: 12.5625rem;
  height: 3.0625rem;
}
@media screen and (min-width: 780px) {
  .fv__logo {
    width: 21.9375rem;
    height: 5.375rem;
  }
}

.fv__title {
  margin-top: 0.625rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}
@media screen and (min-width: 780px) {
  .fv__title {
    margin-top: 0.75rem;
    font-size: 5rem;
    text-align: left;
  }
}

.fv__title-top, .fv__title-bottom {
  display: block;
}

@media screen and (min-width: 780px) {
  .fv__title-top {
    margin-left: -1.4375rem;
  }
}

@media screen and (min-width: 780px) {
  .fv__title-bottom {
    margin-left: -2.6875rem;
    margin-top: -0.5625rem;
  }
}

.fv__title-spacing {
  letter-spacing: -0.08em;
}
@media screen and (min-width: 780px) {
  .fv__title-spacing {
    letter-spacing: 0;
    margin-left: -2.6875rem;
  }
}

.fv__features {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5625rem;
  width: 79.4666666667%;
  min-width: 18.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .fv__features {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
  }
}

.fv__feature {
  position: relative;
  text-align: center;
  display: grid;
  place-content: center;
  aspect-ratio: 298/80;
}
@media screen and (min-width: 780px) {
  .fv__feature {
    aspect-ratio: initial;
  }
}

.fv__feature::before,
.fv__feature::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.375rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 780px) {
  .fv__feature::before,
  .fv__feature::after {
    width: 3.4375rem;
    height: 7.125rem;
  }
}

.fv__feature::before {
  background-image: url("/images/union_left.svg");
  left: 0;
}

.fv__feature::after {
  background-image: url("/images/union_right.svg");
  right: 0;
}

.fv__feature-label {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
}
@media screen and (min-width: 780px) {
  .fv__feature-label {
    font-size: 2.375rem;
  }
}

.fv__feature-price {
  font-family: "Inter", sans-serif;
  font-size: 2.9375rem;
  font-style: italic;
}
@media screen and (min-width: 780px) {
  .fv__feature-price {
    font-size: 4.1875rem;
  }
}

.fv__feature-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.3;
  text-shadow: 0 0 0.625rem rgb(0, 0, 0);
}
@media screen and (min-width: 780px) {
  .fv__feature-text {
    font-size: 1.75rem;
  }
}

.fv__feature-text.fv__feature-text--margin {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 780px) {
  .fv__feature-text.fv__feature-text--margin {
    margin-top: 0.5625rem;
  }
}

.section-title {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .section-title {
    font-size: 6.25rem;
  }
}

.section-title__sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  background-color: #111111;
  padding-block: 0.5rem;
  padding-inline: 0.6875rem;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-top: -0.375rem;
}
@media screen and (min-width: 780px) {
  .section-title__sub {
    font-size: 1.5rem;
    margin-top: -1rem;
    padding-block: 0.1875rem;
  }
}

.section-title.section-title--gold {
  background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-title.section-title--gold .section-title__sub {
  background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  color: #FFF;
}

.section-title.section-title--white {
  color: #FFF;
}

.section-title.section-title--white .section-title__sub {
  background: #FFF;
  color: #111111;
}

@media screen and (min-width: 780px) {
  .section-title.section-title--big {
    font-size: 10rem;
    align-items: flex-start;
  }
}

@media screen and (min-width: 780px) {
  .section-title.section-title--big .section-title__sub {
    text-align: left;
    width: fit-content;
    padding-inline: 0.5625rem;
  }
}

.features {
  width: 100%;
  margin-top: 2.5rem;
  background-color: #FFF;
}
@media screen and (min-width: 780px) {
  .features {
    margin-top: 6.25rem;
  }
}

.features__inner {
  width: 100%;
}

.features__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.3125rem;
}
@media screen and (min-width: 780px) {
  .features__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4.4375rem;
  }
}

.features__card {
  text-align: center;
  background-color: #f7f7f7;
  display: grid;
  place-content: center;
  position: relative;
  gap: 1.25rem;
  min-height: 10.3125rem;
  max-height: 10.3125rem;
}
@media screen and (min-width: 780px) {
  .features__card {
    min-height: 13.625rem;
    max-height: 13.625rem;
  }
}

.features__card.features__card--price {
  gap: 0;
}

.features__card-label {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  background-color: #111111;
  padding-block: 0.625rem;
  display: inline-block;
  border-radius: 2.5rem;
  width: 17.5rem;
  top: -1.4375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .features__card-label {
    font-size: 1.5rem;
    padding-block: 0.6875rem;
    width: 19.125rem;
  }
}

.features__card-icon {
  width: 3.75rem;
  height: 1.875rem;
  margin-inline: auto;
}

.features__card-price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .features__card-price {
    font-size: 2.375rem;
  }
}

.features__card-price-num {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  font-style: italic;
}
@media screen and (min-width: 780px) {
  .features__card-price-num {
    font-size: 4.1875rem;
  }
}

.features__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 780px) {
  .features__card-text {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

.features__images {
  margin-top: 1.5rem;
  display: flex;
}
@media screen and (min-width: 780px) {
  .features__images {
    margin-top: 4rem;
    gap: 3.75rem;
  }
}

.features__image {
  flex: 1;
  aspect-ratio: 42/25;
}
@media not all and (min-width: 780px) {
  .features__image {
    aspect-ratio: 5/3;
  }
}

.features__image img {
  height: 100%;
  object-fit: cover;
}

.problem {
  width: 100%;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .problem {
    margin-top: 3.5rem;
  }
}

.problem__content {
  background-image: url("/images/problem/img_sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 780px) {
  .problem__content {
    background-image: url("/images/problem/img.webp");
    padding: 3.1875rem 2.5rem 5rem 2.8125rem;
  }
}

.problem__list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 780px) {
  .problem__list {
    margin-top: 5.125rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.problem__item {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.5;
  padding-left: 2.3125rem;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 780px) {
  .problem__item {
    font-size: 1.5rem;
    width: calc(50% - 0.625rem);
  }
}

.problem__item::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 1.875rem;
  height: 1.5625rem;
  background-image: url("/images/problem/check_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 780px) {
  .problem__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.strengths {
  margin-top: 3rem;
}
@media screen and (min-width: 780px) {
  .strengths {
    margin-top: 7.5rem;
  }
}

.strengths__list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .strengths__list {
    margin-top: 3rem;
    gap: 2.5rem;
  }
}

.strengths__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .strengths__item {
    flex-direction: row;
    align-items: center;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 780px) {
  .strengths__item--reverse {
    flex-direction: row-reverse;
  }
}

.strengths__image {
  width: 100%;
  aspect-ratio: 335/203;
}
@media screen and (min-width: 780px) {
  .strengths__image {
    width: 44.21875%;
    aspect-ratio: 283/170;
    flex-shrink: 0;
  }
}

.strengths__image img {
  height: 100%;
}

.strengths__content {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .strengths__content {
    width: 55%;
  }
}

.strengths__point {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.strengths__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
  margin-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .strengths__title {
    font-size: 2rem;
    line-height: 1;
  }
}

.strengths__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1rem;
}

.strengths__text + .strengths__text {
  margin-top: 1.25rem;
}

.reason {
  margin-top: 2.5rem;
  padding-block: 2.5rem;
  background-image: url(/images/reason/bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 780px) {
  .reason {
    background-image: url(/images/reason/bg.jpg);
    margin-top: 7.5rem;
    padding-block: 5rem 6.125rem;
  }
}

.reason__cards {
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 780px) {
  .reason__cards {
    margin-top: 3.625rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.25rem;
  }
}

.reason__card {
  margin-inline: auto;
  text-align: center;
}

.reason__image {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.reason__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reason__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.5;
  margin-top: 1.125rem;
}
@media screen and (min-width: 780px) {
  .reason__text {
    margin-top: 1.75rem;
  }
}

.price {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .price {
    margin-top: 7.4375rem;
  }
}

.price__top {
  display: flex;
  flex-direction: column;
  gap: 2.875rem;
}
@media screen and (min-width: 780px) {
  .price__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem;
  }
}

.price__header {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .price__header {
    text-align: left;
    flex-shrink: 0;
  }
}

.price__label {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFF;
  background-color: #111111;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .price__label {
    font-size: 0.875rem;
    padding: 0.625rem 2rem;
  }
}

.price__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .price__title {
    font-size: 5rem;
    margin-top: 0.75rem;
  }
}

.price__enrollment {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  position: relative;
  background-color: #f7f7f7;
  padding: 1.875rem 1.25rem 1.5rem 1.25rem;
}
@media screen and (min-width: 780px) {
  .price__enrollment {
    border-radius: 0.625rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: left;
    padding: initial;
    background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
    width: 44rem;
    height: 9.8125rem;
  }
}

.price__enrollment-inner {
  display: contents;
}
@media screen and (min-width: 780px) {
  .price__enrollment-inner {
    display: flex;
    border-radius: 0.625rem;
    align-items: center;
    justify-content: flex-end;
    background: #f7f7f7;
    width: 43.75rem;
    height: 9.5625rem;
    overflow: hidden;
  }
}

.price__enrollment-label {
  position: absolute;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  border-radius: 2.5rem;
  width: 17.5rem;
  padding-block: 0.625rem;
  text-align: center;
  top: -1.4375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .price__enrollment-label {
    display: grid;
    place-content: center;
    border-radius: 6.25rem;
    font-size: 3rem;
    padding: initial;
    width: 11.25rem;
    height: 11.25rem;
    top: 50%;
    left: -4rem;
    transform: translate(0, -50%);
  }
}

.price__enrollment-price {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 780px) {
  .price__enrollment-price {
    font-size: 4.5rem;
    position: relative;
    left: 1.75rem;
  }
}

.price__enrollment-note {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 0.75rem;
}
@media screen and (min-width: 780px) {
  .price__enrollment-note {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    left: -0.625rem;
  }
}

.price__enrollment-image {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 295/197;
}
@media screen and (min-width: 780px) {
  .price__enrollment-image {
    width: 14.3125rem;
    height: 9.5625rem;
    aspect-ratio: 229/153;
  }
}

.price__enrollment-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.price__enrollment-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.price__plans {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1875rem;
}
@media screen and (min-width: 780px) {
  .price__plans {
    margin-top: 3.625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.375rem;
  }
}

.price__plan {
  position: relative;
  aspect-ratio: 335/288;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 780px) {
  .price__plan {
    aspect-ratio: 613/408;
  }
}

.price__plan.price__plan--male {
  background-image: url(/images/price/img2_sp.webp);
}
@media screen and (min-width: 780px) {
  .price__plan.price__plan--male {
    background-image: url(/images/price/img2.webp);
  }
}

.price__plan.price__plan--female {
  background-image: url(/images/price/img3_sp.webp);
}
@media screen and (min-width: 780px) {
  .price__plan.price__plan--female {
    background-image: url(/images/price/img3.webp);
  }
}

.price__plan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.price__plan-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.price__plan-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .price__plan-content {
    padding: 2.5rem 2rem;
  }
}

.price__plan-label {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  border-radius: 6.25rem;
  padding: 0.375rem 5.3125rem;
  display: inline-block;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .price__plan-label {
    font-size: 2rem;
    padding: 0.375rem 4.125rem;
  }
}

.price__plan-price {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
  line-height: 1;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .price__plan-price {
    margin-top: 2.1875rem;
    padding-left: 0.625rem;
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .price__plan-price {
    font-size: 7.9375rem;
  }
}

.price__plan-unit {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 780px) {
  .price__plan-unit {
    font-size: 3rem;
  }
}

.price__plan-note {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .price__plan-note {
    margin-top: 0.5rem;
  }
}

.price__plan-list {
  margin-top: 0.5rem;
}

.price__plan-item {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5;
}

.price__plan-item + .price__plan-item {
  margin-top: 0.125rem;
}

.cta-banner {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .cta-banner {
    margin-top: 7.5rem;
  }
}

.cta-banner__content {
  background-color: #111111;
  padding: 2.0625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .cta-banner__content {
    position: relative;
    padding: 1.8125rem 4.6875rem 2.0625rem;
    max-width: 43.75rem;
    margin-inline: auto;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .cta-banner__content {
    margin-inline: calc(50% - 50vw);
  }
}
.cta-banner__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .cta-banner__label {
    font-size: 1.5rem;
    gap: 1rem;
  }
}

.cta-banner__icon {
  width: 1.875rem;
  height: 1.1875rem;
  display: block;
}
@media screen and (min-width: 780px) {
  .cta-banner__icon {
    width: 2.6875rem;
    height: 1.6875rem;
  }
}

.cta-banner__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .cta-banner__title {
    font-size: 3.125rem;
    margin-top: 0.375rem;
  }
}

.cta-banner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1.2;
  margin-top: 0.875rem;
}
@media screen and (min-width: 780px) {
  .cta-banner__text {
    font-size: 1.25rem;
    margin-top: 0.6875rem;
  }
}

.cta-banner__button {
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .cta-banner__button {
    margin-top: 1.5rem;
  }
}

.machine {
  position: relative;
  padding-block: 2.5rem 3rem;
  background-image: url(/images/machine/bg_sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 780px) {
  .machine {
    margin-top: -7.5625rem;
    padding-block: 15.0625rem 6.25rem;
    background-image: url(/images/machine/bg.webp);
  }
}

.machine__grid {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 780px) {
  .machine__grid {
    margin-top: 3.5rem;
    gap: 5.3125rem;
  }
}

.machine__item {
  width: calc(50% - 2.1875rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .machine__item {
    width: calc(33.333% - 5.3125rem);
  }
}

.machine__item:nth-child(n+3) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .machine__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.machine__item + .machine__item {
  margin-left: 2.1875rem;
}
@media screen and (min-width: 780px) {
  .machine__item + .machine__item {
    margin-left: 0;
  }
}

.machine__image {
  border-radius: 50%;
  flex-shrink: 0;
  aspect-ratio: 150/150;
}

.machine__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.machine__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #FFF;
  margin-top: 0.625rem;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 780px) {
  .machine__name {
    text-align: center;
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.machine__photos {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6875rem;
}
@media screen and (min-width: 780px) {
  .machine__photos {
    margin-top: 6.3125rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0625rem;
  }
}

.machine__photo {
  width: 100%;
  aspect-ratio: 154/103;
}
@media screen and (min-width: 780px) {
  .machine__photo {
    aspect-ratio: 3/2;
  }
}
.machine__photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.machine__footer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .machine__footer {
    font-size: 2.5rem;
    margin-top: 3.5rem;
  }
}

.access {
  padding-block: 2.5rem;
  background-color: #111111;
}
@media screen and (min-width: 780px) {
  .access {
    padding-block: 6.25rem;
  }
}

@media screen and (min-width: 780px) {
  .access__inner {
    max-width: 62.375rem;
  }
}

.access__content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .access__content {
    margin-top: 3rem;
    flex-direction: row;
    gap: 3.5rem;
  }
}

.access__map {
  width: 100%;
  aspect-ratio: 335/198;
}
@media screen and (min-width: 780px) {
  .access__map {
    aspect-ratio: 612/362;
    width: 64.5569620253%;
    flex-shrink: 0;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.access__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .access__info {
    width: 29.5358649789%;
    justify-content: center;
    gap: 2.5rem;
  }
}

.access__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.access__info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.11;
  text-align: center;
  color: #FFF;
  border: 0.0625rem solid #FFF;
  border-radius: 1.875rem;
  padding-block: 0.3125rem;
  width: 9.0625rem;
  display: inline-block;
}

.access__info-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.11;
}

.faq {
  padding: 3.75rem 0;
  background-color: #FFF;
}
@media screen and (min-width: 780px) {
  .faq {
    padding: 6.25rem 0;
  }
}

.faq__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 780px) {
  .faq__inner {
    grid-template-columns: 17.5rem 1fr;
    max-width: 68.3125rem;
    gap: 5rem;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 780px) {
  .faq__list {
    gap: 1.5rem;
  }
}

.faq__question {
  width: 100%;
  background-color: #111111;
  border: none;
  padding: 0.5rem 0.4375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .faq__question {
    padding: 0.5rem 1.3125rem;
    gap: 1.125rem;
  }
}
.faq__question:hover {
  opacity: 0.8;
}

.faq__q {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  flex-shrink: 0;
}
@media screen and (min-width: 780px) {
  .faq__q {
    font-size: 1.75rem;
  }
}

.faq__question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  flex-grow: 1;
}
@media screen and (min-width: 780px) {
  .faq__question-text {
    font-size: 1.25rem;
  }
}

.faq__icon {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (min-width: 780px) {
  .faq__icon {
    font-size: 1.5rem;
  }
}

.faq__answer {
  background-color: #FFF;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-left: 1.25rem;
}
@media screen and (min-width: 780px) {
  .faq__answer {
    padding-left: 3.8125rem;
  }
}

.faq__item.is-open .faq__answer {
  max-height: 31.25rem;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 780px) {
  .faq__item.is-open .faq__answer {
    padding: 1.5rem 3.8125rem;
  }
}

.faq__answer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .faq__answer-text {
    font-size: 1rem;
  }
}

.contact {
  padding-block: 2.5rem 2.5rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 780px) {
  .contact {
    padding-block: 5rem 6rem;
  }
}

.contact__form {
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .contact__form {
    margin-top: 2.5rem;
    max-width: 43.75rem;
  }
}

.contact__field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 780px) {
  .contact__field {
    grid-template-columns: 11.625rem 1fr;
    gap: 2.5rem;
  }
}

.contact__field + .contact__field {
  margin-top: 3.5rem;
}

.contact__label {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  width: fit-content;
}
@media screen and (min-width: 780px) {
  .contact__label {
    font-size: 1rem;
  }
}

.contact__label.contact__label--required {
  position: relative;
}

.contact__label.contact__label--required::after {
  content: "※";
  color: #911111;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: 1.5;
  top: 0;
  right: -1.25rem;
  position: absolute;
}

.contact__input,
.contact__textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  padding: 0.6875rem 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #111111;
  background-color: #FFF;
  width: 100%;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #bababa;
}
.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  border-color: #111111;
}

.contact__textarea {
  resize: vertical;
  min-height: 10rem;
}
@media screen and (min-width: 780px) {
  .contact__textarea {
    min-height: 12.5rem;
  }
}

.contact__button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .contact__button-wrapper {
    margin-top: 3rem;
  }
}

.contact__button {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  background-color: #111111;
  border: none;
  border-radius: 6.25rem;
  padding: 1rem 3.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 780px) {
  .contact__button {
    font-size: 1.125rem;
    padding: 1.125rem 5rem;
  }
}
.contact__button:hover {
  opacity: 0.8;
}

.contact__arrow {
  font-size: 0.75rem;
}
@media screen and (min-width: 780px) {
  .contact__arrow {
    font-size: 0.875rem;
  }
}

.contact__success {
  text-align: center;
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__success {
    padding: 5rem 2.5rem;
  }
}

.contact__success-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  background-color: linear-gradient(180deg, rgb(193, 152, 55) 0%, rgb(115, 71, 27) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
@media screen and (min-width: 780px) {
  .contact__success-icon {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 3.75rem;
  }
}

.contact__success-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  margin-top: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .contact__success-title {
    font-size: 2rem;
    margin-top: 2.5rem;
    line-height: 1.5;
  }
}

.contact__success-text {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #111111;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .contact__success-text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 2rem;
  }
}

.copyright {
  background-color: #111111;
  padding-block: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .copyright {
    padding-block: 1.6875rem;
  }
}

.copyright__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
}

.btn {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  background-color: #FFF;
  border-radius: 3.125rem;
  padding-block: 0.6875rem 0.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: opacity 0.3s ease;
  text-decoration: none;
  width: 20.9375rem;
}
@media screen and (min-width: 780px) {
  .btn {
    font-size: 1.125rem;
    width: 21rem;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn::after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 0.6875rem;
  color: #111111;
}
@media screen and (min-width: 780px) {
  .btn::after {
    font-size: 1.0625rem;
  }
}

.btn.btn--black {
  background-color: #111111;
  color: #FFF;
}
.btn.btn--black::after {
  color: #FFF;
}