@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-padding-top: 13rem;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
    scroll-padding-top: 11rem;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.06em;
  position: relative;
  overflow-x: clip;
  color: #5B4A39;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner {
  max-width: 122rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner--narrow {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #C9873A;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #C9873A;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #C9873A;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #FFFFFF;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #F2861A;
  box-shadow: 0 2px 10px rgba(138, 92, 51, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.35s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 7.8rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

@media (max-width: 767px) {
  .is-spfix-hidden .to-top {
    bottom: 1.5rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ============================================================
   ヘッダー（FV上に重なる。ロゴ・ハンバーガーは常時追従）
   Figma: 5:266（PC 1440 / padding 32px 48px）
   MV（.mv / .page-fv）を通過すると js/header-fixed.js が .is-fixed を付け、
   白系の背景を敷いて視認性を確保する
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.l-header.is-fixed {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.2rem 1.2rem rgba(43, 33, 24, 0.08);
}

.l-header__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  height: 22rem;
  background: #FDF3E2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.l-header.is-fixed .l-header__deco {
  opacity: 0;
}
@media (max-width: 767px) {
  .l-header__deco {
    width: 16rem;
    height: 10.5rem;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.2rem 4.8rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    align-items: center;
    padding: 1.8rem 1.8rem;
  }
}

.l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__logo {
    gap: 0.4rem;
  }
}
.l-header__logo img {
  width: 20rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 17rem;
  }
}

.l-header__logo-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.05rem;
  letter-spacing: 0.24em;
  line-height: 1.7;
  color: #7D6853;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header__logo-sub {
    font-size: 0.95rem;
  }
}

.l-header__tel {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem 1.1rem;
  border-radius: 999px;
  background: #F2861A;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header__tel {
    display: none;
  }
}

/* ------------------------------------------------------------
   ハンバーガーボタン（SP専用・Figma 53:451 右のオレンジ正方形）
   ------------------------------------------------------------ */
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 1.8rem;
    right: 1.7rem;
    z-index: 9995;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: none;
    background: #F2861A;
    cursor: pointer;
  }
}

.hamburger__bar {
  display: block;
  width: 1.8rem;
  height: 1px;
  background: #FFFFFF;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.hamburger.open {
  background: transparent;
}

.hamburger.open .hamburger__bar {
  background: #FFFFFF;
}

.hamburger.open .hamburger__bar:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}

.hamburger.open .hamburger__bar:nth-child(2) {
  opacity: 0;
}

.hamburger.open .hamburger__bar:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

/* ------------------------------------------------------------
   ハンバーガーメニュー本体（SP専用・全面オレンジ / Figma 53:628）
   ------------------------------------------------------------ */
.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: #F2861A;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

.hamburger-menu__listLink {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
}

body.fixed {
  overflow: hidden;
}

/* ============================================================
   フッター（Figma 5:6594 / 白背景・左=医院情報 右=地図＋サイトマップ）
   ============================================================ */
.l-footer {
  position: relative;
  background: #FFFFFF;
  padding: 9.6rem 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 5.6rem 0 0;
  }
}

.l-footer__deco-circle {
  position: absolute;
  top: 5.76rem;
  left: -4.319rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: #FFFAF2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer__deco-circle {
    top: 2rem;
    left: -1.125rem;
    width: 16rem;
    height: 16rem;
  }
}

.l-footer__deco-dots {
  position: absolute;
  top: 2.88rem;
  right: 4.319rem;
  width: 10rem;
  height: 10rem;
  background-image: radial-gradient(#C9AE8A 1px, transparent 1px);
  background-size: 0.8rem 0.8rem;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer__deco-dots {
    top: 1.4rem;
    right: 1.125rem;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.7rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}

.l-footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .l-footer__col--info {
    gap: 2rem;
  }
}

.l-footer__brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.l-footer__mark {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border: 1px solid #C9AE8A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__mark::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.9rem;
  background: #F2861A;
  opacity: 0.9;
}

.l-footer__brand-text {
  display: flex;
  flex-direction: column;
}

.l-footer__name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.9;
  color: #2B2118;
}

.l-footer__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.22em;
  line-height: 1.9;
  color: #8A7560;
}

.l-footer__data {
  width: 100%;
  border-collapse: collapse;
}

.l-footer__data-th {
  width: 7.8rem;
  padding: 0.4rem 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #8A7560;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.l-footer__data-td {
  padding: 0.4rem 0 0.4rem 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #A08B72;
  vertical-align: top;
}
@media (max-width: 767px) {
  .l-footer__data-td {
    padding-left: 1.2rem;
  }
}

.l-footer__tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #8A5A2B;
  text-decoration: none;
}

.l-footer__col--map {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.l-footer__map {
  width: 100%;
  aspect-ratio: 560/385;
}
@media (max-width: 767px) {
  .l-footer__map {
    aspect-ratio: 4/3;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.l-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 1.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    grid-template-columns: 1fr;
    row-gap: 1.2rem;
  }
}

.l-footer__nav-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #5B4A39;
  text-decoration: none;
}

.l-copyright {
  position: relative;
  z-index: 1;
  max-width: 122rem;
  margin: 6.4rem auto 0;
  padding: 2.2rem 2rem;
  border-top: 1px solid #EFE4D4;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  line-height: 1.9;
  color: #A08B72;
  text-align: center;
}
@media (max-width: 767px) {
  .l-copyright {
    margin-top: 4rem;
  }
}

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

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

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* ============================================================
   サイト共通パーツ（見出し・ボタン・装飾・FVナビ・帯・CTA・診療時間表）
   ============================================================ */
/* ------------------------------------------------------------
   スカラップ（白い半円が並ぶ境界装飾 / Figma 5:147 ほか）
   円 r=13・間隔34px を 1440/1492 に縮めた比率で再現
   ------------------------------------------------------------ */
.u-scallop {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.6rem;
  z-index: 3;
  pointer-events: none;
  background-repeat: repeat-x;
  background-size: 1.5rem 0.6rem;
}

.u-scallop--bottom {
  bottom: 0;
  background-image: radial-gradient(circle 0.6rem at 0.75rem 100%, #FFFFFF 99%, transparent 100%);
}

.u-scallop--top {
  top: 0;
  background-image: radial-gradient(circle 0.6rem at 0.75rem 0, #FFFFFF 99%, transparent 100%);
}

/* ------------------------------------------------------------
   共通装飾（ドット格子・円・傾いた四角）
   ------------------------------------------------------------ */
.deco-dots {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(#C9AE8A 1px, transparent 1px);
  background-size: 1.05rem 1.05rem;
  opacity: 0.55;
}
@media (max-width: 767px) {
  .deco-dots {
    background-size: 0.8rem 0.8rem;
  }
}

.deco-circle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.deco-circle--line {
  border: 1px dashed #E6D7C0;
  background: transparent;
}

.deco-square {
  position: absolute;
  z-index: 0;
  border: 1px solid #E6D7C0;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* ------------------------------------------------------------
   セクション見出し
   ------------------------------------------------------------ */
.sec-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.24em;
  line-height: 1.9;
  color: #A06F22;
}
.sec-en::before, .sec-en::after {
  content: "";
  width: 3.4rem;
  height: 1px;
  background: #C9AE8A;
}

.sec-en--diamond::before, .sec-en--diamond::after {
  width: 0.8rem;
  height: 0.8rem;
  background: none;
  border: 1px solid #C9873A;
  transform: rotate(45deg);
}

.sec-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.sec-title__accent {
  color: #F2861A;
}

.sec-num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #F2861A;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-num {
    font-size: 2rem;
  }
}

.sec-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  margin: 2.4rem auto 0;
}
@media (max-width: 767px) {
  .sec-line {
    width: 18rem;
    margin-top: 1.6rem;
  }
}
.sec-line::before, .sec-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E6D7C0;
}
.sec-line::after {
  background: #E6D7C0;
}

.sec-line__dot {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.8rem;
  border-radius: 50%;
  background: #F2861A;
}

.sec-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.sec-dots__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C9AE8A;
}

.sec-dots__dot--active {
  background: #F2861A;
}

.bar-title {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2B2118;
}
@media (max-width: 767px) {
  .bar-title {
    padding-left: 2rem;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
.bar-title::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 3px;
  height: calc(100% - 0.8rem);
  background: #F2861A;
}

.bar-title__sub {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .bar-title__sub {
    font-size: 1.68rem;
    letter-spacing: 0.1em;
  }
}

.watermark {
  position: absolute;
  z-index: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FDF0DC;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .watermark {
    font-size: 7rem;
  }
}

.watermark-ja {
  position: absolute;
  z-index: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 36rem;
  line-height: 1;
  color: #FDF0DC;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .watermark-ja {
    font-size: 16rem;
  }
}

/* ------------------------------------------------------------
   ボタン（枠線＋右向き矢印）
   ------------------------------------------------------------ */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 2.8rem;
  border: 1px solid #8A5C33;
  background: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #8A5C33;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-arrow {
    width: 100%;
    justify-content: center;
    gap: 1.2rem;
    padding: 1.4rem 2rem;
    font-size: 1.35rem;
  }
}
.btn-arrow::after {
  content: "→";
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #8A5C33;
  transition: color 0.5s;
}
.btn-arrow:hover {
  opacity: 1;
  background: #8A5C33;
  color: #FFFFFF;
}
.btn-arrow:hover::after {
  color: #FFFFFF;
}

.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19.1rem;
  padding: 2rem 3rem;
  background: #F2861A;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-solid {
    min-width: 0;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
   FV下のグローバルナビ（PC専用 / Figma 5:6819）
   ------------------------------------------------------------ */
.fv-nav-wrap {
  position: relative;
  z-index: 20;
  max-width: 118rem;
  margin: -8.35rem auto 0;
}
@media (max-width: 767px) {
  .fv-nav-wrap {
    display: none;
  }
}

.fv-nav {
  position: relative;
  z-index: 20;
  background: #FDF5EA;
  border: 1px solid #F0E3D0;
  filter: drop-shadow(0 10px 15px rgba(138, 92, 51, 0.08));
}
@media (max-width: 767px) {
  .fv-nav {
    display: none;
  }
}

.fv-nav.is-in-header {
  align-self: center;
  flex: 1;
  margin: 0 2.4rem;
  background: transparent;
  border: none;
  filter: none;
}
.fv-nav.is-in-header .fv-nav__item {
  border-right: none;
}
.fv-nav.is-in-header .fv-nav__link {
  padding: 0 0.6rem;
  gap: 0.2rem;
}
.fv-nav.is-in-header .fv-nav__ja {
  font-size: 1.3rem;
}
.fv-nav.is-in-header .fv-nav__en {
  font-size: 1.05rem;
}

.fv-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.fv-nav__item {
  flex: 1;
  border-right: 1px solid #EADFCD;
}

.fv-nav__item:last-child {
  border-right: none;
}

.fv-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.475rem;
  height: 100%;
  padding: 2.4rem 1rem;
  text-decoration: none;
}

.fv-nav__ja {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #3D2F22;
  white-space: nowrap;
}

.fv-nav__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  line-height: 1.9;
  color: #C96F16;
  white-space: nowrap;
}

/* ------------------------------------------------------------
   オレンジの流れる帯（Figma 5:279）
   ------------------------------------------------------------ */
.marquee {
  position: relative;
  overflow: hidden;
  height: 6.4rem;
  margin-top: 5.14rem;
  background: #F2861A;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .marquee {
    height: 5.3rem;
    margin-top: 5.43rem;
  }
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 120s linear infinite;
}

.marquee__set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee__text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .marquee__text {
    font-size: 1.4rem;
  }
}

.marquee__sep {
  margin: 0 2.4rem;
  font-size: 0.9rem;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .marquee__sep {
    margin: 0 1.6rem;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ------------------------------------------------------------
   下部CTA（Figma 5:3689）
   ------------------------------------------------------------ */
.cta {
  position: relative;
  overflow: hidden;
  padding: 10.8rem 0;
  background-color: #8A5C33;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 2rem 2rem;
}
@media (max-width: 767px) {
  .cta {
    padding: 6.4rem 0 5.6rem;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  z-index: 3;
  background-image: radial-gradient(circle 0.6rem at 1.1rem 0, #FFFFFF 99%, transparent 100%);
  background-size: 2.2rem 0.6rem;
  background-repeat: repeat-x;
}
.cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  z-index: 3;
  background-image: radial-gradient(circle 0.6rem at 1.1rem 100%, #FFFFFF 99%, transparent 100%);
  background-size: 2.2rem 0.6rem;
  background-repeat: repeat-x;
}

.cta__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cta__circle {
  position: absolute;
  border-radius: 50%;
}

.cta__circle--solid {
  top: 3.7rem;
  right: 5.8rem;
  width: 11rem;
  height: 11rem;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .cta__circle--solid {
    width: 6rem;
    height: 6rem;
  }
}

.cta__circle--line {
  top: 3.5rem;
  right: 10rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .cta__circle--line {
    width: 9rem;
    height: 9rem;
  }
}

.cta__corner {
  position: absolute;
  width: 4.3rem;
  height: 4.3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta__corner--tl {
  top: 4.3rem;
  left: 4.3rem;
  border-right: none;
  border-bottom: none;
}

.cta__corner--br {
  right: 4.3rem;
  bottom: 4.3rem;
  border-top: none;
  border-left: none;
}

.cta__diamond {
  position: absolute;
  left: 10.7rem;
  bottom: 9rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #F2861A;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .cta__diamond {
    left: 3.6rem;
    bottom: 3.7rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}

.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__en {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .cta__en {
    font-size: 1.4rem;
    letter-spacing: 0.26em;
    line-height: 1.9;
  }
}
.cta__en::before, .cta__en::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cta__en::before, .cta__en::after {
    width: 3rem;
  }
}

.cta__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.889rem;
  margin-top: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__title {
    gap: 0.489rem;
    margin-top: 1.7rem;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.cta__title-sub {
  font-size: 3.61rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta__title-sub {
    font-size: 1.97rem;
  }
}

.cta__text {
  margin-top: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #F4E9DC;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__text {
    margin-top: 2.1rem;
    font-size: 1.35rem;
    line-height: 2.296;
  }
}

.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-top: 3.4rem;
  padding: 1.8rem 4.6rem;
  border-radius: 2px;
  background: #F2861A;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cta__btn {
    min-width: 0;
    margin-top: 3.4rem;
  }
}

.cta__btn-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  color: #FFFFFF;
}

.cta__btn-tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cta__btn-tel {
    font-size: 2.6rem;
  }
}

