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

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 5rem;
  padding-top: 0.5rem;
}
#header .header__logo img {
  width: 10.3125rem;
  aspect-ratio: 165/40;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block-start: 3rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__inner > * {
  width: 100%;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  padding-inline: clamp(16px, 5vw, 24px);
}
#footer .footer__logo img {
  width: 13.125rem;
  aspect-ratio: 21/5;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
  max-width: 32.5rem;
  margin-inline: auto;
}
#footer .footer__info {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
#footer .footer__btn {
  width: 15rem;
  height: 3.5rem;
  font-size: var(--font-size-base);
}
#footer .footer__btn::before {
  width: 1.25rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-base);
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-white);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-main);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: 0.6875rem;
  padding-block: calc((3rem - 1em) / 2);
  background: var(--color-bg-main);
}
.copy p {
  color: var(--color-text);
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  background-size: 48%;
  padding-top: 5.5rem;
}
.visual::before {
  height: calc(4rem + 1px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 2rem;
}
.visual__main::before {
  content: "";
  width: 40%;
  aspect-ratio: 336/301;
  background: url(../img/common/deco_circle.svg) no-repeat right top/100% auto;
  position: absolute;
  top: 4%;
  left: -2.5%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.48;
}
.visual__main::after {
  content: "";
  width: 12vw;
  aspect-ratio: 1;
  background: var(--color-bg-main);
  border-radius: 50%;
  position: absolute;
  right: 32%;
  top: min(11.25rem, 32%);
  z-index: -2;
  opacity: 0.32;
}
.visual__catch--main {
  margin-left: auto;
  margin-bottom: max(-6.25rem, -20vw);
  padding-right: clamp(16px, 5vw, 24px);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 0.25rem var(--color-white));
}
.visual__catch--main img {
  width: min(9.5rem, 32vw);
  aspect-ratio: 152/292;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__movie {
  width: 90%;
  aspect-ratio: 3/2;
  border-radius: 0 1.25rem 1.25rem 0;
  background: var(--color-bg);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 16rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.visual__sub::before {
  width: calc(100% - 7.5rem);
  border-radius: 0 1.25rem 1.25rem 0;
}
.visual__sub--lumbago::before {
  background-position: 64% center;
}
.visual__sub--stiffness::before, .visual__sub--dysautonomia::before {
  background-position: 40% center;
}
.visual__sub--news::before {
  background-position: 36% center;
}
.visual__sub--complete::before {
  background-position: 32% center;
}
.visual__catch--sub {
  min-width: calc(2lh + 0.5rem);
  font-size: var(--font-size-h2);
  line-height: 1.38462;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.visual__catch--sub > span {
  letter-spacing: 0.1em;
  padding-inline: 0.5em 0.4em;
  border-radius: 0.5rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.25rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
.breadcrumb + .section {
  padding-top: 6.75rem;
}

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

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.75rem;
}
.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: calc(var(--font-size-sm) - 1px);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20rem;
  height: 4rem;
  font-size: var(--font-size-btn);
}
.com-btn::after {
  width: 0.75rem;
  right: 1.25rem;
}
.com-btn--mail {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-btn--mail::before {
  width: 1.5rem;
}

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

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.75em;
}
.com-table--noblock tr th {
  width: 7em;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px var(--color-white);
}
.com-table--noblock tr td {
  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--noblock tr:first-of-type th {
  border-top-left-radius: 0.75rem;
}
.com-table--noblock tr:first-of-type td {
  border-top-right-radius: 0.75rem;
}
.com-table--noblock tr:last-of-type th {
  border-bottom-left-radius: 0.75rem;
  border-bottom: none;
}
.com-table--noblock tr:last-of-type td {
  border-bottom-right-radius: 0.75rem;
  background-image: none;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  border-radius: 0.75rem 0.75rem 0 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  border-radius: 0 0 0.75rem 0.75rem;
}
/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 1rem;
}
.com-post__link {
  border-radius: 1rem;
  padding: 0.625rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.com-post__link:hover {
  transform: translateX(0.5rem);
}
.com-post__image {
  width: 7.5rem;
}
.com-post__image img {
  border-radius: 0.75rem;
}
.com-post__inner {
  row-gap: 0.75rem;
  align-self: center;
  padding: 0.375rem;
}
.com-post__date {
  font-size: var(--font-size-xs);
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
}
.com-post__tags {
  padding-top: 0.3125rem;
}
.com-post__tag {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  padding-inline: 0.75em;
  border-radius: 100vh;
}

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

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.top-worries__box {
  padding: 0 1.5rem 2rem;
  margin-bottom: 3rem;
}
.top-worries__box::before {
  width: 100%;
  height: calc(100% - 2rem);
  left: 0;
  border-radius: 1rem;
}
.top-worries__box--lumbago .top-worries__image {
  padding-right: 2.5rem;
}
.top-worries__box--lumbago .top-worries__image img {
  width: 11.25rem;
}
.top-worries__box--lumbago .top-worries__image::before {
  width: 7.8125rem;
  top: -0.75rem;
  right: 0;
}
.top-worries__box--stiffness .top-worries__image {
  padding-left: 4.5rem;
}
.top-worries__box--stiffness .top-worries__image img {
  width: 11.25rem;
  aspect-ratio: 180/154;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-worries__box--stiffness .top-worries__image::before {
  width: 7.5rem;
  top: -1rem;
  left: 0;
}
.top-worries__box--dysautonomia .top-worries__image {
  padding-right: 5rem;
}
.top-worries__box--dysautonomia .top-worries__image img {
  width: 8.9375rem;
  aspect-ratio: 143/147;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-worries__box--dysautonomia .top-worries__image::before {
  width: 9.75rem;
  bottom: -0.5rem;
  right: 0;
}
.top-worries__heading {
  padding: calc((3.5rem - 1em) / 2) 1em;
  border-radius: min(1.875rem, 100vh);
  margin-bottom: 2.1875rem;
  word-break: keep-all;
}
.top-worries__item {
  font-size: var(--font-size-btn);
  line-height: 1.33334;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 1rem;
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__image {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.top-worries__link {
  margin-top: 1.5rem;
  margin-left: auto;
}

/*やまおか健康院にお任せください！
-----------------------------*/
.top-about__title {
  margin-bottom: 2rem;
}
.top-about__inner {
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
}
.top-about__inner::before {
  width: calc(100% + 1.5rem);
  height: 3.5rem;
  top: -3rem;
}
.top-about__inner::after {
  width: calc(100% + 3rem);
  height: 3rem;
  bottom: -1.5rem;
}
.top-about__images {
  position: relative;
  margin-top: 2rem;
}
.top-about__image--deco {
  width: 32vw;
  position: absolute;
  left: -0.75rem;
  bottom: 0;
}
.top-about__image--deco::before {
  display: none;
}
.top-about__image--img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.top-about__image--img::after {
  width: 12vw;
  top: 0.5rem;
  right: -1rem;
}
.top-about__btn {
  margin: 2.5rem auto 0;
}

/*当院が選ばれる理由
-----------------------------*/
.top-reason__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
}
.top-reason__item:last-of-type {
  margin-bottom: 0;
}
.top-reason__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason__image img {
  border-radius: 0.75rem;
}
.top-reason__heading {
  align-items: flex-start;
  text-align: left;
  word-break: keep-all;
}
.top-reason__heading strong {
  font-size: calc(1em + 0.125rem);
  line-height: 1;
}
.top-reason__btn {
  margin: 2.5rem auto 0;
}

/*ご予約・お問い合わせはこちら
-----------------------------*/
.top-contact {
  background-image: url(../img/common/deco_bg-top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.top-contact::after {
  height: 6rem;
}
.top-contact__title {
  margin-inline: -0.5em;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
}
/*お知らせ
-----------------------------*/
.top-news {
  background-size: 5.5rem;
}
.top-news__btn {
  margin: 2rem 0 0 auto;
}

/*===============================================
  当院について
===============================================*/
/*痛みの原因に向き合う施術
-----------------------------*/
.about-approach__title {
  margin-bottom: 2rem;
}
.about-approach__inner {
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
}
.about-approach__inner::before {
  width: calc(100% + 0.125rem);
  height: 3.5rem;
  top: -2.5rem;
  z-index: 1;
}
.about-approach__inner::after {
  width: calc(100% + 0.75rem);
  height: 2.5rem;
  bottom: -0.75rem;
  z-index: 1;
}
.about-approach__image {
  width: 7.8125rem;
  position: absolute;
  right: -1rem;
  bottom: -4.5rem;
}
.about-approach__image::before {
  width: 11.25rem;
  left: -1.5rem;
  bottom: -1.5rem;
}

/*院長紹介
-----------------------------*/
.about-director__image {
  width: calc(100% - 3.5rem);
}
.about-director__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-director__image {
  margin-inline: auto;
}
.about-director__image img {
  -o-object-position: center 24%;
     object-position: center 24%;
  border-radius: 1.25rem;
}
.about-director__image::after {
  width: 3.5rem;
  right: -1.5rem;
  top: -1rem;
}
.about-director__inner {
  padding: 1.5rem 1.5rem 2rem;
}
.about-director__inner::before {
  width: 100%;
  height: calc(100% + 4rem);
  border-radius: 1.25rem;
  left: 0;
  bottom: 0;
}
.about-director__inner::after {
  width: 10.25rem;
  aspect-ratio: 336/301;
  bottom: -3.5rem;
  right: -4rem;
}
.about-director__name {
  font-size: calc(var(--font-size-base) + 1px);
  line-height: 1.47059;
  letter-spacing: 0.1em;
  padding-top: 1.25rem;
}
.about-director__license {
  padding-top: 2.5rem;
}
.about-director__heading {
  padding: calc((3rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.25rem;
}
/*選ばれる理由
-----------------------------*/
.about-reason {
  background-size: 100%;
}
.about-reason__item {
  padding: 0 1.5rem 2rem;
  margin-bottom: 2.5rem;
}
.about-reason__item::before {
  width: 100%;
  height: calc(100% - 2.5rem);
  border-radius: 1.25rem;
  left: 0;
  bottom: 0;
}
.about-reason__heading {
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  font-size: var(--font-size-h5);
  margin-bottom: 1.5rem;
  padding: 0 0.75em;
  border-radius: 1rem;
  word-break: keep-all;
}
.about-reason__heading::before {
  font-size: var(--font-size-h3);
  transform: translateY(-0.125rem);
}
.about-reason__heading > span {
  line-height: var(--line-height-h5);
  margin-block: calc((3.125rem - 1lh) / 2);
}
.about-reason__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-reason__image {
  margin-bottom: 1.5rem;
}
.about-reason__image img {
  border-radius: 1.25rem;
}
.about-reason__image::after {
  top: -3.125rem;
}

/*メニュー
-----------------------------*/
.about-menu__title {
  margin-bottom: 2rem;
}
.about-menu__note {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
}
.about-menu__list {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  margin-top: 0.9375rem;
}
.about-menu__item {
  font-size: calc(var(--font-size-base) + 1px);
  line-height: 1.47059;
  padding-bottom: calc(1.25rem + 2px);
  margin-bottom: 1.25rem;
}

/*院情報
-----------------------------*/
.about-info__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.about-info__map {
  height: 20rem;
  margin-top: 2.5rem;
}
.about-info__map iframe {
  border-radius: 1.5rem;
}

/*推薦の言葉
-----------------------------*/
.about-recommend__title br {
  display: none;
}
.about-recommend__image {
  width: calc(100% - 3.5rem);
}
.about-recommend__image img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-recommend__image {
  margin: 0 auto 1.5rem;
}
.about-recommend__image img {
  -o-object-position: center top;
     object-position: center top;
  border-radius: 1.25rem;
}
.about-recommend__image::after {
  width: 3.5rem;
  right: -1.5rem;
  top: -1rem;
}
.about-recommend__inner {
  padding: 0 1.5rem 2rem;
}
.about-recommend__inner::before {
  width: 100%;
  height: calc(100% + 5rem);
  left: 0;
  bottom: 0;
  border-radius: 1.25rem;
}
.about-recommend__heading {
  align-items: center;
  text-align: center;
  padding: calc((3.125rem - 1em) / 2) 0.5em;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.about-recommend__name {
  font-size: calc(var(--font-size-base) + 1px);
  line-height: 1.47059;
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
}

/*===============================================
  症状ページ共通(腰痛・肩こり首こり・自律神経の乱れ)
===============================================*/
/*○○の原因
-----------------------------*/
.symptom-cause__title {
  margin-bottom: 2rem;
}
.symptom-cause__text {
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  z-index: 0;
}
.symptom-cause__text::before {
  width: 3rem;
  left: -2rem;
  top: -1rem;
  z-index: -1;
}
.symptom-cause__text::after {
  height: 8rem;
  bottom: -4.5rem;
  right: -3rem;
  z-index: -1;
}
.symptom-cause__box {
  padding-top: 4rem;
}
.symptom-cause__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 2rem;
}
.symptom-cause__item {
  font-size: var(--font-size-btn);
  line-height: 1.33334;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 1rem;
}
.symptom-cause__item:last-of-type {
  margin-bottom: 0;
}

/*放置すると起こりうること
-----------------------------*/
.symptom-risk__title {
  margin-bottom: 2rem;
}
.symptom-risk__text {
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
}
.symptom-risk__text::before {
  width: 3rem;
  left: -2rem;
  bottom: -1rem;
}
.symptom-risk__text::after {
  width: calc(100% + 2px);
  height: 3.5rem;
  top: -2rem;
}
.symptom-risk__box {
  padding-top: 4rem;
}
.symptom-risk__heading {
  padding: calc((3.125rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 2rem;
  word-break: keep-all;
}
.symptom-risk__item {
  font-size: var(--font-size-btn);
  line-height: 1.33334;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 1rem;
}
.symptom-risk__item:last-of-type {
  margin-bottom: 0;
}

/*当院の施術のポイント
-----------------------------*/
.symptom-point {
  background-size: 100%;
}
.symptom-point__item {
  padding: 0 1.5rem 2rem;
  margin-bottom: 2.5rem;
}
.symptom-point__item::before {
  width: 100%;
  height: calc(100% - 2.5rem);
  border-radius: 1.25rem;
  left: 0;
  bottom: 0;
}
.symptom-point__heading {
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  font-size: var(--font-size-h5);
  margin-bottom: 1.5rem;
  padding: 0 0.75em;
  border-radius: 1rem;
  word-break: keep-all;
}
.symptom-point__heading::before {
  font-size: var(--font-size-h3);
  transform: translateY(-0.125rem);
}
.symptom-point__heading > span {
  line-height: var(--line-height-h5);
  margin-block: calc((3.125rem - 1lh) / 2);
}
.symptom-point__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.symptom-point__image {
  margin-bottom: 1.5rem;
}
.symptom-point__image img {
  border-radius: 1.25rem;
}
.symptom-point__image::after {
  top: -3.125rem;
}

/*お客様の声
-----------------------------*/
.symptom-voice__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1.25rem 1.5rem;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
}
.symptom-voice__comment {
  grid-column: span 2;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 1.25rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 0.75rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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