@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;
  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);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #001740;
}

.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;
  min-height: 100vh;
}

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;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

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

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.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: #AE8D47;
  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;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.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: #AE8D47;
  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: #AE8D47;
}

.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: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・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: #AE8D47;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

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

.to-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.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;
  }
}

/* 固定ヘッダー分の余白（トップも下層も本文がヘッダーに隠れないように） */
#container {
  padding-top: 7.7rem;
}
@media (max-width: 767px) {
  #container {
    padding-top: 5rem;
  }
}

/* ===== ヘッダー ===== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.7rem;
  z-index: 9900;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 23, 64, 0.08);
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
    background: #001740;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    gap: 0;
    padding-right: 0;
  }
}

.l-header__logo {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: #001740;
  padding: 1rem 2rem;
}
.l-header__logo img {
  width: 28rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    background: transparent;
    padding: 0 0 0 1.5rem;
  }
  .l-header__logo img {
    width: 19rem;
  }
}

/* ---- グローバルナビ ---- */
@media (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}

.gnav__item {
  position: relative;
}

.gnav__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001740;
  text-decoration: none;
  white-space: nowrap;
}

.gnav__chev svg {
  display: block;
  width: 1.1rem;
  height: 0.8rem;
  transition: transform 0.25s ease;
}

.gnav__item--dropdown:hover .gnav__chev svg {
  transform: rotate(180deg);
}

/* 診療案内ドロップダウン */
.gnav__item--dropdown:hover .gnav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.gnav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.6rem);
  min-width: 16rem;
  margin-top: 1.4rem;
  padding: 0.8rem 0;
  background: #001740;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 9999;
}

.gnav__dropdown::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: 0;
  width: 100%;
  height: 1.4rem;
}

.gnav__dropdown-item + .gnav__dropdown-item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gnav__dropdown-link {
  display: block;
  padding: 0.9rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.gnav__dropdown-link:hover {
  opacity: 0.65;
}

/* ---- TEL / WEB予約 ---- */
.l-header__cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__cta {
    display: none;
  }
}

.l-header__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 14rem;
  padding: 1rem;
  border: 1px solid #001740;
  color: #001740;
  text-decoration: none;
}

.l-header__tel-icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.l-header__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}

.l-header__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  padding: 1rem;
  background: #001740;
  color: #fff;
  text-decoration: none;
}

.l-header__web-icon svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.l-header__web-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}

/* ---- SNS ---- */
.l-header__sns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-header__sns {
    display: none;
  }
}

.l-header__sns li a {
  display: block;
  width: 3rem;
}

.l-header__sns img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== ハンバーガーボタン（SP） ===== */
.hamburger {
  display: none;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9950;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  transform: translateX(-50%);
  top: calc(50% - 8px);
}

.hamburger span:nth-child(2) {
  transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  transform: translateX(-50%);
  top: calc(50% + 8px);
}

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

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

.hamburger.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* ===== ドロワー（SPメニュー） ===== */
.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 9800;
  background: #001740;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

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

.drawer__inner {
  padding: 8rem 3rem 6rem;
}

.drawer__list {
  list-style: none;
}

.drawer__link,
.drawer__toggle {
  display: block;
  width: 100%;
  padding: 1.4rem 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.drawer__toggle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.drawer__chev svg {
  display: block;
  width: 1.4rem;
  height: 0.9rem;
  transition: transform 0.3s ease;
}

.drawer__item--has-child.is-open .drawer__chev svg {
  transform: rotate(180deg);
}

.drawer__sub {
  list-style: none;
  display: none;
  background: #fff;
  margin: 0.4rem 0.5rem 1rem;
  padding: 0.6rem 2rem;
}

.drawer__item--has-child.is-open .drawer__sub {
  display: block;
}

.drawer__sub-item + .drawer__sub-item {
  border-top: 1px solid rgba(0, 23, 64, 0.1);
}

.drawer__sub-link {
  display: block;
  padding: 1rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #001740;
  text-decoration: none;
}

.l-footer {
  background: #fff;
}

/* ===== 上段：医院情報＋地図 ===== */
.l-footer__top {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding: 6rem 14rem 0;
}
@media (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem 0;
  }
}

/* ---- 左：医院情報 ---- */
.l-footer__info {
  width: 56rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    gap: 2.4rem;
  }
}

.l-footer__logo {
  width: 100%;
  background: #001740;
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
}
.l-footer__logo img {
  width: 28rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    width: 24rem;
  }
}

.l-footer__address {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #001740;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.5rem;
  }
}

.l-footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-footer__contact {
    width: 100%;
    gap: 1.2rem;
  }
}

.l-footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 16rem;
  padding: 1rem;
  border: 1px solid #001740;
  color: #001740;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    flex: 1;
  }
}

.l-footer__tel-icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.l-footer__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}

.l-footer__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 16rem;
  padding: 1rem;
  background: #001740;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__web {
    flex: 1;
  }
}

.l-footer__web-icon svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.l-footer__web-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
}

.l-footer__sns li a {
  display: block;
  width: 4rem;
}

.l-footer__sns img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- 診療時間表 ---- */
.l-footer__hours {
  width: 100%;
}

.l-footer__hours-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  font-family: "Zen Old Mincho", serif;
}

.l-footer__hours-table th,
.l-footer__hours-table td {
  border-bottom: 1px solid rgba(0, 23, 64, 0.15);
  padding: 1rem 0.3rem;
  text-align: center;
  vertical-align: middle;
  color: #001740;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__hours-table th,
  .l-footer__hours-table td {
    font-size: 1.3rem;
    padding: 0.8rem 0.2rem;
  }
}

.l-footer__hours-table thead th {
  font-weight: 500;
}

.l-footer__hours-table th:first-child {
  text-align: left;
  padding-left: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__hours-table th:first-child {
    padding-left: 0.8rem;
  }
}

.l-footer__hours-table td.is-tri {
  color: #AE8D47;
}

.l-footer__hours-note {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #001740;
}
@media (max-width: 767px) {
  .l-footer__hours-note {
    font-size: 1.1rem;
  }
}

/* ---- 右：Googleマップ ---- */
.l-footer__map {
  position: relative;
  width: 56rem;
}
@media (max-width: 767px) {
  .l-footer__map {
    width: 100%;
  }
}

.l-footer__map-frame {
  width: 100%;
  aspect-ratio: 560/440;
  background: #d9d9d9;
}

.l-footer__map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== SITE MAP ===== */
.l-footer__sitemap {
  padding: 5rem 14rem;
}
@media (max-width: 767px) {
  .l-footer__sitemap {
    padding: 4rem 2rem;
  }
}

.l-footer__sitemap-head {
  border-bottom: 2px solid #AE8D47;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .l-footer__sitemap-head {
    margin-bottom: 2rem;
  }
}

.l-footer__sitemap-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #001740;
}

.l-footer__sitemap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 8rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__sitemap-list {
    gap: 1.6rem 2.4rem;
  }
}

.l-footer__sitemap-link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #001740;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__sitemap-link {
    font-size: 1.4rem;
  }
}

/* ===== コピーライト ===== */
.l-copyright {
  background: #001740;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 3rem 1.5rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding: 2rem 1.5rem;
  }
}

@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: #2e5491;
}

.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;
  }
}

/* ===== トップ共通：セクションタイトル ===== */
.sec-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .sec-ttl {
    font-size: 1.8rem;
  }
}

.sec-ttl::after {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  margin: 1.8rem auto 0;
  background: #AE8D47;
}
@media (max-width: 767px) {
  .sec-ttl::after {
    width: 6rem;
    margin-top: 1.5rem;
  }
}

.sec-ttl--light {
  color: #fff;
}