/* ------------------------------------------------------------
   診療時間表（フッター／医院案内で共用・Figma 5:6723）
   ------------------------------------------------------------ */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table__label {
  padding: 0.9rem 0.8rem 1rem;
  border-bottom: 1px solid #E8DCC9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #8A7560;
  text-align: left;
  white-space: nowrap;
}

.hours-table__day {
  padding: 0.9rem 0.8rem 1rem;
  border-bottom: 1px solid #E8DCC9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #8A7560;
  text-align: center;
}

.hours-table__time {
  padding: 1.35rem 0.8rem 1.4rem;
  border-bottom: 1px solid #F1E8DA;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #A08B72;
  text-align: left;
  white-space: nowrap;
}

.hours-table__mark {
  padding: 1.2rem 0.8rem;
  border-bottom: 1px solid #F1E8DA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.35rem;
  line-height: 1.9;
  text-align: center;
}

.hours-table tbody tr:last-child .hours-table__time,
.hours-table tbody tr:last-child .hours-table__mark {
  border-bottom: none;
}

.hours-table__on {
  color: #F2861A;
}

.hours-table__off {
  color: #C9B79C;
}

.hours-table__note {
  margin-top: 1rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #A08B72;
}

/* ------------------------------------------------------------
   SP下部固定バー（Figma 53:622）
   ------------------------------------------------------------ */
.sp-fix-area {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix-area {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9970;
    display: flex;
    width: 100%;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
}

.sp-fix-area.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.sp-fix-area__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
}

.sp-fix-area__btn--tel {
  background: #F2861A;
}

.sp-fix-area__btn--access {
  background: #8A5C33;
}

/* ------------------------------------------------------------
   下層ページ共通FV（Figma 6:23636 ほか）
   ------------------------------------------------------------ */
.page-fv {
  position: relative;
  width: 100%;
  height: 49.113rem;
  overflow: hidden;
  background: #FFFAF2;
}
@media (max-width: 767px) {
  .page-fv {
    height: 30rem;
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-fv__circle {
  position: absolute;
  top: 9rem;
  left: 114.361rem;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  border: 1px solid rgba(242, 134, 26, 0.22);
  z-index: 1;
}
@media (max-width: 767px) {
  .page-fv__circle {
    top: 4rem;
    left: 24rem;
    width: 12rem;
    height: 12rem;
  }
}

.page-fv__dots {
  top: 29.538rem;
  left: 127.241rem;
  width: 11rem;
  height: 11rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-fv__dots {
    display: none;
  }
}

.page-fv__watermark {
  position: absolute;
  right: -1.558rem;
  bottom: 0;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FDF0DC;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .page-fv__watermark {
    right: -0.8rem;
    font-size: 8.6rem;
  }
}

.page-fv__inner {
  position: relative;
  z-index: 2;
  max-width: 144rem;
  margin: 0 auto;
  padding: 15rem 6.4rem 0 19.4rem;
}
@media (max-width: 767px) {
  .page-fv__inner {
    padding: 11.5rem 2rem 0;
  }
}

.page-fv__breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .page-fv__breadcrumb {
    gap: 0.8rem;
    font-size: 1.1rem;
  }
}

.page-fv__breadcrumb-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  color: #8A7560;
  text-decoration: none;
}

.page-fv__breadcrumb-line {
  width: 1.6rem;
  height: 1px;
  background: #C9AE8A;
}

.page-fv__en {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2.15rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.24em;
  line-height: 1.9;
  color: #A06F22;
}
@media (max-width: 767px) {
  .page-fv__en {
    display: none;
  }
}
.page-fv__en::before {
  content: "";
  width: 4.4rem;
  height: 1px;
  background: #C9873A;
}

.page-fv__title {
  margin-top: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 7.4rem;
  letter-spacing: 0.017em;
  line-height: 1.36;
  color: #2B2118;
}
@media (max-width: 767px) {
  .page-fv__title {
    margin-top: 1.4rem;
    font-size: 2.6rem;
  }
}

.page-fv__title-accent {
  color: #F2861A;
}

.page-fv__sub {
  margin-top: 2.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .page-fv__sub {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------
   下層ページ共通：セクション番号つき中央見出し
   （Figma 6:23962「02」＋「このようなお悩みはありませんか？」等）
   ------------------------------------------------------------ */
.page-sec-head {
  text-align: center;
}

.page-sec-head__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #F2861A;
}
@media (max-width: 767px) {
  .page-sec-head__num {
    font-size: 2rem;
  }
}

.page-sec-head__title {
  margin-top: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: #2B2118;
}
@media (max-width: 767px) {
  .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}

.page-sec-head__lead {
  margin-top: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #7D6853;
}
@media (max-width: 767px) {
  .page-sec-head__lead {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
}

/* ============================================================
   噛み合わせについて（Figma PC 6:23635 / SPデザインなし＝標準スケール）
   01 6:23805 ／ 02 6:23962 ／ 03 6:24342
   04 6:24550 ／ 05 6:24884 ／ 06 6:25006
   ============================================================ */
/* ------------------------------------------------------------
   01 噛み合わせとは（Figma 6:23805 / 1440×858）
   ------------------------------------------------------------ */
.occlusion-about {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-about {
    padding: 6.4rem 0 5.6rem;
  }
}
.occlusion-about .occlusion-about__watermark {
  top: 4.319rem;
  left: 56rem;
  font-size: 28.8rem;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .occlusion-about .occlusion-about__watermark {
    top: 2rem;
    left: 12rem;
    font-size: 14rem;
  }
}

.occlusion-about__panel {
  position: absolute;
  top: 10.08rem;
  left: 0;
  width: 48.959rem;
  height: 42rem;
  border-radius: 0 21rem 21rem 0;
  background: #FFFAF2;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .occlusion-about__panel {
    top: 4rem;
    width: 26rem;
    height: 24rem;
    border-radius: 0 12rem 12rem 0;
  }
}

.occlusion-about__dots {
  top: 8.639rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .occlusion-about__dots {
    display: none;
  }
}

.occlusion-about__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .occlusion-about__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.occlusion-about__body {
  width: 50.4rem;
  flex-shrink: 0;
  padding-top: 7.717rem;
}
@media (max-width: 767px) {
  .occlusion-about__body {
    width: 100%;
    padding-top: 0;
  }
}
.occlusion-about__body .sec-num {
  text-align: left;
}
.occlusion-about__body .occlusion-about__title {
  margin-top: 1rem;
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  .occlusion-about__body .occlusion-about__title {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
}

.occlusion-about__text {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.36;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-about__text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.occlusion-about__media {
  width: 50.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .occlusion-about__media {
    width: 100%;
  }
}

.occlusion-about__main {
  position: relative;
  aspect-ratio: 504/378;
}
.occlusion-about__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.occlusion-about__main::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid #C9873A;
  z-index: 0;
}

.occlusion-about__badge {
  position: absolute;
  top: -2.6rem;
  left: 41.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background: #F2861A;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.85;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .occlusion-about__badge {
    top: -1.8rem;
    left: auto;
    right: 1rem;
    width: 8rem;
    height: 8rem;
    font-size: 1rem;
  }
}

.occlusion-about__subs {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .occlusion-about__subs {
    margin-top: 1.2rem;
  }
}

.occlusion-about__sub {
  flex: 1;
  aspect-ratio: 1/1;
}
.occlusion-about__sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------------------------------------------------------------
   02 このようなお悩みはありませんか？（Figma 6:23962 / 1440×877.2）
   ------------------------------------------------------------ */
.occlusion-worry {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12.4rem;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .occlusion-worry {
    padding: 6.4rem 0 7.2rem;
  }
}
.occlusion-worry .occlusion-worry__sec-dots {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .occlusion-worry .occlusion-worry__sec-dots {
    margin-top: 1.2rem;
  }
}

.occlusion-worry__dots {
  top: 5.76rem;
  left: 5.759rem;
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 767px) {
  .occlusion-worry__dots {
    top: 3.2rem;
    left: 1.6rem;
    width: 6rem;
    height: 6rem;
  }
}

.occlusion-worry__circle {
  position: absolute;
  top: 10.08rem;
  left: 125rem;
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  background: #FDF3E2;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .occlusion-worry__circle {
    top: 6rem;
    left: 26rem;
    width: 12rem;
    height: 12rem;
  }
}

.occlusion-worry__circle-line {
  top: 55.012rem;
  left: -1.439rem;
  width: 24rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .occlusion-worry__circle-line {
    top: 72rem;
    left: -8rem;
    width: 18rem;
    height: 18rem;
  }
}

.occlusion-worry__inner {
  position: relative;
  z-index: 2;
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.occlusion-worry__head .page-sec-head__title {
  margin-top: 1.6rem;
  font-size: 4.5rem;
  line-height: 1.53;
}
@media (max-width: 767px) {
  .occlusion-worry__head .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.occlusion-worry__title {
  position: relative;
}

.occlusion-worry__title-mark {
  background: linear-gradient(transparent 87%, #F3C78E 87%, #F3C78E 100%);
}

.occlusion-worry__title-q {
  font-size: 5.8rem;
  color: #F2861A;
}
@media (max-width: 767px) {
  .occlusion-worry__title-q {
    font-size: 2.8rem;
  }
}

.occlusion-worry__card {
  position: relative;
  margin-top: 4.4rem;
  padding: 5.7rem 4.7rem 4.7rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-worry__card {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
  }
}
.occlusion-worry__card::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 100%;
  height: 100%;
  background: #ECDFCA;
  z-index: -1;
}
@media (max-width: 767px) {
  .occlusion-worry__card::before {
    top: 1rem;
    left: 1rem;
  }
}

.occlusion-worry__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .occlusion-worry__list {
    grid-template-columns: 1fr;
  }
}

.occlusion-worry__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.139rem;
  padding: 0.6rem 0 0.6rem 4rem;
  border-bottom: 1px dotted #C9AE8A;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-worry__item {
    min-height: 0;
    padding: 1.2rem 0 1.2rem 3.2rem;
    font-size: 1.35rem;
  }
}
.occlusion-worry__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #F2861A;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .occlusion-worry__item::before {
    left: 0;
    width: 1.9rem;
    height: 1.9rem;
  }
}
.occlusion-worry__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1rem;
  width: 0.46rem;
  height: 0.92rem;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-65%) rotate(45deg);
}
@media (max-width: 767px) {
  .occlusion-worry__item::after {
    left: 0.6rem;
    width: 0.4rem;
    height: 0.8rem;
  }
}

/* ------------------------------------------------------------
   03 噛み合わせが乱れる原因（Figma 6:24342 / 1440×1059.07）
   ------------------------------------------------------------ */
.occlusion-cause {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-cause {
    padding: 6.4rem 0;
  }
}
.occlusion-cause .occlusion-cause__watermark {
  top: 4.219rem;
  left: 106.99rem;
  font-size: 14.4rem;
  line-height: 1.1;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .occlusion-cause .occlusion-cause__watermark {
    top: 2.4rem;
    left: 14rem;
    font-size: 6.4rem;
  }
}

.occlusion-cause__square {
  top: 84.542rem;
  left: 5.808rem;
  width: 15.37rem;
  height: 15.37rem;
}
@media (max-width: 767px) {
  .occlusion-cause__square {
    display: none;
  }
}

.occlusion-cause__dots {
  top: 89.748rem;
  left: 124.961rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .occlusion-cause__dots {
    display: none;
  }
}

