/* =========================================
   Price Page CSS
   フロント料金デザイン踏襲
========================================= */

.price-page .inner {
  padding-right: 24px;
  padding-left: 24px;
}

.price-page {
  color: var(--color-text);
  background: #fff;
}

.price-page .section {
  padding: 90px 0;
}

.price-section--gray {
  background: #f7f8f9;
}

/* lower kv */
.price-lower-kv {
  background-image: url(../img/price_kv.jpg);
  color: #fff;
  margin-bottom: 0;
}

.price-lower-kv__en {
  margin: 0 0 14px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: .28em;
}

.price-lower-kv__title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .12em;
}

.price-lower-kv__lead {
  margin: 20px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .08em;
}

/* intro */
.price-intro {
  max-width: 720px;
  margin: 0 auto 44px;
  border: 1px solid var(--color-main);
}

.price-intro__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 96px;
  background: #fff;
}

.price-intro__item:nth-child(1) .price-intro__label {
  border-bottom: 1px solid white;
}

.price-intro__item + .price-intro__item {
  border-top: 1px solid var(--color-main);
}

.price-intro__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
}

.price-intro__label p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.price-intro__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  background: #fff;
  text-align: center;
}

.price-intro__price {
  margin: 0;
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .04em;
}

.price-intro__price span {
  display: inline-block;
  margin-left: 6px;
  color: #4d473b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
}

.price-intro__note {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* flow */
.price-flow-section {
  background: #f7f8f9;
}

.price-flow-list {
  margin-top: 46px;
}

.price-flow-list.flow-list {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gap: 28px;
}

.price-flow-list.flow-list::before {
  content: "";
  position: absolute;
  top: 56px;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: var(--color-main);
}

.flow-card {
  position: relative;
  z-index: 1;
  margin-left: 64px;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 24px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  align-items: center;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0,0,0,.025);
}

.flow-card:nth-of-type(2) img {
  object-position: top;
}

.flow-no {
  position: absolute;
  left: -64px;
  top: 0;
  width: 56px;
  height: 56px;
  background: var(--color-main);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flow-no span {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
}

.flow-no b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.flow-card > img {
  display: block;
  width: 170px;
  height: 120px;
  object-fit: cover;
  background: #dfe4e8;
}

.flow-body h3 {
  margin: 0 0 8px;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.flow-body > p:not(.flow-time) {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}

.flow-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.flow-time img {
  display: block;
  width: 15px !important;
  height: 15px !important;
  object-fit: contain;
}

.flow-card--training {
  grid-template-columns: 1fr;
}

.flow-card--training .flow-body {
  width: 100%;
}

.flow-training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.flow-training-item {
  background: #f7f8f9;
  border: 1px solid var(--color-border);
  padding: 14px;
}

.flow-training-item h4 {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.flow-training-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dfe4e8;
  margin-bottom: 10px;
}

.flow-training-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

/* =========================================
   Price Page Nav Custom
   PRIME / STANDARD を大きく見せる
========================================= */

.price-page-nav-wrap {
  padding: 24px 0 20px;
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.price-page-nav {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px 12px;
  flex-wrap: wrap;
}

.price-page-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PRIME / STANDARD 共通：上段の大きいタブ */
.price-page-nav a:nth-child(1),
.price-page-nav a:nth-child(2) {
  flex: 0 1 calc(50% - 6px);
  min-width: 300px;
  min-height: 84px;
  padding: 0 28px;
  border-radius: 0;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.6;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

/* PRIME：銀色グラデーション */
/* PRIME：上品なシルバー */
.price-page-nav a:nth-child(1) {
  position: relative;
  overflow: hidden;
  border: 1px solid #b2b8be;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, .30) 22%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 255, 255, .18) 58%,
      rgba(255, 255, 255, 0) 76%
    ),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, .10) 0px,
      rgba(255, 255, 255, .10) 1px,
      rgba(130, 136, 142, .08) 1px,
      rgba(130, 136, 142, .08) 2px
    ),
    linear-gradient(
      180deg,
      #f7f8f9 0%,
      #e2e5e8 20%,
      #f4f5f6 38%,
      #c4c9ce 58%,
      #cdcfd0 76%,
      #d8dde1 100%
    );
  color: #30353a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    inset 0 -1px 0 rgba(120, 126, 132, .22),
    0 10px 22px rgba(0, 0, 0, .12);
}

/* STANDARD：AFFEXのメインカラー */
.price-page-nav a:nth-child(2) {
  border: 1px solid var(--color-main);
  background: linear-gradient(
    180deg,
    #6d8298 0%,
    #53687f 50%,
    #394a5d 100%
  );
  color: #fff;
}

/* 下段：OPTION / 9 Needs は既存サイズ寄り */
.price-page-nav a:nth-child(3),
.price-page-nav a:nth-child(4) {
  flex: 0 1 auto;
  min-width: 220px;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--color-main);
  background: #fff;
  color: var(--color-main);
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
  position: relative;
  padding-right: 34px;
}

