:root {
  --s88-bg: #f7f4ef;
  --s88-bg-soft: #fffdf8;
  --s88-surface: #ffffff;
  --s88-surface-alt: #f1ebe0;
  --s88-text: #3e332b;
  --s88-muted: #7e6d61;
  --s88-line: #d9cec0;
  --s88-accent: #a14736;
  --s88-accent-dark: #7a2e20;
  --s88-accent-soft: #ede2d7;
  --s88-shadow: 0 20px 45px rgba(62, 51, 43, 0.08);
  --s88-radius: 28px;
  --s88-content-max: 1080px;
  --s88-content-gutter: 40px;
  --s88-content-gutter-sp: 8px;
  --s88-shell: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  --s88-header-offset: clamp(76px, calc(100 / 1440 * 100vw), 100px);
  --s88-font-serif: "Zen Old Mincho", serif;
  --s88-font-mincho: var(--s88-font-serif);
  --s88-font-sans: "Noto Sans JP", sans-serif;
  --s88-font-kaku: "Zen Kaku Gothic New", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: calc(var(--s88-header-offset) + 24px);
}

body {
  margin: 0;
  padding-top: var(--s88-header-offset);
  font-family: var(--s88-font-sans);
  color: var(--s88-text);
  background: #e3e3e3;
  line-height: 1.75;
}

.s88-site-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: #e3e3e3;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.s88-site-loading[hidden] {
  display: none !important;
}

body.is-loaded .s88-site-loading {
  opacity: 0;
  visibility: hidden;
}

.s88-site-loading__inner {
  position: relative;
  width: 155px;
  height: 104px;
  display: grid;
  justify-items: center;
  align-content: start;
  row-gap: 33px;
}

.s88-site-loading__mark {
  position: static;
  width: 48px;
  height: 47px;
}

.s88-site-loading__logo {
  position: static;
  width: 155px;
  height: 24px;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.s88-shell {
  max-width: var(--s88-shell);
  margin-inline: auto;
}

@media (min-width: 768px) {
  .s88-u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .s88-u-hidden-sp {
    display: none !important;
  }
}

.s88-prose p {
  margin: 0 0 1em;
}

.s88-rich-copy p,
.s88-rich-copy ul,
.s88-rich-copy ol {
  margin: 0 0 1.5em;
}

.s88-rich-copy p:last-child,
.s88-rich-copy ul:last-child,
.s88-rich-copy ol:last-child {
  margin-bottom: 0;
}

.s88-rich-copy ul,
.s88-rich-copy ol {
  padding-left: 1.15em;
}

.s88-rich-copy li + li {
  margin-top: 0.18em;
}

.s88-placeholder-media {
  display: block;
  width: 100%;
  min-height: 220px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(161, 71, 54, 0.18), rgba(120, 46, 32, 0.04)),
    linear-gradient(180deg, #eadfd3 0%, #f6f0e8 100%);
  position: relative;
  overflow: hidden;
}

.s88-placeholder-media::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(161, 71, 54, 0.25);
  border-radius: 20px;
}

.s88-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--s88-accent);
  color: #fff;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.s88-button:hover {
  background: var(--s88-accent-dark);
  transform: translateY(-1px);
}

.s88-button--tel {
  background: #7b3629;
}

.s88-button--secondary {
  border: 1px solid rgba(161, 71, 54, 0.28);
  background: rgba(255, 255, 255, 0.84);
  color: var(--s88-accent-dark);
}

.s88-button--secondary:hover {
  background: rgba(237, 226, 215, 0.92);
}

.s88-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
}

.s88-section-heading h2,
.s88-under-hero h1,
.s88-single__article h1,
.s88-card h2,
.s88-feature-panel h3,
.s88-treatment-card h3,
.s88-panel h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-weight: 700;
  line-height: 1.4;
}

.s88-section-heading p,
.s88-under-hero__eyebrow,
.s88-hero__eyebrow {
  margin: 0;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: var(--s88-muted);
  text-transform: uppercase;
}

.s88-site-header {
  --s88-header-height: clamp(76px, calc(100 / 1440 * 100vw), 100px);
  --s88-header-pad-inline: clamp(16px, calc(30 / 1440 * 100vw), 30px);
  --s88-header-pad-block: clamp(20px, calc(30 / 1440 * 100vw), 30px);
  --s88-header-gap: clamp(12px, calc(34 / 1440 * 100vw), 34px);
  --s88-header-logo-width: clamp(128px, calc(182 / 1440 * 100vw), 182px);
  --s88-header-nav-gap: clamp(10px, calc(22 / 1440 * 100vw), 22px);
  --s88-header-label-gap: clamp(4px, calc(6 / 1440 * 100vw), 6px);
  --s88-header-ja-size: clamp(10px, calc(14 / 1440 * 100vw), 14px);
  --s88-header-en-size: clamp(7px, calc(10 / 1440 * 100vw), 10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  background: #e3e3e3;
}

.s88-site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  gap: var(--s88-header-gap);
  min-height: var(--s88-header-height);
  padding: var(--s88-header-pad-block) var(--s88-header-pad-inline);
  box-sizing: border-box;
}

.s88-site-header__brand {
  flex: 0 0 auto;
  display: block;
  width: var(--s88-header-logo-width);
}

.s88-site-header__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--s88-header-nav-gap);
}

.s88-nav__desktop {
  display: flex;
  justify-content: flex-end;
  position: relative;
  --s88-nav-panel-offset: 0px;
}

.s88-nav__item a {
  display: grid;
  gap: var(--s88-header-label-gap);
  justify-items: center;
  text-align: center;
}

.s88-nav__item span {
  font-family: var(--s88-font-serif);
  font-size: var(--s88-header-ja-size);
  line-height: 1;
  color: #3b362e;
  white-space: nowrap;
}

.s88-nav__item small {
  display: block;
  font-family: var(--s88-font-serif);
  font-size: var(--s88-header-en-size);
  line-height: 1;
  color: #bdb1a6;
  white-space: nowrap;
}

.s88-nav-toggle {
  display: none;
}

.s88-nav-toggle__icon {
  display: block;
  width: 32px;
  height: 30px;
}

.s88-nav-toggle__bars {
  position: absolute;
  left: 4px;
  top: 8px;
  display: block;
  width: 24px;
  height: 16px;
}

.s88-nav-toggle__bars span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background: #545049;
  transform: translateY(-0.5px);
}

.s88-nav-toggle__bars span:nth-child(1) {
  top: 0;
}

.s88-nav-toggle__bars span:nth-child(2) {
  top: 8px;
}

.s88-nav-toggle__bars span:nth-child(3) {
  top: 16px;
}

.s88-nav {
  position: relative;
  min-width: 0;
}

.s88-mobile-menu {
  display: none;
}

.s88-nav__item--has-panel {
  position: relative;
}

.s88-nav__item--has-panel::before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: calc(100% - 2px);
  height: 56px;
}

.s88-nav__item--has-panel > a {
  position: relative;
}

.s88-nav__item--has-panel > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -31px;
  width: 56px;
  height: 2px;
  background: #d21d21;
  opacity: 1;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.s88-nav__item--has-panel:hover > a::after,
.s88-nav__item--has-panel:focus-within > a::after,
.s88-nav__desktop.is-panel-open .s88-nav__item--has-panel > a::after {
  transform: translateX(-50%) scaleX(1);
}

.s88-nav__mega {
  position: absolute;
  z-index: 80;
  top: 83px;
  left: var(--s88-nav-panel-offset);
  width: 688px;
  margin: 0;
}

.s88-nav__mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 28px;
}

.s88-nav__mega-inner {
  display: grid;
  grid-template-columns: 96px 432px;
  align-items: flex-start;
  gap: 60px;
  width: 688px;
  min-height: 268px;
  padding: 50px;
  border-radius: 8px;
  background: #e3e3e3;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.s88-nav__mega-heading {
  display: grid;
  gap: 12px;
  min-width: 96px;
}

.s88-nav__mega-heading p,
.s88-nav__mega-heading small {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.s88-nav__mega-heading p {
  font-size: 24px;
  color: #3b362e;
}

.s88-nav__mega-heading small {
  font-size: 18px;
  color: #bdb1a6;
}

.s88-nav__mega-columns {
  display: grid;
  grid-template-columns: 162px 230px;
  column-gap: 40px;
  align-items: start;
}

.s88-nav__mega-list {
  display: grid;
  grid-auto-rows: minmax(24px, auto);
  gap: 24px;
  width: 162px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s88-nav__mega-list--wide {
  width: 230px;
}

.s88-nav__mega-list a {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  line-height: 24px;
  color: #373e30;
  white-space: nowrap;
  width: 100%;
}

.s88-nav__mega-list img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.s88-home {
  background: #e3e3e3;
  overflow-x: hidden;
  padding-bottom: 0;
}

.s88-home-top-stage {
  position: relative;
  overflow: hidden;
  padding-bottom: 104px;
}

.s88-home-top-stage__frame {
  position: absolute;
  inset: 303px 0 auto;
  height: 697px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.s88-home-top-stage__frame img {
  display: block;
  width: calc(1464 / 1440 * 100%);
  height: auto;
  max-width: none;
}

.s88-home-fv {
  --s88-fv-height: clamp(477px, calc(671 / 1440 * 100vw), 671px);
  --s88-fv-overlay-height: clamp(483px, calc(679 / 1440 * 100vw), 679px);
  --s88-fv-pad-top: clamp(250px, calc(352 / 1440 * 100vw), 352px);
  --s88-fv-pad-left: clamp(85px, calc(120 / 1440 * 100vw), 120px);
  --s88-fv-pad-right: clamp(79px, calc(112 / 1440 * 100vw), 112px);
  --s88-fv-title-gap: clamp(2px, calc(3 / 1440 * 100vw), 3px);
  --s88-fv-title-size: clamp(28px, calc(40 / 1440 * 100vw), 40px);
  --s88-fv-title-line-height: clamp(40px, calc(58 / 1440 * 100vw), 58px);
  --s88-fv-title-tracking: clamp(6px, calc(8.8 / 1440 * 100vw), 8.8px);
  --s88-fv-lead-margin-top: clamp(16px, calc(22 / 1440 * 100vw), 22px);
  --s88-fv-lead-size: clamp(14px, calc(20 / 1440 * 100vw), 20px);
  --s88-fv-lead-tracking: clamp(0.8px, calc(1.2 / 1440 * 100vw), 1.2px);
  --s88-fv-badge-gap: clamp(13px, calc(18 / 1440 * 100vw), 18px);
  --s88-fv-badge-width: clamp(100px, calc(140 / 1440 * 100vw), 140px);
  --s88-fv-badge-height: clamp(111px, calc(155 / 1440 * 100vw), 155px);
  --s88-fv-badge-margin-bottom: clamp(49px, calc(69 / 1440 * 100vw), 69px);
  --s88-fv-badge-copy-gap: clamp(10px, calc(17 / 1440 * 100vw), 17px);
  --s88-fv-badge-title-size: clamp(19px, calc(27 / 1440 * 100vw), 27px);
  --s88-fv-badge-title-size-alt: clamp(18px, calc(25 / 1440 * 100vw), 25px);
  --s88-fv-badge-small-size: clamp(13px, calc(18 / 1440 * 100vw), 18px);
  --s88-fv-badge-perio-width: clamp(64px, calc(90 / 1440 * 100vw), 90px);
  --s88-fv-badge-saturday-title-width: clamp(
    72px,
    calc(101.748 / 1440 * 100vw),
    101.748px
  );
  --s88-fv-badge-saturday-small-width: clamp(
    82px,
    calc(113.668 / 1440 * 100vw),
    113.668px
  );
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.s88-home-fv__slider {
  position: absolute;
  inset: 0;
  height: var(--s88-fv-height);
  background: #000;
}

.s88-home-fv__slider-track,
.s88-home-fv__slider-list,
.s88-home-fv__slide,
.s88-home-fv__slide-media {
  width: 100%;
  height: 100%;
}

.s88-home-fv__slide {
  position: relative;
  overflow: hidden;
}

.s88-home-fv__slide-media {
  display: block;
  position: relative;
}

.s88-home-fv__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--s88-fv-object-position-pc, 50% 50%);
  opacity: 0.8;
}

.s88-home-fv__overlay {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.s88-home-fv__overlay--pc {
  top: 78px;
  left: -1.98%;
  width: 103.3%;
  height: 679px;
}

.s88-home-fv__overlay--sp {
  display: none;
}

.s88-home-fv__overlay-piece {
  position: absolute;
  display: block;
  max-width: none;
}

.s88-home-fv__overlay-piece--pc-left {
  inset: 0 auto 0 0;
  width: 6.722689%;
  height: 100%;
}

.s88-home-fv__overlay-piece--pc-right {
  top: 15.905744%;
  left: 92.806723%;
  width: 5.915966%;
  height: 23.122238%;
}

.s88-home-fv__inner {
  position: relative;
  z-index: 2;
  width: min(1440px, 100vw);
  height: var(--s88-fv-height);
  margin-inline: auto;
  padding: var(--s88-fv-pad-top) var(--s88-fv-pad-right) 0
    var(--s88-fv-pad-left);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.s88-home-fv__copy {
  color: #fff;
  display: grid;
  transition: height 1.4s ease;
}

.s88-home-fv__copy-panel {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 1.4s ease,
    visibility 0s linear 1.4s;
}

.s88-home-fv__copy-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.s88-home-fv__copy-title {
  margin: 0;
  display: grid;
  gap: var(--s88-fv-title-gap);
  font-family: var(--s88-font-serif);
  font-size: var(--s88-fv-title-size);
  font-weight: 400;
  line-height: var(--s88-fv-title-line-height);
  letter-spacing: var(--s88-fv-title-tracking);
}

.s88-home-fv__lead {
  margin-top: var(--s88-fv-lead-margin-top);
}

.s88-home-fv__lead p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: var(--s88-fv-lead-size);
  font-weight: 400;
  line-height: 2;
  letter-spacing: var(--s88-fv-lead-tracking);
  color: #fff;
}

.s88-home-fv__badges {
  display: flex;
  gap: var(--s88-fv-badge-gap);
  align-self: end;
  margin-bottom: var(--s88-fv-badge-margin-bottom);
}

.s88-home-fv__badge {
  display: grid;
  place-items: center;
  width: var(--s88-fv-badge-width);
  height: var(--s88-fv-badge-height);
}

.s88-home-fv__badge img {
  grid-area: 1 / 1;
  width: var(--s88-fv-badge-width);
  height: var(--s88-fv-badge-height);
  transform: scaleX(-1);
}

.s88-home-fv__badge-copy {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s88-fv-badge-copy-gap);
  color: #fff;
  text-align: center;
  padding-left: 15px;
}

.s88-home-fv__badge-copy strong,
.s88-home-fv__badge-copy small {
  display: grid;
  justify-items: center;
}

.s88-home-fv__badge-copy strong {
  font-family: var(--s88-font-serif);
  font-size: var(--s88-fv-badge-title-size);
  font-weight: 400;
  line-height: 1.3;
}

.s88-home-fv__badge:last-child .s88-home-fv__badge-copy strong {
  font-size: var(--s88-fv-badge-title-size-alt);
  line-height: 1.1;
}

.s88-home-fv__badge-copy small {
  font-family: var(--s88-font-kaku);
  font-size: var(--s88-fv-badge-small-size);
  font-weight: 400;
  line-height: 1.3;
}

/* .s88-home-fv__badge.is-perio .s88-home-fv__badge-copy strong,
.s88-home-fv__badge.is-perio .s88-home-fv__badge-copy small {
  width: var(--s88-fv-badge-perio-width);
}

.s88-home-fv__badge.is-saturday .s88-home-fv__badge-copy strong {
  width: var(--s88-fv-badge-saturday-title-width);
} */

/* .s88-home-fv__badge.is-saturday .s88-home-fv__badge-copy small {
  width: var(--s88-fv-badge-saturday-small-width);
} */

.s88-home-fv__badge-copy small span {
  display: block;
}

.s88-template-top__follow--home {
  position: fixed;
  width: 615px;
  margin: 0;
  transform: none;
  z-index: 40;
}

.s88-home-news {
  position: relative;
  z-index: 1;
  margin-top: 130px;
  margin-bottom: 0;
}

.s88-home-news__panel {
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  min-height: 386px;
  margin-inline: auto;
  padding: 57px 59px 52px 61px;
  box-sizing: border-box;
  background: #fff;
  display: grid;
  grid-template-columns: 83px minmax(0, 960px);
  column-gap: 37px;
  align-items: start;
}

.s88-home-news__label {
  width: 83px;
  height: 168px;
  display: grid;
  grid-template-columns: 31px 14px;
  column-gap: 19px;
}

.s88-home-news__label-ja {
  font-family: var(--s88-font-serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 2.79px;
  color: #3b362e;
  writing-mode: vertical-rl;
}

.s88-home-news__label-en {
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.26px;
  color: #bdb1a6;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.s88-home-news__content {
  width: 960px;
  margin-top: 22px;
  display: grid;
}

.s88-home-news__list {
  display: grid;
  gap: 24px;
}

.s88-home-news__movie {
  width: min(100%, 640px);
  margin-top: 28px;
  margin-inline: auto;
  background: #efe9df;
}

.s88-home-news__movie video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: #000000;
}

.s88-home-news__item {
  display: grid;
  grid-template-columns: 79px 710px;
  column-gap: 43px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #ede9e1;
}

.s88-home-news__item time {
  font-family: var(--s88-font-sans);
  font-size: 15px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.56px;
  color: #bdb1a6;
}

.s88-home-news__item span {
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #3b362e;
}

.s88-home-news__more {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  margin-top: 13px;
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #3b362e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.s88-home-news__more-icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-home-news__more-icon img {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .s88-home-news__panel {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  .s88-home-news__label {
    width: auto;
    height: auto;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
  }

  .s88-home-news__label-ja,
  .s88-home-news__label-en {
    writing-mode: horizontal-tb;
  }

  .s88-home-news__content,
  .s88-home-news__list {
    width: 100%;
    min-width: 0;
  }

  .s88-home-news__item {
    grid-template-columns: 79px minmax(0, 1fr);
  }

  .s88-home-news__movie {
    width: min(100%, 640px);
    margin-inline: auto;
  }
}

.s88-home-about {
  background: #e3e3e3;
  padding: 0;
}

.s88-home-about__inner {
  position: relative;
  width: min(1170px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin-left: max(var(--s88-content-gutter), calc((100vw - 1170px) / 2));
  margin-right: auto;
  padding-bottom: 0;
}

.s88-home-about__head {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 18px;
}

.s88-home-about__head .s88-template-section__marker--lg {
  left: 0;
  top: 0;
  width: 18px;
  height: 12px;
}

.s88-home-about h2 {
  width: max-content;
  min-width: 258px;
  height: 44px;
  margin: 71px auto 0;
  transform: none;
  width: max-content;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.09em;
  color: #3b362e;
  text-align: center;
  white-space: nowrap;
}

.s88-home-about__row {
  display: grid;
  align-items: start;
}

.s88-home-about__row--right {
  width: 100%;
  margin-top: 96px;
  padding-inline-start: calc(45 / 1170 * 100%);
  grid-template-columns: minmax(0, 440fr) minmax(0, 602fr);
  column-gap: clamp(32px, 7.25%, 85px);
}

.s88-home-about__row--left {
  width: 100%;
  margin-top: 74px;
  padding-inline-end: calc(44 / 1170 * 100%);
  grid-template-columns: minmax(0, 602fr) minmax(0, 440fr);
  column-gap: clamp(32px, 7.17%, 84px);
}

.s88-home-about__copy {
  width: 100%;
  max-width: 440px;
}

.s88-home-about__copy h3 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.09em;
  color: #3b362e;
  text-align: center;
}

.s88-home-about__copy h3 > span {
  display: block;
  white-space: nowrap;
}

.s88-home-about__heading-dot {
  color: #58544d;
  display: inline;
}

.s88-home-about__prose {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
}

.s88-home-about__prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
  color: #545049;
}

.s88-home-about__prose p + p {
  margin-top: 19px;
}

.s88-home-about__row--right .s88-home-about__prose p + p {
  margin-top: 38px;
}

.s88-home-about__media {
  display: grid;
  width: 100%;
  max-width: 602px;
  height: auto;
  aspect-ratio: 602 / 552;
}

.s88-home-about__media > * {
  grid-area: 1 / 1;
}

.s88-home-about__media-layer {
  display: grid;
  width: 100%;
  height: 100%;
}

.s88-home-about__media-image {
  object-fit: cover;
}

.s88-home-about__media-frame {
  align-self: start;
  justify-self: start;
  width: calc(609.9951171875 / 602 * 100%);
  height: calc(547 / 552 * 100%);
  margin-inline-start: calc(-8 / 602 * 100%);
  margin-block-start: calc(5 / 552 * 100%);
  object-fit: contain;
}

.s88-home-about__row--left .s88-home-about__media-frame {
  margin-inline-start: calc(-40 / 602 * 100%);
  margin-block-start: 0;
}

.s88-home-about__media-layer--single,
.s88-home-about__media-layer--bottom-single {
  align-self: start;
  justify-self: start;
  overflow: hidden;
  width: calc(540 / 602 * 100%);
  height: calc(502 / 552 * 100%);
}

.s88-home-about__media-layer--single {
  margin-inline-start: calc(16 / 602 * 100%);
}

.s88-home-about__media-layer--bottom-single {
  margin-inline-start: calc(11 / 602 * 100%);
}

.s88-home-about__media-image--top,
.s88-home-about__media-image--bottom {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  margin: 0;
}

.s88-home-about__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 154px;
  height: 49px;
  margin: 81px auto 0;
  border: 0;
  background: #3b362e;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.09em;
  color: #fff;
}

.s88-home-about__more img {
  width: 17px;
  height: 17px;
}

.s88-home-greeting {
  padding: 180px 0 56px;
}

.s88-home-greeting__inner {
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin-inline: auto;
  display: grid;
  grid-template-columns:
    min(calc(79 / 1440 * 100vw), 79px)
    minmax(0, 1fr)
    min(calc(129 / 1440 * 100vw), 129px);
  grid-template-areas:
    "heading visual visual"
    ". body signature"
    ". button .";
  column-gap: min(calc(41 / 1440 * 100vw), 41px);
  row-gap: min(calc(34 / 1440 * 100vw), 34px);
}

.s88-home-greeting__heading {
  grid-area: heading;
  width: min(calc(79 / 1440 * 100vw), 79px);
  height: min(calc(220 / 1440 * 100vw), 220px);
  margin-top: min(calc(28 / 1440 * 100vw), 28px);
  display: grid;
  grid-template-columns:
    min(calc(40 / 1440 * 100vw), 40px)
    min(calc(18 / 1440 * 100vw), 18px);
  column-gap: min(calc(21 / 1440 * 100vw), 21px);
  align-content: start;
}

.s88-home-greeting__heading-ja {
  width: min(calc(40 / 1440 * 100vw), 40px);
  height: 220px;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
  writing-mode: vertical-rl;
}

.s88-home-greeting__heading-en {
  align-self: start;
  width: min(calc(18 / 1440 * 100vw), 18px);
  min-height: min(calc(142 / 1440 * 100vw), 142px);
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.09em;
  color: #bdb1a6;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.s88-home-greeting__visual {
  grid-area: visual;
  justify-self: end;
  align-self: start;
  position: relative;
  width: min(calc(780 / 1440 * 100vw), 780px);
  height: min(calc(528 / 1440 * 100vw), 528px);
}

.s88-home-greeting__visual-image {
  display: block;
  width: min(calc(780 / 1440 * 100vw), 780px);
  height: min(calc(490 / 1440 * 100vw), 490px);
  margin-top: min(calc(38 / 1440 * 100vw), 38px);
  object-fit: cover;
}

.s88-home-greeting__visual-deco {
  position: absolute;
  right: min(calc(33 / 1440 * 100vw), 33px);
  top: 0;
  width: min(calc(83 / 1440 * 100vw), 83px);
  height: min(calc(65 / 1440 * 100vw), 65px);
  z-index: 2;
}

.s88-home-greeting__quote {
  grid-area: visual;
  align-self: end;
  justify-self: start;
  width: 100%;
  margin-inline-start: clamp(64px, 15.3%, 151px);
  margin-bottom: min(calc(73 / 1440 * 100vw), 73px);
  display: grid;
  row-gap: min(calc(2 / 1440 * 100vw), 2px);
  z-index: 2;
  position: relative;
}

.s88-home-greeting__quote-triangle {
  position: absolute;
  left: 0;
  top: max(calc(-8 / 1440 * 100vw), -8px);
  width: min(calc(35 / 1440 * 100vw), 35px);
  height: min(calc(23 / 1440 * 100vw), 23px);
  transform: rotate(180deg) scaleX(-1);
  transform-origin: center;
}

.s88-home-greeting__quote-line {
  display: flex;
  align-items: center;
  justify-self: start;
  padding: 0 min(calc(35 / 1440 * 100vw), 35px);
  min-height: min(calc(90 / 1440 * 100vw), 90px);
  background: rgba(255, 255, 255, 0.7);
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-greeting__quote-line--desktop-short {
  
  margin-left: min(calc(8 / 1440 * 100vw), 8px);
}

.s88-home-greeting__quote-line--desktop-long {
  
  margin-left: min(calc(8 / 1440 * 100vw), 8px);
}

.s88-home-greeting__quote-line--mobile-1,
.s88-home-greeting__quote-line--mobile-2,
.s88-home-greeting__quote-line--mobile-3 {
  display: none;
}

.s88-home-greeting__body {
  grid-area: body;
  width: min(calc(798 / 1440 * 100vw), 798px);
  margin-left: min(calc(47 / 1440 * 100vw), 47px);
}

.s88-home-greeting__body p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
  color: #545049;
}

.s88-home-greeting__signature {
  grid-area: signature;
  align-self: start;
  justify-self: start;
  width: min(calc(129 / 1440 * 100vw), 129px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: min(calc(19 / 1440 * 100vw), 19px);
  margin-top: max(calc(-85 / 1440 * 100vw), -85px);
  margin-left: max(calc(-49 / 1440 * 100vw), -49px);
}

.s88-home-greeting__signature-text {
  display: grid;
  grid-template-columns:
    min(calc(40 / 1440 * 100vw), 40px)
    min(calc(23 / 1440 * 100vw), 23px);
  column-gap: min(calc(7 / 1440 * 100vw), 7px);
  align-items: start;
  margin-top: min(calc(122 / 1440 * 100vw), 122px);
}

.s88-home-greeting__signature-role {
  grid-column: 2;
  grid-row: 1;
  width: min(calc(23 / 1440 * 100vw), 23px);
  margin-top: min(calc(3 / 1440 * 100vw), 3px);
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
  writing-mode: vertical-rl;
}

.s88-home-greeting__signature-name {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: min(calc(16 / 1440 * 100vw), 16px);
  width: min(calc(40 / 1440 * 100vw), 40px);
}

.s88-home-greeting__signature-name span {
  font-family: var(--s88-font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
  writing-mode: vertical-rl;
}

.s88-home-greeting__signature-line {
  width: min(calc(1 / 1440 * 100vw), 1px);
  height: min(calc(445 / 1440 * 100vw), 445px);
}

.s88-home-greeting__button {
  --s88-home-greeting-button-shift-y: max(calc(-86 / 1440 * 100vw), -86px);
  grid-area: button;
  display: inline-flex;
  align-items: center;
  gap: min(calc(40 / 1440 * 100vw), 40px);
  min-height: min(calc(68 / 1440 * 100vw), 68px);
  padding:
    min(calc(16 / 1440 * 100vw), 16px)
    min(calc(24 / 1440 * 100vw), 24px);
  box-sizing: border-box;
  justify-self: start;
  margin: max(calc(-34 / 1440 * 100vw), -34px) 0 0 min(calc(37 / 1440 * 100vw), 37px);
  transform: translateY(var(--s88-home-greeting-button-shift-y));
  background: #3b362e;
  color: #fff;
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
}

.s88-home-greeting__button-arrow {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.s88-home-greeting__button-arrow img {
  display: block;
  width: min(calc(18 / 1440 * 100vw), 18px);
  height: min(calc(18 / 1440 * 100vw), 18px);
}

.s88-home-greeting__cards {
  display: grid;
  grid-template-columns: repeat(3, 386px);
  gap: 21px;
  align-content: start;
  grid-area: cards;
  padding-top: 79px;
}

.s88-home-treatment-overview__cards {
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin: 21px auto 0;
  padding-top: 0;
  grid-area: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s88-home-treatment-overview__cards .s88-home-greeting__card-image {
  width: 100%;
}

.s88-home-greeting__card {
  display: grid;
  grid-template-rows: 188px 124px;
  background: transparent;
}

.s88-home-greeting__card-image-wrap {
  position: relative;
  overflow: hidden;
}

.s88-home-greeting__card-image {
  width: 386px;
  height: 188px;
  object-fit: cover;
}

.s88-home-greeting__card-footer {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 124px;
  background: #ede9e1;
  text-align: center;
}

.s88-home-greeting__card-footer strong {
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-greeting__card-footer small {
  margin-top: -6px;
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.09em;
  color: #bdb1a6;
}

.s88-home-featured-cards-sp {
  display: none;
}

.s88-home-pickup {
  background: transparent;
}

.s88-home-pickup--in-treatment {
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  max-width: 1200px;
  margin: 106px auto 0;
}

.s88-home-pickup__inner {
  position: relative;
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin-inline: auto;
  padding: 52px 60px 64px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  column-gap: min(6.5vw, 94px);
  row-gap: 70px;
  align-items: start;
}

.s88-home-pickup--in-treatment .s88-home-pickup__inner {
  width: 100%;
  margin-inline: 0;
}

.s88-home-pickup__inner.s88-template-section__inner {
  padding: 52px 60px 64px;
}

.s88-home-pickup__heading {
  width: 260px;
  text-align: center;
}

.s88-home-pickup__heading h2 {
  margin: 0;
  width: 260px;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-pickup__subtitle {
  margin-top: 16px;
}

.s88-home-pickup__subtitle p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-pickup__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 154px;
  height: 49px;
  margin-top: 21px;
  padding: 0 24px;
  background: #3b362e;
  color: #ede9e1;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
}

.s88-home-pickup__more img {
  width: 17px;
  height: 17px;
}

.s88-home-pickup__body {
  width: 100%;
  max-width: 686px;
  align-self: center;
}

.s88-home-pickup__body p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  color: #545049;
}

.s88-home-pickup__body p + p {
  margin-top: 2px;
}

.s88-home-pickup__gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1081px;
  height: 266px;
  overflow: hidden;
}

.s88-home-pickup__gallery-cell {
  position: relative;
  overflow: hidden;
}

.s88-home-pickup__gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-home-treatment-overview {
  position: relative;
  background: #b0aba7;
  min-height: 920px;
}

.s88-home-treatment-overview__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s88-home-treatment-overview__bg-band {
  position: absolute;
  inset: 0 0 auto;
  height: 404px;
  opacity: 1;
  overflow: hidden;
}

.s88-home-treatment-overview__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 404px;
  object-fit: cover;
  object-position: center top;
}

.s88-home-treatment-overview__inner {
  position: relative;
  width: min(1440px, 100vw);
  min-height: 920px;
  margin-inline: auto;
  padding-block: 94px 140px;
}

.s88-home-treatment-overview h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
}

.s88-home-treatment-overview .s88-home-pickup__heading h2 {
  color: #3b362e;
}

.s88-home-treatment-overview__panel {
  position: relative;
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin: 21px auto 0;
  padding: 64px 60px 65px;
  background: #ede9e1;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-template-areas:
    "lead body"
    "menu menu";
  column-gap: min(9.8vw, 141px);
  row-gap: 74px;
  align-items: start;
}

.s88-home-treatment-overview__lead {
  grid-area: lead;
  width: 260px;
  text-align: center;
}

.s88-home-treatment-overview__lead p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-treatment-overview__body {
  grid-area: body;
}

.s88-home-treatment-overview__body p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  color: #545049;
}

.s88-home-treatment-overview__menu {
  grid-area: menu;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  gap: 1px;
  border: 1px solid #bdb1a6;
  background: #bdb1a6;
}

.s88-home-treatment-overview__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 135px;
  padding: 18px;
  border: 0;
  background: #ede9e1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.s88-home-treatment-overview__item:hover,
.s88-home-treatment-overview__item:focus-visible {
  background: #bdb1a6;
  outline: none;
}

.s88-home-treatment-overview__item-icon-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: transparent;
}

.s88-home-treatment-overview__item-icon-image {
  width: 100px;
  height: 100px;
}

.s88-home-treatment-overview__item-copy {
  display: grid;
  justify-items: center;
  width: 100%;
  text-align: center;
}

.s88-home-treatment-overview__item-copy strong {
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-treatment-overview__item-copy small {
  margin-top: -2px;
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.09em;
  color: #bdb1a6;
}

.s88-home-treatment-overview__item:hover
  .s88-home-treatment-overview__item-copy
  strong,
.s88-home-treatment-overview__item:hover
  .s88-home-treatment-overview__item-copy
  small,
.s88-home-treatment-overview__item:focus-visible
  .s88-home-treatment-overview__item-copy
  strong,
.s88-home-treatment-overview__item:focus-visible
  .s88-home-treatment-overview__item-copy
  small {
  color: #fff;
}

.s88-home-treatment-social {
  background: #f2f2f2;
}

.s88-home-treatment-social__inner {
  width: min(1081px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin: 0 auto;
  padding: 115px 0 103px;
  display: grid;
  grid-template-columns: minmax(0,380fr) minmax(0,563fr);
  column-gap: min(9.5vw,138px);
  align-items: start;
}

.s88-home-treatment-social__instagram {

}

.s88-home-treatment-social__instagram-head,
.s88-home-treatment-social__blog-head {
  display: grid;
  justify-items: center;
}

.s88-home-treatment-social__instagram-head img {
  width: 40.9px;
  height: 40.9px;
}

.s88-home-treatment-social__instagram-head p,
.s88-home-treatment-social__blog-head p {
  margin: 5px 0 0;
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.09em;
  color: #bdb1a6;
}

.s88-home-treatment-social__instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 45px;
}

.s88-home-treatment-social__instagram-feed {
  width: 100%;
  margin-top: 45px;
}

.s88-home-treatment-social__instagram-feed #sb_instagram,
.s88-home-treatment-social__instagram-feed #sbi_images,
.s88-home-treatment-social__instagram-feed .sbi_photo_wrap,
.s88-home-treatment-social__instagram-feed .sbi_photo,
.s88-home-treatment-social__instagram-feed .sbi_item {
  width: 100%;
}

.s88-home-treatment-social__instagram-cell {
  display: block;
  width: 100%;
    aspect-ratio: 1 / 1;
  background: #d9d9d9;
}

.s88-home-treatment-social__button {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 68px;
  padding: 16px 24px;
  background: #3b362e;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #fff;
  text-decoration: none;
}

.s88-home-treatment-social__button img {
  width: 17px;
  height: 17px;
}

.s88-home-treatment-social__instagram .s88-home-treatment-social__button {
  margin-top: 24px;
  margin-inline: auto;
}




.s88-home-treatment-social__blog-head h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-treatment-social__blog-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.s88-home-treatment-social__blog-item {
  display: grid;
  grid-template-columns:minmax(0, 120px) minmax(0,1fr);
  color: inherit;
  text-decoration: none;
}

.s88-home-treatment-social__blog-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #d9d9d9;
  overflow: hidden;
}

.s88-home-treatment-social__blog-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-home-treatment-social__blog-card {
  display: grid;
  align-content: center;
  gap: 2px;
  height: 120px;
  padding: min(2.2vw,33px) min(2.4vw,35px);
  background: #fff;
}

.s88-home-treatment-social__blog-card time {
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #bdb1a6;
}

.s88-home-treatment-social__blog-card strong {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-treatment-social__blog .s88-home-treatment-social__button {
  margin-top: 44px;
  margin-inline: auto;
}

.s88-home-slide {
  --s88-home-slide-shell-offset: max(0px, calc((100vw - 1440px) / 2));
  position: relative;
  height: 755px;
  padding-top: 126px;
  box-sizing: border-box;
  background: #e3e3e3;
  overflow: hidden;
}

.s88-home-slide__control {
  position: absolute;
  top: 99px;
  right: calc(var(--s88-home-slide-shell-offset) + 117px);
  width: 49px;
  height: 38px;
  z-index: 2;
}

.s88-home-slide__pager {
  position: absolute;
  top: 658.583px;
  left: calc(var(--s88-home-slide-shell-offset) + 55px);
  width: 73px;
  height: 15.917px;
  z-index: 2;
}

.s88-home-slide__viewport {
  width: 100%;
  height: 500px;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.s88-home-slide__viewport.is-dragging {
  cursor: grabbing;
}

.s88-home-slide__track {
  position: static;
  width: max-content;
  margin-block: 0;
  padding: 0;
  list-style: none;
  margin-left: -298px;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  height: 500px;
  will-change: transform;
}

.s88-home-slide__slide {
  flex: 0 0 auto;
  height: 500px;
}

.s88-home-slide__item {
  position: relative;
  overflow: hidden;
}

.s88-home-slide__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.s88-home-basics {
  position: relative;
  padding: 0;
  background: #e3e3e3;
  padding-bottom: 87px;
}

.s88-home-basics__inner {
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin: 0 auto;
}

.s88-home-basics__head {
  position: relative;
  padding-top: 1px;
}

.s88-home-basics__head h2 {
  margin: 89px 0 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
  text-align: center;
}

.s88-home-basics__upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 95px;
  gap: min(5.3vw, 77px);
}

.s88-home-basics__hours h3,
.s88-home-basics__payments h3,
.s88-home-basics__access h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
  text-align: center;
}

.s88-home-basics__schedule {
  margin-top: 35px;
}

.s88-home-basics__schedule-head,
.s88-home-basics__schedule-row {
  display: grid;
  grid-template-columns: 120px 312px;
  align-items: center;
  column-gap: 35px;
  padding: 0 17.5px 0 18px;
}

.s88-home-basics__schedule-head {
  padding-inline: 17.5px;
}

.s88-home-basics__schedule-head span,
.s88-home-basics__schedule-time,
.s88-home-basics__schedule-days span,
.s88-home-basics__schedule-closed {
  font-family: var(--s88-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #545049;
}

.s88-home-basics__schedule-days,
.s88-home-basics__schedule-status {
  display: grid;
  grid-template-columns: repeat(7, max-content);
  justify-content: space-between;
  align-items: center;
}

.s88-home-basics__schedule-row {
  min-height: 62px;
  border-top: 1px solid #d9d1c8;
}

.s88-home-basics__schedule-row:last-child {
  border-bottom: 1px solid #d9d1c8;
}

.s88-home-basics__schedule-open {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #d39e9f;
}

.s88-home-basics__schedule-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
}

.s88-home-basics__schedule-note {
  margin-top: 34px;
}

.s88-home-basics__schedule-note p,
.s88-home-basics__payment-note p,
.s88-home-basics__contact p,
.s88-home-basics__access-group p,
.s88-home-basics__map-link span {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-home-basics__schedule-note p:nth-child(5) {
  margin-top: 28px;
}

.s88-home-basics__payments {
  width: 500px;
}

.s88-home-basics__payment-cards {
  display: grid;
  gap: 4px;
  margin-top: 27px;
}

.s88-home-basics__payment-card {
  display: grid;
  grid-template-columns: 122px 1fr;
  min-height: 139px;
  padding: 23px 40px;
  background: #dfd9cd;
}

.s88-home-basics__payment-card:nth-child(2) {
  min-height: 165px;
}

.s88-home-basics__payment-label {
  align-self: center;
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-basics__payment-body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.s88-home-basics__payment-method-stack {
  display: grid;
  gap: 10px;
  align-content: start;
}

.s88-home-basics__payment-method-stack.has-secondary-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s88-home-basics__payment-methods {
  display: flex;
  align-items: center;
  width: min(272px, 100%);
  min-width: 0;
  gap: 4px;
}

.s88-home-basics__payment-methods-extra {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 272px;
}

.s88-home-basics__payment-method-stack.has-secondary-inline
  .s88-home-basics__payment-methods-extra {
  width: auto;
  gap: 10px;
}

.s88-home-basics__payment-divider {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 27px;
  background: #bdb1a6;
}

.s88-home-basics__payment-method {
  display: inline-flex;
  flex: 1 1 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 36px;
  max-width: 42px;
  height: 29px;
  overflow: hidden;
}

.s88-home-basics__payment-method.is-paypay {
  flex: 0 0 auto;
  width: 27.673px;
  height: 27.674px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.s88-home-basics__payment-method img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s88-home-basics__payment-method.is-paypay img {
  width: 100%;
  height: 100%;
}

.s88-home-basics__payment-lines p {
  margin: 0;
  font-family: var(--s88-font-sans);
  color: #545049;
}

.s88-home-basics__payment-lines p:not(.is-small) {
  font-size: 14px;
  line-height: 2;
}

.s88-home-basics__payment-lines p.is-small {
  font-size: 12px;
  line-height: 2;
}

.s88-home-basics__payment-note {
  margin-top: 22px;
}

.s88-home-basics__photo-stage {
  position: relative;
  max-width: 1080px;
  margin: 156px auto 0;
}

.s88-home-basics__photo-img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-home-basics__photo-label-block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  writing-mode: vertical-rl;
  opacity: 0.8;
  z-index: 2;
}

.s88-home-basics__photo-label-block span {
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-home-basics__photo-label-block--clinic {
  width: 90px;
  height: 243px;
  right: 153px;
  top: -48px;
}

.s88-home-basics__photo-label-block--corp {
  width: 90px;
  height: 179px;
  right: 60px;
  top: -48px;
}

.s88-home-basics__photo-label-triangle {
  position: absolute;
  right: 55px;
  top: -53px;
  width: 35px;
  height: 23px;
  transform: rotate(180deg);
  z-index: 3;
}

.s88-home-basics__lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 52px;
}

.s88-home-basics__contact p:nth-child(2) {
  margin-top: 4px;
}

.s88-home-basics__access {
  margin-top: 23px;
}

.s88-home-basics__access-columns {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  column-gap: 24px;
  margin-top: 20px;
}

.s88-home-basics__access-columns--sp {
  display: none;
}

.s88-home-basics__access-group + .s88-home-basics__access-group {
  margin-top: 24px;
}

.s88-home-basics__access-group h4 {
  margin: 0 0 4px;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #545049;
}

.s88-home-basics__button {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 38px;
  padding: 16px 24px;
  background: #3b362e;
}

.s88-home-basics__button span {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #fff;
}

.s88-home-basics__button-icon {
  display: flex;
  align-items: center;
}

.s88-home-basics__button-icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.s88-home-basics__map {
  position: relative;
  aspect-ratio: 564 / 325;
  overflow: hidden;
}

.s88-home-basics__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-home-basics__map-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 15px;
}

.s88-home-basics__map-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #545049;
  border-radius: 50%;
}

.s88-home-basics__map-link-icon img {
  display: block;
  width: 10px;
  height: 10px;
}

.s88-home-basics__map-link span:last-child {
  font-family: var(--s88-font-sans);
  font-size: 15px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.56px;
  color: #545049;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.s88-home-basics__parking {
  position: relative;
  aspect-ratio: 563 / 297;
  margin-top: 24px;
  overflow: hidden;
}

.s88-home-basics__parking img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-home-footer-top {
  background: #dddbd7;
}

.s88-home-footer-top--shared + .s88-site-footer {
  margin-top: 0;
}

.s88-home-footer-top__contact-band {
  border-top: 10px solid #b61418;

  position: relative;
  overflow: hidden;
  background: #545049;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 75px calc((100% - var(--s88-shell)) / 2) 70px;
  box-sizing: border-box;
}

.s88-home-footer-top__contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-home-footer-top__contact-copy,
.s88-home-footer-top__follow {
  position: relative;
  z-index: 2;
}

.s88-home-footer-top__contact-copy {
  color: #fff;
}

.s88-home-footer-top__contact-copy h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
}

.s88-home-footer-top__contact-lines {
  margin-top: 35px;
}

.s88-home-footer-top__contact-lines p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #fff;
}

.s88-break-sp {
  display: none;
}

.s88-home-footer-top__follow {
  display: grid;
  gap: 6px;
}

.s88-home-footer-top__follow-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 23px;
  height: 90px;
  padding: 8px 18px 8px 26px;
  box-sizing: border-box;
  background: #b61418;
  text-decoration: none;
}

.s88-home-footer-top__follow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s88-home-footer-top__follow-icon--tel {
  width: 44px;
  height: 44px;
}

.s88-home-footer-top__follow-icon--tel img {
  width: 44px;
  height: 44px;
}

.s88-home-footer-top__follow-icon--web {
  width: 48px;
  height: 48px;
}

.s88-home-footer-top__follow-icon--web img {
  width: 48px;
  height: 48px;
}

.s88-home-footer-top__follow-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.s88-home-footer-top__follow-note {
  display: block;
  font-family: var(--s88-font-serif);
  font-weight: 400;
  line-height: 36px;
  color: #fefffd;
  text-align: center;
  white-space: nowrap;
  margin-inline: auto;
}

.s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-arrow {
  display: none;
}

.s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-note {
  font-size: 17px;
  letter-spacing: 2.04px;
}

.s88-home-footer-top__follow-item--web .s88-home-footer-top__follow-note {
  font-size: 17px;
  letter-spacing: 2.04px;
}

.s88-home-footer-top__follow-tel {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-family: var(--s88-font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 4.08px;
  color: #fff;
}

.s88-home-footer-top__follow-text {
  display: block;
  font-family: var(--s88-font-serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 3.48px;
  color: #fefffd;
  white-space: nowrap;
}

.s88-home-footer-top__follow-arrow {
  display: flex;
  align-items: center;
  justify-self: end;
}

.s88-home-footer-top__follow-arrow img {
  display: block;
  width: 18px;
  height: 18px;
}

.s88-home-footer-top__infection {
  background: #f5f2ed;
}

.s88-home-footer-top__infection-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 60px;
  align-items: end;
  width: min(1200px, calc(100vw - (var(--s88-content-gutter) * 2)));
  margin: 0 auto;
  padding: 74px 0;
}

.s88-home-footer-top__infection-copy h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #58544d;
}

.s88-home-footer-top__infection-lines {
  margin-top: 46px;
}

.s88-home-footer-top__infection-lines p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #58544d;
}

.s88-home-footer-top__infection-media {
  width: 400px;
  height: 223px;
  overflow: hidden;
}

.s88-home-footer-top__infection-media img {
  display: block;
  width: 400px;
  height: 223px;
}

.s88-under-hero {
  position: relative;
  min-height: 265px;
  color: #fff;
  overflow: visible;
}

.s88-under-hero__bg {
  position: absolute;
  inset: 0;
  height: 265px;
  background: #847a71;
  overflow: hidden;
  --s88-under-hero-image-left: 18%;
  --s88-under-hero-image-right: 82%;
  --s88-under-hero-image-feather: 56px;
}

.s88-under-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: 2;
}

.s88-under-hero__bg-image-blur {
  position: absolute;
  inset: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  max-width: none;
  object-fit: cover;
  object-position: 50% 34%;
  opacity: 0.9;
  filter: blur(28px) brightness(0.94);
  transform: scale(1.04);
  z-index: 0;
}

.s88-under-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: 50% 34%;
  z-index: 1;
}

.s88-under-hero__bg-image--main {
  opacity: 0.82;
  filter: brightness(1.03);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent calc(var(--s88-under-hero-image-left) - 2px),
    rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-left) + calc(var(--s88-under-hero-image-feather) * 0.42)),
    #000 calc(var(--s88-under-hero-image-left) + var(--s88-under-hero-image-feather)),
    #000 calc(var(--s88-under-hero-image-right) - var(--s88-under-hero-image-feather)),
    rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-right) - calc(var(--s88-under-hero-image-feather) * 0.42)),
    transparent calc(var(--s88-under-hero-image-right) + 2px)
  );
  mask-image: linear-gradient(
    90deg,
    transparent calc(var(--s88-under-hero-image-left) - 2px),
    rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-left) + calc(var(--s88-under-hero-image-feather) * 0.42)),
    #000 calc(var(--s88-under-hero-image-left) + var(--s88-under-hero-image-feather)),
    #000 calc(var(--s88-under-hero-image-right) - var(--s88-under-hero-image-feather)),
    rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-right) - calc(var(--s88-under-hero-image-feather) * 0.42)),
    transparent calc(var(--s88-under-hero-image-right) + 2px)
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.s88-under-hero__overlay-clip {
  position: absolute;
  top: 0;
  inset-inline: 0;
  overflow: hidden;
  height: 324px;
  pointer-events: none;
  z-index: 1;
}

.s88-under-hero__overlay-main {
  position: absolute;
  top: 95px;
  right: -41px;
  width: 99px;
  height: 131px;
  max-width: none;
  pointer-events: none;
  z-index: 1;
}

.s88-under-hero__overlay-left {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 93px;
  height: 112px;
  pointer-events: none;
  z-index: 1;
}

.s88-under-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--s88-under-hero-shade, 0));
  z-index: 1;
}

.s88-under-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 265px;
  padding: 72px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.s88-under-hero--has-kicker .s88-under-hero__inner {
  gap: 8px;
}

.s88-under-hero__kicker {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
}

.s88-under-hero h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.22em;
}

.s88-under-hero__eyebrow {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  width: min(614px, 100%);
}

.s88-under-hero--detail {
  min-height: 369px;
}

.s88-under-hero--detail .s88-under-hero__bg {
  height: 369px;
  background: #646463;
  --s88-under-hero-image-feather: 64px;
}

.s88-under-hero--detail .s88-under-hero__bg::before {
  background: rgba(255, 255, 255, 0.16);
}

.s88-under-hero--detail .s88-under-hero__bg-image-blur {
  opacity: 0.96;
  filter: blur(30px) brightness(0.9);
}

.s88-under-hero--detail .s88-under-hero__bg-image--main {
  opacity: 1;
  filter: brightness(1.02);
}

.s88-page-blog-hero .s88-under-hero__bg-image-blur,
.s88-page-blog-hero .s88-under-hero__bg-image,
.s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg-image-blur,
.s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg-image {
  object-position: 80% 0%;
}

.s88-page-blog-hero .s88-under-hero__bg,
.s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg {
  background: transparent;
}

@media (max-width: 1200px) {
  .s88-under-hero__bg-image,
  .s88-under-hero--detail .s88-under-hero__bg-image {
    object-fit: cover;
  }

  .s88-under-hero__bg-image--main,
  .s88-under-hero--detail .s88-under-hero__bg-image--main {
    -webkit-mask-image: none;
    mask-image: none;
  }

}

@media (min-width: 768px) {
  .s88-page-blog-hero .s88-under-hero {
    height: 265px;
    min-height: 265px;
    overflow: hidden;
  }

  .s88-page-blog-hero .s88-under-hero__bg,
  .s88-page-blog-hero .s88-under-hero__overlay-clip,
  .s88-page-blog-hero .s88-under-hero__inner {
    height: 100%;
  }

  .s88-page-blog-hero .s88-under-hero__bg-image,
  .s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg-image {
    inset: auto 0 0 auto;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }

  .s88-page-blog-hero .s88-under-hero__bg-image-blur,
  .s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg-image-blur {
    inset: -24px;
    width: calc(100% + 48px);
    height: calc(100% + 48px);
    object-fit: cover;
  }

  .s88-page-blog-hero .s88-under-hero__bg-image--main,
  .s88-page-blog-hero .s88-under-hero--detail .s88-under-hero__bg-image--main {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent calc(var(--s88-under-hero-image-left) - 180px),
      rgba(0, 0, 0, 0.3) calc(var(--s88-under-hero-image-left) - 96px),
      rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-left) - 36px),
      #000 calc(var(--s88-under-hero-image-left) + 24px),
      #000 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent calc(var(--s88-under-hero-image-left) - 180px),
      rgba(0, 0, 0, 0.3) calc(var(--s88-under-hero-image-left) - 96px),
      rgba(0, 0, 0, 0.65) calc(var(--s88-under-hero-image-left) - 36px),
      #000 calc(var(--s88-under-hero-image-left) + 24px),
      #000 100%
    );
  }
}

.s88-under-hero--detail .s88-under-hero__inner {
  min-height: 369px;
  padding: 60px 0 58px;
  gap: 4px;
}

.s88-under-hero--detail .s88-under-hero__kicker {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.s88-under-hero--detail h1 {
  font-family: var(--s88-font-sans);
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.s88-under-hero--detail .s88-under-hero__eyebrow {
  font-family: var(--s88-font-sans);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  width: 670px;
}

.s88-breadcrumbs {
  position: relative;
  z-index: 1;
}

.s88-breadcrumbs__inner {
  width: min(
    var(--s88-content-max),
    calc(100vw - (var(--s88-content-gutter) * 2))
  );
  margin-inline: auto;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.s88-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #58544d;
  font-size: 10px;
  line-height: 5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.s88-breadcrumbs li + li::before {
  content: ">";
  margin-right: 6px;
}

.s88-template-top {
  background: #e3e3e3;
}

.s88-template-top__hero {
  position: relative;
  min-height: 265px;
  color: #fff;
  overflow: visible;
}

.s88-template-top__hero-bg {
  position: absolute;
  inset: 0;
  height: 265px;
  background: #6a615b;
  overflow: hidden;
}

.s88-template-top__hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: 1;
}

.s88-template-top__hero-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: max(1440px, 100vw);
  max-width: none;
  height: 265px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.s88-template-top__hero-overlay-clip {
  position: absolute;
  top: 0;
  inset-inline: 0;
  overflow: hidden;
  height: 324px;
  pointer-events: none;
  z-index: 1;
}

.s88-template-top__hero-overlay-main {
  position: absolute;
  top: 18px;
  right: -41px;
  width: 99px;
  height: 131px;
  max-width: none;
  pointer-events: none;
  z-index: 1;
}

.s88-template-top__hero-overlay-left {
  position: absolute;
  left: 6px;
  bottom: -59px;
  width: 93px;
  height: 112px;
  pointer-events: none;
  z-index: 1;
}

.s88-template-top__hero-inner {
  position: relative;
  z-index: 2;
  min-height: 265px;
  padding: 72px 0 0;
}

.s88-template-top__hero h1 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 8.8px;
  color: #ffffff;
}

.s88-template-top__hero-subtitle {
  margin: 20px 0 0;
  width: 614px;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
}

.s88-template-top__breadcrumbs {
  position: static;
  width: min(
    var(--s88-content-max),
    calc(100vw - (var(--s88-content-gutter) * 2))
  );
  margin: 0 auto;
  z-index: 2;
}

.s88-template-top__breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  color: #58544d;
  font-size: 10px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.s88-template-top__breadcrumbs li + li::before {
  content: ">";
  margin-right: 6px;
}

.s88-template-top__intro {
  position: relative;
  padding: 36px 0 0;
  background: transparent;
}

.s88-template-top__intro-inner {
  width: min(
    var(--s88-content-max),
    calc(100vw - (var(--s88-content-gutter) * 2))
  );
  margin-inline: auto;
}

.s88-template-top__intro-inner p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-top__intro-spacer {
  min-height: 28px;
}

.s88-template-top__follow {
  --s88-follow-text-size: clamp(15px, calc(24 / 1440 * 100vw), 24px);
  --s88-follow-text-line-height: clamp(24px, calc(36 / 1440 * 100vw), 36px);
  --s88-follow-tel-text-size: clamp(18px, calc(30 / 1440 * 100vw), 30px);
  --s88-follow-tel-line-height: clamp(24px, calc(36 / 1440 * 100vw), 36px);
  --s88-follow-tel-gap: clamp(5px, calc(6 / 1440 * 100vw), 6px);
  --s88-follow-tel-separator-width: clamp(6px, calc(7.5 / 1440 * 100vw), 7.5px);
  --s88-follow-tel-separator-height: clamp(
    18px,
    calc(22.5 / 1440 * 100vw),
    22.5px
  );
  margin: 0;
  display: flex;
  width: 615px;
  max-width: 100vw;
  gap: 1px;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 40;
  align-items: stretch;
}

.s88-template-top__follow--article {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: min(615px, calc(100vw - 40px)) !important;
  max-width: min(615px, calc(100vw - 40px)) !important;
  margin: 0 auto 40px !important;
}

.s88-template-top__follow-item {
  height: 60px;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  padding: 0 18px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
  flex-shrink: 1;
}

.s88-template-top__follow-item--web,
.s88-template-top__follow-item--tel {
  background: #b61418;
  color: #fefffd;
}

.s88-template-top__follow-item--ai {
  background: #7d6954;
  color: #fefffd;
}

.s88-template-top__follow-icon {
  position: static;
  display: block;
  flex: 0 0 auto;
}

.s88-template-top__follow-icon--web {
  width: 36px;
  height: 36px;
}

.s88-template-top__follow-icon--tel {
  width: 36px;
  height: 36px;
}

.s88-template-top__follow-icon--ai {
  width: 33px;
  height: 28px;
}

.s88-template-top__follow-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.s88-template-top__follow-text {
  position: static;
  display: block;
  font-family: var(--s88-font-serif);
  font-size: var(--s88-follow-text-size);
  line-height: var(--s88-follow-text-line-height);
  letter-spacing: 2.88px;
  white-space: nowrap;
  min-width: 0;
}

.s88-template-top__follow-text-inner {
  display: inline-block;
  white-space: nowrap;
}

.s88-template-top__follow-label-sp,
.s88-template-top__follow-tel-label {
  display: none;
}

.s88-template-top__follow-item--web .s88-template-top__follow-text {
  font-size: var(--s88-follow-web-text-size);
  line-height: var(--s88-follow-web-line-height);
  letter-spacing: 4.32px;
  font-weight: 500;
}

.s88-template-top__follow-arrow {
  display: flex;
  align-items: center;
  justify-self: end;
}

.s88-template-top__follow-arrow img {
  display: block;
  width: 18px;
  height: 18px;
}

.s88-template-top__follow-tel {
  position: static;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  font-family: var(--s88-font-serif);
  font-size: var(--s88-follow-tel-text-size);
  line-height: var(--s88-follow-tel-line-height);
  letter-spacing: 0.12em;
  white-space: nowrap;
  min-width: 0;
}

.s88-template-top__follow-tel-inner {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.s88-template-top__follow-item--ai .s88-template-top__follow-text {
  letter-spacing: 2.88px;
}

.s88-template-top__follow-text-tight-1 {
  letter-spacing: -1.28px;
}

.s88-template-top__follow-text-tight-2 {
  letter-spacing: -3.36px;
}

.s88-template-top__follow-text-tight-3 {
  letter-spacing: -0.96px;
}

.s88-template-top__follow-item--web {
  grid-template-columns: auto minmax(0, 1fr) 18px;
  column-gap: 12px;
  padding-left: 25.5px;
  padding-right: 18px;
}

.s88-template-top__follow-item--tel {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10.5px;
  padding-left: 18px;
  padding-right: 18px;
}

.s88-template-top__follow-item--ai {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  padding-left: 25.5px;
  padding-right: 18px;
}

.s88-template-top__follow .s88-template-top__follow-item {
  flex: 0 0 auto;
}

.s88-template-top__follow .s88-template-top__follow-item--web {
  width: 334.5px;
}

.s88-template-top__follow .s88-template-top__follow-item--tel {
  width: 327px;
}

.s88-template-top__follow .s88-template-top__follow-icon--tel {
  width: 36px;
  height: 36px;
}

.s88-template-top__follow .s88-template-top__follow-tel img {
  width: 7.5px;
  height: 22.5px;
}

.s88-template-top__follow .s88-template-top__follow-item--ai {
  width: 286.5px;
}

.s88-template-top__follow
  .s88-template-top__follow-item--web
  .s88-template-top__follow-text {
  font-size: var(--s88-follow-web-text-size);
  line-height: var(--s88-follow-web-line-height);
  letter-spacing: 0.12em;
}

.s88-template-top__follow
  .s88-template-top__follow-item--ai
  .s88-template-top__follow-text {
  font-size: var(--s88-follow-text-size);
  line-height: var(--s88-follow-text-line-height);
  letter-spacing: 2.88px;
}


.s88-page,
.s88-archive,
.s88-single {
  padding-bottom: 120px;
}

.s88-page__lead,
.s88-single__article,
.s88-page__content,
.s88-archive__grid {
  padding: 40px 0 72px;
}

.s88-error-page {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.s88-error-page__panel,
.s88-error-page__links {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 206, 192, 0.7);
  border-radius: var(--s88-radius);
  box-shadow: var(--s88-shadow);
}

.s88-error-page__panel {
  padding: 42px;
}

.s88-error-page__eyebrow,
.s88-error-page__links-title {
  margin: 0;
  color: var(--s88-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.s88-error-page__panel h2 {
  margin: 14px 0 0;
  font-family: var(--s88-font-serif);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.5;
  font-weight: 700;
}

.s88-error-page__copy {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.s88-error-page__copy p {
  margin: 0;
  color: var(--s88-muted);
}

.s88-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.s88-error-page__links {
  padding: 30px 28px;
}

.s88-error-page__link-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.s88-error-page__link {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--s88-bg-soft);
  border: 1px solid rgba(217, 206, 192, 0.82);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.s88-error-page__link:hover {
  transform: translateY(-1px);
  border-color: rgba(161, 71, 54, 0.36);
  background: #fff;
}

.s88-error-page__link-label {
  font-family: var(--s88-font-serif);
  font-size: 1.1rem;
  line-height: 1.5;
}

.s88-error-page__link-description {
  color: var(--s88-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.s88-content-block,
.s88-panel,
.s88-card,
.s88-sidebar-panel,
.s88-single__article,
.s88-case__summary {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 206, 192, 0.7);
  border-radius: var(--s88-radius);
  box-shadow: var(--s88-shadow);
}

.s88-content-block {
  padding: 36px;
  margin-bottom: 28px;
}

.s88-content-block__body {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.s88-page--sitemap {
  padding-bottom: 96px;
}

.s88-sitemap {
  padding: 64px 0 40px;
}

.s88-sitemap__title {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--s88-text);
}

.s88-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 64px;
  margin-top: 40px;
}

.s88-sitemap__group-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  font-family: var(--s88-font-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--s88-text);
}

.s88-sitemap__group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(67, 91, 134, 0.45);
}

.s88-sitemap__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s88-sitemap__item--depth-1 {
  padding-left: 1em;
}

.s88-sitemap__link {
  color: var(--s88-text);
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}

.s88-sitemap__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.s88-page-index {
  padding: 0;
  background: transparent;
  margin-block: 90px 100px;
}

.s88-page-index__inner {
  width: min(
    var(--s88-content-max),
    calc(100vw - (var(--s88-content-gutter) * 2))
  );
  margin-inline: auto;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 45px;
  align-items: start;
  padding: 44px 51px 49px 43px;
  background: #ffffff;
}

.s88-page-index__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
  gap: 22px;
}

.s88-page-index__label p,
.s88-page-index__label span {
  margin: 0;
}

.s88-page-index__label p {
  font-family: var(--s88-font-serif);
  writing-mode: vertical-rl;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: 2.79px;
  color: #3b362e;
}

.s88-page-index__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 65px;
  transform: rotate(90deg);
  transform-origin: center;
  font-family: var(--s88-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.26px;
  color: #bdb1a6;
}

.s88-page-index__columns {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.s88-page-index__columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-auto-rows: auto;
  align-content: start;
}

.s88-page-index__columns li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 8px;
  min-height: 32px;
  line-height: 0;
}

.s88-page-index__item-link {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 8px;
  text-decoration: none;
  color: inherit;
  grid-column: 1 / -1;
}

.s88-page-index__columns li:has(> .s88-page-index__item-link) {
  display: block;
}

.s88-page-index__item-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.s88-page-index__item-icon img {
  width: 18px;
  height: 18px;
}

.s88-page-index__item-text {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #3b362e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.s88-template-section {
  padding: 0 0 96px;
}

.s88-template-section--soft {
  padding: 0;
  background: transparent;
}

.s88-template-section--flush {
  padding-bottom: 1px;
}

.s88-template-section--template-feature-media {
  padding: 0 0 40px;
  background: #ffffff;
}

.s88-template-section__shell {
  position: relative;
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
  border-top: 0;
}

.s88-template-section__shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(#aca496, #aca496);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.s88-template-section--soft .s88-template-section__shell {
  width: var(--s88-shell);
  border-top: 0;
  background: #ede9e1;
}

.s88-template-section--soft .s88-template-section__shell::before {
  content: none;
}

.s88-template-section--template-feature-media .s88-template-section__shell {
  width: var(--s88-shell);
  border-top: 0;
}

.s88-template-section--template-feature-media
  .s88-template-section__shell::before {
  content: none;
}

.s88-template-section__inner {
  padding: 88px 60px 0;
}

.s88-template-section--soft .s88-template-section__inner {
  padding-top: 51px;
  padding-bottom: 62px;
}

.s88-template-section--template-soft-media .s88-template-section__inner {
  padding-top: var(--s88-soft-padding-top, 51px);
  padding-bottom: var(--s88-soft-padding-bottom, 62px);
  padding-right: 59px;
}

.s88-template-section--template-feature-media .s88-template-section__inner {
  padding: var(--s88-feature-padding-top, 20px) 0
    var(--s88-feature-padding-bottom, 0);
}

.s88-template-section__marker {
  position: absolute;
  left: 0;
  background: #b61418;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.s88-template-section__marker--lg {
  top: 0;
  width: 18px;
  height: 12px;
}

.s88-template-section__marker--sm {
  top: 51px;
  width: 12px;
  height: 9px;
  opacity: 0.7;
}

.s88-template-section__asset-marker {
  position: absolute;
  opacity: 1;
}

.s88-template-section__asset-marker--lg {
  left: -18px;
  top: 10px;
  width: 35px;
  height: 32px;
}

.s88-template-section__asset-marker--sm {
  left: -26px;
  top: 51px;
  width: 18px;
  height: 17px;
}

.s88-template-section__inner--about-accent {
  position: relative;
  background: var(--s88-template-accent-surface, #ede9e1);
}

.s88-template-section__inner--about-accent::before,
.s88-template-section__inner--about-accent::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.s88-template-section__inner--about-accent::before {
  left: -18px;
  top: 10px;
  width: 35px;
  height: 32px;
  background-image: url("../images/about/about-second-opinion-marker-lg.svg");
}

.s88-template-section__inner--about-accent::after {
  left: -26px;
  top: 51px;
  width: 18px;
  height: 17px;
  background-image: url("../images/about/about-second-opinion-marker-sm.svg");
}

.s88-template-section__heading h2 {
  margin: 0;
  display: grid;
  width: fit-content;
  max-width: 100%;
  gap: 10px;
  font-family: var(--s88-font-serif);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-section__heading h2 > span,
.s88-template-feature-media__heading h2 > span {
  display: block;
  white-space: normal;
}

.s88-template-section__heading--large h2 {
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 3.6px;
  gap: 0;
}

.s88-template-section__heading--soft-small h2 {
  font-size: 32px;
  line-height: 2;
  letter-spacing: 2.88px;
  gap: 0;
}

.s88-template-section__soft-layout {
  --s88-section-gap-fluid: clamp(24px, 6vw, var(--s88-section-gap));
  display: grid;
  grid-template-columns:
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-copy-ratio, 0.5))
    )
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-media-ratio, 0.5))
    );
  gap: var(--s88-section-gap-fluid);
  align-items: start;
}

.s88-template-section__soft-layout--left {
  grid-template-columns:
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-media-ratio, 0.5))
    )
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-copy-ratio, 0.5))
    );
}

.s88-template-section__soft-layout--left .s88-template-section__soft-copy {
  order: 2;
}

.s88-template-section__soft-layout--left .s88-template-section__media {
  order: 1;
}

.s88-template-section__soft-copy {
  width: 100%;
  min-width: 0;
}

.s88-template-section__soft-copy .s88-template-section__copy {
  margin-top: 32px;
}

.s88-template-section--template-soft-media
  .s88-template-section__soft-copy
  .s88-template-section__copy {
  margin-top: var(--s88-soft-copy-margin-top, 22px);
}

.s88-template-section--soft .s88-template-section__media {
  margin-top: var(--s88-soft-media-margin-top, 19px);
}

.s88-template-section__soft-layout > * {
  min-width: 0;
}

.s88-template-section--template-soft-media .s88-media-frame {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: var(--s88-media-ratio);
}

.s88-template-section--about-accent-panel .s88-template-section__shell {
  background: #ede9e1;
}

.s88-template-section--about-future-gap {
  margin-bottom: 100px;
}

.s88-template-section--about-column-exact .s88-template-section__shell {
  background: transparent;
}

.s88-template-section.s88-template-section--about-column-exact {
  background: transparent;
}

.s88-template-section--about-column-exact .s88-template-section__marker {
  display: none;
}

.s88-template-section--about-column-exact .s88-template-section__inner {
  padding-left: 0;
  padding-right: 0;
}

.s88-template-section.s88-template-section--treatment-feature-media,
.s88-template-section--template-feature-media.s88-template-section--treatment-feature-media {
  background: transparent;
}

.s88-template-section--treatment-feature-media .s88-template-section__shell {
  background: transparent;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__heading
  h2 {
  width: fit-content;
  max-width: 100%;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__body,
.s88-template-section--treatment-feature-media
  .s88-template-feature-media__body--left {
  margin-top: 32px;
  align-items: start;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__copy {
  max-width: none;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__copy
  .s88-prose
  p,
.s88-template-section--treatment-feature-media
  .s88-template-feature-media__after
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__copy
  .s88-prose
  p:last-child,
.s88-template-section--treatment-feature-media
  .s88-template-feature-media__after
  p:last-child {
  margin-bottom: 0;
}

.s88-template-section--treatment-feature-media
  .s88-template-feature-media__after {
  margin-top: 1.9em;
}

.s88-template-section--about-column-exact
  .s88-template-feature-media__heading
  h2 {
  width: fit-content;
  max-width: 100%;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-section--about-column-exact
  .s88-template-feature-media__heading--left
  h2 {
  margin-left: 0;
}

.s88-template-section--about-column-exact .s88-template-feature-media__body,
.s88-template-section--about-column-exact
  .s88-template-feature-media__body--left {
  margin-top: 95px;
  align-items: start;
}

.s88-template-section--about-column-exact .s88-template-feature-media__copy {
  max-width: none;
}

.s88-template-section--about-column-exact
  .s88-template-feature-media__copy
  .s88-prose
  p {
  margin: 0 0 1.4em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-section--about-column-exact
  .s88-template-feature-media__copy
  .s88-prose
  p:last-child {
  margin-bottom: 0;
}

.s88-template-section--about-column-exact .s88-template-feature-media__media {
  width: 100%;
  max-width: none;
  margin-top: var(--s88-feature-media-margin-top, 0);
}

.s88-template-section--about-column-exact .s88-media-frame {
  width: 100%;
  aspect-ratio: 538 / 359;
}

.s88-template-section--about-column-exact .s88-media-frame__asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.s88-template-section--general-column-exact .s88-template-section__shell {
  background: transparent;
}

.s88-template-section.s88-template-section--general-column-exact {
  background: transparent;
}

.s88-template-section--general-column-exact .s88-template-section__marker {
  display: none;
}

.s88-template-section--general-column-exact .s88-template-section__inner {
  padding-left: 0;
  padding-right: 0;
}

.s88-template-section--general-column-exact
  .s88-template-feature-media__heading
  h2 {
  width: fit-content;
  max-width: 100%;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-section--general-column-exact .s88-template-feature-media__body,
.s88-template-section--general-column-exact
  .s88-template-feature-media__body--left {
  margin-top: 95px;
  align-items: start;
}

.s88-template-section--general-column-exact .s88-template-feature-media__copy {
  max-width: none;
}

.s88-template-section--general-column-exact
  .s88-template-feature-media__copy
  .s88-prose
  p,
.s88-template-section--general-column-exact
  .s88-template-feature-media__copy
  .s88-rich-copy
  p {
  margin: 0 0 1.4em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-section--general-column-exact
  .s88-template-feature-media__copy
  .s88-prose
  p:last-child,
.s88-template-section--general-column-exact
  .s88-template-feature-media__copy
  .s88-rich-copy
  p:last-child {
  margin-bottom: 0;
}

.s88-template-section--general-column-exact .s88-template-feature-media__media {
  width: 100%;
  max-width: none;
  margin-top: var(--s88-feature-media-margin-top, 0);
}

.s88-template-section--general-column-exact .s88-media-frame {
  width: 100%;
  max-width: none;
  aspect-ratio: var(--s88-media-ratio);
}

.s88-template-section--general-column-exact .s88-media-frame__asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.s88-template-section--about-column-exact-lab
  .s88-template-feature-media__copy
  .s88-prose
  p {
  margin-bottom: 24px;
}

.s88-template-section.s88-template-section--about-column-exact-lab {
  margin-top: 100px;
}

.s88-template-section--about-column-exact-sterilization
  .s88-template-feature-media__copy
  .s88-prose
  p {
  margin-bottom: 18px;
}

.s88-template-section--about-column-exact-implant
  .s88-template-feature-media__copy
  .s88-prose
  p {
  margin-bottom: 17px;
}

.s88-template-section--about-column-exact-personalized
  .s88-template-feature-media__copy
  .s88-prose
  p {
  margin-bottom: 13px;
}

.s88-template-section__body {
  --s88-section-gap-fluid: clamp(24px, 6vw, var(--s88-section-gap));
  margin-top: 96px;
  display: grid;
  grid-template-columns:
    minmax(
      0,
      calc(
        (100% - var(--s88-section-gap-fluid)) *
          var(--s88-copy-ratio, 0.54614733)
      )
    )
    minmax(
      0,
      calc(
        (100% - var(--s88-section-gap-fluid)) *
          var(--s88-media-ratio, 0.45385267)
      )
    );
  gap: var(--s88-section-gap-fluid);
  align-items: start;
}

.s88-template-section__body--left {
  grid-template-columns:
    minmax(
      0,
      calc(
        (100% - var(--s88-section-gap-fluid)) *
          var(--s88-media-ratio, 0.45385267)
      )
    )
    minmax(
      0,
      calc(
        (100% - var(--s88-section-gap-fluid)) *
          var(--s88-copy-ratio, 0.54614733)
      )
    );
}

.s88-template-section__body--left .s88-template-section__copy {
  order: 2;
}

.s88-template-section__body--left .s88-template-section__media {
  order: 1;
}

.s88-template-section__copy {
  width: 100%;
  min-width: 0;
}

.s88-template-section__copy .s88-prose p {
  margin: 0 0 1.7em;
  font-size: 0.875rem;
  line-height: 2;
  color: #545049;
}

.s88-template-section__copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-feature-media__heading h2 {
  margin: 0;
  display: grid;
  gap: 0;
  width: fit-content;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0;
  color: #000000;
}

.s88-template-feature-media__body {
  --s88-section-gap-fluid: clamp(24px, 6vw, var(--s88-section-gap));
  margin-top: 0;
  display: grid;
  grid-template-columns:
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-copy-ratio, 0.5))
    )
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-media-ratio, 0.5))
    );
  gap: var(--s88-section-gap-fluid);
  align-items: start;
}

.s88-template-feature-media__body--left {
  grid-template-columns:
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-media-ratio, 0.5))
    )
    minmax(
      0,
      calc((100% - var(--s88-section-gap-fluid)) * var(--s88-copy-ratio, 0.5))
    );
}

.s88-template-feature-media__body--left .s88-template-feature-media__copy {
  order: 2;
}

.s88-template-feature-media__body--left .s88-template-feature-media__media {
  order: 1;
}

.s88-template-feature-media__copy {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-top: var(--s88-feature-copy-margin-top);
}

.s88-template-feature-media__copy .s88-prose p {
  margin: 0 0 1.5em;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-feature-media__copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-feature-media__media {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: var(--s88-feature-media-margin-top);
}

.s88-template-feature-media__body--left .s88-template-feature-media__media {
  justify-content: flex-start;
}

.s88-template-section__media {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.s88-template-section__body--left .s88-template-section__media {
  justify-content: flex-start;
}

.s88-media-frame {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: var(--s88-media-ratio);
  border-radius: 0;
  background: #d9d0c5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.s88-media-frame__asset {
  display: block;
  width: var(--s88-media-asset-width, 100%);
  height: var(--s88-media-asset-height, 100%);
  max-width: none;
  transform: translate(
    var(--s88-media-asset-left, 0),
    var(--s88-media-asset-top, 0)
  );
}

.s88-media-frame__asset--fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.s88-template-section--about-column-exact .s88-media-frame__asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.s88-template-first-intro {
  background: transparent;
  padding: 66px 0 100px;
}

.s88-template-first-intro__inner {
  width: 1080px;
  margin-inline: auto;
}

.s88-template-first-intro__inner .s88-prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-arrival {
  background: transparent;
  padding: 0 0 100px;
}

.s88-template-first-arrival__divider,
.s88-template-first-process__divider,
.s88-template-first-faq__divider {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-first-arrival__inner {
  width: min(1080px, calc(100vw - 80px));
  margin-inline: auto;
  padding-top: 89px;
}

.s88-template-first-arrival h2,
.s88-template-first-process h2,
.s88-template-first-faq h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 3.6px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-arrival__layout {
  column-gap: clamp(24px, 5vw, 75px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 95px;
}

.s88-template-first-arrival__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  padding-right: 0;
}

.s88-template-first-arrival__copy-group {
  display: grid;
  gap: 0;
}

.s88-template-first-arrival__paragraph.is-break-after {
  margin-bottom: 1em;
}

.s88-template-first-arrival__paragraph,
.s88-template-first-arrival__note {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-arrival__phone-link {
  color: inherit;
  text-decoration: none;
}

.s88-template-first-arrival__copy > :last-child {
  margin-bottom: 0;
}

.s88-template-first-arrival__hours {
  display: grid;
  gap: 19px;
}

.s88-template-first-arrival__hours-head,
.s88-template-first-arrival__hours-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 35px;
  align-items: center;
}

.s88-template-first-arrival__hours-head {
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(172, 164, 150, 0.45);
}

.s88-template-first-arrival__hours-row {
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(172, 164, 150, 0.45);
}

.s88-template-first-arrival__hours-label,
.s88-template-first-arrival__hours-days span,
.s88-template-first-arrival__hours-time,
.s88-template-first-arrival__hours-rest {
  font-family: var(--s88-font-sans);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-arrival__hours-days,
.s88-template-first-arrival__hours-statuses {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) 4fr;
  column-gap: 27px;
  align-items: center;
}

.s88-template-first-arrival__hours-days span,
.s88-template-first-arrival__hours-statuses span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s88-template-first-arrival__hours-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d39e9f;
}

.s88-template-first-arrival__media {
  justify-self: end;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: var(--s88-first-arrival-media-ratio, 1 / 1);
  background: #d9d9d9;
}

.s88-template-first-arrival__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-first-process {
  background: transparent;
  padding: 20px 0 0;
}

.s88-template-first-process__inner {
  width: min(1080px, calc(100vw - 80px));
  margin-inline: auto;
  padding-top: 89px;
}

.s88-template-first-process__lead {
  margin: 59px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2.4;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-process__layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}

.s88-template-first-process__media-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 24px);
}

.s88-template-first-process__media {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: var(--s88-first-process-media-ratio, 1 / 1);
  background: #d9d9d9;
}

.s88-template-first-process__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-first-process__steps {
  display: grid;
  gap: 8px;
}

.s88-template-first-process__step {
  min-height: var(--s88-first-process-step-min-height, 132px);
  background: #ffffff;
  padding: 24px;
}

.s88-template-first-process__step h3,
.s88-template-first-process__step p,
.s88-template-first-process__conclusion {
  margin: 0;
  color: #545049;
}

.s88-template-first-process__step h3 {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-process__step p {
  margin-top: 16px;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

.s88-template-first-process__conclusion {
  margin-top: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-checklist {
  background: transparent;
  padding: 100px 0 101px;
}

.s88-template-first-checklist__frame {
  position: relative;
  width: var(--s88-shell);
  min-height: 474px;
  margin-inline: auto;
  background: #ede9e1;
  padding: 46px 60px;
}

.s88-template-first-checklist__marker {
  position: absolute;
  opacity: 1;
}

.s88-template-first-checklist__marker--lg {
  left: -29px;
  top: 10px;
  width: 46px;
  height: 36px;
}

.s88-template-first-checklist__marker--sm {
  left: -26px;
  top: 51px;
  width: 24px;
  height: 19px;
}

.s88-template-first-checklist__frame h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 2;
  letter-spacing: 2.88px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-checklist__lead {
  margin: 32px 0 0;
  width: 1081px;
  max-width: 100%;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2.4;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-checklist__list {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.s88-template-first-checklist__list li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-checklist__list li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 12.5px;
  border-radius: 50%;
  background: #d6cec4;
}

.s88-template-first-faq {
  background: transparent;
  padding: 0 0 1px;
  margin-top: 100px;
}

.s88-template-first-faq__inner {
  width: 1080px;
  margin-inline: auto;
  padding-top: 89px;
}

.s88-template-top__intro--faq
  + .s88-template-first-faq
  .s88-template-first-faq__inner {
  padding-top: 0;
}

.s88-template-first-faq__list {
  margin-top: 65px;
  display: grid;
  gap: 8px;
}

.s88-template-first-faq__item {
  min-height: var(--s88-first-faq-item-min-height, 124px);
  background: #ffffff;
  padding: 24px;
}

.s88-template-first-faq__row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}

.s88-template-first-faq__row--answer {
  margin-top: 16px;
}

.s88-template-first-faq__badge {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 50%;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.s88-template-first-faq__badge--question {
  background: #bdb1a6;
}

.s88-template-first-faq__badge--answer {
  background: #d39e9f;
}

.s88-template-first-faq__question {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-first-faq__answer {
  display: grid;
  gap: 0;
}

.s88-template-first-faq__answer p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #545049;
}

.s88-template-first-faq__answer-prefix {
  font-weight: 400;
}

.s88-template-faq-intro {
  background: #ffffff;
  padding: 77px 0 44px;
}

.s88-template-faq-intro__inner,
.s88-template-faq-category__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-faq-intro h2,
.s88-template-faq-category h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
}

.s88-template-faq-intro .s88-prose {
  margin-top: 32px;
}

.s88-template-faq-intro .s88-prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-faq-intro .s88-prose p + p {
  margin-top: 12px;
}

.s88-template-faq-category {
  background: #ffffff;
  padding: 77px 0 14px;
}

.s88-template-faq-category__list {
  margin-top: 50px;
}

.s88-template-faq-category__item + .s88-template-faq-category__item {
  margin-top: var(--s88-faq-item-gap, 44px);
}

.s88-template-faq-category__question,
.s88-template-faq-category__answer {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-faq-category__question {
  font-weight: 700;
}

.s88-template-faq-category__answer {
  margin-top: var(--s88-faq-answer-gap, 31px);
  font-weight: 400;
}

.s88-template-faq-category__answer-prefix {
  font-weight: 400;
}

.s88-template-recruit-intro {
  background: transparent;
  padding: 0;
}

.s88-template-recruit-intro__inner {
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-recruit-intro__inner {
  padding-top: 0;
}

.s88-template-recruit-intro h2 {
  margin: 0 0 30px;
  font-family: var(--s88-font-mincho);
  font-size: 32px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-intro__copy {
  margin: 0;
}

.s88-template-recruit-intro__copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
  white-space: pre-line;
}

.s88-template-recruit-intro__copy > p + p {
  margin-top: 41px;
}

.s88-template-recruit-intro__subheading {
  margin: 28px 0 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-intro__subcopy {
  margin-top: 12px;
}

.s88-template-recruit-intro__subcopy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-intro__highlight {
  margin: 28px 0 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-intro__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-intro__list li {
  margin: 0;
}

.s88-template-recruit-intro__list li::before {
  content: "● ";
  color: #bdb1a6;
}

.s88-template-recruit-intro__closing {
  margin: 28px 0 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-intro__closing-copy {
  margin-top: 12px;
}

.s88-template-recruit-intro__closing-copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-job-card {
  background: transparent;
  min-height: 0;
  padding: 0;
  margin-top: 41px;
}

.s88-template-recruit-job-card__inner {
  width: min(1080px, calc(100vw - 80px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 53fr 47fr;
  column-gap: 22px;
  align-items: start;
  padding: 24px;
  background: #ffffff;
}

.s88-template-recruit-job-card__copy {
  padding-top: 0;
}

.s88-template-recruit-job-card__copy h2 {
  margin: 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-job-card__emphasis,
.s88-template-recruit-job-card__description {
  margin: 0;
  font-family: var(--s88-font-sans);
  color: #545049;
}

.s88-template-recruit-job-card__emphasis {
  margin-top: 17px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.s88-template-recruit-job-card__description {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.s88-template-recruit-job-card__cta {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: min(var(--s88-recruit-card-button-width, 502px), 100%);
  min-height: var(--s88-recruit-card-button-height, 60px);
  margin-top: 25px;
  padding: 16px 24px;
  background: #3b362e;
  font-family: var(--s88-font-mincho);
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #ffffff;
  text-decoration: none;
}

.s88-template-recruit-job-card__cta img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-template-recruit-job-card__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-recruit-card-media-ratio, 522 / 286);
  border-radius: var(--s88-recruit-card-media-radius, 0);
  background: #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-scholarship {
  background: transparent;
  padding: 65px 0 66px;
}

.s88-template-recruit-scholarship__inner {
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-recruit-scholarship h2,
.s88-template-recruit-scholarship__subtitle {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-mincho);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-scholarship__subtitle {
  margin-top: 32px;
  font-size: 20px;
  line-height: 2;
}

.s88-template-recruit-scholarship__media {
  margin-top: 98px;
  width: 100%;
  aspect-ratio: var(--s88-recruit-scholarship-media-ratio, 940 / 300);
  background: #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-scholarship__copy {
  margin-top: 98px;
}

.s88-template-recruit-scholarship__copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
  white-space: pre-line;
}

.s88-template-recruit-scholarship__copy p + p {
  margin-top: 22px;
}

.s88-template-recruit-scholarship__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(var(--s88-recruit-scholarship-button-width, 431px), 100%);
  min-height: var(--s88-recruit-scholarship-button-height, 68px);
  margin: 71px auto 0;
  background: #3b362e;
  font-family: var(--s88-font-mincho);
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #ffffff;
  text-decoration: none;
}

.s88-template-recruit-future {
  background: transparent;
  padding: 0 0 20px;
}

.s88-template-recruit-future__inner {
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-recruit-future__hero {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-recruit-future-hero-ratio, 1316 / 933);
  display: grid;
}

.s88-template-recruit-future__hero-media {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 0;
  background: #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-future__panel {
  position: static;
  grid-area: 1 / 1;
  justify-self: end;
  align-self: start;
  width: min(var(--s88-recruit-future-panel-width, 556px), calc(100% - 64px));
  min-height: var(--s88-recruit-future-panel-height, 752px);
  margin: 71px 35px 0 0;
  padding: 46px 27px 28px 35px;
  background: rgba(237, 233, 225, 0.88);
}

.s88-template-recruit-future__panel h2 {
  margin: 0;
  font-family: var(--s88-font-mincho);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-future__lead {
  margin: 29px 0 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-future__copy {
  margin-top: 29px;
}

.s88-template-recruit-future__copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
  white-space: pre-line;
}

.s88-template-recruit-future__copy p + p {
  margin-top: 18px;
}

.s88-template-recruit-future__flow {
  position: relative;
  display: grid;
  margin-top: 84px;
}

.s88-template-recruit-future__flow-title {
  position: static;
  justify-self: center;
  min-width: 432px;
  margin: 0 auto 26px;
  padding: 10px 24px;
  text-align: center;
  font-family: var(--s88-font-mincho);
  font-size: 24px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-future__flow-steps {
  display: grid;
  gap: 8px;
}

.s88-template-recruit-future__flow-step {
  padding: 24px;
  background: #ffffff;
  text-align: left;
}

.s88-template-recruit-future__flow-label {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-future__flow-step h3 {
  margin: 16px 0 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-future__flow-copy {
  margin: 16px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-dh {
  background: transparent;
  padding: 60px 0 40px;
}

.s88-template-recruit-dh__inner {
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-recruit-dh h2,
.s88-template-recruit-dh__feature-title {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-mincho);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-dh__intro {
  margin: 52px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-dh__roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 114px;
  margin-top: 27px;
}

.s88-template-recruit-dh__role h3 {
  margin: 0 0 27px;
  text-align: center;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-dh__role-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-recruit-dh-role-ratio, 303 / 303);
  margin: 0 auto;
  border-radius: var(--s88-recruit-dh-role-radius, 47px);
  background: #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-dh__feature-title {
  margin-top: 80px;
}

.s88-template-recruit-dh__features {
  margin-top: 60px;
}

.s88-template-recruit-dh__feature {
  --s88-copy-ratio: 0.51179673;
  --s88-media-ratio: 538 / 359;
  --s88-section-gap: 78px;
  --s88-feature-copy-margin-top: 0px;
  --s88-feature-media-margin-top: 0px;
}

.s88-template-recruit-dh__feature + .s88-template-recruit-dh__feature {
  margin-top: 127px;
}

.s88-template-recruit-dh__feature-copy h3 {
  margin: 0;
  font-family: var(--s88-font-mincho);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-dh__feature-copy .s88-prose {
  margin-top: 28px;
}

.s88-template-recruit-dh__feature-copy .s88-prose p {
  margin: 28px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-dh__feature-copy .s88-prose p:first-child {
  margin-top: 0;
}

.s88-template-recruit-dh__feature-copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-recruit-dh__feature-note {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.s88-template-recruit-dh__feature-media {
  width: 100%;
  max-width: 538px;
  min-height: auto;
  background: #d9d9d9;
  background-size: contain;
}

.s88-template-recruit-training {
  background: transparent;
  padding: 80px 0 44px;
}

.s88-template-recruit-training__inner {
  width: min(1200px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-recruit-training h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-mincho);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-recruit-training__hero {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-recruit-training-hero-ratio, 1101 / 514);
  margin: 79px auto 0;
  display: grid;
}

.s88-template-recruit-training__hero-media {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 0;
  background: #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-training__facility {
  position: static;
  grid-area: 1 / 1;
  justify-self: end;
  align-self: end;
  margin: 0 17px 8px 0;
  text-align: right;
}

.s88-template-recruit-training__facility p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-training__copy {
  width: min(936px, 100%);
  margin: 35px auto 0;
}

.s88-template-recruit-training__copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-training__copy p + p {
  margin-top: 22px;
}

.s88-template-recruit-training__brochure-panel {
  margin-top: 28px;
}

.s88-template-recruit-training__brochure-panel .s88-template-copy-block__inner {
  padding: 46px 60px 56px;
}

.s88-template-recruit-training__brochure {
  display: grid;
  grid-template-columns: 1fr var(
      --s88-recruit-training-brochure-image-width,
      146px
  );
  align-items: center;
  margin: 0 auto;
  padding: 0 70px 0 50px;
  color: inherit;
  text-decoration: none;
}

.s88-template-recruit-training__brochure:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.s88-template-recruit-training__brochure-copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-recruit-training__brochure-image {
  width: var(--s88-recruit-training-brochure-image-width, 146px);
  min-height: var(--s88-recruit-training-brochure-image-height, 207px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-recruit-training__note {
  margin-top: 86px;
  text-align: center;
}

.s88-template-recruit-training__note p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #3b362e;
}

.s88-template-recruit-training__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: fit-content;
  max-width: 100%;
  min-height: var(--s88-recruit-training-cta-height, 68px);
  margin: 28px auto 0;
  padding: 16px 24px;
  background: #3b362e;
  font-family: var(--s88-font-mincho);
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-inline: auto;
}

.s88-template-recruit-training__cta img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-template-contact-form {
  background: #ffffff;
  padding: 76px 0 115px;
}

.s88-template-contact-form__inner {
  width: min(1022px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-contact-form h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-contact-form__form {
  margin-top: 90px;
}

.s88-template-contact-form__notice {
  margin-top: 48px;
  padding: 24px 32px;
  border: 1px solid #b3261e;
  background: #fff6f5;
}

.s88-template-contact-form__notice ul {
  margin: 0;
  padding-left: 1.4em;
}

.s88-template-contact-form__notice li {
  font-family: var(--s88-font-sans);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #b3261e;
}

.s88-template-contact-form__notice li + li {
  margin-top: 8px;
}

.s88-template-contact-form__row {
  display: grid;
  grid-template-columns: 288px 708px;
  align-items: center;
  column-gap: 26px;
}

.s88-template-contact-form__row + .s88-template-contact-form__row {
  margin-top: 24px;
}

.s88-template-contact-form__row > label,
.s88-template-contact-form__row > p,
.s88-template-contact-form__date-row > label {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
  text-align: right;
}

.s88-template-contact-form__row > input,
.s88-template-contact-form__select-wrap select {
  width: 100%;
  min-height: 64px;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #ffffff;
  box-sizing: border-box;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-contact-form__row--dates {
  align-items: start;
  margin-top: 89px;
}

.s88-template-contact-form__date-stack {
  display: grid;
  row-gap: 27px;
}

.s88-template-contact-form__date-row {
  display: grid;
  grid-template-columns: 184px 604px;
  align-items: center;
  column-gap: 22px;
}

.s88-template-contact-form__date-fields {
  display: grid;
  grid-template-columns: repeat(3, 184px);
  gap: 26px;
}

.s88-template-contact-form__select-wrap {
  position: relative;
}

.s88-template-contact-form__select-wrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  font-family: var(--s88-font-sans);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  pointer-events: none;
}

.s88-template-contact-form__select-wrap select {
  appearance: none;
  padding-right: 52px;
}

.s88-template-contact-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}

.s88-template-contact-form__actions button {
  width: var(--s88-contact-submit-width, 145px);
  min-height: var(--s88-contact-submit-height, 68px);
  border: 1px solid #000000;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--s88-font-sans);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}

.s88-template-contact-form__brochure {
  display: grid;
  grid-template-columns: 1fr var(--s88-contact-brochure-image-width, 146px);
  align-items: center;
  width: 100%;
  min-height: var(--s88-contact-brochure-height, 258px);
  margin: 128px auto 0;
  padding: 0 70px 0 50px;
  border: 2px solid #000000;
  border-radius: 63px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.s88-template-contact-form__brochure:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.s88-template-contact-form__brochure-copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  color: #000000;
}

.s88-template-contact-form__brochure-image {
  width: var(--s88-contact-brochure-image-width, 146px);
  min-height: var(--s88-contact-brochure-image-height, 207px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s88-template-copy-block {
  background: #ede9e1;
}

.s88-template-copy-block--perio-panel,
.s88-template-copy-block--treatment-panel {
  background: #e3e3e3;
  padding: 92px 0;
}

.s88-template-copy-block__shell {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-copy-block__inner {
  position: relative;
  margin-inline: auto;
  padding: 46px 60px 56px;
}

.s88-template-copy-block--perio-panel .s88-template-copy-block__inner,
.s88-template-copy-block--treatment-panel .s88-template-copy-block__inner {
  background: #ede9e1;
}

.s88-template-copy-block--perio-panel .s88-template-copy-block__marker,
.s88-template-copy-block--treatment-panel .s88-template-copy-block__marker {
  opacity: 1;
}

.s88-template-copy-block--perio-panelized,
.s88-template-copy-block--treatment-panelized {
  background: #e3e3e3;
  padding: 0 0 1px;
}

.s88-template-copy-block--perio-panelized .s88-template-copy-block__divider,
.s88-template-copy-block--treatment-panelized
  .s88-template-copy-block__divider {
  width: var(--s88-shell);
  margin: 100px auto 0;
}

.s88-template-copy-block--perio-panelized .s88-template-copy-block__heading,
.s88-template-copy-block--treatment-panelized
  .s88-template-copy-block__heading {
  margin: 0 60px;
  padding-top: 100px;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-copy-block--perio-panelized .s88-template-copy-block__inner,
.s88-template-copy-block--treatment-panelized .s88-template-copy-block__inner {
  margin: 49px 60px 0;
  min-height: 0;
  padding: 24px;
  background: #ffffff;
}

.s88-template-copy-block.s88-template-copy-block--perio-panelized .s88-prose,
.s88-template-copy-block.s88-template-copy-block--treatment-panelized
  .s88-prose {
  margin-top: var(--s88-copy-block-prose-margin-top, 0);
  max-width: none;
}

.s88-template-copy-block.s88-template-copy-block--perio-panelized .s88-prose p,
.s88-template-copy-block.s88-template-copy-block--treatment-panelized
  .s88-prose
  p {
  margin: 0 0 calc(var(--s88-copy-block-paragraph-gap, 1.9) * 1em);
  font-size: 14px;
  line-height: var(--s88-copy-block-line-height, 2);
  color: #545049;
}

.s88-template-copy-block.s88-template-copy-block--perio-panelized
  .s88-prose
  p:last-child,
.s88-template-copy-block.s88-template-copy-block--treatment-panelized
  .s88-prose
  p:last-child {
  margin-bottom: 0;
}

.s88-template-copy-block__marker {
  position: absolute;
  opacity: 0.6;
}

.s88-template-copy-block__marker--lg {
  left: -29px;
  top: 10px;
  width: 46px;
  height: 36px;
}

.s88-template-copy-block__marker--sm {
  left: -26px;
  top: 51px;
  width: 24px;
  height: 19px;
}

.s88-template-copy-block h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-copy-block .s88-prose {
  margin-top: var(--s88-copy-block-prose-margin-top, 14px);
  max-width: 1081px;
}

.s88-template-copy-block .s88-prose p {
  margin: 0 0 calc(var(--s88-copy-block-paragraph-gap, 1.9) * 1em);
  font-size: 14px;
  line-height: var(--s88-copy-block-line-height, 2);
  color: #545049;
}

.s88-template-copy-block .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-copy-block--about-exact {
  background: transparent;
}

.s88-template-copy-block--about-exact .s88-template-copy-block__marker {
  display: none;
}

.s88-template-copy-block--about-exact .s88-template-copy-block__inner {
  padding: 46px 0 56px;
}

.s88-template-copy-block--about-exact h2 {
  width: fit-content;
  max-width: 100%;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-copy-block--about-exact .s88-prose {
  margin-top: 32px;
  max-width: 1200px;
}

.s88-template-copy-block--about-exact .s88-prose p {
  margin-bottom: 1.7em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-copy-block--about-accent-panel {
  background: transparent;
}

.s88-template-copy-block--about-accent-panel .s88-template-copy-block__inner {
  background: #ede9e1;
  padding: 46px 60px 56px;
}

.s88-template-copy-block--about-accent-panel .s88-template-copy-block__marker {
  opacity: 1;
}

.s88-template-copy-block--about-accent-panel
  .s88-template-copy-block__marker--lg {
  left: -18px;
  top: 10px;
  width: 35px;
  height: 32px;
}

.s88-template-copy-block--about-accent-panel
  .s88-template-copy-block__marker--sm {
  left: -26px;
  top: 51px;
  width: 18px;
  height: 17px;
}

.s88-template-copy-block--about-accent-panel h2 {
  width: fit-content;
  max-width: 100%;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-copy-block--about-accent-panel .s88-prose {
  margin-top: 32px;
  max-width: 1081px;
}

.s88-template-copy-block--about-accent-panel .s88-prose p {
  margin-bottom: 2em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-copy-block--about-second-opinion {
  margin: 100px 0;
}

.s88-template-copy-block--ortho-intro {
  margin-bottom: 40px;
}

.s88-template-copy-block--pediatric-ortho-intro {
  margin-bottom: 40px;
}

.s88-template-copy-block--autotransplantation-intro {
  margin-bottom: 40px;
}

.s88-template-copy-block--autotransplantation-closing-gap {
  margin-top: 100px;
}

.s88-template-copy-block--about-second-opinion h2,
.s88-template-copy-block--about-second-opinion
  .s88-template-copy-block__heading {
  font-family: var(--s88-font-serif);
}

.s88-template-copy-block--treatment-intro .s88-prose {
  max-width: 1280px;
}

.s88-perio-treatment-intro {
  position: relative;
  overflow: hidden;

  background: #908a84;
}

.s88-perio-treatment-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--s88-perio-treatment-bg);
  background-repeat: no-repeat;
  background-size: 1700px 1133px;
  background-position: calc(50% + 36px) -185px;
  opacity: 0.3;
}

.s88-perio-treatment-intro__inner {
  position: relative;
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  justify-content: space-between;
  align-content: start;
  width: var(--s88-shell);
  margin-inline: auto;
  padding-block: 79px;
}

.s88-perio-treatment-intro h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3.6px;
  color: #ffffff;
}

.s88-perio-treatment-intro__copy {
  max-width: 743px;
  padding-top: 24px;
}

.s88-perio-treatment-intro__copy .s88-prose {
  margin: 0;
  padding-left: 70px;
}

.s88-perio-treatment-intro__copy .s88-prose p {
  margin: 0 0 2.35em;
  font-size: 14px;
  line-height: 2.4;
  font-weight: 400;
  color: #ffffff;
}

.s88-perio-treatment-intro__copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-centered-media {
  background: #ffffff;
  padding: 20px 0 7px;
}

.s88-template-centered-media__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-centered-media h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000000;
}

.s88-template-centered-media .s88-prose {
  margin-top: 42px;
  max-width: 1294px;
}

.s88-template-centered-media .s88-prose p {
  margin: 0 0 1.7em;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-centered-media .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-centered-media__frame {
  width: min(calc(var(--s88-centered-media-width) * 1px), 100%);
  aspect-ratio: var(--s88-centered-media-width) /
    var(--s88-centered-media-height);
  margin: 40px auto 0;
  background: #d9d0c5;
}

.s88-template-centered-text {
  background: #ffffff;
  padding: 20px 0 66px;
}

.s88-template-centered-text__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-centered-text h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-centered-text .s88-prose {
  margin-top: 41px;
  max-width: 1294px;
}

.s88-template-centered-text .s88-prose p {
  margin: 0 0 1.15em;
  font-size: 0.875rem;
  line-height: 2;
  color: #545049;
}

.s88-template-centered-text .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-access-section {
  background: transparent;
}

.s88-template-access-section__divider {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-access-section__inner {
  width: var(--s88-shell);
  margin-inline: auto;
  padding: 89px 60px 0;
}

.s88-template-access-section__title {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-access-hours {
  padding: 0 0 117px;
}

.s88-template-access-hours__content {
  margin-top: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 502px;
  column-gap: 75px;
  align-items: start;
}

.s88-template-access-hours__intro {
  max-width: 502px;
  padding-top: 2px;
}

.s88-template-access-hours__intro p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: #545049;
}

.s88-template-access-hours__table-wrap {
  width: 100%;
}

.s88-template-access-hours__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.s88-template-access-hours__table th,
.s88-template-access-hours__table td {
  height: 55px;
  border-bottom: 1px solid #b6b0a5;
  font-family: var(--s88-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #545049;
  text-align: center;
  vertical-align: middle;
}

.s88-template-access-hours__table thead th {
  height: 38px;
  color: #3b362e;
}

.s88-template-access-hours__table th.is-label,
.s88-template-access-hours__table td.is-label {
  width: 167px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #3b362e;
}

.s88-template-access-hours__table th.is-last,
.s88-template-access-hours__table td.is-last {
  width: 60px;
}

.s88-template-access-hours__table thead th.is-label {
  font-weight: 500;
}

.s88-template-access-hours__dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d8a8ab;
}

.s88-template-access-text {
  padding: 0 0 98px;
}

.s88-template-access-text__paragraphs,
.s88-template-access-text__highlight,
.s88-template-access-text__note {
  width: 100%;
}

.s88-template-access-text__paragraphs {
  margin-top: 73px;
}

.s88-template-access-text__paragraphs p,
.s88-template-access-text__note p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-access-text__highlight {
  margin-top: 41px;
  padding: 28px 32px 30px;
  background: #ffffff;
}

.s88-template-access-text__highlight p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-access-text__highlight p a {
  color: inherit;
  text-decoration: none;
}

.s88-template-access-text__highlight p + p {
  margin-top: 6px;
}

.s88-template-access-text__note {
  margin-top: 41px;
}

.s88-template-access-location {
  padding: 0 0 18px;
}

.s88-template-access-location__map-wrap {
  margin-top: 65px;
  width: 100%;
  background: #ffffff;
}

.s88-template-access-location__map-asset {
  display: block;
  width: 100%;
  height: auto;
}

.s88-template-access-location__map-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  margin-left: auto;
  font-family: var(--s88-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3b362e;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.s88-template-access-location__map-link-text {
  color: #545049;
}

.s88-template-access-location__map-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8d7d69;
  flex: 0 0 auto;
}

.s88-template-access-location__map-link-icon img {
  display: block;
  width: 14px;
  height: 14px;
}

.s88-template-access-location__bottom {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 664px 375px;
  column-gap: 40px;
  align-items: start;
}

.s88-template-access-location__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  column-gap: 24px;
}

.s88-template-access-location__group + .s88-template-access-location__group {
  margin-top: 24px;
}

.s88-template-access-location__group-label,
.s88-template-access-location__group-line {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-access-location__group-label {
  font-weight: 700;
}

.s88-template-access-location__parking {
  width: 100%;
}

.s88-template-access-location__parking-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.s88-template-access-location__parking-link:focus-visible {
  outline: 2px solid #8d7d69;
  outline-offset: 6px;
}

.s88-template-access-location__parking-asset {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .s88-template-access-section__inner {
    padding-inline: clamp(32px, 6vw, 60px);
  }

  .s88-template-access-location__map-wrap {
    width: min(100%, var(--s88-access-map-width, 1212px));
    margin-inline: auto;
  }

  .s88-template-access-location__bottom {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .s88-template-access-location__copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }

  .s88-template-access-location__parking {
    width: min(100%, var(--s88-access-parking-width, 472px));
    justify-self: center;
  }
}

.s88-access-parking-modal[hidden] {
  display: none;
}

.s88-access-parking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.s88-access-parking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.s88-access-parking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 25, 22, 0.74);
  transition: background-color 180ms ease;
}

.s88-access-parking-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: calc(100vh - 64px);
  overflow: visible;
  background: transparent;
  pointer-events: none;
  transform: translateY(10px) scale(0.985);
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 180ms ease;
  opacity: 0;
}

.s88-access-parking-modal.is-open .s88-access-parking-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.s88-access-parking-modal__panel:focus {
  outline: none;
}

.s88-access-parking-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: flex;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #3b362e;
  box-shadow: 0 10px 28px rgba(29, 25, 22, 0.28);
  cursor: pointer;
  pointer-events: auto;
}

.s88-access-parking-modal__close::before,
.s88-access-parking-modal__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #ffffff;
}

.s88-access-parking-modal__close::before {
  transform: rotate(45deg);
}

.s88-access-parking-modal__close::after {
  transform: rotate(-45deg);
}

.s88-access-parking-modal__close:focus-visible {
  outline: 2px solid #8d7d69;
  outline-offset: 4px;
}

.s88-access-parking-modal__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 96px);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(29, 25, 22, 0.32);
  pointer-events: auto;
}

body.is-access-parking-modal-open {
  overflow: hidden;
  padding-right: var(--s88-scrollbar-gutter-compensation, 0);
}

@media (prefers-reduced-motion: reduce) {
  .s88-access-parking-modal,
  .s88-access-parking-modal__backdrop,
  .s88-access-parking-modal__panel {
    transition: none;
  }
}

.s88-doctor-greeting {
  background: #ffffff;
  padding: 76px 0 60px;
}

.s88-doctor-greeting__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-doctor-greeting__main {
  display: grid;
  grid-template-columns: 680px 526px;
  column-gap: 64px;
  align-items: start;
}

.s88-doctor-greeting__copy h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.s88-doctor-greeting__copy .s88-prose {
  margin-top: 34px;
  max-width: 680px;
}

.s88-doctor-greeting__copy .s88-prose p {
  margin: 0 0 1.1em;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.s88-doctor-greeting__copy .s88-prose p:last-child {
  margin-bottom: 0;
  font-weight: 700;
}

.s88-doctor-greeting__photo {
  width: min(calc(var(--s88-doctor-photo-width) * 1px), 100%);
  aspect-ratio: var(--s88-doctor-photo-width) / var(--s88-doctor-photo-height);
  margin-top: 62px;
  background: #d9d0c5;
}

.s88-doctor-greeting__profile {
  margin-top: 69px;
  max-width: 500px;
}

.s88-doctor-greeting__profile h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}

.s88-doctor-greeting__profile .s88-prose {
  margin-top: 14px;
  max-width: 500px;
}

.s88-doctor-greeting__profile .s88-prose p {
  margin: 0 0 0.4em;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.s88-doctor-greeting__profile .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-doctor-intro {
  background: #e3e3e3;
  padding: 0 0 67px;
}

.s88-template-doctor-intro__shell {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
  padding: 90px 60px 0;
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - 74px) * 440 / 1007))
    minmax(0, calc((100% - 74px) * 567 / 1007));
  grid-template-areas:
    "title title"
    "left right";
  column-gap: 74px;
}

.s88-template-doctor-intro__triangle,
.s88-template-doctor-grid__triangle {
  position: absolute;
  top: -8px;
  left: 17px;
  width: 23px;
  height: 18px;
}

.s88-template-doctor-intro__line,
.s88-template-doctor-grid__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  max-width: 100%;
  height: 1px;
}

.s88-template-doctor-intro h2,
.s88-template-doctor-grid h2 {
  position: static;
  grid-area: title;
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-doctor-intro__left,
.s88-template-doctor-intro__right {
  min-width: 0;
}

.s88-template-doctor-intro__left {
  grid-area: left;
  margin-top: 86px;
}

.s88-template-doctor-intro__right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  margin-top: 101px;
}

.s88-template-doctor-intro__lead {
  width: 100%;
  max-width: 457px;
  margin-top: 0;
}

.s88-template-doctor-intro__lead p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-doctor-intro__body {
  width: 100%;
  margin-top: 0;
}

.s88-template-doctor-intro__body p {
  margin: 0 0 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-doctor-intro__body p:last-child {
  margin-bottom: 0;
}

.s88-template-doctor-intro__photo-crop {
  width: 100%;
  max-width: var(--s88-doctor-crop-width);
  height: var(--s88-doctor-crop-height);
  margin-top: 71px;
  overflow: hidden;
}

.s88-template-doctor-intro__photo {
  display: block;
  width: var(--s88-doctor-image-width);
  height: var(--s88-doctor-image-height);
  background: #d9d0c5;
  transform: translate(
    var(--s88-doctor-image-offset-x),
    var(--s88-doctor-image-offset-y)
  );
}

.s88-template-doctor-intro__photo-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: none;
  background: #d9d0c5;
}

.s88-template-doctor-intro__profile {
  width: 100%;
  max-width: 440px;
  margin-top: 9px;
  padding: 16px;
  background: #ffffff;
}

.s88-template-doctor-intro__profile-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #545049;
}

.s88-template-doctor-intro__profile .s88-prose {
  margin-top: 0;
}

.s88-template-doctor-intro__profile .s88-prose p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-doctor-intro__signature {
  margin-top: auto;
  padding-top: 56px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.s88-template-doctor-intro__role,
.s88-template-doctor-intro__name {
  position: static;
  margin: 0;
  font-family: var(--s88-font-serif);
  text-align: right;
  color: #3b362e;
}

.s88-template-doctor-intro__role {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
}

.s88-template-doctor-intro__name {
  margin-top: -2px;
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.52px;
}

.s88-template-doctor-intro__languages {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 16px;
  padding: 8px 10px;
  background: #ffffff;
}

.s88-template-doctor-story-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 61px 0 124px;
  margin-bottom: 100px;
}

.s88-template-doctor-story-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(41, 34, 29, 0.76), rgba(41, 34, 29, 0.76)),
    var(--s88-doctor-story-background-image, none);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}

.s88-template-doctor-story-gallery__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1448px);
  margin-inline: auto;
}

.s88-template-doctor-story-gallery__lead {
  margin: 0;
  padding-inline: 36px 52px;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #ffffff;
}

.s88-template-doctor-story-gallery__body {
  margin-top: 44px;
  padding-inline: 36px 52px;
}

.s88-template-doctor-story-gallery__body p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
}

.s88-template-doctor-story-gallery__body p + p {
  margin-top: 20px;
}

.s88-template-doctor-story-gallery__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 320fr)
    minmax(0, 334fr)
    minmax(0, 448fr)
    minmax(0, 385fr);
  margin-top: 72px;
}

.s88-template-doctor-story-gallery__item {
  position: relative;
  min-width: 0;
  aspect-ratio: var(--s88-doctor-story-width) / var(--s88-doctor-story-height);
  background: #d9d0c5;
  overflow: hidden;
}

.s88-template-doctor-story-gallery__item-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s88-template-doctor-story-gallery__awards {
  margin-top: 72px;
  padding-inline: 36px 52px;
}

.s88-template-doctor-story-gallery__award-group + .s88-template-doctor-story-gallery__award-group {
  margin-top: 64px;
}

.s88-template-doctor-story-gallery__award-group h3 {
  margin: 0 0 28px;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.16px;
  color: #ffffff;
}

.s88-template-doctor-story-gallery__award-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
}

.s88-template-doctor-story-gallery__award-card {
  margin: 0;
  min-width: 0;
}

.s88-template-doctor-story-gallery__award-card a {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.s88-template-doctor-story-gallery__award-card a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 6px;
}

.s88-template-doctor-story-gallery__award-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s88-template-doctor-story-gallery__award-card figcaption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.s88-template-doctor-grid {
  background: #e3e3e3;
  padding: 0 0 1px;
}

.s88-template-doctor-grid__shell {
  position: relative;
  width: var(--s88-shell);
  min-height: 1663px;
  margin-inline: auto;
  padding: 90px 60px 0;
  margin-bottom: 100px;
}

.s88-template-doctor-grid__cards {
  position: static;
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 46px;
  row-gap: 80px;
}

.s88-template-doctor-card {
  width: 100%;
}

.s88-template-doctor-card__photo {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: auto;
  aspect-ratio: 330 / 375;
  background: #d5c8b7;
  overflow: hidden;
}

.s88-template-doctor-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s88-template-doctor-card__photo::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 34%, rgba(0, 0, 0, 0.04) 100%);
}

.s88-template-doctor-card__photo-asset {
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 12px 24px rgba(59, 54, 46, 0.12);
}

.s88-template-doctor-card__photo--contain .s88-template-doctor-card__photo-asset {
  object-fit: contain;
  object-position: center bottom;
}

.s88-template-doctor-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 128px;
  padding: 16px;
  background: #ffffff;
}

.s88-template-doctor-card--compact .s88-template-doctor-card__head {
  min-height: 128px;
}

.s88-template-doctor-card__identity {
  width: 164px;
}

.s88-template-doctor-card__degree {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.44px;
  color: #3b362e;
}

.s88-template-doctor-card__name {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.16px;
  color: #3b362e;
}

.s88-template-doctor-card__schedule {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #545049;
  text-align: right;
  white-space: nowrap;
}

.s88-template-doctor-card__bio {
  margin-top: 20px;
}

.s88-template-doctor-card__bio p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-doctor-card__languages {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 10px;
  background: #ffffff;
}

.s88-template-doctor-card__language-flags {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.s88-template-doctor-card__language-flags img {
  display: block;
  width: 24px;
  height: 16px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(84, 80, 73, 0.18);
}

.s88-template-doctor-card__language-label {
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #545049;
}

.s88-template-tech-profile,
.s88-template-assistant-gallery,
.s88-template-treatment-spotlight {
  background: #e3e3e3;
}

.s88-template-profile-photo-grid,
.s88-template-tech-profile-simple,
.s88-template-photo-section {
  background: #ffffff;
}

.s88-template-profile-photo-grid {
  padding: 76px 0 120px;
}

.s88-template-profile-photo-grid__inner,
.s88-template-tech-profile-simple__inner,
.s88-template-photo-section__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-profile-photo-grid h2,
.s88-template-tech-profile-simple h2,
.s88-template-photo-section h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.s88-template-profile-photo-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, var(--s88-profile-grid-card-width));
  column-gap: var(--s88-profile-grid-column-gap);
  row-gap: var(--s88-profile-grid-row-gap);
  margin-top: 78px;
}

.s88-template-profile-photo-card {
  width: var(--s88-profile-grid-card-width);
}

.s88-template-profile-photo-card__photo {
  width: var(--s88-profile-grid-photo-width);
  height: var(--s88-profile-grid-photo-height);
  background: #d9d9d9;
}

.s88-template-profile-photo-card__copy {
  margin-top: 25px;
}

.s88-template-profile-photo-card__top-line,
.s88-template-profile-photo-card__schedule,
.s88-template-profile-photo-card__bio p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}

.s88-template-profile-photo-card__top-line {
  font-weight: 700;
}

.s88-template-profile-photo-card h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}

.s88-template-profile-photo-card__schedule {
  margin-top: 4px;
}

.s88-template-profile-photo-card__bio {
  margin-top: 14px;
}

.s88-template-tech-profile-simple {
  padding: 60px 0 71px;
}

.s88-template-tech-profile-simple__layout {
  display: grid;
  grid-template-columns: var(--s88-tech-simple-photo-width) 648px;
  column-gap: 34px;
  align-items: start;
  margin-top: 58px;
}

.s88-template-tech-profile-simple__photo {
  width: var(--s88-tech-simple-photo-width);
  height: var(--s88-tech-simple-photo-height);
  background: #d9d9d9;
}

.s88-template-tech-profile-simple__people {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.s88-template-tech-profile-simple__person h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}

.s88-template-tech-profile-simple__bio {
  margin-top: 18px;
}

.s88-template-tech-profile-simple__bio p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}

.s88-template-photo-section {
  padding: 84px 0 96px;
}

.s88-template-photo-section__photo {
  width: var(--s88-photo-section-width);
  height: var(--s88-photo-section-height);
  margin-top: 56px;
  background: #d9d9d9;
}

.s88-template-treatment-intro {
  background: #ffffff;
  padding: 89px 0 44px;
}

.s88-template-treatment-intro__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-treatment-intro__inner .s88-prose {
  margin-top: 0;
  max-width: 1280px;
}

.s88-template-treatment-intro__inner .s88-prose p {
  margin: 0 0 1.9em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
}

.s88-template-treatment-intro__inner .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-intro-note {
  padding: 77px 0 12px;
}

.s88-template-detail-intro-note__inner {
  width: var(--s88-shell);
  min-height: 438px;
  margin-inline: auto;
}

.s88-template-detail-intro-note h2 {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-intro-note__ref {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}

.s88-template-detail-intro-note .s88-prose {
  margin-top: 34px;
}

.s88-template-detail-intro-note .s88-prose p {
  margin: 0 0 1.15em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-intro-note .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-intro-note__note {
  margin-top: 8px;
  margin-left: 128px;
  max-width: 794px;
}

.s88-template-detail-intro-note__note p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #ff0000;
}

.s88-template-detail-intro-note__note-head {
  font-weight: 700;
}

.s88-template-detail-intro-note--treatment-root {
  padding: 77px 0 0;
}

.s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
  h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
  .s88-prose
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
  .s88-template-detail-intro-note__note {
  margin-top: 18px;
  margin-left: 0;
  max-width: 1040px;
}

.s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
  .s88-template-detail-intro-note__note
  p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #c53c3c;
}

.s88-template-detail-two-photos {
  background: #ffffff;
  padding: 77px 0 39px;
}

.s88-template-detail-two-photos__inner {
  width: var(--s88-shell);
  min-height: 718px;
  margin-inline: auto;
}

.s88-template-detail-two-photos h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-two-photos .s88-prose {
  margin-top: 34px;
}

.s88-template-detail-two-photos .s88-prose p,
.s88-template-detail-two-photos__body p,
.s88-template-detail-two-photos__body li {
  margin: 0 0 0.92em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-detail-two-photos .s88-prose p:last-child,
.s88-template-detail-two-photos__body p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-two-photos__body {
  margin-top: 34px;
}

.s88-inline-link {
  color: #0088ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.s88-template-detail-two-photos__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  column-gap: clamp(24px, 8vw, 123px);
}

.s88-template-detail-two-photos__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-detail-photo-ratio, 527 / 351);
  background: #d9d0c5;
}

.s88-template-detail-two-photos__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-two-photos--pediatric-ortho-root {
  padding: 77px 0 32px;
}

.s88-template-detail-two-photos--pediatric-ortho-root
  .s88-template-detail-two-photos__inner {
  min-height: 654px;
}

.s88-template-detail-two-photos--pediatric-ortho-root .s88-prose p {
  margin: 0 0 0.66em;
  line-height: 1.46;
}

.s88-template-detail-two-photos--pediatric-ortho-root
  .s88-template-detail-two-photos__grid {
  margin-top: 0;
}

.s88-template-detail-two-photos--implant-root
  .s88-template-detail-two-photos__inner {
  min-height: 735px;
}

.s88-template-detail-two-photos--implant-root {
  padding: 77px 0 0;
}

.s88-template-detail-two-photos--implant-root
  .s88-template-detail-two-photos__body
  p {
  margin: 0 0 0.78em;
}

.s88-template-detail-two-photos--implant-root
  .s88-template-detail-two-photos__grid {
  margin-top: 30px;
  column-gap: clamp(24px, 8vw, 118px);
}

.s88-template-detail-two-photos--denture-root {
  padding: 77px 0 0;
}

.s88-template-detail-two-photos--denture-root
  .s88-template-detail-two-photos__inner {
  min-height: 712px;
}

.s88-template-detail-two-photos--denture-root
  .s88-template-detail-two-photos__body
  p {
  margin: 0 0 0.78em;
}

.s88-template-detail-two-photos--denture-root
  .s88-template-detail-two-photos__grid {
  margin-top: 0;
  column-gap: clamp(24px, 8vw, 118px);
}

.s88-template-detail-two-photos--oral-surgery-root {
  padding: 77px 0 17px;
}

.s88-template-detail-two-photos--oral-surgery-root
  .s88-template-detail-two-photos__inner {
  min-height: 650px;
}

.s88-template-detail-two-photos--oral-surgery-root
  .s88-template-detail-two-photos__body
  p {
  margin: 0 0 0.5em;
  line-height: 1.4;
}

.s88-template-detail-two-photos--oral-surgery-root
  .s88-template-detail-two-photos__grid {
  margin-top: 45px;
  column-gap: clamp(24px, 8vw, 118px);
}

.s88-template-detail-two-photos--general-root {
  padding: 77px 0 0;
}

.s88-template-detail-two-photos--general-root
  .s88-template-detail-two-photos__inner {
  min-height: 682px;
}

.s88-template-detail-two-photos--general-root
  .s88-template-detail-two-photos__body
  p {
  margin: 0 0 0.8em;
  line-height: 1.4;
}

.s88-template-detail-two-photos--general-root
  .s88-template-detail-two-photos__grid {
  margin-top: 45px;
  column-gap: clamp(24px, 8vw, 110px);
}

.s88-template-detail-text-block--treatment-root {
  padding: 77px 0 0;
}

.s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
  h2,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  h2,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  h2,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
  .s88-prose
  p,
.s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
  .s88-template-detail-text-block__copy
  p,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  .s88-prose
  p,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  .s88-template-detail-two-photos__body
  p,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  .s88-template-detail-two-photos__body
  li,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__copy
  .s88-prose
  p,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__body
  p,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__body
  li,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__body
  p,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__body
  li,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__after
  p {
  margin: 0 0 1.9em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
  .s88-prose
  p:last-child,
.s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
  .s88-template-detail-text-block__copy
  p:last-child,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  .s88-prose
  p:last-child,
.s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
  .s88-template-detail-two-photos__body
  p:last-child,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__copy
  .s88-prose
  p:last-child,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__body
  p:last-child,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__body
  p:last-child,
.s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__after
  p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-two-photos--treatment-root {
  padding: 77px 0 0;
  margin-bottom: 100px;
}

body.page-ortho .s88-template-copy-block--about-second-opinion,
body.page-id-14 .s88-template-copy-block--about-second-opinion {
  margin: 48px 0;
}

body.page-ortho .s88-template-copy-block--ortho-intro,
body.page-id-14 .s88-template-copy-block--ortho-intro {
  margin: 0 0 40px;
}

.s88-template-copy-block--denture-intro {
  margin: 48px 0 40px;
}

.s88-template-copy-block--autotransplantation-intro
  + .s88-template-detail-two-photos--treatment-root {
  padding-top: 48px;
  margin-bottom: 48px;
}

body.page-ortho .s88-template-detail-two-photos--treatment-root,
body.page-id-14 .s88-template-detail-two-photos--treatment-root {
  padding-top: 48px;
  margin-bottom: 48px;
}

.s88-template-copy-block--denture-intro
  + .s88-template-detail-two-photos--treatment-root {
  padding-top: 48px;
  margin-bottom: 48px;
}

body.page-ortho .s88-template-detail-text-block--treatment-root,
body.page-id-14 .s88-template-detail-text-block--treatment-root {
  padding-top: 56px;
}

body.page-ortho
  .s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__divider,
body.page-id-14
  .s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__divider {
  margin-top: 60px;
}

body.page-ortho
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  h2,
body.page-id-14
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  h2 {
  padding-top: 60px;
}

.s88-template-detail-two-photos--treatment-root
  .s88-template-detail-two-photos__inner {
  min-height: 682px;
}

.s88-template-detail-two-photos--treatment-root
  .s88-template-detail-two-photos__grid {
  margin-top: 45px;
  column-gap: clamp(24px, 8vw, 110px);
}

.s88-template-detail-two-photos,
.s88-template-detail-flow,
.s88-template-detail-side-media,
.s88-template-detail-text-block,
.s88-template-detail-framed-followup,
.s88-template-detail-rich-stack,
.s88-template-detail-multi-media-stack,
.s88-template-detail-overlay-media {
  background: transparent;
}

.s88-template-detail-flow {
  background: #ffffff;
  padding: 77px 0 0;
}

.s88-template-detail-flow__inner {
  width: var(--s88-shell);
  min-height: 1522px;
  margin-inline: auto;
}

.s88-template-detail-flow h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-flow__intro.s88-prose {
  margin-top: 34px;
}

.s88-template-detail-flow__intro.s88-prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-detail-flow__main {
  --s88-detail-flow-gap: clamp(24px, 4vw, 57px);
  margin-top: 26px;
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - var(--s88-detail-flow-gap)) * 646 / 1173))
    minmax(0, calc((100% - var(--s88-detail-flow-gap)) * 527 / 1173));
  column-gap: var(--s88-detail-flow-gap);
  align-items: start;
}

.s88-template-detail-flow__step + .s88-template-detail-flow__step {
  margin-top: 46px;
}

.s88-template-detail-flow__step h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-flow__step p {
  margin: 17px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-flow__media-stack {
  display: grid;
  row-gap: 88px;
}

.s88-template-detail-flow__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-detail-flow-image-ratio, 527 / 351);
  background: #d9d0c5;
}

.s88-template-detail-flow__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-flow > .s88-template-detail-flow__inner > .s88-prose {
  margin-top: 103px;
}

.s88-template-detail-flow > .s88-template-detail-flow__inner > .s88-prose p {
  margin: 0 0 1.5em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-detail-flow
  > .s88-template-detail-flow__inner
  > .s88-prose
  p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-flow--implant-root .s88-template-detail-flow__inner {
  min-height: 1459px;
}

.s88-template-detail-flow--implant-root
  .s88-template-detail-flow__step
  + .s88-template-detail-flow__step {
  margin-top: 32px;
}

.s88-template-detail-flow--implant-root
  > .s88-template-detail-flow__inner
  > .s88-prose {
  margin-top: 33px;
}

.s88-template-detail-flow--implant-root
  > .s88-template-detail-flow__inner
  > .s88-prose
  p {
  margin: 0 0 1.5em;
  font-size: 32px;
  line-height: 1.5;
}

.s88-template-detail-flow--treatment-root
  > .s88-template-detail-flow__inner
  > .s88-prose {
  margin-top: 52px;
}

.s88-template-detail-flow.s88-template-detail-flow--treatment-root h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-detail-flow.s88-template-detail-flow--treatment-root
  .s88-template-detail-flow__intro.s88-prose
  p,
.s88-template-detail-flow.s88-template-detail-flow--treatment-root
  .s88-template-detail-flow__step
  p,
.s88-template-detail-flow.s88-template-detail-flow--treatment-root
  > .s88-template-detail-flow__inner
  > .s88-prose
  p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-detail-flow.s88-template-detail-flow--treatment-root
  .s88-template-detail-flow__step
  h3 {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-detail-side-media {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 527;
  --s88-detail-side-gap: 57px;
  --s88-detail-side-gap-fluid: clamp(24px, 4vw, var(--s88-detail-side-gap));
  padding: 79px 0 0;
}

.s88-template-detail-side-media__inner {
  width: var(--s88-shell);
  min-height: 682px;
  margin-inline: auto;
}

.s88-template-detail-side-media h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-side-media__layout {
  margin-top: 32px;
  display: grid;
  grid-template-columns:
    minmax(
      0,
      calc(
        (100% - var(--s88-detail-side-gap-fluid)) *
          var(--s88-detail-side-col-1-width) /
          (
            var(--s88-detail-side-col-1-width) +
              var(--s88-detail-side-col-2-width)
          )
      )
    )
    minmax(
      0,
      calc(
        (100% - var(--s88-detail-side-gap-fluid)) *
          var(--s88-detail-side-col-2-width) /
          (
            var(--s88-detail-side-col-1-width) +
              var(--s88-detail-side-col-2-width)
          )
      )
    );
  column-gap: var(--s88-detail-side-gap-fluid);
  justify-content: stretch;
  align-items: start;
}

.s88-template-detail-side-media__copy .s88-prose p,
.s88-template-detail-side-media__body p,
.s88-template-detail-side-media__body li {
  margin: 0 0 0.35em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-detail-side-media__copy .s88-prose p:last-child,
.s88-template-detail-side-media__body p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-side-media__body strong {
  font-weight: 700;
}

.s88-template-detail-side-media--pediatric-flow
  .s88-template-detail-side-media__inner {
  min-height: 520px;
}

.s88-template-detail-side-media--pediatric-flow {
  --s88-detail-side-col-1-width: 707;
  --s88-detail-side-col-2-width: 517;
  padding-bottom: 23px;
}

.s88-template-detail-side-media--pediatric-flow
  .s88-template-detail-side-media__layout {
  margin-top: 54px;
}

.s88-template-detail-side-media--implant-root
  .s88-template-detail-side-media__inner,
.s88-template-detail-side-media--implant-root-reverse
  .s88-template-detail-side-media__inner,
.s88-template-detail-side-media--implant-sedation
  .s88-template-detail-side-media__inner,
.s88-template-detail-side-media--implant-maintenance
  .s88-template-detail-side-media__inner {
  min-height: 452px;
}

.s88-template-detail-side-media--implant-root-reverse
  .s88-template-detail-side-media__inner {
  min-height: 473px;
}

.s88-template-detail-side-media--implant-sedation
  .s88-template-detail-side-media__inner {
  min-height: 449px;
}

.s88-template-detail-side-media--implant-root-reverse,
.s88-template-detail-side-media--implant-sedation,
.s88-template-detail-side-media--implant-maintenance {
  padding-top: 79px;
}

.s88-template-detail-side-media--implant-root-reverse {
  --s88-detail-side-col-1-width: 527;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 57px;
}

.s88-template-detail-side-media--implant-root-reverse h2 {
  width: 100%;
  margin-left: auto;
}

.s88-template-detail-side-media--implant-root-reverse
  .s88-template-detail-side-media__copy {
  order: 2;
}

.s88-template-detail-side-media--implant-root-reverse
  .s88-template-detail-side-media__media {
  order: 1;
}

.s88-template-detail-side-media--denture-feature {
  --s88-detail-side-col-1-width: 576;
  --s88-detail-side-col-2-width: 621;
  --s88-detail-side-gap: 70px;
  padding: 79px 0 16px;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__inner {
  min-height: 829px;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__layout {
  margin-top: 0;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__copy
  h2 {
  margin: 0 0 34px;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__body
  p,
.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__body
  li {
  margin: 0 0 1.9em;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__body
  li {
  margin: 0 0 0.2em;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__body
  ul {
  margin: 0 0 1.9em;
  padding-left: 1.5em;
}

.s88-template-detail-side-media--denture-feature
  .s88-template-detail-side-media__body
  p
  strong {
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #545049;
}

.s88-template-detail-side-media--denture-combo {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 519;
  --s88-detail-side-gap: 54px;
  padding-top: 79px;
}

.s88-template-detail-side-media--denture-combo
  .s88-template-detail-side-media__inner {
  min-height: 449px;
}

.s88-template-detail-side-media--denture-balance {
  --s88-detail-side-col-1-width: 527;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 57px;
  padding-top: 79px;
}

.s88-template-detail-side-media--denture-balance
  .s88-template-detail-side-media__inner {
  min-height: 414px;
}

.s88-template-detail-side-media--denture-balance h2 {
  width: 100%;
  margin-left: auto;
}

.s88-template-detail-side-media--denture-balance
  .s88-template-detail-side-media__copy {
  order: 2;
}

.s88-template-detail-side-media--denture-balance
  .s88-template-detail-side-media__media {
  order: 1;
}

.s88-template-detail-side-media--oral-surgery-wisdom {
  --s88-detail-side-col-1-width: 670;
  --s88-detail-side-col-2-width: 520;
  --s88-detail-side-gap: 83px;
  padding-top: 77px;
}

.s88-template-detail-side-media--oral-surgery-wisdom
  .s88-template-detail-side-media__inner {
  min-height: 461px;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation,
.s88-template-detail-side-media--oral-surgery-comprehensive {
  padding-top: 79px;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation
  .s88-template-detail-side-media__inner {
  min-height: 374px;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation {
  --s88-detail-side-col-1-width: 523;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 77px;
  padding-top: 64px;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation h2,
.s88-template-detail-side-media--oral-surgery-comprehensive h2 {
  width: 100%;
  margin-left: auto;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation
  .s88-template-detail-side-media__copy,
.s88-template-detail-side-media--oral-surgery-comprehensive
  .s88-template-detail-side-media__copy {
  order: 2;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation
  .s88-template-detail-side-media__media,
.s88-template-detail-side-media--oral-surgery-comprehensive
  .s88-template-detail-side-media__media {
  order: 1;
}

.s88-template-detail-side-media--oral-surgery-autotransplantation
  .s88-template-detail-side-media__body
  p:last-child {
  margin-top: 1.15em;
}

.s88-template-detail-side-media--oral-surgery-flow {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 529;
  --s88-detail-side-gap: 52px;
  padding-top: 99px;
}

.s88-template-detail-side-media--oral-surgery-flow
  .s88-template-detail-side-media__inner {
  min-height: 405px;
}

.s88-template-detail-side-media--oral-surgery-comprehensive
  .s88-template-detail-side-media__inner {
  min-height: 408px;
}

.s88-template-detail-side-media--oral-surgery-comprehensive {
  --s88-detail-side-col-1-width: 528;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 73px;
  padding-top: 105px;
}

.s88-template-detail-side-media--general-feature {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 521;
  --s88-detail-side-gap: 57px;
  padding-top: 77px;
}

.s88-template-detail-side-media--general-feature
  .s88-template-detail-side-media__inner {
  min-height: 461px;
}

.s88-template-detail-side-media--general-feature
  .s88-template-detail-side-media__body
  p:first-child {
  margin-bottom: 1.55em;
}

.s88-template-detail-side-media--general-comprehensive,
.s88-template-detail-side-media--general-maintenance {
  padding-top: 79px;
}

.s88-template-detail-side-media--general-comprehensive
  .s88-template-detail-side-media__inner {
  min-height: 465px;
}

.s88-template-detail-side-media--general-comprehensive {
  --s88-detail-side-col-1-width: 527;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 73px;
}

.s88-template-detail-side-media--general-maintenance {
  --s88-detail-side-col-1-width: 528;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 74px;
}

.s88-template-detail-side-media--general-comprehensive h2,
.s88-template-detail-side-media--general-maintenance h2 {
  width: 100%;
  margin-left: auto;
}

.s88-template-detail-side-media--general-comprehensive
  .s88-template-detail-side-media__copy,
.s88-template-detail-side-media--general-maintenance
  .s88-template-detail-side-media__copy {
  order: 2;
}

.s88-template-detail-side-media--general-comprehensive
  .s88-template-detail-side-media__media,
.s88-template-detail-side-media--general-maintenance
  .s88-template-detail-side-media__media {
  order: 1;
}

.s88-template-detail-side-media--general-patient {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 529;
  --s88-detail-side-gap: 51px;
  padding-top: 99px;
}

.s88-template-detail-side-media--general-patient
  .s88-template-detail-side-media__inner {
  min-height: 405px;
}

.s88-template-detail-side-media--general-maintenance
  .s88-template-detail-side-media__inner {
  min-height: 638px;
}

.s88-template-detail-side-media--treatment-standard,
.s88-template-detail-side-media--treatment-reverse {
  padding-top: 79px;
}

.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__inner {
  min-height: 461px;
}

.s88-template-detail-side-media--treatment-standard {
  --s88-detail-side-col-1-width: 703;
  --s88-detail-side-col-2-width: 527;
  --s88-detail-side-gap: 57px;
}

.s88-template-detail-side-media--treatment-reverse {
  --s88-detail-side-col-1-width: 527;
  --s88-detail-side-col-2-width: 703;
  --s88-detail-side-gap: 73px;
}

.s88-template-detail-side-media--treatment-standard
  .s88-template-detail-side-media__body
  p:first-child {
  margin-bottom: 1.55em;
}

.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__inner {
  min-height: 465px;
}

.s88-template-detail-side-media--treatment-reverse h2 {
  width: 100%;
  margin-left: auto;
}

.s88-template-detail-side-media--implant-root-reverse h2,
.s88-template-detail-side-media--denture-balance h2,
.s88-template-detail-side-media--oral-surgery-autotransplantation h2,
.s88-template-detail-side-media--oral-surgery-comprehensive h2,
.s88-template-detail-side-media--general-comprehensive h2,
.s88-template-detail-side-media--general-maintenance h2,
.s88-template-detail-side-media--treatment-reverse h2 {
  max-width: calc(
    (100% - var(--s88-detail-side-gap-fluid)) *
      var(--s88-detail-side-col-2-width) /
      (var(--s88-detail-side-col-1-width) + var(--s88-detail-side-col-2-width))
  );
}

.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__copy {
  order: 2;
}

.s88-template-detail-side-media--treatment-reverse
  .s88-template-detail-side-media__media {
  order: 1;
}

.s88-template-detail-side-media__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--s88-detail-side-media-ratio, 527 / 527);
  background: #d9d0c5;
}

.s88-template-detail-side-media__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-side-media__after {
  margin-top: 33px;
}

.s88-template-detail-side-media__after p {
  margin: 0 0 1.45em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-side-media__after p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-text-block {
  padding: 77px 0 0;
}

.s88-template-detail-text-block__inner {
  width: var(--s88-shell);
  margin-inline: auto;
  padding-bottom: var(--s88-detail-text-padding-bottom, 0px);
}

.s88-template-detail-text-block h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-text-block .s88-prose,
.s88-template-detail-text-block__copy {
  margin-top: 34px;
}

.s88-template-detail-text-block .s88-prose p,
.s88-template-detail-text-block__copy p,
.s88-template-detail-text-block__copy li {
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-text-block__copy strong {
  font-weight: 700;
}

.s88-template-detail-text-block__copy .is-note {
  color: #ff0000;
}

.s88-template-detail-text-block--implant-root
  .s88-template-detail-text-block__copy
  p {
  margin: 0 0 0.47em;
}

.s88-template-detail-text-block--implant-root
  .s88-template-detail-text-block__copy
  ul {
  margin: 0 0 0.55em;
}

.s88-template-detail-text-block--implant-root
  .s88-template-detail-text-block__copy
  li {
  margin: 0 0 0.16em;
}

.s88-template-detail-text-block--fees .s88-template-detail-text-block__copy p {
  line-height: 1.26;
  margin: 0;
}

.s88-template-detail-text-block--denture-root
  .s88-template-detail-text-block__copy
  p {
  margin: 0 0 0.58em;
  line-height: 1.34;
}

.s88-template-detail-text-block--denture-root
  .s88-template-detail-text-block__copy
  p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-text-block--oral-surgery-root
  .s88-template-detail-text-block__copy
  p {
  margin: 0 0 0.2em;
  line-height: 1;
}

.s88-template-detail-text-block--oral-surgery-root
  .s88-template-detail-text-block__copy
  p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-text-block--general-root
  .s88-template-detail-text-block__copy
  p {
  margin: 0 0 1.42em;
  line-height: 1.35;
}

.s88-template-detail-text-block--general-root
  .s88-template-detail-text-block__copy
  p:last-child {
  margin-bottom: 0;
}

.s88-template-detail-text-block__note {
  margin-top: 24px;
}

.s88-template-detail-text-block__note p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #ff0000;
}

.s88-template-detail-rich-stack {
  background: #ffffff;
  padding: 77px 0 31px;
}

.s88-template-detail-rich-stack__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-detail-rich-stack h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-rich-stack__layout {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 707px 527px;
  column-gap: 49px;
  align-items: start;
}

.s88-template-detail-rich-stack__body p,
.s88-template-detail-rich-stack__body li {
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-rich-stack__body strong {
  font-weight: 700;
}

.s88-template-detail-rich-stack__media-stack {
  display: grid;
  gap: 4px;
}

.s88-template-detail-rich-stack__media {
  width: min(calc(var(--s88-detail-rich-stack-width) * 1px), 100%);
  aspect-ratio: var(--s88-detail-rich-stack-ratio);
  overflow: hidden;
  background: #d9d0c5;
}

.s88-template-detail-rich-stack__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-multi-media-stack {
  background: #ffffff;
  padding: 77px 0 26px;
}

.s88-template-detail-multi-media-stack--pediatric-ortho-root {
  padding-bottom: 158px;
}

.s88-template-detail-multi-media-stack__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-detail-multi-media-stack h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-multi-media-stack__layout {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 707px 527px;
  column-gap: 49px;
  align-items: start;
}

.s88-template-detail-multi-media-stack__body p,
.s88-template-detail-multi-media-stack__body li {
  margin: 0 0 0.48em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-multi-media-stack__body strong {
  font-weight: 700;
}

.s88-template-detail-multi-media-stack__body .is-note {
  color: #ff0000;
}

.s88-inline-link-ref {
  text-decoration: underline;
}

.s88-template-detail-multi-media-stack__media {
  margin-top: var(--s88-detail-multi-margin-top, 0);
  width: min(calc(var(--s88-detail-multi-width) * 1px), 100%);
  aspect-ratio: var(--s88-detail-multi-ratio);
  overflow: hidden;
  background: #d9d0c5;
}

.s88-template-detail-multi-media-stack__media:first-child {
  margin-top: var(--s88-detail-multi-margin-top, 0);
}

.s88-template-detail-multi-media-stack__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-multi-media-stack--pediatric-ortho-root
  .s88-template-detail-multi-media-stack__body
  p,
.s88-template-detail-multi-media-stack--pediatric-ortho-root
  .s88-template-detail-multi-media-stack__body
  li {
  margin: 0 0 0.18em;
  line-height: 1.34;
}

.s88-template-detail-multi-media-stack--pediatric-ortho-root
  .s88-template-detail-multi-media-stack__body
  ul {
  margin: 0 0 0.18em;
}

.s88-template-detail-overlay-media {
  background: #ffffff;
  padding: 77px 0 25px;
}

.s88-template-detail-overlay-media__inner {
  width: min(1279px, calc(100vw - 156px));
  margin-inline: auto;
}

.s88-template-detail-overlay-media h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-overlay-media__layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 708px 517px;
  column-gap: 54px;
  align-items: start;
}

.s88-template-detail-overlay-media__body p,
.s88-template-detail-overlay-media__body li {
  margin: 0 0 0.58em;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-detail-overlay-media__media {
  position: relative;
  width: 517px;
  min-height: 517px;
}

.s88-template-detail-overlay-media__base,
.s88-template-detail-overlay-media__secondary {
  overflow: hidden;
  background: #d9d0c5;
}

.s88-template-detail-overlay-media__base {
  width: min(calc(var(--s88-detail-overlay-base-width) * 1px), 100%);
  aspect-ratio: var(--s88-detail-overlay-base-ratio);
}

.s88-template-detail-overlay-media__secondary {
  position: absolute;
  top: var(--s88-detail-overlay-secondary-top);
  left: 0;
  width: min(calc(var(--s88-detail-overlay-secondary-width) * 1px), 100%);
  aspect-ratio: var(--s88-detail-overlay-secondary-ratio);
}

.s88-template-detail-overlay-media__base img,
.s88-template-detail-overlay-media__secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-detail-framed-followup {
  background: #ffffff;
  padding: 44px 0 29px;
}

.s88-template-detail-framed-followup__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-detail-framed-followup__frame {
  width: min(1136px, 100%);
  min-height: 284px;
  margin-inline: auto;
  border: 3px solid #000000;
  border-radius: 71px;
  padding: 35px 66px 40px;
}

.s88-template-detail-framed-followup__frame h2,
.s88-template-detail-framed-followup__follow h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-template-detail-framed-followup__frame h2 {
  text-align: center;
}

.s88-template-detail-framed-followup__frame-copy {
  max-width: 1018px;
  margin: 29px auto 0;
}

.s88-template-detail-framed-followup__frame-copy p,
.s88-template-detail-framed-followup__follow-copy p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-detail-framed-followup__follow {
  margin-top: 47px;
}

.s88-template-detail-framed-followup__follow-copy {
  max-width: 1282px;
  margin-top: 34px;
}

.s88-template-tech-profile {
  padding: 0 0 115px;
}

.s88-template-tech-profile__shell,
.s88-template-assistant-gallery__shell,
.s88-template-treatment-spotlight__shell {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-tech-profile__shell {
  min-height: 590px;
  padding: 90px 60px 0;
}

.s88-template-tech-profile__triangle,
.s88-template-assistant-gallery__triangle {
  position: absolute;
  top: -8px;
  left: 17px;
  width: 23px;
  height: 18px;
}

.s88-template-tech-profile__line,
.s88-template-assistant-gallery__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  max-width: 100%;
  height: 1px;
}

.s88-template-tech-profile h2,
.s88-template-assistant-gallery h2,
.s88-template-treatment-spotlight h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-tech-profile h2,
.s88-template-assistant-gallery h2 {
  position: static;
}

.s88-template-tech-profile__layout {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 330fr) minmax(0, 648fr);
  column-gap: 46px;
  align-items: start;
  margin-top: 80px;
}

.s88-template-tech-profile__photo-crop {
  position: relative;
  width: 100%;
  max-width: var(--s88-tech-crop-width);
  height: var(--s88-tech-crop-height);
  overflow: hidden;
}

.s88-template-tech-profile__photo {
  display: block;
  width: var(--s88-tech-image-width);
  height: var(--s88-tech-image-height);
  background: #d9d0c5;
  transform: translate(
    var(--s88-tech-image-offset-x),
    var(--s88-tech-image-offset-y)
  );
}

.s88-template-tech-profile__photo-asset {
  display: block;
  width: var(--s88-tech-image-width);
  height: var(--s88-tech-image-height);
  object-fit: cover;
  transform: translate(
    var(--s88-tech-image-offset-x),
    var(--s88-tech-image-offset-y)
  );
}

.s88-template-tech-profile__people {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.s88-template-tech-profile__person h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.16px;
  color: #3b362e;
}

.s88-template-tech-profile__bio {
  margin-top: 16px;
}

.s88-template-tech-profile__bio p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-assistant-gallery {
  padding: 0 0 115px;
}

.s88-template-assistant-gallery__shell {
  min-height: 590px;
  padding: 90px 60px 0;
}

.s88-template-assistant-gallery__grid {
  position: static;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin-top: 80px;
}

.s88-template-assistant-gallery__item {
  position: relative;
  width: 100%;
  height: var(--s88-assistant-height);
  background: #949494;
  overflow: hidden;
}

.s88-template-assistant-gallery__item-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s88-template-treatment-spotlight {
  background: transparent;
  padding: 0;
}

.s88-template-copy-block--treatment-intro + .s88-template-treatment-spotlight,
.s88-template-treatment-spotlight + .s88-template-treatment-spotlight {
  margin-top: 32px;
}

.s88-template-treatment-spotlight__shell {
  min-height: 704px;
  padding: 89px 60px 0;
  background: #ede9e1;
}

.s88-template-treatment-spotlight__divider {
  width: var(--s88-shell);
  margin-inline: auto;
  z-index: 1;
}

.s88-template-treatment-spotlight h2 {
  position: static;
}

.s88-template-treatment-spotlight__layout {
  position: static;
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - 55px) * 490 / 1026))
    minmax(0, calc((100% - 55px) * 536 / 1026));
  column-gap: 55px;
  align-items: start;
  margin-top: 64px;
}

.s88-template-treatment-spotlight__layout--left {
  grid-template-columns:
    minmax(0, calc((100% - 55px) * 536 / 1026))
    minmax(0, calc((100% - 55px) * 490 / 1026));
}

.s88-template-treatment-spotlight__layout--left
  .s88-template-treatment-spotlight__media {
  order: 1;
}

.s88-template-treatment-spotlight__layout--left
  .s88-template-treatment-spotlight__copy {
  order: 2;
}

.s88-template-treatment-spotlight__copy .s88-prose {
  margin-top: 0;
  width: 100%;
  max-width: 500px;
}

.s88-template-treatment-spotlight__copy .s88-prose p {
  margin: 0 0 2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-treatment-spotlight__copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-treatment-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 16px 24px;
  background: #3b362e;
  color: #ffffff;
  text-decoration: none;
}

.s88-template-treatment-spotlight__cta span:first-child {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.62px;
}

.s88-template-treatment-spotlight__cta-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-template-treatment-spotlight__cta-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.s88-template-treatment-spotlight__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: var(--s88-treatment-media-ratio);
  background: #d9d0c5;
}

.s88-template-treatment-spotlight__media-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s88-template-treatment-spotlight__media-image--overlay {
  object-fit: contain;
  z-index: 1;
}

.s88-template-treatment-spotlight--treatment-root {
  background: transparent;
  padding: 0;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__shell {
  width: var(--s88-shell);
  min-height: 0;
  padding: 90px 60px 90px;
}

.s88-template-treatment-spotlight--treatment-root h2 {
  position: static;
  text-align: left;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__layout {
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - 55px) * 490 / 1026))
    minmax(0, calc((100% - 55px) * 536 / 1026));
  align-items: start;
  margin-top: 64px;
  column-gap: 55px;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__layout--left {
  grid-template-columns:
    minmax(0, calc((100% - 55px) * 536 / 1026))
    minmax(0, calc((100% - 55px) * 490 / 1026));
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__copy {
  width: 100%;
  max-width: 490px;
  min-height: 0;
  margin-top: 0;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__layout--left
  .s88-template-treatment-spotlight__copy {
  grid-column: 2;
  order: 2;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__copy
  .s88-prose {
  margin-top: 0;
  width: 100%;
  max-width: 500px;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__copy
  .s88-prose
  p {
  margin: 0 0 2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__copy
  .s88-prose
  p:last-child {
  margin-bottom: 0;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__media {
  width: 100%;
  max-width: 536px;
  height: auto;
  aspect-ratio: 536 / 357;
  background: #d9d0c5;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__layout--left
  .s88-template-treatment-spotlight__media {
  grid-column: 1;
  order: 1;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  width: auto;
  min-height: 68px;
  padding: 16px 24px;
  margin: 40px 0 0;
  border: 0;
  border-radius: 0;
  background: #3b362e;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__cta
  span:first-child {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.62px;
  white-space: nowrap;
}

.s88-template-treatment-spotlight--treatment-root
  .s88-template-treatment-spotlight__cta-arrow {
  display: block;
}

.s88-template-post-list {
  background: #e3e3e3;
  padding: 0 0 84px;
}

.s88-template-post-list__inner {
  width: var(--s88-shell);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s88-template-post-list__item {
  min-height: 219px;
  padding: 37px 58px;
  background: #ffffff;
}

.s88-template-post-list__date {
  margin: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #bdb1a6;
}

.s88-template-post-list h3 {
  margin: 13px 0 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #3b362e;
}

.s88-template-post-list__excerpt {
  margin: 13px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-post-card-horizontal {
  background: #e3e3e3;
  padding: 0 0 32px;
}

.s88-template-post-card-horizontal__inner {
  margin-inline: auto;
  padding: 33px 30px 27px;
  background: #ffffff;
  --s88-post-card-gap: clamp(20px, 3vw, 33px);
}

.s88-template-post-card-horizontal__link {
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - var(--s88-post-card-gap)) * 200 / 714))
    minmax(0, calc((100% - var(--s88-post-card-gap)) * 514 / 714));
  gap: var(--s88-post-card-gap);
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.s88-template-post-card-horizontal__link:hover,
.s88-template-post-card-horizontal__link:focus-visible {
  opacity: 0.8;
}

.s88-template-post-card-horizontal__media {
  width: 100%;
  height: auto;
  aspect-ratio: var(--s88-post-card-media-ratio, 1 / 1);
  background: #d9d9d9;
}

.s88-template-post-card-horizontal__content {
  min-width: 0;
}

.s88-template-post-card-horizontal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-post-card-horizontal__media .s88-placeholder-media,
.s88-template-post-detail__media .s88-placeholder-media,
.s88-template-sidebar-recent-posts__thumb .s88-placeholder-media {
  min-height: 0;
  height: 100%;
  border-radius: 0;
	background:#ffffff;
}

.s88-template-post-card-horizontal__media .s88-placeholder-media::after,
.s88-template-post-detail__media .s88-placeholder-media::after,
.s88-template-sidebar-recent-posts__thumb .s88-placeholder-media::after {
  content: none;
}

.s88-template-post-card-horizontal__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.s88-template-post-card-horizontal__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 2px 12px;
  border-radius: 17px;
  background: #bdb1a6;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #ffffff;
}

.s88-template-post-card-horizontal__date {
  margin: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #bdb1a6;
}

.s88-template-post-card-horizontal h3 {
  margin: 5px 0 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #3b362e;
}

.s88-template-post-card-horizontal h3 a {
  color: inherit;
  text-decoration: none;
}

.s88-template-post-card-horizontal__excerpt {
  margin: 13px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #545049;
}

.s88-template-post-detail {
  background: #e3e3e3;
  padding: 0 0 84px;
}

.s88-template-post-detail__inner {
  width: min(820px, calc(100vw - 80px));
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: clamp(20px, 4vw, 33px);
  padding-top: 42px;
  padding-bottom: 42px;
  background: #ffffff;
}

.s88-template-post-detail__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 38px;
}

.s88-template-post-detail__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 2px 12px;
  border-radius: 17px;
  background: #bdb1a6;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #ffffff;
}

.s88-template-post-detail__date {
  margin: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #bdb1a6;
}

.s88-template-post-detail__title {
  width: 100%;
  margin: 0 0 48px;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #242628;
}

.s88-template-post-detail__heading-row {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  width: 100%;
  margin-left: 0;
}

.s88-template-post-detail__heading-line-wrap {
  position: relative;
  display: block;
  width: 1px;
  height: 40px;
  flex: 0 0 1px;
  overflow: visible;
}

.s88-template-post-detail__heading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  max-width: none;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}

.s88-template-post-detail__heading-row .s88-template-post-detail__heading-label {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #242628;
}

.s88-template-post-detail__toc {
  width: 100%;
  margin: 16px 0 38px;
  padding: 18px 27px 18px;
  background: #ede9e1;
}

.s88-template-post-detail__toc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s88-template-post-detail__toc li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
}

.s88-template-post-detail__toc li img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-template-post-detail__toc li span {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #3b362e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.s88-template-post-detail__toc li a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: inherit;
  text-underline-offset: inherit;
}

.s88-template-post-detail__heading-row--section {
  margin-top: 0;
}

.s88-template-post-detail__intro {
  width: 100%;
  margin: 26px 0 38px;
}

.s88-template-post-detail__intro,
.s88-template-post-detail__copy,
.s88-template-post-detail__content-block {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

.s88-template-post-detail__intro,
.s88-template-post-detail__copy {
  margin: 0;
}

.s88-template-post-detail__intro > * + *,
.s88-template-post-detail__copy > * + *,
.s88-template-post-detail__content-block > * + * {
  margin-top: 18px;
}

.s88-template-post-detail__intro > :first-child,
.s88-template-post-detail__copy > :first-child,
.s88-template-post-detail__content-block > :first-child {
  margin-top: 0;
}

.s88-template-post-detail__intro > :last-child,
.s88-template-post-detail__copy > :last-child,
.s88-template-post-detail__content-block > :last-child {
  margin-bottom: 0;
}

.s88-template-post-detail__body {
  --s88-post-detail-gap: clamp(20px, 3vw, 35px);
  display: grid;
  grid-template-columns:
    minmax(0, calc((100% - var(--s88-post-detail-gap)) * 309 / 705))
    minmax(0, calc((100% - var(--s88-post-detail-gap)) * 396 / 705));
  gap: var(--s88-post-detail-gap);
  align-items: start;
  width: 100%;
  margin-left: 0;
}

.s88-template-post-detail__media {
  width: 100%;
  height: auto;
  aspect-ratio: var(--s88-post-detail-media-ratio, 309 / 236);
  background: #d9d9d9;
  overflow: hidden;
}

.s88-template-post-detail__media figure,
.s88-template-post-detail__content-media figure {
  margin: 0;
}

.s88-template-post-detail__media img,
.s88-template-post-detail__content-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-post-detail__copy {
  margin: 0;
}

.s88-template-post-detail__content {
  width: 100%;
  margin: 44px 0 0;
  display: grid;
  gap: 48px;
}

.s88-template-post-detail__content-section {
  display: grid;
  gap: 26px;
}

.s88-template-post-detail__content-flow {
  display: grid;
  gap: 26px;
}

.s88-template-post-detail__content-flow > * {
  margin: 0;
}

.s88-template-post-detail__content-media {
  width: 100%;
  overflow: hidden;
}

.s88-template-post-detail__content-media:empty {
  background: #d9d9d9;
}

.s88-template-post-detail__content-media img {
  height: auto;
}

.s88-template-post-detail__content h2,
.s88-template-post-detail__content h3 {
  margin: 48px 0 18px;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #242628;
}

.s88-template-post-detail__content h2:first-child,
.s88-template-post-detail__content h3:first-child {
  margin-top: 0;
}

.s88-template-post-detail__content figure {
  margin: 24px 0;
}

.s88-template-post-detail__content .wp-block-image {
  margin: 0;
}

.s88-template-post-detail__content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-template-post-detail__content .wp-block-columns {
  margin: 0;
  gap: 34px;
  align-items: flex-start;
}

.s88-template-post-detail__content .wp-block-column {
  min-width: 0;
}

.s88-template-post-detail__content .wp-block-column > * + * {
  margin-top: 12px;
}

.s88-template-post-detail__content ul,
.s88-template-post-detail__content ol {
  margin: 0;
  padding-left: 1.4em;
}

.s88-template-post-detail__content li + li {
  margin-top: 0.4em;
}

.s88-template-post-detail__content blockquote {
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid #bdb1a6;
}

.s88-template-post-detail__body.is-copy-only {
  grid-template-columns: minmax(0, 1fr);
}

.s88-template-post-detail__body.is-copy-only .s88-template-post-detail__media {
  display: none;
}

.s88-template-sidebar-widget {
  background: #e3e3e3;
  padding: 0 0 32px;
}

.s88-template-sidebar-widget__inner {
  width: min(328px, calc(100vw - 80px));
  margin-inline: auto;
}

.s88-template-sidebar-widget__title {
  margin: 0 0 8px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
  color: #545049;
}

.s88-template-sidebar-search {
  display: grid;
  grid-template-columns: 250px 78px;
}

.s88-template-sidebar-search input,
.s88-template-sidebar-search button {
  height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.s88-template-sidebar-search input {
  padding: 0 19px;
  background: #ffffff;
  color: #242628;
}

.s88-template-sidebar-search input::placeholder {
  color: #a7acb2;
  opacity: 1;
}

.s88-template-sidebar-search button {
  background: #bdb1a6;
  color: #f3f5fc;
}

.s88-template-sidebar-category__list {
  display: flex;
  flex-direction: column;
}

.s88-template-sidebar-category__item {
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  height: 68px;
  padding: 18px 16px;
  border-bottom: 1px solid #cfd5e4;
  background: #ffffff;
  text-decoration: none;
}

.s88-template-sidebar-category__label {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #242628;
}

.s88-template-sidebar-category__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
  padding: 2px 9px;
  border-radius: 300px;
  background: #bdb1a6;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #ffffff;
}

.s88-template-sidebar-recent-posts {
  display: flex;
  flex-direction: column;
}

.s88-template-sidebar-recent-posts__item {
  display: grid;
  grid-template-columns: 81px 1fr;
  gap: 15px;
  min-height: 109px;
  padding: 13px 12px;
  border-bottom: 1px solid #ede9e1;
  background: #ffffff;
  text-decoration: none;
}

.s88-template-sidebar-recent-posts__thumb {
  width: 81px;
  height: 81px;
  background: #d9d9d9;
  overflow: hidden;
}

.s88-template-sidebar-recent-posts__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-sidebar-recent-posts__content {
  padding-top: 2px;
}

.s88-template-sidebar-recent-posts__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 2px 10px;
  border-radius: 18px;
  background: #bdb1a6;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #ffffff;
}

.s88-template-sidebar-recent-posts__content p {
  margin: 12px 0 0;
  font-family: var(--s88-font-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #242628;
}

.s88-template-sidebar-archive__select {
  width: 100%;
  height: 60px;
  margin: 0 0 6px;
  padding: 0 16px 0 19px;
  border: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s88-template-sidebar-archive__select span {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
  color: #b2aeaa;
}

.s88-template-sidebar-archive__select img {
  width: 14px;
  height: 19px;
}

.s88-template-sidebar-archive__list {
  display: flex;
  flex-direction: column;
}

.s88-template-sidebar-archive__item {
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 19px;
  border-top: 1px solid #ede9e1;
  background: #ffffff;
  text-decoration: none;
}

.s88-template-sidebar-archive__item img {
  width: 13px;
  height: 19px;
}

.s88-template-sidebar-archive__item span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #545049;
}

.s88-template-back-nav {
  background: #e3e3e3;
  padding: 0 0 84px;
}

.s88-template-back-nav__inner {
  width: min(820px, calc(100vw - 80px));
  height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s88-template-back-nav__edge {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.s88-template-back-nav__edge img {
  display: block;
  width: 46px;
  height: 46px;
}

.s88-template-back-nav__edge--next img {
  transform: scaleX(-1);
}

.s88-template-back-nav__edge.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.s88-template-back-nav__center {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: #3b362e;
  color: #ffffff;
  text-decoration: none;
}

.s88-template-back-nav__center span:last-child {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.62px;
}

.s88-template-back-nav__center-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.s88-template-back-nav__center-arrow img {
  display: block;
  width: 16px;
  height: 16px;
  transform: scaleX(-1);
}

.s88-template-pagination {
  background: #e3e3e3;
  padding: 0 0 84px;
}

.s88-template-pagination__inner {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.s88-template-pagination__edge {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.s88-template-pagination__edge img {
  display: block;
  width: 46px;
  height: 46px;
}

.s88-template-pagination__edge.is-disabled {
  cursor: default;
  pointer-events: none;
}

.s88-template-pagination__pages {
  display: flex;
  align-items: center;
  gap: 3px;
}

.s88-template-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
  padding: 2px 9px;
  border-radius: 300px;
  background: #ccc;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.8px;
  color: #e3e3e3;
  text-decoration: none;
}

.s88-template-pagination__page.is-current {
  background: #bdb1a6;
  color: #fff;
}

.s88-template-gallery-grid {
  background: #ffffff;
  padding: 89px 0 89px;
}

.s88-template-gallery-grid__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-gallery-grid h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #3b362e;
}

.s88-template-gallery-grid .s88-prose {
  margin-top: 46px;
  max-width: 1294px;
}

.s88-template-gallery-grid .s88-prose p {
  margin: 0 0 1.4em;
  font-size: 0.875rem;
  line-height: 2;
  color: #545049;
}

.s88-template-gallery-grid .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-gallery-grid__grid {
  margin-top: 35px;
  display: grid;
  width: min(1262px, 100%);
  margin-left: 5px;
  grid-template-columns: 615px 620px;
  column-gap: 27px;
  row-gap: 32px;
}

.s88-template-gallery-grid__item {
  width: min(calc(var(--s88-gallery-item-width) * 1px), 100%);
  aspect-ratio: var(--s88-gallery-item-width) / var(--s88-gallery-item-height);
  background: #d9d0c5;
  overflow: hidden;
}

.s88-template-gallery-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-gallery-grid--about-exact {
  background: #e3e3e3;
  padding: 0;
}

.s88-template-gallery-grid--about-exact .s88-template-gallery-grid__inner {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
  padding: 90px 60px 1px;
  text-align: left;
}

.s88-template-gallery-grid--about-exact .s88-template-gallery-grid__divider {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  width: 100%;
}

.s88-template-gallery-grid--about-exact h2 {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-gallery-grid--about-exact .s88-prose {
  width: 100%;
  max-width: 1081px;
  margin-top: 75px;
  margin-left: 0;
  margin-right: auto;
}

.s88-template-gallery-grid--about-exact .s88-prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-gallery-grid--about-exact .s88-template-gallery-grid__grid {
  width: 100%;
  max-width: 1080px;
  margin-top: 84px;
  margin-left: 0;
  margin-right: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
}

.s88-template-gallery-grid--about-exact .s88-template-gallery-grid__item {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  aspect-ratio: 520 / 320;
}

.s88-template-list-block {
  background: #ede9e1;
}

.s88-template-list-block__inner {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
  min-height: 474px;
  padding: 46px 60px 46px;
}

.s88-template-list-block__marker {
  position: absolute;
  opacity: 0.6;
}

.s88-template-list-block__marker--lg {
  left: -29px;
  top: 10px;
  width: 46px;
  height: 36px;
}

.s88-template-list-block__marker--sm {
  left: -26px;
  top: 51px;
  width: 24px;
  height: 19px;
}

.s88-template-list-block h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-list-block__lead {
  margin: 14px 0 0;
  max-width: 1081px;
  font-size: 14px;
  line-height: 2.4;
  color: #545049;
}

.s88-template-list-block__list {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.s88-template-list-block__list li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1050px);
  align-items: center;
  column-gap: 16px;
}

.s88-template-list-block__dot {
  width: 15px;
  height: 15px;
}

.s88-template-list-block__list span {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-section--template-soft-checkmedia {
  background: #e3e3e3;
  padding: 100px 0;
}

.s88-template-section--template-soft-checkmedia .s88-template-section__shell {
  background: #ede9e1;
}

.s88-template-checkmedia-block__inner {
  min-height: 786px;
  padding: 46px 60px 66px;
}

.s88-template-checkmedia-block h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-checkmedia-block__top {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 56%;
  gap: 8px;
  align-items: start;
}

.s88-template-checkmedia-block--no-media .s88-template-checkmedia-block__top {
  grid-template-columns: 1fr;
}

.s88-template-checkmedia-block__groups {
  display: grid;
  gap: 28px;
}

.s88-template-checkmedia-block__group h3 {
  margin: 0 0 10px;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-checkmedia-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.s88-template-checkmedia-block__list li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
}

.s88-template-checkmedia-block__dot {
  width: 15px;
  height: 15px;
}

.s88-template-checkmedia-block__list span {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-checkmedia-block--body-list
  .s88-template-checkmedia-block__group
  h3 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.s88-template-checkmedia-block--body-list .s88-template-checkmedia-block__list {
  gap: 8px;
}

.s88-template-checkmedia-block--body-list
  .s88-template-checkmedia-block__list
  span {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #545049;
}

.s88-template-checkmedia-block__media {
  width: 100%;
  justify-self: stretch;
  background: #ffffff;
  overflow: hidden;
}

.s88-template-checkmedia-block__media img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-template-checkmedia-block__lead {
  margin: 56px 0 0;
  font-size: 14px;
  line-height: 2.4;
  color: #545049;
}

.s88-template-checkmedia-block .s88-prose {
  margin-top: 47px;
  max-width: 1081px;
}

.s88-template-checkmedia-block .s88-prose p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2.4;
  color: #545049;
}

.s88-template-checkmedia-block .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-perio-symptoms {
  background: #ffffff;
  padding: 77px 0 12px;
}

.s88-perio-symptoms__inner {
  width: var(--s88-shell);
  min-height: 576px;
  margin-inline: auto;
}

.s88-perio-symptoms h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000000;
}

.s88-perio-symptoms__content {
  margin-top: 28px;
}

.s88-perio-symptoms__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 760px;
}

.s88-perio-symptoms__list li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}

.s88-perio-symptoms__list li + li {
  margin-top: 0;
}

.s88-perio-symptoms__list li::before {
  content: "●";
  display: block;
  line-height: inherit;
}

.s88-perio-symptoms__lead {
  max-width: 760px;
  margin: 10px 0 0;
  font-family: var(--s88-font-sans);
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
}

.s88-perio-symptoms__body-intro.s88-prose {
  max-width: 760px;
  margin-top: 0;
}

.s88-perio-symptoms__body-intro.s88-prose p {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  color: #000000;
}

.s88-perio-symptoms__media {
  float: right;
  width: 535px;
  min-height: 290px;
  margin: 0 0 21px 66px;
}

.s88-perio-symptoms__media img {
  display: block;
  width: 535px;
  height: 290px;
  object-fit: cover;
}

.s88-perio-symptoms__body {
  margin-top: 34px;
}

.s88-perio-symptoms__body.s88-prose {
  clear: both;
  margin-top: 0;
}

.s88-perio-symptoms__body.s88-prose p {
  margin: 0 0 1em;
  font-family: var(--s88-font-sans);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  color: #000000;
}

.s88-perio-symptoms__body.s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-perio-background-copy {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    var(--s88-perio-bg);
  background-repeat: no-repeat;
  background-size:
    1448px 544px,
    1700px 1133px;
  background-position:
    0 0,
    calc(50% + 62px) -255px;
}

.s88-perio-background-copy__inner {
  width: var(--s88-shell);
  margin-inline: auto;
  min-height: 544px;
  padding: 77px 0 43px;
}

.s88-perio-background-copy h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-perio-background-copy .s88-prose {
  margin-top: 34px;
  max-width: 1280px;
}

.s88-perio-background-copy .s88-prose p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-perio-background-copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-framed-block {
  background: #ffffff;
  padding: 38px 0 36px;
}

.s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 1270px), calc(100vw - 178px));
  min-height: var(--s88-framed-block-min-height, 600px);
  margin-inline: auto;
  border: 3px solid #1a1714;
  border-radius: 76px;
  padding: var(--s88-framed-block-padding-top, 77px)
    var(--s88-framed-block-padding-right, 127px)
    var(--s88-framed-block-padding-bottom, 72px)
    var(--s88-framed-block-padding-left, 87px);
  background: #ffffff;
}

.s88-template-framed-block h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.s88-template-framed-block .s88-prose {
  margin: var(--s88-framed-block-prose-margin-top, 50px) auto 0;
  max-width: var(--s88-framed-block-prose-width, 1140px);
}

.s88-template-framed-block .s88-prose p {
  margin: 0 0 1.35em;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-framed-block .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-framed-block--perio-root,
.s88-template-framed-block--treatment-root {
  padding: 38px 0 36px;
}

.s88-template-framed-block--perio-root .s88-template-framed-block__frame,
.s88-template-framed-block--treatment-root .s88-template-framed-block__frame {
  width: min(1270px, calc(100vw - 156px));
  min-height: 600px;
  padding: 39px 80px 38px;
}

.s88-template-framed-block--perio-root h2,
.s88-template-framed-block--treatment-root h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-framed-block--perio-root .s88-prose,
.s88-template-framed-block--treatment-root .s88-prose {
  margin-top: 50px;
  max-width: 1140px;
}

.s88-template-framed-block--perio-root .s88-prose p,
.s88-template-framed-block--treatment-root .s88-prose p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-framed-block--detail-root {
  padding: 38px 0;
}

.s88-template-framed-block--detail-root .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 1270px), calc(100vw - 156px));
}

.s88-template-framed-block--detail-root h2 {
  line-height: 44px;
}

.s88-template-framed-block--detail-root .s88-prose p {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

.s88-template-framed-block--oral-surgery-root {
  padding: 45px 0 24px;
}

.s88-template-framed-block--oral-surgery-root
  .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 1142px), calc(100vw - 156px));
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
  border-radius: 55px;
}

.s88-template-framed-block--oral-surgery-root h2 {
  line-height: 44px;
}

.s88-template-framed-block--oral-surgery-root .s88-prose p {
  margin: 0 0 1.42em;
  line-height: 1.35;
}

.s88-template-framed-block--oral-surgery-root .s88-prose {
  margin-top: 33px;
}

.s88-template-framed-block--ortho-root {
  padding: 35px 0;
}

.s88-template-framed-block--ortho-root .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 1136px), calc(100vw - 156px));
}

.s88-template-framed-block--ortho-root h2 {
  line-height: 44px;
}

.s88-template-framed-block--ortho-root .s88-prose p {
  margin: 0 0 0.92em;
  line-height: 1.34;
}

.s88-template-framed-block--pediatric-ortho-root {
  padding: 45px 0 11px;
}

.s88-template-framed-block--pediatric-ortho-root
  .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 1142px), calc(100vw - 156px));
  border-radius: 55px;
}

.s88-template-framed-block--pediatric-ortho-root h2 {
  line-height: 44px;
}

.s88-template-framed-block--pediatric-ortho-root .s88-prose p {
  margin: 0 0 1.18em;
  line-height: 1.34;
}

.s88-template-framed-block--implant-root {
  padding: 42px 0 42px;
}

.s88-template-framed-block--implant-root .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 946px), calc(100vw - 156px));
  border-width: 2px;
  border-style: dashed;
  border-color: #000000;
  border-radius: 49px;
}

.s88-template-framed-block--implant-root h2 {
  line-height: 44px;
}

.s88-template-framed-block--implant-root .s88-prose p {
  margin: 0 0 0.78em;
  line-height: 1.36;
}

.s88-template-framed-block--denture-root {
  padding: 42px 0 27px;
}

.s88-template-framed-block--denture-root .s88-template-framed-block__frame {
  width: min(var(--s88-framed-block-width, 946px), calc(100vw - 156px));
  border-width: 2px;
  border-style: dashed;
  border-color: #000000;
  border-radius: 49px;
}

.s88-template-framed-block--denture-root h2 {
  text-align: center;
  line-height: 44px;
}

.s88-template-framed-block--denture-root .s88-prose p {
  margin: 0 0 1.42em;
  line-height: 1.35;
}

.s88-template-framed-block--denture-root .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-faq-stack--pediatric-ortho-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
  padding-bottom: 34px;
}

.s88-template-faq-stack--pediatric-ortho-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--pediatric-ortho-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 44px;
}

.s88-template-faq-stack--pediatric-ortho-root .s88-template-faq-stack__answer {
  margin-top: 20px;
}

.s88-template-knowledge {
  background: #ffffff;
  padding: 0;
}

.s88-template-knowledge--perio-panel,
.s88-template-knowledge--treatment-panel {
  background: #e3e3e3;
}

.s88-template-knowledge__shell {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
  padding: 0 0 1px;
}

.s88-template-knowledge__line {
  height: 1px;
  background: rgba(84, 80, 73, 0.36);
}

.s88-template-knowledge h2 {
  margin: 89px 60px 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-knowledge__lead {
  margin: 95px 60px 0;
  max-width: 1081px;
  min-height: 112px;
}

.s88-template-knowledge__lead .s88-prose p,
.s88-template-knowledge__panel-copy .s88-prose p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-knowledge__lead .s88-prose p:last-child,
.s88-template-knowledge__panel-copy .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-knowledge__panels {
  margin: 49px 60px 0;
  display: grid;
  gap: 20px;
}

.s88-template-knowledge__panel {
  max-width: 1080px;
  background: #ffffff;
  padding: 24px;
}

.s88-template-knowledge__panel h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-knowledge__panel-body {
  margin-top: 16px;
}

.s88-template-knowledge__panel--media .s88-template-knowledge__panel-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 16px;
  align-items: start;
}

.s88-template-knowledge__panel-media .s88-media-frame {
  width: 100%;
  height: 100%;
}

.s88-template-knowledge__panel-media .s88-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized,
.s88-template-faq-stack.s88-template-faq-stack--perio-panelized,
.s88-template-faq-stack.s88-template-faq-stack--treatment-panelized {
  background: #e3e3e3;
  padding: 0 0 1px;
  overflow-x: clip;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__divider,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__divider,
.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__divider,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__divider {
  width: var(--s88-shell);
  margin: 100px auto 0;
}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized h2,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized h2,
.s88-template-faq-stack.s88-template-faq-stack--perio-panelized h2,
.s88-template-faq-stack.s88-template-faq-stack--treatment-panelized h2 {
  margin: 0 60px;
  padding-top: 100px;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose {
  margin: 95px 60px 0;

}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose
  p,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose
  p,
.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__topic
  .s88-prose
  p,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic
  .s88-prose
  p,
.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__link
  a,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__link
  a,
.s88-template-faq-stack.s88-template-faq-stack--perio-panelized
  .s88-template-faq-stack__answer
  p,
.s88-template-faq-stack.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__answer
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__note,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__note {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose
  p:last-child,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  > .s88-template-topic-stack__inner
  > .s88-prose
  p:last-child,
.s88-template-topic-stack.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__topic
  .s88-prose
  p:last-child,
.s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic
  .s88-prose
  p:last-child,
.s88-template-faq-stack.s88-template-faq-stack--perio-panelized
  .s88-template-faq-stack__answer
  p:last-child,
.s88-template-faq-stack.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__answer
  p:last-child {
  margin-bottom: 0;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__topic,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic {
  margin: 20px 60px 0;
  padding: 24px;
  background: #ffffff;
}

.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__topic:first-of-type,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic:first-of-type {
  margin-top: 49px;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__topic h3,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic
  h3,
.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__question,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__question {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__topic-body,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic-body,
.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__answer,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__answer {
  margin-top: 16px;
}

.s88-template-topic-stack--perio-panelized
  .s88-template-topic-stack__topic--media
  .s88-template-topic-stack__topic-body,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__topic--media
  .s88-template-topic-stack__topic-body {
  grid-template-columns: minmax(0, 1fr) 30%;
  gap: 16px;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__media,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__media {
  background: transparent;
  border: 0;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__media img,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__media
  img {
  width: 100%;
  height: 100%;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__note,
.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__link,
.s88-template-topic-stack--treatment-panelized .s88-template-topic-stack__note,
.s88-template-topic-stack--treatment-panelized .s88-template-topic-stack__link {
  margin-top: 24px;
}

.s88-template-topic-stack--perio-panelized .s88-template-topic-stack__link a,
.s88-template-topic-stack--treatment-panelized
  .s88-template-topic-stack__link
  a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__list,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__list {
  display: grid;
  gap: 8px;
  margin: 65px 60px 0;
}

.s88-template-faq-stack--perio-panelized
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item,
.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 0;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__item,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__item {
  padding: 24px;
  background: #ffffff;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__row,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__row--answer,
.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__row--answer {
  margin-top: 16px;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__badge,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__badge {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 50%;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.s88-template-faq-stack--perio-panelized
  .s88-template-faq-stack__badge--question,
.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__badge--question {
  background: #bdb1a6;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__badge--answer,
.s88-template-faq-stack--treatment-panelized
  .s88-template-faq-stack__badge--answer {
  background: #d39e9f;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__question,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__question {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #3b362e;
}

.s88-template-faq-stack--perio-panelized .s88-template-faq-stack__answer,
.s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__answer {
  margin-top: 0;
  display: grid;
  gap: 0;
}

.s88-template-scholarship {
  background: #ede9e1;
}

.s88-template-scholarship__inner {
  position: relative;
  width: var(--s88-shell);
  margin-inline: auto;
  min-height: 684px;
  padding: 46px 60px 70px;
}

.s88-template-scholarship__marker {
  position: absolute;
  opacity: 0.6;
}

.s88-template-scholarship__marker--lg {
  left: -29px;
  top: 10px;
  width: 46px;
  height: 36px;
}

.s88-template-scholarship__marker--sm {
  left: -26px;
  top: 51px;
  width: 24px;
  height: 19px;
}

.s88-template-scholarship h2 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-scholarship__lead {
  margin: 14px 0 0;
  max-width: 1081px;
  font-size: 14px;
  line-height: 2.4;
  color: #545049;
}

.s88-template-scholarship__overview {
  margin-top: 51px;
  max-width: 1081px;
}

.s88-template-scholarship__overview h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-scholarship__rows {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}

.s88-template-scholarship__row {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}

.s88-template-scholarship__index,
.s88-template-scholarship__text {
  font-size: 14px;
  line-height: 2;
  color: #545049;
}

.s88-template-scholarship__contact {
  margin-top: 51px;
  width: 1079px;
  min-height: 136px;
  padding: 20px 32px;
  background: #ffffff;
}

.s88-template-scholarship__contact p {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 24px;
  line-height: 2;
  letter-spacing: 2.16px;
  color: #3b362e;
}

.s88-template-pick-up {
  background: #e3e3e3;
  padding: 0 0 125px;
}

.s88-template-pick-up__shell {
  position: relative;
  width: var(--s88-shell);
  min-height: 1390px;
  margin-inline: auto;
  padding: 90px 60px 0;
}

.s88-template-pick-up__triangle {
  position: absolute;
  top: -8px;
  left: 17px;
  width: 23px;
  height: 18px;
}

.s88-template-pick-up__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  max-width: 100%;
  height: 1px;
}

.s88-template-pick-up h2 {
  position: static;
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  color: #3b362e;
}

.s88-template-pick-up__blocks {
  position: static;
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
}

.s88-template-pick-up__block {
  width: 100%;
  min-height: 140px;
}

.s88-template-pick-up__block + .s88-template-pick-up__block {
  margin-top: 41px;
}

.s88-template-pick-up__block:nth-child(3) {
  margin-top: 36px;
}

.s88-template-pick-up__block h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-pick-up__copy,
.s88-template-pick-up__bullet-list {
  margin-top: 16px;
}

.s88-template-pick-up__copy p,
.s88-template-pick-up__bullet-list li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-pick-up__bullet-list {
  list-style: none;
  padding: 0;
}

.s88-template-pick-up__bullet-list li {
  display: flex;
  align-items: flex-start;
}

.s88-template-pick-up__bullet-mark {
  flex: none;
  margin-right: 4px;
  color: #aca496;
}

.s88-template-pick-up__card {
  position: static;
  width: 100%;
  max-width: 1080px;
  margin-top: 70px;
  background: #ffffff;
}

.s88-template-pick-up__card-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.s88-template-pick-up__card h3 {
  margin: 0;
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-pick-up__card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 516px;
  column-gap: 16px;
  align-items: start;
}

.s88-template-pick-up__card-copy {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 286px;
}

.s88-template-pick-up__card-lead p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #545049;
}

.s88-template-pick-up__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  min-height: 68px;
  padding: 16px 24px;
  background: #3b362e;
}

.s88-template-pick-up__cta span:first-child {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.62px;
  color: #ffffff;
}

.s88-template-pick-up__cta-arrow {
  position: relative;
  flex: none;
  width: 18px;
  height: 18px;
}

.s88-template-pick-up__cta-circle,
.s88-template-pick-up__cta-triangle {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
}

.s88-template-pick-up__card-media {
  width: 516px;
}

.s88-template-pick-up__card-media .s88-media-frame {
  width: 516px;
  aspect-ratio: 516 / 286;
}

.s88-template-topic-stack {
  background: #ffffff;
  padding: 76px 0 60px;
}

.s88-template-topic-stack__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-topic-stack h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.s88-template-topic-stack > .s88-template-topic-stack__inner > .s88-prose {
  margin-top: 34px;
  max-width: 1280px;
}

.s88-template-topic-stack > .s88-template-topic-stack__inner > .s88-prose p {
  margin: 0 0 1.45em;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-topic-stack
  > .s88-template-topic-stack__inner
  > .s88-prose
  p:last-child {
  margin-bottom: 0;
}

.s88-template-topic-stack__topic {
  margin-top: 116px;
}

.s88-template-topic-stack__topic:first-of-type {
  margin-top: 38px;
}

.s88-template-topic-stack__topic h3 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.53;
  color: #000000;
}

.s88-template-topic-stack__topic-body {
  margin-top: 38px;
}

.s88-template-topic-stack__topic-copy {
  min-width: 0;
}

.s88-template-topic-stack__topic--media .s88-template-topic-stack__topic-body {
  display: grid;
  grid-template-columns: 695px 523px;
  gap: 62px;
  align-items: start;
}

.s88-template-topic-stack__topic .s88-prose {
  max-width: 1280px;
}

.s88-template-topic-stack__topic .s88-prose p {
  margin: 0 0 1.45em;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.s88-template-topic-stack__topic--emphasis .s88-prose p {
  font-weight: 700;
}

.s88-template-topic-stack__topic .s88-prose p:last-child {
  margin-bottom: 0;
}

.s88-template-topic-stack__note {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #ff0000;
}

.s88-template-topic-stack__link {
  margin: 18px 0 0;
}

.s88-template-topic-stack__link a {
  color: #0088ff;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.s88-template-topic-stack__media {
  background: #ffffff;
  border: 1px solid rgba(26, 23, 20, 0.14);
}

.s88-template-topic-stack__media img {
  display: block;
  object-fit: cover;
}

.s88-template-topic-stack--perio-flow {
  padding: 77px 0 0;
}

.s88-template-topic-stack--perio-flow .s88-template-topic-stack__inner {
  width: var(--s88-shell);
}

.s88-template-topic-stack--perio-flow h2,
.s88-template-topic-stack--perio-support h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-topic-stack--perio-flow
  > .s88-template-topic-stack__inner
  > .s88-prose {
  margin-top: 34px;
  max-width: 1280px;
}

.s88-template-topic-stack--perio-flow
  > .s88-template-topic-stack__inner
  > .s88-prose
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic {
  margin-top: 79px;
}

.s88-template-topic-stack--perio-flow
  .s88-template-topic-stack__topic:first-of-type {
  margin-top: 49px;
}

.s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic h3,
.s88-template-topic-stack--perio-support .s88-template-topic-stack__topic h3 {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic-body {
  margin-top: 16px;
}

.s88-template-topic-stack--perio-flow
  .s88-template-topic-stack__topic
  .s88-prose
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-topic-stack--perio-support {
  padding: 77px 0 0;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__inner {
  width: var(--s88-shell);
}

.s88-template-topic-stack--perio-support
  > .s88-template-topic-stack__inner
  > .s88-prose {
  margin-top: 34px;
  max-width: 1280px;
}

.s88-template-topic-stack--perio-support
  > .s88-template-topic-stack__inner
  > .s88-prose
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__topic {
  margin-top: 60px;
}

.s88-template-topic-stack--perio-support
  .s88-template-topic-stack__topic:first-of-type {
  margin-top: 61px;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__topic-body {
  margin-top: 16px;
}

.s88-template-topic-stack--perio-support
  .s88-template-topic-stack__topic
  .s88-prose
  p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__link {
  margin-top: 10px;
}

.s88-template-topic-stack--perio-support .s88-template-topic-stack__link a {
  font-size: 14px;
  line-height: 2;
}

.s88-template-topic-stack--perio-flow .s88-template-topic-stack__media,
.s88-template-topic-stack--perio-support .s88-template-topic-stack__media {
  border: 0;
}

.s88-template-topic-stack--perio-root {
  padding: 77px 0 0;
}

.s88-template-topic-stack--perio-root .s88-template-topic-stack__inner {
  width: var(--s88-shell);
}

.s88-template-topic-stack--perio-root
  > .s88-template-topic-stack__inner
  > .s88-prose {
  margin-top: 34px;
}

.s88-template-topic-stack--perio-root
  > .s88-template-topic-stack__inner
  > .s88-prose
  p {
  margin: 0 0 2.58em;
  line-height: 1.5;
}

.s88-template-topic-stack--perio-root .s88-template-topic-stack__topic {
  margin-top: 82px;
}

.s88-template-topic-stack--perio-root
  .s88-template-topic-stack__topic:first-of-type {
  margin-top: 52px;
}

.s88-template-topic-stack--perio-root .s88-template-topic-stack__topic-body {
  margin-top: 30px;
}

.s88-template-topic-stack--perio-root
  .s88-template-topic-stack__topic:first-of-type
  .s88-template-topic-stack__topic-body {
  margin-top: 39px;
}

.s88-template-topic-stack--perio-root
  .s88-template-topic-stack__topic
  .s88-prose
  p {
  margin: 0 0 1.05em;
  line-height: 1.36;
}

.s88-template-topic-stack--perio-root
  .s88-template-topic-stack__topic--emphasis
  .s88-prose
  p {
  margin-bottom: 1.2em;
}

.s88-template-topic-stack--perio-root .s88-template-topic-stack__note {
  margin-top: 10px;
}

.s88-template-topic-stack--perio-root .s88-template-topic-stack__link {
  margin-top: 8px;
}

.s88-template-faq-stack {
  background: #ffffff;
  padding: 77px 0 14px;
}

.s88-template-faq-stack__inner {
  width: var(--s88-shell);
  margin-inline: auto;
}

.s88-template-faq-stack h2 {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.s88-template-faq-stack__list {
  margin-top: 56px;
}

.s88-template-faq-stack__item + .s88-template-faq-stack__item {
  margin-top: 54px;
}

.s88-template-faq-stack__question {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
}

.s88-template-faq-stack__answer {
  margin-top: 24px;
}

.s88-template-faq-stack__answer p {
  margin: 0 0 1.45em;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.s88-template-faq-stack__answer p:last-child {
  margin-bottom: 0;
}

.s88-template-faq-stack--perio-root,
.s88-template-faq-stack--treatment-root {
  padding: 77px 0 14px;
}

.s88-template-faq-stack--perio-root .s88-template-faq-stack__inner,
.s88-template-faq-stack--treatment-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--perio-root h2,
.s88-template-faq-stack--treatment-root h2 {
  font-family: var(--s88-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.88px;
  color: #3b362e;
}

.s88-template-faq-stack--perio-root .s88-template-faq-stack__list,
.s88-template-faq-stack--treatment-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--perio-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item,
.s88-template-faq-stack--treatment-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 44px;
}

.s88-template-faq-stack--perio-root .s88-template-faq-stack__question,
.s88-template-faq-stack--treatment-root .s88-template-faq-stack__question {
  font-family: var(--s88-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #3b362e;
}

.s88-template-faq-stack--perio-root .s88-template-faq-stack__answer,
.s88-template-faq-stack--treatment-root .s88-template-faq-stack__answer {
  margin-top: 14px;
}

.s88-template-faq-stack--perio-root .s88-template-faq-stack__answer p,
.s88-template-faq-stack--treatment-root .s88-template-faq-stack__answer p {
  margin: 0 0 1.9em;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #545049;
}

.s88-template-faq-stack--detail-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--detail-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--detail-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 44px;
}

.s88-template-faq-stack--detail-root .s88-template-faq-stack__answer {
  margin-top: 20px;
}

.s88-template-faq-stack--implant-root {
  padding: 77px 0 24px;
}

.s88-template-faq-stack--implant-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--implant-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--implant-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 44px;
}

.s88-template-faq-stack--implant-root .s88-template-faq-stack__answer {
  margin-top: 20px;
}

.s88-template-faq-stack--oral-surgery-root {
  padding: 77px 0 80px;
}

.s88-template-faq-stack--oral-surgery-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--oral-surgery-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--oral-surgery-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 44px;
}

.s88-template-faq-stack--oral-surgery-root .s88-template-faq-stack__answer {
  margin-top: 20px;
}

.s88-template-faq-stack--denture-root {
  padding: 77px 0 21px;
}

.s88-template-faq-stack--denture-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--denture-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--denture-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 58px;
}

.s88-template-faq-stack--denture-root .s88-template-faq-stack__answer {
  margin-top: 24px;
}

.s88-template-faq-stack--general-root {
  padding: 77px 0 20px;
}

.s88-template-faq-stack--general-root .s88-template-faq-stack__inner {
  width: var(--s88-shell);
}

.s88-template-faq-stack--general-root .s88-template-faq-stack__list {
  margin-top: 50px;
}

.s88-template-faq-stack--general-root
  .s88-template-faq-stack__item
  + .s88-template-faq-stack__item {
  margin-top: 54px;
}

.s88-template-faq-stack--general-root .s88-template-faq-stack__answer {
  margin-top: 24px;
}

.s88-template-faq-stack__answer-prefix {
  font-weight: 400;
}

.s88-faq {
  margin-top: 36px;
}

.s88-faq__list {
  display: grid;
  gap: 16px;
}

.s88-faq details {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 206, 192, 0.7);
  border-radius: 22px;
}

.s88-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.s88-site-footer {
  --s88-footer-top-margin: clamp(18px, calc(25 / 1440 * 100vw), 25px);
  --s88-footer-top-row-lift: clamp(14px, calc(22 / 1440 * 100vw), 22px);
  --s88-footer-page-top-shell-width: min(1200px, calc(100vw - 32px));
  --s88-footer-panel-min-height: clamp(492px, calc(692 / 1440 * 100vw), 692px);
  --s88-footer-panel-pad-top: clamp(1px, calc(2 / 1440 * 100vw), 2px);
  --s88-footer-panel-pad-left: clamp(86px, calc(122 / 1440 * 100vw), 122px);
  --s88-footer-panel-pad-right: clamp(127px, calc(179 / 1440 * 100vw), 179px);
  --s88-footer-brand-width: clamp(176px, calc(248 / 1440 * 100vw), 248px);
  --s88-footer-site-gap: clamp(52px, calc(73 / 1440 * 100vw), 73px);
  --s88-footer-site-nav-width: clamp(139px, calc(196 / 1440 * 100vw), 196px);
  --s88-footer-center-gap: clamp(23px, calc(33 / 1440 * 100vw), 33px);
  --s88-footer-treatment-width: clamp(91px, calc(128 / 1440 * 100vw), 128px);
  --s88-footer-right-gap: clamp(43px, calc(61 / 1440 * 100vw), 61px);
  --s88-footer-promo-width: clamp(284px, calc(400 / 1440 * 100vw), 400px);
  --s88-footer-content-gap-top: clamp(41px, calc(58 / 1440 * 100vw), 58px);
  --s88-footer-address-margin-top: clamp(49px, calc(69 / 1440 * 100vw), 69px);
  --s88-footer-copyright-margin-top: clamp(
    146px,
    calc(205 / 1440 * 100vw),
    205px
  );
  --s88-footer-nav-margin-top: clamp(79px, calc(111 / 1440 * 100vw), 111px);
  --s88-footer-nav-title-gap: clamp(16px, calc(22 / 1440 * 100vw), 22px);
  --s88-footer-nav-list-gap: clamp(7px, calc(10 / 1440 * 100vw), 10px);
  --s88-footer-page-top-width: clamp(65px, calc(91 / 1440 * 100vw), 91px);
  --s88-footer-page-top-font-size: clamp(11px, calc(15 / 1440 * 100vw), 15px);
  --s88-footer-text-size: clamp(10px, calc(14 / 1440 * 100vw), 14px);
  --s88-footer-copy-size: clamp(8px, calc(10 / 1440 * 100vw), 10px);
  --s88-footer-promo-offset-top: clamp(-14px, calc(-19 / 1440 * 100vw), -19px);
  --s88-footer-recruit-height: clamp(50px, calc(70 / 1440 * 100vw), 70px);
  --s88-footer-card-height: clamp(
    62px,
    calc(87.8888 / 1440 * 100vw),
    87.8888px
  );
  --s88-footer-academy-height: clamp(133px, calc(187 / 1440 * 100vw), 187px);
  --s88-footer-card-gap: clamp(8px, calc(12 / 1440 * 100vw), 12px);
  --s88-footer-card-radius: clamp(6px, calc(8 / 1440 * 100vw), 8px);
  --s88-footer-deco-gutter: max(calc((100vw - 1440px) / 2), 0px);
  position: relative;
  background: #dddbd7;
  border-bottom: 10px solid #b61418;
  overflow: visible;
  box-sizing: border-box;
}

.s88-site-footer__panel {
  position: relative;
  width: min(1440px, 100%);
  min-height: var(--s88-footer-panel-min-height);
  margin-inline: auto;
  padding-top: var(--s88-footer-panel-pad-top);
  padding-left: var(--s88-footer-panel-pad-left);
  padding-right: var(--s88-footer-panel-pad-right);
  box-sizing: border-box;
}

.s88-site-footer__top-row {
  display: grid;
  width: var(--s88-footer-page-top-shell-width);
  max-width: none;
  justify-content: end;
  position: absolute;
  top: calc(var(--s88-footer-top-row-lift) * -1);
  left: 50%;
  transform: translateX(-50%);
}

.s88-site-footer__content {
  display: grid;
  width: 100%;
  max-width: 1139px;
  margin: var(--s88-footer-content-gap-top) 0 0;
  grid-template-columns:
    var(--s88-footer-brand-width)
    var(--s88-footer-site-gap)
    var(--s88-footer-site-nav-width)
    var(--s88-footer-center-gap)
    var(--s88-footer-treatment-width)
    var(--s88-footer-right-gap)
    var(--s88-footer-promo-width);
  column-gap: 0;
  align-items: start;
}

.s88-site-footer__page-top {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: var(--s88-footer-page-top-width);
  min-height: clamp(18px, calc(25 / 1440 * 100vw), 25px);
  padding-inline: clamp(5px, calc(8 / 1440 * 100vw), 8px);
  justify-self: end;
  z-index: 3;
  background: #dddbd7;
  color: #3b362e;
  text-decoration: none;
  font-family: var(--s88-font-serif);
  font-size: var(--s88-footer-page-top-font-size);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.s88-site-footer__page-top::after {
  content: "";
  display: block;
  width: clamp(7px, calc(10 / 1440 * 100vw), 10px);
  height: clamp(7px, calc(10 / 1440 * 100vw), 10px);
  background: #b61418;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  vertical-align: middle;
}

.s88-site-footer__deco,
.s88-site-footer__deco-image {
  position: absolute;
  z-index: 2;
  display: block;
}

.s88-site-footer__deco-image {
  pointer-events: none;
  object-fit: contain;
}

.s88-site-footer__deco-image--left {
  top: 0;
  left: calc(
    var(--s88-footer-deco-gutter) + clamp(12px, calc(17 / 1440 * 100vw), 17px)
  );
  width: clamp(58px, calc(81 / 1440 * 100vw), 81px);
  height: auto;
}

.s88-site-footer__deco-image--right {
  bottom: clamp(80px, calc(100 / 1440 * 100vw), 100px);
  right: calc(var(--s88-footer-deco-gutter) + 0px);
  width: clamp(86px, calc(120 / 1440 * 100vw), 120px);
  height: auto;
}

.s88-site-footer__brand-block {
  position: static;
  grid-column: 1;
  width: var(--s88-footer-brand-width);
}

.s88-site-footer__logo {
  display: block;
  width: var(--s88-footer-brand-width);
}

.s88-site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-site-footer__address {
  margin-top: var(--s88-footer-address-margin-top);
}

.s88-site-footer__address p {
  margin: 0;
  color: #545049;
  font-size: var(--s88-footer-text-size);
  line-height: 2;
}

.s88-site-footer__address a {
  color: #545049;
  text-decoration: none;
}

.s88-site-footer__copyright {
  margin: var(--s88-footer-copyright-margin-top) 0 0;
  color: #bdb1a6;
  font-size: var(--s88-footer-copy-size);
  line-height: 1.2;
}

.s88-site-footer__nav {
  position: static;
}

.s88-site-footer__nav--site {
  grid-column: 3;
  width: var(--s88-footer-site-nav-width);
  margin-top: var(--s88-footer-nav-margin-top);
}

.s88-site-footer__nav--treatment {
  grid-column: 5;
  width: var(--s88-footer-treatment-width);
  margin-top: var(--s88-footer-nav-margin-top);
}

.s88-site-footer__nav p {
  margin: 0 0 var(--s88-footer-nav-title-gap);
  color: #545049;
  font-size: var(--s88-footer-text-size);
  line-height: 1.2;
  font-weight: 700;
}

.s88-site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--s88-footer-nav-list-gap);
}

.s88-site-footer__nav a {
  color: #545049;
  text-decoration: none;
  font-size: var(--s88-footer-text-size);
  line-height: 1.45;
  font-weight: 400;
}

.s88-site-footer__promo-column {
  position: static;
  grid-column: 7;
  width: var(--s88-footer-promo-width);
  margin-top: var(--s88-footer-promo-offset-top);
}

.s88-site-footer__recruit-banner {
  display: block;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
}

.s88-site-footer__promo-card {
  display: block;
  width: 100%;
  margin-top: var(--s88-footer-card-gap);
  border-radius: var(--s88-footer-card-radius);
  text-decoration: none;
  background: #f6f2ec;
  overflow: hidden;
}

.s88-site-footer__promo-card--academy {
  aspect-ratio: 400 / 187;
}

.s88-site-footer__recruit-banner > img,
.s88-site-footer__promo-card > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.s88-site-footer__promo-card:not(.s88-site-footer__promo-card--academy) {
  aspect-ratio: 400 / 87.8888;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .s88-template-doctor-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s88-home-footer-top__contact-band {
    width: 100%;
    padding: 52px 40px;
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .s88-home-footer-top__contact-copy {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .s88-home-footer-top__contact-copy h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09em;
  }

  .s88-home-footer-top__contact-lines {
    margin-top: 27px;
  }

  .s88-home-footer-top__contact-lines p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-footer-top__follow {
    max-width: 500px;
    margin: 0 auto;
  }

  .s88-home-footer-top__follow-item {
    min-height: 90px;
    height: auto;
    padding: 8px 11px 8px 16px;
    column-gap: 14px;
  }

  .s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-note,
  .s88-home-footer-top__follow-item--web .s88-home-footer-top__follow-note {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.12em;
  }

  .s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-arrow {
    display: flex;
  }

  .s88-home-footer-top__follow-tel {
    gap: 4px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .s88-home-footer-top__follow-text {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.12em;
  }

  .s88-home-footer-top__infection-inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
    max-width: 500px;
    width: 100%;
  }

  .s88-home-footer-top__infection-copy h3 {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .s88-home-footer-top__infection-lines {
    margin-top: 24px;
  }

  .s88-home-footer-top__infection-lines p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .s88-home-footer-top__infection-media {
    width: 310px;
    height: 173px;
    margin-inline: auto;
  }

  .s88-home-footer-top__infection-media img {
    width: 310px;
    height: 173px;
  }

  .s88-home-greeting__inner {
    grid-template-columns:
      clamp(44px, calc(56 / 1200 * 100vw), 56px)
      minmax(0, 1fr)
      clamp(84px, calc(96 / 1200 * 100vw), 96px);
    column-gap: clamp(12px, calc(18 / 1200 * 100vw), 18px);
    row-gap: min(calc(24 / 1440 * 100vw), 24px);
  }

  .s88-home-greeting__heading {
    width: auto;
    height: auto;
    margin-top: clamp(12px, calc(28 / 1200 * 100vw), 28px);
    grid-template-columns:
      clamp(24px, calc(32 / 1200 * 100vw), 32px)
      clamp(10px, calc(14 / 1200 * 100vw), 14px);
    column-gap: clamp(6px, calc(10 / 1200 * 100vw), 10px);
  }

  .s88-home-greeting__heading-ja {
    width: auto;
    height: auto;
    font-size: clamp(26px, calc(32 / 1200 * 100vw), 32px);
    line-height: 1.05;
  }

  .s88-home-greeting__heading-en {
    width: auto;
    min-height: 0;
    font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
    line-height: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  }

  .s88-home-greeting__body {
    width: auto;
    max-width: none;
    min-width: 0;
    margin-left: 0;
  }

  .s88-home-greeting__signature {
    width: clamp(84px, calc(96 / 1200 * 100vw), 96px);
    gap: clamp(12px, calc(14 / 1200 * 100vw), 14px);
    margin-top: 0;
    margin-left: 0;
    justify-self: end;
  }

  .s88-home-greeting__signature-text {
    grid-template-columns:
      clamp(28px, calc(30 / 1200 * 100vw), 30px)
      clamp(16px, calc(18 / 1200 * 100vw), 18px);
    column-gap: clamp(4px, calc(6 / 1200 * 100vw), 6px);
    margin-top: clamp(60px, calc(72 / 1200 * 100vw), 72px);
  }

  .s88-home-greeting__signature-role {
    width: clamp(16px, calc(18 / 1200 * 100vw), 18px);
    margin-top: 2px;
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
  }

  .s88-home-greeting__signature-name {
    gap: clamp(10px, calc(12 / 1200 * 100vw), 12px);
    width: clamp(28px, calc(30 / 1200 * 100vw), 30px);
  }

  .s88-home-greeting__signature-name span {
    font-size: clamp(22px, calc(24 / 1200 * 100vw), 24px);
  }

  .s88-home-greeting__signature-line {
    width: 1px;
    height: clamp(300px, calc(320 / 1200 * 100vw), 320px);
  }

  .s88-home-greeting__button {
    --s88-home-greeting-button-shift-y: 0px;
    margin: 16px 0 0;
    gap: 40px;
    min-height: 68px;
    padding: 16px 24px;
  }

  .s88-home-greeting__button-arrow img {
    width: 18px;
    height: 18px;
  }

  .s88-home-treatment-overview__menu {
    display: flex;
    flex-wrap: wrap;
    width: min(730px, 100%);
    max-width: 730px;
    margin-inline: auto;
    justify-content: center;
  }

  .s88-home-treatment-overview__item {
    flex: 0 0 365px;
    width: 365px;
  }

  .s88-home-basics__upper {
    grid-template-columns: 1fr ;
    gap: 60px;
    max-width: 500px;
    margin-inline: auto;
  }

  .s88-home-basics__lower {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }

  .s88-home-basics__left,
  .s88-home-basics__right {
    display: contents;
  }

  .s88-home-basics__contact {
    order: 1;
  }

  .s88-home-basics__map {
    order: 2;
    margin-top: 31px;
  }

  .s88-home-basics__map-link {
    order: 3;
  }

  .s88-home-basics__access {
    order: 4;
    margin-top: 18px;
  }

  .s88-home-basics__parking {
    order: 5;
    margin-top: 30px;
  }

  .s88-home-basics__button {
    order: 6;
    margin-top: 34px;
  }

  .s88-home-basics__hours,
  .s88-home-basics__payments {
    width: 100%;
    min-width: 0;
  }

  .s88-home-basics__schedule-head,
  .s88-home-basics__schedule-row {
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 16px;
    padding-inline: 8px;
  }

  .s88-home-basics__payment-card {
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 20px 20px;
  }


  .s88-home-basics__payment-method-stack.has-secondary-inline {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .s88-home-basics__payment-method-stack.has-secondary-inline
    .s88-home-basics__payment-methods-extra {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
  }

}

@media (max-width: 1120px) {
  .s88-site-footer {
    --s88-footer-panel-pad-left: 40px;
    --s88-footer-panel-pad-right: 40px;
    --s88-footer-brand-width: 1.18fr;
    --s88-footer-site-nav-width: 0.94fr;
    --s88-footer-treatment-width: 0.78fr;
    --s88-footer-nav-margin-top: 84px;
    --s88-footer-address-margin-top: 56px;
    --s88-footer-copyright-margin-top: 112px;
    --s88-footer-content-gap-top: 48px;
    --s88-footer-promo-offset-top: 0px;
    --s88-footer-recruit-height: 70px;
    --s88-footer-card-height: 88px;
    --s88-footer-academy-height: 187px;
  }

  .s88-site-footer__panel {
    min-height: auto;
  }



  .s88-site-footer__top-row,
  .s88-site-footer__content {
    width: min(100%, 650px);
    max-width: 650px;
    margin-inline: auto;
  }

  .s88-site-footer__content {
    margin-top: var(--s88-footer-content-gap-top);
    grid-template-columns:
      minmax(220px, 1.18fr)
      minmax(180px, 0.94fr)
      minmax(128px, 0.78fr);
    column-gap: clamp(36px, 5vw, 80px);
    row-gap: 44px;
    justify-content: center;
  }

  .s88-site-footer__brand-block {
    grid-column: 1;
    width: auto;
  }

  .s88-site-footer__nav--site {
    grid-column: 2;
  }

  .s88-site-footer__nav--treatment {
    grid-column: 3;
  }

  .s88-site-footer__promo-column {
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 500px);
    max-width: 500px;
    margin-inline: auto;
    justify-self: stretch;
    margin-top: 0;
    display: grid;
    gap: var(--s88-footer-card-gap);
  }

  .s88-site-footer__recruit-banner,
  .s88-site-footer__promo-card {
    width: 100%;
    margin-top: 0;
  }

  .s88-site-footer__promo-card--academy {
    min-height: auto;
  }
}

.s88-archive__grid {
  display: grid;
  gap: 24px;
}

.s88-case-index {
  padding: 95px 0 160px;
}

.s88-case-index__inner {
  width: min(1454px, 100vw);
  margin-inline: auto;
}

.s88-case-index h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
  color: #000000;
}

.s88-case-index__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  column-gap: 60px;
  row-gap: 78px;
  margin-top: 93px;
      width: fit-content;
    margin-inline: auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .s88-case-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 48px;
    margin-top: 64px;
  }
}

.s88-case-index__tile {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: center;
  justify-items: center;
  border-radius: 24px;
  gap: 10px;
  min-width: 230px;
  width: 100%;
  aspect-ratio: 1;
  padding: 18px 16px 20px;
  box-sizing: border-box;
  border: 1px solid #bdb1a6;
  background: #ede9e1;
  color: #3b362e;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.s88-case-index__tile:hover,
.s88-case-index__tile:focus-visible {
  background: #bdb1a6;
  color: #ffffff;
  outline: none;
}

.s88-case-index__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  text-align: center;
  font-family: var(--s88-font-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.09em;
}

.s88-case-index__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: #ffffff;
}

.s88-case-index__icon img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.s88-case-index__empty {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #545049;
}

.s88-card {
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
}

.s88-card__media img,
.s88-card__media .s88-placeholder-media {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.s88-card__content {
  display: grid;
  gap: 14px;
  align-content: start;
}

.s88-card__meta {
  color: var(--s88-muted);
  font-size: 0.88rem;
}

.s88-single__article,
.s88-case__summary {
  padding: 36px;
}

.s88-single__meta {
  color: var(--s88-muted);
  margin-bottom: 12px;
}

.s88-case {
  display: grid;
  gap: 28px;
}

.s88-case__summary {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
}

.s88-case__media {
  display: grid;
  gap: 18px;
}

.s88-case__facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.s88-case__facts div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--s88-line);
}

.s88-case__facts dt {
  font-weight: 700;
}

.s88-case__facts dd {
  margin: 0;
}

.s88-case-detail {
  background: #e3e3e3;
  padding: 95px 0 120px;
}

.s88-case-detail__inner {
  width: min(1310px, calc(100vw - 144px));
  margin-inline: auto;
}

.s88-case-detail__header {
  width: min(100%, 1171px);
  margin-inline: auto;
  text-align: center;
}

.s88-case-detail h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s88-font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3b362e;
}

.s88-case-detail__content {
  width: min(100%, 1310px);
  margin-top: 88px;
}

.s88-case-detail__content > * {
  max-width: 100%;
}

.s88-case-detail__content > :is(p, ul, ol, blockquote, .wp-block-heading) {
  margin-left: auto;
  margin-right: auto;
}

.s88-case-detail__content > .wp-block-heading:first-child {
  margin-top: 0;
}

.s88-case-detail__content > :not(.wp-block-heading) + .wp-block-heading {
  margin-top: 96px;
}

.s88-case-detail__content > .wp-block-heading + .wp-block-heading {
  margin-top: 36px;
}

.s88-case-detail__content > .wp-block-heading + :not(.wp-block-heading) {
  margin-top: 28px;
}

.s88-case-detail__content > :not(.wp-block-heading) + :not(.wp-block-heading) {
  margin-top: 40px;
}

.s88-case-detail__content :is(h2, h3, h4, h5).wp-block-heading,
.s88-case-detail__content :is(h2, h3, h4, h5) {
  margin: 0;
  font-family: var(--s88-font-serif);
  color: #3b362e;
}

.s88-case-detail__content :is(h2).wp-block-heading,
.s88-case-detail__content h2 {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-align: left;
}

.s88-case-detail__content :is(h2).wp-block-heading::before,
.s88-case-detail__content h2::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #bdb1a6;
  flex: 0 0 1px;
}

.s88-case-detail__content :is(h3).wp-block-heading,
.s88-case-detail__content h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.s88-case-detail__content :is(h4).wp-block-heading,
.s88-case-detail__content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.s88-case-detail__content p,
.s88-case-detail__content li,
.s88-case-detail__content blockquote {
  margin: 0;
  font-family: var(--s88-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #3e332b;
}

.s88-case-detail__content ul,
.s88-case-detail__content ol {
  padding-left: 1.5em;
}

.s88-case-detail__content .wp-block-image {
  margin: 0;
}

.s88-case-detail__content > .wp-block-image {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
}

.s88-case-detail__content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.s88-case-detail__content .wp-block-image figcaption {
  margin-top: 18px;
  font-family: var(--s88-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #3e332b;
}

.s88-case-detail__content .wp-block-columns {
  margin: 0;
  gap: 32px;
  align-items: flex-start;
}

.s88-case-detail__content .wp-block-column {
  min-width: 0;
}

.s88-case-detail__content .wp-block-column > * + * {
  margin-top: 18px;
}

.s88-case-detail__content .wp-block-column p {
  font-size: 16px;
  line-height: 1.9;
}

.s88-case-detail__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: min(380px, 100%);
  min-height: 68px;
  margin: 104px auto 0;
  padding: 16px 24px;
  background: #3b362e;
  color: #fefffd;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.s88-case-detail__back:hover {
  background: #4a4339;
}

.s88-case-detail__back-text {
  font-family: var(--s88-font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
  color: inherit;
}

.s88-case-detail__back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.s88-case-detail__back-arrow img {
  display: block;
  width: 18px;
  height: 18px;
}

.s88-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 328px;
  align-items: start;
  gap: 24px;
  padding: 40px 0 72px;
}

.s88-blog-layout__main,
.s88-blog-layout__sidebar {
  min-width: 0;
}

.s88-sidebar-panel,
.search-form {
  padding: 20px;
}

.search-form {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 206, 192, 0.7);
  border-radius: 22px;
}

.search-field,
.search-submit {
  min-height: 44px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--s88-line);
  padding: 0 14px;
  font: inherit;
}

.search-submit {
  background: var(--s88-accent);
  color: #fff;
  cursor: pointer;
}

.s88-pagination .nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* temporarily disabled: non-top media query outside 768/769 boundary
@media (max-width: 1199px) {
  .s88-site-header__inner {
    grid-template-columns: 182px auto;
    gap: 12px;
    min-height: 76px;
    padding: 20px 0;
  }

  .s88-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(88, 84, 77, 0.2);
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
  }

  .s88-nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--s88-text);
  }

  .s88-nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    overflow-y: auto;
    background: #e3e3e3;
  }

  .s88-nav.is-open {
    display: block;
  }

  .s88-nav__desktop {
    display: none;
  }

  .s88-mobile-menu {
    position: relative;
    display: block;
    width: min(375px, 100vw);
    min-height: 100dvh;
    margin: 0 auto;
    padding-bottom: 51px;
    background: #e3e3e3;
  }

  .s88-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 20px 24px;
  }

  .s88-mobile-menu__brand {
    display: block;
    width: 182px;
  }

  .s88-mobile-menu__brand img {
    width: 182px;
    height: 23.484px;
  }

  .s88-mobile-menu__close {
    width: 32px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .s88-mobile-menu__close img {
    width: 32px;
    height: 30px;
  }

  .s88-mobile-menu__content {
    width: 268px;
    margin: 8px auto 0;
  }

  .s88-mobile-menu__link,
  .s88-mobile-menu__toggle {
    display: grid;
    gap: 2px;
    width: 268px;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #ede9e1;
    background: transparent;
    text-align: left;
  }

  .s88-mobile-menu__toggle {
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    position: relative;
  }

  .s88-mobile-menu__section {
    border-bottom: 1px solid #ede9e1;
  }

  .s88-mobile-menu__section > .s88-mobile-menu__toggle {
    border-bottom: 0;
  }

  .s88-mobile-menu__toggle-copy {
    display: grid;
  }

  .s88-mobile-menu__link span,
  .s88-mobile-menu__toggle-copy span {
    font-family: var(--s88-font-serif);
    font-size: 16px;
    line-height: 23px;
    color: #3b362e;
  }

  .s88-mobile-menu__link small,
  .s88-mobile-menu__toggle-copy small {
    font-family: var(--s88-font-serif);
    font-size: 10px;
    line-height: 14px;
    color: #bdb1a6;
  }

  .s88-mobile-menu__toggle-icon {
    width: 15px;
    height: 15px;
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
    transition: opacity 0.2s ease, transform 0.28s ease;
  }

  .s88-mobile-menu__toggle-icon--minus {
    height: 1px;
    opacity: 0;
    transform: scaleX(0.85);
  }

  .s88-mobile-menu__toggle[aria-expanded="true"] .s88-mobile-menu__toggle-icon--plus {
    opacity: 0;
    transform: rotate(90deg) scale(0.85);
  }

  .s88-mobile-menu__toggle[aria-expanded="true"] .s88-mobile-menu__toggle-icon--minus {
    opacity: 1;
    transform: scaleX(1);
  }

  .s88-mobile-menu__submenu-panel {
    padding-bottom: 24px;
  }

  .s88-mobile-menu__submenu-panel[hidden] {
    display: none;
  }

  .s88-mobile-menu__toggle--secondary {
    border-bottom: 0;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .s88-mobile-menu__submenu {
    padding: 0 0 0 24px;
  }

  .s88-mobile-menu__submenu ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .s88-mobile-menu__submenu a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--s88-font-serif);
    font-size: 16px;
    line-height: 23px;
    color: #3b362e;
  }

  .s88-mobile-menu__submenu img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .s88-mobile-menu__follow {
    display: grid;
    gap: 5.17px;
    width: 268px;
    margin: 32px auto 0;
  }

  .s88-mobile-menu__follow-card {
    position: relative;
    display: block;
    height: 77px;
    padding: 8px 12px 0 14px;
    background: #b61418;
    color: #fff;
  }

  .s88-mobile-menu__follow-label {
    display: block;
    font-family: var(--s88-font-serif);
    font-size: 13.788px;
    line-height: 31.023px;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .s88-mobile-menu__follow-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -2px;
    font-family: var(--s88-font-serif);
    font-size: 19.82px;
    line-height: 31.023px;
    letter-spacing: 0.12em;
  }

  .s88-mobile-menu__follow-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
  }

  .s88-mobile-menu__follow-main--tel {
    gap: 3.79px;
  }

  .s88-mobile-menu__follow-main--tel .s88-mobile-menu__follow-content {
    gap: 3.79px;
  }

  .s88-mobile-menu__follow-main--tel .s88-mobile-menu__follow-content > img:not(.s88-mobile-menu__follow-icon) {
    width: 4.73px;
    height: 14.2px;
  }

  .s88-mobile-menu__follow-icon {
    width: 41.363px;
    height: 41.363px;
    flex: 0 0 41.363px;
  }

  .s88-mobile-menu__follow-icon--tel {
    width: 37.916px;
    height: 37.916px;
    flex-basis: 37.916px;
  }

  .s88-mobile-menu__follow-arrow {
    position: relative;
    flex: 0 0 15.511px;
    width: 15.511px;
    height: 15.511px;
  }

  .s88-mobile-menu__follow-circle,
  .s88-mobile-menu__follow-triangle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .s88-mobile-menu__follow-triangle {
    transform: rotate(90deg);
  }

  .s88-content-block__body,
  .s88-case__summary,
  .s88-blog-layout,
  .s88-site-footer__body,
  .s88-card,
  .s88-page-index__inner,
  .s88-page-index__columns,
  .s88-template-section__body,
  .s88-template-section__body--left {
    grid-template-columns: 1fr;
  }

  .s88-template-section__media,
  .s88-template-section__body--left .s88-template-section__media {
    justify-content: flex-start;
  }
}
*/

@media (max-width: 1199px) {
  :root {
    --s88-header-offset: 70px;
  }

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

  .s88-site-header {
    width: 100%;
    max-width: none;
    height: 70px;
    margin: 0;
  }

  .s88-site-header__inner {
    display: grid;
    grid-template-columns: 182px 32px;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    min-height: 70px;
    padding: 20px 24px;
  }

  .s88-site-header__brand {
    width: 182px;
  }

  .s88-site-header__brand img {
    width: 182px;
    height: 23.484px;
  }

  .s88-nav-toggle {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 30px;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .s88-nav-toggle__bars {
    position: absolute;
    left: 4px;
    top: 8px;
    width: 24px;
    height: 16px;
  }

  .s88-nav-toggle__bars span {
    transition:
      transform 0.24s ease,
      opacity 0.2s ease;
    transform-origin: center;
  }

  .s88-nav-toggle[aria-expanded="true"]
    .s88-nav-toggle__bars
    span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .s88-nav-toggle[aria-expanded="true"]
    .s88-nav-toggle__bars
    span:nth-child(2) {
    opacity: 0;
  }

  .s88-nav-toggle[aria-expanded="true"]
    .s88-nav-toggle__bars
    span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .s88-nav {
    position: fixed;
    top: var(--s88-header-offset);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 140;
    display: block;
    overflow-y: auto;
    background: #e3e3e3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      visibility 0s linear 0.28s;
  }

  .s88-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 0.28s ease,
      visibility 0s linear 0s;
  }

  .s88-nav__desktop {
    display: none;
  }

  .s88-mobile-menu {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: calc(100dvh - var(--s88-header-offset));
    margin: 0;
    padding-bottom: 51px;
    background: #e3e3e3;
    transform: translateY(-12px);
    transition:
      transform 0.32s ease,
      opacity 0.28s ease;
    opacity: 0;
    will-change: transform, opacity;
  }

  .s88-nav.is-open .s88-mobile-menu {
    transform: translateY(0);
    opacity: 1;
  }

  .s88-mobile-menu__header {
    display: none;
  }

  .s88-mobile-menu__brand {
    display: block;
    width: 182px;
  }

  .s88-mobile-menu__brand img {
    width: 182px;
    height: 23.484px;
  }

  .s88-mobile-menu__close {
    width: 32px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .s88-mobile-menu__close img {
    width: 17.971px;
    height: 17px;
  }

  .s88-mobile-menu__content {
    width: 268px;
    margin: 7px auto 0;
    padding-top: 0;
  }

  .s88-mobile-menu__link,
  .s88-mobile-menu__toggle {
    display: grid;
    width: 268px;
    height: 69px;
    padding: 16px 0 15px;
    border: 0;
    border-bottom: 1px solid #ede9e1;
    background: transparent;
    text-align: left;
    align-content: start;
  }

  .s88-mobile-menu__toggle {
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
  }

  .s88-mobile-menu__section {
    border-bottom: 1px solid #ede9e1;
  }

  .s88-mobile-menu__section > .s88-mobile-menu__toggle {
    border-bottom: 0;
  }

  .s88-mobile-menu__toggle-copy {
    display: grid;
    gap: 0;
  }

  .s88-mobile-menu__link span,
  .s88-mobile-menu__toggle-copy span {
    font-family: var(--s88-font-serif);
    font-size: 16px;
    line-height: 23px;
    color: #3b362e;
  }

  .s88-mobile-menu__link small,
  .s88-mobile-menu__toggle-copy small {
    font-family: var(--s88-font-serif);
    font-size: 10px;
    line-height: 14px;
    color: #bdb1a6;
  }

  .s88-mobile-menu__toggle-icon {
    width: 15px;
    height: 15px;
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
    transition:
      opacity 0.2s ease,
      transform 0.28s ease;
  }

  .s88-mobile-menu__toggle-icon--minus {
    height: 1px;
    opacity: 0;
    transform: scaleX(0.85);
  }

  .s88-mobile-menu__toggle[aria-expanded="true"]
    .s88-mobile-menu__toggle-icon--plus {
    opacity: 0;
    transform: rotate(90deg) scale(0.85);
  }

  .s88-mobile-menu__toggle[aria-expanded="true"]
    .s88-mobile-menu__toggle-icon--minus {
    opacity: 1;
    transform: scaleX(1);
  }

  .s88-mobile-menu__submenu-panel {
    display: grid;
    grid-template-rows: 0fr;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      grid-template-rows 0.28s ease,
      padding-bottom 0.28s ease,
      opacity 0.2s ease;
  }

  .s88-mobile-menu__submenu-panel.is-open {
    grid-template-rows: 1fr;
    padding-bottom: 24px;
    opacity: 1;
  }

  .s88-mobile-menu__submenu {
    min-height: 0;
    overflow: hidden;
    padding: 0 0 0 24px;
  }

  .s88-mobile-menu__submenu ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .s88-mobile-menu__submenu a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--s88-font-serif);
    font-size: 16px;
    line-height: 23px;
    color: #3b362e;
  }

  .s88-mobile-menu__submenu img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .s88-mobile-menu__follow {
    display: grid;
    gap: 5.17px;
    width: 268px;
    margin: 16px auto 0;
  }

  .s88-mobile-menu__follow-card {
    display: grid;
    width: 268px;
    min-height: 77px;
    background: #b61418;
    color: #fff;
  }

  .s88-mobile-menu__follow-card--tel {
    grid-template-columns: 37.916px 8.617px minmax(0, 1fr) 10.492px 15.511px;
    grid-template-rows: 31.023px 22.719px;
    padding: 7.756px 12.064px 15.502px 13.788px;
    row-gap: 0.242px;
  }

  .s88-mobile-menu__follow-card--web {
    grid-template-columns: 41.363px 6.032px minmax(0, 1fr) 8.826px 15.511px;
    grid-template-rows: 31.023px 31.023px;
    padding: 6.894px 9.479px 8.06px 13.788px;
    row-gap: 0;
  }

  .s88-mobile-menu__follow-label {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--s88-font-serif);
    font-size: 13.788px;
    line-height: 31.023px;
    letter-spacing: 1.6545px;
    text-align: center;
    white-space: nowrap;
  }

  .s88-mobile-menu__follow-main {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--s88-font-serif);
    font-size: 19.82px;
    line-height: 31.023px;
    letter-spacing: 2.3784px;
    white-space: nowrap;
  }

  .s88-mobile-menu__follow-content {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    white-space: nowrap;
  }

  .s88-mobile-menu__follow-main--tel {
    gap: 3.79px;
    font-size: 21.456px;
    line-height: 22.719px;
    letter-spacing: 2.5748px;
  }

  .s88-mobile-menu__follow-main--tel .s88-mobile-menu__follow-content {
    gap: 3.79px;
  }

  .s88-mobile-menu__follow-main--tel
    .s88-mobile-menu__follow-content
    > img:not(.s88-mobile-menu__follow-icon) {
    width: 4.73px;
    height: 14.2px;
  }

  .s88-mobile-menu__follow-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 10.341px;
    width: 41px !important;
    height: 41px !important;
    flex: 0 0 41px !important;
  }

  .s88-mobile-menu__follow-icon--tel {
    margin-top: 10.34px;
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .s88-mobile-menu__follow-arrow {
    grid-column: 5;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 23.266px;
    flex: 0 0 15.511px;
    width: 15.511px;
    height: 15.511px;
  }

  .s88-mobile-menu__follow-card--web .s88-mobile-menu__follow-arrow {
    margin-top: 24.129px;
  }

  .s88-mobile-menu__follow-card--web .s88-mobile-menu__follow-main {
    align-items: center;
  }

  .s88-mobile-menu__follow-allow {
    display: block;
    width: 100%;
    height: 100%;
  }

  .s88-template-top__follow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: env(safe-area-inset-bottom, 0px);
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    transform: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .s88-template-top__follow--article {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 24px !important;
  }

  .s88-template-top__follow .s88-template-top__follow-item {
    min-height: 50px;
    height: 50px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: auto;
    min-width: 0;
  }
  .s88-template-top__follow .s88-template-top__follow-item--ai {
    gap: 7px;
  }

  .s88-template-top__follow .s88-template-top__follow-item--web,
  .s88-template-top__follow .s88-template-top__follow-item--tel,
  .s88-template-top__follow .s88-template-top__follow-item--ai {
    width: auto;
    max-width: none;
  }

  .s88-template-top__follow .s88-template-top__follow-item--tel,
  .s88-template-top__follow .s88-template-top__follow-item--ai {
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--web {
    position: static;
    width: 28px;
    height: 28px;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--tel {
    position: static;
    width: 29px;
    height: 29px;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--ai {
    position: static;
    width: 24px;
    height: 20px;
  }

  .s88-template-top__follow .s88-template-top__follow-text {
    position: static;
    font-family: var(--s88-font-serif);
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }

  .s88-template-top__follow
    .s88-template-top__follow-item--web
    .s88-template-top__follow-text {
    width: auto;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }

  .s88-template-top__follow .s88-template-top__follow-tel {
    display: none;
  }

  .s88-template-top__follow .s88-template-top__follow-label-pc {
    display: none;
  }

  .s88-template-top__follow .s88-template-top__follow-label-sp,
  .s88-template-top__follow .s88-template-top__follow-tel-label {
    display: block;
    font-family: var(--s88-font-serif);
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .s88-template-top__follow .s88-template-top__follow-tel-label {
    position: static;
    width: auto;
  }

  .s88-template-top__follow
    .s88-template-top__follow-item--ai
    .s88-template-top__follow-text {
    width: auto;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .s88-template-top__follow .s88-template-top__follow-text-tight-1,
  .s88-template-top__follow .s88-template-top__follow-text-tight-2,
  .s88-template-top__follow .s88-template-top__follow-text-tight-3 {
    margin-left: 0;
  }

  .s88-template-top__follow .s88-template-top__follow-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  :root {
    --s88-shell: min(500px, calc(100vw - (var(--s88-content-gutter-sp) * 2)));
    --s88-radius: 22px;
    --s88-home-sp-canvas: min(100%, 500px);
    --s88-home-sp-shell: min(calc(100% - 16px), 500px);
    --s88-home-fv-side-pad: clamp(10px, 4.2vw, 16px);
  }

  .s88-home-fv {
    height: auto;
    overflow: hidden;
  }

  .s88-home-top-stage {
    padding-bottom: 0;
  }

  .s88-home-top-stage__frame {
    top: 333px;
    height: 697px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .s88-home-top-stage__frame img {
    width: auto;
    height: 100%;
  }

  .s88-home-fv__slider {
    height: 799px;
  }

  .s88-home-fv__bg-image {
    object-position: var(--s88-fv-object-position-sp, 50% 50%);
  }

  .s88-home-fv__overlay--pc {
    display: none;
  }

  .s88-home-fv__overlay--sp {
    display: block;
    left: 0;
    width: 375px;
    height: 799px;
  }

  .s88-home-fv__overlay-piece--sp-left {
    top: 13.516896%;
    left: 0;
    width: 14.133333%;
    height: 84.981227%;
  }

  .s88-home-fv__overlay-piece--sp-right {
    top: 4.505632%;
    left: 83.733333%;
    width: 16.266667%;
    height: 25.657071%;
  }

  .s88-home-fv__inner {
    width: 100%;
    height: 799px;
    padding: clamp(176px, calc(100vh - 620px), 263px) 30px 0;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
  }

  .s88-home-fv__copy {
    --s88-fv-sp-lead-start: calc((30px * 1.45 * 3) + (1px * 2) + 16px);
    width: 315px;
    height: calc(var(--s88-fv-sp-lead-start) + (16px * 1.8 * 4));
    position: relative;
    transition: none;
  }

  .s88-home-fv__copy-panel {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: var(--s88-fv-sp-lead-start) auto;
  }

  .s88-home-fv__copy-title {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: end;
    gap: 1px;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.17em;
  }

  .s88-home-fv__copy-title span {
    width: max-content;
  }

  .s88-home-fv__lead {
    grid-row: 2;
    margin-top: 0;
    margin-left: 2px;
  }

  .s88-home-fv__lead p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.96px;
  }

  .s88-home-fv__copy-panel--message .s88-home-fv__lead {
    margin-left: 0;
  }

  .s88-home-fv__badges {
    align-self: start;
    width: max-content;
    margin-top: 30px;
    gap: 18.91px;
  }

  .s88-home-fv__badge {
    width: 140.023px;
    height: 155.016px;
  }

  .s88-home-fv__badge img {
    width: 140.023px;
    height: 155.016px;
  }

  .s88-home-fv__badge-copy {
    gap: 10px;
    padding-left: 6px;
    transform: translateY(-4px);
  }

  .s88-home-fv__badge-copy strong {
    font-size: 27px;
    line-height: 1.15;
  }

  .s88-home-fv__badge:last-child .s88-home-fv__badge-copy strong {
    font-size: 25px;
    line-height: 1.1;
  }

  .s88-home-fv__badge-copy small {
    font-size: 18px;
    line-height: 1.2;
  }

  .s88-home-fv__badge.is-perio .s88-home-fv__badge-copy small {
    width: auto;
    white-space: nowrap;
  }

  .s88-template-top__follow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: env(safe-area-inset-bottom, 0px);
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    transform: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .s88-template-top__follow .s88-template-top__follow-item {
    min-height: 50px;
    height: 50px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    
    width: auto;
    min-width: 0;
  }

  .s88-template-top__follow .s88-template-top__follow-item--web,
  .s88-template-top__follow .s88-template-top__follow-item--tel,
  .s88-template-top__follow .s88-template-top__follow-item--ai {
    width: auto;
    max-width: none;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--web {
    position: static;
    width: 28px;
    height: 28px;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--tel {
    position: static;
    width: 29px;
    height: 29px;
  }

  .s88-template-top__follow .s88-template-top__follow-icon--ai {
    position: static;
    width: 22px;
    height: 18px;
  }

  .s88-template-top__follow .s88-template-top__follow-text {
    position: static;
    font-family: var(--s88-font-serif);
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }

  .s88-template-top__follow
    .s88-template-top__follow-item--web
    .s88-template-top__follow-text {
    width: auto;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }

  .s88-template-top__follow .s88-template-top__follow-tel {
    display: none;
  }

  .s88-template-top__follow .s88-template-top__follow-label-pc {
    display: none;
  }

  .s88-template-top__follow .s88-template-top__follow-label-sp,
  .s88-template-top__follow .s88-template-top__follow-tel-label {
    display: block;
    font-family: var(--s88-font-serif);
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .s88-template-top__follow .s88-template-top__follow-tel-label {
    position: static;
    width: auto;
  }

  .s88-template-top__follow
    .s88-template-top__follow-item--ai
    .s88-template-top__follow-text {
    width: auto;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .s88-template-top__follow .s88-template-top__follow-text-tight-1,
  .s88-template-top__follow .s88-template-top__follow-text-tight-2,
  .s88-template-top__follow .s88-template-top__follow-text-tight-3 {
    margin-left: 0;
  }

  .s88-template-top__follow .s88-template-top__follow-arrow {
    display: none;
  }

  .s88-home-news {
    position: relative;
    z-index: 1;
    margin-top: 13px;
    margin-bottom: 0;
    min-height: 475px;
    padding: 0;
    margin-bottom: 32px;
  }

  .s88-home-news__panel {
    width: auto;
    min-width: 0;
    min-height: 475px;
    margin: 0 23px 0 8px;
    padding: 28px 24px 22px;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 28px;
  }

  .s88-home-news__label {
    width: auto;
    min-width: 0;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: stretch;
    padding: 0;
  }

  .s88-home-news__label-ja,
  .s88-home-news__label-en {
    position: static;
    writing-mode: horizontal-tb;
  }

  .s88-home-news__label-ja {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 2.52px;
  }

  .s88-home-news__label-en {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 1.26px;
  }

  .s88-home-news__content {
    width: auto;
    min-width: 0;
    padding: 0;
    margin-top: 0;
    display: grid;
    gap: 14px;
    justify-self: stretch;
  }

  .s88-home-news__list {
    width: auto;
    min-width: 0;
    gap: 16px;
  }

  .s88-home-news__movie {
    width: 100%;
    margin-top: 8px;
  }

  .s88-home-news__item {
    width: auto;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 24px;
  }

  .s88-home-news__item span {
    width: auto;
    max-width: 100%;
  }

  .s88-home-news__more {
    position: static;
    justify-self: end;
    width: auto;
    min-width: 0;
    height: auto;
    margin-top: 0;
    justify-content: flex-start;
  }

  .s88-home-about {
    padding: 0;
  }

  .s88-home-about__inner {
    width: min(375px, 100vw);
    padding-bottom: 76px;
    margin-left: auto;
    margin-right: auto;
  }

  .s88-home-about__head {
    width: 359px;
    margin-left: auto;
    margin-right: auto;
    height: 8px;
  }

  .s88-home-about__head .s88-template-section__marker--lg {
    top: 0;
    width: 17px;
    height: 8px;
  }

  .s88-home-about h2 {
    width: max-content;
    min-width: 207px;
    height: 35px;
    margin-top: 39px;
    transform: none;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .s88-home-about__row,
  .s88-home-about__row--right,
  .s88-home-about__row--left {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-inline: auto;
  }

  .s88-home-about__row--right {
    width: min(calc(100vw - 16px), 359px);
    margin-top: 77px;
    padding-inline-start: 0;
  }

  .s88-home-about__row--left {
    width: min(calc(100vw - 16px), 359px);
    margin-top: 88px;
    padding-inline-end: 0;
  }

  .s88-home-about__row--right .s88-home-about__media,
  .s88-home-about__row--left .s88-home-about__media {
    order: 1;
  }

  .s88-home-about__row--right .s88-home-about__copy,
  .s88-home-about__row--left .s88-home-about__copy {
    order: 2;
  }

  .s88-home-about__media {
    max-width: none;
  }

  .s88-home-about__copy {
    margin-inline: auto;
  }

  .s88-home-about__copy h3 {
    width: 208px;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.09em;
  }

  .s88-home-about__prose {
    margin-top: 32px;
  }

  .s88-home-about__prose p {
    font-size: 14px;
    line-height: 2.4;
  }

  .s88-home-about__prose p + p {
    margin-top: 16px;
  }

  .s88-home-about__row--right .s88-home-about__prose p + p {
    margin-top: 32px;
  }

  .s88-home-about__more {
    width: 154px;
    height: 49px;
    margin-top: 76px;
    gap: 40px;
    font-size: 16px;
  }

  .s88-home-greeting {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .s88-home-greeting__inner {
    width: min(375px, 100vw);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "hero"
      "quote"
      "body"
      "button";
    row-gap: 0;
    padding-bottom: 0;
  }

  .s88-home-greeting__heading {
    grid-area: heading;
    width: 70px;
    height: 175px;
    margin: 0 0 0 32px;
    display: grid;
    grid-template-columns: 40px 18px;
    column-gap: 12px;
    align-content: start;
    position: relative;
    z-index: 2;
  }

  .s88-home-greeting__heading-ja,
  .s88-home-greeting__heading-en {
    writing-mode: vertical-rl;
  }

  .s88-home-greeting__heading-ja {
    width: 40px;
    min-height: 175px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09em;
  }

  .s88-home-greeting__heading-en {
    width: 17.933px;
    min-height: 142px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.09em;
  }

  .s88-home-greeting__visual {
    grid-area: hero;
    width: 100%;
    height: auto;
    margin-top: -36px;
    justify-self: center;
  }

  .s88-home-greeting__visual-image {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .s88-home-greeting__visual-deco {
    position: absolute;
    right: 15px;
    top: -51px;
    width: 83px;
    height: 65px;
    z-index: 2;
  }

  .s88-home-greeting__quote {
    grid-area: quote;
    margin: -35px 0 0 16px;
    padding-top: 7px;
    box-sizing: border-box;
    width: 100%;
  }

  .s88-home-greeting__quote-triangle {
    width: 35px;
    height: 23px;
  }

  .s88-home-greeting__quote-line {
    display: flex;
    align-items: center;
    height: 60px;
    min-height: 60px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-greeting__quote-line--desktop-short,
  .s88-home-greeting__quote-line--desktop-long {
    display: none;
  }

  .s88-home-greeting__quote-line--mobile-1,
  .s88-home-greeting__quote-line--mobile-2,
  .s88-home-greeting__quote-line--mobile-3 {
    display: flex;
  }

  .s88-home-greeting__quote-line--mobile-1 {
    margin-left: 8px;
  }

  .s88-home-greeting__quote-line--mobile-2 {
    margin-left: 8px;
  }

  .s88-home-greeting__quote-line--mobile-3 {
    margin-left: 8px;
    letter-spacing: 1.4px;
  }

  .s88-home-greeting__body {
    grid-area: body;
    width: calc(100% - 64px);
    min-width: 0;
    margin: 32px 0 0 32px;
  }

  .s88-home-greeting__body p {
    font-size: 14px;
    line-height: 34px;
  }

  .s88-home-greeting__signature {
    grid-area: heading;
    justify-self: start;
    align-self: start;
    position: relative;
    width: 83px;
    height: 133px;
    margin: 38px 0 0 146px;
    display: block;
    z-index: 2;
  }

  .s88-home-greeting__signature-text {
    width: 64px;
    margin: 17px 0 0 19px;
    grid-template-columns: 40px 23px;
    column-gap: 1px;
  }

  .s88-home-greeting__signature-role {
    grid-column: 2;
    margin-top: 2px;
    width: 23px;
    font-size: 16px;
    line-height: 1.1;
  }

  .s88-home-greeting__signature-name {
    grid-column: 1;
    grid-row: 1;
  }

  .s88-home-greeting__signature-name span {
    font-size: 23px;
    line-height: 1.1;
  }

  .s88-home-greeting__signature-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 79px;
    height: 1px;
  }

  .s88-home-greeting__button {
    grid-area: button;
    height: 68px;
    justify-self: start;
    margin: 32px 0 0 32px;
    transform: none;
    gap: 40px;
    padding: 16px 24px;
    font-size: 18px;
  }

  .s88-home-greeting__cards--desktop {
    display: none;
  }

  .s88-home-featured-cards-sp {
    display: grid;
    width: min(calc(100vw - 16px), 359px);
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding-top: 0;
    margin: 0 auto;
  }

  .s88-home-featured-cards-sp .s88-home-greeting__card {
    grid-template-rows: 188px 124px;
  }

  .s88-home-featured-cards-sp .s88-home-greeting__card-image {
    width: 100%;
    height: 188px;
  }

  .s88-home-featured-cards-sp .s88-home-greeting__card-footer {
    height: 124px;
  }

  .s88-home-featured-cards-sp .s88-home-greeting__card-footer strong {
    font-size: 24px;
  }

  .s88-home-pickup__inner {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 359px);
    min-height: 0;
    padding: 56px 0 64px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }

  .s88-template-section__inner--about-accent::before {
   
    width: 34px;
    height: 26px;
  }

  .s88-template-section__inner--about-accent::after {
    left: 0;
    top: 28px;
    width: 18px;
    height: 14px;
  }

  .s88-home-pickup__heading,
  .s88-home-pickup__body,
  .s88-home-pickup__gallery {
    position: static;
    width: 100%;
  }

  .s88-home-pickup__heading {
    margin-top: 18px;
  }

  .s88-home-pickup__heading h2 {
    font-size: 28px;
    line-height: 1.8;
  }

  .s88-home-pickup__subtitle {
    margin-top: 8px;
  }

  .s88-home-pickup__subtitle p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-home-pickup__more {
    gap: 18px;
    margin-top: 18px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .s88-home-pickup__body {
    margin-top: 24px;
  }

  .s88-home-pickup__body p {
    line-height: 2.2;
  }

  .s88-home-pickup__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    height: auto;
    margin-top: 28px;
  }

  .s88-home-pickup__inner.s88-template-section__inner {
    width: 90%;
    margin-inline: auto;
  }

  .s88-home-pickup__gallery-cell {
    height: 180px;
  }

  .s88-home-treatment-overview {
    min-height: 0;
  }

  .s88-home-treatment-overview .s88-home-pickup__heading h2 {
    margin-inline: auto;
  }

  .s88-home-treatment-overview__bg-band {
    height: 220px;
  }

  .s88-home-treatment-overview__bg-image {
    height: 220px;
    object-position: center top;
  }

  .s88-home-treatment-overview__inner {
    width: 100%;
    min-height: 0;
    padding-top: 74px;
  }

  .s88-home-treatment-overview h2 {
    font-size: 31px;
  }

  .s88-home-treatment-overview__panel {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 359px);
    min-height: 0;
    margin-top: 92px;
    padding: 32px 24px 28px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "body"
      "menu";
    column-gap: 0;
    row-gap: 26px;
  }

  .s88-home-treatment-overview__lead,
  .s88-home-treatment-overview__body,
  .s88-home-treatment-overview__menu {
    position: static;
    width: 100%;
  }

  .s88-home-treatment-overview__lead p {
    font-size: 24px;
    line-height: 1.8;
  }

  .s88-home-treatment-overview__body {
    margin-top: 18px;
  }

  .s88-home-treatment-overview__body p {
    line-height: 2.2;
  }

  .s88-home-treatment-overview__menu {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .s88-home-treatment-overview__item {
    min-height: 124px;
  }

  .s88-home-treatment-overview__item-copy {
    width: calc(100% - 112px);
  }

  .s88-home-treatment-overview__item-copy strong {
    font-size: 22px;
  }

  .s88-home-treatment-social__inner {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 359px);
    padding: 57px 0 64px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .s88-home-treatment-social__instagram,
  .s88-home-treatment-social__blog {
    position: static;
    margin-inline: auto;
    display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;

  }

  .s88-home-treatment-social__instagram-grid {
    grid-template-columns: repeat(3, 97px);
    gap: 9.79px;
    width: 310px;
    height: 310px;
    margin-top: 24px;
  }

  .s88-home-treatment-social__instagram-feed {
    width: 310px;
    margin-top: 24px;
  }

  .s88-home-treatment-social__instagram-cell {
    width: 97px;
    height: 97px;
    aspect-ratio: auto;
  }

  .s88-home-treatment-social__instagram .s88-home-treatment-social__button,
  .s88-home-treatment-social__blog .s88-home-treatment-social__button {
    width: auto;
    margin-top: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .s88-home-treatment-social__blog-list {
    margin-top: 24px;
    width: 100%;
  }

  .s88-home-treatment-social__blog-item {
    grid-template-columns: 100px 1fr;
  }

  .s88-home-treatment-social__blog-thumb {
    width: 100px;
    height: 100px;
  }

  .s88-home-treatment-social__blog-card {
    height: 100px;
    padding: 12px 17px;
  }

  .s88-home-treatment-social__blog-card time {
    font-size: 12px;
  }

  .s88-home-treatment-social__blog-card strong {
    font-size: 18px;
    line-height: 1.5;
  }

  .s88-home-slide {
    --s88-home-slide-sp-scale: calc(100vw / 375px);
    width: 100vw;
    height: calc(392px * var(--s88-home-slide-sp-scale));
    padding-top: calc(50px * var(--s88-home-slide-sp-scale));
    margin-inline: auto;
  }

  .s88-home-slide__control {
    top: calc(36px * var(--s88-home-slide-sp-scale));
    right: calc(23px * var(--s88-home-slide-sp-scale));
    width: calc(25.032px * var(--s88-home-slide-sp-scale));
    height: calc(19.413px * var(--s88-home-slide-sp-scale));
  }

  .s88-home-slide__pager {
    top: calc(327.332px * var(--s88-home-slide-sp-scale));
    left: calc(28.097px * var(--s88-home-slide-sp-scale));
    width: calc(78.903px * var(--s88-home-slide-sp-scale));
    height: calc(17.204px * var(--s88-home-slide-sp-scale));
  }

  .s88-home-slide__track {
    margin-top: calc(-0.207px * var(--s88-home-slide-sp-scale));
    margin-left: calc(-152.236px * var(--s88-home-slide-sp-scale));
    width: max-content;
    margin-block-end: 0;
    padding: 0;
    list-style: none;
    height: calc(255.43px * var(--s88-home-slide-sp-scale));
    gap: calc(28.608px * var(--s88-home-slide-sp-scale));
  }

  .s88-home-slide__viewport {
    width: 100%;
    height: calc(255px * var(--s88-home-slide-sp-scale));
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
  }

  .s88-home-slide__slide {
    height: calc(255.43px * var(--s88-home-slide-sp-scale));
  }

  .s88-home-slide__slide:nth-child(1) {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(1) .s88-home-slide__item {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(153.258px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: calc(51.086px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(1) .s88-home-slide__item img {
    width: calc(286.337px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(190.891px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-44.956px * var(--s88-home-slide-sp-scale)) !important;
    top: calc(-12.771px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(2) {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(2) .s88-home-slide__item {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(255.43px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: 0 !important;
  }

  .s88-home-slide__slide:nth-child(2) .s88-home-slide__item img {
    width: calc(411.854px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(274.843px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-128.736px * var(--s88-home-slide-sp-scale)) !important;
    top: calc(-10.728px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(3) {
    width: calc(357.602px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(3) .s88-home-slide__item {
    width: calc(357.602px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(153.258px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: calc(51.086px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(3) .s88-home-slide__item img {
    width: calc(373.439px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(248.835px * var(--s88-home-slide-sp-scale)) !important;
    left: 0 !important;
    top: calc(-71.009px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(4) {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(4) .s88-home-slide__item {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(255.43px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: 0 !important;
  }

  .s88-home-slide__slide:nth-child(4) .s88-home-slide__item img {
    width: calc(513.128px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(342.127px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-89.912px * var(--s88-home-slide-sp-scale)) !important;
    top: 0 !important;
  }

  .s88-home-slide__slide:nth-child(5) {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(5) .s88-home-slide__item {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(153.258px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: calc(51.086px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(5) .s88-home-slide__item img {
    width: calc(249.597px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(166.172px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-18.392px * var(--s88-home-slide-sp-scale)) !important;
    top: calc(-8.685px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(6) {
    width: calc(357.602px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(6) .s88-home-slide__item {
    width: calc(357.602px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(255.43px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: 0 !important;
  }

  .s88-home-slide__slide:nth-child(6) .s88-home-slide__item img {
    width: calc(437.68px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(291.786px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-35.76px * var(--s88-home-slide-sp-scale)) !important;
    top: calc(-5.108px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(7) {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(7) .s88-home-slide__item {
    width: calc(204.344px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(153.258px * var(--s88-home-slide-sp-scale)) !important;
    margin-top: calc(51.086px * var(--s88-home-slide-sp-scale)) !important;
  }

  .s88-home-slide__slide:nth-child(7) .s88-home-slide__item img {
    width: calc(229.731px * var(--s88-home-slide-sp-scale)) !important;
    height: calc(153.258px * var(--s88-home-slide-sp-scale)) !important;
    left: calc(-8.174px * var(--s88-home-slide-sp-scale)) !important;
    top: 0 !important;
  }

  .s88-home-basics {
    padding-bottom: 42px;
  }

  .s88-home-basics__inner {
    width: 100%;
    max-width: 500px;
    padding-bottom: 0;
  }

  .s88-home-basics__head {
    width: auto;
    height: auto;
    padding-top: 1px;
  }

  .s88-home-basics__head h2 {
    width: 137px;
    margin: 50px auto 0;
    font-size: 32px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .s88-home-basics__upper,
  .s88-home-basics__lower {
    display: grid;
    grid-template-columns: 1fr;
  }

  .s88-home-basics__upper {
    width: 100%;
    margin: 52px auto 0;
    gap: 75px;
    min-width: 0;
  }

  .s88-home-basics__lower {
    width: 100%;
    margin-top: 0;
    gap: 0;
  }

  .s88-home-basics__left,
  .s88-home-basics__right {
    display: contents;
  }

  .s88-home-basics__contact {
    order: 1;
  }

  .s88-home-basics__map {
    order: 2;
  }

  .s88-home-basics__map-link {
    order: 3;
  }

  .s88-home-basics__access {
    order: 4;
  }

  .s88-home-basics__parking {
    order: 5;
  }

  .s88-home-basics__button {
    order: 6;
  }

  .s88-home-basics__hours,
  .s88-home-basics__payments,
  .s88-home-basics__contact,
  .s88-home-basics__map,
  .s88-home-basics__map-link,
  .s88-home-basics__access,
  .s88-home-basics__parking,
  .s88-home-basics__button {
    width: min(100%, calc(100vw - 64px), 500px);
    min-width: 0;
  }

  .s88-home-basics__hours {
    margin: 0 auto;
  }

  .s88-home-basics__payments {
    min-height: 731px;
    margin: 0 auto;
  }

  .s88-home-basics__contact {
    min-height: 0;
    margin: 31px auto 0;
  }

  .s88-home-basics__map {
    height: 325px;
    margin: 31px auto 0;
    aspect-ratio: auto;
  }

  .s88-home-basics__access {
    margin: 18px auto 0;
  }

  .s88-home-basics__parking {
    margin: 30px auto 0;
  }

  .s88-home-basics__button {
    height: 80px;
    margin: 34px auto 0;
    padding: 11px 24px;
    justify-content: space-between;
    gap: 40px;
  }

  .s88-home-basics__hours h3,
  .s88-home-basics__payments h3 {
    font-size: 24px;
  }

  .s88-home-basics__access h3 {
    font-size: 20px;
    text-align: left;
  }

  .s88-home-basics__schedule {
    margin-top: 35px;
  }

  .s88-home-basics__schedule-head,
  .s88-home-basics__schedule-row {
    width: 100%;
    grid-template-columns: 63px minmax(0, 1fr);
    column-gap: 11px;
    padding-inline: 0;
    min-width: 0;
  }

  .s88-home-basics__schedule-head span,
  .s88-home-basics__schedule-time,
  .s88-home-basics__schedule-days span,
  .s88-home-basics__schedule-closed {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .s88-home-basics__schedule-days,
  .s88-home-basics__schedule-status {
    justify-content: start;
    gap: 0;
  }

  .s88-home-basics__schedule-days {
    grid-template-columns: repeat(6, 1fr) 3fr;
    column-gap: 16px;
  }

  .s88-home-basics__schedule-status {
    grid-template-columns: repeat(6, 1fr) 3fr;
    column-gap: 14px;
  }

  .s88-home-basics__schedule-row {
    min-height: 48px;
  }

  .s88-home-basics__schedule-open {
    width: 17px;
    height: 17px;
  }

  .s88-home-basics__schedule-note {
    margin-top: 35px;
  }

  .s88-home-basics__schedule-note p {
    font-size: 14px;
    line-height: 2.4;
  }

  .s88-home-basics__payment-note p,
  .s88-home-basics__access-group p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-home-basics__map-link span {
    font-size: 14px;
    line-height: 2.4;
  }

  .s88-home-basics__contact p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-home-basics__schedule-note p:nth-child(5) {
    margin-top: 0;
  }

  .s88-home-basics__payment-cards {
    margin-top: 34px;
    gap: 6px;
    width: 100%;
    min-width: 0;
  }

  .s88-home-basics__payment-card {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 13px 20px 21px;
    justify-items: center;
    align-content: start;
    box-sizing: border-box;
    gap: 11px;
  }

  .s88-home-basics__payment-card:nth-child(1) {
    min-height: 172px;
  }

  .s88-home-basics__payment-card:nth-child(2) {
    min-height: 276px;
  }

  .s88-home-basics__payment-label {
    width: 100%;
    text-align: center;
  }

  .s88-home-basics__payment-body {
    width: 100%;
    justify-items: center;
    gap: 11px;
    min-width: 0;
  }

  .s88-home-basics__payment-card:nth-child(2) .s88-home-basics__payment-body {
    gap: 19px;
  }

  .s88-home-basics__payment-methods {
    width: min(272px, 100%);
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .s88-home-basics__payment-method-stack {
    gap: 10px;
  }

  .s88-home-basics__payment-method-stack.has-secondary-inline {
    display: grid;
    justify-items: center;
    width: 100%;
  }

  .s88-home-basics__payment-methods-extra {
    width: 272px;
  }

  .s88-home-basics__payment-method-stack.has-secondary-inline
    .s88-home-basics__payment-methods-extra {
    width: auto;
    justify-content: center;
    gap: 10px;
  }

  .s88-home-basics__payment-note {
    margin-top: 27px;
  }

  .s88-home-basics__payment-lines p:not(.is-small) {
    font-size: 14px;
    line-height: 2;
  }

  .s88-home-basics__payment-lines p.is-small {
    font-size: 12px;
    line-height: 2;
  }

  .s88-home-basics__photo-stage {
    width: 100%;
    max-width: none;
    height: 372px;
    margin: 45px auto 0;
    overflow: hidden;
  }

  .s88-home-basics__photo-img {
    width: 100%;
    height: 316px;
    margin-top: 56px;
    object-fit: cover;
    object-position: center center;
  }

  .s88-home-basics__photo-label-block--clinic {
    width: 90px;
    height: 243px;
    top: 5px;
    left: calc(50% - 93px);
  }

  .s88-home-basics__photo-label-block--corp {
    width: 90px;
    height: 179px;
    top: 5px;
    left: calc(50% + 1px);
  }

  .s88-home-basics__photo-label-block span {
    font-size: 24px;
    line-height: 1.3;
  }

  .s88-home-basics__photo-label-triangle {
    top: 0;
    left: calc(50% + 60px);
    width: 35px;
    height: 23px;
  }

  .s88-home-basics__access-columns {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 20px;
  }

  .s88-home-basics__access-columns--pc {
    display: none;
  }

  .s88-home-basics__access-columns--sp {
    display: block;
    height: 640px;
    width: 100%;
  }


  .s88-home-basics__access-mobile-block
    + .s88-home-basics__access-mobile-block {
    margin-top: 24px;
  }

  .s88-home-basics__access-mobile-block p {
    margin: 0;
    font-family: var(--s88-font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #545049;
  }

  .s88-home-basics__access-group h4 {
    margin-bottom: 0;
  }

 

  .s88-home-basics__button span {
    font-size: 18px;
    line-height: 1.6;
  }

  .s88-home-basics__map-link {
    position: static;
    display: flex;
    margin-top: 15px;
    margin-inline: auto;
    justify-content: flex-end;
  }

  .s88-home-basics__map-link span:last-child {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.037em;
  }

  .s88-home-footer-top__contact-band {
    width: 100%;
    padding: 52px 24px;
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .s88-home-footer-top__contact-copy {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .s88-home-footer-top__contact-copy h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09em;
  }

  .s88-home-footer-top__contact-lines {
    margin-top: 27px;
  }

  .s88-home-footer-top__contact-lines p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-break-sp {
    display: block;
  }

  .s88-home-footer-top__follow {
    max-width: 500px;
    margin: 0 auto;
  }

  .s88-home-footer-top__follow-item {
    min-height: 90px;
    height: auto;
    padding: 8px 11px 8px 16px;
    column-gap: 10px;
  }

  .s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-note,
  .s88-home-footer-top__follow-item--web .s88-home-footer-top__follow-note {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.12em;
  }

  .s88-home-footer-top__follow-item--tel .s88-home-footer-top__follow-arrow {
    display: flex;
  }

  .s88-home-footer-top__follow-tel {
    gap: 4px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .s88-home-footer-top__follow-text {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.12em;
  }

  .s88-home-footer-top__infection-inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
    max-width: 500px;
    width: 100%;
  }

  .s88-home-footer-top__infection-copy h3 {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .s88-home-footer-top__infection-lines {
    margin-top: 24px;
  }

  .s88-home-footer-top__infection-lines p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .s88-home-footer-top__infection-media {
    width: 310px;
    height: 173px;
    margin-inline: auto;
  }

  .s88-home-footer-top__infection-media img {
    width: 310px;
    height: 173px;
  }

  .s88-home-fv__overlay--sp {
    left: 50%;
    width: 100%;
    max-width: none;
    transform: translateX(-50%);
  }

  .s88-home-fv__inner {
    width: var(--s88-home-sp-shell);
    margin-inline: auto;
    padding-inline: var(--s88-home-fv-side-pad);
    box-sizing: border-box;
  }

  .s88-home-news__panel,
  .s88-home-about__head,
  .s88-home-about__row--right,
  .s88-home-about__row--left,
  .s88-home-featured-cards-sp,
  .s88-home-pickup__inner,
  .s88-home-treatment-overview__panel,
  .s88-home-treatment-social__inner {
    width: var(--s88-home-sp-shell);
    margin-inline: auto;
  }

  .s88-home-about__inner,
  .s88-home-greeting__inner,
  .s88-home-slide,
  .s88-home-basics__inner {
    width: var(--s88-home-sp-canvas);
    margin-inline: auto;
  }
  
  .s88-home-slide {
    width: 100vw;
    margin-blocks: 60px;
  }
  .s88-home-basics__head {
    width: var(--s88-home-sp-canvas);
  }

  .s88-home,
  .s88-page,
  .s88-archive,
  .s88-single {
    padding-bottom: 70px;
  }

  .s88-under-hero {
    min-height: 220px;
  }
  .s88-under-hero__bg {
    height: 100%;
  }

  .s88-under-hero__overlay-clip {
    height: 260px;
  }

  .s88-under-hero__overlay-main {
    top: 76px;
    right: -33px;
    width: 79px;
    height: 105px;
  }

  .s88-under-hero__overlay-left {
    left: -5px;
    bottom: 0;
    width: 75px;
    height: 90px;
  }

  .s88-under-hero__inner {
    min-height: 220px;
    padding: 48px 0 28px;
    gap: 10px;
  }

  .s88-under-hero--has-kicker .s88-under-hero__inner {
    gap: 4px;
  }

  .s88-under-hero__kicker {
    font-size: 1rem;
    line-height: 1.5;
  }

  .s88-under-hero h1 {
    font-size: 2rem;
    letter-spacing: 0.14em;
  }

  .s88-under-hero__eyebrow {
    font-size: 0.95rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .s88-under-hero--detail {
    min-height: 260px;
  }

  .s88-under-hero--detail .s88-under-hero__bg {
    height: 260px;
  }

  .s88-under-hero--detail .s88-under-hero__inner {
    min-height: 260px;
    padding: 42px 0 32px;
    gap: 2px;
  }

  .s88-under-hero--detail .s88-under-hero__kicker {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .s88-under-hero--detail h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .s88-under-hero--detail .s88-under-hero__eyebrow {
    width: min(670px, 100%);
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }



  .s88-breadcrumbs ol {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    row-gap: 2px;
  }

  .s88-error-page {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .s88-error-page__panel,
  .s88-error-page__links {
    padding: 28px 20px;
  }

  .s88-error-page__panel h2 {
    margin-top: 10px;
    font-size: 1.65rem;
    line-height: 1.5;
  }

  .s88-error-page__actions {
    flex-direction: column;
  }

  .s88-error-page__actions .s88-button {
    width: 100%;
  }

  .s88-error-page__link {
    padding: 16px 18px;
  }

  .s88-template-top__hero {
    min-height: 220px;
  }

  .s88-template-top__hero-overlay-clip {
    height: 260px;
  }

  .s88-template-top__hero-overlay-main {
    top: 76px;
    right: -33px;
    width: 79px;
    height: 105px;
  }

  .s88-template-top__hero-overlay-left {
    left: -5px;
    bottom: 0;
    width: 75px;
    height: 90px;
  }

  .s88-template-top__hero-inner {
    min-height: 220px;
    padding: 48px 20px 0;
  }

  .s88-template-top__hero h1 {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.14em;
  }

  .s88-template-top__hero-subtitle {
    margin-top: 10px;
    width: auto;
    font-size: 0.95rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .s88-template-top__breadcrumbs {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 500px);
  }

  .s88-template-top__breadcrumbs ol {
    justify-content: flex-start;
    line-height: 44px;
  }

  .s88-template-top__intro {
    padding-top: 28px;
  }

  .s88-template-top__intro-inner {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 500px);
  }

  .s88-template-top__intro-inner p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-content-block,
  .s88-single__article,
  .s88-case__summary {
    padding: 22px;
  }

  .s88-sitemap {
    padding: 44px 8px 20px;
  }

  .s88-sitemap__title {
    font-size: 30px;
    line-height: 1.45;
  }

  .s88-sitemap__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 28px;
  }

  .s88-sitemap__group-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .s88-sitemap__link {
    font-size: 16px;
  }

  .s88-case-detail {
    padding: 48px 0 64px;
  }

  .s88-case-detail__inner {
    width: min(calc(100vw - 32px), 500px);
  }

  .s88-case-detail h2 {
    font-size: 32px;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .s88-case-detail__content {
    margin-top: 52px;
  }

  .s88-case-detail__content :is(h2).wp-block-heading,
  .s88-case-detail__content h2 {
    gap: 22px;
    font-size: 28px;
    line-height: 1.6;
  }

  .s88-case-detail__content :is(h2).wp-block-heading::before,
  .s88-case-detail__content h2::before {
    height: 28px;
  }

  .s88-case-detail__content :is(h3).wp-block-heading,
  .s88-case-detail__content h3 {
    font-size: 22px;
    line-height: 1.7;
  }

  .s88-case-detail__content :is(h4).wp-block-heading,
  .s88-case-detail__content h4 {
    font-size: 18px;
    line-height: 1.7;
  }

  .s88-case-detail__content > :not(.wp-block-heading) + .wp-block-heading {
    margin-top: 64px;
  }

  .s88-case-detail__content > .wp-block-heading + .wp-block-heading {
    margin-top: 24px;
  }

  .s88-case-detail__content > .wp-block-heading + :not(.wp-block-heading) {
    margin-top: 20px;
  }

  .s88-case-detail__content > :not(.wp-block-heading) + :not(.wp-block-heading) {
    margin-top: 28px;
  }

  .s88-case-detail__content p,
  .s88-case-detail__content li,
  .s88-case-detail__content .wp-block-column p,
  .s88-case-detail__content .wp-block-image figcaption {
    font-size: 15px;
    line-height: 1.8;
  }

  .s88-case-detail__content .wp-block-columns {
    flex-direction: column;
    gap: 32px;
  }

  .s88-case-detail__back {
    gap: 20px;
    width: 100%;
    min-height: 60px;
    margin-top: 48px;
    padding: 16px 20px;
  }

  .s88-case-detail__back-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .s88-case-detail__back-arrow img {
    width: 16px;
    height: 16px;
  }

  .s88-case-index {
    padding: 48px 0 64px;
  }

  .s88-case-index__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-case-index h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .s88-case-index__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    column-gap: 0;
    row-gap: 24px;
    margin-top: 40px;
  }

  .s88-case-index__tile {
    width: min(246px, 100%);
    height: 231px;
    padding: 18px 16px 20px;
  }

  .s88-case-index__title {
    min-height: 68px;
    font-size: 20px;
    line-height: 1.7;
  }

  .s88-case-index__icon,
  .s88-case-index__icon img {
    width: 88px;
    height: 88px;
  }

  .s88-page-index {
    padding: 32px 0 0;
    margin-block: 60px;
  }

  .s88-page-index__inner {
    width: min(calc(100vw - (var(--s88-content-gutter-sp) * 2)), 500px);
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 24px;
  }

  .s88-page-index__label {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .s88-page-index__label p {
    writing-mode: horizontal-tb;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .s88-page-index__label span {
    width: auto;
    height: auto;
    transform: none;
    line-height: 1.4;
  }

  .s88-page-index__columns {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .s88-page-index__item-text {
    font-size: 1rem;
    line-height: 1.75;
    text-underline-offset: 4px;
  }

  .s88-page-index__item-icon,
  .s88-page-index__item-icon img {
    width: 14px;
    height: 14px;
  }

  .s88-template-section {
    padding-bottom: 64px;
  }

  .s88-template-section--template-feature-media {
    padding-bottom: 44px;
  }

  .s88-template-section__inner,
  .s88-template-section--soft .s88-template-section__inner {
    padding: 52px 22px 40px;
  }

  .s88-template-section--soft .s88-template-section__inner {
    padding-bottom: 52px;
  }

  .s88-template-section__shell {
    max-width: 500px;
    width: calc(100% - 40px);
  }

  .s88-template-section--soft .s88-template-section__shell {
    width: 90%;
    margin-inline: auto;
  }

  .s88-template-section--template-soft-media .s88-template-section__inner {
    padding-right: 22px;
  }

  .s88-template-section--about-future-gap {
    margin-bottom: 24px;
  }

  .s88-template-section--template-feature-media .s88-template-section__shell {
    width: var(--s88-shell);
  }

  .s88-template-section--template-feature-media .s88-template-section__inner {
    padding: 20px 0 0;
  }

  .s88-template-section__heading h2,
  .s88-template-section__heading--large h2 {
    width: auto;
    max-width: 100%;
    font-size: 1.85rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .s88-template-section__heading h2 > span,
  .s88-template-feature-media__heading h2 > span {
    white-space: normal;
  }

  .s88-template-section__body,
  .s88-template-section__body--left {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .s88-template-section__body > .s88-template-section__copy,
  .s88-template-section__body--left > .s88-template-section__copy,
  .s88-template-feature-media__body > .s88-template-feature-media__copy,
  .s88-template-feature-media__body--left > .s88-template-feature-media__copy,
  .s88-template-section__soft-layout > .s88-template-section__soft-copy,
  .s88-template-section__soft-layout--left > .s88-template-section__soft-copy {
    order: 2;
  }

  .s88-template-section__body > .s88-template-section__media,
  .s88-template-section__body--left > .s88-template-section__media,
  .s88-template-feature-media__body > .s88-template-feature-media__media,
  .s88-template-feature-media__body--left > .s88-template-feature-media__media,
  .s88-template-section__soft-layout > .s88-template-section__media,
  .s88-template-section__soft-layout--left > .s88-template-section__media {
    order: 1;
    justify-content: flex-start;
  }

  .s88-template-feature-media__heading h2 {
    font-size: 1.9rem;
    line-height: 1.45;
  }

  .s88-template-feature-media__heading--left h2 {
    margin-left: 0;
  }

  .s88-template-feature-media__body,
  .s88-template-feature-media__body--left {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .s88-template-feature-media__copy,
  .s88-template-feature-media__media {
    margin-top: 0;
  }

  .s88-template-feature-media__copy .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-section__soft-layout,
  .s88-template-section__soft-layout--left {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .s88-template-section__soft-copy {
    max-width: none;
  }

  .s88-template-section__soft-copy .s88-template-section__copy {
    margin-top: 24px;
  }

  .s88-template-section--soft .s88-template-section__media,
  .s88-template-section__soft-layout--left .s88-template-section__media {
    margin-top: 0;
    justify-content: flex-start;
  }

  .s88-template-section--template-soft-media .s88-media-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: var(--s88-media-ratio);
  }

  .s88-template-section--about-column-exact .s88-template-section__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .s88-template-section--about-column-exact .s88-template-feature-media__body,
  .s88-template-section--about-column-exact
    .s88-template-feature-media__body--left {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-top: 30px;
  }

  .s88-template-section--about-column-exact .s88-template-feature-media__copy,
  .s88-template-section--about-column-exact .s88-template-feature-media__media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .s88-template-section--general-column-exact .s88-template-feature-media__body,
  .s88-template-section--general-column-exact
    .s88-template-feature-media__body--left {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-top: 30px;
  }

  .s88-template-section--general-column-exact .s88-template-feature-media__copy,
  .s88-template-section--general-column-exact
    .s88-template-feature-media__media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .s88-template-section--treatment-feature-media
    .s88-template-feature-media__heading
    h2 {
    font-family: var(--s88-font-serif);
    color: #3b362e;
    letter-spacing: 0.08em;
  }

  .s88-template-section--treatment-feature-media
    .s88-template-feature-media__body,
  .s88-template-section--treatment-feature-media
    .s88-template-feature-media__body--left {
    margin-top: 24px;
  }

  .s88-template-section--treatment-feature-media
    .s88-template-feature-media__copy
    .s88-prose
    p,
  .s88-template-section--treatment-feature-media
    .s88-template-feature-media__after
    p {
    font-size: 16px;
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-section.s88-template-section--about-column-exact-lab {
    margin-top: 0;
  }

  .s88-template-section--about-column-exact .s88-media-frame {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 538 / 359;
  }

  .s88-template-section--about-column-exact
    .s88-template-feature-media__heading
    h2 {
    font-family: var(--s88-font-serif);
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-section--about-column-exact
    .s88-template-feature-media__copy
    .s88-prose
    p {
    font-size: 14px;
    line-height: 2;
    color: #545049;
  }

  .s88-template-section--general-column-exact .s88-media-frame {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: var(--s88-media-ratio);
  }

  .s88-template-section--general-column-exact
    .s88-template-feature-media__heading
    h2 {
    font-family: var(--s88-font-serif);
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-section--general-column-exact
    .s88-template-feature-media__copy
    .s88-prose
    p,
  .s88-template-section--general-column-exact
    .s88-template-feature-media__copy
    .s88-rich-copy
    p {
    font-size: 14px;
    line-height: 2;
    color: #545049;
  }

  .s88-case__facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .s88-template-copy-block__inner {
    width: var(--s88-shell);
    padding: 40px 20px 44px;
  }

  .s88-template-copy-block--perio-panel,
  .s88-template-copy-block--treatment-panel {
    padding: 40px 0 48px;
  }

  .s88-template-copy-block__marker--lg {
    left: -22px;
    top: 12px;
    width: 34px;
    height: 27px;
  }

  .s88-template-copy-block__marker--sm {
    left: -18px;
    top: 48px;
    width: 18px;
    height: 14px;
  }

  .s88-template-copy-block h2 {
    font-size: 1.9rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .s88-template-copy-block .s88-prose {
    margin-top: 18px;
  }

  .s88-template-copy-block--about-exact .s88-template-copy-block__inner {
    padding: 40px 0 44px;
  }

  .s88-template-copy-block--about-exact h2 {
    font-family: var(--s88-font-serif);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-copy-block--about-exact .s88-prose {
    margin-top: 24px;
  }

  .s88-template-copy-block--about-exact .s88-prose p {
    font-size: 14px;
    line-height: 2;
    color: #545049;
  }

  .s88-template-copy-block--about-accent-panel .s88-template-copy-block__inner {
    width: 90%;
    margin-inline: auto;
    padding: 40px 20px 44px;
  }

  .s88-template-copy-block--about-accent-panel h2 {
    font-family: var(--s88-font-serif);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-copy-block--about-accent-panel .s88-prose {
    margin-top: 24px;
    max-width: none;
  }

  .s88-template-copy-block--about-accent-panel .s88-prose p {
    font-size: 14px;
    line-height: 2;
    color: #545049;
  }

  .s88-template-copy-block--about-second-opinion {
    margin: 60px 0;
  }

  .s88-template-copy-block--ortho-intro {
    margin-bottom: 24px;
  }

  .s88-template-copy-block--autotransplantation-intro {
    margin-bottom: 24px;
  }

  .s88-template-copy-block--autotransplantation-closing-gap {
    margin-top: 60px;
  }

  .s88-template-copy-block--about-second-opinion h2,
  .s88-template-copy-block--about-second-opinion
    .s88-template-copy-block__heading {
    font-family: var(--s88-font-serif);
  }

  .s88-perio-treatment-intro {
    min-height: 0;
  }

  .s88-perio-treatment-intro::before {
    background-size: cover;
    background-position: center;
  }

  .s88-perio-treatment-intro__inner {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 64px), 500px);
    min-height: 0;
    padding: 40px 0 44px;
    gap: 16px;
  }

  .s88-perio-treatment-intro h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .s88-perio-treatment-intro__copy {
    max-width: none;
    padding-top: 0;
  }

  .s88-perio-treatment-intro__copy .s88-prose {
    padding: 0;
  }

  .s88-perio-treatment-intro__copy .s88-prose p {
    margin-bottom: 1.35em;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-copy-block--treatment-intro .s88-template-copy-block__inner {
    padding: 48px 0 32px;
  }

  .s88-template-centered-media {
    padding: 16px 0 0;
  }

  .s88-template-centered-media__inner {
    width: var(--s88-shell);
  }

  .s88-template-centered-media h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-centered-media .s88-prose {
    margin-top: 18px;
  }

  .s88-template-centered-media .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-centered-media__frame {
    margin-top: 24px;
  }

  .s88-template-centered-text {
    padding: 16px 0 48px;
  }

  .s88-template-centered-text__inner {
    width: var(--s88-shell);
  }

  .s88-template-centered-text h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-centered-text .s88-prose {
    margin-top: 24px;
  }

  .s88-template-centered-text .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-access-section__divider,
  .s88-template-access-section__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-access-section__inner {
    padding: 60px 8px 0;
  }

  .s88-template-access-section__title {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .s88-template-access-hours {
    padding: 0 0 56px;
  }

  .s88-template-access-hours__content {
    margin-top: 32px;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .s88-template-access-hours__intro {
    max-width: 100%;
    padding-top: 0;
  }

  .s88-template-access-hours__table th,
  .s88-template-access-hours__table td {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06em;
  }

  .s88-template-access-hours__table thead th {
    height: 32px;
  }

  .s88-template-access-hours__table th.is-label,
  .s88-template-access-hours__table td.is-label {
    width: 116px;
  }

  .s88-template-access-hours__dot {
    width: 12px;
    height: 12px;
  }

  .s88-template-access-text {
    padding: 0 0 56px;
  }

  .s88-template-access-text__paragraphs {
    margin-top: 32px;
  }

  .s88-template-access-text__highlight {
    margin-top: 24px;
    padding: 20px;
  }

  .s88-template-access-text__highlight p {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .s88-template-access-text__note {
    margin-top: 24px;
  }

  .s88-template-access-text__paragraphs p,
  .s88-template-access-text__note p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-intro {
    padding: 48px 0 60px;
  }

  .s88-template-first-intro__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-first-intro__inner .s88-prose p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-arrival {
    padding: 0 60px;
  }

  .s88-template-first-arrival__divider,
  .s88-template-first-process__divider,
  .s88-template-first-faq__divider {
    width: min(100%, calc(100vw - 40px), 500px);
  }

  .s88-template-first-process__divider {
    margin-top: 60px;
  }

  .s88-template-first-arrival__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    padding-top: 60px;
  }

  .s88-template-first-arrival h2,
  .s88-template-first-process h2,
  .s88-template-first-faq h2 {
    font-size: 1.9rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .s88-template-first-arrival__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }

  .s88-template-first-arrival__copy {
    width: 100%;
    padding-right: 0;
  }

  .s88-template-first-arrival__paragraph,
  .s88-template-first-arrival__note {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-arrival__hours {
    width: 100%;
    gap: 16px;
  }

  .s88-template-first-arrival__hours-head,
  .s88-template-first-arrival__hours-row {
    grid-template-columns: 110px minmax(0, 1fr);
    column-gap: 16px;
  }

  .s88-template-first-arrival__hours-days,
  .s88-template-first-arrival__hours-statuses {
    column-gap: 8px;
  }

  .s88-template-first-arrival__hours-label,
  .s88-template-first-arrival__hours-days span,
  .s88-template-first-arrival__hours-time,
  .s88-template-first-arrival__hours-rest {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }

  .s88-template-first-arrival__hours-dot {
    width: 13px;
    height: 13px;
  }

  .s88-template-first-arrival__media {
    width: 100%;
    height: auto;
    aspect-ratio: var(--s88-first-arrival-media-ratio);
  }

  .s88-template-first-process {
    padding: 0 60px;
  }

  .s88-template-first-process__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    padding-top: 60px;
  }

  .s88-template-first-process__lead {
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-process__layout {
    gap: 32px;
    margin-top: 32px;
  }

  .s88-template-first-process__media-stack {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .s88-template-first-process__media {
    width: 100%;
    height: auto;
    aspect-ratio: var(--s88-first-process-media-ratio);
  }

  .s88-template-first-process__steps {
    padding-top: 0;
  }

  .s88-template-first-process__step {
    padding: 20px;
  }

  .s88-template-first-process__step h3 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-first-process__step p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-process__conclusion {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .s88-template-first-checklist {
    padding: 60px 0;
  }

  .s88-template-first-checklist__frame {
    width: 90%;
    min-height: 0;
    padding: 40px 20px 44px;
  }

  .s88-template-first-checklist__marker--lg {
    left: -22px;
    top: 12px;
    width: 34px;
    height: 27px;
  }

  .s88-template-first-checklist__marker--sm {
    left: -18px;
    top: 48px;
    width: 18px;
    height: 14px;
  }

  .s88-template-first-checklist__frame h2 {
    font-size: 1.9rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .s88-template-first-checklist__lead {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-first-checklist__list {
    margin-top: 24px;
    gap: 8px;
  }

  .s88-template-first-checklist__list li {
    grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 14px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .s88-template-first-checklist__list li::before {
    width: 12px;
    height: 12px;
    margin-top: 9px;
  }

  .s88-template-first-faq {
    padding: 0 0 1px;
    margin-top: 60px;
  }

  .s88-template-first-faq__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    padding-top: 60px;
  }

  .s88-template-first-faq__list {
    margin-top: 24px;
  }

  .s88-template-first-faq__item {
    padding: 20px;
  }

  .s88-template-first-faq__row {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 12px;
  }

  .s88-template-first-faq__badge {
    width: 26px;
    height: 26px;
    font-size: 16px;
    padding-bottom: 1px;
    letter-spacing: 0;
  }

  .s88-template-first-faq__question {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .s88-template-first-faq__row--answer {
    margin-top: 12px;
  }

  .s88-template-first-faq__answer p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-faq-intro {
    padding: 40px 0 32px;
  }

  .s88-template-faq-intro__inner,
  .s88-template-faq-category__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-faq-intro h2,
  .s88-template-faq-category h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-faq-intro .s88-prose {
    margin-top: 24px;
  }

  .s88-template-faq-intro .s88-prose p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-faq-intro .s88-prose p + p {
    margin-top: 8px;
  }

  .s88-template-faq-category {
    padding: 40px 0 24px;
  }

  .s88-template-faq-category__list {
    margin-top: 24px;
  }

  .s88-template-faq-category__item + .s88-template-faq-category__item {
    margin-top: 28px;
  }

  .s88-template-faq-category__question,
  .s88-template-faq-category__answer {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-faq-category__answer {
    margin-top: 10px;
  }

  .s88-template-recruit-intro {
    padding: 0;
  }

  .s88-template-recruit-intro__inner,
  .s88-template-recruit-job-card__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-recruit-intro h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }

  .s88-template-recruit-intro__copy {
    margin-top: 0;
  }

  .s88-template-recruit-intro__copy p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-recruit-intro__copy > p + p {
    margin-top: 24px;
  }

  .s88-template-recruit-intro__subheading {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.9;
  }

  .s88-template-recruit-intro__subcopy {
    margin-top: 8px;
  }

  .s88-template-recruit-intro__highlight,
  .s88-template-recruit-intro__closing {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.9;
  }

  .s88-template-recruit-intro__closing-copy {
    margin-top: 8px;
  }

  .s88-template-recruit-intro__list {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-recruit-job-card {
    min-height: 0;
    padding: 0;
    margin-top: 32px;
  }

  .s88-template-recruit-job-card__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 20px;
  }

  .s88-template-recruit-job-card__copy {
    padding-top: 0;
  }

  .s88-template-recruit-job-card__copy h2 {
    font-size: 18px;
    line-height: 1.9;
  }

  .s88-template-recruit-job-card__emphasis,
  .s88-template-recruit-job-card__description {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-recruit-job-card__emphasis {
    margin-top: 12px;
  }

  .s88-template-recruit-job-card__cta {
    width: 100%;
    min-height: 56px;
    margin-top: 24px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .s88-template-recruit-job-card__media {
    width: 100%;
    min-height: auto;
    aspect-ratio: var(--s88-recruit-card-media-width, 522) /
      var(--s88-recruit-card-media-height, 286);
  }

  .s88-template-recruit-scholarship {
    padding: 40px 0 48px;
  }

  .s88-template-recruit-scholarship__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-recruit-scholarship h2,
  .s88-template-recruit-scholarship__subtitle {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-recruit-scholarship__subtitle {
    margin-top: 24px;
  }

  .s88-template-recruit-scholarship__media {
    min-height: auto;
    margin-top: 32px;
    aspect-ratio: var(--s88-recruit-scholarship-media-width, 940) /
      var(--s88-recruit-scholarship-media-height, 300);
  }

  .s88-template-recruit-scholarship__copy {
    margin-top: 32px;
  }

  .s88-template-recruit-scholarship__copy p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-recruit-scholarship__copy p + p {
    margin-top: 16px;
  }

  .s88-template-recruit-scholarship__cta {
    min-height: 56px;
    margin-top: 32px;
    font-size: 20px;
  }

  .s88-template-recruit-future {
    padding: 32px 0 48px;
  }

  .s88-template-recruit-future__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-recruit-future__hero {
    min-height: 0;
  }

  .s88-template-recruit-future__hero-media {
    min-height: auto;
    aspect-ratio: var(--s88-recruit-future-hero-width, 1316) /
      var(--s88-recruit-future-hero-height, 933);
  }

  .s88-template-recruit-future__panel {
    position: static;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding: 24px 20px;
  }

  .s88-template-recruit-future__panel h2,
  .s88-template-recruit-future__flow-title {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-recruit-future__lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .s88-template-recruit-future__copy {
    margin-top: 16px;
  }

  .s88-template-recruit-future__copy p,
  .s88-template-recruit-future__flow-copy {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-recruit-future__flow {
    margin-top: 56px;
  }

  .s88-template-recruit-future__flow-title {
    position: static;
    transform: none;
    min-width: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .s88-template-recruit-future__flow-steps {
    gap: 8px;
  }

  .s88-template-recruit-future__flow-step {
    padding: 20px 16px;
  }

  .s88-template-recruit-future__flow-label {
    font-size: 16px;
  }

  .s88-template-recruit-future__flow-step h3 {
    margin-top: 12px;
    font-size: 24px;
  }

  .s88-template-recruit-future__flow-copy {
    margin-top: 12px;
  }

  .s88-template-recruit-dh {
    padding: 40px 0 48px;
  }

  .s88-template-recruit-dh__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-recruit-dh h2,
  .s88-template-recruit-dh__feature-title {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-recruit-dh__intro {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-recruit-dh__roles {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  .s88-template-recruit-dh__role h3,
  .s88-template-recruit-dh__feature-copy h3 {
    font-size: 24px;
  }

  .s88-template-recruit-dh__role-media {
    aspect-ratio: var(--s88-recruit-dh-role-width, 303) /
      var(--s88-recruit-dh-role-height, 303);
    min-height: auto;
    width: min(303px, 100%);
  }

  .s88-template-recruit-dh__feature-title {
    margin-top: 48px;
  }

  .s88-template-recruit-dh__features {
    margin-top: 32px;
  }

  .s88-template-recruit-dh__feature .s88-template-feature-media__body,
  .s88-template-recruit-dh__feature .s88-template-feature-media__body--left {
    gap: 20px;
  }

  .s88-template-recruit-dh__feature + .s88-template-recruit-dh__feature {
    margin-top: 40px;
  }

  .s88-template-recruit-dh__feature
    .s88-template-feature-media__body
    > .s88-template-feature-media__copy,
  .s88-template-recruit-dh__feature
    .s88-template-feature-media__body--left
    > .s88-template-feature-media__copy {
    order: 1;
  }

  .s88-template-recruit-dh__feature
    .s88-template-feature-media__body
    > .s88-template-feature-media__media,
  .s88-template-recruit-dh__feature
    .s88-template-feature-media__body--left
    > .s88-template-feature-media__media {
    order: 2;
  }

  .s88-template-recruit-dh__feature-copy .s88-prose {
    margin-top: 16px;
  }

  .s88-template-recruit-dh__feature-copy .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-recruit-dh__feature-note {
    margin-top: 8px;
    font-size: 13px;
  }

  .s88-template-recruit-dh__feature-media {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .s88-template-recruit-training {
    padding: 48px 0 56px;
  }

  .s88-template-recruit-training__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-recruit-training h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-recruit-training__hero {
    min-height: 0;
    margin-top: 32px;
  }

  .s88-template-recruit-training__hero-media {
    min-height: auto;
    aspect-ratio: var(--s88-recruit-training-hero-width, 1101) /
      var(--s88-recruit-training-hero-height, 514);
  }

  .s88-template-recruit-training__facility {
    position: static;
    margin-top: 16px;
    text-align: center;
  }

  .s88-template-recruit-training__facility p {
    font-size: 16px;
    line-height: 1.6;
  }

  .s88-template-recruit-training__copy {
    width: 100%;
    margin-top: 24px;
  }

  .s88-template-recruit-training__copy p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-recruit-training__copy p + p {
    margin-top: 16px;
  }

  .s88-template-recruit-training__brochure-panel {
    margin-top: 24px;
  }

  .s88-template-recruit-training__brochure-panel
    .s88-template-copy-block__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    padding: 40px 20px 44px;
  }

  .s88-template-recruit-training__brochure {
    grid-template-columns: 1fr;
    row-gap: 20px;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 32px;
  }

  .s88-template-recruit-training__brochure-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .s88-template-recruit-training__brochure-image {
    width: min(var(--s88-recruit-training-brochure-image-width, 146px), 100%);
    min-height: auto;
    aspect-ratio: 146 / 207;
    margin: 0 auto;
  }

  .s88-template-recruit-training__note {
    margin-top: 32px;
  }

  .s88-template-recruit-training__note p {
    font-size: 16px;
    line-height: 1.7;
  }

  .s88-template-recruit-training__cta {
    gap: 40px;
    min-height: 68px;
    margin-top: 20px;
    padding: 16px 24px;
    font-size: 18px;
  }

  .s88-template-contact-form {
    padding: 40px 0 64px;
  }

  .s88-template-contact-form__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-contact-form h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-contact-form__form {
    margin-top: 32px;
  }

  .s88-template-contact-form__notice {
    margin-top: 24px;
    padding: 16px;
  }

  .s88-template-contact-form__notice li {
    font-size: 14px;
    line-height: 1.7;
  }

  .s88-template-contact-form__row,
  .s88-template-contact-form__date-row {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .s88-template-contact-form__row + .s88-template-contact-form__row {
    margin-top: 20px;
  }

  .s88-template-contact-form__row--dates {
    margin-top: 32px;
  }

  .s88-template-contact-form__row > label,
  .s88-template-contact-form__row > p,
  .s88-template-contact-form__date-row > label {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  .s88-template-contact-form__row > input,
  .s88-template-contact-form__select-wrap select {
    min-height: 56px;
    padding: 0 16px;
    font-size: 20px;
    line-height: 1.4;
  }

  .s88-template-contact-form__date-stack {
    row-gap: 20px;
  }

  .s88-template-contact-form__date-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .s88-template-contact-form__select-wrap::after {
    right: 14px;
    font-size: 14px;
  }

  .s88-template-contact-form__select-wrap select {
    padding-right: 36px;
  }

  .s88-template-contact-form__actions {
    margin-top: 32px;
  }

  .s88-template-contact-form__actions button {
    width: min(145px, 100%);
    min-height: 56px;
    font-size: 22px;
    line-height: 1.3;
  }

  .s88-template-contact-form__brochure {
    grid-template-columns: 1fr 96px;
    width: 100%;
    min-height: 0;
    margin-top: 56px;
    padding: 20px;
    border-radius: 32px;
    column-gap: 16px;
  }

  .s88-template-contact-form__brochure-copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  .s88-template-contact-form__brochure-image {
    width: 96px;
    min-height: 136px;
  }

  .s88-template-access-location {
    padding: 0 0 56px;
  }

  .s88-template-access-location__map-wrap {
    margin-top: 32px;
  }

  .s88-template-access-location__map-link {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
    gap: 6px;
  }

  .s88-template-access-location__map-link-icon {
    width: 16px;
    height: 16px;
  }

  .s88-template-access-location__map-link-icon img {
    width: 12px;
    height: 12px;
  }

  .s88-template-access-location__bottom {
    margin-top: 32px;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .s88-template-access-location__copy {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .s88-template-access-location__group + .s88-template-access-location__group {
    margin-top: 18px;
  }

  .s88-template-access-location__group-label,
  .s88-template-access-location__group-line {
    font-size: 14px;
    line-height: 2;
  }

  .s88-access-parking-modal {
    padding: 16px;
  }

  .s88-access-parking-modal__panel {
    max-height: calc(100vh - 32px);
  }

  .s88-access-parking-modal__image {
    max-height: calc(100vh - 72px);
  }

  .s88-access-parking-modal__close {
    top: -12px;
    right: -12px;
    width: 38px;
    height: 38px;
  }

  .s88-doctor-greeting {
    padding: 48px 0 44px;
  }

  .s88-doctor-greeting__inner {
    width: var(--s88-shell);
  }

  .s88-doctor-greeting__main {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .s88-doctor-greeting__copy h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-doctor-greeting__copy .s88-prose,
  .s88-doctor-greeting__profile .s88-prose {
    margin-top: 18px;
    max-width: none;
  }

  .s88-doctor-greeting__copy .s88-prose p,
  .s88-doctor-greeting__profile .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-doctor-greeting__photo,
  .s88-doctor-greeting__profile {
    margin-top: 0;
  }

  .s88-doctor-greeting__profile h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .s88-template-doctor-intro,
  .s88-template-doctor-story-gallery,
  .s88-template-doctor-grid {
    padding-bottom: 56px;
  }

  .s88-template-doctor-intro__shell,
  .s88-template-doctor-grid__shell {
    width: var(--s88-shell);
    min-height: 0;
    padding-top: 52px;
  }

  .s88-template-doctor-intro__shell {
    padding-inline: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "lead"
      "body"
      "photo"
      "profile"
      "languages"
      "signature";
    column-gap: 0;
  }

  .s88-template-doctor-grid__shell {
    padding-inline: 0;
        margin-bottom: 60px;
  }

  .s88-template-doctor-story-gallery {
    padding-top: 52px;
    margin-bottom: 60px;
  }

  .s88-template-doctor-story-gallery__shell {
    width: var(--s88-shell);
  }

  .s88-template-doctor-story-gallery__lead,
  .s88-template-doctor-story-gallery__body,
  .s88-template-doctor-story-gallery__awards {
    padding-inline: 0;
  }

  .s88-template-doctor-story-gallery__lead {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 2.16px;
  }

  .s88-template-doctor-story-gallery__body {
    margin-top: 28px;
  }

  .s88-template-doctor-story-gallery__body p {
    font-size: 14px;
    line-height: 2;
  }

  .s88-template-doctor-story-gallery__body p + p {
    margin-top: 16px;
  }

  .s88-template-doctor-story-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .s88-template-doctor-story-gallery__item:nth-child(4) {
    aspect-ratio: 448 / 299;
  }

  .s88-template-doctor-story-gallery__awards {
    margin-top: 40px;
  }

  .s88-template-doctor-story-gallery__award-group + .s88-template-doctor-story-gallery__award-group {
    margin-top: 44px;
  }

  .s88-template-doctor-story-gallery__award-group h3 {
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 1.89px;
  }

  .s88-template-doctor-story-gallery__award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .s88-template-doctor-story-gallery__award-card a {
    height: 188px;
    padding: 10px;
  }

  .s88-template-doctor-story-gallery__award-card figcaption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .s88-template-doctor-intro__triangle,
  .s88-template-doctor-grid__triangle {
    left: 12px;
    width: 18px;
    height: 14px;
  }

  .s88-template-doctor-intro__line,
  .s88-template-doctor-grid__line {
    position: static;
    width: 100%;
  }


  .s88-template-doctor-intro h2 {
    margin-bottom: 40px;
  }
  .s88-template-doctor-intro h2,
  .s88-template-doctor-grid h2 {
    position: static;
    margin-top: 32px;
    font-size: 32px;
    letter-spacing: 2.88px;
  }

  .s88-template-doctor-intro__left,
  .s88-template-doctor-intro__right {
    display: contents;
  }

  .s88-template-doctor-intro__lead,
  .s88-template-doctor-intro__body,
  .s88-template-doctor-intro__photo-crop,
  .s88-template-doctor-intro__profile,
  .s88-template-doctor-intro__languages,
  .s88-template-doctor-intro__signature {
    position: static;
    width: 100%;
  }

  .s88-template-doctor-intro__lead {
    grid-area: lead;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .s88-template-doctor-intro__lead p {
    font-size: 24px;
    letter-spacing: 2.16px;
  }

  .s88-template-doctor-intro__body {
    grid-area: body;
    margin-top: 0;
  }

  .s88-template-doctor-intro__photo-crop {
    grid-area: photo;
    max-width: none;
    height: auto;
    margin-top: 28px;
    aspect-ratio: 440 / 399;
  }

  .s88-template-doctor-intro__photo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .s88-template-doctor-intro__photo-asset {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .s88-template-doctor-intro__profile {
    grid-area: profile;
    max-width: none;
    min-height: 0;
    margin-top: 16px;
  }

  .s88-template-doctor-intro__languages {
    grid-area: languages;
    width: fit-content;
    margin-top: 16px;
  }

  .s88-template-doctor-intro__signature {
    grid-area: signature;
    margin-top: 24px;
    padding-top: 0;
    align-self: stretch;
    align-items: flex-start;
  }

  .s88-template-doctor-intro__role,
  .s88-template-doctor-intro__name {
    text-align: left;
  }

  .s88-template-doctor-intro__role {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: 1.62px;
  }

  .s88-template-doctor-intro__name {
    margin-top: 4px;
    font-size: 24px;
    letter-spacing: 2.16px;
  }

  .s88-template-doctor-grid__cards {
    position: static;
    margin-top: 48px;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .s88-template-doctor-card,
  .s88-template-doctor-card__photo {
    width: 100%;
  }

  .s88-template-doctor-card__photo {
    height: auto;
    aspect-ratio: 330 / 375;
  }

  .s88-template-doctor-card__head {
    min-height: 0;
    align-items: flex-start;
  }

  .s88-template-doctor-card__identity {
    width: auto;
    min-width: 0;
  }

  .s88-template-doctor-card__name {
    font-size: 22px;
    letter-spacing: 1.98px;
  }

  .s88-template-doctor-card__languages {
    margin-top: 12px;
  }

  .s88-template-profile-photo-grid,
  .s88-template-tech-profile-simple,
  .s88-template-photo-section {
    padding: 48px 0 56px;
  }

  .s88-template-profile-photo-grid__inner,
  .s88-template-tech-profile-simple__inner,
  .s88-template-photo-section__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-profile-photo-grid h2,
  .s88-template-tech-profile-simple h2,
  .s88-template-photo-section h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-profile-photo-grid__cards {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
    margin-top: 28px;
  }

  .s88-template-profile-photo-card,
  .s88-template-profile-photo-card__photo {
    width: 100%;
  }

  .s88-template-profile-photo-card__photo {
    height: auto;
    aspect-ratio: var(--s88-profile-grid-photo-width) /
      var(--s88-profile-grid-photo-height);
  }

  .s88-template-profile-photo-card__copy {
    margin-top: 16px;
  }

  .s88-template-profile-photo-card__top-line,
  .s88-template-profile-photo-card h3,
  .s88-template-profile-photo-card__schedule,
  .s88-template-profile-photo-card__bio p,
  .s88-template-tech-profile-simple__person h3,
  .s88-template-tech-profile-simple__bio p {
    font-size: 16px;
    line-height: 1.6;
  }

  .s88-template-tech-profile-simple__layout {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-top: 28px;
  }

  .s88-template-tech-profile-simple__photo,
  .s88-template-photo-section__photo {
    width: 100%;
    height: auto;
  }

  .s88-template-tech-profile-simple__photo {
    aspect-ratio: var(--s88-tech-simple-photo-width) /
      var(--s88-tech-simple-photo-height);
  }

  .s88-template-tech-profile-simple__people {
    gap: 24px;
  }

  .s88-template-tech-profile-simple__bio {
    margin-top: 12px;
  }

  .s88-template-photo-section__photo {
    aspect-ratio: var(--s88-photo-section-width) /
      var(--s88-photo-section-height);
    margin-top: 28px;
  }

  .s88-template-treatment-intro {
    padding: 48px 0 32px;
  }

  .s88-template-treatment-intro__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-treatment-intro__inner .s88-prose p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.4em;
  }

  .s88-template-detail-intro-note,
  .s88-template-detail-two-photos,
  .s88-template-detail-flow,
  .s88-template-detail-side-media,
  .s88-template-detail-text-block,
  .s88-template-detail-framed-followup,
  .s88-template-detail-rich-stack,
  .s88-template-detail-multi-media-stack,
  .s88-template-detail-overlay-media {
    padding: 48px 0 32px;
  }

  .s88-template-detail-intro-note__inner,
  .s88-template-detail-two-photos__inner,
  .s88-template-detail-flow__inner,
  .s88-template-detail-side-media__inner,
  .s88-template-detail-text-block__inner,
  .s88-template-detail-framed-followup__inner,
  .s88-template-detail-rich-stack__inner,
  .s88-template-detail-multi-media-stack__inner,
  .s88-template-detail-overlay-media__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    min-height: 0;
  }

  .s88-template-detail-intro-note h2,
  .s88-template-detail-two-photos h2,
  .s88-template-detail-flow h2,
  .s88-template-detail-side-media h2,
  .s88-template-detail-text-block h2,
  .s88-template-detail-framed-followup h2,
  .s88-template-detail-framed-followup h3,
  .s88-template-detail-rich-stack h2,
  .s88-template-detail-multi-media-stack h2,
  .s88-template-detail-overlay-media h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-detail-intro-note .s88-prose,
  .s88-template-detail-two-photos .s88-prose,
  .s88-template-detail-flow__intro.s88-prose,
  .s88-template-detail-flow > .s88-template-detail-flow__inner > .s88-prose,
  .s88-template-detail-text-block__copy,
  .s88-template-detail-side-media__after,
  .s88-template-detail-framed-followup__frame-copy,
  .s88-template-detail-framed-followup__follow-copy,
  .s88-template-detail-rich-stack__body,
  .s88-template-detail-multi-media-stack__body,
  .s88-template-detail-overlay-media__body {
    margin-top: 24px;
  }

  .s88-template-detail-intro-note .s88-prose p,
  .s88-template-detail-two-photos .s88-prose p,
  .s88-template-detail-flow__intro.s88-prose p,
  .s88-template-detail-flow__step p,
  .s88-template-detail-flow > .s88-template-detail-flow__inner > .s88-prose p,
  .s88-template-detail-side-media__copy .s88-prose p,
  .s88-template-detail-side-media__body p,
  .s88-template-detail-side-media__body li,
  .s88-template-detail-side-media__after p,
  .s88-template-detail-text-block .s88-prose p,
  .s88-template-detail-text-block__copy p,
  .s88-template-detail-text-block__copy li,
  .s88-template-detail-framed-followup__frame-copy p,
  .s88-template-detail-framed-followup__follow-copy p,
  .s88-template-detail-text-block__note p,
  .s88-template-detail-rich-stack__body p,
  .s88-template-detail-rich-stack__body li,
  .s88-template-detail-multi-media-stack__body p,
  .s88-template-detail-multi-media-stack__body li,
  .s88-template-detail-overlay-media__body p,
  .s88-template-detail-overlay-media__body li {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-detail-intro-note__note {
    margin-top: 24px;
    margin-left: 0;
    max-width: none;
  }

  .s88-template-detail-intro-note__note p {
    font-size: 14px;
    line-height: 1.7;
  }

  .s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
    h2 {
    font-family: var(--s88-font-serif);
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
    .s88-prose
    p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
    .s88-template-detail-intro-note__note
    p {
    font-size: 14px;
    line-height: 1.8;
  }

  .s88-template-detail-two-photos__grid,
  .s88-template-detail-flow__main,
  .s88-template-detail-side-media__layout,
  .s88-template-detail-rich-stack__layout,
  .s88-template-detail-multi-media-stack__layout,
  .s88-template-detail-overlay-media__layout {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-top: 24px;
  }

  .s88-template-detail-two-photos__media,
  .s88-template-detail-flow__media,
  .s88-template-detail-side-media__media,
  .s88-template-detail-rich-stack__media,
  .s88-template-detail-multi-media-stack__media,
  .s88-template-detail-overlay-media__media,
  .s88-template-detail-overlay-media__base,
  .s88-template-detail-overlay-media__secondary {
    width: 100%;
    min-height: auto;
  }

  .s88-template-detail-flow__step + .s88-template-detail-flow__step {
    margin-top: 28px;
  }

  .s88-template-detail-flow__step h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .s88-template-detail-flow__media-stack {
    row-gap: 24px;
  }

  .s88-template-detail-text-block__note {
    margin-top: 20px;
  }

  .s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
    h2,
  .s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
    h2,
  .s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
    h2,
  .s88-template-detail-flow.s88-template-detail-flow--treatment-root h2,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
    h2,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
    h2 {
    font-family: var(--s88-font-serif);
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
    .s88-prose
    p,
  .s88-template-detail-text-block.s88-template-detail-text-block--treatment-root
    .s88-template-detail-text-block__copy
    p,
  .s88-template-detail-intro-note.s88-template-detail-intro-note--treatment-root
    .s88-prose
    p,
  .s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
    .s88-prose
    p,
  .s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
    .s88-template-detail-two-photos__body
    p,
  .s88-template-detail-two-photos.s88-template-detail-two-photos--treatment-root
    .s88-template-detail-two-photos__body
    li,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
    .s88-template-detail-side-media__copy
    .s88-prose
    p,
  .s88-template-detail-flow.s88-template-detail-flow--treatment-root
    .s88-template-detail-flow__intro.s88-prose
    p,
  .s88-template-detail-flow.s88-template-detail-flow--treatment-root
    .s88-template-detail-flow__step
    p,
  .s88-template-detail-flow.s88-template-detail-flow--treatment-root
    > .s88-template-detail-flow__inner
    > .s88-prose
    p,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
    .s88-template-detail-side-media__body
    p,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-standard
    .s88-template-detail-side-media__body
    li,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
    .s88-template-detail-side-media__body
    p,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
    .s88-template-detail-side-media__body
    li,
  .s88-template-detail-side-media.s88-template-detail-side-media--treatment-reverse
    .s88-template-detail-side-media__after
    p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-detail-flow.s88-template-detail-flow--treatment-root
    .s88-template-detail-flow__step
    h3 {
    font-family: var(--s88-font-serif);
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-detail-two-photos--treatment-root {
    margin-bottom: 60px;
  }

  .s88-template-detail-rich-stack__media-stack {
    gap: 24px;
  }

  .s88-template-detail-multi-media-stack__media-column {
    display: grid;
    gap: 24px;
  }

  .s88-template-detail-multi-media-stack__media {
    margin-top: 0;
  }

  .s88-template-detail-overlay-media__media {
    width: 100%;
    min-height: auto;
  }

  .s88-template-detail-overlay-media__secondary {
    position: static;
    margin-top: 24px;
  }

  .s88-template-detail-framed-followup__frame {
    width: 100%;
    min-height: 0;
    padding: 28px 24px;
    border-radius: 32px;
  }

  .s88-template-detail-framed-followup__follow {
    margin-top: 32px;
  }

  .s88-template-detail-two-photos--implant-root
    .s88-template-detail-two-photos__grid,
  .s88-template-detail-two-photos--denture-root
    .s88-template-detail-two-photos__grid,
  .s88-template-detail-two-photos--oral-surgery-root
    .s88-template-detail-two-photos__grid,
  .s88-template-detail-two-photos--treatment-root
    .s88-template-detail-two-photos__grid,
  .s88-template-detail-two-photos--general-root
    .s88-template-detail-two-photos__grid,
  .s88-template-detail-side-media--implant-root-reverse
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--denture-balance
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--oral-surgery-autotransplantation
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--oral-surgery-comprehensive
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--general-comprehensive
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--general-maintenance
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--treatment-reverse
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--implant-sedation
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--implant-maintenance
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--denture-feature
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--denture-combo
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--oral-surgery-wisdom
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--oral-surgery-flow
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--general-feature
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--general-patient
    .s88-template-detail-side-media__layout,
  .s88-template-detail-side-media--treatment-standard
    .s88-template-detail-side-media__layout {
    grid-template-columns: 1fr;
  }

  .s88-template-detail-two-photos--implant-root
    .s88-template-detail-two-photos__media,
  .s88-template-detail-two-photos--denture-root
    .s88-template-detail-two-photos__media,
  .s88-template-detail-two-photos--oral-surgery-root
    .s88-template-detail-two-photos__media,
  .s88-template-detail-two-photos--treatment-root
    .s88-template-detail-two-photos__media,
  .s88-template-detail-two-photos--general-root
    .s88-template-detail-two-photos__media,
  .s88-template-detail-side-media--implant-root-reverse
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--denture-balance
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--oral-surgery-autotransplantation
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--oral-surgery-comprehensive
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--general-comprehensive
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--general-maintenance
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--treatment-reverse
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--implant-sedation
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--implant-maintenance
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--denture-feature
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--denture-combo
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--oral-surgery-wisdom
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--treatment-standard
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--general-feature
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--general-patient
    .s88-template-detail-side-media__media,
  .s88-template-detail-side-media--oral-surgery-flow
    .s88-template-detail-side-media__media,
  .s88-template-framed-block--implant-root .s88-template-framed-block__frame,
  .s88-template-framed-block--denture-root .s88-template-framed-block__frame,
  .s88-template-framed-block--oral-surgery-root
    .s88-template-framed-block__frame {
    width: 100%;
    min-height: auto;
  }

  .s88-template-detail-side-media--implant-root-reverse h2,
  .s88-template-detail-side-media--denture-balance h2,
  .s88-template-detail-side-media--oral-surgery-autotransplantation h2,
  .s88-template-detail-side-media--oral-surgery-comprehensive h2,
  .s88-template-detail-side-media--treatment-reverse h2,
  .s88-template-detail-side-media--general-comprehensive h2,
  .s88-template-detail-side-media--general-maintenance h2 {
    width: auto;
    margin-left: 0;
  }

  .s88-template-tech-profile,
  .s88-template-assistant-gallery,
  .s88-template-copy-block--treatment-intro + .s88-template-treatment-spotlight,
  .s88-template-treatment-spotlight + .s88-template-treatment-spotlight {
    margin-top: 32px;
  }

  .s88-template-tech-profile__shell,
  .s88-template-assistant-gallery__shell,
  .s88-template-treatment-spotlight__shell {
    width: var(--s88-shell);
    min-height: 0;
    padding: 52px 22px 40px;
  }

  .s88-template-tech-profile__triangle,
  .s88-template-assistant-gallery__triangle {
    left: 12px;
    width: 18px;
    height: 14px;
  }

  .s88-template-tech-profile__line,
  .s88-template-assistant-gallery__line {
    position: static;
    width: 100%;
  }

  .s88-template-tech-profile h2,
  .s88-template-assistant-gallery h2,
  .s88-template-treatment-spotlight h2 {
    position: static;
    margin-top: 32px;
    font-size: 32px;
    letter-spacing: 2.88px;
  }

  .s88-template-tech-profile__layout,
  .s88-template-assistant-gallery__grid,
  .s88-template-treatment-spotlight__layout {
    position: static;
    width: 100%;
    margin-top: 28px;
  }

  .s88-template-tech-profile__layout,
  .s88-template-treatment-spotlight__layout {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .s88-template-treatment-spotlight__media {
    order: 1;
  }

  .s88-template-treatment-spotlight__copy {
    order: 2;
  }

  .s88-template-tech-profile__photo-crop,
  .s88-template-treatment-spotlight__media {
    width: 100%;
    height: auto;
  }

  .s88-template-tech-profile__photo-crop {
    aspect-ratio: 330 / 375;
  }

  .s88-template-tech-profile__photo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .s88-template-tech-profile__photo-asset {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .s88-template-tech-profile__people {
    gap: 28px;
    padding-top: 0;
  }

  .s88-template-tech-profile__person h3 {
    font-size: 22px;
    letter-spacing: 1.98px;
  }

  .s88-template-assistant-gallery__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .s88-template-assistant-gallery__item {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 375;
  }

  .s88-template-treatment-spotlight__copy .s88-prose {
    width: 100%;
  }

  .s88-template-treatment-spotlight__copy .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-treatment-spotlight__cta {
    gap: 24px;
    margin-top: 24px;
  }

  .s88-template-treatment-spotlight__cta span:first-child {
    font-size: 16px;
    line-height: 1.8;
  }

  .s88-template-treatment-spotlight__media {
    aspect-ratio: 536 / 357;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__shell {
    width: var(--s88-shell);
    min-height: 0;
    padding: 52px 22px 40px;
  }

  .s88-template-treatment-spotlight--treatment-root h2 {
    position: static;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.25;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__layout {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    row-gap: 0;
    gap: 24px;
    margin-top: 28px;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__copy,
  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__copy,
  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__media {
    width: 100%;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__copy {
    min-height: 0;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__copy,
  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__media {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__layout
    .s88-template-treatment-spotlight__media {
    order: 1;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__layout
    .s88-template-treatment-spotlight__copy {
    order: 2;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__copy
    .s88-prose
    p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.4em;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__media {
    height: auto;
    aspect-ratio: var(--s88-treatment-media-ratio);
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__cta {
    width: auto;
    min-height: 60px;
    margin: 24px 0 0;
    padding: 12px 18px;
  }

  .s88-template-treatment-spotlight--treatment-root
    .s88-template-treatment-spotlight__cta
    span:first-child {
    font-size: 16px;
    line-height: 1.8;
  }

  .s88-template-post-list {
    padding-bottom: 56px;
  }

  .s88-template-post-list__inner {
    width: var(--s88-shell);
  }

  .s88-template-post-list__item {
    min-height: 0;
    padding: 28px 20px;
  }

  .s88-template-post-list h3 {
    font-size: 22px;
    letter-spacing: 1.98px;
  }

  .s88-template-post-list__excerpt {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-post-card-horizontal {
    padding-bottom: 24px;
  }

  .s88-template-post-card-horizontal__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    min-height: 0;
    padding: 24px 20px;
  }

  .s88-template-post-card-horizontal__link {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .s88-template-post-card-horizontal__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .s88-template-post-card-horizontal h3 {
    font-size: 22px;
    letter-spacing: 1.98px;
  }

  .s88-template-post-card-horizontal__excerpt {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-post-detail {
    padding-bottom: 56px;
  }

  .s88-template-post-detail__inner,
  .s88-template-post-detail__meta,
  .s88-template-post-detail__title,
  .s88-template-post-detail__heading-row,
  .s88-template-post-detail__toc,
  .s88-template-post-detail__intro,
  .s88-template-post-detail__body,
  .s88-template-post-detail__content {
    width: min(100%, calc(100vw - 64px), 500px);
    margin-left: auto;
    margin-right: auto;
  }

  .s88-template-post-detail__meta {
    margin-bottom: 24px;
  }

  .s88-template-post-detail__title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 2.24px;
  }

  .s88-template-post-detail__heading-row {
    gap: 18px;
  }

  .s88-template-post-detail__heading-line-wrap {
    height: 28px;
  }

  .s88-template-post-detail__heading-line {
    width: 28px;
  }

  .s88-template-post-detail__heading-row .s88-template-post-detail__heading-label {
    font-size: 22px;
    letter-spacing: 1.98px;
  }

  .s88-template-post-detail__toc {
    margin-top: 14px;
    margin-bottom: 28px;
    padding: 18px 20px;
  }

  .s88-template-post-detail__toc li span {
    font-size: 16px;
    line-height: 28px;
  }

  .s88-template-post-detail__toc li a {
    font-size: 16px;
    line-height: 28px;
  }

  .s88-template-post-detail__intro {
    margin-top: 22px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-post-detail__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .s88-template-post-detail__media {
    width: 100%;
    height: auto;
    aspect-ratio: 309 / 236;
  }

  .s88-template-post-detail__copy {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-post-detail__content {
    margin-top: 28px;
    gap: 32px;
  }

  .s88-template-post-detail__content-section,
  .s88-template-post-detail__content-flow {
    gap: 20px;
  }

  .s88-template-post-detail__content .wp-block-columns {
    flex-direction: column;
    gap: 24px;
  }

  .s88-template-post-detail__content h2,
  .s88-template-post-detail__content h3 {
    margin-top: 36px;
    margin-bottom: 14px;
    font-size: 18px;
    letter-spacing: 1.62px;
  }

  .s88-template-post-detail__content figure {
    margin: 20px 0;
  }

  .s88-blog-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .s88-blog-layout__main,
  .s88-blog-layout__sidebar,
  .s88-blog-sidebar {
    width: min(100%, calc(100vw - 64px), 500px);
    margin-inline: auto;
  }

  .s88-template-sidebar-widget {
    padding-bottom: 24px;
  }

  .s88-template-sidebar-widget__inner {
    width: 100%;
  }

  .s88-template-sidebar-search {
    grid-template-columns: minmax(0, 1fr) 78px;
  }

  .s88-template-back-nav {
    padding-bottom: 56px;
  }

  .s88-template-back-nav__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    height: auto;
    gap: 12px;
  }

  .s88-template-back-nav__edge,
  .s88-template-back-nav__edge img {
    width: 40px;
    height: 40px;
  }

  .s88-template-back-nav__center {
    gap: 14px;
    padding: 14px 18px;
  }

  .s88-template-back-nav__center span:last-child {
    font-size: 16px;
    line-height: 1.8;
  }

  .s88-template-pagination {
    padding-bottom: 56px;
  }

  .s88-template-pagination__inner {
    width: min(calc(100vw - 16px), 320px);
    gap: 12px;
    justify-content: center;
  }

  .s88-template-pagination__edge,
  .s88-template-pagination__edge img {
    width: 40px;
    height: 40px;
  }

  .s88-template-pagination__pages {
    gap: 4px;
  }

  .s88-template-gallery-grid {
    padding: 46px 0 42px;
  }

  .s88-template-gallery-grid__inner {
    width: var(--s88-shell);
  }

  .s88-template-gallery-grid h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-gallery-grid .s88-prose {
    margin-top: 24px;
  }

  .s88-template-gallery-grid .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-gallery-grid__grid {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .s88-template-gallery-grid--about-exact h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .s88-template-gallery-grid--about-exact .s88-template-gallery-grid__inner {
    padding: 46px 8px 42px;
  }

  .s88-template-gallery-grid--about-exact .s88-template-gallery-grid__divider {
    top: 0;
  }

  .s88-template-gallery-grid--about-exact .s88-prose {
    margin-top: 24px;
    max-width: none;
  }

  .s88-template-gallery-grid--about-exact .s88-prose p {
    font-size: 16px;
    line-height: 1.85;
  }

  .s88-template-gallery-grid--about-exact .s88-template-gallery-grid__grid {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .s88-template-gallery-grid--about-exact .s88-template-gallery-grid__item {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  .s88-template-list-block__inner {
    width: var(--s88-shell);
    padding: 40px 20px 40px;
  }

  .s88-template-list-block__marker--lg {
    left: -22px;
    top: 12px;
    width: 34px;
    height: 27px;
  }

  .s88-template-list-block__marker--sm {
    left: -18px;
    top: 48px;
    width: 18px;
    height: 14px;
  }

  .s88-template-list-block h2 {
    font-size: 1.9rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-list-block__lead {
    margin-top: 16px;
    line-height: 2.1;
  }

  .s88-template-list-block__list {
    margin-top: 24px;
    gap: 10px;
  }

  .s88-template-list-block__list li {
    grid-template-columns: 12px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  .s88-template-list-block__dot {
    width: 12px;
    height: 12px;
    margin-top: 10px;
  }

  .s88-template-list-block__list span {
    font-size: 1.1rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }

  .s88-template-checkmedia-block__inner {
    min-height: 0;
    padding: 40px 20px 44px;
  }

  .s88-template-section--template-soft-checkmedia {
    padding: 40px 0 48px;
  }

  .s88-template-checkmedia-block h2 {
    font-size: 1.9rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-checkmedia-block__top {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .s88-template-checkmedia-block--no-media .s88-template-checkmedia-block__top {
    gap: 0;
  }

  .s88-template-checkmedia-block__groups {
    gap: 20px;
  }

  .s88-template-checkmedia-block__group h3 {
    margin-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }

  .s88-template-checkmedia-block__list {
    gap: 10px;
  }

  .s88-template-checkmedia-block__list li {
    grid-template-columns: 12px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  .s88-template-checkmedia-block__dot {
    width: 12px;
    height: 12px;
    margin-top: 10px;
  }

  .s88-template-checkmedia-block__list span {
    font-size: 1.1rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }

  .s88-template-checkmedia-block--body-list
    .s88-template-checkmedia-block__group
    h3,
  .s88-template-checkmedia-block--body-list
    .s88-template-checkmedia-block__list
    span {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .s88-template-checkmedia-block__media {
    width: 100%;
    max-width: 100%;
    height: auto;
    justify-self: stretch;
  }

  .s88-template-checkmedia-block__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-checkmedia-block .s88-prose {
    margin-top: 24px;
    max-width: none;
  }

  .s88-template-checkmedia-block .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-perio-symptoms {
    padding: 40px 0 48px;
  }

  .s88-perio-symptoms__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    min-height: 0;
  }

  .s88-perio-symptoms h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-perio-symptoms__content {
    margin-top: 24px;
  }

  .s88-perio-symptoms__list li {
    grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 12px;
    font-size: 18px;
    line-height: 1.55;
  }

  .s88-perio-symptoms__lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-perio-symptoms__body-intro.s88-prose {
    max-width: none;
    margin-top: 20px;
  }

  .s88-perio-symptoms__body-intro.s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-perio-symptoms__media {
    float: none;
    width: 100%;
    min-height: auto;
    aspect-ratio: 535 / 290;
    margin: 0 0 24px;
  }

  .s88-perio-symptoms__media img {
    width: 100%;
    height: 100%;
  }

  .s88-perio-symptoms__body.s88-prose {
    clear: none;
    margin-top: 20px;
  }

  .s88-perio-symptoms__body.s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-perio-background-copy {
    background-size:
      cover,
      auto 100%;
    background-position:
      center center,
      calc(50% + 18px) center;
  }

  .s88-perio-background-copy__inner {
    width: min(100%, calc(100vw - 64px), 500px);
    min-height: 0;
    padding: 40px 0 44px;
  }

  .s88-perio-background-copy h2 {
    font-family: var(--s88-font-serif);
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .s88-perio-background-copy .s88-prose {
    margin-top: 24px;
  }

  .s88-perio-background-copy .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 1.35em;
    color: #545049;
  }

  .s88-template-framed-block {
    padding: 24px 0 20px;
  }

  .s88-template-framed-block__frame {
    width: var(--s88-shell);
    min-height: 0;
    border-width: 2px;
    border-radius: 32px;
    padding: 36px 22px 32px;
  }

  .s88-template-framed-block h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .s88-template-framed-block .s88-prose {
    margin-top: 28px;
    max-width: none;
  }

  .s88-template-framed-block .s88-prose p {
    font-size: 16px;
    line-height: 2;
  }

  .s88-template-framed-block--perio-root,
  .s88-template-framed-block--treatment-root {
    padding: 24px 0 20px;
  }

  .s88-template-framed-block--perio-root .s88-template-framed-block__frame,
  .s88-template-framed-block--treatment-root .s88-template-framed-block__frame {
    width: min(100%, calc(100vw - 64px), 500px);
    padding: 32px 20px 28px;
  }

  .s88-template-framed-block--perio-root h2,
  .s88-template-framed-block--treatment-root h2 {
    font-family: var(--s88-font-serif);
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-framed-block--perio-root .s88-prose p,
  .s88-template-framed-block--treatment-root .s88-prose p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-framed-block--detail-root .s88-template-framed-block__frame {
    width: min(100%, calc(100vw - 64px), 500px);
    padding: 32px 20px 28px;
  }

  .s88-template-framed-block--detail-root .s88-prose p {
    line-height: 1.75;
  }

  .s88-template-knowledge__shell {
    width: var(--s88-shell);
  }

  .s88-template-knowledge h2 {
    margin: 52px 0 0 20px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .s88-template-knowledge__lead {
    margin: 24px 20px 0;
    max-width: none;
  }

  .s88-template-knowledge__lead .s88-prose p,
  .s88-template-knowledge__panel-copy .s88-prose p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-knowledge__panels {
    margin: 24px 20px 0;
    gap: 16px;
  }

  .s88-template-knowledge__panel {
    width: 100%;
    padding: 20px;
  }

  .s88-template-knowledge__panel h3 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-knowledge__panel--media .s88-template-knowledge__panel-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .s88-template-knowledge__panel--media .s88-template-knowledge__panel-copy {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .s88-template-knowledge__panel-media {
    order: 1;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized h2,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized h2,
  .s88-template-faq-stack.s88-template-faq-stack--perio-panelized h2,
  .s88-template-faq-stack.s88-template-faq-stack--treatment-panelized h2,
  .s88-template-copy-block--perio-panelized .s88-template-copy-block__heading,
  .s88-template-copy-block--treatment-panelized
    .s88-template-copy-block__heading {
    margin: 0 0 0 20px;
    padding-top: 60px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .s88-template-topic-stack--perio-panelized .s88-template-topic-stack__divider,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__divider,
  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__divider,
  .s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__divider,
  .s88-template-copy-block--perio-panelized .s88-template-copy-block__divider,
  .s88-template-copy-block--treatment-panelized
    .s88-template-copy-block__divider {
    width: var(--s88-shell);
    margin: 60px auto 0;
  }

  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized
    > .s88-template-topic-stack__inner
    > .s88-prose,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    > .s88-template-topic-stack__inner
    > .s88-prose {
    margin: 24px 20px 0;
    max-width: none;
    min-height: 0;
  }

  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized
    > .s88-template-topic-stack__inner
    > .s88-prose
    p,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    > .s88-template-topic-stack__inner
    > .s88-prose
    p,
  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__topic
    .s88-prose
    p,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__topic
    .s88-prose
    p,
  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__note,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__note,
  .s88-template-topic-stack.s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__link
    a,
  .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__link
    a,
  .s88-template-faq-stack.s88-template-faq-stack--perio-panelized
    .s88-template-faq-stack__answer
    p,
  .s88-template-faq-stack.s88-template-faq-stack--treatment-panelized
    .s88-template-faq-stack__answer
    p,
  .s88-template-copy-block.s88-template-copy-block--perio-panelized
    .s88-prose
    p,
  .s88-template-copy-block.s88-template-copy-block--treatment-panelized
    .s88-prose
    p {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-topic-stack--perio-panelized .s88-template-topic-stack__topic,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__topic {
    width: auto;
    margin: 16px 20px 0;
    padding: 20px;
  }

  .s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__topic:first-of-type,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__topic:first-of-type {
    margin-top: 24px;
  }

  .s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__topic
    h3,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__topic
    h3,
  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__question,
  .s88-template-faq-stack--treatment-panelized
    .s88-template-faq-stack__question {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-topic-stack--perio-panelized
    .s88-template-topic-stack__topic--media
    .s88-template-topic-stack__topic-body,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__topic--media
    .s88-template-topic-stack__topic-body {
    grid-template-columns: 1fr;
  }

  body.page-ortho .s88-template-copy-block--about-second-opinion,
  body.page-id-14 .s88-template-copy-block--about-second-opinion {
    margin: 40px 0;
  }

  body.page-ortho .s88-template-copy-block--ortho-intro,
  body.page-id-14 .s88-template-copy-block--ortho-intro {
    margin: 0 0 24px;
  }

  .s88-template-copy-block--denture-intro {
    margin: 40px 0 24px;
  }

  .s88-template-copy-block--autotransplantation-intro
    + .s88-template-detail-two-photos--treatment-root {
    padding-top: 32px;
    margin-bottom: 32px;
  }

  body.page-ortho .s88-template-detail-two-photos--treatment-root,
  body.page-id-14 .s88-template-detail-two-photos--treatment-root {
    padding-top: 32px;
    margin-bottom: 32px;
  }

  .s88-template-copy-block--denture-intro
    + .s88-template-detail-two-photos--treatment-root {
    padding-top: 32px;
    margin-bottom: 32px;
  }

  body.page-ortho .s88-template-detail-text-block--treatment-root,
  body.page-id-14 .s88-template-detail-text-block--treatment-root {
    padding-top: 32px;
  }

  body.page-ortho
    .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__divider,
  body.page-id-14
    .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__divider {
    margin: 40px auto 0;
  }

  body.page-ortho
    .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
    h2,
  body.page-id-14
    .s88-template-topic-stack.s88-template-topic-stack--treatment-panelized
  ; h2 {
    padding-top: 40px;
  }

  .s88-template-topic-stack--perio-panelized .s88-template-topic-stack__media,
  .s88-template-topic-stack--treatment-panelized
    .s88-template-topic-stack__media {
    margin-top: 16px;
    aspect-ratio: var(--s88-topic-media-ratio, 523 / 349);
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__list,
  .s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__list {
    width: auto;
    margin: 24px 20px 0;
    gap: 8px;
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__item,
  .s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__item {
    padding: 20px;
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__row,
  .s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__row {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 12px;
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__row--answer,
  .s88-template-faq-stack--treatment-panelized
    .s88-template-faq-stack__row--answer {
    margin-top: 12px;
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__badge,
  .s88-template-faq-stack--treatment-panelized .s88-template-faq-stack__badge {
    width: 26px;
    height: 26px;
    font-size: 16px;
    padding-bottom: 1px;
  }

  .s88-template-faq-stack--perio-panelized .s88-template-faq-stack__question,
  .s88-template-faq-stack--treatment-panelized
    .s88-template-faq-stack__question {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .s88-template-copy-block--perio-panelized .s88-template-copy-block__inner,
  .s88-template-copy-block--treatment-panelized
    .s88-template-copy-block__inner {
    width: auto;
    margin: 24px 20px 0;
    padding: 20px;
  }

  .s88-template-scholarship__inner {
    width: var(--s88-shell);
    min-height: 0;
    padding: 40px 20px;
  }

  .s88-template-scholarship__marker--lg {
    left: -22px;
    top: 12px;
    width: 34px;
    height: 27px;
  }

  .s88-template-scholarship__marker--sm {
    left: -20px;
    top: 46px;
    width: 18px;
    height: 14px;
  }

  .s88-template-scholarship h2 {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .s88-template-scholarship__lead,
  .s88-template-scholarship__index,
  .s88-template-scholarship__text {
    font-size: 16px;
    line-height: 1.9;
  }

  .s88-template-scholarship__overview {
    margin-top: 28px;
    max-width: none;
  }

  .s88-template-scholarship__overview h3 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .s88-template-scholarship__rows {
    margin-top: 14px;
    gap: 12px;
  }

  .s88-template-scholarship__row {
    column-gap: 12px;
  }

  .s88-template-scholarship__contact {
    margin-top: 28px;
    width: 100%;
    min-height: 0;
    padding: 18px 20px;
  }

  .s88-template-scholarship__contact p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .s88-template-pick-up {
    padding-bottom: 96px;
  }

  .s88-template-pick-up__shell {
    width: var(--s88-shell);
    min-height: 0;
  }

  .s88-template-pick-up__line {
    width: 100%;
  }

  .s88-template-pick-up__blocks,
  .s88-template-pick-up__card {
    width: 100%;
  }

  .s88-template-pick-up__card-body {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .s88-template-pick-up__card-media,
  .s88-template-pick-up__card-media .s88-media-frame {
    width: 360px;
  }

  .s88-template-pick-up__card-media .s88-media-frame {
    aspect-ratio: 360 / 199;
  }

  .s88-template-pick-up {
    padding-bottom: 72px;
  }

  .s88-template-pick-up__shell {
    width: var(--s88-shell);
    padding-top: 52px;
    padding-inline: 0;
  }

  .s88-template-pick-up__triangle {
    top: -8px;
    left: 12px;
    width: 18px;
    height: 14px;
  }

  .s88-template-pick-up__line {
    position: static;
  }

  .s88-template-pick-up h2 {
    position: static;
    margin-top: 32px;
    font-size: 32px;
    letter-spacing: 2.88px;
  }

  .s88-template-pick-up__blocks {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 48px;
  }

  .s88-template-pick-up__block,
  .s88-template-pick-up__block + .s88-template-pick-up__block,
  .s88-template-pick-up__block:nth-child(3) {
    min-height: 0;
    margin-top: 0;
  }

  .s88-template-pick-up__block + .s88-template-pick-up__block {
    margin-top: 28px;
  }

  .s88-template-pick-up__block h3 {
    font-size: 18px;
    letter-spacing: 1.62px;
  }

  .s88-template-pick-up__card {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .s88-template-pick-up__card-inner {
    padding: 20px;
  }

  .s88-template-pick-up__card-body {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .s88-template-pick-up__card-copy {
    min-height: 0;
  }

  .s88-template-pick-up__cta {
    width: 100%;
    min-height: 60px;
    padding-inline: 20px;
  }

  .s88-template-pick-up__cta span:first-child {
    font-size: 16px;
    letter-spacing: 1.44px;
  }

  .s88-template-pick-up__card-media,
  .s88-template-pick-up__card-media .s88-media-frame {
    width: 100%;
  }

  .s88-template-pick-up__card-media .s88-media-frame {
    aspect-ratio: 516 / 286;
  }

  .s88-template-topic-stack {
    padding: 48px 0 28px;
  }

  .s88-template-topic-stack__inner {
    width: var(--s88-shell);
  }

  .s88-template-topic-stack h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-topic-stack > .s88-template-topic-stack__inner > .s88-prose {
    margin-top: 20px;
  }

  .s88-template-topic-stack > .s88-template-topic-stack__inner > .s88-prose p,
  .s88-template-topic-stack__topic .s88-prose p {
    font-size: 16px;
    line-height: 2;
  }

  .s88-template-topic-stack__topic {
    margin-top: 44px;
  }

  .s88-template-topic-stack__topic:first-of-type {
    margin-top: 24px;
  }

  .s88-template-topic-stack__topic h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .s88-template-topic-stack__topic-body,
  .s88-template-topic-stack__topic--media
    .s88-template-topic-stack__topic-body {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .s88-template-topic-stack__topic--media .s88-template-topic-stack__media {
    order: 1;
    margin-top: 0;
  }

  .s88-template-topic-stack__topic--media
    .s88-template-topic-stack__topic-copy {
    order: 2;
  }

  .s88-template-topic-stack__media {
    aspect-ratio: var(--s88-topic-media-ratio, 523 / 349);
    justify-self: start;
  }

  .s88-template-topic-stack__media img {
    width: 100%;
    height: 100%;
  }

  .s88-template-topic-stack__note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .s88-template-topic-stack__link {
    margin-top: 12px;
  }

  .s88-template-topic-stack__link a {
    font-size: 16px;
    line-height: 1.8;
  }

  .s88-template-topic-stack--perio-root {
    padding: 40px 0 0;
  }

  .s88-template-topic-stack--perio-root .s88-template-topic-stack__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-topic-stack--perio-root .s88-template-topic-stack__topic {
    margin-top: 40px;
  }

  .s88-template-topic-stack--perio-root
    .s88-template-topic-stack__topic:first-of-type {
    margin-top: 24px;
  }

  .s88-template-topic-stack--perio-root .s88-template-topic-stack__topic-body {
    margin-top: 20px;
  }

  .s88-template-topic-stack--perio-root
    > .s88-template-topic-stack__inner
    > .s88-prose
    p,
  .s88-template-topic-stack--perio-root
    .s88-template-topic-stack__topic
    .s88-prose
    p {
    line-height: 1.75;
  }

  .s88-template-topic-stack--perio-flow {
    padding: 40px 0 0;
  }

  .s88-template-topic-stack--perio-flow .s88-template-topic-stack__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic {
    margin-top: 40px;
  }

  .s88-template-topic-stack--perio-flow
    .s88-template-topic-stack__topic:first-of-type {
    margin-top: 24px;
  }

  .s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic-body {
    margin-top: 20px;
  }

  .s88-template-topic-stack--perio-flow h2,
  .s88-template-topic-stack--perio-support h2,
  .s88-template-faq-stack--perio-root h2,
  .s88-template-faq-stack--treatment-root h2 {
    font-family: var(--s88-font-serif);
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-topic-stack--perio-flow .s88-template-topic-stack__topic h3,
  .s88-template-topic-stack--perio-support .s88-template-topic-stack__topic h3,
  .s88-template-faq-stack--perio-root .s88-template-faq-stack__question,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__question {
    font-family: var(--s88-font-serif);
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #3b362e;
  }

  .s88-template-topic-stack--perio-flow
    > .s88-template-topic-stack__inner
    > .s88-prose
    p,
  .s88-template-topic-stack--perio-flow
    .s88-template-topic-stack__topic
    .s88-prose
    p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-topic-stack--perio-support {
    padding: 40px 0 0;
  }

  .s88-template-topic-stack--perio-support .s88-template-topic-stack__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-topic-stack--perio-support .s88-template-topic-stack__topic {
    margin-top: 40px;
  }

  .s88-template-topic-stack--perio-support
    .s88-template-topic-stack__topic:first-of-type {
    margin-top: 24px;
  }

  .s88-template-topic-stack--perio-support
    .s88-template-topic-stack__topic-body {
    margin-top: 20px;
  }

  .s88-template-topic-stack--perio-support
    > .s88-template-topic-stack__inner
    > .s88-prose
    p,
  .s88-template-topic-stack--perio-support
    .s88-template-topic-stack__topic
    .s88-prose
    p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-topic-stack--perio-support .s88-template-topic-stack__note,
  .s88-template-topic-stack--perio-support .s88-template-topic-stack__link a,
  .s88-template-faq-stack--perio-root .s88-template-faq-stack__answer p,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__answer p {
    line-height: 1.9;
    color: #545049;
  }

  .s88-template-faq-stack--perio-root,
  .s88-template-faq-stack--treatment-root {
    padding: 40px 0 4px;
  }

  .s88-template-faq-stack--perio-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-faq-stack--perio-root .s88-template-faq-stack__list,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__list {
    margin-top: 24px;
  }

  .s88-template-faq-stack--perio-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--treatment-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item {
    margin-top: 28px;
  }

  .s88-template-faq-stack--perio-root .s88-template-faq-stack__answer,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__answer {
    margin-top: 10px;
  }

  .s88-template-faq-stack--perio-root .s88-template-faq-stack__answer p,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__answer p {
    line-height: 1.9;
  }

  .s88-template-faq-stack--perio-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--treatment-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--detail-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--implant-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--denture-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--general-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--oral-surgery-root .s88-template-faq-stack__inner,
  .s88-template-faq-stack--pediatric-ortho-root .s88-template-faq-stack__inner {
    width: min(100%, calc(100vw - 64px), 500px);
  }

  .s88-template-faq-stack--perio-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--treatment-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--detail-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--implant-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--denture-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--general-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--oral-surgery-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item,
  .s88-template-faq-stack--pediatric-ortho-root
    .s88-template-faq-stack__item
    + .s88-template-faq-stack__item {
    margin-top: 32px;
  }

  .s88-template-faq-stack {
    padding: 46px 0 4px;
  }

  .s88-template-faq-stack__inner {
    width: var(--s88-shell);
  }

  .s88-template-faq-stack h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .s88-template-faq-stack__list {
    margin-top: 28px;
  }

  .s88-template-faq-stack__item + .s88-template-faq-stack__item {
    margin-top: 36px;
  }

  .s88-template-faq-stack__question,
  .s88-template-faq-stack__answer p {
    font-size: 16px;
    line-height: 2;
  }

  .s88-template-faq-stack__answer {
    margin-top: 12px;
  }

  .s88-site-footer {
    margin-top: 16px;
  }

  .s88-site-footer__panel {
    width: 100%;
    min-height: 0;
    padding: 2px 16px 68px;
  }

  .s88-site-footer__top-row {
    position: absolute;
    top: -17px;
    right: 20px;
    left: 10px;
    transform: none;
    display: flex;
    width: auto;
    justify-content: flex-end;
    box-sizing: border-box;
  }

  .s88-site-footer__top-row,
  .s88-site-footer__content {
    max-width: none;
    margin-inline: auto;
  }

  .s88-site-footer__content {
    margin-top: 33px;
    grid-template-columns: 196fr 15fr 100fr;
    column-gap: 0;
    row-gap: 0;
  }

  .s88-site-footer__page-top {
    width: auto;
    min-width: max-content;
    min-height: 0;
    padding-inline: 8px;
    justify-content: flex-start;
    justify-self: end;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    height: 18px;
  }

  .s88-site-footer__deco-image--left {
    top: 1px;
    left: 3px;
    width: 42px;
    height: auto;
  }

  .s88-site-footer__deco-image--right {
    right: 0;
    bottom: 2px;
    top: auto;
    width: 63px;
    height: auto;
  }

  .s88-site-footer__nav {
    position: static;
    width: auto;
  }

  .s88-site-footer__brand-block,
  .s88-site-footer__promo-column {
    display: contents;
  }

  .s88-site-footer__logo {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 248px;
    margin: 38px auto 0;
  }

  .s88-site-footer__address {
    grid-column: 1 / -1;
    grid-row: 3;
    
    margin: 35px auto 0;
  }

  .s88-site-footer__address p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .s88-site-footer__copyright {
    grid-column: 1 / -1;
    grid-row: 8;
    margin: 67px auto 0;
  }

  .s88-site-footer__nav--site {
    grid-column: 1;
    grid-row: 4;
    margin-top: 53px;
  }

  .s88-site-footer__nav--treatment {
    grid-column: 3;
    grid-row: 4;
    margin-top: 53px;
  }

  .s88-site-footer__nav p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.2;
  }

  .s88-site-footer__nav ul {
    gap: 16px;
    font-size: 13px;
    line-height: 1.2;
  }

  .s88-site-footer__nav li {
    line-height: 1.2;
  }

  .s88-site-footer__nav a {
    font-size: 13px;
    line-height: 1.2;
  }

  .s88-site-footer__nav--treatment ul {
    width: 88px;
    margin-left: 12px;
  }

  .s88-site-footer__recruit-banner {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0;
  }

  .s88-site-footer__promo-card {
    grid-column: 1 / -1;

    margin: 0;
    border-radius: 6.22px;
  }

  .s88-site-footer__promo-column > .s88-site-footer__promo-card:nth-child(2) {
    grid-row: 5;
    margin-top: 40px;
  }

  .s88-site-footer__promo-column > .s88-site-footer__promo-card:nth-child(3) {
    grid-row: 6;
    margin-top: 9.33px;
  }

  .s88-site-footer__promo-column > .s88-site-footer__promo-card:nth-child(4) {
    grid-row: 7;
    margin-top: 9.33px;
  }
}

@media (max-width: 767px) {
  .s88-home-treatment-overview {
    min-height: 0;
    padding-bottom: 40px;
  }

  .s88-home-treatment-overview__bg-band,
  .s88-home-treatment-overview__bg-image {
    height: 192px;
  }

  .s88-home-treatment-overview__inner {
    width: 100%;
    min-height: 0;
    padding: 79px 0 0;
  }

  .s88-home-treatment-overview > .s88-home-treatment-overview__inner > h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09em;
  }

  .s88-home-treatment-overview .s88-home-pickup--in-treatment {
    max-width: none;
    margin-top: 29px;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__inner.s88-template-section__inner {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    padding: 35px 24px 29px;
    background: #ede9e1;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-template-section__inner--about-accent::before,
  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-template-section__inner--about-accent::after {
    content: none;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__heading {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__heading
    h2 {
    width: auto;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__subtitle {
    margin-top: 3px;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__subtitle
    p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__more {
    margin-top: 21px;
    padding: 16px 24px;
    gap: 40px;
    font-size: 16px;
    line-height: 2;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__body {
    width: 100%;
    margin-top: 8px;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__body
    p {
    line-height: 2.4;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__gallery {
    width: 100%;
    height: 519px;
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 157px 195px 167px;
    gap: 0;
    overflow: hidden;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__gallery-cell {
    height: 100%;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__gallery-cell:nth-child(1)
    img {
    object-position: center 34%;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__gallery-cell:nth-child(2)
    img {
    object-position: center 53%;
  }

  .s88-home-treatment-overview
    .s88-home-pickup--in-treatment
    .s88-home-pickup__gallery-cell:nth-child(3)
    img {
    object-position: center 72%;
  }

  .s88-home-treatment-overview__panel {
    width: 100%;
    max-width: 500px;
    margin-top: 8px;
    margin-inline: auto;
    padding: 35px 24px 28px;
    display: block;
  }

  .s88-home-treatment-overview__lead {
    width: 100%;
    max-width: 254px;
    margin: 0 auto;
    text-align: center;
  }

  .s88-home-treatment-overview__lead p {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-treatment-overview__body {
    width: 100%;
    margin-top: 30px;
  }

  .s88-home-treatment-overview__body p {
    line-height: 2.4;
  }

  .s88-home-treatment-overview__menu {
    width: 100%;
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .s88-home-treatment-overview__item {
    min-height: 0;
    padding: 18px;
    gap: 12px;
    align-items: center;
  }

  .s88-home-treatment-overview__item-icon-circle,
  .s88-home-treatment-overview__item-icon-image {
    width: 80px;
    height: 80px;
  }

  .s88-home-treatment-overview__item-copy {
    flex: 1 1 auto;
    max-width: 183px;
  }

  .s88-home-treatment-overview__item-copy strong {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.09em;
  }

  .s88-home-treatment-overview__item-copy small {
    margin-top: 0;
  }

  .s88-home-treatment-overview .s88-home-featured-cards-sp {
    display: grid;
    width: auto;
    max-width: 500px;
    gap: 8px;
    margin: 8px auto 0;
    padding-top: 0;
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .s88-home-treatment-overview .s88-home-featured-cards-sp .s88-home-greeting__card {
    grid-template-rows: 188px 124px;
  }

  .s88-home-treatment-overview .s88-home-featured-cards-sp .s88-home-greeting__card-image {
    width: 100%;
    height: 188px;
  }

  .s88-home-treatment-overview .s88-home-featured-cards-sp .s88-home-greeting__card-footer {
    height: 124px;
  }

  .s88-home-treatment-overview .s88-home-featured-cards-sp .s88-home-greeting__card-footer strong {
    font-size: 24px;
  }
}


.s88-template-access-location__map-embed {
  display: block;
  width: 100%;
  height: var(--s88-access-map-height, 524px);
  border: 0;
}

.s88-template-access-location__map-wrap iframe {
  display: block;
  width: 100%;
  height: var(--s88-access-map-height, 524px);
  border: 0;
}

  .s88-site-footer__sitemap-link {
    grid-column: 1 / -1;
    grid-row: 9;
    margin: 16px auto 0;
    text-align: center;
	  font-size:14px;
  }

@media screen and (max-width:767px){
	.s88-site-footer__sitemap-link {
    grid-column: 1 / -1;
    grid-row: 9;
    margin: 16px auto 0;
    font-size: 12px;
    text-align: right;
    margin: 0;
}
}

.s88-template-post-card-horizontal__media {
  width: 100%;
  height: auto;
  aspect-ratio: var(--s88-post-card-media-ratio, 1 / 1);
  background: #ffffff;  
}

.s88-u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


@media (max-width: 975px) {
  .s88-template-access-hours__content {
    grid-template-columns: 1fr;
  }
}

/* === case 詳細ページ === */
.s88-case-detail {
    background: #e3e3e3;
    padding: 95px 0 120px;
}

.s88-case-detail__inner {
    width: min(1000px, calc(100vw - 144px));
    margin-inline: auto;
}

/* 症例詳細内の画像 */
.s88-case-detail__content img,
.s88-case-detail__content .wp-block-image img,
.s88-case-detail__content .components-resizable-box__container img {
    display: block;
    max-width: 50%;
    height: auto;
    margin: 0 auto;
}

/* スマホ表示（767px 以下）：幅と画像を画面の80%に */
@media (max-width: 767px) {
    .s88-case-detail__inner {
        width: 80vw;
    }

    .s88-case-detail__content img,
    .s88-case-detail__content .wp-block-image img,
    .s88-case-detail__content .components-resizable-box__container img {
        max-width: 100%;
    }
}