.occlusion-cause__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.occlusion-cause__head .page-sec-head__title {
  margin-top: 1.6rem;
  font-size: 4.5rem;
  line-height: 1.53;
}
@media (max-width: 767px) {
  .occlusion-cause__head .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.occlusion-cause__head .page-sec-head__lead {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.26;
}
@media (max-width: 767px) {
  .occlusion-cause__head .page-sec-head__lead {
    margin-top: 1.2rem;
    font-size: 1.35rem;
    line-height: 2;
  }
}

.occlusion-cause__list {
  list-style: none;
  margin: 5.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .occlusion-cause__list {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.occlusion-cause__item {
  position: relative;
  min-height: 27.606rem;
  padding: 3.5rem 3.3rem 3.3rem;
  border: 1px solid #F2861A;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-cause__item {
    min-height: 0;
    padding: 2.4rem 2rem;
  }
}

.occlusion-cause__line {
  display: flex;
  align-items: center;
  height: 0.8rem;
}
.occlusion-cause__line::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #F2861A;
}

.occlusion-cause__diamond {
  width: 1.131rem;
  height: 1.131rem;
  margin-left: 0.834rem;
  background: #F3C78E;
  transform: rotate(45deg);
}

.occlusion-cause__num {
  position: absolute;
  top: 1.7rem;
  right: 1.65rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #FCDEBF;
}
@media (max-width: 767px) {
  .occlusion-cause__num {
    top: 1.4rem;
    right: 1.4rem;
    font-size: 2rem;
  }
}

.occlusion-cause__name {
  margin-top: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #2B2118;
}
@media (max-width: 767px) {
  .occlusion-cause__name {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}

.occlusion-cause__text {
  margin-top: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-cause__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ------------------------------------------------------------
   04 噛み合わせの乱れによって起こりうること（Figma 6:24550 / 1440×955.67）
   背景は45度の細いストライプ（Figma 6:24551 の斜線群・17px間隔）
   ------------------------------------------------------------ */
.occlusion-risk {
  position: relative;
  overflow: hidden;
  padding: 11.3rem 0;
  background-color: #FFFAF2;
  background-image: repeating-linear-gradient(135deg, #F8F2E7 0 0.1rem, #FFFAF2 0.1rem 1.202rem);
}
@media (max-width: 767px) {
  .occlusion-risk {
    padding: 6.4rem 0;
  }
}

.occlusion-risk__circle {
  top: 72.708rem;
  left: 4.319rem;
  width: 17rem;
  height: 17rem;
}
@media (max-width: 767px) {
  .occlusion-risk__circle {
    display: none;
  }
}

.occlusion-risk__dot {
  position: absolute;
  top: 7.3rem;
  left: 138.081rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #F3C78E;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .occlusion-risk__dot {
    top: 3.4rem;
    left: 34rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.occlusion-risk__inner {
  position: relative;
  z-index: 2;
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.occlusion-risk__head .page-sec-head__title {
  margin-top: 1.6rem;
  font-size: 4.2rem;
  line-height: 1.53;
}
@media (max-width: 767px) {
  .occlusion-risk__head .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.occlusion-risk__lead {
  width: fit-content;
  max-width: 80rem;
  margin: 2rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.38;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-risk__lead {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.occlusion-risk__list {
  list-style: none;
  margin: 4.4rem auto 0;
  padding: 0;
  max-width: 90rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .occlusion-risk__list {
    margin-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.occlusion-risk__item {
  display: flex;
  align-items: center;
  min-height: 7.925rem;
  padding: 1.4rem 2rem 1.4rem 4.7rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #5B4A39;
  position: relative;
}
@media (max-width: 767px) {
  .occlusion-risk__item {
    min-height: 0;
    padding: 1.4rem 1.6rem 1.4rem 3.6rem;
    font-size: 1.45rem;
  }
}
.occlusion-risk__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.1rem;
  width: 1.414rem;
  height: 1.414rem;
  background: #F2861A;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .occlusion-risk__item::before {
    left: 1.4rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}

.occlusion-risk__note {
  width: fit-content;
  max-width: 80rem;
  margin: 2rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.38;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-risk__note {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.occlusion-risk__text {
  width: fit-content;
  max-width: 80rem;
  margin: 2rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.5;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-risk__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

/* ------------------------------------------------------------
   05 歯並びがきれいでも、噛み合わせが良いとは限りません
   （Figma 6:24884 / 1440×760.79）
   ------------------------------------------------------------ */
.occlusion-alignment {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-alignment {
    padding: 6.4rem 0;
  }
}
.occlusion-alignment .occlusion-alignment__watermark {
  top: 2.88rem;
  left: -1.439rem;
  font-size: 14.4rem;
  line-height: 1.1;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .occlusion-alignment .occlusion-alignment__watermark {
    top: 1.6rem;
    left: -0.8rem;
    font-size: 6.4rem;
  }
}

.occlusion-alignment__panel {
  position: absolute;
  top: 8.639rem;
  right: 0;
  width: 48.959rem;
  height: 42rem;
  border-radius: 21rem 0 0 21rem;
  background: #FDF5EA;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .occlusion-alignment__panel {
    top: 4rem;
    width: 26rem;
    height: 24rem;
    border-radius: 12rem 0 0 12rem;
  }
}

.occlusion-alignment__dots {
  top: 58.479rem;
  left: 8.639rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .occlusion-alignment__dots {
    display: none;
  }
}

.occlusion-alignment__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .occlusion-alignment__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.occlusion-alignment__body {
  width: 50.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .occlusion-alignment__body {
    width: 100%;
  }
}
.occlusion-alignment__body .sec-num {
  text-align: left;
}
.occlusion-alignment__body .occlusion-alignment__title {
  margin-top: 1.2rem;
  font-size: 3.5rem;
  line-height: 1.54;
}
@media (max-width: 767px) {
  .occlusion-alignment__body .occlusion-alignment__title {
    margin-top: 0.8rem;
    font-size: 2.2rem;
  }
}

.occlusion-alignment__text {
  margin-top: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.36;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-alignment__text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.occlusion-alignment__media {
  width: 50.4rem;
  flex-shrink: 0;
  padding-top: 7.539rem;
}
@media (max-width: 767px) {
  .occlusion-alignment__media {
    width: 100%;
    padding-top: 0;
  }
}

.occlusion-alignment__photo {
  position: relative;
  aspect-ratio: 504/378;
}
.occlusion-alignment__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.occlusion-alignment__photo::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: -1.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid #C9873A;
  z-index: 0;
}

.occlusion-alignment__badge {
  position: absolute;
  top: -2.6rem;
  left: -1.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background: #8A5C33;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .occlusion-alignment__badge {
    top: -1.8rem;
    left: 1rem;
    width: 8rem;
    height: 8rem;
    font-size: 1rem;
  }
}

/* ------------------------------------------------------------
   06 噛み合わせ治療について（Figma 6:25006 / 1440×949.36）
   ------------------------------------------------------------ */
.occlusion-treatment {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .occlusion-treatment {
    padding: 6.4rem 0;
  }
}
.occlusion-treatment .occlusion-treatment__watermark {
  top: 11.519rem;
  left: -2.88rem;
  font-size: 14.4rem;
  line-height: 1.1;
  color: #FDF0DC;
}
@media (max-width: 767px) {
  .occlusion-treatment .occlusion-treatment__watermark {
    top: 5.6rem;
    left: -1.2rem;
    font-size: 6.4rem;
  }
}

.occlusion-treatment__dots {
  top: 7rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .occlusion-treatment__dots {
    display: none;
  }
}

.occlusion-treatment__circle {
  position: absolute;
  top: 73.936rem;
  left: 118.481rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #FDF0DC;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .occlusion-treatment__circle {
    display: none;
  }
}

.occlusion-treatment__inner {
  position: relative;
  z-index: 2;
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.occlusion-treatment__head .page-sec-head__title {
  margin-top: 1.6rem;
  font-size: 4.5rem;
  line-height: 1.53;
}
@media (max-width: 767px) {
  .occlusion-treatment__head .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.occlusion-treatment__card {
  position: relative;
  margin-top: 5.2rem;
  padding: 4.9rem 5rem 5rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .occlusion-treatment__card {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
  }
}
.occlusion-treatment__card::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 100%;
  height: 100%;
  background: #ECDFCA;
  z-index: -1;
}
@media (max-width: 767px) {
  .occlusion-treatment__card::before {
    top: 1rem;
    left: 1rem;
  }
}

.occlusion-treatment__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.36;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .occlusion-treatment__text {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.occlusion-treatment__photos {
  list-style: none;
  margin: 4.4rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .occlusion-treatment__photos {
    margin-top: 2.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.occlusion-treatment__photo {
  aspect-ratio: 206.52/154.88;
}
.occlusion-treatment__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   下層：顎関節症について（Figma ページ全体 8:29191）
   01 とは 8:29358 ／ 02 症状チェック 8:29511 ／ 03 主な症状 8:29884
   04 なぜ起こる 8:30085 ／ 05 噛み合わせとの関係 8:30421 ／ 06 治療 8:30547
   ============================================================ */
/* ------------------------------------------------------------
   01 顎関節症とは（Figma 8:29358）
   左テキスト＋右に大小3枚の写真＋茶色の丸バッジ
   ------------------------------------------------------------ */
.tmj-page-about {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .tmj-page-about {
    padding: 6.4rem 0 4.8rem;
  }
}
.tmj-page-about .watermark-ja {
  font-size: 32rem;
  line-height: 0.9;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .tmj-page-about .watermark-ja {
    font-size: 14rem;
  }
}

.tmj-page-about__panel {
  position: absolute;
  top: 10.08rem;
  right: 0;
  width: 48.959rem;
  height: 42rem;
  border-radius: 26rem 0 0 26rem;
  background: #FDF5EA;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tmj-page-about__panel {
    top: 4rem;
    width: 24rem;
    height: 22rem;
    border-radius: 14rem 0 0 14rem;
  }
}

.tmj-page-about__watermark {
  top: 4.319rem;
  left: 56rem;
}
@media (max-width: 767px) {
  .tmj-page-about__watermark {
    top: 2rem;
    left: 18rem;
  }
}

.tmj-page-about__dots {
  top: 8.639rem;
  left: 4.319rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .tmj-page-about__dots {
    top: 3.2rem;
    left: 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}

.tmj-page-about__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .tmj-page-about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3.6rem;
  }
}

.tmj-page-about__body {
  flex: 1 1 0;
  min-width: 0;
}

.tmj-page-about__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
}
@media (max-width: 767px) {
  .tmj-page-about__num {
    font-size: 3.2rem;
  }
}

.tmj-page-about__title {
  margin-top: 1rem;
  padding-left: 2rem;
  border-left: 3px solid #8A5C33;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #2B2118;
}
@media (max-width: 767px) {
  .tmj-page-about__title {
    margin-top: 0.8rem;
    padding-left: 1.4rem;
    border-left-width: 2px;
    font-size: 2.2rem;
  }
}

.tmj-page-about__text {
  margin-top: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-about__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.tmj-page-about__media {
  flex: 1 1 0;
  min-width: 0;
}

.tmj-page-about__main {
  position: relative;
  aspect-ratio: 504/378;
}
.tmj-page-about__main img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tmj-page-about__main::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: -1.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid #E6D7C0;
  z-index: 0;
}
@media (max-width: 767px) {
  .tmj-page-about__main::before {
    top: 1rem;
    left: -1rem;
  }
}

.tmj-page-about__badge {
  position: absolute;
  top: -2.6rem;
  left: -1.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background: #8A5C33;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-about__badge {
    top: -1.8rem;
    left: 0.6rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.05rem;
  }
}

.tmj-page-about__subs {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .tmj-page-about__subs {
    margin-top: 2.4rem;
  }
}

.tmj-page-about__sub {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1/1;
}
.tmj-page-about__sub img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------------------------------
   02 このような症状はありませんか？（Figma 8:29511）
   白カード＋チェックリスト9項目
   ------------------------------------------------------------ */
.tmj-page-check {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12.4rem;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .tmj-page-check {
    padding: 6.4rem 0 7.2rem;
  }
}
.tmj-page-check .sec-dots {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .tmj-page-check .sec-dots {
    margin-top: 1.2rem;
  }
}

.tmj-page-check__dots {
  top: 5.76rem;
  left: 5.759rem;
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 767px) {
  .tmj-page-check__dots {
    top: 3.2rem;
    left: 1.6rem;
    width: 6rem;
    height: 6rem;
  }
}

.tmj-page-check__circle {
  position: absolute;
  top: 10.08rem;
  right: 0;
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  background: rgba(242, 134, 26, 0.07);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tmj-page-check__circle {
    top: 6rem;
    width: 12rem;
    height: 12rem;
  }
}

.tmj-page-check__circle-line {
  bottom: 8.708rem;
  left: -1.439rem;
  width: 24rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .tmj-page-check__circle-line {
    bottom: 4rem;
    left: -8rem;
    width: 18rem;
    height: 18rem;
  }
}

.tmj-page-check__inner {
  position: relative;
  z-index: 2;
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tmj-page-check__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-check__num {
    font-size: 3.2rem;
  }
}

.tmj-page-check__title {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-check__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}

.tmj-page-check__title-mark {
  position: relative;
}
.tmj-page-check__title-mark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.6rem;
  left: 0;
  height: 0.9rem;
  background: rgba(242, 134, 26, 0.24);
}
@media (max-width: 767px) {
  .tmj-page-check__title-mark::after {
    bottom: -0.3rem;
    height: 0.5rem;
  }
}

.tmj-page-check__title-q {
  font-size: 5.75rem;
  color: #F2861A;
}
@media (max-width: 767px) {
  .tmj-page-check__title-q {
    font-size: 2.8rem;
  }
}

.tmj-page-check__list {
  list-style: none;
  margin: 4.4rem 0 0;
  padding: 5.6rem 4.6rem 4.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 0.2rem;
  background: #FFFFFF;
  border: 1px solid #ECDFCA;
  box-shadow: 1.2rem 1.2rem 0 rgba(201, 174, 138, 0.28);
}
@media (max-width: 767px) {
  .tmj-page-check__list {
    margin-top: 2.8rem;
    padding: 2.4rem 2rem;
    grid-template-columns: 1fr;
    box-shadow: 0.8rem 0.8rem 0 rgba(201, 174, 138, 0.28);
  }
}

.tmj-page-check__item {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.5rem 0.4rem;
  border-bottom: 1px dashed #ECDFCA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-check__item {
    gap: 1rem;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.tmj-page-check__item::before {
  content: "✓";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: #F2861A;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .tmj-page-check__item::before {
    width: 2rem;
    height: 2rem;
    margin-top: 0.3rem;
    font-size: 1.1rem;
  }
}

/* ------------------------------------------------------------
   03 顎関節症の主な症状（Figma 8:29884）
   写真つきカード3枚＋下に注意ボックス
   ------------------------------------------------------------ */
.tmj-page-symptom {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .tmj-page-symptom {
    padding: 6.4rem 0;
  }
}
.tmj-page-symptom .watermark {
  font-size: 14.4rem;
  line-height: 1;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .tmj-page-symptom .watermark {
    font-size: 6.4rem;
  }
}
.tmj-page-symptom .deco-square {
  transform: rotate(12deg);
  border-color: #ECDFCA;
}

.tmj-page-symptom__watermark {
  top: 4.319rem;
  right: -1.448rem;
}
@media (max-width: 767px) {
  .tmj-page-symptom__watermark {
    top: 2rem;
    right: -1rem;
  }
}

.tmj-page-symptom__square {
  bottom: 5.995rem;
  left: 3.114rem;
  width: 12.959rem;
  height: 12.959rem;
}
@media (max-width: 767px) {
  .tmj-page-symptom__square {
    bottom: 2.4rem;
    left: -2rem;
    width: 8rem;
    height: 8rem;
  }
}

.tmj-page-symptom__dots {
  right: 8.639rem;
  bottom: 5.76rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .tmj-page-symptom__dots {
    right: 1.6rem;
    bottom: 2.4rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}

.tmj-page-symptom__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tmj-page-symptom__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-symptom__num {
    font-size: 3.2rem;
  }
}

.tmj-page-symptom__title {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-symptom__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}

.tmj-page-symptom__title-accent {
  color: #F2861A;
}

.tmj-page-symptom__list {
  list-style: none;
  margin: 5.2rem 0 0;
  padding: 0;
  display: flex;
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .tmj-page-symptom__list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 3.2rem;
  }
}

.tmj-page-symptom__item {
  flex: 1 1 0;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #8A5C33;
  border-top-width: 3px;
}

.tmj-page-symptom__photo {
  position: relative;
  aspect-ratio: 340.66/212.91;
}
.tmj-page-symptom__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmj-page-symptom__badge {
  position: absolute;
  top: -1.8rem;
  right: 1.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #F2861A;
  box-shadow: 0 0.6rem 0.7rem rgba(242, 134, 26, 0.28);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .tmj-page-symptom__badge {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
}

.tmj-page-symptom__body {
  padding: 3rem;
}
@media (max-width: 767px) {
  .tmj-page-symptom__body {
    padding: 2.4rem 2rem;
  }
}

.tmj-page-symptom__line {
  display: flex;
  align-items: center;
  gap: 0.83rem;
  height: 0.8rem;
}
.tmj-page-symptom__line::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background: #ECDFCA;
}

.tmj-page-symptom__dot {
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #F2861A;
}

.tmj-page-symptom__diamond {
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.16rem;
  background: #E6D7C0;
  transform: rotate(45deg);
}

.tmj-page-symptom__name {
  margin-top: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #2B2118;
}
@media (max-width: 767px) {
  .tmj-page-symptom__name {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}

.tmj-page-symptom__text {
  margin-top: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-symptom__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.tmj-page-symptom__note {
  max-width: 82rem;
  margin: 4.6rem auto 0;
  padding: 3rem;
  border-left: 3px solid #F2861A;
  background: #FDF5EA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-symptom__note {
    margin-top: 3.2rem;
    padding: 2rem;
    border-left-width: 2px;
    font-size: 1.35rem;
    line-height: 2;
  }
}

/* ------------------------------------------------------------
   04 顎関節症はなぜ起こる？（Figma 8:30085）
   斜めストライプ背景＋白い小箱7つ
   ------------------------------------------------------------ */
.tmj-page-cause {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0;
  border-top: 1px solid #ECDFCA;
  border-bottom: 1px solid #ECDFCA;
  background: #FFFAF2;
}
@media (max-width: 767px) {
  .tmj-page-cause {
    padding: 6.4rem 0;
  }
}
.tmj-page-cause::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, #F8F2E7 0 0.1rem, #FFFAF2 0.1rem 1.202rem);
}

.tmj-page-cause__circle {
  bottom: 5.76rem;
  left: 4.319rem;
  width: 17rem;
  height: 17rem;
}
@media (max-width: 767px) {
  .tmj-page-cause__circle {
    bottom: 2.4rem;
    left: -6rem;
    width: 12rem;
    height: 12rem;
  }
}

.tmj-page-cause__dot {
  position: absolute;
  top: 7.2rem;
  right: 4.319rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #F2861A;
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tmj-page-cause__dot {
    top: 3.2rem;
    right: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.tmj-page-cause__inner {
  position: relative;
  z-index: 2;
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tmj-page-cause__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-cause__num {
    font-size: 3.2rem;
  }
}

.tmj-page-cause__title {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-cause__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}

.tmj-page-cause__title-accent {
  color: #F2861A;
}

.tmj-page-cause__lead {
  max-width: 80rem;
  margin: 4.31rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-cause__lead {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: left;
  }
}

.tmj-page-cause__list {
  list-style: none;
  max-width: 94rem;
  margin: 4.31rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .tmj-page-cause__list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.tmj-page-cause__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2.2rem 2rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .tmj-page-cause__item {
    padding: 1.6rem;
    font-size: 1.5rem;
  }
}

.tmj-page-cause__item--last {
  grid-column: 2;
}
@media (max-width: 767px) {
  .tmj-page-cause__item--last {
    grid-column: auto;
  }
}

.tmj-page-cause__icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: #F2861A;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .tmj-page-cause__icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.tmj-page-cause__note {
  width: fit-content;
  max-width: 80rem;
  margin: 4.31rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-cause__note {
    width: auto;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

/* ------------------------------------------------------------
   05 顎関節症と噛み合わせの関係（Figma 8:30421）
   左写真＋右テキスト＋ボタン
   ------------------------------------------------------------ */
.tmj-page-relation {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .tmj-page-relation {
    padding: 6.4rem 0;
  }
}
.tmj-page-relation .watermark {
  font-size: 12.96rem;
  line-height: 1;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .tmj-page-relation .watermark {
    font-size: 6rem;
  }
}
.tmj-page-relation .btn-arrow {
  min-width: 0;
  padding: 1.4rem 2.8rem;
  gap: 1.4rem;
  border-color: #8A5C33;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .tmj-page-relation .btn-arrow {
    width: 100%;
    justify-content: center;
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
  }
}
.tmj-page-relation .btn-arrow::after {
  font-size: 1.45rem;
  color: #8A5C33;
}

.tmj-page-relation__panel {
  position: absolute;
  top: 8.639rem;
  left: 0;
  width: 48.959rem;
  height: 42rem;
  border-radius: 0 26rem 26rem 0;
  background: #FFFAF2;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tmj-page-relation__panel {
    top: 4rem;
    width: 24rem;
    height: 22rem;
    border-radius: 0 14rem 14rem 0;
  }
}

.tmj-page-relation__watermark {
  top: 2.879rem;
  right: -1.478rem;
}
@media (max-width: 767px) {
  .tmj-page-relation__watermark {
    top: 1.6rem;
    right: -1rem;
  }
}

.tmj-page-relation__dots {
  right: 8.639rem;
  bottom: 7.2rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .tmj-page-relation__dots {
    right: 1.6rem;
    bottom: 2.4rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}

.tmj-page-relation__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .tmj-page-relation__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3.6rem;
  }
}

.tmj-page-relation__media {
  flex: 1 1 0;
  min-width: 0;
}

.tmj-page-relation__photo {
  position: relative;
  aspect-ratio: 504/378;
}
.tmj-page-relation__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tmj-page-relation__photo::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid #E6D7C0;
  z-index: 0;
}
@media (max-width: 767px) {
  .tmj-page-relation__photo::before {
    top: 1rem;
    left: 1rem;
  }
}

.tmj-page-relation__badge {
  position: absolute;
  top: -2.6rem;
  right: -1.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background: #F2861A;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-relation__badge {
    top: -1.8rem;
    right: 0.6rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.05rem;
  }
}

.tmj-page-relation__body {
  flex: 1 1 0;
  min-width: 0;
}

.tmj-page-relation__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
}
@media (max-width: 767px) {
  .tmj-page-relation__num {
    font-size: 3.2rem;
  }
}

.tmj-page-relation__title {
  margin-top: 1.2rem;
  padding-left: 2rem;
  border-left: 3px solid #F2861A;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #2B2118;
}
@media (max-width: 767px) {
  .tmj-page-relation__title {
    margin-top: 0.8rem;
    padding-left: 1.4rem;
    border-left-width: 2px;
    font-size: 2.1rem;
  }
}

.tmj-page-relation__title-accent {
  color: #F2861A;
}

.tmj-page-relation__text {
  margin-top: 2.48rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-relation__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.tmj-page-relation__btn {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .tmj-page-relation__btn {
    margin-top: 2.4rem;
  }
}

/* ------------------------------------------------------------
   06 顎関節症の治療について（Figma 8:30547）
   白カード＋本文＋写真4枚
   ------------------------------------------------------------ */
.tmj-page-treatment {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .tmj-page-treatment {
    padding: 6.4rem 0;
  }
}
.tmj-page-treatment .watermark {
  font-size: 14.4rem;
  line-height: 1;
  color: #FDF0DC;
}
@media (max-width: 767px) {
  .tmj-page-treatment .watermark {
    font-size: 6.4rem;
  }
}

.tmj-page-treatment__watermark {
  top: 18.719rem;
  left: -2.88rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tmj-page-treatment__watermark {
    top: 8rem;
    left: -1.6rem;
  }
}

.tmj-page-treatment__dots {
  top: 7rem;
  right: 4.319rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .tmj-page-treatment__dots {
    top: 3.2rem;
    right: 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}

.tmj-page-treatment__circle {
  position: absolute;
  right: 11.519rem;
  bottom: 7rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(138, 92, 51, 0.06);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tmj-page-treatment__circle {
    right: 2rem;
    bottom: 3.2rem;
    width: 9rem;
    height: 9rem;
  }
}

.tmj-page-treatment__inner {
  position: relative;
  z-index: 2;
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tmj-page-treatment__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-treatment__num {
    font-size: 3.2rem;
  }
}

.tmj-page-treatment__title {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .tmj-page-treatment__title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}

.tmj-page-treatment__title-accent {
  color: #F2861A;
}

.tmj-page-treatment__card {
  margin-top: 5.2rem;
  padding: 4.8rem 4.9rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  box-shadow: 1.2rem 1.2rem 0 rgba(201, 174, 138, 0.28);
}
@media (max-width: 767px) {
  .tmj-page-treatment__card {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
    box-shadow: 0.8rem 0.8rem 0 rgba(201, 174, 138, 0.28);
  }
}

.tmj-page-treatment__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .tmj-page-treatment__text {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.tmj-page-treatment__photos {
  list-style: none;
  margin: 4.4rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .tmj-page-treatment__photos {
    margin-top: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.tmj-page-treatment__photo {
  aspect-ratio: 4/3;
}
.tmj-page-treatment__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   下層：治療の流れ（Figma ページ全体 8:34221）
   FV 8:34222 / 導入 8:34392 / 6ステップ 8:34548
   ============================================================ */
/* ------------------------------------------------------------
   FV のタイトル色分け（8:34222）
   このページだけ「治療の」＝濃茶／「流れ」＝オレンジ の並びなので、
   共通 page-fv の配色を親スコープ限定で入れ替える
   ------------------------------------------------------------ */
.flow-page .page-fv__title {
  color: #F2861A;
}
.flow-page .page-fv__title-accent {
  color: #2B2118;
}

/* ------------------------------------------------------------
   導入 Before Treatment（Figma 8:34392 / 1440×673.77）
   ------------------------------------------------------------ */
.flow-page-intro {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .flow-page-intro {
    padding: 6.4rem 0 4.8rem;
  }
}

.flow-page-intro__circle {
  position: absolute;
  top: 13.485rem;
  left: -2.88rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: #FFFAF2;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-page-intro__circle {
    top: 6rem;
    left: -4rem;
    width: 12rem;
    height: 12rem;
  }
}

.flow-page-intro__dots {
  top: 8.639rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .flow-page-intro__dots {
    display: none;
  }
}

.flow-page-intro__dot {
  position: absolute;
  top: 61.977rem;
  left: 132.52rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #F3C78E;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-page-intro__dot {
    display: none;
  }
}

.flow-page-intro__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.flow-page-intro__en {
  font-size: 1.5rem;
  letter-spacing: 0.24em;
  color: #A06F22;
}
@media (max-width: 767px) {
  .flow-page-intro__en {
    font-size: 1.2rem;
  }
}

.flow-page-intro__line {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .flow-page-intro__line {
    margin-top: 2rem;
  }
}

.flow-page-intro__text {
  margin-top: 3.3rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .flow-page-intro__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.flow-page-intro__photos {
  list-style: none;
  margin: 6rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .flow-page-intro__photos {
    margin-top: 3.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.flow-page-intro__photo {
  aspect-ratio: 211.5/158.63;
}
.flow-page-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------------------------------------------------------------
   6ステップ（Figma 8:34548 / 1440×3276.29）
   背景は45度の細いストライプ（8:34549・x間隔17px＝垂直間隔約12px）
   ------------------------------------------------------------ */
.flow-page-step {
  position: relative;
  overflow: hidden;
  padding: 11.3rem 0;
  background-color: #FFFAF2;
  background-image: repeating-linear-gradient(135deg, #F8F2E7 0 0.1rem, #FFFAF2 0.1rem 1.202rem);
}
@media (max-width: 767px) {
  .flow-page-step {
    padding: 6.4rem 0;
  }
}

.flow-page-step__watermark {
  top: 2.98rem;
  left: 59.07rem;
  font-size: 15rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow-page-step__watermark {
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7.6rem;
  }
}

.flow-page-step__square {
  top: 8.794rem;
  left: 3.152rem;
  width: 13.334rem;
  height: 13.334rem;
}
@media (max-width: 767px) {
  .flow-page-step__square {
    top: 4rem;
    left: 1.2rem;
    width: 7rem;
    height: 7rem;
  }
}

.flow-page-step__dot {
  position: absolute;
  top: 7.3rem;
  left: 138.081rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #F3C78E;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-page-step__dot {
    display: none;
  }
}

.flow-page-step__circle {
  top: 304.77rem;
  left: 4.319rem;
  width: 17rem;
  height: 17rem;
}
@media (max-width: 767px) {
  .flow-page-step__circle {
    display: none;
  }
}

.flow-page-step__dots {
  top: 311.37rem;
  left: 127.841rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .flow-page-step__dots {
    display: none;
  }
}

.flow-page-step__inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.flow-page-step__head {
  text-align: center;
}

.flow-page-step__en {
  gap: 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.24em;
  color: #A06F22;
}
@media (max-width: 767px) {
  .flow-page-step__en {
    font-size: 1.2rem;
  }
}
.flow-page-step__en::before, .flow-page-step__en::after {
  width: 3.4rem;
}
@media (max-width: 767px) {
  .flow-page-step__en::before, .flow-page-step__en::after {
    width: 2.4rem;
  }
}

.flow-page-step__title {
  margin-top: 1.5rem;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .flow-page-step__title {
    margin-top: 1.2rem;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

.flow-page-step__list {
  list-style: none;
  margin: 6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .flow-page-step__list {
    margin-top: 3.6rem;
    gap: 2.4rem;
  }
}

.flow-page-step__item {
  display: flex;
  align-items: center;
  gap: 3.744rem;
  padding: 4.2rem 4.132rem;
  border: 1px solid #F2861A;
  background: #FFFFFF;
  box-shadow: 1rem 1rem 0 rgba(201, 174, 138, 0.22);
}
@media (max-width: 767px) {
  .flow-page-step__item {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding: 2.4rem 2rem;
    box-shadow: 0.5rem 0.5rem 0 rgba(201, 174, 138, 0.22);
  }
}

.flow-page-step__body {
  width: 47.996rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow-page-step__body {
    width: 100%;
  }
}

.flow-page-step__num {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .flow-page-step__num {
    gap: 1rem;
  }
}

.flow-page-step__label {
  padding: 0.6rem 1.4rem;
  background: #8A5C33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.9;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .flow-page-step__label {
    padding: 0.5rem 1.2rem;
    font-size: 1.1rem;
  }
}

.flow-page-step__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 5.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #F2861A;
}
@media (max-width: 767px) {
  .flow-page-step__number {
    font-size: 3.6rem;
  }
}

.flow-page-step__rule {
  flex: 1;
  height: 1px;
  background: #ECDFCA;
}

.flow-page-step__name {
  margin-top: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #2B2118;
}
@media (max-width: 767px) {
  .flow-page-step__name {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}

.flow-page-step__text {
  margin-top: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .flow-page-step__text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.flow-page-step__media {
  position: relative;
  width: 47.996rem;
  flex-shrink: 0;
  aspect-ratio: 479.96/359.97;
}
@media (max-width: 767px) {
  .flow-page-step__media {
    width: 100%;
  }
}
.flow-page-step__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flow-page-step__media::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 100%;
  height: 100%;
  border: 1px solid #E6D7C0;
  z-index: 0;
}
@media (max-width: 767px) {
  .flow-page-step__media::after {
    top: 0.8rem;
    left: 0.8rem;
  }
}

/* ============================================================
   料金表／よくある質問（page-price.php）
   01 料金表     Figma 8:38827
   02 よくある質問 Figma 8:39014（アコーディオンは共通 .faq__* ＝ _index-faq.scss）
   ============================================================ */
/* ------------------------------------------------------------
   01 料金表（Figma 8:38827）
   ------------------------------------------------------------ */
.price-fee {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .price-fee {
    padding: 6.4rem 0;
  }
}
.price-fee .page-sec-head__num {
  font-size: 4.8rem;
  line-height: 1.084;
}
@media (max-width: 767px) {
  .price-fee .page-sec-head__num {
    font-size: 3rem;
  }
}
.price-fee .page-sec-head__title {
  margin-top: 1.5rem;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .price-fee .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.price-fee .sec-line {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .price-fee .sec-line {
    margin-top: 1.6rem;
  }
}

.price-fee__circle {
  position: absolute;
  top: 27.414rem;
  left: -2.88rem;
  z-index: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: #FFFAF2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .price-fee__circle {
    top: 14rem;
    left: -4rem;
    width: 12rem;
    height: 12rem;
  }
}

.price-fee__dots {
  top: 8.639rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .price-fee__dots {
    top: 3rem;
    left: 26rem;
    width: 7rem;
    height: 7rem;
  }
}

.price-fee__square {
  top: 107.358rem;
  left: 8.453rem;
  width: 12.96rem;
  height: 12.96rem;
}
@media (max-width: 767px) {
  .price-fee__square {
    display: none;
  }
}

.price-fee__inner {
  position: relative;
  z-index: 2;
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.price-fee__title {
  color: #2B2118;
}

.price-fee__tax {
  margin-top: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #7D6853;
  text-align: right;
}
@media (max-width: 767px) {
  .price-fee__tax {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}

/* 診療カテゴリ（矯正歯科）のラベル＋横線（Figma 8:38963） */
.price-category {
  display: flex;
  align-items: center;
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .price-category {
    margin-top: 3.2rem;
  }
}

.price-category__label {
  flex-shrink: 0;
  padding: 0.85rem 2rem;
  background: #8A5C33;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  line-height: 1.9;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .price-category__label {
    padding: 0.6rem 1.4rem;
    font-size: 1.5rem;
  }
}

.price-category__line {
  flex: 1;
  height: 1px;
  margin-left: 1.6rem;
  background: #ECDFCA;
}
@media (max-width: 767px) {
  .price-category__line {
    margin-left: 1.2rem;
  }
}

/* 料金カード（Figma 8:38967）：白カード＋右下にずらした色面 */
.price-card {
  margin-top: 2rem;
  padding: 0 4rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  box-shadow: 1.2rem 1.2rem 0 rgba(236, 223, 202, 0.6);
}
@media (max-width: 767px) {
  .price-card {
    margin-top: 1.6rem;
    padding: 0 2rem;
    box-shadow: 0.8rem 0.8rem 0 rgba(236, 223, 202, 0.6);
  }
}

/* 1プラン（左：プラン名＋項目表＋注記／右：金額） */
.price-plan {
  display: grid;
  grid-template-columns: 44.46rem 1fr;
  grid-template-areas: "name  price" "table price" "note  price";
  column-gap: 2.88rem;
  padding: 5rem 0 4rem;
}
@media (max-width: 767px) {
  .price-plan {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "price" "table" "note";
    column-gap: 0;
    padding: 2.8rem 0 2.4rem;
  }
}

.price-plan--second {
  border-top: 1px dotted #ECDFCA;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .price-plan--second {
    padding: 2.4rem 0;
  }
}

.price-plan__name {
  grid-area: name;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .price-plan__name {
    font-size: 1.9rem;
    line-height: 1.7;
  }
}

.price-plan__price {
  grid-area: price;
  align-self: center;
  justify-self: end;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  letter-spacing: 0.02em;
  line-height: 1.9;
  color: #8A5C33;
  text-align: right;
}
@media (max-width: 767px) {
  .price-plan__price {
    margin-top: 0.4rem;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.price-plan__note {
  grid-area: note;
  margin-top: 0.3rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #7D6853;
}
@media (max-width: 767px) {
  .price-plan__note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

/* 項目×値の表（治療期間目安／治療回数目安／リスク・副作用）
   SPでは横スクロールさせず th を上・td を下に積み替える */
.price-table {
  grid-area: table;
  width: 100%;
  margin-top: 1.6rem;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .price-table {
    display: block;
    margin-top: 1.6rem;
  }
}

@media (max-width: 767px) {
  .price-table__body {
    display: block;
  }
}

@media (max-width: 767px) {
  .price-table__row {
    display: block;
    padding-bottom: 1.2rem;
  }
}

.price-table__th {
  width: 10.556rem;
  padding: 0 1.8rem 1rem 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #A06F22;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .price-table__th {
    display: block;
    width: auto;
    padding: 0 0 0.2rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.price-table__td {
  padding: 0 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #5B4A39;
  vertical-align: top;
}
@media (max-width: 767px) {
  .price-table__td {
    display: block;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/* ------------------------------------------------------------
   02 よくある質問（Figma 8:39014）
   アコーディオン本体は共通 .faq__*（_index-faq.scss）をそのまま使う
   ------------------------------------------------------------ */
.price-faq {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12rem;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .price-faq {
    padding: 6.4rem 0;
  }
}
.price-faq .page-sec-head__num {
  font-size: 4.8rem;
  line-height: 1.084;
}
@media (max-width: 767px) {
  .price-faq .page-sec-head__num {
    font-size: 3rem;
  }
}
.price-faq .page-sec-head__title {
  margin-top: 1.5rem;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .price-faq .page-sec-head__title {
    margin-top: 1.2rem;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.price-faq .faq__list {
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .price-faq .faq__list {
    margin-top: 3.2rem;
  }
}

.price-faq__mark {
  position: absolute;
  top: 11.518rem;
  left: -2.88rem;
  z-index: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 24rem;
  line-height: 1;
  color: #FDF3E2;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .price-faq__mark {
    top: 5rem;
    left: -1.2rem;
    font-size: 11rem;
  }
}

.price-faq__dots {
  top: 7rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .price-faq__dots {
    top: 3rem;
    left: 26rem;
    width: 7rem;
    height: 7rem;
  }
}

.price-faq__circle {
  position: absolute;
  top: 153.898rem;
  left: 118.481rem;
  z-index: 0;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #ECDFCA;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .price-faq__circle {
    display: none;
  }
}

.price-faq__square {
  top: 156.578rem;
  left: 6.86rem;
  width: 11.24rem;
  height: 11.24rem;
}
@media (max-width: 767px) {
  .price-faq__square {
    display: none;
  }
}

.price-faq__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================================================
   ドクター紹介／医院案内（Figma ページ 8:42759）

   ※ style.scss では _site-common が本ファイルより後に @use されるため、
     共通クラス（.watermark / .watermark-ja / .sec-line / .deco-square 等）が
     自分で持っているプロパティを上書きするときは
     「.共通クラス.clinic-… 」の複合セレクタで書く（詳細度で勝たせる）。
   ============================================================ */
/* ------------------------------------------------------------
   ① 噛み合わせ・顎関節症の治療をお考えの方へ（Figma 8:42935）
   ------------------------------------------------------------ */
.clinic-message {
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-message {
    padding: 6.4rem 0 4.8rem;
  }
}

.watermark-ja.clinic-message__kanji {
  top: 5.759rem;
  left: 56rem;
  font-size: 28.8rem;
}
@media (max-width: 767px) {
  .watermark-ja.clinic-message__kanji {
    top: 4rem;
    left: 9rem;
    font-size: 14rem;
  }
}

.clinic-message__circle {
  top: 14.291rem;
  left: -2.88rem;
  width: 22rem;
  height: 22rem;
  background: #FFFAF2;
}
@media (max-width: 767px) {
  .clinic-message__circle {
    top: 10rem;
    left: -6rem;
    width: 14rem;
    height: 14rem;
  }
}

.clinic-message__dots {
  top: 8.639rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .clinic-message__dots {
    display: none;
  }
}

.clinic-message__dot {
  position: absolute;
  top: 59.621rem;
  left: 132.52rem;
  z-index: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #F3C78E;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clinic-message__dot {
    display: none;
  }
}

.clinic-message__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.clinic-message__en {
  margin-top: 0.375rem;
}

.clinic-message__title {
  margin-top: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-message__title {
    margin-top: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.sec-line.clinic-message__line {
  width: 25.738rem;
  margin: 2.8rem auto 0;
}
@media (max-width: 767px) {
  .sec-line.clinic-message__line {
    width: 18rem;
    margin-top: 1.8rem;
  }
}
.sec-line.clinic-message__line::before {
  background: linear-gradient(to right, rgba(201, 174, 138, 0), #C9AE8A);
}
.sec-line.clinic-message__line::after {
  background: linear-gradient(to right, #C9AE8A, rgba(201, 174, 138, 0));
}

.clinic-message__text {
  margin-top: 3.32rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .clinic-message__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

/* ------------------------------------------------------------
   ② ドクター紹介（Figma 8:43076）
   ------------------------------------------------------------ */
.clinic-doctor {
  position: relative;
  overflow: hidden;
  padding: 9.6rem 0 11.6rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-doctor {
    padding: 5.6rem 0 6.4rem;
  }
}

.clinic-doctor__quote {
  position: absolute;
  top: 8.639rem;
  left: 4.319rem;
  z-index: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20rem;
  line-height: 1;
  color: #FDF3E2;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .clinic-doctor__quote {
    top: 4rem;
    left: 1.6rem;
    font-size: 10rem;
  }
}

.clinic-doctor__circle {
  top: 5.76rem;
  left: 120.961rem;
  width: 15.839rem;
  height: 15.839rem;
}
@media (max-width: 767px) {
  .clinic-doctor__circle {
    top: 3rem;
    left: 27rem;
    width: 9rem;
    height: 9rem;
  }
}

.clinic-doctor__dots {
  top: 142.387rem;
  left: 5.759rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .clinic-doctor__dots {
    display: none;
  }
}

.clinic-doctor__panel {
  position: absolute;
  top: 113.067rem;
  left: 83.52rem;
  z-index: 0;
  width: 60.48rem;
  height: 46.08rem;
  background: #FDF3E2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clinic-doctor__panel {
    top: 92rem;
    left: 14rem;
    width: 26rem;
    height: 22rem;
  }
}

.clinic-doctor__inner {
  position: relative;
  z-index: 2;
}

.clinic-doctor__head {
  text-align: center;
}

.clinic-doctor__title {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .clinic-doctor__title {
    margin-top: 1rem;
    font-size: 2.6rem;
    line-height: 1.7;
  }
}

.clinic-doctor__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7.2rem;
  margin-top: 5.8rem;
}
@media (max-width: 767px) {
  .clinic-doctor__body {
    display: block;
    margin-top: 3.2rem;
  }
}

.clinic-doctor__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .clinic-doctor__text {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.clinic-doctor__text--second {
  margin-top: 2.201rem;
}
@media (max-width: 767px) {
  .clinic-doctor__text--second {
    margin-top: 1.6rem;
  }
}

.clinic-doctor__media {
  width: 44rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clinic-doctor__media {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.clinic-doctor__photo {
  position: relative;
  aspect-ratio: 440/586.66;
  background: #FDF0DC;
}
@media (max-width: 767px) {
  .clinic-doctor__photo {
    aspect-ratio: 4/5;
  }
}
.clinic-doctor__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.clinic-doctor__photo::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: -1.6rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E6D7C0;
}
@media (max-width: 767px) {
  .clinic-doctor__photo::after {
    top: 1.2rem;
    left: -1.2rem;
  }
}

.clinic-doctor__tab {
  position: absolute;
  top: 2.8rem;
  left: -1.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 9.583rem;
  background: #F2861A;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-doctor__tab {
    top: 2rem;
    left: -1rem;
    width: 3.2rem;
    height: 8rem;
    font-size: 1.1rem;
  }
}

.clinic-doctor__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 2.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.22em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .clinic-doctor__name {
    gap: 1.2rem;
    margin-top: 1.8rem;
    font-size: 2rem;
  }
}

.clinic-doctor__name-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.2rem;
  border: 1px solid #C9AE8A;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
  line-height: 1.9;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .clinic-doctor__name-badge {
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
  }
}

.clinic-doctor__career {
  margin-top: 5.8rem;
  padding: 7.014rem 4.896rem 4.896rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  box-shadow: 1.2rem 1.2rem 0 rgba(201, 174, 138, 0.28);
}
@media (max-width: 767px) {
  .clinic-doctor__career {
    margin-top: 3.6rem;
    padding: 3.2rem 2rem 2.4rem;
    box-shadow: 0.6rem 0.6rem 0 rgba(201, 174, 138, 0.28);
  }
}

.clinic-doctor__career-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.16em;
  line-height: 1.9;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-doctor__career-title {
    font-size: 1.8rem;
  }
}

.clinic-doctor__career-table {
  width: 100%;
  margin-top: 3.2rem;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .clinic-doctor__career-table {
    margin-top: 1.6rem;
  }
}

.clinic-doctor__career-year {
  width: 14.361rem;
  padding: 1.35rem 0 1.369rem;
  border-bottom: 1px solid #ECDFCA;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.045em;
  line-height: 1.9;
  color: #8A5C33;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clinic-doctor__career-year {
    width: 10rem;
    padding: 1rem 0;
    font-size: 1.5rem;
  }
}

.clinic-doctor__career-text {
  padding: 1.35rem 0 1.769rem;
  border-bottom: 1px solid #ECDFCA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #5B4A39;
  vertical-align: top;
}
@media (max-width: 767px) {
  .clinic-doctor__career-text {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}

.clinic-doctor__career-table tbody tr:last-child .clinic-doctor__career-year,
.clinic-doctor__career-table tbody tr:last-child .clinic-doctor__career-text {
  border-bottom: none;
}

/* ------------------------------------------------------------
   ③ 医院案内（Figma 8:43249）
   ------------------------------------------------------------ */
.clinic-info {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .clinic-info {
    padding: 6.4rem 0;
  }
}

.clinic-info__circle {
  top: 10.08rem;
  left: 125rem;
  width: 19rem;
  height: 19rem;
  background: #FDF0DC;
}
@media (max-width: 767px) {
  .clinic-info__circle {
    top: 4rem;
    left: 26rem;
    width: 12rem;
    height: 12rem;
  }
}

.clinic-info__ring {
  bottom: 8.639rem;
  left: -1.439rem;
  width: 24rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .clinic-info__ring {
    bottom: 4rem;
    left: -8rem;
    width: 14rem;
    height: 14rem;
  }
}

.clinic-info__dots {
  top: 5.759rem;
  left: 5.759rem;
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 767px) {
  .clinic-info__dots {
    display: none;
  }
}

.clinic-info__inner {
  position: relative;
  z-index: 2;
}

.clinic-info__head {
  text-align: center;
}

.clinic-info__title {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .clinic-info__title {
    margin-top: 1rem;
    font-size: 2.6rem;
    line-height: 1.7;
  }
}

/* 医院紹介ギャラリー（メイン＋サムネ8枚連動／挙動は js/main.js） */
.clinic-gallery {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-gallery {
    margin-top: 2.4rem;
  }
}

.clinic-gallery__main {
  position: relative;
  aspect-ratio: 1080/607.5;
}
.clinic-gallery__main::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E6D7C0;
}
@media (max-width: 767px) {
  .clinic-gallery__main::after {
    top: 1rem;
    left: 1rem;
  }
}

.clinic-gallery__main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: 1px solid #E6D7C0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.clinic-gallery__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #F2861A;
  border-right: 1px solid #F2861A;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.clinic-gallery__arrow--prev {
  left: 2rem;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow--prev {
    left: 1rem;
  }
}
.clinic-gallery__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.clinic-gallery__arrow--next {
  right: 2rem;
}
@media (max-width: 767px) {
  .clinic-gallery__arrow--next {
    right: 1rem;
  }
}
.clinic-gallery__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.clinic-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.4rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .clinic-gallery__thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    margin-top: 1rem;
  }
}

.clinic-gallery__thumb {
  aspect-ratio: 168.33/126.23;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.clinic-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-gallery__thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px #F2861A;
}

.clinic-info__card {
  margin-top: 4rem;
  padding: 7.001rem 4.6rem 4.6rem;
  border: 1px solid #ECDFCA;
  background: #FFFFFF;
  box-shadow: 1.2rem 1.2rem 0 rgba(201, 174, 138, 0.28);
}
@media (max-width: 767px) {
  .clinic-info__card {
    margin-top: 2.4rem;
    padding: 2.8rem 2rem 2.4rem;
    box-shadow: 0.6rem 0.6rem 0 rgba(201, 174, 138, 0.28);
  }
}

.clinic-info__table {
  width: 100%;
  border-collapse: collapse;
}

.clinic-info__th {
  width: 11.04rem;
  padding: 1.35rem 0 1.389rem;
  border-bottom: 1px solid #ECDFCA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #8A5C33;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clinic-info__th {
    display: block;
    width: 100%;
    padding: 1.2rem 0 0;
    border-bottom: none;
    font-size: 1.4rem;
  }
}

.clinic-info__td {
  padding: 1.35rem 0 1.389rem;
  border-bottom: 1px solid #ECDFCA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #5B4A39;
  vertical-align: top;
}
@media (max-width: 767px) {
  .clinic-info__td {
    display: block;
    width: 100%;
    padding: 0.2rem 0 1.2rem;
    font-size: 1.4rem;
  }
}

.clinic-info__tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #8A5C33;
  text-decoration: none;
}
@media (max-width: 767px) {
  .clinic-info__tel {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .clinic-info__table tbody tr {
    display: block;
    border-bottom: 1px solid #ECDFCA;
  }
}

.clinic-info__table tbody tr:last-child .clinic-info__th,
.clinic-info__table tbody tr:last-child .clinic-info__td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .clinic-info__table tbody tr:last-child {
    border-bottom: none;
  }
}

.clinic-info__hours {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-info__hours {
    margin-top: 2.4rem;
  }
  .clinic-info__hours .hours-table__time {
    padding-right: 0.4rem;
    padding-left: 0;
    font-size: 1.05rem;
    white-space: normal;
  }
  .clinic-info__hours .hours-table__label {
    padding-right: 0.4rem;
    padding-left: 0;
    font-size: 1.15rem;
  }
  .clinic-info__hours .hours-table__day {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 1.15rem;
  }
  .clinic-info__hours .hours-table__mark {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 1.15rem;
  }
}

.clinic-info__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
  margin-top: 4rem;
  border: 1px solid #F2861A;
}
@media (max-width: 767px) {
  .clinic-info__btns {
    grid-template-columns: 1fr;
    margin-top: 2.8rem;
  }
}

.clinic-info__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 12.959rem;
  padding: 1.6rem;
  background: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .clinic-info__btn {
    min-height: 8.4rem;
    padding: 1.6rem 1.2rem;
  }
}

.clinic-info__btn--tel {
  gap: 0.5rem;
  background: #F2861A;
}

.clinic-info__btn-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.26em;
  line-height: 1.9;
  color: #A06F22;
}
@media (max-width: 767px) {
  .clinic-info__btn-en {
    font-size: 1.1rem;
  }
}

.clinic-info__btn-ja {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .clinic-info__btn-ja {
    font-size: 1.6rem;
  }
}

.clinic-info__btn-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-info__btn-label {
    font-size: 1.1rem;
  }
}

.clinic-info__btn-tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-info__btn-tel {
    font-size: 2.6rem;
  }
}

/* ------------------------------------------------------------
   ④ アクセス（Figma 8:43687）
   ------------------------------------------------------------ */
.clinic-access {
  position: relative;
  overflow: hidden;
  padding: 9.6rem 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .clinic-access {
    padding: 5.6rem 0;
  }
}

.watermark.clinic-access__watermark {
  top: 2.88rem;
  right: -1.481rem;
  font-size: 12.96rem;
  line-height: 1;
  color: #FDF3E2;
}
@media (max-width: 767px) {
  .watermark.clinic-access__watermark {
    top: 1.6rem;
    right: -1rem;
    font-size: 6rem;
  }
}

.deco-square.clinic-access__square {
  bottom: 4.554rem;
  left: 3.114rem;
  width: 12.959rem;
  height: 12.959rem;
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .deco-square.clinic-access__square {
    bottom: 2rem;
    left: -2rem;
    width: 8rem;
    height: 8rem;
  }
}

.clinic-access__inner {
  position: relative;
  z-index: 2;
}

.clinic-access__head {
  text-align: center;
}

.clinic-access__title {
  margin-top: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .clinic-access__title {
    margin-top: 1rem;
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

.clinic-access__map {
  margin-top: 4.8rem;
  border: 1px solid #E6D7C0;
  aspect-ratio: 1080/540;
}
@media (max-width: 767px) {
  .clinic-access__map {
    margin-top: 2.8rem;
    aspect-ratio: 4/3;
  }
}
.clinic-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================================
   トップ MV（Figma PC 5:3 / SP 5:6846）
   ============================================================ */
.mv {
  position: relative;
  width: 100%;
  height: 76.341rem;
  overflow: hidden;
  background-color: #FFFAF2;
  background-image: repeating-linear-gradient(115.26deg, #F4E7D3 0 0.618rem, #FFFAF2 0.618rem 1.236rem);
}
@media (max-width: 767px) {
  .mv {
    height: 72rem;
  }
}

.mv .u-scallop--bottom {
  height: 1.3rem;
  background-image: radial-gradient(circle 1.3rem at 1.7rem 100%, #FFFFFF 99%, transparent 100%);
  background-size: 3.4rem 1.3rem;
}
@media (max-width: 767px) {
  .mv .u-scallop--bottom {
    display: none;
  }
}

.mv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mv__slide.is-active {
  opacity: 1;
}

.mv__slide--flip img {
  transform: scaleX(-1);
}

.mv__deco-circle01 {
  top: 9rem;
  left: 112.36rem;
  width: 23rem;
  height: 23rem;
  z-index: 1;
  border: 1px solid rgba(242, 134, 26, 0.35);
}
@media (max-width: 767px) {
  .mv__deco-circle01 {
    top: 3rem;
    left: 22.25rem;
    width: 13rem;
    height: 13rem;
  }
}

.mv__deco-circle02 {
  top: 49.29rem;
  left: 111.84rem;
  width: 12rem;
  height: 12rem;
  z-index: 1;
  background: rgba(138, 92, 51, 0.1);
}
@media (max-width: 767px) {
  .mv__deco-circle02 {
    top: 58.95rem;
    left: 24.5rem;
    width: 7rem;
    height: 7rem;
  }
}

.mv__deco-dots {
  top: 32.195rem;
  left: 126.24rem;
  width: 12rem;
  height: 12rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv__deco-dots {
    top: 29.975rem;
    left: 23.9rem;
  }
}

.mv__body {
  position: relative;
  z-index: 2;
  max-width: 87.6rem;
  margin: 0 auto 0 13rem;
  padding: 14rem 6.4rem;
}
@media (max-width: 767px) {
  .mv__body {
    margin: 0;
    padding: 19.6rem 2rem 0;
  }
}

.mv__label {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.22em;
  line-height: 1.9;
  color: #A06F22;
}
@media (max-width: 767px) {
  .mv__label {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.mv__label-line {
  width: 4.4rem;
  height: 1px;
  background: #C9873A;
}

.mv__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #2B2118;
}
@media (max-width: 767px) {
  .mv__catch {
    gap: 0.55rem;
    text-shadow: 4px 4px 4px #FFFFFF;
  }
}

.mv__catch-lead {
  font-size: 8.6rem;
  letter-spacing: 0.01em;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .mv__catch-lead {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
    line-height: 1.36;
  }
}

.mv__catch-accent {
  color: #F2861A;
}

.mv__catch-sub {
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .mv__catch-sub {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .mv__catch-mark {
    background: linear-gradient(transparent 78%, rgba(242, 134, 26, 0.28) 78%, rgba(242, 134, 26, 0.28) 94%, transparent 94%);
  }
}

.mv__text {
  margin-top: 2.892rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 2.15;
  color: #4A3A2C;
}
@media (max-width: 767px) {
  .mv__text {
    margin-top: 3rem;
    font-size: 1.45rem;
    letter-spacing: 0.08em;
    line-height: 2.15;
  }
}

.mv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.6rem;
  padding: 1.5rem 3rem 1.65rem;
  border-radius: 2px;
  background: #F2861A;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mv__btn {
    width: 20rem;
    height: 5.5rem;
    margin-top: 3.6rem;
    padding: 0;
  }
}

.mv__indicator {
  display: flex;
  gap: 1.4rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .mv__indicator {
    display: none;
  }
}

.mv__indicator-bar {
  width: 3.4rem;
  height: 3px;
  padding: 0;
  border: none;
  background: rgba(138, 92, 51, 0.28);
  cursor: pointer;
  transition: background 0.4s ease;
}

.mv__indicator-bar.is-active {
  background: #F2861A;
}

.mv__scroll {
  position: absolute;
  right: 3.4rem;
  bottom: 7.4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.184rem;
}
@media (max-width: 767px) {
  .mv__scroll {
    display: none;
  }
}
.mv__scroll::after {
  content: "";
  width: 1px;
  height: 5.6rem;
  margin-top: 1.2rem;
  background: #C9AE8A;
}

.mv__scroll-text {
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  letter-spacing: 0.28em;
  line-height: 1.9;
  color: #7D6853;
}

/* ============================================================
   トップ コンセプト（Figma PC 5:315 / SP 5:7118）
   ============================================================ */
.index-concept {
  position: relative;
  overflow: hidden;
  padding: 12rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .index-concept {
    padding: 6.4rem 0 4rem;
  }
}

.index-concept__watermark {
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36rem;
  line-height: 0.9;
  color: #FDF0DC;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .index-concept__watermark {
    top: 3rem;
    font-size: 16rem;
  }
}

.index-concept__circle {
  position: absolute;
  top: 21.635rem;
  left: -2.88rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: #FFF9F1;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-concept__circle {
    top: 18.977rem;
    left: -0.75rem;
    width: 12rem;
    height: 8rem;
  }
}

.index-concept__dots {
  top: 8.64rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .index-concept__dots {
    top: 4rem;
    left: 25.375rem;
  }
}

.index-concept__dot {
  position: absolute;
  top: 102.843rem;
  left: 132.52rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #F3C78E;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-concept__dot {
    top: 92.246rem;
    left: 33.475rem;
  }
}

.index-concept__square {
  top: 89.76rem;
  left: 7.248rem;
  width: 15.37rem;
  height: 15.37rem;
}
@media (max-width: 767px) {
  .index-concept__square {
    top: 85.518rem;
    left: 2.304rem;
    width: 8.3rem;
    height: 8.3rem;
  }
}

.index-concept__vertical {
  position: absolute;
  top: 10.08rem;
  left: 4.319rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.28rem;
}
@media (max-width: 767px) {
  .index-concept__vertical {
    top: 4rem;
    left: 1.125rem;
    width: 1.9rem;
  }
}
.index-concept__vertical::after {
  content: "";
  width: 1px;
  height: 11rem;
  margin-top: 1.4rem;
  background: #E6D7C0;
}
@media (max-width: 767px) {
  .index-concept__vertical::after {
    height: 5rem;
    margin-top: 1.4rem;
  }
}

.index-concept__vertical-text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  line-height: 1.9;
  color: #C2A887;
}
@media (max-width: 767px) {
  .index-concept__vertical-text {
    font-size: 1.1rem;
  }
}

.index-concept__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-concept__inner {
    max-width: 37.5rem;
  }
}

.index-concept__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.7rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .index-concept__title {
    gap: 0.63rem;
    margin-top: 1.7rem;
    font-size: 2.6rem;
    line-height: 1.55;
  }
}

.index-concept__title-sub {
  font-size: 4.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .index-concept__title-sub {
    font-size: 2.03rem;
    letter-spacing: 0.12em;
    line-height: 1.548;
  }
}

.index-concept__line {
  width: 24rem;
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .index-concept__line {
    width: 10.7rem;
    margin-top: 2.8rem;
  }
}

.index-concept__lead {
  margin-top: 3.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #8A5C33;
  text-align: center;
}
@media (max-width: 767px) {
  .index-concept__lead {
    margin-top: 3.5rem;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }
}

.index-concept__lead-accent {
  color: #F2861A;
}

.index-concept__text {
  margin-top: 3.7rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
  text-align: center;
}
@media (max-width: 767px) {
  .index-concept__text {
    margin-top: 2.49rem;
    font-size: 1.4rem;
    line-height: 2.4;
    text-align: left;
  }
}

.index-concept__photos {
  list-style: none;
  margin: 8.7rem 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .index-concept__photos {
    margin-top: 4rem;
    gap: 1rem;
  }
}

.index-concept__photo {
  position: relative;
  flex: 1;
  aspect-ratio: 165.59/220.78;
}
.index-concept__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-concept__photo--02,
.index-concept__photo--04 {
  margin-top: 4.32rem;
}

.index-concept__photo--01::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  border: 1px solid #C9873A;
  z-index: -1;
}

.index-concept__photo--03::after {
  content: "";
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #F2861A;
}
@media (max-width: 767px) {
  .index-concept__photo--03::after {
    top: -1.4rem;
    right: -1rem;
    width: 4.4rem;
    height: 4.4rem;
    opacity: 0.85;
  }
}

.index-concept__photo--05::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0.9rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #C9873A;
  transform: rotate(45deg);
}

.index-concept__photo--06 {
  display: none;
}
@media (max-width: 767px) {
  .index-concept__photo--06 {
    display: block;
    margin-top: 1.8rem;
  }
}

@media (max-width: 767px) {
  .index-concept__photo--01,
  .index-concept__photo--02,
  .index-concept__photo--04,
  .index-concept__photo--05 {
    display: none;
  }
  .index-concept__photo--03 {
    aspect-ratio: 162.5/216.66;
  }
  .index-concept__photo--06 {
    aspect-ratio: 162.5/216.66;
  }
}
/* ============================================================
   トップ お悩みチェックリスト（Figma PC 5:515 / SP 5:7299）
   ============================================================ */
.index-worry {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12.4rem;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .index-worry {
    padding: 6.4rem 0 7.2rem;
  }
}

.index-worry__dots {
  top: 5.76rem;
  left: 5.759rem;
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 767px) {
  .index-worry__dots {
    top: 2.4rem;
    left: 1.5rem;
    width: 9.6rem;
    height: 9.6rem;
  }
}

.index-worry__circle {
  position: absolute;
  top: 10.08rem;
  left: 125rem;
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  background: #FCEDDB;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-worry__circle {
    top: 5rem;
    left: 26.5rem;
    width: 11rem;
    height: 11rem;
  }
}

.index-worry__circle-line {
  top: 58.328rem;
  left: -1.439rem;
  width: 24rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .index-worry__circle-line {
    top: 85.59rem;
    left: -0.375rem;
    width: 14rem;
    height: 14rem;
  }
}

.index-worry__inner {
  position: relative;
  z-index: 2;
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-worry__title {
  position: relative;
  margin-top: 2.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .index-worry__title {
    margin-top: 1.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.index-worry__title-mark {
  background: linear-gradient(transparent 76%, #F3C78E 76%, #F3C78E 88%, transparent 88%);
}

.index-worry__title-q {
  color: #F2861A;
}

.index-worry__sec-dots {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .index-worry__sec-dots {
    margin-top: 1.6rem;
  }
}

.index-worry__card {
  position: relative;
  margin-top: 4.68rem;
  padding: 5.82rem 4.7rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .index-worry__card {
    margin-top: 3.2rem;
    padding: 2.8rem 2rem;
  }
}
.index-worry__card::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 100%;
  height: 100%;
  background: #ECDFCA;
  z-index: -1;
}
@media (max-width: 767px) {
  .index-worry__card::before {
    top: 1rem;
    left: 1rem;
  }
}

.index-worry__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .index-worry__list {
    grid-template-columns: 1fr;
  }
}

.index-worry__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.139rem;
  padding: 1.5rem 0.4rem 1.5rem 4rem;
  border-bottom: 1px dashed #ECDFCA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #3D2F22;
}
@media (max-width: 767px) {
  .index-worry__item {
    min-height: 0;
    padding: 1.5rem 0.4rem 1.5rem 4rem;
    font-size: 1.4rem;
  }
}
.index-worry__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #F2861A;
  transform: translateY(-50%);
}
.index-worry__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.68rem;
  width: 0.48rem;
  height: 0.95rem;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-65%) rotate(45deg);
}