.price-page-nav a:nth-child(3)::after,
.price-page-nav a:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--color-main);
  transform: translateY(-50%);
  transition: border-left-color .2s ease, right .2s ease;
}

.price-page-nav a:nth-child(3):hover::after,
.price-page-nav a:nth-child(4):hover::after {
  right: 13px;
  border-left-color: #fff;
}

/* hover */
.price-page-nav a:nth-child(1):hover {
  filter: brightness(1.04);
  color: #333;
}

.price-page-nav a:nth-child(2):hover {
  filter: brightness(1.08);
  color: #fff;
}

.price-page-nav a:nth-child(3):hover,
.price-page-nav a:nth-child(4):hover {
  background: var(--color-main);
  color: #fff;
}

/* price table */
.price-store {
  margin: 0 0 64px;
}

.price-store:last-child {
  margin-bottom: 0;
}

.price-title {
  margin: 0 0 22px;
  padding: 15px 18px;
  background: var(--color-main);
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .08em;
  text-align: left;
}

.price-basic {
  border-top: 1px solid var(--color-border);
  margin-bottom: 10px;
  background: #fff;
}

.price-basic__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--color-border);
  padding: 22px 8px;
}

.price-basic__row span {
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.price-basic__row b {
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.price-tax-note {
  margin: 12px 0 34px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.price-subtitle {
  position: relative;
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--color-main);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .08em;
}

.price-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 4px;
  height: 1.2em;
  background: var(--color-main);
}

.ticket-list {
  display: grid;
  gap: 16px;
  margin: 0 0 44px;
}

.ticket-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid var(--color-main);
  background: #fff;
}

.ticket-block__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
}

.ticket-block__label {
  margin: 0 0 8px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .16em;
}

.ticket-block__head h4 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
}

.ticket-block__head h4 span {
  display: inline-block;
  font-size: 17px;
}

.ticket-block__body {
  display: grid;
  background: #fff;
}

.ticket-block__badge {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 4px 10px;
  background: #fff;
  color: var(--color-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.ticket-row {
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 18px 24px;
}

.ticket-row + .ticket-row {
  border-top: 1px solid var(--color-border);
}

.ticket-row__title {
  margin: 0;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.ticket-row__price {
  margin: 0;
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.ticket-row__point {
  margin: 0;
  padding: 9px 12px;
  background: #f4eee6;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

/* program extension */
.price-program-list {
  margin-bottom: 64px;
}

.ticket-block--program .ticket-block__body {
  display: block;
}

.ticket-program-lead {
  padding: 22px 24px;
  border-bottom: 1px solid var(--color-border);
  background: #f7f8f9;
  text-align: center;
}

.ticket-program-lead__main {
  margin: 0 0 8px;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .08em;
}

.ticket-program-lead__discount {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 14px;
  background: var(--color-main);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .08em;
  min-width: 200px;
}

.ticket-program-lead__text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}

.ticket-program-lead__note {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.7;
}

/* special conditioning */
.price-special__body {
  padding: 28px 0 0;
}

.price-special__body p {
  margin: 0 0 28px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 2;
}

.price-special__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.price-special__list li {
  position: relative;
  padding: 16px 0 16px 1.7em;
  border-bottom: 1px solid var(--color-border);
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.price-special__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 16px;
  color: var(--color-main);
  font-weight: 600;
}

/* option */
.price-option {
  margin: 0 0 40px;
}

.option-box {
  border-top: 1px solid var(--color-border);
  padding: 30px 0;
}

.option-box:last-of-type {
  border-bottom: 1px solid var(--color-border);
}

.option-box h4 {
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .08em;
}

.option-table {
  border-top: 1px solid #eee;
  background: #fff;
}

.option-table__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #eee;
  padding: 18px 15px;
}

.option-table__row span {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}

.option-table__row b {
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.option-note {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}

/* needs */
.price-needs-link {
  background: #fff;
}

.price-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 920px;
  margin: 42px auto 0;
}

.price-needs-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 18px 20px;
  background: #f7f8f9;
  border: 1px solid var(--color-border);
}

.price-needs-item span {
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.price-needs-item p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

/* button / cta */
.price-page-btn-wrap {
  margin-top: 44px;
  text-align: center;
}

.price-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 54px;
  padding: 0 30px;
  background: #4d473b;
  border: 1px solid #4d473b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s ease, background .2s ease, color .2s ease;
}

.price-page-btn:hover {
  opacity: .85;
}

.price-page-btn--line {
  background: var(--color-main);
  border-color: var(--color-main);
}

.price-page-cta {
  padding: 90px 0;
  background: #52687f;
  color: #fff;
  text-align: center;
}

.price-page-cta__box {
  max-width: 820px;
  margin: 0 auto;
}

.price-page-cta__en {
  margin: 0 0 14px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: .22em;
}

.price-page-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .08em;
}

.price-page-cta p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 2;
}

