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

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

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

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

/*===============================================
  header
===============================================*/
#header {
  font-size: clamp(11px, 0.8333333333vw, 16px);
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3em;
       column-gap: 3em;
  height: clamp(66px, 5.15625vw, 99px);
  padding-inline: clamp(20px, 1.5625vw, 30px);
}
#header .header__logo {
  width: 23.0625em;
  font-size: 1em;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.875em;
       column-gap: 1.875em;
  flex-shrink: 0;
}
#header .header__tel {
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__tel .com-tel__num {
  font-size: 2.25em;
}
#header .header__tel .com-time {
  font-size: 1em;
}
#header .header__tel .com-time p.time {
  font-size: calc(1em + 2px);
}
#header .header__tel .com-time p .min {
  font-size: clamp(10px, 0.7291666667vw, 14px);
}
#header .header__tel .com-time p .label {
  font-size: clamp(11px, 0.8333333333vw, 16px);
}
#header .header__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__btn {
  width: 10.625em;
  height: 3.125em;
  font-size: 1em;
  font-weight: 900;
  padding-right: 0;
}
#header .header__btn > span {
  font-size: 1.125em;
}
#header .header__btn::after {
  display: none;
}
#header .header__btn.com-btn--window {
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-left: calc(1em - 2px);
}
#header .header__btn.com-btn--window::before {
  width: 1em;
}
#header .header__btn.com-btn--mail::before {
  display: none;
}
#header .header__sns {
  -moz-column-gap: max(15px, 1.5625em);
       column-gap: max(15px, 1.5625em);
}
#header .header__sns li {
  font-size: 1em;
  width: max(30px, 2.5em);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 8.7rem;
}
#footer::after {
  width: calc(100% + clamp(210px, 16.40625vw, 315px));
  height: clamp(206px, 16.0416666667vw, 308px);
  background-size: clamp(388px, 30.3125vw, 582px);
}
#footer .footer__logo {
  width: 108rem;
  margin: 0 auto 4rem;
}
#footer .footer__logo img {
  height: 5.8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 108rem;
  padding-bottom: 8.9rem;
}
#footer .footer__info {
  align-items: flex-start;
  row-gap: 2.5rem;
}
#footer .footer__add {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
#footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: var(--color-main);
  padding: calc((5.5rem - var(--font-size-sm)) / 2) calc(50% - 54rem);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: 1.9rem;
  line-height: calc(1em + 1rem);
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 2.3rem 4rem;
}
.footer-nav__item {
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-sm);
  line-height: 2;
  color: var(--color-white);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__sub-item::after {
  content: "|";
  margin-inline: 1em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}