/* ===== トップ共通：「詳しく見る」ボタン ===== */
.more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 24rem;
  height: 4.9rem;
  padding: 0 2rem;
  background: #fff;
  border: 1px solid #001740;
  color: #001740;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: none;
}

.more-btn__arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.more-btn__arrow svg {
  display: block;
  width: 0.7rem;
  height: 1.1rem;
}

.more-btn--light {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* ===== 01 Hero（MV） ===== */
.hero-section {
  position: relative;
  width: 100%;
}

.hero-section__inner {
  position: relative;
  width: 144rem;
  height: 74rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-section__inner {
    width: 37.5rem;
    height: 68rem;
  }
}

/* 背景（PC横並び / SP縦積み。object-fitでフィット） */
.hero-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 大きなフロスト円（Ellipse 64）: 内側の写真をぼかす“すりガラス円”＋柔らかい光る縁。
   幾何: 直径1089px=108.9rem、中心(399.5,195.5)px → 左上(-14.5rem,-34.9rem) */
.hero-section__circle {
  display: none;
}

/* 見出し背後のフロスト板（rgba(255,255,255,.4)＋レイヤーブラー＝縁が柔らかい）
   Figma Rectangle 4 は layer blur(20px)。backdrop ではなく filter で縁をぼかす */
.hero-section__frost {
  position: absolute;
  left: 11.4rem;
  top: 11.3rem;
  width: 59.5rem;
  height: 35.1rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(2rem);
}
@media (max-width: 767px) {
  .hero-section__frost {
    left: 0.4rem;
    top: 1.7rem;
    width: 22.3rem;
    height: 16.7rem;
    filter: blur(1.2rem);
  }
}

/* 左：見出し＋リード＋バッジ */
.hero-section__main {
  position: absolute;
  left: 12.9rem;
  top: 12.1rem;
  width: 58.2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .hero-section__main {
    display: contents;
  }
}

.hero-section__textblock {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .hero-section__textblock {
    position: absolute;
    left: 1.5rem;
    top: 2.5rem;
    width: 21rem;
    gap: 1rem;
    z-index: 2;
  }
}

.hero-section__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 1.4;
  letter-spacing: 0.28rem;
  color: #2e5491;
  text-shadow: 0.6rem 0.6rem 2rem #fff;
}
@media (max-width: 767px) {
  .hero-section__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.hero-section__title-sub {
  font-size: 4.8rem;
  letter-spacing: 0.24rem;
}
@media (max-width: 767px) {
  .hero-section__title-sub {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
}

.hero-section__hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(46, 84, 145, 0.45);
}

.hero-section__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #2e5491;
}
@media (max-width: 767px) {
  .hero-section__lead {
    font-size: 1.5rem;
  }
}

/* バッジ（丸） */
.hero-section__badges {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .hero-section__badges {
    position: absolute;
    left: 2rem;
    top: 23.2rem;
    width: 31rem;
    gap: 0.5rem;
    z-index: 2;
  }
}

.hero-section__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 18rem;
  height: 18rem;
  padding-top: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0.4rem 0.4rem 3rem rgba(0, 23, 64, 0.25);
  color: #2e5491;
}
@media (max-width: 767px) {
  .hero-section__badge {
    width: 10rem;
    height: 10rem;
    padding-top: 1.67rem;
    gap: 0.2rem;
    box-shadow: 0.22rem 0.22rem 1.67rem rgba(0, 23, 64, 0.25);
  }
}

.hero-section__badge-icon {
  display: block;
}

.hero-section__badge-icon svg {
  display: block;
  width: auto;
  height: 4rem;
  fill: currentColor;
}
@media (max-width: 767px) {
  .hero-section__badge-icon svg {
    height: 2.2rem;
  }
}

.hero-section__badge-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-section__badge-title {
    font-size: 1.2rem;
  }
}

.hero-section__badge-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-section__badge-sub {
    font-size: 1rem;
  }
}

/* 右上：筆記体 */
.hero-section__script {
  position: absolute;
  left: 78.6rem;
  top: 27.9rem;
  z-index: 2;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.6;
  color: #2e5491;
  white-space: nowrap;
  transform: rotate(-9.821deg);
  transform-origin: left center;
}
@media (max-width: 767px) {
  .hero-section__script {
    left: 26.1rem;
    top: 7.4rem;
    font-size: 2rem;
  }
}

/* 右下：ネイビーグラデパネル */
.hero-section__panel {
  position: absolute;
  right: 0;
  top: 46.2rem;
  width: 63.2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 12rem;
  color: #fff;
  background: linear-gradient(91deg, rgba(0, 23, 64, 0) 4.57%, rgba(0, 23, 64, 0.7) 32.25%, #001740 99.65%);
}
@media (max-width: 767px) {
  .hero-section__panel {
    top: 39.2rem;
    width: 27.5rem;
    gap: 1rem;
    padding: 2rem 2rem 2rem 4rem;
    background: linear-gradient(88deg, rgba(19, 36, 62, 0) -11.96%, rgba(19, 36, 62, 0.7) 20.31%, #13243E 98.74%);
  }
}

.hero-section__panel-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero-section__panel-title {
    font-size: 1.3rem;
  }
}

.hero-section__panel-list {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero-section__panel-list {
    font-size: 1rem;
  }
}

/* SP限定：TEL / WEB予約（PC Heroには無い）。画面下部に fixed で追従させる */
.hero-section__actions {
  display: none;
}
@media (max-width: 767px) {
  .hero-section__actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9970;
    display: flex;
    gap: 0.6rem;
    padding: 0.8rem;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
}

/* フッター到達で非表示（JSで .is-hidden 付与） */
@media (max-width: 767px) {
  .hero-section__actions.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }
}

/* トップ(home)ではSP追従バーの上に to-top を配置し重なりを防ぐ */
@media (max-width: 767px) {
  body.home .to-top {
    bottom: 6.8rem;
  }
}

.hero-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 16rem;
  padding: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .hero-section__btn {
    width: auto;
    flex: 1;
  }
}

.hero-section__btn--tel {
  background: #fff;
  border: 1px solid #001740;
  color: #001740;
}

.hero-section__btn--web {
  background: #001740;
  color: #fff;
}

.hero-section__btn-icon {
  display: block;
}

.hero-section__btn-icon svg {
  display: block;
  width: auto;
  height: 1.5rem;
  fill: currentColor;
}

/* index-news（02 お知らせ） */
.news-section {
  background: #fff;
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .news-section {
    padding: 5rem 0 6rem;
  }
}

.index-news {
  display: flex;
  gap: 6rem;
  align-items: center;
  max-width: 109.4rem;
  margin-inline: auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-news {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

.index-news__head {
  flex-shrink: 0;
  width: 19.4rem;
}
@media (max-width: 767px) {
  .index-news__head {
    width: auto;
  }
}

.index-news__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  line-height: 1.2;
  color: #001740;
  text-align: center;
}
@media (max-width: 767px) {
  .index-news__ttl {
    font-size: 2rem;
    text-align: left;
  }
}

.index-news__list {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 9.5rem;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .index-news__list {
    max-height: 15rem;
  }
}

.index-news__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #001740;
}

.index-news__link {
  display: flex;
  gap: 4rem;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .index-news__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.3rem;
  }
}

.index-news__date {
  flex-shrink: 0;
}

.index-news__text {
  flex: 1 1 auto;
}