.price-page-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}


/* =========================================
   9 Needs Programs
========================================= */

.needs-programs {
  background: #fff;
}

.needs-programs__header {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 48px;
}

.needs-programs__bg-number {
  color: rgba(83, 104, 127, .12);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 174px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
}

.needs-programs__sub-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-accent);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.needs-programs__main-title {
  margin: 0 0 10px;
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .02em;
}

.needs-programs__highlight {
  color: var(--color-accent);
}

.needs-programs__jp-title {
  margin: 0 0 18px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .08em;
}

.needs-programs__description {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 2;
}

.needs-programs__list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid var(--color-border);
}

.program-item {
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.program-item[open] {
  background: #f7f8f9;
}

.program-item__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 15px;
}

.program-item__summary::-webkit-details-marker {
  display: none;
}

.program-item__summary-left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.program-item__id {
  color: var(--color-accent);
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  min-width: 42px;
}

.program-item__name {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .06em;
}

.program-item__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.program-item[open] .program-item__icon {
  background: var(--color-main);
  color: #fff;
}

.program-item__content {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.program-item__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--color-border);
}

.program-item__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 12px;
  background: #f4eee6;
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.program-item__label--black {
  background: var(--color-main);
  color: #fff;
}

.program-item__text {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 2;
}

.program-item__check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-item__check-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
}

.program-item__check-list li:last-child {
  margin-bottom: 0;
}

.program-item__check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-accent);
  font-weight: 600;
}

.program-link-wrap {
  margin: 42px 0 0;
  text-align: center;
}

/* 9 Needs responsive */
@media screen and (max-width: 768px) {
  .needs-programs__header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 34px;
    position: relative;
  }

  .needs-programs__bg-number {
    font-size: 78px;
    position: absolute;
    top: -43px;
  }

  .needs-programs__main-title {
    font-size: 34px;
  }

  .needs-programs__jp-title {
    font-size: 18px;
  }

  .needs-programs__description {
    font-size: 13px;
    text-align: left;
  }

  .needs-programs__list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .program-item__summary {
    padding: 20px 15px;
    gap: 16px;
  }

  .program-item__summary-left {
    gap: 14px;
  }

  .program-item__id {
    min-width: 34px;
    font-size: 22px;
  }

  .program-item__name {
    font-size: 15px;
    line-height: 1.6;
  }

  .program-item__icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  /*.program-item__content {
    padding: 0 0 24px 0;
  }*/

  .program-item__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 15px;
  }
}