.footer-nav__sub-link:hover, .footer-nav__sub-link.current {
  color: color-mix(in srgb, var(--color-main) 20%, var(--color-white));
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual__bnr {
  width: clamp(250px, 19.2708333333vw, 370px);
  aspect-ratio: 37/21;
  font-size: clamp(11px, 0.8333333333vw, 16px);
  row-gap: 0.75em;
  padding-bottom: 0.375em;
  outline-width: 0.1875em;
  outline-offset: -0.1875em;
  border-radius: calc(1em - 1px);
  position: absolute;
  right: clamp(40px, 3.125vw, 60px);
  bottom: clamp(40px, 3.125vw, 60px);
  z-index: 3;
}
.visual__bnr::before {
  content: "";
  width: 100%;
  height: 3.25em;
  background: url(../img/visual/clip.png) no-repeat center/contain;
  position: absolute;
  top: -2.1875em;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.visual__bnr dt {
  padding-left: 0.875em;
}
.visual__bnr dt img {
  width: 19.375em;
}
.visual__bnr dd {
  font-size: 1em;
  line-height: 1.5625em;
  padding-inline: 1.75em;
}
.visual__bnr dd p {
  letter-spacing: 0.08em;
  margin-inline-end: -0.33em;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(510px, 39.84375vw, 765px);
  padding-bottom: clamp(6px, 0.46875vw, 9px);
}
.visual__box {
  font-size: clamp(11px, 0.8333333333vw, 16px);
  row-gap: clamp(20px, 1.5625vw, 30px);
  padding-bottom: 4.875em;
}
.visual__box::before {
  height: calc(100% - clamp(4px, 0.3125vw, 6px));
  aspect-ratio: 856/292;
}
.visual__box::after {
  content: "";
  width: 55.3125em;
  aspect-ratio: 885/290;
  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: clamp(64px, 4.9479166667vw, 95px);
  position: absolute;
  left: calc(50% - clamp(16px, 1.25vw, 24px));
  top: -1px;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.visual__label {
  width: 22em;
  font-size: 1.5625em;
  line-height: 2;
  border-radius: 0.28em;
  margin-bottom: clamp(2px, 0.15625vw, 3px);
}
.visual__catch--main {
  font-size: 1em;
}
.visual__catch--main img {
  width: 42.875em;
  aspect-ratio: 686/75;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__text {
  font-size: 2em;
}
.visual__text span {
  background: linear-gradient(to top, var(--color-bg-green) clamp(14px, 1.0416666667vw, 20px), transparent clamp(14px, 1.0416666667vw, 20px));
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(360px, 27.8645833333vw, 535px);
}
.visual__catch--sub {
  min-width: 14.8889em;
  font-size: clamp(30px, 2.34375vw, 45px);
  line-height: 1.44445;
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(20px, 1.5625vw, 30px);
  border-radius: 1rem;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.375em;
  font-family: var(--font-family-title);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
  line-height: 2;
  padding-block: calc((clamp(44px, 3.4375vw, 66px) - 2px - 1em) / 2);
  border-top: solid 2px var(--color-line);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1;
  background: var(--color-main);
  border-radius: 50%;
  margin-inline: 2.25em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-sub);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: 1.5rem;
  line-height: calc(1em + 1rem);
  padding-block: 4rem;
}
.breadcrumb__list {
  width: 108rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 13rem;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  gap: 1.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.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.7rem);
}
.com-time p .label {
  font-size: var(--font-size-sm);
}
.com-time p .min {
  font-size: var(--font-size-xs);
}
.com-time p.time {
  font-size: var(--font-size-base);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 28rem;
  height: 7rem;
  padding-right: 1.5em;
}
.com-btn::after {
  width: 2.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: 3rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 2.5rem;
}
.com-sns li {
  width: 4rem;
}

/*テーブル
-----------------------------*/
.com-table table {
  border-collapse: separate;
}
.com-table tr th,
.com-table tr td {
  padding: calc((8rem - 4px - 1lh) / 2) 5rem;
}
.com-table tr th {
  width: 35rem;
  border-bottom: solid 2px var(--color-white);
}
.com-table tr td {
  border-right: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
}
.com-table tr:first-of-type th {
  border-top-left-radius: 1rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 1rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  border-top: solid 2px var(--color-main);
}
.com-table tr:last-of-type th {
  border-bottom-color: var(--color-main);
  border-bottom-left-radius: 1rem;
}
.com-table tr:last-of-type td {
  border-bottom-right-radius: 1rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: calc(4rem + (1em - 1lh) / 2);
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding: 2rem 3rem;
}
.com-post__item--image .com-post__image {
  width: 36rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 36/24;
  border-radius: 1.5rem;
}
.com-post__item--image .com-post__inner {
  gap: 1em;
}
.com-post__link {
  gap: 1em;
  padding: 2.7rem 3rem;
  border-radius: 1rem;
}
.com-post__link::before {
  width: 3rem;
  top: -1.5rem;
  left: -1.6rem;
}
.com-post__date {
  font-size: var(--font-size-h6);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.5rem;
  margin-bottom: 6rem;
}
.com-title01 > span.en {
  font-size: 3.2rem;
  margin-block-start: -0.5rem;
  margin-block-end: -0.2rem;
}

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

/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか？
-----------------------------*/
.top-worries {
  padding: 12rem 0 12.4rem;
}
.top-worries__title {
  margin-bottom: 7.2rem;
}
.top-worries__title .mark {
  font-size: calc(1em + 1rem);
  line-height: 1;
  -webkit-text-stroke: var(--color-white) 0.8rem;
  paint-order: stroke;
}
.top-worries__title .mark::before {
  height: 4rem;
  bottom: -1.4rem;
}
.top-worries__inner {
  padding-top: 21.7rem;
  position: relative;
}
.top-worries__list {
  width: 100%;
  height: calc(100% - 4rem);
  position: absolute;
  top: 0;
  left: 0;
}
.top-worries__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 17.1rem;
  aspect-ratio: 171/130;
  padding-inline: 0.5em;
  padding-bottom: 1.3rem;
  font-size: 2.4rem;
  line-height: calc(1em + 0.5rem);
  word-break: keep-all;
  position: absolute;
  z-index: 1;
}
.top-worries__list li::before {
  content: "";
  background: url(../img/index/balloon_worries.png) no-repeat center/100% 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.top-worries__list li:nth-of-type(1) {
  top: 2rem;
  left: 3rem;
}
.top-worries__list li:nth-of-type(2) {
  top: 0;
  left: 24rem;
}
.top-worries__list li:nth-of-type(3) {
  top: 15rem;
  left: 17rem;
}
.top-worries__list li:nth-of-type(4) {
  top: 25rem;
  left: 0;
}
.top-worries__list li:nth-of-type(5) {
  top: 37rem;
  left: 14rem;
}
.top-worries__list li:nth-of-type(6) {
  top: 4.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-worries__list li:nth-of-type(7) {
  top: 0;
  right: 24rem;
}
.top-worries__list li:nth-of-type(8) {
  top: 2rem;
  right: 3rem;
}
.top-worries__list li:nth-of-type(9) {
  top: 15rem;
  right: 17rem;
}
.top-worries__list li:nth-of-type(10) {
  font-size: 2.3rem;
  top: 25rem;
  right: 0;
}
.top-worries__list li:nth-of-type(11) {
  top: 37rem;
  right: 14rem;
}
.top-worries__list li:nth-of-type(1)::before, .top-worries__list li:nth-of-type(2)::before, .top-worries__list li:nth-of-type(3)::before, .top-worries__list li:nth-of-type(4)::before, .top-worries__list li:nth-of-type(5)::before {
  transform: scale(-1, 1);
}
.top-worries__image img {
  height: 32.1rem;
}

/*ツリーベル治療院なら！
-----------------------------*/
.top-about {
  padding: 27rem 0 10rem;
  margin-top: -18rem;
}
.top-about::before {
  height: calc(18rem + 1px);
}
.top-about::after {
  width: 146rem;
  height: calc(100% - 35rem);
}
.top-about__title {
  font-size: 5.5rem;
}
.top-about__title > span:not(.en) {
  margin-inline-end: -0.5em;
}
.top-about__title::before {
  width: calc(100% + 12rem);
  height: 4.4rem;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  position: relative;
  z-index: 0;
}
.top-about__inner::before {
  content: "";
  width: 148rem;
  height: calc(100% + 11.6rem);
  background: url(../img/common/deco_circle-triangle.png) no-repeat left bottom/16.5rem, url(../img/common/deco_square-dot.png) no-repeat right top/10rem;
  position: absolute;
  top: -10rem;
  left: calc(50% - 8.5rem);
  transform: translateX(-50%);
  z-index: -2;
}
.top-about__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 56rem;
  margin-right: -10rem;
  flex-shrink: 0;
}
.top-about__image {
  position: relative;
  z-index: 0;
}
.top-about__image--front {
  width: 39rem;
  z-index: 1;
}
.top-about__image--front img,
.top-about__image--front video {
  aspect-ratio: 39/32;
}
.top-about__image--back {
  width: 30rem;
  margin-left: auto;
  margin-top: -10rem;
}
.top-about__image--back img,
.top-about__image--back video {
  aspect-ratio: 30/25;
}
.top-about__image img,
.top-about__image video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.top-about__image video {
  -o-object-fit: contain;
     object-fit: contain;
}

/*当院の特徴
-----------------------------*/
.top-feature::before {
  width: calc(100% + 50.6rem);
  height: clamp(286px, 22.34375vw, 429px);
  background-size: 30.5442%;
}
.top-feature::after {
  width: calc(100% - 2rem);
  max-width: 136rem;
  height: 34.5rem;
}
.top-feature__title {
  font-size: 5.5rem;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8rem 4.5rem;
  padding-top: 3rem;
  position: relative;
  z-index: 0;
}
.top-feature__list::before {
  content: "";
  width: 128rem;
  height: 18.8rem;
  background: url(../img/common/deco_circle-rectangle.png) no-repeat right top/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
  z-index: -2;
  pointer-events: none;
}
.top-feature__list::after {
  content: "";
  width: 128rem;
  height: 15.5rem;
  -webkit-mask: url(../img/common/deco_square-dot.png) no-repeat left bottom/contain;
          mask: url(../img/common/deco_square-dot.png) no-repeat left bottom/contain;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  z-index: -2;
  pointer-events: none;
}
.top-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 33rem;
  min-height: 39rem;
  background: url(../img/common/bg_box.png) no-repeat center/100% 100%;
  padding: 5.6rem 0 3.8rem;
}
.top-feature__item:nth-of-type(4) .top-feature__heading {
  padding-inline: 1.5rem;
}
.top-feature__item:nth-of-type(3) .top-feature__body {
  padding-inline: 3.2rem;
}
.top-feature__item::before {
  font-size: var(--font-size-h4);
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-bottom: 0.15em;
  top: -1em;
}
.top-feature__icon {
  width: 12.8rem;
}
.top-feature__heading {
  text-align: center;
  word-break: keep-all;
  padding-inline: 2rem;
}
.top-feature__body {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding-inline: 4rem;
}

/*院長プロフィール
-----------------------------*/
.top-profile__inner {
  min-height: 60.5rem;
  padding-right: 61rem;
}
.top-profile__title {
  align-items: flex-start;
  text-align: left;
}
.top-profile__image {
  width: 50rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-profile__image img {
  width: 100%;
  aspect-ratio: 50/57;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.top-profile__image figcaption {
  width: 28rem;
  font-size: var(--font-size-h4);
  line-height: calc(1em + 1rem);
  padding: calc((7rem - 1lh) / 2) 2rem;
  margin-top: -3.5rem;
  border-radius: 0.8rem;
}
.top-profile__image::after {
  content: "";
  width: 21rem;
  aspect-ratio: 210/205;
  background: url(../img/common/deco_circle-dot.png) no-repeat right bottom/contain;
  position: absolute;
  right: -14.4rem;
  bottom: -4rem;
  z-index: -2;
}
.top-profile__text {
  line-height: 2.22223;
  margin-right: -1em;
}
.top-profile__license {
  row-gap: 2rem;
  line-height: 1.94445;
  margin-top: 4rem;
  padding: 3rem 4rem;
  border-radius: 1.1rem;
}
.top-profile__license::before {
  width: 3rem;
  top: -1rem;
  left: -1.6rem;
}

/*訪問・出張マッサージ
-----------------------------*/
.top-visit::before {
  width: calc(100% - 2rem);
  max-width: 135rem;
  height: 13.9rem;
}
.top-visit::after {
  width: 128rem;
  height: 9.2rem;
}
.top-visit__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-visit__image {
  width: 46rem;
}
.top-visit__image img {
  border-radius: 2rem;
}
.top-visit__text {
  width: 54rem;
  align-self: center;
  font-size: var(--font-size-h6);
  line-height: 2.1;
}

/*ご予約・お問い合わせ
-----------------------------*/
.top-contact {
  padding-block: 12rem;
}
.top-contact__title {
  font-size: 6rem;
  margin-bottom: 5rem;
}
.top-contact__text {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: 1.9;
}
.top-contact__text:has(p:last-of-type.memo) {
  margin-block: -0.7rem;
}
.top-contact__text .mb:has(+ .memo) {
  margin-bottom: 1.4rem;
}
.top-contact__text .memo {
  font-size: var(--font-size-sm);
  line-height: 1.875;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3rem 7rem;
  border-radius: 1.2rem;
  margin: 5rem auto 0;
}
.top-contact__items::before {
  width: calc(100% + 21.6rem);
  max-width: 128rem;
  height: 13.5rem;
  top: -6.9rem;
}
.top-contact__items::after {
  width: calc(100% + 30.4rem);
  max-width: 128rem;
  height: 27.3rem;
  bottom: -12rem;
}
.top-contact__btn {
  width: 35rem;
  height: 7rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 15rem 0 14rem;
}
.top-bnr__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 6rem;
  width: calc(100% - 12rem);
  max-width: 126rem;
  position: relative;
}
.top-bnr__items::before, .top-bnr__items::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.top-bnr__items::before {
  width: 143.6rem;
  height: 17.4rem;
  -webkit-mask: url(../img/common/deco_circle-triangle.png) no-repeat left top/contain;
          mask: url(../img/common/deco_circle-triangle.png) no-repeat left top/contain;
  background-color: var(--color-sub);
  top: -7.2rem;
}
.top-bnr__items::after {
  width: 142rem;
  height: 16.5rem;
  -webkit-mask: url(../img/common/deco_square-rectangle.png) no-repeat right bottom/contain;
          mask: url(../img/common/deco_square-rectangle.png) no-repeat right bottom/contain;
  background-color: var(--color-main);
  bottom: -6rem;
}
.top-bnr__item {
  height: 36rem;
  border-radius: 1.5rem;
  outline-width: 1rem;
  outline-offset: -1rem;
}
.top-bnr__item::after {
  width: 8rem;
  background-size: 3.2rem;
  border-radius: 1.5rem 0;
}
.top-bnr__heading {
  width: 39.5rem;
  height: 3em;
  row-gap: 1rem;
  font-size: 4.5rem;
  border-radius: 1rem;
}
.top-bnr__heading > span.en {
  font-size: 2.5rem;
}
.top-bnr__heading > span:not(.en) {
  -webkit-text-stroke: var(--color-white) 0.8rem;
  paint-order: stroke;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news {
  padding-block: 12rem;
}
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 6rem 5rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  はじめての方へ
===============================================*/
/*当院のマッサージ
-----------------------------*/
.beginner-massage__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  position: relative;
  z-index: 0;
}
.beginner-massage__inner::before, .beginner-massage__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.beginner-massage__inner::before {
  width: 128rem;
  height: 15.9rem;
  background: url(../img/common/deco_circle-triangle.png) no-repeat left top/contain;
  top: -6.5rem;
}
.beginner-massage__inner::after {
  width: 118rem;
  height: 10rem;
  background: url(../img/common/deco_square-dot.png) no-repeat right bottom/contain;
  bottom: 0;
}
.beginner-massage__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  width: 62rem;
  margin-right: -5rem;
  flex-shrink: 0;
}
.beginner-massage__image {
  position: relative;
  z-index: 0;
}
.beginner-massage__image--back {
  width: 42rem;
  z-index: 1;
}
.beginner-massage__image--back img,
.beginner-massage__image--back video {
  aspect-ratio: 42/32;
}
.beginner-massage__image--front {
  width: 33rem;
  margin-left: auto;
  margin-bottom: -10.5rem;
}
.beginner-massage__image--front img,
.beginner-massage__image--front video {
  aspect-ratio: 33/25;
}
.beginner-massage__image img,
.beginner-massage__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.beginner-massage__image video {
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-white);
}
.beginner-massage__box {
  padding-bottom: 9rem;
  margin-top: 7.5rem;
}
.beginner-massage__box::before {
  width: 120rem;
  height: calc(100% - 3.5rem);
  border-radius: 2.5rem;
}
.beginner-massage__heading {
  margin-bottom: 7rem;
}
.beginner-massage__comics {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.beginner-massage__comic {
  width: 32rem;
}
.beginner-massage__bnr {
  margin-top: 6.8rem;
}

/*対応している症状・ボディケア
-----------------------------*/
.beginner-care__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.5rem;
  padding: 5.5rem 8rem;
  border-radius: 2.5rem;
  margin-bottom: 5rem;
}
.beginner-care__list dt {
  grid-column: span 3;
  margin-bottom: 1.6rem;
}
.beginner-care__list dd {
  font-size: 2.2rem;
  line-height: calc(1em + 1rem);
  padding: calc((6.5rem - 1lh) / 2) 1rem;
  border-radius: 0.7rem;
}

