@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
@media screen and (max-width: 1449px) {
  html {
    font-size: clamp(14px, 1.1034482759vw, 16px);
  }
}

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

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.875rem 3.125rem 0 6.875rem;
}
#header .header__logo {
  width: 13rem;
  margin-top: 1.875rem;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1.5rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
#header .header__btn {
  width: 12.875rem;
  height: 3.125rem;
  font-size: 1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6.25rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 67.5rem;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.1875rem;
  max-width: 50%;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.0625rem 1.5625rem;
}
#footer .footer__info {
  width: 100%;
  font-size: var(--font-size-xs);
  line-height: 1.86667;
}
#footer .footer__btn {
  width: 12.875rem;
  height: 3.125rem;
  font-size: 1rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  line-height: 2.375;
  letter-spacing: var(--letter-spacing-base);
  padding-bottom: calc(4.0625rem + var(--font-size-sm));
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: calc(1lh - 1em) 3.75rem;
}
.footer-nav__item {
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: var(--font-size-sm);
  width: 67.5rem;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 3.125rem;
  bottom: 1.5625rem;
  right: 2.1875rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 0.625rem;
  right: 0.625rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  background-size: clamp(528px, 41.25vw, 792px);
  padding-top: 9.375rem;
}
.visual::before {
  height: calc(clamp(138px, 10.78125vw, 207px) + 1px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(520px, 40.625vw, 780px);
  -moz-column-gap: clamp(48px, 3.75vw, 72px);
       column-gap: clamp(48px, 3.75vw, 72px);
  padding-right: clamp(38px, 2.96875vw, 57px);
}
.visual__catch--main {
  margin-top: clamp(64px, 5vw, 96px);
}
.visual__movie {
  width: 75.834%;
  max-width: 91rem;
  height: 100%;
  border-radius: calc(clamp(24px, 1.875vw, 36px) + 1px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(350px, 26.0416666667vw, 500px);
  -moz-column-gap: clamp(28px, 2.1875vw, 42px);
       column-gap: clamp(28px, 2.1875vw, 42px);
}
.visual__sub::before {
  width: calc(100% - clamp(310px, 24.1666666667vw, 464px));
  margin-left: clamp(44px, 3.3854166667vw, 65px);
  border-radius: calc(clamp(24px, 1.875vw, 36px) + 1px);
}
.visual__catch--sub {
  min-width: calc(2lh + clamp(10px, 0.78125vw, 15px));
  font-size: calc(clamp(30px, 2.34375vw, 45px) - 1px);
  line-height: 1.45455;
  -moz-column-gap: clamp(10px, 0.78125vw, 15px);
       column-gap: clamp(10px, 0.78125vw, 15px);
}
.visual__catch--sub > span {
  letter-spacing: 0.18em;
  padding-inline: clamp(12px, 0.9375vw, 18px) calc(clamp(12px, 0.9375vw, 18px) - 0.18em);
  border-radius: clamp(7px, 0.5208333333vw, 10px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
  position: relative;
}
.gnav__link::before {
  content: "";
  width: 0%;
  height: 0.625rem;
  background: var(--color-bg-sub);
  position: absolute;
  top: 55%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.gnav__link:hover::before, .gnav__link.current::before {
  width: 100%;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1.25rem;
  font-size: var(--font-size-xs);
}
.breadcrumb__list {
  width: 67.5rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 9.375rem;
}
.section--bg::before {
  min-width: 120rem;
  height: calc(4.375rem + 1px);
}
.section--dome::before {
  min-width: 120rem;
  height: calc(5rem + 1px);
}

.inbox {
  width: 67.5rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 0.8125rem;
}
.com-tel__num {
  font-size: 2rem;
}
.com-tel__num::before {
  font-size: 1.25rem;
  margin-block: -0.0625rem;
}
.com-tel__num span {
  margin-block: -0.375rem -0.125rem;
}
.com-tel .com-replace {
  font-size: 0.8125rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 25rem;
  height: 4.375rem;
  font-size: var(--font-size-btn);
}
.com-btn::after {
  width: 0.875rem;
  right: 1.75rem;
}
.com-btn--mail {
  font-size: 1.125rem;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.com-btn--mail::before {
  width: 1.25rem;
}

.com-link {
  font-size: var(--font-size-btn);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-link::after {
  width: 0.875rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  font-size: 1rem;
  line-height: 1.375;
}
.com-table tr th,
.com-table tr td {
  vertical-align: middle;
  padding-inline: 1.875rem;
}
.com-table tr th {
  text-align: center;
  padding-block: calc((3.75rem - 1lh) / 2);
  border-bottom: solid 1px var(--color-white);
}
.com-table tr td {
  padding-block: calc((4.875rem - 2lh) / 2);
  background-image: linear-gradient(to right, var(--color-border) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.5rem 2px;
}
.com-table tr:first-of-type th {
  border-top-left-radius: 1.25rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 1.25rem;
}
.com-table tr:last-of-type th {
  border-bottom: none;
  border-bottom-left-radius: 1.25rem;
}
.com-table tr:last-of-type td {
  background-image: none;
  border-bottom-right-radius: 1.25rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.com-post__link {
  flex-direction: column;
  border-radius: 1.5rem;
}
.com-post__link:hover {
  transform: translateY(-0.5rem);
}
.com-post__image img {
  aspect-ratio: 34/22;
}
.com-post__inner {
  padding: 1.25rem 1.25rem 1.5rem;
  gap: 0.5rem;
}
.com-post__date {
  font-size: var(--font-size-xs);
}
.com-post__heading {
  font-size: 1.125rem;
}
.com-post__tags {
  padding-top: 0.3125rem;
}
.com-post__tag {
  font-size: 0.875rem;
  line-height: 1.71429;
  padding-inline: 1em;
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  gap: 0.9375rem 1.25rem;
  margin-bottom: 4.375rem;
}
.com-title01 .en {
  font-size: var(--font-size-h5);
  line-height: 1;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.top-worries__title {
  margin-bottom: 4.6875rem;
}
.top-worries__box {
  width: 61.25rem;
  padding-block: 3.75rem 5rem;
  margin-bottom: 4.0625rem;
}
.top-worries__box::before {
  width: calc(50vw + 27.5rem);
  min-width: calc(600px + 27.5rem);
}
.top-worries__box:nth-of-type(2n + 1) {
  padding-right: 11.5625rem;
}
.top-worries__box:nth-of-type(2n + 1)::before {
  right: 0;
  border-radius: 0 min(9.0625rem, 100vh) min(9.0625rem, 100vh) 0;
}
.top-worries__box:nth-of-type(2n) {
  padding-left: 11.5625rem;
  margin-left: auto;
}
.top-worries__box:nth-of-type(2n)::before {
  left: 0;
  border-radius: min(9.0625rem, 100vh) 0 0 min(9.0625rem, 100vh);
}
.top-worries__box--lumbago .top-worries__image {
  right: -9.375rem;
  bottom: 4.625rem;
}
.top-worries__box--lumbago .top-worries__image img {
  width: 19.4375rem;
}
.top-worries__box--lumbago .top-worries__image::before {
  width: 20.25rem;
  top: -3.9375rem;
  right: -4rem;
}
.top-worries__box--stiffness .top-worries__image {
  left: -3.375rem;
  bottom: -0.3125rem;
}
.top-worries__box--stiffness .top-worries__image img {
  width: 19.375rem;
}
.top-worries__box--stiffness .top-worries__image::before {
  width: 25rem;
  top: -6.6875rem;
  left: -11.5rem;
}
.top-worries__box--dysautonomia .top-worries__image {
  right: -5.25rem;
  bottom: 3.8125rem;
}
.top-worries__box--dysautonomia .top-worries__image img {
  width: 15.4375rem;
}
.top-worries__box--dysautonomia .top-worries__image::before {
  width: 26.5rem;
  bottom: -5.5625rem;
  right: -13.75rem;
}
.top-worries__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 2.1875rem;
}
.top-worries__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 0.8125rem 1.875rem;
  margin-bottom: calc(-0.8125rem - 2px);
  position: relative;
}
.top-worries__list::after {
  content: "";
  width: 100%;
  height: calc(0.8125rem + 2px);
  background: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.top-worries__item {
  font-size: var(--font-size-btn);
  line-height: 1.36364;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: calc(0.8125rem + 2px);
}
.top-worries__image {
  position: absolute;
}
.top-worries__image img {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.top-worries__link {
  margin-top: 2.1875rem;
  margin-left: auto;
}

/*やまおか健康院にお任せください！
-----------------------------*/
.top-about .inbox {
  width: 72.5rem;
}
.top-about__title {
  margin-bottom: 5rem;
}
.top-about__inner {
  border-radius: 100vh;
  padding: 3.75rem 4.6875rem;
}
.top-about__inner::before {
  width: calc(100% + 0.125rem);
  height: 4.625rem;
  top: -2.8125rem;
}
.top-about__inner::after {
  width: calc(100% + 1.375rem);
  height: 3.875rem;
  bottom: -0.25rem;
}
.top-about__text {
  text-align: center;
}
.top-about__image {
  position: absolute;
}
.top-about__image--deco {
  width: 14.75rem;
  top: -3.5625rem;
  left: -0.6875rem;
}
.top-about__image--deco::before {
  width: 21rem;
  left: -10.1875rem;
  bottom: -5.625rem;
}
.top-about__image--img {
  width: 20.875rem;
  right: -11.0625rem;
  bottom: -4.375rem;
}
.top-about__image--img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 50%;
}
.top-about__image--img::after {
  width: 5.5rem;
  top: 0.3125rem;
  right: -1.125rem;
}
.top-about__btn {
  margin: 3.75rem auto 0;
}

/*当院が選ばれる理由
-----------------------------*/
.top-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.top-reason__item {
  border-radius: 2.375rem;
  padding-block: 1.5625rem 1.875rem;
}
.top-reason__image img {
  width: 100%;
  aspect-ratio: 1.4646464646;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason__image {
  margin-inline: 1.5625rem;
  margin-bottom: 1.25rem;
}
.top-reason__image img {
  border-radius: 1.5rem;
}
.top-reason__heading strong {
  font-size: calc(1em + 0.25rem);
  line-height: 1;
}
.top-reason__heading--mid {
  font-size: 1.125rem;
}
.top-reason__btn {
  margin: 3.75rem auto 0;
}

/*ご予約・お問い合わせはこちら
-----------------------------*/
.top-contact {
  background-image: url(../img/index/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.top-contact::after {
  height: 11.625rem;
}
.top-contact__title {
  margin-bottom: 3.125rem;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(5.625rem + 2px);
       column-gap: calc(5.625rem + 2px);
  min-height: 10.625rem;
  border-radius: 100vh;
}
.top-contact__tel {
  align-items: center;
  position: relative;
}
.top-contact__tel::after {
  content: "";
  width: 2px;
  height: 7.125rem;
  background: linear-gradient(to bottom, var(--color-main) 2px, transparent 2px) repeat-y center top/2px 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 2.8125rem);
}
.top-contact__tel .com-tel__num {
  font-size: 3.25rem;
}
.top-contact__tel .com-tel__num::before {
  font-size: 1.875rem;
  margin-block: -0.125rem;
}
.top-contact__tel .com-tel__num span {
  margin-block: -0.6875rem -0.25rem;
}
.top-contact__btn {
  width: 18rem;
  height: 3.75rem;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3.75rem 1.875rem;
}
.top-news__title {
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
  margin-bottom: 0;
  order: 0;
}
.top-news__title .en {
  margin-top: 0.3125rem;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  当院について
===============================================*/
/*痛みの原因に向き合う施術
-----------------------------*/
.about-approach .inbox {
  width: 72.5rem;
}
.about-approach__title {
  margin-bottom: 5rem;
}
.about-approach__inner {
  border-radius: 100vh;
  padding: 3.75rem 4.6875rem;
}
.about-approach__inner::before {
  width: calc(100% + 0.125rem);
  height: 4.625rem;
  top: -2.8125rem;
}
.about-approach__inner::after {
  width: calc(100% + 1.375rem);
  height: 3.875rem;
  bottom: -0.25rem;
}
.about-approach__text {
  text-align: center;
}
.about-approach__text::after {
  content: "";
  width: 5.5rem;
  aspect-ratio: 1;
  background: var(--color-bg-main);
  border-radius: 50%;
  position: absolute;
  right: 0.3125rem;
  bottom: 1.875rem;
  pointer-events: none;
}
.about-approach__image {
  width: 14.75rem;
  position: absolute;
  top: -3.5625rem;
  left: -0.6875rem;
}
.about-approach__image::before {
  width: 21rem;
  left: -10.1875rem;
  bottom: -5.625rem;
}

/*院長紹介
-----------------------------*/
.about-director__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  padding-top: 2.5rem;
}
.about-director__image {
  width: 30.9375rem;
  flex-shrink: 0;
  transform: translateY(-2.5rem);
}
.about-director__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.375rem;
}
.about-director__image::after {
  width: 8.125rem;
  right: -2.875rem;
  bottom: -3.625rem;
}
.about-director__inner {
  width: 100%;
  padding-block: 3.125rem;
  padding-inline: 2.1875rem 2.8125rem;
}
.about-director__inner::before {
  width: calc(100% + 3.75rem);
  height: 100%;
  top: 0;
  left: -0.9375rem;
  border-radius: 2.375rem;
}
.about-director__inner::after {
  width: 21rem;
  aspect-ratio: 336/301;
  top: -6.25rem;
  left: -12.5rem;
}
.about-director__text {
  text-align: justify;
}
.about-director__text p {
  display: inline;
}
.about-director__name {
  font-size: var(--font-size-h5);
  letter-spacing: 0.1em;
  line-height: var(--line-height-h5);
  padding-top: 1.5625rem;
}
.about-director__license {
  padding-top: 2.5rem;
}
.about-director__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.25rem;
}
.about-director__list {
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 0.1em;
}

/*選ばれる理由
-----------------------------*/
.about-reason {
  background-size: max(120rem, 100%);
}
.about-reason__list {
  padding-top: 2.5rem;
}
.about-reason__item {
  min-height: 21.875rem;
  padding-block: 3.125rem;
  margin-bottom: 9.375rem;
}
.about-reason__item::before {
  width: 39.6875rem;
  height: 100%;
  border-radius: 2.375rem;
}
.about-reason__item:nth-of-type(2n + 1) {
  padding-right: 35.9375rem;
}
.about-reason__item:nth-of-type(2n + 1)::before {
  left: -3.125rem;
}
.about-reason__item:nth-of-type(2n + 1) .about-reason__image {
  right: 0;
}
.about-reason__item:nth-of-type(2n + 1) .about-reason__image::after {
  width: 8.125rem;
  right: -2.1875rem;
}
.about-reason__item:nth-of-type(2n) {
  padding-left: 35.9375rem;
}
.about-reason__item:nth-of-type(2n)::before {
  right: -3.125rem;
}
.about-reason__item:nth-of-type(2n) .about-reason__image {
  left: 0;
}
.about-reason__item:nth-of-type(2n) .about-reason__image::after {
  width: 4.75rem;
  left: -2.1875rem;
}
.about-reason__heading {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-bottom: 2.1875rem;
  padding: 0 1em;
  border-radius: 100vh;
}
.about-reason__heading::before {
  font-size: 2.375rem;
  transform: translateY(-0.125rem);
}
.about-reason__heading > span {
  margin-block: calc((3.125rem - 1lh) / 2);
}
.about-reason__image {
  width: 33.75rem;
  height: 100%;
  position: absolute;
  top: -2.5rem;
}
.about-reason__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.375rem;
}
.about-reason__image::after {
  top: -3.125rem;
}

/*メニュー
-----------------------------*/
.about-menu__title {
  margin-bottom: 2.5rem;
}
.about-menu__note {
  font-size: 0.9375rem;
  line-height: 1.66667;
}
.about-menu__list {
  padding: 1.875rem 2.1875rem;
  border-radius: 1.875rem;
  margin-top: 0.875rem;
}
.about-menu__item {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-bottom: calc(1.5625rem + 2px);
  margin-bottom: 1.5625rem;
}

/*院情報
-----------------------------*/
.about-info__table tr th {
  width: 12.5rem;
}
.about-info__table tr td .com-replace {
  font-size: 0.8125rem;
  display: block;
}
.about-info__map {
  width: 28.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about-info__map iframe {
  border-radius: 2.5rem;
}
.about-info:has(.about-info__map) .about-info__title {
  align-items: flex-start;
  text-align: left;
}
.about-info:has(.about-info__map) .about-info__inner {
  padding-right: 31.5625rem;
}

/*推薦の言葉
-----------------------------*/
.about-recommend__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about-recommend__image {
  width: 32.1875rem;
}
.about-recommend__image img {
  width: 100%;
  aspect-ratio: 0.6619537275;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-recommend__image {
  flex-shrink: 0;
}
.about-recommend__image img {
  border-radius: 2.375rem;
}
.about-recommend__image::after {
  width: 8.125rem;
  right: -1.625rem;
  bottom: -3.25rem;
}
.about-recommend__inner {
  width: 100%;
  padding-bottom: 2.8125rem;
}
.about-recommend__inner::before {
  width: calc(100% + 3.75rem);
  height: calc(100% - 2.5rem);
  left: -0.9375rem;
  border-radius: 2.375rem;
}
.about-recommend__heading {
  align-items: center;
  text-align: center;
  padding: calc((3.125rem - 1em) / 2) 0.5em;
  border-radius: 100vh;
  margin-bottom: 2.5rem;
}
.about-recommend__heading > span {
  margin-inline: -0.5em;
}
.about-recommend__body {
  text-align: justify;
  margin-inline: 2.1875rem 2.8125rem;
}
.about-recommend__body p {
  display: inline;
}
.about-recommend__name {
  font-size: var(--font-size-h5);
  letter-spacing: 0.1em;
  line-height: var(--line-height-h5);
  padding-top: 1.5625rem;
  margin-inline: 2.1875rem 2.8125rem;
}

/*===============================================
  症状ページ共通(腰痛・肩こり首こり・自律神経の乱れ)
===============================================*/
/*○○の原因
-----------------------------*/
.symptom-cause .inbox {
  width: 72.5rem;
}
.symptom-cause__text {
  text-align: center;
  padding: calc(3.75rem - (0.5lh - 0.5em)) 5rem;
  border-radius: 100vh;
}
.symptom-cause__text::before {
  width: 4.875rem;
  left: -4.5625rem;
  bottom: -1.125rem;
}
.symptom-cause__text::after {
  height: 19.375rem;
  top: -10.6875rem;
  right: -2.3125rem;
}
.symptom-cause__box {
  padding: 3.625rem 3.25rem 0;
}
.symptom-cause__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 2.1875rem;
}
.symptom-cause__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 3.75rem;
}
.symptom-cause__item {
  font-size: 1.375rem;
  line-height: 1.36364;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: calc(0.75rem + 2px);
}
.symptom-cause__item:last-of-type, .symptom-cause__item:nth-last-of-type(2) {
  padding-bottom: 0;
  background: none;
}

/*放置すると起こりうること
-----------------------------*/
.symptom-risk .inbox {
  width: 72.5rem;
}
.symptom-risk__text {
  text-align: center;
  padding: calc(3.75rem - (0.5lh - 0.5em)) 5rem;
  border-radius: 100vh;
}
.symptom-risk__text::before {
  width: 4.875rem;
  left: -4.5625rem;
  bottom: -1.125rem;
}
.symptom-risk__text::after {
  width: calc(100% + 2px);
  height: 4.625rem;
  top: -2.875rem;
}
.symptom-risk__box {
  padding: 3.625rem 3.25rem 0;
}
.symptom-risk__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 2.1875rem;
}
.symptom-risk__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 3.75rem;
}
.symptom-risk__item {
  font-size: 1.375rem;
  line-height: 1.36364;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: calc(0.75rem + 2px);
  word-break: keep-all;
}
.symptom-risk__item:last-of-type, .symptom-risk__item:nth-last-of-type(2) {
  padding-bottom: 0;
  background: none;
}

/*当院の施術のポイント
-----------------------------*/
.symptom-point {
  background-size: max(120rem, 100%);
}
.symptom-point__list {
  padding-top: 2.5rem;
}
.symptom-point__item {
  min-height: 21.875rem;
  padding-block: 3.125rem;
  margin-bottom: 9.375rem;
}
.symptom-point__item::before {
  width: 39.6875rem;
  height: 100%;
  border-radius: 2.375rem;
}
.symptom-point__item:nth-of-type(2n + 1) {
  padding-right: 35.9375rem;
}
.symptom-point__item:nth-of-type(2n + 1)::before {
  left: -3.125rem;
}
.symptom-point__item:nth-of-type(2n + 1) .symptom-point__image {
  right: 0;
}
.symptom-point__item:nth-of-type(2n + 1) .symptom-point__image::after {
  width: 8.125rem;
  right: -2.1875rem;
}
.symptom-point__item:nth-of-type(2n) {
  padding-left: 35.9375rem;
}
.symptom-point__item:nth-of-type(2n)::before {
  right: -3.125rem;
}
.symptom-point__item:nth-of-type(2n) .symptom-point__image {
  left: 0;
}
.symptom-point__item:nth-of-type(2n) .symptom-point__image::after {
  width: 4.75rem;
  left: -2.1875rem;
}
.symptom-point__heading {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-bottom: 2.1875rem;
  padding: 0 1em;
  word-break: keep-all;
  border-radius: 100vh;
}
.symptom-point__heading::before {
  font-size: 2.375rem;
  transform: translateY(-0.125rem);
}
.symptom-point__heading > span {
  margin-block: calc((3.125rem - 1lh) / 2);
}
.symptom-point__image {
  width: 33.75rem;
  height: 100%;
  position: absolute;
  top: -2.5rem;
}
.symptom-point__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.375rem;
}
.symptom-point__image::after {
  top: -3.125rem;
}

/*お客様の声
-----------------------------*/
.symptom-voice__item {
  display: grid;
  grid-template-columns: 10.25rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.25rem 1.5625rem;
  border-radius: 1.875rem;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
}
.symptom-voice__icon {
  grid-row: span 2;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 2.5rem;
  border-radius: 2.125rem;
}
.news-detail__heading {
  padding-bottom: calc(1.25rem + 2px);
  margin-bottom: 1.25rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th,
.contact-form__table tr td {
  line-height: calc(2.5rem / var(--font-size-base));
  padding-block: 1.25rem;
}
.contact-form__table tr th {
  width: 23.75rem;
  text-align: left;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: 0.875rem;
  margin-top: calc(1.25rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
}
.contact-form .contact-submits-wrap > * {
  margin: 1.25rem 0.9375rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 2.125rem;
}
.privacy-policy__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.875rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem 5rem;
}
.sitemap-list__link {
  line-height: 1.5;
  padding: 1em 0.75em;
}

/*===============================================
  404エラー
===============================================*/