.index-worry__text {
  margin-top: 4.28rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #5B4A39;
  text-align: center;
}
@media (max-width: 767px) {
  .index-worry__text {
    margin-top: 2.8rem;
    font-size: 1.35rem;
    line-height: 2.296;
  }
}

/* ============================================================
   トップ 噛み合わせ／顎関節症について（Figma PC 5:897・5:1082 / SP 5:7679・5:7857）
   写真ブロック＋テキストブロックの左右入れ替え構成
   ============================================================ */
.index-about {
  position: relative;
  overflow: hidden;
  padding: 12rem 0 8.45rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .index-about {
    padding: 6.4rem 0 5.6rem;
  }
}

.index-about--tmj {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .index-about--tmj {
    padding-bottom: 6.4rem;
  }
}

.index-about__panel {
  position: absolute;
  width: 48.959rem;
  height: 46rem;
  background: #FFF9F1;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-about__panel {
    width: 20rem;
    height: 26rem;
  }
}

.index-about--bite .index-about__panel {
  top: 10.08rem;
  left: 0;
  border-radius: 0 24rem 0 0;
}
@media (max-width: 767px) {
  .index-about--bite .index-about__panel {
    top: 4rem;
    border-radius: 0 14rem 0 0;
  }
}

.index-about--tmj .index-about__panel {
  top: 8.64rem;
  right: 0;
  border-radius: 24rem 0 0 0;
}
@media (max-width: 767px) {
  .index-about--tmj .index-about__panel {
    top: 3rem;
    border-radius: 14rem 0 0 0;
  }
}