/* ===== 03 こんなお悩みはありませんか？（Worries） ===== */
.worries-section {
  position: relative;
  padding: 6rem 0 8rem;
  /* ネイビーの斜めカット帯（左端フルブリード・右辺を斜めにカット）。
     カード自身がネイビー背景を持つため、帯の右外に並ぶカードでネイビーが右へ広がる。 */
}
@media (max-width: 767px) {
  .worries-section {
    padding: 4rem 0 2rem;
  }
}
.worries-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 106.6rem;
  background: #001740;
  clip-path: polygon(0 0, 100% 0, 87.71% 100%, 0 100%);
}
@media (max-width: 767px) {
  .worries-section::before {
    width: 100%;
    height: 45.8rem;
    bottom: auto;
    clip-path: polygon(0 0, 100% 0, 46.27% 100%, 0 100%);
  }
}

.worries-inner {
  position: relative;
  z-index: 1;
}

.worries-list {
  display: flex;
  justify-content: center;
  width: 120rem;
  max-width: 100%;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .worries-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 32rem;
    margin-top: 2.4rem;
  }
}

.worries-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24rem;
  min-height: 22rem;
  padding-top: 3rem;
  gap: 2rem;
  background: #001740;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .worries-card {
    width: 16rem;
    min-height: 14.7rem;
    padding-top: 2rem;
    gap: 2rem;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .worries-card:nth-child(2) {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .worries-card:nth-child(4) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .worries-card:nth-child(5) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.worries-card__icon {
  display: block;
  width: auto;
  height: 6rem;
}
@media (max-width: 767px) {
  .worries-card__icon {
    height: 4rem;
  }
}

.worries-card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .worries-card__text {
    font-size: 1.3rem;
  }
}

/* ===== トップ 04 当院が選ばれる理由（FEATURES） ===== */
.features-section {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .features-section {
    padding: 2rem 0 4rem;
  }
}

.features-section__ttl {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .features-section__ttl {
    margin-bottom: 2rem;
  }
}

.features-section__body {
  position: relative;
}

/* 薄グレーの英字ウォーターマーク（左寄せ・カード上部に少し重なる） */
.features-section__watermark {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.32rem;
  color: #e8e8e8;
  text-shadow: 0.6rem 0.6rem 2rem #fff;
}
@media (max-width: 767px) {
  .features-section__watermark {
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
}

.features-list {
  display: flex;
  gap: 3rem;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    margin-top: 1rem;
  }
}

.features-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}

.features-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 200/140;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .features-card__img {
    aspect-ratio: 160/100;
  }
}

.features-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.features-card__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .features-card__ttl {
    font-size: 1.5rem;
  }
}

.features-card__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .features-card__desc {
    font-size: 1.2rem;
  }
}

/* ===== 05 診療案内（Medical・7カテゴリ） ===== */
.medical-section {
  background: #001740;
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .medical-section {
    padding: 4rem 0 5rem;
  }
}

.medical-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  max-width: 108rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .medical-list {
    justify-content: flex-start;
    gap: 1.5rem;
    max-width: 33.5rem;
    margin-top: 3rem;
  }
}

.medical-list__item {
  width: 24rem;
}
@media (max-width: 767px) {
  .medical-list__item {
    width: calc((100% - 1.5rem) / 2);
  }
}

.medical-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  min-height: 22.8rem;
  padding: 3rem 0;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .medical-card {
    gap: 1.3rem;
    min-height: 15.5rem;
    padding: 2rem 0;
  }
}

.medical-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}
@media (max-width: 767px) {
  .medical-card__icon {
    height: 4rem;
  }
}

.medical-card__svg {
  display: block;
  width: auto;
  height: 100%;
}

.medical-card__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .medical-card__name {
    font-size: 1.6rem;
  }
}

.medical-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #001740;
  border-radius: 50%;
  color: #001740;
}
@media (max-width: 767px) {
  .medical-card__arrow {
    width: 2rem;
    height: 2rem;
  }
}
.medical-card__arrow svg {
  display: block;
  width: 0.6rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .medical-card__arrow svg {
    width: 0.4rem;
    height: 0.8rem;
  }
}

/* ===== 06 IMPLANT（インプラント訴求） ===== */
.implant-section {
  position: relative;
  width: 100%;
  background: url(../img/top/implant-bg.webp) center center/cover no-repeat;
  overflow: hidden;
}

.implant-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* 暗いネイビーオーバーレイ（左＝濃い→右＝薄い） */
  background: linear-gradient(90deg, rgba(0, 23, 64, 0.9) 0%, rgba(0, 23, 64, 0.86) 30%, rgba(0, 23, 64, 0.55) 70%, rgba(0, 23, 64, 0.4) 100%);
}

.implant-section__inner {
  position: relative;
  z-index: 2;
  max-width: 116rem;
  min-height: 67.1rem;
  margin: 0 auto;
  padding: 6rem 2rem;
}
@media (max-width: 767px) {
  .implant-section__inner {
    min-height: 48.3rem;
    padding: 4rem 2rem;
  }
}

.implant-section__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  max-width: 64.4rem;
}
@media (max-width: 767px) {
  .implant-section__body {
    gap: 2rem;
    max-width: 100%;
  }
}

.implant-section__label {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .implant-section__label {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}

.implant-section__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .implant-section__heading {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.implant-section__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .implant-section__lead {
    font-size: 1.5rem;
  }
}

.implant-section__checks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.implant-section__check {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .implant-section__check {
    gap: 0.5rem;
  }
}

.implant-section__check-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 2.5rem;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .implant-section__check-icon {
    width: 1.5rem;
    height: 1.3rem;
  }
}

.implant-section__check-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .implant-section__check-text {
    font-size: 1.8rem;
  }
}

/* 「詳しく見る」ボタン（共通 .more-btn--light をこのセクション内でだけ配置・SPサイズ調整） */
.implant-section .more-btn {
  position: absolute;
  right: 2rem;
  bottom: 6rem;
}
@media (max-width: 767px) {
  .implant-section .more-btn {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 3rem;
    width: 18rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}

/* ===== 07 はじめてのかたへ（Flow・5ステップ） ===== */
.index-flow {
  padding: 10rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .index-flow {
    padding: 6rem 0;
  }
}

.index-flow__ttl {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .index-flow__ttl {
    margin-bottom: 3rem;
  }
}

/* スライダー枠（PC=横並び固定 / SP=Swiper） */
@media (min-width: 768px) {
  .index-flow__slider {
    overflow: visible;
  }
}

/* ステップ列（.swiper-wrapper） */
@media (min-width: 768px) {
  .index-flow__track {
    align-items: flex-start;
    gap: 0;
  }
}

/* 1ステップ（.swiper-slide）。Swiperベースの width:100% を打ち消すため子孫指定 */
.index-flow__track .index-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: auto;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .index-flow__track .index-flow__step {
    flex: 1 1 0;
  }
}
@media (max-width: 767px) {
  .index-flow__track .index-flow__step {
    width: 26rem;
  }
}

/* ステップ間の「>」セパレータ（各ステップ右端＝隣との境界）。
   PC=最後は非表示 / SP=スライダーはループするので全ステップに表示（隙間の中央へ） */
.index-flow__step::after {
  content: "";
  position: absolute;
  top: 9.3rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #001740;
  border-right: 2px solid #001740;
  transform: translate(50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .index-flow__step::after {
    right: -1.7rem;
    transform: translateY(-50%) rotate(45deg);
  }
}

.index-flow__step:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .index-flow__step:last-child::after {
    display: block;
  }
}

/* 番号（01-05）：Zen Old Mincho Medium・ネイビー（ノード 7:816 実測） */
.index-flow__num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #001740;
}

/* 線アイコン（高さ6rem・ネイビー） */
.index-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}

.index-flow__icon img {
  display: block;
  width: auto;
  height: 6rem;
}

/* ラベル：明朝・ネイビー */
.index-flow__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #001740;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767px) {
  .index-flow__label {
    font-size: 1.8rem;
  }
}

