:root {
  --blue: #166de6;
  --blue-end: #09b7f8;
  --text: #161616;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--text);
  background-color: #fcfcfc;
  overflow-x: hidden;
}

.marker {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(#fcff40, #fcff40) no-repeat 0 calc(100% - 2px)/100% 1.3em;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp-only-br {
  display: inline !important;
}

.pc-only-br {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .sp-only-br {
    display: none !important;
  }
  .pc-only-br {
    display: inline !important;
  }
}
.fv {
  position: relative;
  min-height: 448px;
  padding-bottom: 64px;
  overflow: hidden;
}

.fv__bg {
  position: absolute;
  inset: 0;
  background-image: url("../../img/kyoubashi/fv-02.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.fv__header {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding-top: 0;
}

.fv__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146.5px;
  height: 90.338px;
  background: #fff;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.fv__logo img {
  width: 96px;
  height: auto;
}

.fv__nav,
.fv__contact {
  display: none;
}

.fv__menu-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: var(--blue);
  display: grid;
  place-items: center;
  padding: 0;
  position: relative;
  top: 20px;
  right: 20px;
  position: fixed;
}

.fv__menu-btn img {
  width: 19px;
  height: 16px;
}

.fv-sp-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(31, 143, 226, 0.92);
  background: color-mix(in srgb, var(--blue) 92%, transparent);
  color: #fff;
  overflow-y: auto;
}

.fv-sp-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fv-sp-menu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146.5px;
  height: 90.338px;
  background: #fff;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.fv-sp-menu__logo img {
  width: 96px;
  height: auto;
}

.fv-sp-menu__close {
  width: 50px;
  height: 50px;
  margin: 22px 20px 0 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.fv-sp-menu__close::before,
.fv-sp-menu__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--blue);
  transform-origin: center;
}

.fv-sp-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fv-sp-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fv-sp-menu__nav {
  margin-top: 44px;
  display: grid;
  justify-items: center;
  row-gap: 28px;
}

.fv-sp-menu__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.fv-sp-menu__info {
  margin-top: 52px;
  border-radius: 20px 20px 0 0;
  background: #fff;
  color: var(--blue);
  padding: 52px 34px 42px;
}

.fv-sp-menu__info h2 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.fv-sp-menu__address {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--blue);
  color: #3e3a39;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.fv-sp-menu__meta {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.fv-sp-menu__meta p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1;
}