.index-about__watermark {
  font-size: 15rem;
  line-height: 1.06;
  color: #FDF0DC;
}
@media (max-width: 767px) {
  .index-about__watermark {
    font-size: 6rem;
  }
}

.index-about--bite .index-about__watermark {
  top: 4.219rem;
  left: 123.184rem;
}
@media (max-width: 767px) {
  .index-about--bite .index-about__watermark {
    top: 2rem;
    left: 29.487rem;
  }
}

.index-about--tmj .index-about__watermark {
  top: 1.18rem;
  left: -1.439rem;
  font-size: 19rem;
}
@media (max-width: 767px) {
  .index-about--tmj .index-about__watermark {
    top: 1rem;
    left: -0.375rem;
    font-size: 6rem;
  }
}

.index-about--bite .index-about__dots {
  top: 68.291rem;
  left: 124.961rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .index-about--bite .index-about__dots {
    top: auto;
    left: auto;
    right: 2.25rem;
    bottom: 2rem;
  }
}

.index-about--tmj .index-about__dots {
  top: 78.85rem;
  left: 8.639rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .index-about--tmj .index-about__dots {
    top: auto;
    left: 2.25rem;
    bottom: 3rem;
  }
}

.index-about__inner {
  position: relative;
  z-index: 2;
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .index-about__inner {
    flex-direction: column;
    gap: 3.2rem;
    padding: 0 2rem;
  }
}