/* SPプログレスバー（Swiper progressbar・スライダー外＝下部に配置）。PCは非表示。
   Swiperが付与する .swiper-pagination-progressbar{position:absolute;top:0} を打ち消して通常フローに */
.index-flow__progress {
  display: none;
}
@media (max-width: 767px) {
  .index-flow__progress {
    display: block;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 2px;
    margin: 3rem auto 0;
    background: rgba(0, 23, 64, 0.2);
    overflow: hidden;
  }
}

.index-flow__progress .swiper-pagination-progressbar-fill {
  background: #001740;
}

/* ボタン */
.index-flow__btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-flow__btnwrap {
    margin-top: 3rem;
  }
}

/* ===== index-sns（08 Instagram ＋ コラム／画面左右2分割・フルブリード） ===== */
.sns-section {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .sns-section {
    flex-direction: column;
  }
}

/* ---- Instagram（左：ネイビー背景） ---- */
.index-insta {
  flex: 1;
  background: #001740;
  padding: 6rem 0 8.9rem;
}
@media (max-width: 767px) {
  .index-insta {
    padding: 3rem 4rem 4rem;
  }
}

.index-insta__inner {
  max-width: 62rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .index-insta__inner {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .index-insta__ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .index-insta__ttl::after {
    width: 6rem;
    margin-top: 1.5rem;
  }
}

/* Instagramバナー（フィード未連携＝公式アカウントへのフォロー誘導カード） */
.index-insta__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4rem;
  padding: 5.6rem 3rem;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 767px) {
  .index-insta__banner {
    gap: 1.8rem;
    margin-top: 2rem;
    padding: 4rem 2rem;
  }
}
.index-insta__banner:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}

.index-insta__banner-icon {
  width: 8.4rem;
  height: 8.4rem;
}
@media (max-width: 767px) {
  .index-insta__banner-icon {
    width: 7rem;
    height: 7rem;
  }
}
.index-insta__banner-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-insta__banner-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .index-insta__banner-lead {
    font-size: 1.8rem;
  }
}

.index-insta__banner-handle {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .index-insta__banner-handle {
    font-size: 1.4rem;
  }
}

.index-insta__banner-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26rem;
  height: 5.4rem;
  margin-top: 0.8rem;
  padding: 0 2rem;
  background: #001740;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .index-insta__banner-btn {
    min-width: 22rem;
    height: 4.8rem;
    font-size: 1.5rem;
  }
}

.index-insta__banner-btn-arrow {
  position: absolute;
  right: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 1.1rem;
  color: #fff;
}
.index-insta__banner-btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---- コラム（右：ゴールド背景） ---- */
.index-column {
  flex: 1;
  background: #AE8D47;
  padding: 6rem 0 5rem;
}
@media (max-width: 767px) {
  .index-column {
    padding: 3rem 2rem 4rem;
  }
}

.index-column__inner {
  max-width: 62rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .index-column__inner {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .index-column__ttl {
    font-size: 1.8rem;
  }
}
.index-column__ttl::after {
  background: #001740;
}
@media (max-width: 767px) {
  .index-column__ttl::after {
    width: 6rem;
    margin-top: 1.5rem;
  }
}

.index-column__list {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-column__list {
    margin-top: 2rem;
  }
}

.index-column__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index-column__item {
    gap: 1.5rem;
  }
}

.index-column__item:first-child {
  padding-top: 0;
}

.index-column__item:last-child {
  padding-bottom: 0;
}

.index-column__item + .index-column__item {
  border-top: 1px solid #fff;
}

.index-column__thumb {
  flex-shrink: 0;
  width: 20rem;
  height: 16rem;
  background: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-column__thumb {
    width: 12rem;
    height: 9.6rem;
  }
}

.index-column__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-column__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.index-column__item-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.09rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-column__item-ttl {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}

.index-column__excerpt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.075rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-column__excerpt {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    -webkit-line-clamp: 2;
  }
}

/* 「詳しく見る」ボタン（.more-btn / --light を踏襲。中央寄せ＋SP寸法だけスコープ上書き） */
.index-column__more {
  display: flex;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .index-column__more {
    width: 18rem;
    height: 3.5rem;
    margin-top: 3rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .index-column__more .more-btn__arrow {
    right: 1rem;
  }
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: "Noto Serif JP", 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: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", 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: #AE8D47;
}

/* ============================================================
   投稿詳細（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: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

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

.single-post__title {
  font-family: "Noto Serif JP", 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 h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #001740;
  margin: 5rem 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #001740;
}
@media (max-width: 767px) {
  .single-post__body h2 {
    font-size: 2rem;
    margin: 4rem 0 2rem;
  }
}
.single-post__body h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  color: #001740;
  margin: 4rem 0 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d5d9e0;
}
@media (max-width: 767px) {
  .single-post__body h3 {
    font-size: 1.8rem;
    margin: 3rem 0 1.4rem;
  }
}
.single-post__body h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #001740;
  margin: 3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .single-post__body h4 {
    font-size: 1.7rem;
  }
}
.single-post__body h2 + p,
.single-post__body h3 + p,
.single-post__body h4 + p {
  margin-top: 0;
}
.single-post__body ul,
.single-post__body ol {
  margin: 0 0 2rem 2.4rem;
}
.single-post__body li {
  margin-bottom: 0.8rem;
  list-style: disc;
}
.single-post__body strong {
  font-weight: 700;
  color: #001740;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #2e5491;
  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: "Noto Serif JP", 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;
  }
}

/* ===================================================================
   クリニック紹介ページ（page-clinic.php）
   Figma: node 11:783 / 全長15005px の総合ページ
   セクション: FV → スタッフ紹介 → 院内紹介 → 設備紹介 →
   はじめての方へ → コラム → 施設基準 → アクセス
   =================================================================== */
/* ===== 下層共通FV（バナー型：写真＋ネイビーオーバーレイ＋中央タイトル）
   clinic / column / 404 で共有。背景画像は各ページで inline style 指定 ===== */
.lower-fv {
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 24rem;
  }
}

.lower-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lower-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lower-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 23, 64, 0.55);
}

.lower-fv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.lower-fv__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.24rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-fv__title {
    font-size: 2.8rem;
  }
}

.lower-fv__line {
  width: 10rem;
  height: 1px;
  background: #AE8D47;
}

/* ===== ページ全体の器 ===== */
.clinic-main {
  padding-bottom: 8rem;
  font-family: "Zen Old Mincho", serif;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-main {
    padding-bottom: 5rem;
  }
}

.clinic-inner {
  width: min(112rem, 100% - 4rem);
  margin-inline: auto;
}

/* ===== 見出し帯（Component）=====
   基本＝ネイビー小見出し（28px）／ --main＝ゴールド大見出し（36px＋内枠）
   両端の斜め装飾は linear-gradient の光沢で再現 */
.clinic-head {
  position: relative;
  z-index: 0;
  width: min(128rem, 100% - 4rem);
  margin-inline: auto;
  height: 7.4rem;
  scroll-margin-top: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001740;
}
@media (max-width: 767px) {
  .clinic-head {
    scroll-margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .clinic-head {
    height: 4.6rem;
  }
}

/* 両端の斜め光沢（Figma: 三角形＋横グラデ #305080/0.5→透明・幅460/1280=35.94%）
   左＝上左三角・色は左端が濃く中央へ透明／右＝下右三角・右端が濃く中央へ透明 */
.clinic-head::before,
.clinic-head::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 35.94%;
  z-index: 0;
  pointer-events: none;
}

.clinic-head::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: linear-gradient(90deg, rgba(48, 80, 128, 0.5) 0%, rgba(48, 80, 128, 0) 100%);
}

