@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 24rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 6/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 4rem;
}
#footer .footer__logo img {
  width: 32rem;
  aspect-ratio: 32/5;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 6rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  background: var(--color-main);
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-bg-green);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em 5vw;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  font-size: var(--font-size-xs);
  line-height: 2;
  background: var(--color-bg-beige);
  padding: 2rem 5vw;
}
.footer-nav__sub-link:hover, .footer-nav__sub-link.current {
  color: var(--color-main);
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: min(var(--font-size-xs), 2.8889vw);
  background: var(--color-main);
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-bottom: 1.5rem;
}
.visual__bnr {
  row-gap: 1.5rem;
  padding: 2rem 2.4rem 3rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  margin: -3rem 5vw 0;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
.visual__bnr dt img {
  width: 26rem;
  aspect-ratio: 26/5;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__bnr dd {
  line-height: calc(1em + 1rem);
}
.visual__bnr::before {
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../img/visual/clip.png) no-repeat center/contain;
  position: absolute;
  top: -3.2rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 53rem;
  padding-bottom: 3rem;
}
.visual__box {
  width: 95%;
  max-width: 48rem;
  row-gap: 1.5rem;
  padding-bottom: 3.2rem;
}
.visual__box::before {
  width: 100%;
  height: calc(100% - 0.4rem);
  background: var(--color-white);
  border-radius: 1.6rem;
  box-shadow: -0.5rem -0.5rem rgba(239, 180, 0, 0.3), 0.5rem 0.5rem rgba(98, 160, 0, 0.3);
}
.visual__box::after {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% - 1rem);
  background: url(../img/visual/deco_catch-l.png) no-repeat left bottom, url(../img/visual/deco_catch-r.png) no-repeat right top;
  background-size: 5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  z-index: -1;
  pointer-events: none;
}
.visual__label {
  width: 22em;
  font-size: min(var(--font-size-h6), 4vw);
  line-height: 2;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.visual__catch--main img {
  width: 32rem;
  aspect-ratio: 80/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__text {
  font-size: var(--font-size-base);
}
.visual__text span {
  background: linear-gradient(to top, var(--color-bg-green) 1.2rem, transparent 1.2rem);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 25.6rem;
  padding-bottom: 4.6rem;
}
.visual__catch--sub {
  width: 90%;
  max-width: 56rem;
  font-size: var(--font-size-h2);
  padding: 2.4rem 1em;
  border-radius: 1rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  display: none;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.5rem;
}
.com-tel__num {
  font-size: 3.6rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.com-tel__num::before {
  width: calc(1em - 3px);
}
.com-tel__num span {
  margin-block-start: -3px;
}

/* 営業時間・定休日
-----------------------------*/
.com-time {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 0.8rem);
}
.com-time p .label {
  font-size: var(--font-size-sm);
}
.com-time p .min {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  padding-right: 1.5em;
}
.com-btn::after {
  width: 2rem;
  right: 2rem;
}
.com-btn--mail, .com-btn--line {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-btn--mail::before, .com-btn--line::before {
  width: 3.2rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: max(20px, 3rem);
}
.com-sns li {
  width: max(40px, 5rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table--noblock table {
  border-collapse: separate;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  padding: 1em 0.75em;
}
.com-table--noblock tr th {
  width: 9.5em;
  border-bottom: solid 2px var(--color-white);
}
.com-table--noblock tr td {
  border-right: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
}
.com-table--noblock tr:first-of-type th {
  border-top-left-radius: 0.6rem;
}
.com-table--noblock tr:first-of-type td {
  border-top-right-radius: 0.6rem;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  border-top: solid 2px var(--color-main);
}
.com-table--noblock tr:last-of-type th {
  border-bottom-color: var(--color-main);
  border-bottom-left-radius: 0.6rem;
}
.com-table--noblock tr:last-of-type td {
  border-bottom-right-radius: 0.6rem;
}
.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 th,
.com-table:not(.com-table--noblock) tr td {
  padding: 1.25em 1em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-inline: calc(1em - 2px);
  border-inline: solid 2px var(--color-main);
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  border-radius: 0.6rem 0.6rem 0 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  border-bottom: solid 2px var(--color-main);
  border-radius: 0 0 0.6rem 0.6rem;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}
.com-text .mb {
  margin-bottom: calc(2rem + (1em - 1lh) / 2);
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.5rem;
}
.com-post__item--image .com-post__image {
  width: 25vw;
  max-width: 16rem;
  align-self: flex-start;
}
.com-post__item--image .com-post__image img {
  border-radius: 1rem;
}
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__item--image .com-post__inner {
  gap: 1em;
  padding: 1rem 0.5rem;
}
.com-post__link {
  gap: 1em;
  padding: 3rem 2.5rem;
  border-radius: 0.6rem;
}
.com-post__link::before {
  width: 2.4rem;
  top: -1.2rem;
  left: -1.2rem;
}
.com-post__date {
  font-size: var(--font-size-sm);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 4rem;
}
.com-title01 > span.en {
  font-size: 2.4rem;
}

/*中タイトル
-----------------------------*/
.com-title02--bg {
  padding: calc((6.5rem - 1em) / 2) 0.5em;
  border-radius: 0.6rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか？
-----------------------------*/
.top-worries__title .mark {
  font-size: calc(1em + 0.5rem);
  line-height: 1;
  -webkit-text-stroke: var(--color-white) 0.6rem;
  paint-order: stroke;
}
.top-worries__title .mark::before {
  height: 2.4rem;
  bottom: -0.8rem;
}
.top-worries__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  padding: 2rem;
  background: var(--color-bg-beige);
  box-shadow: 0 0 0 2px var(--color-main) inset;
  border-radius: 2rem;
  position: relative;
  z-index: 0;
}
.top-worries__list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: min(var(--font-size-h6), 4vw);
  line-height: calc(1em + 1rem);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-worries__list li::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  background: var(--color-main);
  border-radius: 0.2rem;
  margin-top: calc((1lh - 0.5em) / 2);
}
.top-worries__image {
  margin-top: -1.2rem;
  position: relative;
  z-index: 2;
}
.top-worries__image img {
  height: 16rem;
}

/*ツリーベル治療院なら！
-----------------------------*/
.top-about {
  padding-top: 13rem;
  margin-top: -7rem;
}
.top-about::before {
  height: calc(7rem + 1px);
}
.top-about::after {
  display: none;
}
.top-about__title::before {
  width: calc(100% + 5rem);
  max-width: 99vw;
  height: 2rem;
}
.top-about__images {
  padding-top: 4rem;
}
.top-about__image {
  width: 100%;
  margin-bottom: 1rem;
}
.top-about__image:last-of-type {
  margin-bottom: 0;
}
.top-about__image img,
.top-about__image video {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.top-about__image video {
  aspect-ratio: 1;
}

/*当院の特徴
-----------------------------*/
.top-feature::before {
  width: 120%;
  height: 25vw;
  background-size: 40%;
}
.top-feature::after {
  width: 96vw;
  height: 11rem;
}
.top-feature__item {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  align-items: center;
  gap: 2.5rem 2rem;
  background: var(--color-white);
  border-radius: 1.2rem;
  padding: 4.5rem 2.4rem 3rem;
  margin-bottom: 3rem;
}
.top-feature__item:last-of-type {
  margin-bottom: 0;
}
.top-feature__item::before {
  font-size: var(--font-size-h4);
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  top: -0.5em;
}
.top-feature__icon {
  aspect-ratio: 1;
}
.top-feature__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-feature__heading {
  word-break: keep-all;
}
.top-feature__body {
  grid-column: span 2;
}

/*院長プロフィール
-----------------------------*/
.top-profile__image {
  width: 32rem;
  margin: 0 auto 3rem;
}
.top-profile__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 1.2rem;
}
.top-profile__image figcaption {
  width: 24rem;
  font-size: var(--font-size-h4);
  line-height: calc(1em + 1rem);
  padding: calc((6rem - 1lh) / 2) 1em;
  margin-top: -3rem;
  border-radius: 0.8rem;
}
.top-profile__license {
  row-gap: 2rem;
  margin-top: 4rem;
  padding: 3rem;
  border-radius: 1rem;
}
.top-profile__license::before {
  width: 2.4rem;
  top: -1.2rem;
  left: -1.2rem;
}

/*訪問・出張マッサージ
-----------------------------*/
.top-visit {
  padding-bottom: 9.6rem;
}
.top-visit::before {
  width: 92vw;
  height: 7rem;
}
.top-visit::after {
  width: 90vw;
  height: 4.5rem;
}
.top-visit__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-visit__image {
  margin-bottom: 3rem;
}
.top-visit__image img {
  border-radius: 1.2rem;
}

/*ご予約・お問い合わせ
-----------------------------*/
.top-contact__text .mb:has(+ .memo) {
  margin-bottom: 1em;
}
.top-contact__text .memo {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem;
  border-radius: 1.2rem;
  margin: 4rem auto 0;
}
.top-contact__items::before {
  display: none;
}
.top-contact__items::after {
  width: calc(100% + 4rem);
  height: 12rem;
  bottom: -8rem;
  z-index: 5;
  pointer-events: none;
}
.top-contact__btn {
  width: 100%;
  height: 80px;
  border-radius: 0.6rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.top-contact__btn.com-btn--line::before {
  width: 40px;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__item {
  height: 18rem;
  border-radius: 1rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::after {
  width: 5rem;
  background-size: 2rem;
  border-radius: 1rem 0;
}
.top-bnr__heading {
  width: 25rem;
  height: 4em;
  row-gap: 1rem;
  font-size: 2.4rem;
  border-radius: 0.6rem;
}
.top-bnr__heading > span.en {
  font-size: 1.8rem;
}
.top-bnr__heading > span:not(.en) {
  -webkit-text-stroke: var(--color-white) 0.8rem;
  paint-order: stroke;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__btn {
  margin: 4rem auto 0;
}

/*===============================================
  はじめての方へ
===============================================*/
/*当院のマッサージ
-----------------------------*/
.beginner-massage__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 4rem;
}
.beginner-massage__image {
  width: 100%;
}
.beginner-massage__image img,
.beginner-massage__image video {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.beginner-massage__image video {
  aspect-ratio: 1;
}
.beginner-massage__box {
  padding: 2rem 2rem 3.6rem;
  margin-top: 6.4rem;
}
.beginner-massage__box::before {
  height: 100%;
  border-radius: 1.5rem;
}
.beginner-massage__heading {
  word-break: keep-all;
  margin-bottom: 3rem;
}
.beginner-massage__comics {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.beginner-massage__comic {
  padding: 1rem;
  background: var(--color-white);
}
.beginner-massage__bnr {
  margin-top: 4.5rem;
}

/*対応している症状・ボディケア
-----------------------------*/
.beginner-care__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-bottom: 5rem;
}
.beginner-care__list dt {
  margin-bottom: 1rem;
}
.beginner-care__list dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1rem);
  padding: calc((6.5rem - 1lh) / 2) 1em;
  border-radius: 0.5rem;
  word-break: keep-all;
}

/*施術の流れ
-----------------------------*/
.beginner-flow__list {
  padding-left: 1rem;
}
.beginner-flow__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background-color: var(--color-bg-beige);
  padding: 2rem;
  padding-left: 5rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.beginner-flow__item::before {
  font-size: var(--font-size-h4);
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-bottom: 0.1em;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
.beginner-flow__item::after {
  content: "";
  height: 1.6rem;
  aspect-ratio: 3/1;
  background: var(--color-sub);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.2rem);
}
.beginner-flow__item:last-of-type {
  margin-bottom: 0;
}
.beginner-flow__item:last-of-type::after {
  display: none;
}
/*通う頻度について
-----------------------------*/
.beginner-adjustments__text {
  padding: calc(3rem - (0.5lh - 0.5em)) 3rem;
  border-radius: 1rem;
}
.beginner-adjustments__text::before {
  width: 2.4rem;
  top: -1.2rem;
  left: -1.2rem;
}

/*ご来院にあたって
-----------------------------*/
.beginner-visit__item {
  padding: 0 2.4rem 3.6rem;
  margin-bottom: 4rem;
}
.beginner-visit__item:last-of-type {
  margin-bottom: 0;
}
.beginner-visit__item::before {
  height: calc(100% - 3.2rem);
  border-radius: 1.2rem;
}
.beginner-visit__heading {
  min-width: 21rem;
  margin-bottom: 2.5rem;
}
.beginner-visit__image {
  margin-bottom: 2.5rem;
}
.beginner-visit__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

/*===============================================
  メニュー
===============================================*/
/*メニュー
-----------------------------*/
.menu-list {
  padding-bottom: clamp(9rem, 9rem + 9rem - 12.5vw, 13rem);
}
.menu-list::after {
  width: 96vw;
  height: clamp(10rem, 8rem + 12.5vw, 18rem);
}
.menu-list__box {
  padding: 2rem;
  margin-bottom: 4rem;
}
.menu-list__box::before {
  border-radius: 1.5rem;
}
.menu-list__box:has(+ .menu-list__memo) {
  margin-bottom: 3rem;
}
.menu-list__heading {
  margin-bottom: 2.5rem;
}
.menu-list__item {
  padding: 3rem 2.4rem;
  border-radius: 1.1rem;
  margin-bottom: 2rem;
}
.menu-list__item:last-of-type {
  margin-bottom: 0;
}
.menu-list__label {
  row-gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.menu-list__label .min {
  font-size: var(--font-size-sm);
}
.menu-list__thumb img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__thumb {
  margin-bottom: 2.5rem;
}
.menu-list__thumb img {
  border-radius: 1.2rem;
}
.menu-list__body, .menu-list__memo {
  line-height: 1.66667;
}
.menu-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__image {
  margin-bottom: 2rem;
}
.menu-list__image img {
  border-radius: 1.2rem;
}
.menu-list__price li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__item {
  padding: 3.6rem 2.4rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
.voice-list__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*===============================================
  アクセス
===============================================*/
/*院概要
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.access-map__box {
  height: 32rem;
}
.access-map__box iframe {
  border-radius: 1rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3.6rem 2.4rem;
  border-radius: 1rem;
}
.news-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text .mb:has(+ .memo) {
  margin-bottom: 1em;
}
.contact-form__text .memo {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.contact-form__btn {
  width: 36rem;
  height: 80px;
  border-radius: 0.6rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 4rem auto 0;
}
.contact-form__btn::before {
  width: 40px;
}
.contact-form__table {
  margin-top: 6rem;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  padding: calc(3rem - (0.5lh - 0.5em)) 3rem;
  border-radius: 1rem;
}
.contact-complete__text::before {
  width: 2.4rem;
  top: -1.2rem;
  left: -1.2rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.6rem 2.4rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

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

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: calc(3rem - (0.5lh - 0.5em)) 3rem;
  border-radius: 1rem;
}
.error-message__text::before {
  width: 2.4rem;
  top: -1.2rem;
  left: -1.2rem;
}