.index-about--tmj .index-about__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .index-about--tmj .index-about__inner {
    flex-direction: column-reverse;
  }
}

.index-about__media {
  width: 55.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-about__media {
    width: 100%;
  }
}

.index-about__main {
  position: relative;
  aspect-ratio: 554/415.5;
}
.index-about__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.index-about__main::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid #C9873A;
  z-index: 0;
}

.index-about--bite .index-about__main::before {
  left: 1.4rem;
}

.index-about--tmj .index-about__main::before {
  right: 1.4rem;
}

.index-about__badge {
  position: absolute;
  top: -2.6rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.85;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .index-about__badge {
    top: -2.6rem;
    width: 8rem;
    height: 8rem;
    font-size: 1rem;
  }
}

.index-about--bite .index-about__badge {
  left: 46.8rem;
  background: #F2861A;
}
@media (max-width: 767px) {
  .index-about--bite .index-about__badge {
    left: auto;
    right: -0.5rem;
  }
}

.index-about--tmj .index-about__badge {
  left: -1.8rem;
  background: #8A5C33;
}
@media (max-width: 767px) {
  .index-about--tmj .index-about__badge {
    left: 0;
  }
}

.index-about__num {
  position: absolute;
  bottom: 1.4rem;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 7rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  .index-about__num {
    font-size: 4.4rem;
  }
}