.clinic-head::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: linear-gradient(90deg, rgba(48, 80, 128, 0) 0%, rgba(48, 80, 128, 0.5) 100%);
}

.clinic-head__txt {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-head__txt {
    font-size: 1.8rem;
  }
}

.clinic-head--main {
  height: 8.3rem;
  background-color: #b2894d;
}
@media (max-width: 767px) {
  .clinic-head--main {
    height: 5rem;
  }
}

.clinic-head__frame {
  position: absolute;
  inset: 0.5rem;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
@media (max-width: 767px) {
  .clinic-head__frame {
    inset: 0.4rem;
  }
}

.clinic-head--main::before,
.clinic-head--main::after {
  width: 31.25%;
}

.clinic-head--main::before {
  background: linear-gradient(90deg, rgb(172, 118, 39) 0%, rgba(172, 118, 39, 0) 100%);
}

.clinic-head--main::after {
  background: linear-gradient(90deg, rgba(172, 118, 39, 0) 0%, rgb(172, 118, 39) 100%);
}

.clinic-head--main .clinic-head__txt {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .clinic-head--main .clinic-head__txt {
    font-size: 2rem;
  }
}

/* 見出しの縦リズム */
.clinic-head--main {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .clinic-head--main {
    margin-top: 5rem;
  }
}

.clinic-head--sub {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .clinic-head--sub {
    margin-top: 3.4rem;
  }
}

/* ===== 本文テキスト共通 ===== */
.clinic-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-text {
    font-size: 1.4rem;
  }
}

.clinic-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-lead {
    font-size: 1.6rem;
  }
}

/* ===== 写真＋テキストの2カラム（clinic-media）=====
   HTMLの子要素の順序で「写真左/テキスト右」「テキスト左/写真右」を作る */
.clinic-media {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-media {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.clinic-media__img {
  width: 52rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clinic-media__img {
    width: 100%;
  }
}
.clinic-media__img img {
  width: 100%;
  height: auto;
  display: block;
}

.clinic-media__body {
  flex: 1;
  min-width: 0;
}

.clinic-media__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-media__text {
    font-size: 1.4rem;
  }
}

/* 院長あいさつの氏名行 */
.clinic-doctor-name {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .clinic-doctor-name {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }
}

.clinic-doctor-name__role {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .clinic-doctor-name__role {
    font-size: 1.4rem;
  }
}

.clinic-doctor-name__ja {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .clinic-doctor-name__ja {
    font-size: 2.2rem;
  }
}

.clinic-doctor-name__en {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .clinic-doctor-name__en {
    font-size: 1.2rem;
  }
}

/* ===== 経歴（ネイビー帯の中に白カード｜Figma node 2083:1113）===== */
.clinic-band {
  background: #001740;
  margin-top: 4rem;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .clinic-band {
    margin-top: 2.4rem;
    padding: 3rem 0;
  }
}
.clinic-band .clinic-inner {
  background: #fff;
  padding: 4rem 7rem;
}
@media (max-width: 767px) {
  .clinic-band .clinic-inner {
    padding: 3rem 2rem;
  }
}

.clinic-history__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #001740;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 23, 64, 0.5);
}
@media (max-width: 767px) {
  .clinic-history__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
  }
}

.clinic-history__row {
  display: flex;
  gap: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001740;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 23, 64, 0.15);
}
@media (max-width: 767px) {
  .clinic-history__row {
    font-size: 1.4rem;
    padding: 1.2rem 0;
    gap: 0.4rem;
    flex-direction: column;
  }
}

.clinic-history__year {
  width: 14rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clinic-history__year {
    width: auto;
  }
}

.clinic-history__desc {
  flex: 1;
  min-width: 0;
}

/* ===== 歯科衛生士 3名 ピル ===== */
.clinic-pill {
  margin-top: 4rem;
  padding: 2rem 3rem;
  border: 2px solid #001740;
  border-radius: 100rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-pill {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    padding: 1.4rem 2rem;
  }
}

/* ===== スタッフカード（3枚）===== */
.clinic-staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-staff {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.clinic-staff__card {
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .clinic-staff__card {
    gap: 1.4rem;
  }
}

.clinic-staff__img {
  width: 100%;
  aspect-ratio: 320/240;
}
.clinic-staff__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-staff__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #001740;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-staff__name {
    font-size: 2rem;
  }
}

.clinic-staff__desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-staff__desc {
    font-size: 1.4rem;
  }
}

/* ===== 院内紹介（施設カード：写真＋ネイビー帯ラベル＋説明）===== */
.clinic-facility-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-facility-2 {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2.4rem;
  }
}

.clinic-facility__img {
  width: 100%;
  aspect-ratio: 540/331;
}
.clinic-facility__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-facility__label {
  margin-top: 1rem;
  background: #001740;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .clinic-facility__label {
    font-size: 1.6rem;
  }
}

.clinic-facility__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-facility__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* 診療室（写真3枚＋全幅ラベル＋説明） */
.clinic-room {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .clinic-room {
    margin-top: 3rem;
  }
}

.clinic-room__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .clinic-room__photos {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.clinic-room__photo {
  width: 100%;
  aspect-ratio: 360/240;
}
.clinic-room__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-room__label {
  margin-top: 1rem;
  background: #001740;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .clinic-room__label {
    font-size: 1.6rem;
  }
}

.clinic-room__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-room__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ===== 設備紹介（5カード）===== */
.clinic-equip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-equip {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.clinic-equip__img {
  width: 100%;
  aspect-ratio: 360/240;
}
.clinic-equip__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-equip__label {
  margin-top: 1rem;
  background: #001740;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .clinic-equip__label {
    font-size: 1.5rem;
  }
}

.clinic-equip__desc {
  margin-top: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-equip__desc {
    font-size: 1.4rem;
  }
}

/* ===== 予約カードなどの電話/WEBボックス ===== */
.clinic-contact-box {
  margin-top: 4rem;
  width: 32rem;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid #001740;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .clinic-contact-box {
    margin-top: 2.4rem;
    margin-inline: auto;
  }
}

.clinic-contact-box__label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  color: #001740;
}

.clinic-contact-box__row {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #001740;
  text-decoration: none;
}

.clinic-contact-box__row svg {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.clinic-contact-box__num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #001740;
}

.clinic-contact-box--web {
  background: #001740;
  border-color: #001740;
  padding: 1.5rem 1rem;
}

.clinic-contact-box--web .clinic-contact-box__num {
  color: #fff;
}

.clinic-contact-box--web .clinic-contact-box__row {
  color: #fff;
}

.clinic-contact-box__pill {
  width: 26rem;
  max-width: 100%;
  padding: 0.4rem 1rem;
  border-radius: 150rem;
  background: #b2894d;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  color: #fff;
}

.clinic-contact-box__note {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}

/* 箇条書き（持ち物） */
.clinic-checklist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.clinic-checklist__item {
  position: relative;
  padding-left: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-checklist__item {
    font-size: 1.4rem;
  }
}
.clinic-checklist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #AE8D47;
  border-radius: 50%;
}

/* ===== 診療の流れ（6ステップ）===== */
.clinic-flow {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-flow {
    margin-top: 2.4rem;
  }
}

.clinic-flow__step {
  background: #f9f1e5;
  padding: 3rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .clinic-flow__step {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.clinic-flow__img {
  width: 30rem;
  flex-shrink: 0;
  aspect-ratio: 300/200;
}
@media (max-width: 767px) {
  .clinic-flow__img {
    width: 100%;
  }
}
.clinic-flow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-flow__body {
  flex: 1;
  min-width: 0;
}

.clinic-flow__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .clinic-flow__head {
    gap: 1.2rem;
    margin-bottom: 1.4rem;
  }
}

.clinic-flow__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 1rem 2rem;
  background: #AE8D47;
  color: #fff;
  border-radius: 0 4rem 4rem 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clinic-flow__badge {
    padding: 0.6rem 1.4rem;
  }
}