/* responsive */
@media screen and (max-width: 960px) {
  .price-page .section {
    padding: 74px 0;
  }

  .price-needs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .price-lower-kv {
    margin-top: 55px;
    padding: 72px 0 58px;
  }

  .price-lower-kv__title {
    font-size: 32px;
  }

  .price-page .inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-section .sec-head {
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-intro {
    max-width: 100%;
    margin: 0 auto 36px;
    border: none;
  }

  .price-intro__item {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .price-intro__item:nth-child(1) .price-intro__label {
    border-bottom: none;
  }

  .price-intro__item + .price-intro__item {
    border-top: 1px solid var(--color-main);
  }

  .price-intro__item:nth-child(2) .price-intro__label {
    margin-top: 20px;
  }

  .price-intro__item + .price-intro__item .price-intro__body {
    border-bottom: 1px solid var(--color-main);
  }

  .price-intro__label {
    padding: 14px 16px;
  }

  .price-intro__label p {
    font-size: 17px;
    line-height: 1.6;
  }

  .price-intro__body {
    padding: 18px 16px 20px;
    border-right: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main);
  }

  .price-intro__price {
    font-size: 28px;
  }

  .price-intro__note {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.6;
  }

  .price-flow-list.flow-list::before {
    top: 44px;
    left: 11px;
    width: 1px;
  }

  .flow-card {
    grid-template-columns: 1fr;
    margin-left: 42px;
  }

  .flow-no {
    left: -52px;
    top: 0;
    width: 45px;
    height: 45px;
  }

  .flow-card > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .flow-training-grid {
    grid-template-columns: 1fr;
  }

  .flow-training-item {
    max-width: 450px;
    margin: auto;
  }

  .price-page-nav-wrap {
    position: static;
  }

  .price-page-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-page-nav a:nth-child(1), .price-page-nav a:nth-child(2) {
    font-size: 19px;
    padding: 0 16px;
  }

  .price-page-nav a {
    width: 100%;
    min-width: 0;
  }

  .price-store {
    margin: 0 0 48px;
  }

  .price-title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
    padding: 14px 41px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
  }

  .price-basic__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
    text-align: center;
  }

  .price-basic__row span {
    font-size: 17px;
    line-height: 1.6;
  }

  .price-basic__row b {
    font-size: 29px;
  }

  .price-tax-note {
    margin: 10px 0 28px;
    font-size: 11px;
    text-align: center;
  }

  .price-subtitle {
    margin: 0 0 16px;
    padding-left: 15px;
    font-size: 17px;
  }

  .ticket-list {
    gap: 14px;
    margin: 0 0 36px;
  }

  .ticket-block {
    grid-template-columns: 1fr;
  }

  .ticket-block__head {
    padding: 15px 16px;
  }

  .ticket-block__label {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .ticket-block__head h4 {
    font-size: 19px;
    line-height: 1.45;
  }

  .ticket-block__head h4 span {
    font-size: 15px;
  }

  .ticket-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 18px 16px;
    text-align: center;
  }

  .ticket-row__title {
    font-size: 17px;
    line-height: 1.6;
  }

  .ticket-row__price {
    font-size: 29px;
  }

  .ticket-row__point {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
    min-width: 150px;
  }

  .ticket-program-lead {
    padding: 20px 16px;
  }

  .ticket-program-lead__main {
    font-size: 16px;
  }

  .ticket-program-lead__text {
    font-size: 13px;
    text-align: left;
  }

  .ticket-program-lead__note {
    font-size: 11px;
    text-align: left;
  }

  .price-special__body {
    padding: 22px 0 0;
  }

  .price-special__body p {
    font-size: 13px;
    line-height: 1.9;
  }

  .price-option {
    margin: 0 0 36px;
  }

  .option-box {
    padding: 26px 0;
  }

  .option-box h4 {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.6;
  }

  .option-table__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
    text-align: center;
  }

  .option-table__row span {
    font-size: 16px;
    line-height: 1.7;
  }

  .option-table__row b {
    font-size: 27px;
  }

  .option-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
  }

  .price-needs-grid {
    grid-template-columns: 1fr;
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-needs-item {
    min-height: 68px;
    padding: 16px;
  }

  .price-page-btn-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-page-btn {
    width: 100%;
    min-width: 0;
  }

  .price-page-cta {
    padding: 70px 0;
  }

  .price-page-cta h2 {
    font-size: 26px;
  }

  .price-page-cta p {
    font-size: 14px;
    text-align: left;
  }

  .price-page-cta__btns {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 560px) {
  .price-page .section {
    padding: 58px 0;
  }

  .section.price-section.needs-programs {
    padding: 58px 0 100px;
  }

  .price-lower-kv {
    padding: 60px 0 48px;
  }

  .price-lower-kv__en {
    font-size: 11px;
  }

  .price-lower-kv__title {
    font-size: 28px;
  }

  .price-lower-kv__lead {
    font-size: 13px;
  }

  .flow-card {
    padding: 20px 18px;
  }

  .flow-body h3 {
    font-size: 17px;
  }

  .flow-body > p:not(.flow-time) {
    font-size: 12px;
  }

  .price-special__list li {
    font-size: 13px;
  }

  .price-needs-item p {
    font-size: 13px;
  }
}