.index-about--bite .index-about__num {
  left: 1rem;
}

.index-about--tmj .index-about__num {
  right: 1rem;
}

.index-about__subs {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .index-about__subs {
    margin-top: 3.8rem;
  }
}

.index-about__sub {
  flex: 1;
  aspect-ratio: 1/1;
}
.index-about__sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-about__body {
  width: 55.4rem;
  flex-shrink: 0;
  padding-top: 12.146rem;
}
@media (max-width: 767px) {
  .index-about__body {
    width: 100%;
    padding-top: 0;
  }
}

.index-about__label {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.22em;
  line-height: 1.77;
  color: #A06F22;
}
@media (max-width: 767px) {
  .index-about__label {
    gap: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.index-about__label-line {
  width: 4.4rem;
  height: 1px;
  background: #C9873A;
}
@media (max-width: 767px) {
  .index-about__label-line {
    width: 3rem;
  }
}

.index-about__title {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .index-about__title {
    margin-top: 1.4rem;
  }
}

.index-about__lead {
  margin-top: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1.9;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .index-about__lead {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}

.index-about__lead-accent {
  color: #F2861A;
}

.index-about__text {
  margin-top: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .index-about__text {
    margin-top: 1.75rem;
    font-size: 1.4rem;
    line-height: 2.3;
  }
}

.index-about__btn {
  margin-top: 1.4rem;
  min-width: 30.1rem;
}
@media (max-width: 767px) {
  .index-about__btn {
    margin-top: 3.2rem;
    max-width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   トップ 治療の流れ（Figma PC 5:1220 / SP 5:7995）
   背景は115度の細いストライプ（Figma 5:1221 の斜線群）
   ============================================================ */
.index-flow {
  position: relative;
  overflow: hidden;
  padding: 11.1rem 0 11.18rem;
  background-color: #FFFAF2;
  background-image: repeating-linear-gradient(135deg, #F8F2E7 0 0.1rem, #FFFAF2 0.1rem 1.202rem);
}
@media (max-width: 767px) {
  .index-flow {
    padding: 6.4rem 0 6.4rem;
  }
}

.index-flow__watermark {
  top: 2.98rem;
  left: 59.07rem;
  font-size: 15rem;
  line-height: 1;
  color: #FDF0DC;
}
@media (max-width: 767px) {
  .index-flow__watermark {
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7.6rem;
  }
}

.index-flow__square {
  top: 8.794rem;
  left: 3.152rem;
  width: 13.334rem;
  height: 13.334rem;
}
@media (max-width: 767px) {
  .index-flow__square {
    top: 4rem;
    left: 1.2rem;
    width: 7rem;
    height: 7rem;
  }
}

.index-flow__dot {
  position: absolute;
  top: 7.3rem;
  left: 138.081rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #F3C78E;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-flow__dot {
    top: 3.4rem;
    left: 34rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.index-flow__circle {
  top: 92.025rem;
  left: 4.319rem;
  width: 17rem;
  height: 17rem;
}
@media (max-width: 767px) {
  .index-flow__circle {
    top: auto;
    left: 1.125rem;
    bottom: 2.1rem;
    width: 10rem;
    height: 10rem;
  }
}

.index-flow__dots {
  top: 98.625rem;
  left: 127.841rem;
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 767px) {
  .index-flow__dots {
    top: auto;
    left: auto;
    right: 1.5rem;
    bottom: 2.5rem;
  }
}

.index-flow__inner {
  position: relative;
  z-index: 2;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-flow__head {
  text-align: center;
}

.index-flow__heading {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.066em;
  line-height: 1.6;
  color: #2B2118;
}
@media (max-width: 767px) {
  .index-flow__heading {
    margin-top: 1.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}

.index-flow__sub {
  margin-top: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #7D6853;
}
@media (max-width: 767px) {
  .index-flow__sub {
    margin-top: 1.6rem;
    font-size: 1.35rem;
  }
}

.index-flow__list {
  list-style: none;
  margin: 5.8rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.83rem 2.8rem;
}
@media (max-width: 767px) {
  .index-flow__list {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.index-flow__item {
  position: relative;
  padding: 0.3rem 0.1rem;
  border: 1px solid #F2861A;
  background: #FFFFFF;
  box-shadow: 4px 4px 0 rgba(242, 134, 26, 0.08);
}

.index-flow__photo {
  position: relative;
  aspect-ratio: 346/216.25;
}
.index-flow__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-flow__num {
  position: absolute;
  top: -1.8rem;
  right: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #F2861A;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-flow__num {
    top: -1.4rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
  }
}

.index-flow__body {
  padding: 2.6rem 2.6rem 0;
  min-height: 10.4rem;
}
@media (max-width: 767px) {
  .index-flow__body {
    padding: 1.8rem;
    min-height: 0;
  }
}

.index-flow__line {
  display: flex;
  align-items: center;
  height: 0.8rem;
}
.index-flow__line::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #F2861A;
}
.index-flow__line::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 0.83rem;
  background: #F0E3D0;
}

.index-flow__diamond {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.83rem;
  background: #D9C7AE;
  transform: rotate(45deg);
}

.index-flow__title {
  margin-top: 1.1rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #2B2118;
}
@media (max-width: 767px) {
  .index-flow__title {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
}

/* ============================================================
   トップ ごあいさつ（Figma PC 5:1704 / SP 5:8470）
   ============================================================ */
.index-greeting {
  position: relative;
  overflow: hidden;
  padding: 11.4rem 0 8rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .index-greeting {
    padding: 6.4rem 0 5.6rem;
  }
}

.index-greeting__panel {
  position: absolute;
  top: 52.518rem;
  left: 83.52rem;
  width: 60.48rem;
  height: 46.08rem;
  background: #FDF5EA;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-greeting__panel {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 24rem;
    height: 24rem;
  }
}

.index-greeting__vertical {
  position: absolute;
  top: 12rem;
  left: -1rem;
  z-index: 0;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 11rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FDF3E2;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .index-greeting__vertical {
    display: none;
  }
}

.index-greeting__dots {
  top: 81.839rem;
  left: 5.759rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .index-greeting__dots {
    top: auto;
    left: 1.5rem;
    bottom: 2.4rem;
  }
}

.index-greeting__quote {
  display: none;
}
@media (max-width: 767px) {
  .index-greeting__quote {
    position: absolute;
    top: 1rem;
    left: 1.125rem;
    z-index: 0;
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 9rem;
    line-height: 1;
    color: #FDF3E2;
    pointer-events: none;
    user-select: none;
  }
}

.index-greeting__en {
  display: none;
}
@media (max-width: 767px) {
  .index-greeting__en {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.4rem;
    letter-spacing: 0.24em;
    line-height: 1.9;
    color: #A06F22;
  }
}

.index-greeting__en-line {
  width: 3rem;
  height: 1px;
  background: #C9873A;
}

.index-greeting__circle {
  top: 5.759rem;
  left: 120.961rem;
  width: 15.839rem;
  height: 15.839rem;
}
@media (max-width: 767px) {
  .index-greeting__circle {
    top: 2.4rem;
    left: 26.625rem;
    width: 9rem;
    height: 9rem;
  }
}

.index-greeting__diamond {
  position: absolute;
  top: 11.311rem;
  left: 130.541rem;
  width: 1.414rem;
  height: 1.414rem;
  background: #F2861A;
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .index-greeting__diamond {
    top: 5.793rem;
    left: 33rem;
    display: block;
  }
}

.index-greeting__inner {
  position: relative;
  z-index: 2;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 767px) {
  .index-greeting__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.index-greeting__body {
  width: 57rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-greeting__body {
    width: 100%;
  }
}

.index-greeting__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .index-greeting__title {
    font-size: 2.6rem;
  }
}

.index-greeting__lead {
  margin-top: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #8A5C33;
}
@media (max-width: 767px) {
  .index-greeting__lead {
    margin-top: 2.1rem;
    font-size: 1.7rem;
  }
}

.index-greeting__lead-accent {
  color: #F2861A;
}

.index-greeting__text {
  margin-top: 1.3rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .index-greeting__text {
    margin-top: 2.489rem;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}

.index-greeting__text--second {
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .index-greeting__text--second {
    margin-top: 2.1rem;
  }
}

.index-greeting__name {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.22em;
  line-height: 1.9;
  color: #2B2118;
}
@media (max-width: 767px) {
  .index-greeting__name {
    margin-top: 2.4rem;
    font-size: 2rem;
    line-height: 1.9;
  }
}

.index-greeting__name-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.2rem;
  border: 1px solid #C9AE8A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
  line-height: 1.9;
  color: #8A5C33;
}

.index-greeting__career {
  margin-top: 3.3rem;
  padding-top: 2rem;
  border-top: 1px dashed #F2861A;
}
@media (max-width: 767px) {
  .index-greeting__career {
    margin-top: 1.4rem;
  }
}

.index-greeting__career-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .index-greeting__career-title {
    font-size: 1.9rem;
    line-height: 2.02;
  }
}

.index-greeting__career-table {
  width: 100%;
  margin-top: 0.6rem;
  border-collapse: collapse;
}

.index-greeting__career-year {
  width: 14rem;
  padding: 0.3rem 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-greeting__career-year {
    width: 11rem;
    font-size: 1.5rem;
    line-height: 2.56;
  }
}

.index-greeting__career-text {
  padding: 0.3rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  color: #5B4A39;
  vertical-align: top;
}
@media (max-width: 767px) {
  .index-greeting__career-text {
    font-size: 1.5rem;
    line-height: 2.56;
  }
}

.index-greeting__media {
  width: 45rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-greeting__media {
    width: 100%;
  }
}

.index-greeting__photo {
  position: relative;
  aspect-ratio: 450/586.66;
}
@media (max-width: 767px) {
  .index-greeting__photo {
    aspect-ratio: 4/5;
  }
}
.index-greeting__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.index-greeting__photo::before {
  content: "";
  position: absolute;
  top: 1.638rem;
  left: -1.587rem;
  width: 100%;
  height: 100%;
  background: #FDF3E2;
  z-index: 0;
}

.index-greeting__tab {
  position: absolute;
  top: 2.8rem;
  left: -1.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 10.957rem;
  background: #F2861A;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-greeting__tab {
    top: 2rem;
    left: -1rem;
    width: 3.2rem;
    height: 9rem;
    font-size: 1.1rem;
  }
}

.index-greeting__thumbs {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: flex;
  gap: 1.3rem;
}

.index-greeting__thumb {
  flex: 1;
  aspect-ratio: 1/1;
}
.index-greeting__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   トップ 写真帯（Figma PC 5:1883 / SP 5:8637）
   ============================================================ */
.index-band {
  position: relative;
  overflow: hidden;
  height: 27.561rem;
  background-color: #8A5C33;
}
@media (max-width: 767px) {
  .index-band {
    height: 12.1rem;
  }
}

.index-band__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.2rem;
  left: 3.639rem;
  right: 3.639rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .index-band__list {
    top: 2rem;
    left: 1.4rem;
    right: 1.7rem;
    gap: 1.3rem;
  }
}

.index-band__item {
  width: 26.6rem;
  aspect-ratio: 266/203.5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-band__item {
    width: 5.9rem;
    aspect-ratio: 59/63;
  }
}
.index-band__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .index-band__item:nth-child(1) {
    aspect-ratio: 59/79;
  }
  .index-band__item:nth-child(2),
  .index-band__item:nth-child(4) {
    margin-top: 1.5rem;
  }
}
.index-band__item:nth-child(1) {
  transform: rotate(-2.5deg);
}

.index-band__item:nth-child(2) {
  transform: rotate(1.5deg);
}

.index-band__item:nth-child(3) {
  transform: rotate(-2deg);
}

.index-band__item:nth-child(4) {
  transform: rotate(1.5deg);
}

.index-band__item:nth-child(5) {
  transform: rotate(-2.5deg);
}

/* ============================================================
   よくある質問（トップ 5:3470 / 料金表ページ 8:39014 で共用）
   アコーディオンは js/main.js（.js-faq-toggle → .faq__item.is-open）
   ============================================================ */
.index-faq {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12rem;
  background: #FDF5EA;
}
@media (max-width: 767px) {
  .index-faq {
    padding: 6.4rem 0 6.4rem;
  }
}

.index-faq__mark {
  position: absolute;
  top: 11.519rem;
  left: -2.88rem;
  z-index: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 24rem;
  line-height: 1;
  color: #FDF3E2;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .index-faq__mark {
    top: 5rem;
    left: -1.2rem;
    font-size: 11rem;
  }
}

.index-faq__dots {
  top: 7rem;
  left: 128.681rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .index-faq__dots {
    top: 3rem;
    left: 25.375rem;
    width: 11rem;
    height: 11rem;
  }
}

.index-faq__square {
  top: 74.213rem;
  left: 5.813rem;
  width: 13.334rem;
  height: 13.334rem;
}
@media (max-width: 767px) {
  .index-faq__square {
    top: auto;
    left: 1.99rem;
    bottom: 2.32rem;
    width: 7.758rem;
    height: 7.758rem;
  }
}

.index-faq__circle {
  position: absolute;
  top: 72.58rem;
  left: 118.481rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(138, 92, 51, 0.06);
  z-index: 0;
}
@media (max-width: 767px) {
  .index-faq__circle {
    top: auto;
    left: auto;
    right: 3rem;
    bottom: 3rem;
    width: 8rem;
    height: 8rem;
  }
}

.index-faq__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-faq__title {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.09em;
  line-height: 1.6;
  color: #2B2118;
  text-align: center;
}
@media (max-width: 767px) {
  .index-faq__title {
    margin-top: 1.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .index-faq__en {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}

.faq__list {
  list-style: none;
  margin: 4.8rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .faq__list {
    margin-top: 3rem;
    gap: 1.4rem;
  }
}

.faq__item {
  position: relative;
  border: 1px solid #E8DCC9;
  background: #FFFFFF;
  box-shadow: 6px 6px 0 rgba(201, 174, 138, 0.22);
}

.faq__question {
  margin: 0;
}

.faq__toggle {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: 100%;
  padding: 2.6rem 3rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq__toggle {
    gap: 1.6rem;
    padding: 1.8rem;
  }
}

.faq__mark {
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
  color: #F2861A;
}

.faq__mark--a {
  color: #A98D68;
}

.faq__question-text {
  flex: 1;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #2B2118;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4rem;
  height: 1px;
  background: #A98D68;
  transition: transform 0.3s ease;
}
.faq__icon::after {
  transform: rotate(90deg);
}

.faq__item.is-open .faq__icon::after {
  transform: rotate(0deg);
}

.faq__answer {
  display: none;
  align-items: flex-start;
  gap: 2.2rem;
  padding: 2rem 2.6rem 2.8rem;
  border-top: 1px dashed #ECDFCA;
}
@media (max-width: 767px) {
  .faq__answer {
    gap: 1.6rem;
    padding: 2rem 1.8rem;
  }
}

.faq__item.is-open .faq__answer {
  display: flex;
}

.faq__answer-text {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .faq__answer-text {
    font-size: 1.35rem;
    line-height: 2.2;
  }
}

.index-faq__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .index-faq__btn-wrap {
    margin-top: 3rem;
  }
}

.index-faq__btn {
  min-width: 25rem;
  justify-content: center;
  background: transparent;
  font-size: 1.4rem;
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #C9873A;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #C9873A;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

.works-modal__player iframe,
.works-modal__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ============================================================
   404ページ（下層ページのトンマナに合わせる）
   ============================================================ */
.not-found {
  position: relative;
  overflow: hidden;
  padding: 11.2rem 0 12rem;
  background: #FFFAF2;
}
@media (max-width: 767px) {
  .not-found {
    padding: 6.4rem 0 6.4rem;
  }
}

.not-found__dots {
  top: 6rem;
  left: 128rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767px) {
  .not-found__dots {
    display: none;
  }
}

.not-found__square {
  top: 40rem;
  left: 6rem;
  width: 13.334rem;
  height: 13.334rem;
}
@media (max-width: 767px) {
  .not-found__square {
    display: none;
  }
}

.not-found__inner {
  position: relative;
  z-index: 2;
  max-width: 94rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.not-found__code {
  font-family: "Cormorant Garamond", serif;
  font-size: 10rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #F2861A;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #2B2118;
}
@media (max-width: 767px) {
  .not-found__lead {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}

.not-found__text {
  margin-top: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #5B4A39;
}
@media (max-width: 767px) {
  .not-found__text {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    text-align: left;
  }
}

.not-found__list {
  list-style: none;
  margin: 4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 2.4rem;
}
@media (max-width: 767px) {
  .not-found__list {
    margin-top: 2.8rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.not-found__link {
  display: inline-block;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #C9AE8A;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #5B4A39;
  text-decoration: none;
}
@media (max-width: 767px) {
  .not-found__link {
    display: block;
    font-size: 1.35rem;
    text-align: left;
  }
}

.not-found__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .not-found__btn-wrap {
    margin-top: 3.2rem;
  }
}

.not-found__btn {
  min-width: 28rem;
  justify-content: center;
  background: transparent;
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