.clinic-flow__badge-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .clinic-flow__badge-label {
    font-size: 1.5rem;
  }
}

.clinic-flow__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .clinic-flow__badge-num {
    font-size: 2rem;
  }
}

.clinic-flow__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-flow__title {
    font-size: 2rem;
  }
}

.clinic-flow__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-flow__text {
    font-size: 1.4rem;
  }
}

.clinic-flow__arrow {
  width: 12rem;
  height: 3rem;
  margin: 0 auto 3rem;
  background: #AE8D47;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .clinic-flow__arrow {
    width: 8rem;
    height: 2rem;
    margin-bottom: 2rem;
  }
}

/* ===== コラム（ネイビー全幅バンド＋白カード6枚）===== */
.clinic-column-band {
  background: #001740;
  margin-top: 8rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .clinic-column-band {
    margin-top: 5rem;
    padding: 4rem 0;
  }
}

.clinic-column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .clinic-column__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.clinic-column__card {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .clinic-column__card {
    gap: 1.4rem;
  }
}

.clinic-column__thumb {
  width: 100%;
  aspect-ratio: 320/200;
  background: #d9d9d9;
  overflow: hidden;
}
.clinic-column__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-column__date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  color: #001740;
}

.clinic-column__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.09rem;
  color: #001740;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.clinic-column__excerpt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075rem;
  color: #001740;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.clinic-column__more {
  display: flex;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .clinic-column__more {
    margin-top: 3rem;
  }
}

/* ===== コラム アーカイブ /column/（白背景・カードは枠付き）===== */
.column-archive {
  padding: 6rem 0 8rem;
}
@media (max-width: 767px) {
  .column-archive {
    padding: 4rem 0 5rem;
  }
}

.column-archive .clinic-column__card {
  border: 1px solid #eaeaea;
  box-shadow: 0 0.2rem 1rem rgba(0, 23, 64, 0.06);
}

.column-archive__pager {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
.column-archive__pager a,
.column-archive__pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #001740;
  text-decoration: none;
  border: 1px solid rgba(0, 23, 64, 0.2);
}
.column-archive__pager .current {
  background: #001740;
  color: #fff;
  border-color: #001740;
}

.column-archive__empty {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #001740;
  padding: 4rem 0;
}

/* ===== 施設基準（グレー全幅バンド｜Figma node 54:979：bg #f0f0f0・py 60px）===== */
.clinic-standard-band {
  background: #f0f0f0;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .clinic-standard-band {
    padding: 4rem 0;
  }
}
.clinic-standard-band .clinic-inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .clinic-standard-band .clinic-inner {
    gap: 2.4rem;
  }
}

.clinic-standard__intro {
  margin: 4rem 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-standard__intro {
    margin: 2.4rem 0;
    font-size: 1.4rem;
    text-align: left;
  }
}

.clinic-standard__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #001740;
}

.clinic-standard__mark {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(-45deg, #001740 50%, #1c3d71 50%);
}

.clinic-standard__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-standard__ttl {
    font-size: 1.6rem;
  }
}

.clinic-standard__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-standard__desc {
    font-size: 1.3rem;
  }
}

/* ===== アクセス ===== */
.clinic-access__top {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-access__top {
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.4rem;
  }
}

.clinic-access__photo {
  width: 52rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .clinic-access__photo {
    width: 100%;
  }
}
.clinic-access__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-access__info {
  flex: 1;
  min-width: 0;
}

.clinic-access__row {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 23, 64, 0.2);
}

.clinic-access__row:first-child {
  border-top: 1px solid rgba(0, 23, 64, 0.2);
}

.clinic-access__label {
  width: 12rem;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-access__label {
    width: 8rem;
    font-size: 1.4rem;
  }
}

.clinic-access__value {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-access__value {
    font-size: 1.4rem;
  }
}

/* 診療時間表 */
.clinic-hours {
  margin-top: 2rem;
  width: 100%;
  border: 1px solid rgba(0, 23, 64, 0.2);
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
}

.clinic-hours th,
.clinic-hours td {
  border-bottom: 1px solid rgba(0, 23, 64, 0.2);
  padding: 1rem 0.2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.6rem;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-hours th,
  .clinic-hours td {
    font-size: 1.2rem;
    padding: 0.8rem 0.1rem;
  }
}

.clinic-hours th:first-child,
.clinic-hours td:first-child {
  text-align: left;
  padding-left: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clinic-hours th:first-child,
  .clinic-hours td:first-child {
    padding-left: 0.6rem;
  }
}

.clinic-hours__mark {
  color: #001740;
  font-size: 1.8rem;
}

.clinic-hours__tri {
  color: #AE8D47;
  font-size: 1.6rem;
}

.clinic-hours__none {
  color: rgba(0, 23, 64, 0.4);
}

.clinic-access__note {
  margin-top: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .clinic-access__note {
    font-size: 1.3rem;
  }
}

/* 電車/車パネル（ネイビー2枚） */
.clinic-access__ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-access__ways {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.clinic-way {
  background: #001740;
  color: #fff;
  text-align: center;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .clinic-way {
    padding: 2.4rem 2rem;
    gap: 1.4rem;
  }
}

.clinic-way__icon {
  width: 8rem;
  height: 8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .clinic-way__icon {
    width: 6rem;
    height: 6rem;
  }
}
.clinic-way__icon svg {
  display: block;
  width: 4rem;
  height: 4rem;
  fill: #fff;
}
@media (max-width: 767px) {
  .clinic-way__icon svg {
    width: 3rem;
    height: 3rem;
  }
}

.clinic-way__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .clinic-way__ttl {
    font-size: 1.8rem;
  }
}

.clinic-way__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .clinic-way__text {
    font-size: 1.4rem;
  }
}

/* ===================================================================
   診療案内ページ 共通コンポーネント
   （page-general / page-implant / page-aesthetic で共有）
   見出し帯は clinic-head（ゴールド--main / ネイビー--sub）を流用。
   FVは lower-fv を流用（タイトル「診療案内」）。
   =================================================================== */
.svc-main {
  padding-bottom: 8rem;
  font-family: "Zen Old Mincho", serif;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-main {
    padding-bottom: 5rem;
  }
}

.svc-inner {
  width: min(112rem, 100% - 4rem);
  margin-inline: auto;
}

.svc-inner--wide {
  width: min(128rem, 100% - 4rem);
}

.svc-qa-band {
  background: #001740;
  margin-top: 4rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .svc-qa-band {
    margin-top: 3rem;
    padding: 4rem 0;
  }
}

.svc-qa-card {
  width: min(128rem, 100% - 4rem);
  margin-inline: auto;
  background: #fff;
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .svc-qa-card {
    padding: 2.4rem 2rem;
  }
}