.fv-sp-menu__meta span {
  display: inline-block;
  min-width: 49px;
  padding: 3px 4px;
  text-align: center;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.fv-sp-menu__cta {
  margin-top: 20px;
  min-height: 56px;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
}

.fv-sp-menu__cta small,
.fv-sp-menu__cta strong {
  display: block;
}

.fv-sp-menu__cta--web {
  background: #e46736;
  border-color: #bd562d;
}

.fv-sp-menu__cta--web small {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.fv-sp-menu__cta--web strong {
  color: #fbff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.fv-sp-menu__cta--tel {
  background: var(--blue);
  border-color: #1059be;
}

.fv-sp-menu__cta--tel strong {
  color: #fbff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.fv-sp-menu__cta--tel small {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

body.is-sp-menu-open {
  overflow: hidden;
}

.fv__inner {
  position: relative;
  z-index: 10;
  width: min(351px, 100% - 24px);
  margin: 34px auto 0;
  display: grid;
  gap: 34px;
}

.fv__copy {
  width: 100%;
}

.fv__tagline {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 919px) {
  .fv__tagline {
    font-size: 19px;
  }
}

.fv__title {
  margin: 18.5px 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.06em;
}

.fv__chips {
  margin-top: 18.5px;
  display: flex;
  gap: 12px;
}

.fv__chips span {
  width: 118px;
  height: 22px;
  border-radius: 35px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.fv__points {
  margin: 18.5px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}

.fv__points li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-content: center;
  text-align: center;
}

.fv__points small,
.fv__points span {
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.fv__points strong {
  display: block;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.fv__photo {
  margin: 0;
  width: 350px;
  height: 280px;
  margin-left: auto;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  left: -15px;
}

.fv__photo img {
  width: 546.333px;
  max-width: none;
  height: 728.445px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-24.435px, -208.222px);
}

.fv__illust {
  position: absolute;
  left: -55px;
  top: 395px;
  width: 245px;
  z-index: 15;
  pointer-events: none;
}

.fv__illust img {
  width: 100%;
  height: auto;
}

.info {
  padding: 0 0 45px;
  overflow: hidden;
}

.info__lead-photo {
  display: none;
}

.info__inner {
  width: 360px;
  margin: 0 0 0 auto;
  display: grid;
  gap: 40px;
}

.info__inner-flow {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media (max-width: 919px) {
  .info__inner-flow {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 20px;
  }
}

@media (max-width: 919px) {
  .info__inner-acupuncture-access,
  .points-acupuncture,
  .info__inner-acupuncture {
    margin-top: 60px;
  }
}

@media (max-width: 919px) {
  .info__inner-acupuncture {
    margin-bottom: 40px;
  }
}

.info__card {
  position: relative;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  border-radius: 30px 0 0 30px;
}

.info__card--access {
  min-height: 523px;
  padding: 24px 0 25px 25px;
}

.info__card-title {
  margin: 0;
  width: 280px;
  min-height: 35px;
  border-radius: 0 32.5px 32.5px 0;
  background: #fff;
  color: var(--blue);
  display: flex;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .info__card--access .info__card-title {
    margin-left: -25px;
  }
  .info__card--flow .info__card-title--flow {
    margin-left: -25px;
  }
}
.info__list {
  margin: 29px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.info__row {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: start;
}

.info__row dt,
.info__row dd {
  margin: 0;
}

.info__row--address dd {
  width: 211px;
}

.info__map {
  margin: 11px 0 0;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 12px;
}

.info__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__card--flow {
  min-height: 472.5px;
  padding: 24px 0 25px 25px;
}

.info__flow-track {
  position: relative;
}

.info__flow-slide {
  display: none;
}

.info__flow-slide.is-active {
  display: block;
}

.info__card-title--flow {
  width: 121px;
}

.info__step {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 71px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: start;
}

.info__step-num {
  margin: 0;
  width: 71px;
  font-size: 65px;
  font-weight: 700;
  line-height: 0.82;
  color: transparent;
  -webkit-text-stroke: 1px #8ac3ff;
  font-variant-numeric: tabular-nums;
}

.info__step-copy h3 {
  margin: 0;
  min-height: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 15px;
}

.info__step-copy p {
  margin: 8px 0 0;
  min-height: 36px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  margin-right: 15px;
}

.info__flow-photo {
  margin: 13px 0 0;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.info__flow-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__arrows {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 284px;
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
}

.info__arrow {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.info__arrow--prev {
  transform: scaleX(-1);
}

.info__arrow img {
  width: 100%;
  height: 100%;
}

.cta {
  background: #e8f0fc;
  padding: 36px 0 52px;
}

.cta__inner {
  width: min(351px, 100% - 24px);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.cta__title-wrap {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-inline: auto;
  justify-self: center;
}

.cta__title {
  margin: 0;
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.18;
}

.cta__sub {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.cta__sub span {
  width: 86px;
  border-top: 1px solid #252525;
}

.cta__offer {
  background: #fff;
  border-radius: 15px;
  padding: 0 25px 18px;
  text-align: center;
}

.cta__offer-badge {
  width: 141px;
  height: 28px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.cta__normal-price {
  margin: 12px 0 0;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: #252525;
}

.cta__normal-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  border-top: 1px solid #d70000;
}

.cta__normal-label {
  font-size: 16px;
  line-height: 1.2;
}

.cta__normal-value {
  font-family: "DIN 2014", "Arial", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.cta__free-offer {
  margin: 7px 0 0;
  display: inline-block;
  color: #d70000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.05;
  background: linear-gradient(transparent 36%, #fbff00 36%);
}

.cta__offer-text {
  margin: 14px 0 0;
  font-size: 10px;
  line-height: 1.45;
}

.cta__detail-link {
  width: 176px;
  height: 30px;
  margin: 18px auto 0;
  border: 1.5px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
}

.cta__detail-link img {
  width: 16px;
  height: 16px;
}

.cta__offer-note {
  margin: 16px 0 0;
  font-size: 10px;
  line-height: 1.45;
}

.cta__notes {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.cta__cashless {
  display: grid;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-inline: auto;
  justify-self: center;
}

.cta__cashless h3 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2px 6px;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.cta__cash-row {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.cta__cash-row p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.cta__credit-brands {
  width: 248px;
}

.cta__credit-brands img {
  width: 100%;
}

.cta__emoney-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cta__emoney-list img {
  width: auto;
  height: 30px;
}

.cta__actions {
  display: grid;
  gap: 14px;
  width: min(100%, 311px);
  margin: 60px auto 0;
  margin-inline: auto;
  justify-self: center;
}

.cta__inner > .cta__title-wrap,
.cta__inner > .cta__cashless,
.cta__inner > .cta__actions {
  place-self: center !important;
  justify-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  position: static !important;
}

.cta__action-row {
  display: grid;
  gap: 14px;
}

.cta__action {
  min-height: 88px;
  border-radius: 999px;
  border: 3px solid transparent;
  padding: 14px 16px 14px 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cta__action-icon {
  width: 34px;
  flex: 0 0 34px;
}

.cta__action-icon img {
  width: 100%;
}

.cta__action-text {
  display: grid;
  justify-items: center;
  gap: 4px;
  flex: 1;
  text-align: center;
}

.cta__action-text small {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.05;
}

.cta__action-text strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.cta__action-arrow {
  width: 30px;
  flex: 0 0 30px;
}

.cta__action-arrow img {
  width: 100%;
}

.cta__action--web {
  background: #e46736;
  border-color: #bd562d;
}

.cta__action--web .cta__action-text small {
  color: #fff;
}

.cta__action--web .cta__action-text strong {
  color: #fbff00;
}

.cta__action--first {
  background: #008f56;
  border-color: #00693f;
}

.cta__action--first .cta__action-text strong {
  color: #fbff00;
}

.cta__action--first .cta__action-text small {
  color: #fff;
  font-size: 11px;
}

.cta__action--repeat {
  background: #166de6;
  border-color: #195cb9;
}

.cta__action--repeat .cta__action-text strong {
  color: #fff;
}

.faqsec {
  padding: 48px 0 60px;
}

.faqsec__inner {
  width: min(351px, 100% - 24px);
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.faqsec__title p {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.faqsec__title h2 {
  margin: 10px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.faqsec__list {
  display: grid;
  gap: 16px;
}

.faqsec__item {
  background: #e8f0fc;
  border-radius: 15px;
  padding: 20px 16px;
}

.faqsec__question {
  display: grid;
  grid-template-columns: 36px 1fr 20px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0 0 12px;
  border-bottom: 1px dashed var(--blue);
  text-align: left;
  cursor: pointer;
}

.faqsec__qmark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.faqsec__question h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.faqsec__arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.faqsec__arrow::before,
.faqsec__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--blue);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.faqsec__arrow::before {
  width: 100%;
  height: 2px;
}

.faqsec__arrow::after {
  width: 2px;
  height: 100%;
}

.faqsec__arrow img {
  display: none;
}

.faqsec__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faqsec__answer > p {
  margin: 0;
  overflow: hidden;
}

.faqsec__answer > p {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.faqsec__question[aria-expanded=true] + .faqsec__answer {
  grid-template-rows: 1fr;
}

.faqsec__question[aria-expanded=true] .faqsec__arrow::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faqsec__image {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.faqsec__image img {
  width: 100%;
  height: auto;
}

.cause {
  padding: 0 0 60px;
  overflow: hidden;
}

.cause__inner {
  width: min(351px, 100% - 24px);
  margin: 0 auto;
  display: grid;
  gap: 48px;
}

.cause__intro {
  display: grid;
  gap: 24px;
}

.cause__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.cause__title {
  margin: 12px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.cause__title span .marker {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(#fcff40, #fcff40) no-repeat 0 calc(100% - 2px)/100% 1em;
}

.cause__lead {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.cause__lead strong,
.cause__pelvic-text p strong {
  color: var(--blue);
}

.cause__intro-photo,
.cause__pelvic-photo {
  position: relative;
  margin: 0;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  left: 35px;
  top: 10px;
  width: 110%;
  display: block;
}

.cause__intro-photo img,
.cause__pelvic-photo img,
.cause__diagram img {
  width: 100%;
  height: auto;
}

.cause__diagram {
  margin: -30% 0 0 0;
  border-radius: 20px;
  overflow: hidden;
}

.cause__pelvic {
  display: grid;
  gap: 24px;
  margin: 60px 20px 0;
}

.cause__title--pelvic {
  margin-top: 10px;
}

.cause__pelvic-text p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.traffic-staff {
  margin: 60px 0 0;
}

.traffic-staff__intro {
  width: min(338px, 100% - 24px);
  margin: 0 auto;
}

.traffic-staff__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.traffic-staff__title {
  margin: 10px 0 0;
  display: inline-block;
  padding: 0 2px;
  background: #fcff40;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.traffic-staff__lead {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.traffic-staff__visual {
  position: relative;
  width: min(700px, 100% - 2px);
  margin: 26px auto 0;
  padding: 0 20px;
  padding-bottom: 42px;
}

.traffic-staff__photo {
  position: relative;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 793/450;
}

.traffic-staff__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.traffic-staff__photo img.is-active {
  opacity: 1;
}

.traffic-staff__slider {
  margin-top: -39px;
  position: relative;
}

.traffic-staff__card {
  width: min(640px, 100% - 32px);
  margin: 0 auto;
  min-height: 300px;
  border: 1.5px solid #000;
  border-radius: 15px;
  background: #fff;
  padding: 24px 20px 22px;
}

.traffic-staff__slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.traffic-staff__slide {
  display: none;
}

.traffic-staff__slide.is-active {
  display: block;
}

.traffic-staff__role {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.traffic-staff__name {
  margin: 10px 0 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.traffic-staff__desc {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1.5px solid #2b2b2b;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: -0.04em;
}

.traffic-staff__arrow {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.traffic-staff__arrow--prev {
  left: 0;
}

.traffic-staff__arrow--prev img {
  transform: scaleX(-1);
}

.traffic-staff__arrow--next {
  right: 0;
}

.traffic-staff__arrow img {
  width: 100%;
  height: 100%;
}

.traffic-staff__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

.traffic-staff__more {
  width: min(463px, 100% - 75px);
  height: 41px;
  margin: -1px auto 0;
  border-radius: 0 0 22.5px 22.5px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.traffic-staff__more img {
  width: 25px;
  height: 25px;
}

.traffic-access {
  margin: 60px 0 0;
}

.traffic-access__info {
  width: min(338px, 100% - 24px);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.traffic-access__info h2 {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.traffic-access__divider {
  display: block;
  margin: 0;
}

.traffic-access__divider img {
  width: 100%;
  height: auto;
}

.traffic-access__table {
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
}

.traffic-access__table div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.traffic-access__table dt,
.traffic-access__table dd {
  margin: 0;
}

.traffic-access__table dt {
  width: 86px;
  flex: none;
  letter-spacing: 0.08em;
}

.traffic-access__table dd {
  flex: 1;
  min-width: 0;
}

.traffic-access__map {
  margin: 2px 0 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.traffic-access__map img {
  width: 100%;
  height: auto;
  display: block;
}

.traffic-access__photo {
  display: none;
}

.traffic-safe-cases {
  margin: 60px 0 0;
}

.traffic-safe-cases__inner {
  display: block;
  width: min(700px, 100% - 10px);
  margin: 0 auto;
  border-radius: 30px;
  background: #e8f0fc;
  padding: 40px 20px;
}

.traffic-safe-cases__inner h2 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.traffic-safe-cases__list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}

.traffic-safe-case {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.traffic-safe-case__photo {
  margin: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.traffic-safe-case__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.traffic-safe-case__photo--mask {
  border-radius: 0;
  -webkit-mask-image: url("../../img/kyoubashi/traffic-safe-mask-sp.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../../img/kyoubashi/traffic-safe-mask-sp.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.traffic-safe-case p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.voices {
  padding: 0 0 60px;
  overflow: hidden;
}

.voices__inner {
  display: grid;
  gap: 24px;
}

.voices__title-panel {
  width: min(351px, 100% - 24px);
  margin-right: auto;
  padding: 32px 28px 38px;
  border-radius: 0 30px 30px 0;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  color: #fff;
}

.voices__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.voices__title-panel h2 {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.voices__title-panel h2 span {
  display: block;
}

.voices__more {
  margin-top: 28px;
  width: 257px;
  height: 47px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #111;
  text-decoration: none;
  font-size: 16px;
}

.voices__more img {
  width: 11px;
  height: 10px;
}

.voices__carousel {
  padding-left: 12px;
}

.voices__viewport {
  overflow: hidden;
  padding-top: 20px;
  margin-top: 0;
}

.voices__track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.voices__card {
  position: relative;
  flex: 0 0 276px;
  background: #e8f0fc;
  padding: 0 0 20px;
}

.voices__num {
  margin: 0;
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  z-index: 2;
  color: #91a7c7;
  font-size: 106px;
  font-weight: 900;
  line-height: 1;
}

.voices__photo {
  margin: 0;
  width: 100%;
  height: 247px;
}

.voices__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-mask-image: url("../../img/kyoubashi/voices-card-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../../img/kyoubashi/voices-card-mask.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.voices__text {
  margin: 32px 21px 0;
  min-height: 84px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.voices__name {
  margin: 16px 0 0 21px;
  min-width: 137px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  background: var(--blue);
  color: #fff;
  padding: 0 20px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.voices__note {
  margin: 16px 21px 0;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.02em;
}

.voices__controls {
  margin-top: 18px;
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.voices__control {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.voices__control span {
  font-size: 28px;
  line-height: 1;
  margin-top: -2px;
}

.voices__control:disabled {
  opacity: 0.35;
  cursor: default;
}

.trouble {
  margin-top: 0;
}

@media (max-width: 919px) {
  .trouble-tinnutus {
    margin-top: 60px;
  }
}

.trouble__inner {
  width: min(375px, 100%);
  margin: 0 auto;
}

.trouble__title {
  margin: 0;
  padding-left: 21px;
}

.trouble__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.trouble__title h2 {
  margin: 12px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.trouble__title h2 span {
  display: block;
}

.trouble__panel {
  margin-top: 20px;
  margin-left: 13px;
}

.trouble__box {
  background: #e8f0fc;
  border-radius: 15px 0 0 15px;
  padding: 24px 16px 28px;
}

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

.trouble__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding-right: 8px;
}

.trouble__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 31px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("../../img/kyoubashi/trouble-divider.svg") repeat-x left center/auto 1px;
}

.trouble__list img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.trouble__list span {
  font-size: 12px;
  line-height: 1.58;
}

.trouble__photo {
  margin: -25px 0 -73px auto;
  width: min(317px, 100% - 58px);
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  top: -20.5rem;
  position: relative;
}

.trouble__photo img {
  width: 100%;
  aspect-ratio: 651/392;
  -o-object-fit: cover;
     object-fit: cover;
}

.trouble__lead {
  width: min(335px, 100% - 40px);
  margin: 180px auto 0;
  font-size: 14px;
  line-height: 1.43;
}

.trouble__lead p {
  margin: 0;
}

.trouble__lead p + p {
  margin-top: 4px;
}

.trouble__lead strong {
  font-weight: 700;
}

.points {
  padding: 0;
  overflow: hidden;
  margin-bottom: 60px;
}

.points__inner {
  width: 100%;
  position: relative;
}

.points__title {
  width: 293px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  color: #fff;
  padding: 26px 20px 18px 40px;
}

.points__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.points__title h2 {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 700;
}

.points__title h2 span {
  display: block;
}

.points__title h2 span:last-child {
  margin-top: 4px;
  font-size: 24px;
}

.points__controls {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  position: relative;
  z-index: 6;
}

.points-acupuncture .points__controls {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  position: relative;
  z-index: 6;
}

.points-acupuncture .points__title {
  position: relative;
  z-index: 5;
}

.points-acupuncture .points__carousel {
  position: relative;
  z-index: 1;
}

.points__carousel {
  margin-top: 14px;
  padding: 0 24px;
}

.points__viewport {
  overflow: hidden;
  padding-top: 88px;
  margin-top: -88px;
}

.points__track {
  display: flex;
  gap: 12px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.points-card {
  position: relative;
  flex: 0 0 100%;
  max-width: none;
  margin-left: 0;
  background: #e8f0fc;
  padding-bottom: 16px;
}

.points-card__num {
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  margin: 0;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #166de6;
}

.points-card__photo {
  margin: 0;
  width: 100%;
  aspect-ratio: 649/609;
  overflow: hidden;
}

.points-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.points-card__badge {
  margin: -26px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--blue);
  color: #fff;
  padding: 6px 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.points-card__badge--two {
  line-height: 1.18;
  font-size: 20px;
  padding: 8px 12px;
}

.points-card__heading {
  margin: 14px 18px 0;
  font-size: 22px;
  line-height: 1.24;
}

.points-card__body {
  margin: 10px 18px 0;
  font-size: 14px;
  line-height: 1.48;
}

.points-card__body strong {
  color: var(--blue);
}

.points__control {
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.points__control img {
  width: 100%;
  height: 100%;
  display: block;
}

.points__control--prev img {
  transform: rotate(180deg);
}

.points__control:disabled {
  opacity: 0.4;
}

.event {
  padding: 88px 0 60px;
}
@media (max-width: 919px) {
  .event {
    padding: 0 0 60px;
  }
}

.event__inner {
  width: min(375px, 100%);
  margin: 0 auto;
}

.event__text {
  width: min(325px, 100% - 50px);
  margin: 0 auto;
}

.event__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.event__text h2 {
  margin: 8px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.event__text h2 span {
  display: block;
}

.event__lead {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.56;
}

.event__banners {
  margin-top: 30px;
  display: grid;
  gap: 25px;
}

.event-banner {
  position: relative;
  margin-left: 23px;
}

.event-banner__photo {
  margin: 0;
  border-top-left-radius: 30px;
  overflow: hidden;
}

.event-banner__photo img {
  width: 100%;
  height: 299px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-banner__badge {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 134px;
  background: #fcfcfc;
  border: 1.5px solid var(--blue);
  border-radius: 15px 0 15px 15px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.event-banner__badge--summer {
  height: 45px;
}

.event-banner__badge--tgc {
  height: 89px;
}

.event-banner__badge img {
  width: 93.5px;
  height: auto;
}

.specialist {
  padding: 40px 0 60px;
}

.specialist__inner {
  width: min(375px, 100%);
}
@media (max-width: 919px) {
  .specialist__inner {
    margin: 0 0 0 auto;
  }
}

.specialist__header {
  width: min(325px, 100% - 50px);
  margin: 0 auto;
}

.specialist__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.specialist__title {
  margin: 8px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.specialist__lead {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.56;
}

.specialist__cards {
  margin-top: 40px;
  margin-left: 23px;
  display: grid;
  gap: 24px;
}

.specialist-card {
  overflow: hidden;
}

.specialist-card__photo {
  margin: 0;
  border-top-left-radius: 40px;
  overflow: hidden;
}

.specialist-card__photo img {
  width: 100%;
  height: 299px;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialist-card__body {
  background: #e8f0fc;
  border-bottom-left-radius: 40px;
  padding: 20px 25px 26px;
}

.specialist-card__role {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  background: var(--blue);
  color: #fff;
  padding: 3px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.specialist-card__role--short {
  padding-left: 16px;
  padding-right: 16px;
}

.specialist-card__name {
  margin: 10px 0 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.specialist-card__comment {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.56;
}

.footer {
  position: relative;
  margin-top: 0;
  background: #1f8fe2;
  color: #fff;
}

#footer {
  display: none;
}

.footer__hero {
  position: relative;
  overflow: hidden;
}

.footer__hero-bg {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.footer__hero-bg img {
  width: 100%;
  height: auto;
}

.footer__card {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(274px, 100% - 50px);
  border-radius: 0 0 23px 23px;
  background: #fff;
  padding: 18px 20px 22px;
}

.footer__logo {
  display: block;
  width: 245px;
  margin: 0 auto;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__address {
  margin: 10px 0 0;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1.44;
}

.footer__tel {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0d9ef2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.footer__tel picture,
.footer__tel img {
  display: block;
  width: 16px;
  height: 16px;
}

.footer__meta {
  margin-top: 8px;
  display: grid;
  gap: 4px;
}

.footer__meta p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0d9ef2;
  font-size: 13px;
  line-height: 1;
}

.footer__meta span {
  min-width: 49px;
  padding: 3px 4px;
  text-align: center;
  background: #0d9ef2;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.footer__nav-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  min-height: 800px;
}

.footer__nav-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.footer__wave {
  display: none;
}

.footer__menus {
  position: absolute;
  z-index: 1;
  inset: 140px 0 0;
  width: min(650px, 100% - 50px);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 42%;
}

.footer__menu-block h2 {
  margin: 0;
  display: inline-block;
  padding: 3px 12px;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.footer__menu-cols,
.footer__symptom-cols {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.footer__symptom-cols--desktop {
  display: none;
}

.footer__menu-cols ul,
.footer__symptom-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.footer__menu-cols li,
.footer__symptom-cols li {
  margin: 0;
}

.footer__menu-cols a,
.footer__symptom-cols a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.1;
  overflow-wrap: anywhere;
}

.footer__menu-block--symptoms {
  margin-top: 26px;
}

.sitemap-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero-wrap {
  position: relative;
  margin-top: -40px;
}

.subpage-hero {
  display: block;
  width: min(360px, 100%);
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.subpage-hero img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-hero__title {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 173px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
}
@media (max-width: 919px) {
  .subpage-hero__title {
    border-radius: 15px;
  }
}

.subpage-hero__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.subpage-hero__sub {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.subpage-hero__heading {
  margin: -10px 0 0;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.acupuncture-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--acupuncture {
  width: min(342px, 100% - 24px);
  min-height: 156px;
  padding: 24px 20px;
  border: 3px solid #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  bottom: -78px;
}

.subpage-hero__title--acupuncture .subpage-hero__eyebrow {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.subpage-hero__title--acupuncture .subpage-hero__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.subpage-hero__title--acupuncture .subpage-hero__sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.24;
}

.acupuncture-problem {
  margin-top: 128px;
}

.acupuncture-problem__inner {
  width: min(375px, 100%);
  margin: 0 auto;
}

.acupuncture-problem__eyebrow {
  margin: 0;
  padding-left: 21px;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.acupuncture-problem__title {
  margin: 10px 0 0;
  padding-left: 20px;
  margin-left: 0;
  display: block;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.acupuncture-problem__title-top {
  font-size: calc(1em - 10px);
}

.acupuncture-problem__title-main {
  display: inline;
  margin-left: 0;
  max-width: none;
  padding: 0 3px;
  background: #fcff40;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.7;
}

.acupuncture-problem__layout {
  margin-top: 22px;
  margin-left: 20px;
}

.acupuncture-problem__photo {
  display: block;
  width: calc(100% + 50vw - 50%);
  max-width: 360px;
  margin: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 60px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.acupuncture-problem__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}

.acupuncture-problem__panel {
  width: 100%;
  margin-top: -62px;
  background: #e8f0fc;
  border-radius: 30px;
  padding: 88px 25px 26px;
}

.acupuncture-problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.acupuncture-problem__list li {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.acupuncture-problem__list li:not(:last-child) {
  padding-bottom: 16px;
}

.acupuncture-problem__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("../../img/kyoubashi/acupuncture-problem-divider-sp.svg") repeat-x left center/auto 1px;
}

.acupuncture-problem__list picture {
  display: block;
}

.acupuncture-problem__list img {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.acupuncture-problem__list span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.acupuncture-problem__lead {
  width: min(335px, 100% - 40px);
  margin: 32px auto 0;
}

.acupuncture-problem__lead p {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
}

.acupuncture-problem__lead p + p {
  margin-top: 4px;
}

.acupuncture-problem__lead strong {
  font-size: 14px;
  line-height: 1.48;
}

.acupuncture-problem__lead--accent {
  color: var(--blue);
  font-weight: 700;
}

.sitemap-page__content {
  width: min(325px, 100% - 50px);
  margin: 65px auto 0;
}

.sitemap-page__group + .sitemap-page__group {
  margin-top: 17px;
}

.sitemap-page__group h2 {
  margin: 0;
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 7px;
}

.sitemap-page__links {
  margin-top: 11px;
}

.sitemap-page__links--three {
  display: none;
}

.sitemap-page__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.sitemap-page__links--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.sitemap-page__links a {
  display: block;
  color: #000;
  text-decoration: none;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.3;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.price-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--price {
  width: 246px;
}

.subpage-hero__title--price .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--price .subpage-hero__heading {
  font-size: 18px;
}

.price-page__content {
  width: min(325px, 100% - 50px);
  margin: 65px auto 0;
  display: grid;
  gap: 48px;
}

.price-intro {
  width: 100%;
}

.price-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
}

.price-intro strong {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.price-intro__note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.43;
}

.price-cards {
  display: grid;
  gap: 32px;
}

.price-card {
  border-radius: 10px;
  overflow: hidden;
}

.price-card__photo {
  margin: 0;
  display: block;
}

.price-card__photo img {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-card__body {
  background: #e8f0fc;
  padding: 0 26px 20px;
}

.price-card__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.price-card__badge-main,
.price-card__badge-sub {
  min-width: 130px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.price-card__badge-main {
  background: #fff;
  color: var(--blue);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 8px 0 12px;
}

.price-card__badge-sub {
  background: var(--blue);
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 12px 0 8px;
}

.price-card__text {
  margin: 22px 0 0;
  min-height: 111px;
  font-size: 14px;
  line-height: 1.43;
}

.price-card__price {
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}

.price-card__before,
.price-card__after {
  display: inline-flex;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
}

.price-card__price-unit {
  font-size: calc(1em - 10px);
  line-height: 1;
  display: inline-block;
}

.price-card__before {
  font-size: 30px;
  letter-spacing: -0.01em;
}

.price-card__after {
  color: #d70000;
  font-size: 30px;
}

.price-card__price img {
  width: 30px;
  height: 30px;
}

.price-card__before--pc {
  display: none;
}

.price-card__cta {
  margin: 18px auto 0;
  width: min(298px, 100%);
  height: 46px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.price-card__cta img {
  width: 28px;
  height: 28px;
}

.price-section__eyebrow {
  margin: 0 0 10px 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.price-section__title {
  margin: 11px 0 0;
  display: inline;
  padding: 0 2px;
  background: #fcff40;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.price-section__lead {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.43;
}

.price-insurance__grid {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.price-insurance-card {
  width: 100%;
  justify-self: start;
  background: #e8f0fc;
  border-radius: 15px;
  padding: 20px 15px 16px;
}

.price-insurance-card--desc {
  justify-self: start;
  margin-left: 0;
}

.price-insurance-card h3 {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 31px;
  border-radius: 0 20px 20px 0;
  padding: 4px 14px 5px 15px;
  background: var(--blue);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.price-insurance-card h3.price-insurance-card__heading {
  margin-left: -15px;
  padding-left: 15px;
}

.price-insurance-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.43;
}

.price-insurance-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.price-insurance-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.43;
}

.price-insurance-card li + li {
  border-top: 1px solid #d5e4fa;
}

.price-insurance-card li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.price-judo__fees {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.price-judo__fees p {
  margin: 0 auto;
  width: 275px;
  min-height: 49px;
  border-radius: 15px;
  background: #e8f0fc;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 28px;
  gap: 12px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.price-judo__label {
  min-width: 73px;
  min-height: 31px;
  padding: 3px 10px;
  border-radius: 0 30px 30px 0;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1;
  text-align: center;
}

.price-judo__yen {
  font-size: calc(1em - 10px);
  display: inline-block;
  line-height: 1;
  vertical-align: text-bottom;
  transform: translateY(1px);
}

.price-judo__note,
.price-acu-insurance__note {
  margin: 14px 0 0;
  color: #828282;
  font-size: 12px;
  line-height: 1.33;
}

.price-acu-insurance__symptoms {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.43;
}

.price-table-wrap {
  margin-top: 18px;
  overflow-x: visible;
}

.price-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}

.price-table th,
.price-table td {
  border: 1px solid #e8f0fc;
  padding: 5px 4px;
  font-size: 11px;
  line-height: 1.35;
}

.price-table thead th {
  height: 33px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
}

.price-table .price-table__head-main {
  text-align: center;
}

.price-table tbody th {
  width: 139px;
  background: #fff;
  font-weight: 400;
}

.price-table tbody th span {
  display: block;
  color: var(--blue);
  font-weight: 700;
}

.price-table tbody td {
  width: 57px;
  background: #fff;
}

.price-table tbody td:nth-child(3),
.price-table tbody td:nth-child(4) {
  width: 66px;
  font-weight: 400 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .price-page__content {
    width: min(100%, 100% - 40px);
  }
  .price-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .price-card__photo img {
    height: 170px;
  }
  .price-card__body {
    padding: 0 8px 10px;
  }
  .price-card__badge {
    margin-top: -18px;
  }
  .price-card__badge-main,
  .price-card__badge-sub {
    min-width: 62px;
    height: 28px;
    font-size: 14px;
  }
  .price-card__text {
    margin-top: 10px;
    min-height: 128px;
    font-size: 10px;
    line-height: 1.5;
  }
  .price-card__price {
    margin-top: 8px;
    gap: 2px;
  }
  .price-card__before {
    font-size: 20px;
  }
  .price-card__after {
    font-size: 24px;
  }
  .price-card__price img {
    width: 16px;
    height: 16px;
  }
  .price-card__cta {
    margin-top: 8px;
    width: 100%;
    max-width: none;
    height: 30px;
    font-size: 10px;
    gap: 4px;
  }
  .price-card__cta img {
    width: 14px;
    height: 14px;
  }
}
.privacy-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--privacy {
  width: 250px;
}

.subpage-hero__title--privacy .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--privacy .subpage-hero__heading {
  font-size: 18px;
}

.privacy-page__content {
  width: min(325px, 100% - 50px);
  margin: 95px auto 0;
  display: grid;
  gap: 24px;
}

.privacy-page__intro,
.privacy-page__article {
  display: grid;
  gap: 16px;
}

.privacy-page__intro h2,
.privacy-page__article h3 {
  margin: 0;
  display: inline-block;
  justify-self: start;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 7px;
}

.privacy-page__intro p,
.privacy-page__article p,
.privacy-page__article li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.privacy-page__article ol,
.privacy-page__article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.privacy-page__article ul {
  margin-top: -4px;
}

.staff-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--staff {
  width: 250px;
}

.subpage-hero__title--staff .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--staff .subpage-hero__heading {
  font-size: 20px;
}

.staff-page__content {
  width: min(338px, 100% - 38px);
  margin: 65px auto 0;
}

.staff-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 50px;
}

.staff-card {
  display: grid;
  row-gap: 20px;
}

.staff-card__photo-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.staff-card__photo {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

.staff-card__body {
  width: 325px;
  margin: 0 auto;
  display: grid;
  row-gap: 20px;
}

.staff-card__meta-group {
  display: grid;
  row-gap: 10px;
  justify-items: start;
}

.staff-card__meta-group--license {
  row-gap: 10px;
}

.staff-card__label {
  margin: 0;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.4;
  background: #fcff40;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.staff-card__name,
.staff-card__license {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.staff-card__message {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  overflow-wrap: anywhere;
}

.reservation-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--reservation {
  width: 286px;
}

.subpage-hero__title--reservation .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--reservation .subpage-hero__heading {
  font-size: 19px;
}

.reservation-page__content {
  width: min(375px, 100%);
  margin: 60px auto 0;
}

.reservation-page__lead {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}

.reservation-page__methods {
  margin-top: 52px;
  display: grid;
  gap: 48px;
}

.reservation-method,
.reservation-form-section__heading {
  width: min(338px, 100% - 20px);
  margin: 0 auto;
}

.reservation-method__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1.08;
}

.reservation-method h2,
.reservation-form-section__heading h2 {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 2px;
  background: #fcff40;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.reservation-method__text,
.reservation-form-section__heading .reservation-method__text {
  margin: 13px 0 0;
  font-size: 14px;
  line-height: 1.71;
}

.reservation-cta {
  margin-top: 18px;
  min-height: 65px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 2px solid;
  padding: 9px 14px 10px 17px;
  text-decoration: none;
}

.reservation-cta--web {
  background: #e46736;
  border-color: #bd562d;
}

.reservation-cta--tel {
  background: var(--blue);
  border-color: #1059be;
}

.reservation-cta__icon--calendar {
  width: 25px;
}

.reservation-cta__icon--phone {
  width: 21px;
}

.reservation-cta__copy {
  flex: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.reservation-cta__copy small,
.reservation-cta__copy strong {
  display: block;
}

.reservation-cta__copy small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.reservation-cta__copy strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fbff00;
}

.reservation-cta__copy--tel strong {
  font-size: 24px;
}

.reservation-cta__copy--tel small {
  font-size: 10px;
}

.reservation-cta__arrow {
  width: 24px;
}

.reservation-method__hours {
  margin: 10px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
}

.reservation-method__hours span {
  display: inline-block;
  padding: 3px 5px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.reservation-form-section {
  margin-top: 55px;
}

.reservation-notice {
  width: 92%;
  margin: 24px auto 0;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 16px 18px;
}

.reservation-notice p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.reservation-notice__accent {
  color: var(--blue);
  font-weight: 700;
}

.reservation-form {
  width: 92%;
  margin: 25px auto 0;
  padding: 30px 23px 40px;
  background: #e8f0fc;
  border-radius: 20px;
}

.reservation-form form {
  display: grid;
  gap: 20px;
}

.reservation-form__field {
  display: grid;
  gap: 8px;
}

.reservation-form__field > label {
  display: block;
}

.reservation-form__field > span,
.reservation-form__field > label > span:first-child {
  font-size: 12px;
  line-height: 1.5;
}

.reservation-form__field .wpcf7-form-control-wrap {
  display: block;
  margin-top: 16px;
}

.reservation-form__field input,
.reservation-form__field textarea {
  width: 100%;
  border: 0;
  background: #fcfcfc;
  border-radius: 0;
  padding: 10px 12px;
  font: inherit;
}

.reservation-form__field input {
  height: 32px;
}

.reservation-form__field textarea {
  min-height: 32px;
  resize: vertical;
}

.reservation-form__submit {
  margin: 11px auto 0;
  min-width: 136px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.reservation-form__submit img {
  width: 18px;
}

.reservation-form .wpcf7-response-output {
  display: none;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--blue);
  font-size: 12px;
  line-height: 1.5;
}

.reservation-form .wpcf7 form.sent .wpcf7-response-output,
.reservation-form .wpcf7 form.invalid .wpcf7-response-output,
.reservation-form .wpcf7 form.failed .wpcf7-response-output,
.reservation-form .wpcf7 form.aborted .wpcf7-response-output,
.reservation-form .wpcf7 form.spam .wpcf7-response-output {
  display: block;
}

.access-page {
  padding: 0 0 60px;
  background: #fff;
}

.subpage-hero__title--access {
  width: 286px;
}

.subpage-hero__title--access .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--access .subpage-hero__heading {
  font-size: 19px;
}

.access-page__content {
  width: min(375px, 100%);
  margin: 70px auto 0;
  display: grid;
  gap: 48px;
}

.access-page__lead {
  width: calc(100% - 30px);
  min-width: 0;
  display: grid;
  gap: 48px;
  margin: 0 15px;
}

.access-page__text-block {
  width: min(338px, 100% - 20px);
  margin: 0 auto;
  padding-right: 25px;
}

.access-page__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1.08;
}

.access-page__text-block h2 span {
  margin: 10px 0 0;
  padding: 0 2px;
  background: var(--main_eyellow, #fcff40);
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.access-page__description {
  margin: 13px 0 0;
  font-size: 14px;
  line-height: 1.71;
}

.access-carousel {
  position: relative;
  width: calc(100% - 5px);
  margin-left: 20px;
  min-width: 0;
}

.access-carousel__viewport {
  overflow: hidden;
}

.access-carousel__track {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.45s ease;
  will-change: transform;
}

.access-slide {
  flex: 0 0 100%;
  min-height: 425px;
  display: grid;
  gap: 24px;
  box-sizing: border-box;
  padding: 20px 18px 20px;
  border-radius: 30px;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
}
@media (max-width: 919px) {
  .access-slide {
    border-radius: 30px 0 0 30px;
  }
}

.access-slide__head {
  display: grid;
  gap: 10px;
  align-items: start;
}

.access-slide__num {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(64px, 20vw, 76px);
  font-weight: 700;
  line-height: 0.95;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.access-slide__copy {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}

.access-slide__text {
  margin-top: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
}

.access-slide__photo {
  width: 100%;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 919px) {
  .access-slide__photo {
    width: 97%;
  }
}

.access-slide__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-carousel__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.access-carousel__control {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  top: 13%;
  position: relative;
}

.access-carousel__control img {
  display: block;
  width: 100%;
  height: auto;
}

.access-carousel__control--prev img {
  transform: rotate(180deg);
}

.access-carousel__control--next {
  position: relative;
  right: -3px;
}
@media (max-width: 919px) {
  .access-carousel__control--next {
    right: 12px;
  }
}

.access-page__content--traffic {
  margin-top: 42px;
  gap: 24px;
}

.access-page__content--traffic .access-page__lead {
  margin: 0;
  gap: 0;
}

.access-page__content--traffic .access-page__text-block {
  width: calc(100% - 24px);
  margin: 0 0 0 12px;
  padding-right: 0;
}

.access-page__content--traffic .access-page__text-block h2 span {
  display: inline;
  padding: 0 2px;
  line-height: 1.45;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.access-page__content--traffic .access-page__description {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.access-carousel--traffic .access-slide {
  min-height: auto;
  padding: 20px 0 44px;
  gap: 12px;
  border-radius: 28px 0 0 28px;
}

.access-carousel--traffic .access-carousel__viewport {
  padding: 0;
}

.access-carousel--traffic .access-slide__head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 16px;
}

.access-carousel--traffic .access-slide__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.access-carousel--traffic .access-slide__num {
  margin-top: 1px;
  font-size: clamp(52px, 16vw, 72px);
  line-height: 0.9;
  -webkit-text-stroke-width: 1px;
}

.access-carousel--traffic .access-slide__copy {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.access-carousel--traffic .access-slide__text {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.access-carousel--traffic .access-slide__photo {
  width: auto;
  margin: 0 16px;
  border-radius: 12px;
}

.access-carousel--traffic .access-slide__photo img {
  aspect-ratio: 1/1;
  -o-object-position: center;
     object-position: center;
}

.access-carousel--traffic .access-carousel__controls {
  inset: auto 0 190px;
  height: 44px;
  align-items: center;
  transform: none;
}

.access-carousel--traffic .access-carousel__control {
  width: 44px;
  height: 44px;
  top: 0;
}

.access-carousel--traffic .access-carousel__control--prev {
  left: 8px;
}

.access-carousel--traffic .access-carousel__control--prev img {
  transform: scaleX(-1);
}

.access-carousel--traffic .access-carousel__control--next {
  right: 24px;
}

.access-carousel__dots {
  display: none;
}

.access-carousel--traffic .access-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  position: absolute;
  bottom: 17px;
  left: 31%;
}

.access-carousel__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #000;
  opacity: 0.85;
  cursor: pointer;
}

.access-carousel__dot.is-active {
  background: #fff;
  opacity: 1;
}

.access-store {
  width: calc(100% - 50px);
  min-width: 0;
  display: grid;
  gap: 20px;
  margin: 0 25px;
  padding: 20px 20px 20px 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
}

.access-store__text {
  display: grid;
  gap: 24px;
}

.access-store__text h2 {
  margin: 0;
  width: calc(100% - 25px);
  padding: 18px 32px 16px 25px;
  border-radius: 0 999px 999px 0;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.access-store__table {
  margin: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  display: grid;
  gap: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
}

.access-store__table div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.access-store__table dt,
.access-store__table dd {
  margin: 0;
}

.access-store__table dt {
  font-weight: 500;
  flex: none;
  width: 69px;
}

.access-store__table dd {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.access-store__map {
  margin: 0 0 0 25px;
  overflow: hidden;
  border-radius: 20px;
}

.access-store__map img {
  display: block;
  width: 100%;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-page {
  padding: 0 0 30px;
  background: #fff;
}

.subpage-hero__title--company {
  width: 286px;
}

.subpage-hero__title--company .subpage-hero__eyebrow {
  font-size: 12px;
}

.subpage-hero__title--company .subpage-hero__heading {
  font-size: 19px;
}

.company-page__content {
  width: min(375px, 100%);
  margin: 30px auto 0;
  display: grid;
  gap: 32px;
}

.company-intro {
  width: min(340px, 100% - 24px);
  margin: 0 auto;
  justify-self: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.company-intro__title {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.company-intro__title span {
  display: block;
}

.company-intro__catch {
  margin: 14px 0 0;
  color: #1d88ee;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
}

.company-intro__lead {
  margin: 19px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.company-intro__note {
  margin: 10px 0 0;
  color: #474747;
  font-size: 12px;
  line-height: 1.5;
}

.company-about,
.company-message,
.company-profile {
  width: min(338px, 100% - 20px);
  margin: 0 auto;
}

.company-about,
.company-message {
  display: grid;
  gap: 16px;
}

.company-message {
  margin-top: 32px;
}

.company-heading {
  display: grid;
  gap: 5px;
}

.company-heading__eyebrow {
  margin: 0;
  font-family: "Futura", "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1.08;
}

.company-heading h3 {
  display: inline-block;
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.company-heading h3 span {
  display: inline;
  background: #fcff40;
}

.company-about__photo,
.company-message__photo {
  margin: 25px 0 0 0;
  overflow: hidden;
}

.company-about__photo img,
.company-message__photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-about__photo--pc,
.company-message__photo--pc {
  display: none;
}

.company-about__photo--sp,
.company-message__photo--sp {
  width: calc(100% + 50vw - 50%);
  margin-right: calc(50% - 50vw);
}

.company-about__lead,
.company-message__lead {
  margin: 0;
  color: #166de6;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 919px) {
  .company-about__lead,
  .company-message__lead {
    padding: 26px 0;
  }
}

.company-about__text,
.company-message__text {
  display: grid;
  gap: 6px;
}

.company-about__text p,
.company-message__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
}

.company-about__text strong,
.company-message__text strong,
.company-message__accent {
  color: #166de6;
  font-weight: 700;
}

.company-about__cta {
  margin-top: 26px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px 8px 20px;
  border-radius: 999px;
  background: #166de6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.company-about__cta img {
  width: 22px;
}

.company-profile {
  display: grid;
  gap: 12px;
}

.company-profile__table {
  margin: 0;
  display: grid;
  gap: 2px;
}

.company-profile__table div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
}

.company-profile__table dt,
.company-profile__table dd {
  margin: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.4;
}

.company-profile__table dt {
  justify-content: center;
  background: #e8f0fc;
}

.company-profile__table dd {
  border: 2px solid #e8f0fc;
  background: #fff;
  padding-left: 8px;
}

@media (min-width: 1024px) {
  .fv {
    min-height: 870px;
    padding-bottom: 0;
  }
  .fv__bg {
    background-image: url("../../img/kyoubashi/fv-07.svg");
    background-size: 100vw 682px;
    background-position: center top;
  }
  .fv__header {
    width: 1920px;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .fv__logo {
    width: 225px;
    height: 90px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
  }
  .fv__logo img {
    width: 119px;
  }
  .fv__menu-btn {
    display: none;
  }
  .fv-sp-menu {
    display: none !important;
  }
  .fv__nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 36px;
    width: 625.778px;
    padding: 21px 72px;
    margin-left: auto;
    margin-right: -10px;
    background: linear-gradient(90deg, #1668e5 0%, #09b7f8 100%);
    border-bottom-left-radius: 30px;
    align-items: center;
  }
  .fv__nav a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
  }
  .fv__contact {
    display: grid;
    gap: 6px;
    padding: 10px 30px 10px 40px;
    border: 2px solid #0ab4f7;
    border-bottom-left-radius: 30px;
    background: #fff;
    color: #0d9ef2;
  }
  .fv__contact p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .fv__contact span {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    color: #fff;
    background: #0d9ef2;
    font-size: 14px;
    line-height: 1;
    padding: 3px 0;
  }
  .fv__tel {
    font-size: 22px !important;
  }
  .fv__tel img {
    width: 24px;
    height: 24px;
  }
  .fv__inner {
    width: min(1696px, 100% - 40px);
    margin: 70px 0 0 auto;
    gap: 0;
  }
  .fv__copy {
    width: 400px;
    padding-top: 60px;
  }
  .fv__title {
    margin-top: 30px;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.06em;
  }
  .fv__chips {
    margin-top: 40px;
    width: 350px;
    justify-content: space-between;
    gap: 0;
  }
  .fv__chips span {
    width: 167px;
    height: 36px;
    font-size: 18px;
  }
  .fv__points {
    margin-top: 17px;
    width: 326px;
    gap: 16px;
  }
  .fv__points li {
    width: 98px;
    height: 98px;
  }
  .fv__points small,
  .fv__points span {
    font-size: 16px;
  }
  .fv__points strong {
    font-size: 26px;
  }
  .fv__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 560px;
    border-radius: 30px 0 0 30px;
  }
  .fv__photo img {
    width: 1131.017px;
    max-width: none;
    height: 1508.023px;
    transform: translate(-32.509px, -442.012px);
  }
  .fv__illust {
    left: 432px;
    top: 339px;
    width: 315px;
  }
  .info {
    padding: 30px 0 90px;
  }
  .info__lead-photo {
    display: block;
    width: min(1920px, 100%);
    height: 800px;
    margin: 0 auto -120px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  .info__lead-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 40%;
       object-position: center 40%;
  }
  .info__inner {
    width: min(1472px, 100% - 40px);
    margin: 0 auto;
    gap: 64px;
    position: relative;
    z-index: 2;
  }
  .info__card {
    border-radius: 30px;
  }
  .info__card--access {
    min-height: 392px;
    width: 100%;
    margin-inline: auto;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    gap: 57px;
  }
  .info__access-left {
    width: 515px;
  }
  .info__card-title {
    width: 515px;
    margin-left: 0;
    border-radius: 0 65px 65px 0;
    padding: 10px 40px;
    font-size: 30px;
    line-height: 50px;
  }
  .info__list {
    margin-top: 36px;
    gap: 0;
    padding-left: 40px;
    font-size: 16px;
    line-height: 38px;
  }
  .info__row {
    grid-template-columns: 92px 1fr;
  }
  .info__row--address dd {
    width: 422px;
  }
  .info__map {
    margin: 0;
    width: 880px;
    height: 352px;
    border-radius: 20px;
  }
  .info__card--flow {
    min-height: 313px;
    padding: 20px 20px 20px 0;
  }
  .info__flow-slide.is-active {
    display: flex;
    align-items: flex-start;
    gap: 57px;
  }
  .info__flow-left {
    width: 515px;
  }
  .info__card-title--flow {
    width: 215px;
    min-height: 69px;
    font-size: 30px;
    line-height: 50px;
    padding: 10px 35px;
  }
  .info__step {
    margin-top: 23px;
    grid-template-columns: 115px 274px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: start;
    padding-left: 40px;
  }
  .info__step-num {
    width: 115px;
    font-size: 112px;
    line-height: 0.95;
    -webkit-text-stroke: 1px #8ac3ff;
    font-variant-numeric: tabular-nums;
  }
  .info__step-copy h3 {
    min-height: 43px;
    font-size: 27px;
    line-height: 1.58;
  }
  .info__step-copy p {
    width: 382px;
    margin-top: 7px;
    min-height: 48px;
    font-size: 18px;
    line-height: 1.31;
  }
  .info__flow-photo {
    margin: 0;
    width: 880px;
    height: 273px;
    border-radius: 20px;
  }
  .info__arrows {
    position: absolute;
    left: 40px;
    right: auto;
    top: 249px;
    margin: 16px 0 0;
    padding-left: 0;
    gap: 16px;
    justify-content: flex-start;
  }
  .info__arrow {
    width: 30px;
    height: 30px;
  }
  .cta {
    padding: 90px 0;
  }
  .cta__inner {
    width: min(968px, 100% - 40px);
    gap: 24px;
    justify-items: center;
  }
  .cta__title {
    font-size: 32px;
    line-height: 43px;
  }
  .cta__sub {
    margin-top: 0;
    font-size: 12px;
    gap: 12px;
  }
  .cta__sub span {
    width: 100.5px;
  }
  .cta__offer {
    width: min(658px, 100%);
    min-height: 250px;
    border-radius: 30px;
    padding: 0 147px 24px;
  }
  .cta__offer-badge {
    width: 188px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
  }
  .cta__normal-price {
    margin-top: 14px;
  }
  .cta__normal-label {
    font-size: 16px;
  }
  .cta__normal-value {
    font-size: 19px;
  }
  .cta__free-offer {
    margin-top: 8px;
    font-size: 36px;
    line-height: 1.08;
  }
  .cta__offer-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.28;
  }
  .cta__detail-link {
    margin-top: 10px;
    width: 221px;
    height: 25px;
    border-width: 1px;
    font-size: 14px;
  }
  .cta__offer-note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .cta__notes {
    font-size: 12px;
    line-height: 1.33;
  }
  .cta__cashless {
    width: min(625.747px, 100%);
    justify-self: center;
    gap: 16px;
  }
  .cta__cashless h3 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 8px;
  }
  .cta__cash-row p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    line-height: 1.2;
  }
  .cta__cash-row p::after {
    content: "";
    width: 40px;
    border-top: 1px solid #000;
    opacity: 0.7;
  }
  .cta__cash-row--emoney p::after {
    width: 170px;
  }
  .cta__cash-row {
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .cta__cash-row--credit {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .cta__cash-row--emoney {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .cta__credit-brands {
    width: 248px;
  }
  .cta__emoney-list {
    gap: 20px;
  }
  .cta__emoney-list img {
    height: 30px;
  }
  .cta__actions {
    width: min(968px, 100%);
    justify-self: center;
    grid-template-columns: repeat(3, 312px);
    justify-content: space-between;
    gap: 0;
  }
  .cta__action {
    min-height: 60px;
    padding: 14px 16px 21px;
    border-width: 2px;
    gap: 8px;
  }
  .cta__action--web {
    width: auto;
    justify-self: auto;
  }
  .cta__action-row {
    display: contents;
  }
  .cta__action-icon {
    width: 30px;
    flex-basis: 30px;
  }
  .cta__action-text {
    gap: 3px;
  }
  .cta__action-text small {
    font-size: 14px;
    line-height: 1;
  }
  .cta__action-text strong {
    font-size: 18px;
    line-height: 1;
  }
  .cta__action--first .cta__action-text small {
    font-size: 11px;
  }
  .cta__action-arrow {
    width: 24px;
    flex-basis: 24px;
  }
  .faqsec {
    padding: 120px 0;
  }
  .faqsec__inner {
    width: 100vw;
    padding-left: 50px;
    gap: 120px;
  }
  .faqsec__title {
    width: 224px;
    text-align: left;
  }
  .faqsec__title p {
    font-size: 12px;
  }
  .faqsec__title h2 {
    margin-top: 22px;
    font-size: 32px;
    line-height: 43px;
  }
  .faqsec__list {
    width: 70%;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -200px;
    gap: 32px;
  }
  .faqsec__item {
    border-radius: 10px;
    padding: 32px;
  }
  .faqsec__question {
    grid-template-columns: 48px 1fr 27px;
    -moz-column-gap: 38px;
         column-gap: 38px;
    padding-bottom: 18px;
  }
  .faqsec__qmark {
    width: 48px;
    height: 48px;
    font-size: 35px;
  }
  .faqsec__question h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .faqsec__arrow {
    width: 27px;
    height: 27px;
  }
  .faqsec__arrow::before {
    height: 3px;
  }
  .faqsec__arrow::after {
    width: 3px;
  }
  .faqsec__item > p {
    margin-top: 22px;
    padding-left: 86px;
    width: 100%;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.04em;
  }
  .faqsec__answer > p {
    margin-top: 22px;
    padding-left: 86px;
    width: 100%;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.04em;
  }
  .faqsec__image--banner {
    width: 90vw;
    border-radius: 0;
  }
  .faqsec__image--area {
    width: 1080px;
    margin: 0 auto;
    border-radius: 0;
  }
  .cause {
    padding: 120px 0 130px;
  }
  .cause__inner {
    width: 1696px;
    gap: 120px;
  }
  .cause__intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .cause__intro-text {
    width: 616px;
    padding-top: 20px;
    padding-left: 50px;
  }
  .cause__eyebrow {
    font-size: 12px;
  }
  .cause__title {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.25;
  }
  .cause__lead {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.56;
  }
  .cause__intro-photo {
    width: 1087px;
    height: 400px;
    border-radius: 30px 0 0 30px;
  }
  .cause__diagram {
    width: 90vw;
    margin: -200px auto 0;
    z-index: -1;
    border-radius: 30px;
  }
  .cause__pelvic {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .cause__pelvic-text {
    width: 712px;
    padding-top: 12px;
    padding-left: 50px;
  }
  .cause__title--pelvic {
    margin-top: 19px;
    margin-bottom: 48px;
  }
  .cause__pelvic-text p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.56;
  }
  .cause__pelvic-photo {
    width: 960px;
    height: 400px;
    border-radius: 30px 0 0 30px;
    margin-top: 30px;
  }
  .traffic-staff {
    width: 100%;
    margin: 120px auto 0;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .traffic-staff__intro {
    width: 320px;
    margin: 0;
    padding-top: 0;
  }
  .traffic-staff__title {
    margin-top: 18px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.08em;
  }
  .traffic-staff__lead {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.56;
  }
  .traffic-staff__visual {
    width: 793px;
    margin: 0;
    padding-bottom: 0;
    min-height: 450px;
  }
  .traffic-staff__photo {
    width: 793px;
    height: 450px;
    border-radius: 0;
  }
  .traffic-staff__photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .traffic-staff__slider {
    position: absolute;
    left: -16vw;
    top: 91px;
    margin-top: 0;
    width: 536px;
  }
  .traffic-staff__card {
    width: 516px;
    min-height: 323px;
    margin: 0;
    padding: 48px;
    border-width: 1px;
    border-radius: 10px;
  }
  .traffic-staff__role {
    font-size: 16px;
  }
  .traffic-staff__name {
    margin-top: 6px;
    font-size: 48px;
    line-height: 1.1;
  }
  .traffic-staff__desc {
    margin-top: 22px;
    padding-top: 22px;
    border-top-width: 1px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.04em;
  }
  .traffic-staff__arrow {
    top: 175px;
    width: 40px;
    height: 40px;
  }
  .traffic-staff__arrow--prev {
    left: -20px;
  }
  .traffic-staff__arrow--next {
    right: 0;
  }
  .traffic-staff__more {
    width: 251px;
    height: 36px;
    margin: 0 50px;
    border-radius: 0 0 10px 10px;
    justify-content: flex-start;
    padding: 0 16px 0 20px;
    gap: 10px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.05em;
  }
  .traffic-staff__more img {
    margin-left: auto;
    width: 22px;
    height: 22px;
  }
  .traffic-access {
    width: 100%;
    margin: 120px auto 0;
    padding-left: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 46px;
  }
  .traffic-access__info {
    width: 658px;
    margin: 0;
    gap: 24px;
  }
  .traffic-access__info h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .traffic-access__divider {
    width: 439.5px;
  }
  .traffic-access__table {
    font-size: 16px;
    line-height: 2.375;
  }
  .traffic-access__table div {
    gap: 23px;
  }
  .traffic-access__table dt {
    width: 80px;
    letter-spacing: 0.12em;
  }
  .traffic-access__table dd {
    width: 422px;
    flex: none;
  }
  .traffic-access__map {
    margin-top: 20px;
    width: 658px;
    height: 420px;
    border-radius: 10px;
  }
  .traffic-access__map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .traffic-access__photo {
    display: block;
    width: 960px;
    height: 721px;
    margin: 0;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    -webkit-mask-image: url("../../img/kyoubashi/traffic-access-photo-mask-pc.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url("../../img/kyoubashi/traffic-access-photo-mask-pc.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }
  .traffic-access__photo img {
    display: block;
    width: 1120px;
    max-width: none;
    height: 748px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-72px, -10px);
  }
  .traffic-safe-cases {
    width: 100%;
    margin: 120px auto 0;
  }
  .traffic-safe-cases__inner {
    width: min(1398px, 100% - 48px);
    margin: 0 auto;
    padding: 96px 11vw;
  }
  .traffic-safe-cases__inner h2 {
    font-size: 30px;
    line-height: 1.07;
  }
  .traffic-safe-cases__inner h2 br {
    display: none;
  }
  .traffic-safe-cases__list {
    margin-top: 80px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
  .traffic-safe-case {
    gap: 24px;
  }
  .traffic-safe-case__photo {
    width: 200px;
    height: 200px;
  }
  .traffic-safe-case__photo--mask {
    -webkit-mask-image: url("../../img/kyoubashi/traffic-safe-mask-pc.svg");
    mask-image: url("../../img/kyoubashi/traffic-safe-mask-pc.svg");
  }
  .traffic-safe-case p {
    font-size: 16px;
    line-height: 1.31;
  }
  .voices {
    padding: 0;
  }
  .voices__inner {
    position: relative;
    width: 100%;
    min-height: 640px;
    display: block;
    padding-top: 10px;
  }
  .voices__title-panel {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 586px;
    margin: 0;
    padding: 170px 80px;
    border-radius: 0 40px 40px 0;
  }
  .voices__eyebrow {
    font-size: 12px;
  }
  .voices__title-panel h2 {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.56;
  }
  .voices__more {
    margin-top: 24px;
    width: 241px;
    height: 44px;
    font-size: 16px;
    gap: 29px;
  }
  .voices__carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 0;
    margin-top: 23px;
    position: relative;
    z-index: 1;
  }
  .voices__track {
    gap: 48px;
  }
  .voices__card {
    flex-basis: 276px;
    padding: 0 0 20px;
  }
  .voices__num {
    left: 0;
    top: 14px;
    font-size: 106px;
  }
  .voices__photo {
    height: 247px;
  }
  .voices__text {
    margin-top: 32px;
    min-height: 84px;
    font-size: 17px;
    line-height: 1.35;
  }
  .voices__name {
    margin-top: 16px;
    min-width: 126px;
    height: 28px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .voices__note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.33;
    max-width: 236px;
  }
  .voices__controls {
    margin-top: 20px;
    padding-right: 24px;
  }
  .trouble {
    margin-top: 80px;
    position: relative;
  }
  .trouble__inner {
    width: min(975px, 100% - 48px);
    margin: 0 auto;
  }
  .trouble__title {
    padding-left: 0;
  }
  .trouble__title h2 {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .trouble__panel {
    position: relative;
    margin-top: 39px;
  }
  .trouble__box {
    width: 813px;
    min-height: 344px;
    border-radius: 30px;
    padding: 60px 373px 60px 40px;
  }
  .trouble__list {
    width: 400px;
  }
  .trouble__list li {
    gap: 8px;
    min-height: 50px;
  }
  .trouble__list li:not(:last-child)::after {
    left: 32px;
    right: 4px;
  }
  .trouble__list span {
    font-size: 16px;
    line-height: 1.56;
    white-space: nowrap;
  }
  .trouble__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    margin: 0;
    border-radius: 30px 0 0 30px;
  }
  .trouble__photo img {
    height: 400px;
    aspect-ratio: auto;
  }
  .trouble__lead {
    width: 100%;
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 1.56;
  }
  .trouble__lead p + p {
    margin-top: 0;
  }
  .points {
    padding-top: 170px;
  }
  .points-acupuncture {
    padding-top: 260px;
  }
  .info__inner-acupuncture-access {
    width: min(1472px, 100% - 100px);
    margin: 0 auto;
  }
  .info__inner-acupuncture {
    padding: 120px 0 100px;
  }
  .info__inner-flow {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 919px) {
  .info__inner-flow {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .points__inner {
    width: 100%;
  }
  .points__title {
    position: absolute;
    left: 20%;
    top: -50px;
    width: 387px;
    height: 228px;
    border-radius: 0 40px 40px 0;
    padding: 68px 64px 26px;
    z-index: 5;
  }
  .points__eyebrow {
    font-size: 12px;
  }
  .points__title h2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.75;
  }
  .points__title h2 span:last-child {
    margin-top: 0;
    font-size: 40px;
    line-height: 1.05;
  }
  .points__controls {
    display: flex;
    gap: 16px;
    margin-top: 28px;
  }
  .points__control {
    width: 30px;
    height: 30px;
  }
  .points__carousel {
    margin-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }
  .points__track {
    gap: 5px;
  }
  .points-card {
    flex-basis: 585px;
    max-width: none;
    margin-left: 0;
    padding-bottom: 24px;
  }
  .points-card__num {
    left: 0;
    top: 12px;
    font-size: 168px;
    -webkit-text-stroke: 1px #166de6;
  }
  .points-card__photo {
    height: 507px;
    aspect-ratio: auto;
  }
  .points-card__badge {
    margin-top: -27px;
    min-height: 50px;
    font-size: 26px;
    line-height: 1.27;
    padding: 10px 14px;
  }
  .points-card__badge--two {
    min-height: 79px;
    line-height: 1.22;
  }
  .points-card__heading {
    margin: 24px 24px 0;
    font-size: 20px;
    line-height: 1.21;
  }
  .points-card__body {
    margin: 14px 24px 0;
    font-size: 16px;
    line-height: 1.79;
  }
  .event {
    padding: 120px 0 180px;
  }
  .event__inner {
    width: 100%;
    margin-left: 50px;
    display: flex;
    justify-content: flex-end;
    gap: 259px;
  }
  .event__text {
    width: 600px;
    margin: 0;
    padding-top: 2px;
  }
  .event__text h2 {
    margin-top: 36px;
    font-size: 31px;
    line-height: 1.31;
    letter-spacing: 0.08em;
  }
  .event__lead {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.56;
  }
  .event__banners {
    width: 990px;
    margin-top: 0;
    gap: 48px;
  }
  .event-banner__photo img {
    height: 400px;
  }
  .event-banner__badge {
    width: 269px;
    left: 0;
    bottom: 0;
    border-width: 3px;
    border-radius: 30px 0 30px 30px;
  }
  .event-banner__badge--summer {
    height: 90px;
    margin-left: -25px;
    margin-top: -50px;
    position: relative;
  }
  .event-banner__badge--tgc {
    height: 180px;
    margin-left: -25px;
    margin-top: -150px;
    position: relative;
  }
  .event-banner__badge img {
    width: 187px;
  }
  .specialist {
    padding: 120px 0;
  }
  .specialist__inner {
    width: min(1696px, 100% - 40px);
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    gap: 180px;
  }
  .specialist__header {
    width: 299px;
    margin: 0;
    padding-top: 4px;
  }
  .specialist__title {
    margin-top: 28px;
    font-size: 32px;
    line-height: 1.25;
  }
  .specialist__lead {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.56;
  }
  .specialist__cards {
    width: 70%;
    margin-top: 0;
    gap: 48px;
  }
  .specialist-card {
    display: flex;
    align-items: center;
    overflow: visible;
  }
  .specialist-card__photo {
    width: 70%;
    border-radius: 30px 0 0 30px;
  }
  .specialist-card__photo img {
    height: 297px;
  }
  .specialist-card__body {
    width: 519px;
    height: 297px;
    border-bottom-left-radius: 0;
    padding: 58px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .specialist-card__role {
    font-size: 15px;
    line-height: 1.1;
    padding: 6px 13px;
  }
  .specialist-card__name {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.15;
  }
  .specialist-card__comment {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .footer {
    background: transparent;
  }
  .footer__card {
    left: 224px;
    transform: none;
    width: 469px;
    border-radius: 0 0 30px 30px;
    padding: 24px 111px 40px;
  }
  .footer__logo {
    width: 247px;
    margin: 0;
  }
  .footer__address {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.44;
  }
  .footer__tel {
    margin-top: 15px;
    gap: 5px;
    font-size: 22px;
  }
  .footer__tel picture,
  .footer__tel img {
    width: 24px;
    height: 24px;
  }
  .footer__meta {
    margin-top: 15px;
    gap: 6px;
  }
  .footer__meta p {
    gap: 6px;
    font-size: 16px;
    line-height: 1.25;
  }
  .footer__meta span {
    min-width: 60px;
    padding: 4px 2px;
    font-size: 14px;
  }
  .footer__nav-area {
    margin-top: -1px;
    min-height: 633px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 1px;
  }
  .footer__menus {
    width: 985px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 45px;
    top: 33vw;
  }
  .footer__menu-block {
    width: 357px;
  }
  .footer__menu-block--symptoms {
    width: 512px;
    margin-top: 0;
  }
  .footer__menu-block h2 {
    padding: 0 16px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
  }
  .footer__menu-cols {
    margin-top: 15px;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    gap: 24px;
  }
  .footer__symptom-cols--mobile {
    display: none;
  }
  .footer__symptom-cols--desktop {
    display: grid;
    margin-top: 15px;
    grid-template-columns: repeat(3, max-content);
    gap: 80px;
  }
  .footer__menu-cols a,
  .footer__symptom-cols a {
    font-size: 16px;
    line-height: 2.125;
  }
  .sitemap-page {
    padding-bottom: 120px;
  }
  .subpage-hero-wrap {
    margin-top: -40px;
  }
  .subpage-hero {
    width: 95vw;
    border-radius: 0 0 40px 40px;
  }
  .subpage-hero img {
    height: 670px;
  }
  .subpage-hero__title {
    bottom: -45px;
    width: 483px;
    height: 139px;
  }
  .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__heading {
    margin-top: -65px;
    font-size: 36px;
    line-height: 1.38;
  }
  .acupuncture-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--acupuncture {
    width: 483px;
    min-height: 211px;
    height: auto;
    padding: 42px 43px 42px 44px;
    gap: 17px;
    border: 3px solid #fff;
    border-radius: 30px;
    bottom: -106px;
  }
  .subpage-hero__title--acupuncture .subpage-hero__eyebrow {
    font-size: 16px;
    line-height: 1;
  }
  .subpage-hero__title--acupuncture .subpage-hero__heading {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.19;
    margin: 0;
  }
  .subpage-hero__title--acupuncture .subpage-hero__sub {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.24;
  }
  .acupuncture-problem {
    margin: 180px 50px 120px;
    max-width: 1480px;
  }
  .acupuncture-problem__inner {
    width: 1800px;
    margin-left: auto;
    margin-right: 0;
  }
  .acupuncture-problem__eyebrow {
    padding-left: 0;
  }
  .acupuncture-problem__title {
    margin-top: 19px;
    margin-left: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .acupuncture-problem__title-main {
    display: inline;
    margin-left: 0;
    max-width: none;
  }
  .acupuncture-problem__layout {
    margin-top: -20px;
    width: 1438px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .acupuncture-problem__photo {
    width: 55vw;
    max-width: none;
    height: 312px;
    margin: 0;
    border-radius: 30px 0 0 0;
    overflow: hidden;
    flex-shrink: 0;
    order: 2;
    position: absolute;
    right: 0;
    z-index: 3;
  }
  .acupuncture-problem__panel {
    width: 813px;
    margin-top: 60px;
    border-radius: 30px;
    padding: 60px 40px;
    min-height: 244px;
    order: 1;
    z-index: 2;
  }
  .acupuncture-problem__list {
    gap: 19px;
  }
  .acupuncture-problem__list li {
    grid-template-columns: 24px 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .acupuncture-problem__list li:not(:last-child) {
    padding-bottom: 18px;
  }
  .acupuncture-problem__list li:not(:last-child)::after {
    background-image: url("../../img/kyoubashi/acupuncture-problem-divider-pc.svg");
  }
  .acupuncture-problem__list span {
    font-size: 16px;
    line-height: 1.56;
  }
  .acupuncture-problem__lead {
    margin: 40px 0 0;
    width: auto;
  }
  .acupuncture-problem__lead p {
    font-size: 16px;
    line-height: 1.56;
  }
  .acupuncture-problem__lead p + p {
    margin-top: 0;
  }
  .acupuncture-problem__lead strong {
    font-size: 16px;
    line-height: 1.56;
  }
  .sitemap-page__content {
    width: 985px;
    margin-top: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
  }
  .sitemap-page__group {
    width: 357px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .sitemap-page__group--symptoms {
    width: 512px;
  }
  .sitemap-page__group + .sitemap-page__group {
    margin-top: 0;
  }
  .sitemap-page__group h2 {
    font-size: 16px;
    line-height: 27px;
    padding: 0 17px;
    justify-self: start;
  }
  .sitemap-page__links {
    margin-top: 15px;
  }
  .sitemap-page__links--two {
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .sitemap-page__links--two ul:first-child {
    width: 164px;
  }
  .sitemap-page__links--two ul:last-child {
    width: 260px;
  }
  .sitemap-page__group--symptoms .sitemap-page__links--two {
    display: none;
  }
  .sitemap-page__links--three {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .sitemap-page__links a {
    font-size: 16px;
    line-height: 2.125;
    text-underline-offset: 2px;
  }
  .price-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--price {
    width: 483px;
  }
  .subpage-hero__title--price .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--price .subpage-hero__heading {
    font-size: 36px;
  }
  .price-page__content {
    width: min(1472px, 100% - 40px);
    margin-top: 120px;
    gap: 96px;
  }
  .price-intro {
    width: min(1070px, 100% - 100px);
    margin: 0 auto;
  }
  .price-intro p {
    font-size: 16px;
    line-height: 1.56;
  }
  .price-intro strong {
    font-size: 30px;
    line-height: 1.4;
  }
  .price-intro__note {
    margin-top: 6px;
    font-size: 14px;
    line-height: 2.5;
  }
  .price-cards {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 27px);
  }
  .price-card {
    border-radius: 10px;
  }
  .price-card__photo img {
    height: clamp(320px, 32vw, 476px);
  }
  .price-card__body {
    padding: 0 clamp(12px, 1.2vw, 17px) clamp(16px, 1.8vw, 20px);
    min-height: clamp(320px, 30vw, 350px);
  }
  .price-card__badge {
    margin-top: clamp(-27px, -2.1vw, -18px);
  }
  .price-card__badge-main,
  .price-card__badge-sub {
    min-width: clamp(108px, 10.5vw, 152px);
    height: clamp(38px, 3.5vw, 50px);
    font-size: clamp(18px, 1.8vw, 26px);
  }
  .price-card__text {
    margin-top: clamp(14px, 2vw, 24px);
    min-height: clamp(120px, 12vw, 145px);
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.7;
  }
  .price-card__price {
    margin-top: clamp(14px, 2vw, 24px);
    gap: clamp(4px, 0.8vw, 8px);
  }
  .price-card__before {
    font-size: clamp(32px, 2.8vw, 40px);
  }
  .price-card__after {
    font-size: clamp(32px, 2.8vw, 40px);
  }
  .price-card__price img {
    width: clamp(22px, 2vw, 28px);
    height: clamp(22px, 2vw, 28px);
  }
  .price-card__before--pc {
    display: inline;
  }
  .price-card__before--sp {
    display: none;
  }
  .price-card__cta {
    margin-top: clamp(12px, 1.4vw, 16px);
    width: 100%;
    max-width: 330px;
    height: clamp(42px, 3.6vw, 45px);
    font-size: clamp(14px, 1.2vw, 18px);
    gap: clamp(8px, 1vw, 12px);
  }
  .price-card__cta img {
    width: clamp(20px, 1.8vw, 27px);
    height: clamp(20px, 1.8vw, 27px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .price-cards {
    gap: 14px;
  }
  .price-card__body {
    padding: 0 12px 16px;
    min-height: 340px;
  }
  .price-card__badge-main,
  .price-card__badge-sub {
    min-width: 116px;
    height: 40px;
    font-size: 20px;
  }
  .price-card__text {
    font-size: 13px;
    line-height: 1.62;
    min-height: 136px;
  }
  .price-card__before,
  .price-card__after {
    font-size: 30px;
  }
  .price-card__cta {
    font-size: 13px;
    gap: 8px;
  }
}
@media (min-width: 1024px) {
  .price-section__eyebrow {
    font-size: 12px;
    line-height: 13px;
  }
  .price-section__title {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.25;
  }
  .price-section__lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.56;
  }
  .price-insurance__grid {
    margin-top: 40px;
    grid-template-columns: 400px 400px 400px;
    gap: 40px;
  }
  .price-insurance-card {
    border-radius: 30px;
    padding: 20px 40px 28px;
    min-height: 218px;
  }
  .price-insurance-card h3 {
    min-height: 34px;
    padding: 4px 18px 5px 40px;
    margin-left: -40px;
    font-size: 18px;
    line-height: 1.4;
  }
  .price-insurance-card h3.price-insurance-card__heading {
    margin-left: -40px;
    padding-left: 40px;
  }
  .price-insurance-card p {
    margin-top: 29px;
    font-size: 16px;
    line-height: 1.88;
  }
  .price-insurance-card ul {
    margin-top: 20px;
  }
  .price-insurance-card li {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.56;
  }
  .price-judo__fees {
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 262px));
    gap: 32px;
  }
  .price-judo__fees p {
    min-height: 69px;
    font-size: 40px;
  }
  .price-judo__label {
    min-width: 76px;
    min-height: 34px;
    font-size: 16px;
  }
  .price-judo__note,
  .price-acu-insurance__note {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.43;
  }
  .price-acu-insurance__symptoms {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.56;
  }
  .price-table-wrap {
    margin-top: 25px;
    overflow-x: visible;
  }
  .price-table {
    width: min(486px, 100%);
    min-width: 0;
    margin: 0;
    table-layout: fixed;
  }
  .price-table th,
  .price-table td {
    padding: 8px 6px;
    font-size: 15px;
    line-height: 1.31;
  }
  .price-table thead th {
    height: 49px;
    padding: 0 8px;
    vertical-align: middle;
  }
  .price-table thead th:first-child {
    border-top-left-radius: 10px;
  }
  .price-table thead th:last-child {
    border-top-right-radius: 10px;
  }
  .price-table tbody th {
    width: 208px;
    font-weight: 400;
    vertical-align: middle;
  }
  .price-table tbody td {
    width: 85px;
    height: 40px;
    vertical-align: middle;
  }
  .price-table tbody td:nth-child(3),
  .price-table tbody td:nth-child(4) {
    width: 98px;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .price-table tbody tr:last-child th {
    border-bottom-left-radius: 10px;
  }
  .price-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
  .privacy-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--privacy {
    width: 483px;
  }
  .subpage-hero__title--privacy .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--privacy .subpage-hero__heading {
    font-size: 36px;
  }
  .privacy-page__content {
    width: 1080px;
    margin-top: 120px;
    gap: 40px;
  }
  .privacy-page__intro,
  .privacy-page__article {
    gap: 24px;
  }
  .privacy-page__intro h2,
  .privacy-page__article h3 {
    font-size: 16px;
    line-height: 27px;
    padding: 0 17px;
  }
  .privacy-page__intro p,
  .privacy-page__article p,
  .privacy-page__article li {
    font-size: 16px;
    line-height: 1.5;
  }
  .staff-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--staff {
    width: 397px;
  }
  .subpage-hero__title--staff .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--staff .subpage-hero__heading {
    font-size: 36px;
    margin-top: -65px;
  }
  .staff-page__content {
    width: min(1702px, 100% - 80px);
    margin-top: 120px;
  }
  .staff-page__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: clamp(32px, 6vw, 120px);
         column-gap: clamp(32px, 6vw, 120px);
    row-gap: clamp(64px, 8vw, 120px);
  }
  .staff-card {
    max-width: 791px;
    width: 100%;
    grid-template-columns: minmax(0, 1.17fr) minmax(0, 1fr);
    -moz-column-gap: clamp(20px, 3vw, 48px);
         column-gap: clamp(20px, 3vw, 48px);
    align-items: center;
  }
  .staff-card__photo-wrap {
    border-radius: 30px;
  }
  .staff-card__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
  }
  .staff-card__body {
    width: 100%;
    margin: 0;
    row-gap: clamp(28px, 5vw, 80px);
  }
  .staff-card__meta-group {
    row-gap: clamp(12px, 2vw, 19px);
  }
  .staff-card__meta-group--license {
    row-gap: clamp(12px, 2vw, 20px);
  }
  .staff-card__label {
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1.375;
  }
  .staff-card__name,
  .staff-card__license {
    font-size: clamp(18px, 1.9vw, 22px);
    line-height: 1.45;
  }
  .staff-card__message {
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.8;
  }
  .reservation-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--reservation {
    width: 483px;
  }
  .subpage-hero__title--reservation .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--reservation .subpage-hero__heading {
    font-size: 36px;
  }
  .reservation-page__content {
    width: 1080px;
    margin-top: 120px;
  }
  .reservation-page__lead {
    font-size: 16px;
    line-height: 1.56;
  }
  .reservation-page__methods {
    margin-top: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 174px;
  }
  .reservation-method,
  .reservation-form-section__heading {
    width: 100%;
  }
  .reservation-method__eyebrow {
    font-size: 12px;
  }
  .reservation-method h2,
  .reservation-form-section__heading h2 {
    margin-top: 22px;
    font-size: 32px;
    line-height: 31px;
  }
  .reservation-method__text,
  .reservation-form-section__heading .reservation-method__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.56;
  }
  .reservation-cta {
    margin-top: 27px;
    min-height: 60px;
    padding: 11px 16px 11px 25px;
    gap: 27px;
    width: 345px;
  }
  .reservation-cta__icon--calendar {
    width: 30px;
  }
  .reservation-cta__icon--phone {
    width: 25px;
  }
  .reservation-cta__copy small {
    font-size: 14px;
    line-height: 18px;
  }
  .reservation-cta__copy strong {
    font-size: 18px;
    line-height: 18px;
  }
  .reservation-cta__copy--tel strong {
    font-size: 26px;
  }
  .reservation-cta__copy--tel small {
    font-size: 11px;
    letter-spacing: -0.07em;
  }
  .reservation-method__hours {
    margin: 8px 0 0 74px;
    gap: 7px;
    font-size: 18px;
  }
  .reservation-method__hours span {
    padding: 6px;
    font-size: 14px;
  }
  .reservation-form-section {
    margin-top: 120px;
  }
  .reservation-notice {
    width: 1080px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 28px 96px;
  }
  .reservation-notice p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.03em;
  }
  .reservation-form {
    width: 1080px;
    margin-top: 40px;
    padding: 120px 120px 128px;
    border-radius: 30px;
    gap: 88px;
  }
  .reservation-form__field {
    gap: 16px;
  }
  .reservation-form__field span {
    font-size: 16px;
    line-height: 18px;
  }
  .reservation-form__field input,
  .reservation-form__field textarea {
    padding: 10px 14px;
  }
  .reservation-form__field input,
  .reservation-form__field textarea {
    height: 40px;
  }
  .reservation-form__submit {
    min-width: 226px;
    height: 44px;
    gap: 65px;
    font-size: 18px;
    text-align: center;
  }
  .reservation-form__submit img {
    width: 24px;
  }
  .access-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--access {
    width: 483px;
  }
  .subpage-hero__title--access .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--access .subpage-hero__heading {
    font-size: 36px;
  }
  .access-page__content {
    width: min(1472px, 100% - 80px);
    margin-top: 120px;
    gap: 46px;
  }
  .access-page__lead {
    display: grid;
    width: 460px;
    gap: 80px;
  }
  .access-page__text-block {
    width: 100%;
    margin: 0;
  }
  .access-page__text-block--car {
    width: 352px;
  }
  .access-page__eyebrow {
    font-size: 12px;
  }
  .access-page__text-block h2 {
    margin-top: 22px;
    padding: 0 4px;
    font-size: 32px;
    line-height: 31px;
  }
  .access-page__text-block h2 br {
    display: none;
  }
  .access-page__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.56;
  }
  .access-page__content {
    display: grid;
    grid-template-columns: 447px minmax(0, 1fr);
    gap: 107px;
  }
  .access-page__content--traffic {
    width: min(1472px, 100% - 80px);
    margin-top: 120px;
    gap: 107px;
  }
  .access-page__content--traffic .access-page__lead {
    gap: 80px;
  }
  .access-page__content--traffic .access-page__text-block {
    width: 100%;
    margin: 0;
  }
  .access-page__content--traffic .access-page__text-block h2 span {
    line-height: 31px;
  }
  .access-page__content--traffic .access-page__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.56;
  }
  .access-carousel {
    width: 100%;
  }
  .access-carousel--traffic .access-slide {
    min-height: 425px;
    gap: 24px;
    padding: 29px 20px 20px 18px;
    border-radius: 30px;
  }
  .access-carousel--traffic .access-slide__head {
    display: flex;
    gap: 10px;
    padding: 0;
    align-items: center;
  }
  .access-carousel--traffic .access-slide__num {
    font-size: 112.345px;
    line-height: 0.95;
    -webkit-text-stroke-width: 1.5px;
  }
  .access-carousel--traffic .access-slide__copy {
    font-size: 18px;
    line-height: 1.31;
  }
  .access-carousel--traffic .access-slide__text {
    font-size: 14px;
    line-height: 1.43;
  }
  .access-carousel--traffic .access-slide__photo {
    width: 100%;
    margin: 0;
    border-radius: 20px;
  }
  .access-carousel--traffic .access-slide__photo img {
    aspect-ratio: 880/273;
  }
  .access-carousel--traffic .access-carousel__controls {
    left: 0;
    right: 0;
    top: 63%;
    bottom: auto;
    height: 60px;
    transform: translateY(-50%);
  }
  .access-carousel--traffic .access-carousel__control {
    width: 60px;
    height: 60px;
  }
  .access-carousel--traffic .access-carousel__control--prev {
    left: 0;
  }
  .access-carousel--traffic .access-carousel__control--next {
    right: 0;
  }
  .access-carousel--traffic .access-carousel__dots {
    display: none;
  }
  .access-slide {
    min-height: 425px;
    gap: 24px;
    padding: 29px 20px 20px 18px;
  }
  .access-slide__head {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .access-slide__num {
    font-size: 112.345px;
    line-height: 0.95;
    -webkit-text-stroke-width: 1.5px;
  }
  .access-slide__copy {
    font-size: 18px;
    line-height: 1.31;
  }
  .access-slide__photo {
    border-radius: 20px;
  }
  .access-slide__photo img {
    aspect-ratio: 880/273;
  }
  .access-carousel__controls {
    left: 0;
    right: 0;
    top: 63%;
    height: 60px;
    transform: translateY(-50%);
  }
  .access-carousel__control {
    width: 60px;
    height: 60px;
  }
  .access-store {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 20px 20px 20px 0;
    min-height: 392px;
  }
  .access-store__text {
    width: 544px;
    padding: 37px 0;
    gap: 24px;
  }
  .access-store__text h2 {
    width: 515px;
    height: 69px;
    padding: 0 40px;
    border-radius: 0 65px 65px 0;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .access-store__table {
    width: 504px;
    margin-left: 40px;
    gap: 24px;
    font-size: 16px;
    line-height: 1.31;
  }
  .access-store__table div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .access-store__table dt {
    width: 69px;
    flex: none;
  }
  .access-store__table dd {
    width: 422px;
    flex: none;
  }
  .access-store__map {
    width: 880px;
    height: 352px;
    border-radius: 20px;
  }
  .access-store__map img {
    height: 100%;
  }
  .company-page {
    padding-bottom: 120px;
  }
  .subpage-hero__title--company {
    width: 483px;
  }
  .subpage-hero__title--company .subpage-hero__eyebrow {
    font-size: 16px;
  }
  .subpage-hero__title--company .subpage-hero__heading {
    font-size: 36px;
  }
  .company-page__content {
    width: min(1200px, 100% - 48px);
    margin: 120px auto 0;
    gap: 127px;
    justify-items: center;
  }
  .company-intro {
    width: min(1000px, 100%);
    margin: 0 auto;
  }
  .company-intro__title {
    font-size: 100px;
    line-height: 1.26;
    letter-spacing: 0.06em;
  }
  .company-intro__catch {
    margin-top: 32px;
    font-size: 34px;
    line-height: 1.3;
  }
  .company-intro__catch br {
    display: none;
  }
  .company-intro__lead {
    margin-top: 80px;
    font-size: 20px;
    line-height: 1.8;
  }
  .company-intro__note {
    margin-top: 24px;
  }
  .company-about,
  .company-message {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 71px;
  }
  .company-about__body,
  .company-message__body {
    width: 825px;
    display: grid;
    gap: 40px;
  }
  .company-about__photo--sp,
  .company-message__photo--sp {
    display: none;
  }
  .company-about__photo--pc,
  .company-message__photo--pc {
    display: block;
    width: 960px;
    height: 419px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .company-about__photo--pc {
    min-height: 419px;
  }
  .company-message__photo--pc {
    min-height: 404px;
  }
  .company-heading {
    gap: 19px;
  }
  .company-heading--about {
    width: 432px;
  }
  .company-heading--message {
    width: 240px;
  }
  .company-heading--profile {
    width: 136px;
  }
  .company-heading h3 {
    font-size: 32px;
    line-height: 1.3;
  }
  .company-about__lead,
  .company-message__lead {
    font-size: 21px;
    line-height: 1.48;
  }
  .company-about__text,
  .company-message__text {
    gap: 14px;
  }
  .company-about__text p,
  .company-message__text p {
    font-size: 16px;
    line-height: 1.56;
  }
  .company-about__cta {
    margin-top: 0;
    min-height: 45px;
    gap: 21px;
    padding: 7px 11px 9px 36px;
    border-radius: 60px;
    font-size: 18px;
  }
  .company-about__cta img {
    width: 27px;
  }
  .company-profile {
    width: 744px;
    margin: 0;
    justify-self: start;
    gap: 44px;
  }
  .company-profile__table div {
    grid-template-columns: 194px minmax(0, 1fr);
  }
  .company-profile__table dt,
  .company-profile__table dd {
    min-height: 40px;
    font-size: 16px;
    line-height: 1.4;
    padding: 7px 12px;
  }
  .company-profile__table dd {
    padding-left: 21px;
  }
}
@media (min-width: 1280px) {
  .company-page__content {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }
  .company-intro {
    width: min(760px, 100% - 48px);
    max-width: 760px;
    margin-inline: auto;
    justify-self: center;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .company-intro__title,
  .company-intro__catch,
  .company-intro__lead,
  .company-intro__note {
    width: 100%;
    text-align: center;
  }
  .company-intro__title span {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .company-page__content {
    width: min(1200px, 100% - 48px);
    gap: 88px;
    justify-items: center;
  }
  .company-about,
  .company-message {
    width: 100%;
    margin: 0 auto;
    display: grid;
    justify-items: center;
    gap: 40px;
  }
  .company-about__body,
  .company-message__body {
    width: min(760px, 100%);
    margin: 0 auto;
  }
  .company-about__photo--pc,
  .company-message__photo--pc {
    width: min(760px, 100%);
    margin: 0 auto;
    border-radius: 24px;
  }
}