/*施術の流れ
-----------------------------*/
.beginner-flow__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7rem 6rem;
  padding-top: 3rem;
  position: relative;
  z-index: 0;
}
.beginner-flow__list::before, .beginner-flow__list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.beginner-flow__list::before {
  width: calc(100% + 10rem);
  height: 17.4rem;
  -webkit-mask: url(../img/common/deco_circle-triangle.png) no-repeat left bottom/contain;
          mask: url(../img/common/deco_circle-triangle.png) no-repeat left bottom/contain;
  background-color: var(--color-sub);
  bottom: 0;
}
.beginner-flow__list::after {
  width: calc(100% + 14rem);
  height: 16.5rem;
  background: url(../img/common/deco_square-rectangle.png) no-repeat right top/contain;
  top: -4rem;
}
.beginner-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 32rem;
  min-height: 37.5rem;
  padding: 5.9rem 2rem 4.3rem;
}
.beginner-flow__item::before {
  font-size: var(--font-size-h4);
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-bottom: 0.15em;
  top: -1em;
}
.beginner-flow__item::after {
  content: "";
  -webkit-mask: url(../img/common/bg_box.png) no-repeat center/100% 100%;
          mask: url(../img/common/bg_box.png) no-repeat center/100% 100%;
  background-color: var(--color-bg-beige);
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.beginner-flow__item:nth-of-type(3n) .beginner-flow__icon::after, .beginner-flow__item:last-of-type .beginner-flow__icon::after {
  display: none;
}
.beginner-flow__icon {
  width: 18rem;
}
.beginner-flow__icon::after {
  content: "";
  width: 2.2rem;
  aspect-ratio: 22/28;
  background: url(../img/beginner/arrow_flow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1.9rem);
  z-index: 1;
  pointer-events: none;
}
.beginner-flow__heading {
  text-align: center;
  word-break: keep-all;
}
.beginner-flow__heading > span {
  line-height: calc(1em + 0.5rem);
}

/*通う頻度について
-----------------------------*/
.beginner-adjustments__text {
  line-height: calc(2em - 2px);
  padding: calc(6rem - (0.5lh - 0.5em)) 8rem;
  border-radius: 1.5rem;
}
.beginner-adjustments__text::before {
  width: 3rem;
  top: -1.5rem;
  left: -1.6rem;
}

/*ご来院にあたって
-----------------------------*/
.beginner-visit__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  position: relative;
  z-index: 0;
}
.beginner-visit__list::before, .beginner-visit__list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.beginner-visit__list::before {
  width: calc(100% + 32rem);
  height: 20.5rem;
  background: url(../img/common/deco_circle-dot.png) no-repeat left top/contain;
  top: -6.4rem;
}
.beginner-visit__list::after {
  width: calc(100% + 25rem);
  height: 15.5rem;
  -webkit-mask: url(../img/common/deco_square-dot.png) no-repeat right bottom/contain;
          mask: url(../img/common/deco_square-dot.png) no-repeat right bottom/contain;
  background-color: var(--color-main);
  bottom: -4.8rem;
}
.beginner-visit__item {
  width: 100%;
  padding: 0 5.5rem 4.5rem;
}
.beginner-visit__item::before {
  height: calc(100% - 3.6rem);
  border-radius: 2rem;
}
.beginner-visit__heading {
  min-width: 25rem;
  margin-bottom: 4.1rem;
}
.beginner-visit__image {
  margin-bottom: 3.6rem;
}
.beginner-visit__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.beginner-visit__body {
  line-height: calc(2em - 2px);
}