/* ===== 標準本文テキスト ===== */
.svc-text {
  margin-top: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.svc-text--center {
  text-align: center;
}
@media (max-width: 767px) {
  .svc-text--center {
    text-align: left;
  }
}

/* ===== 写真＋テキストの2カラムカード（Frame 849/850：img520x360＋本文）=====
   デフォルト＝画像左・本文右／ --rev で反転 */
.svc-media {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .svc-media {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.svc-media--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .svc-media--rev {
    flex-direction: column;
  }
}

.svc-media__img {
  width: 52rem;
  flex-shrink: 0;
  aspect-ratio: 520/360;
  background: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .svc-media__img {
    width: 100%;
  }
}
.svc-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-media__body {
  flex: 1;
  min-width: 0;
}

.svc-media__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-media__title {
    font-size: 2.2rem;
  }
}

.svc-media__title + .svc-media__title {
  margin-top: 0.6rem;
}

.svc-media__text {
  margin-top: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-media__text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.svc-ref-link {
  color: #AE8D47;
  text-decoration: none;
}

/* ===== ラベル（Frame 722：斜め2トーンの30px四角＋テキスト・下線）===== */
.svc-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #001740;
}

.svc-label__mark {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(-45deg, #001740 50%, #1c3d71 50%);
}

.svc-label__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #001740;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .svc-label__txt {
    font-size: 1.8rem;
    white-space: normal;
  }
}

.svc-label__rank {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .svc-label__rank {
    font-size: 1.8rem;
  }
}

.svc-label__sub {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .svc-label__sub {
    font-size: 1.5rem;
  }
}

/* ===== TROUBLE（薄グレーパネル＋下向きシェブロン＋症状チェックリスト）===== */
.svc-trouble {
  margin-top: 5rem;
  padding: 3rem 3rem 6rem;
  border-top: 0.5rem solid #001740;
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1120 397' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1120V145.556L561.75 326.078L0 145.556V0Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .svc-trouble {
    margin-top: 3rem;
    padding: 2.4rem 2rem 4rem;
  }
}

.svc-trouble__en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  line-height: 1.2;
  color: #001740;
  text-align: center;
}
@media (max-width: 767px) {
  .svc-trouble__en {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}

.svc-trouble__bar {
  margin-top: 1rem;
  background: #001740;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .svc-trouble__bar {
    margin-top: 1rem;
    padding: 1.4rem;
  }
}

.svc-trouble__bar-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .svc-trouble__bar-txt {
    font-size: 1.8rem;
  }
}

.svc-trouble__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .svc-trouble__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}

.svc-trouble__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #001740;
}
@media (max-width: 767px) {
  .svc-trouble__item {
    padding: 1.2rem 0;
  }
}

.svc-trouble__item-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.svc-trouble__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #001740;
}

.svc-trouble__item-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-trouble__item-txt {
    font-size: 1.4rem;
  }
}

/* ===== STEP フロー（clinic-flow と同型：クリーム地＋ゴールドSTEPバッジ＋下三角）=====
   画像は横長(300x200)が基本。--sq で正方形(200x200) */
.svc-flow {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .svc-flow {
    margin-top: 2.4rem;
  }
}

.svc-flow__step {
  background: #f9f1e5;
  padding: 3rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .svc-flow__step {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.svc-flow__img {
  width: 30rem;
  flex-shrink: 0;
  aspect-ratio: 300/200;
  background: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .svc-flow__img {
    width: 100%;
  }
}
.svc-flow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-flow__img--sq {
  width: 20rem;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .svc-flow__img--sq {
    width: 20rem;
    margin-inline: auto;
  }
}

.svc-flow__body {
  flex: 1;
  min-width: 0;
}

.svc-flow__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .svc-flow__head {
    gap: 1.2rem;
    margin-bottom: 1.4rem;
  }
}

.svc-flow__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 1rem 2rem;
  background: #AE8D47;
  color: #fff;
  border-radius: 0 4rem 4rem 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .svc-flow__badge {
    padding: 0.6rem 1.4rem;
  }
}

.svc-flow__badge-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .svc-flow__badge-label {
    font-size: 1.5rem;
  }
}

.svc-flow__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .svc-flow__badge-num {
    font-size: 2rem;
  }
}

.svc-flow__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-flow__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.svc-flow__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-flow__text {
    font-size: 1.4rem;
  }
}

.svc-flow__arrow {
  width: 12rem;
  height: 3rem;
  margin: 0 auto 3rem;
  background: #AE8D47;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .svc-flow__arrow {
    width: 8rem;
    height: 2rem;
    margin-bottom: 2rem;
  }
}

/* ===== グリッドカード（進行段階・骨造成・人工歯・詰め物/被せ物）=====
   svc-label（ラベル）＋画像＋説明文。列数は --2/--3/--4 で指定 */
.svc-grid {
  display: grid;
  gap: 4rem 2.6rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

@media (min-width: 768px) {
  .svc-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .svc-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .svc-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.svc-grid__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.svc-grid__item--panel {
  background: #f0f0f0;
  padding: 3rem;
}
@media (max-width: 767px) {
  .svc-grid__item--panel {
    padding: 2rem;
  }
}

.svc-grid__img {
  width: 100%;
  aspect-ratio: 3/2;
  background: #d9d9d9;
  overflow: hidden;
}
.svc-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-grid__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-grid__text {
    font-size: 1.4rem;
  }
}

/* ===== 定義リスト（●ラベル＋インデント本文：手術前後の過ごし方・注意点）===== */
.svc-notes {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.svc-notes__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.svc-notes__dot {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #001740;
}

.svc-notes__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-notes__label {
    font-size: 1.6rem;
  }
}

.svc-notes__text {
  margin-top: 0.4rem;
  padding-left: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-notes__text {
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
}

/* ===== Q&A アコーディオン ===== */
.svc-qa {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .svc-qa {
    gap: 2.4rem;
  }
}

.svc-qa__item {
  border-top: 1px solid #001740;
  border-bottom: 1px solid #001740;
}

.svc-qa__q {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 4rem 3rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .svc-qa__q {
    gap: 1.2rem;
    padding: 2rem 3rem 2rem 0;
  }
}

.svc-qa__q-mark {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-qa__q-mark {
    font-size: 2.4rem;
  }
}

.svc-qa__q-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-qa__q-txt {
    font-size: 1.5rem;
  }
}

.svc-qa__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .svc-qa__toggle {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.svc-qa__toggle::before,
.svc-qa__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2px;
  background: #001740;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .svc-qa__toggle::before,
  .svc-qa__toggle::after {
    width: 1.6rem;
  }
}

.svc-qa__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s;
}

.svc-qa__item.is-open .svc-qa__toggle::after {
  opacity: 0;
}

.svc-qa__a {
  display: none;
  gap: 2rem;
  padding: 0 0 3rem;
}
@media (max-width: 767px) {
  .svc-qa__a {
    gap: 1.2rem;
    padding-bottom: 2rem;
  }
}

.svc-qa__item.is-open .svc-qa__a {
  display: flex;
}

.svc-qa__a-mark {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .svc-qa__a-mark {
    font-size: 2rem;
  }
}

.svc-qa__a-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .svc-qa__a-txt {
    font-size: 1.4rem;
  }
}

/* ===================================================================
   診療案内ページ（page-general.php / Figma node 13:2392）固有スタイル
   ①一般歯科 ②歯周病 ③口臭予防 ④口腔外科 を1ページに束ねた構成。
   FV/見出し/写真カード/TROUBLE/STEP/グリッド/ラベル/ピルは
   共通コンポーネント（_page-service.scss・_page-clinic.scss）を流用。
   ここは共通に無い「口臭の原因」2カラムのグレーカード群だけを定義する。
   =================================================================== */
/* ===== 口臭の原因：グレーカード2×2（Frame 872：写真なし・ラベル＋本文）=====
   各カードは #f0f0f0 地。ラベルは共通の svc-label をそのまま使う */
.general-cause-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .general-cause-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.general-cause-card {
  background: #f0f0f0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .general-cause-card {
    padding: 2rem;
    gap: 1.4rem;
  }
}

.general-cause-card__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .general-cause-card__text {
    font-size: 1.4rem;
  }
}

/* ===================================================================
   インプラント（page-implant.php / Figma node 14:531）ページ固有スタイル
   共通は _page-service.scss（svc-*）・_page-clinic.scss（lower-fv / clinic-head）を流用。
   ここには比較表など「このページ固有の見た目」だけを implant- プレフィックスで置く。
   =================================================================== */
/* ===== ラベル付きテキストブロック（メリット・デメリット等：svc-label＋svc-text）===== */
.implant-textblock {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .implant-textblock {
    margin-top: 3rem;
  }
}

.implant-merit-band {
  margin-top: 4rem;
  padding: 4rem 0;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .implant-merit-band {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.implant-merit-band .implant-textblock:first-child {
  margin-top: 0;
}

/* ===== インプラント／ブリッジ／入れ歯 比較表 =====
   PC＝4カラムのグリッド表（特徴列＝ネイビー地・白文字／データ列＝白地・ネイビー罫）
   SP＝横スクロールさせず、項目ごとに縦積みのカードへ組み替える（各義歯名をラベル表示） */
.implant-table {
  width: min(128rem, 100% - 4rem);
  margin: 4rem auto 0;
  border-top: 1px solid #001740;
}
@media (max-width: 767px) {
  .implant-table {
    margin-top: 2.4rem;
    border-top: 0;
  }
}

.implant-table__head-row,
.implant-table__row {
  display: grid;
  grid-template-columns: 20rem repeat(3, 1fr);
}
@media (max-width: 767px) {
  .implant-table__head-row,
  .implant-table__row {
    display: block;
  }
}

@media (max-width: 767px) {
  .implant-table__row {
    margin-top: 2rem;
  }
}

.implant-table__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #001740;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .implant-table__feature {
    padding: 1.2rem;
    font-size: 1.6rem;
    border-bottom: 0;
  }
}

.implant-table__corner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #001740;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .implant-table__corner {
    display: none;
  }
}

.implant-table__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border-right: 1px solid #001740;
}
@media (max-width: 767px) {
  .implant-table__head {
    border: 1px solid #001740;
    padding: 1.6rem;
  }
}

.implant-table__head-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .implant-table__head-name {
    font-size: 1.7rem;
  }
}

.implant-table__head-img {
  width: 24rem;
  max-width: 100%;
  aspect-ratio: 240/160;
  overflow: hidden;
}
.implant-table__head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.implant-table__cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  background: #fff;
  color: #001740;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  border-top: 1px solid #001740;
  border-right: 1px solid #001740;
}
@media (max-width: 767px) {
  .implant-table__cell {
    display: block;
    text-align: left;
    padding: 1.4rem 1.6rem;
    border-top: 0;
    border-right: 1px solid #001740;
    border-left: 1px solid #001740;
    border-bottom: 1px solid #001740;
    font-size: 1.4rem;
  }
}

.implant-table__row--last .implant-table__cell {
  border-bottom: 1px solid #001740;
}

.implant-table__cell-name {
  display: none;
}
@media (max-width: 767px) {
  .implant-table__cell-name {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #AE8D47;
  }
}

.implant-table__cell-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #001740;
}
@media (max-width: 767px) {
  .implant-table__cell-text {
    font-size: 1.4rem;
  }
}

/* ===================================================================
   審美歯科・ホワイトニング（page-aesthetic.php / Figma node 14:649）
   構成はすべて診療案内の共通コンポーネントで表現できるため、
   ページ固有スタイルは不要（下記の既存クラスを流用）:
     FV          … lower-fv 系（_page-clinic.scss）
     見出し帯    … clinic-head / --main（ゴールド）/ --sub（ネイビー）
     写真＋本文  … svc-media（svc-media__title / __text）
     TROUBLE     … svc-trouble 系
     グリッド    … svc-grid --2/--3 ＋ svc-label
     STEPフロー  … svc-flow 系
     Q&A         … svc-qa 系（帯背景 svc-band）
   ※ 以上は _page-service.scss に定義済み。固有調整が生じたら
     ここに aesthetic- プレフィックスで追記する。
   =================================================================== */
/* ===================================================================
   料金表ページ（Figma node 12:1571）
   FV=lower-fv（タイトル「料金表」）／見出し=clinic-head（--main ゴールド・--sub ネイビー）
   コンテンツ幅=svc-inner（112rem）／製品ラベル=svc-label を流用。
   固有: price-table（料金テーブル）・price-card（写真＋スペック表）・
         price-pros（メリット/デメリット）・price-payment（キャッシュレス決済）。
=================================================================== */
.price-main {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .price-main {
    padding-bottom: 5rem;
  }
}

/* ---- 料金テーブル（ラベル列=ネイビー地/白文字・値列=白地/ネイビー文字）---- */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .price-table {
    margin-top: 2.4rem;
  }
}

.price-table__label {
  width: 50%;
  background: #001740;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .price-table__label {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

.price-table__value {
  background: #fff;
  color: #001740;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 1rem;
  border: 1px solid #001740;
}
@media (max-width: 767px) {
  .price-table__value {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

/* ---- 製品ユニット（■ラベル＋カード＋メリット/デメリット）---- */
.price-item {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .price-item {
    margin-top: 3rem;
  }
}

/* 写真（360×280）＋スペック表 の2カラム */
.price-card {
  margin-top: 2rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .price-card {
    flex-direction: column;
    gap: 2rem;
    margin-top: 1.6rem;
  }
}

.price-card__photo {
  flex-shrink: 0;
  width: 36rem;
  height: 28rem;
}
@media (max-width: 767px) {
  .price-card__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 360/280;
  }
}
.price-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-card__body {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .price-card__body {
    width: 100%;
  }
}

/* 料金 見出し（料金 18px ＋ 金額 24px） */
.price-fee {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  font-family: "Zen Old Mincho", serif;
  color: #001740;
  line-height: 1.6;
}

.price-fee__label {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .price-fee__label {
    font-size: 1.6rem;
  }
}

.price-fee__yen {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .price-fee__yen {
    font-size: 2rem;
  }
}

/* スペック表（素材/耐久性/審美性/金属アレルギー対応） */
.price-spec {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
}

.price-spec__label {
  width: 24rem;
  background: #001740;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 1rem;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .price-spec__label {
    width: 12rem;
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

.price-spec__value {
  background: #fff;
  color: #001740;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 1rem;
  border: 1px solid #001740;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .price-spec__value {
    font-size: 1.5rem;
    padding: 0.8rem;
  }
}

/* メリット / デメリット（ゴールド / ネイビーの2ボックス・同高さ） */
.price-pros {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .price-pros {
    grid-template-columns: 1fr;
  }
}

.price-pros__item {
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .price-pros__item {
    padding: 2.4rem 2rem;
  }
}

.price-pros__item--merit {
  background: #b2894d;
}

.price-pros__item--demerit {
  background: #001740;
}

.price-pros__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .price-pros__title {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
  }
}

.price-pros__text {
  margin-top: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .price-pros__text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

/* ---- キャッシュレス決済（全幅ネイビー帯＋白パネルにロゴ画像）---- */
.price-payment {
  margin-top: 8rem;
  background: #001740;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .price-payment {
    margin-top: 5rem;
    padding: 4rem 0;
  }
}

.price-payment__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .price-payment__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.price-payment__panel {
  margin: 4rem auto 0;
  width: min(112rem, 100% - 4rem);
  background: #fff;
  padding: 4rem;
}
@media (max-width: 767px) {
  .price-payment__panel {
    margin-top: 2.4rem;
    padding: 2rem;
  }
}

.price-payment__logos {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
   制作事例（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: "Noto Serif JP", 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: #AE8D47;
}

.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;
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #001740;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #001740;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.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;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.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;
}
@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;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.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;
}
@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 {
  font-size: 2rem;
  line-height: 2;
}
.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;
  }
}
@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 */