/*===============================================
  メニュー
===============================================*/
/*メニュー
-----------------------------*/
.menu-list::after {
  width: 128rem;
  height: 32.2rem;
}
.menu-list__box {
  padding: 7.2rem 8rem;
  margin-bottom: 6rem;
}
.menu-list__box::before {
  border-radius: 2.5rem;
}
.menu-list__box:nth-of-type(2n)::after {
  content: "";
  width: 128rem;
  height: 16.5rem;
  background: url(../img/common/deco_square-rectangle.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.7rem;
  z-index: -3;
  pointer-events: none;
}
.menu-list__box:has(+ .menu-list__memo) {
  margin-bottom: 5.4rem;
}
.menu-list__heading {
  margin-bottom: 5rem;
}
.menu-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4rem;
}
.menu-list__items--image {
  grid-auto-rows: minmax(25rem, auto);
}
.menu-list__items--image .menu-list__item {
  width: 42rem;
  height: auto;
  margin-block: auto;
  grid-column: span 2;
}
.menu-list__items--image .menu-list__item:nth-of-type(2n + 1) .menu-list__thumb {
  left: calc(100% + 5rem);
}
.menu-list__items--image .menu-list__item:nth-of-type(2n) {
  margin-left: auto;
}
.menu-list__items--image .menu-list__item:nth-of-type(2n) .menu-list__thumb {
  right: calc(100% + 5rem);
}
.menu-list__item {
  padding: 4rem;
  border-radius: 1.1rem;
  position: relative;
}
.menu-list__label {
  row-gap: 1.2rem;
  margin-bottom: 3rem;
}
.menu-list__label .min {
  font-size: var(--font-size-base);
}
.menu-list__thumb {
  width: 45rem;
  height: 100%;
  min-height: 25rem;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.menu-list__body, .menu-list__memo {
  line-height: 1.66667;
}
.menu-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.menu-list__inner .menu-list__image {
  width: 45rem;
  flex-shrink: 0;
}
.menu-list__inner .menu-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.menu-list__inner .menu-list__price {
  width: 100%;
}
.menu-list__price li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__item {
  padding: 6rem 6.5rem;
  margin-bottom: 4rem;
  border-radius: 1.5rem;
}
.voice-list__heading {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

/*===============================================
  アクセス
===============================================*/
/*院概要
-----------------------------*/
.access-info__table {
  position: relative;
  z-index: 0;
}
.access-info__table::before, .access-info__table::after {
  content: "";
  width: 128rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.access-info__table::before {
  height: 18.8rem;
  background: url(../img/common/deco_circle-rectangle.png) no-repeat right top/contain;
  top: -8.2rem;
}
.access-info__table::after {
  height: 15.5rem;
  -webkit-mask: url(../img/common/deco_square-dot.png) no-repeat left bottom/contain;
          mask: url(../img/common/deco_square-dot.png) no-repeat left bottom/contain;
  background-color: var(--color-main);
  bottom: -5.8rem;
}

/*アクセスマップ
-----------------------------*/
.access-map__box {
  height: 36rem;
}
.access-map__box iframe {
  border-radius: 1.5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  width: calc(100% + 12rem);
  padding: 5rem 6rem;
  border-radius: 2rem;
  margin-inline: -6rem;
}
.news-detail__heading {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: 1.9;
}
.contact-form__text:has(p:last-of-type.memo) {
  margin-block: -0.7rem;
}
.contact-form__text .mb:has(+ .memo) {
  margin-bottom: 1.4rem;
}
.contact-form__text .memo {
  font-size: var(--font-size-sm);
  line-height: 1.875;
}
.contact-form__btn {
  width: 35rem;
  height: 7rem;
  margin: 4rem auto 0;
}
.contact-form__table {
  margin-top: 8rem;
}
.contact-form__table tr th {
  width: 38rem;
  text-align: left;
  line-height: calc(4.2rem / var(--font-size-base));
  padding-inline: 2.5rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(2.1rem - 0.5lh);
}
.contact-form__table tr th small {
  display: block;
  line-height: calc(1em + 1rem);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4.2rem / var(--font-size-base));
  padding-inline: 2.5rem;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  line-height: calc(2em - 2px);
  padding: calc(6rem - (0.5lh - 0.5em)) 8rem;
  border-radius: 1.5rem;
}
.contact-complete__text::before {
  width: 3rem;
  top: -1.5rem;
  left: -1.6rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem 5rem;
  border-radius: 1.5rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

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

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  line-height: calc(2em - 2px);
  padding: calc(6rem - (0.5lh - 0.5em)) 8rem;
  border-radius: 1.5rem;
}
.error-message__text::before {
  width: 3rem;
  top: -1.5rem;
  left: -1.6rem;
}