@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: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

.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-hero）
   クリニック紹介ページと同じ「全幅写真バンド（オーバーレイ無し）」。
   blue-radical / fee / recruit などはこれを使う。
   ============================================================ */
.page-hero {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-hero {
    height: 22rem;
  }
}

.page-hero__bg {
  width: 100%;
  height: 100%;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* =========================================================
   下層ページMV：中央にページタイトル（白文字）
   ・画像に黒レイヤーを重ねて視認性を確保
   ・テキストにはシャドウを付与
   対象MV: .page-hero / .medical-mv / .staff-fv / .page-clinic__hero
   ========================================================= */
.page-hero,
.medical-mv,
.staff-fv,
.page-clinic__hero {
  position: relative;
}

.mv-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.mv-heading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.mv-heading__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 767px) {
  .mv-heading__en {
    font-size: 1.8rem;
  }
}

.mv-heading__ja {
  margin-top: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mv-heading__ja {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
}

.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: #607788;
  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: #607788;
}
@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: #607788;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

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

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

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

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

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

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

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

.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;
}
@media (max-width: 767px) {
  #container {
    padding-top: 5rem;
  }
}

/* ============================================================
   SP 画面下固定の追従ボタン（電話／アクセス／WEB予約）
   template-parts/sp-fix-area.php ／ SPのみ表示
   ============================================================ */
.sp-fix {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    z-index: 9970;
  }
}

.sp-fix__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.sp-fix__btn--tel {
  width: 6rem;
  flex-shrink: 0;
  background: #607788;
}

.sp-fix__btn--access {
  flex: 1;
  flex-direction: row;
  gap: 0.8rem;
  background: #9fa9af;
}

.sp-fix__btn--web {
  flex: 1.4;
  background: #3e7297;
}

.sp-fix__label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

.sp-fix__sub {
  font-size: 1rem;
}

.sp-fix__web-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.sp-fix__icon svg {
  display: block;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・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: #607788;
  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: 7rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

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

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

/* ============================================================
   共通：下層ページのセクション帯タイトル（.sec-band）
   濃いグレーの平行四辺形＋斜めストライプ＋下垂線。全下層ページ共通。
   ============================================================ */
.sec-band {
  position: relative;
  width: 100%;
  height: 12rem;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec-band {
    height: 7rem;
  }
}
.sec-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #D2D6D9;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.sec-band::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  background: repeating-linear-gradient(to right, rgba(217, 217, 217, 0.4) 0, rgba(217, 217, 217, 0.4) 3px, transparent 5px, transparent 10px);
}

.sec-band__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-band__title {
    font-size: 1.8rem;
  }
}

.sec-band__line {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -2rem;
  width: 1px;
  height: 5rem;
  background: #677178;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec-band__line {
    height: 3.4rem;
    bottom: -1.4rem;
  }
}

/* =========================================================
   永続トップバー（Frame 846）
   ========================================================= */
.l-headbar {
  width: 100%;
  background: #9fa9af;
  position: relative;
  z-index: 9900;
}
@media (max-width: 767px) {
  .l-headbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5rem;
    background: #9fa9af;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.l-headbar__inner {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .l-headbar__inner {
    height: 5rem;
    padding: 0 1.2rem;
  }
}

.l-headbar__logo {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-headbar__logo {
    font-size: 2rem;
    color: #fff;
  }
}

.l-headbar__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .l-headbar__contact {
    display: none;
  }
}

/* お問い合わせ TEL */
.l-headbar__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 3rem;
}

.l-headbar__tel-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.l-headbar__tel-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.l-headbar__tel-icon {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
}
.l-headbar__tel-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-headbar__tel-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

/* 住所ボックス */
.l-headbar__address {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6rem;
  padding: 0 2.5rem;
  background: #607788;
  text-decoration: none;
}

.l-headbar__address-icon {
  display: inline-flex;
  width: 1.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.l-headbar__address-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-headbar__address-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* WEB予約ボックス */
.l-headbar__web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 16rem;
  height: 6rem;
  padding: 0 1.5rem;
  background: #3e7297;
  text-decoration: none;
  white-space: nowrap;
}

.l-headbar__web-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.l-headbar__web-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.l-headbar__web-icon {
  display: inline-flex;
  width: 1.7rem;
  height: 1.5rem;
}
.l-headbar__web-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-headbar__web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

/* =========================================================
   グローバルナビ（Frame 856）／スクロールで sticky 追従
   ========================================================= */
.gnav {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 1.5rem 2rem 0;
}
@media (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav__list {
  max-width: 128rem;
  margin: 0 auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 3px solid #3e7297;
}

.gnav__sep {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: #81a3ba;
}

.gnav__item {
  position: relative;
}

.gnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.gnav__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #677178;
}

.gnav__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #81a3ba;
}

.gnav__link--dropdown {
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
}

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

.gnav__chevron {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #677178;
  border-bottom: 1px solid #677178;
  transform: rotate(45deg) translateY(-0.2rem);
}

/* 診療内容ドロップダウン（ホバーで開く） */
.gnav__dropdown {
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  z-index: 9999;
  padding: 1.6rem 2rem;
  background: rgba(96, 119, 136, 0.95);
  border-radius: 0.4rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

/* トリガーとドロップダウンの隙間（1.2rem）を透明ブリッジで埋め、
   サブメニューへカーソル移動中にホバーが切れて閉じるのを防ぐ */
.gnav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.2rem;
  height: 1.2rem;
}

.gnav__item--has-dropdown:hover .gnav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.gnav__dropdown-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 3rem;
}

.gnav__dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  height: 4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

/* 三角マーカーは絵文字化を避けるため文字ではなくCSSのborderで描画 */
.gnav__dropdown-mark {
  flex: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-color: transparent transparent transparent currentColor;
}

/* =========================================================
   スクロール追従ナビ（Figma node 5-137）
   #9fa9af 帯に白ナビ＋お問い合わせ＋WEB予約。スクロールでFVを過ぎたら .is-active
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9899;
  width: 100%;
  background: #9fa9af;
  padding: 1.7rem 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.l-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #3e7297;
}
@media (max-width: 767px) {
  .l-header {
    display: none;
  }
}

.l-header.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 4rem;
}

/* 追従ナビ内の gnav を白文字・左寄せに上書き */
.l-header .gnav {
  position: static;
  width: auto;
  background: transparent;
  padding: 0;
}

.l-header .gnav__list {
  max-width: none;
  margin: 0;
  gap: 1.6rem;
  padding-bottom: 1.4rem;
  border-bottom: none;
}

.l-header .gnav__ja,
.l-header .gnav__en,
.l-header .gnav__sep {
  color: #fff;
}

.l-header .gnav__chevron {
  border-color: #fff;
}

/* 追従ナビ右側 CTA */
.l-header__cta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.l-header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 6rem;
  padding: 0 3rem;
}

.l-header__tel-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-header__tel-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

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

.l-header__tel-num {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-header__web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 16rem;
  height: 6rem;
  padding: 0 1.5rem;
  background: #3e7297;
  text-decoration: none;
  white-space: nowrap;
}

.l-header__web-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-header__web-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.l-header__web-icon {
  display: inline-flex;
  width: 1.7rem;
  height: 1.5rem;
}
.l-header__web-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-header__web-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

/* =========================================================
   ハンバーガー（SP）
   ========================================================= */
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    right: 1.2rem;
    top: 0.4rem;
    z-index: 10000;
    width: 4.2rem;
    height: 4.2rem;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: #9fa9af;
    cursor: pointer;
  }
}

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

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

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

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

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

/* スライドインメニュー */
.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9990;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  }
}

.hamburger-menu.active {
  transform: translateX(0);
}

.hamburger-menu__scroll {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.hamburger-menu__wrapper {
  min-height: 100vh;
  padding: 7rem 3rem 5rem;
}

.hamburger-menu__list {
  list-style: none;
}

.hamburger-menu__listItem {
  border-bottom: 1px solid #d9dde0;
}

.hamburger-menu__listLink {
  display: block;
  padding: 1.6rem 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #677178;
  text-decoration: none;
  line-height: 1.2;
}
.hamburger-menu__listLink span {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #81a3ba;
}

.hamburger-menu__listItem--parent {
  position: relative;
}

.hamburger-menu__parent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger-menu__parent-row .hamburger-menu__listLink {
  flex: 1;
}

/* 診療内容トグル（<button>化したのでリセット。遷移せずサブメニュー開閉） */
.hamburger-menu__listLink--parent {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}

.hamburger-menu__toggle {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.hamburger-menu__toggle::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #677178;
  border-bottom: 2px solid #677178;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.hamburger-menu__listItem--parent.is-open .hamburger-menu__toggle::before {
  transform: translate(-50%, -20%) rotate(-135deg);
}

/* サブメニュー（青パネル・開閉） */
.hamburger-menu__sub {
  list-style: none;
  background: #607788;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin 0.4s ease;
  margin: 0;
}

.hamburger-menu__listItem--parent.is-open .hamburger-menu__sub {
  max-height: 120rem;
  margin: 0.4rem 0 1.2rem;
}

.hamburger-menu__sub-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hamburger-menu__sub-item:last-child {
  border-bottom: none;
}

.hamburger-menu__sub-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

/* 三角マーカーは絵文字化を避けるため文字ではなくCSSのborderで描画 */
.hamburger-menu__sub-mark {
  flex: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-color: transparent transparent transparent currentColor;
}

.l-footer {
  background: #efefef;
  padding: 5rem 0 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 3.5rem 0 0;
  }
}

/* SP：画面下固定ボタン(6rem)に隠れないよう余白 */
@media (max-width: 767px) {
  .l-copyright {
    margin-bottom: 6rem;
  }
}

.l-footer__logo {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  color: #677178;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

/* 予約／診療時間 2カラム */
.l-footer__top {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    gap: 3rem;
  }
}

.l-footer__contact,
.l-footer__hours {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.l-footer__bar {
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__bar {
    font-size: 2rem;
  }
}

.l-footer__bar--navy {
  background: #3e7297;
  border: 2px solid #3e7297;
}

.l-footer__bar--blue {
  background: #607788;
  border: 2px solid #607788;
}

.l-footer__contact-note {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #677178;
}
@media (max-width: 767px) {
  .l-footer__contact-note {
    font-size: 1.5rem;
  }
}

.l-footer__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 8rem;
  background: #fff;
  text-decoration: none;
}
.l-footer__box::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid #607788;
}

.l-footer__box-label {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #607788;
}

.l-footer__box-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.l-footer__box-icon {
  display: inline-flex;
}
.l-footer__box-icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.l-footer__box-num {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #607788;
}

/* 診療時間テーブル */
.l-footer__hours-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #677178;
}

.l-footer__hours-table tr {
  border: 1px solid #677178;
}

.l-footer__hours-table th,
.l-footer__hours-table td {
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #677178;
  padding: 1.2rem 0.4rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table th,
  .l-footer__hours-table td {
    font-size: 1.3rem;
    padding: 0.9rem 0.2rem;
  }
}

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

.l-footer__hours-table tbody th {
  white-space: nowrap;
  font-weight: 400;
}

.l-footer__hours-table .is-closed {
  color: #aab2b7;
}

.l-footer__hours-note {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #677178;
}
@media (max-width: 767px) {
  .l-footer__hours-note {
    font-size: 1.2rem;
    text-align: left;
  }
}

/* Googleマップ */
.l-footer__map {
  width: 100%;
  aspect-ratio: 1280/560;
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .l-footer__map {
    aspect-ratio: 4/3;
    margin: 3rem 0;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* フッターナビ */
.l-footer__nav {
  display: flex;
  gap: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
  }
}

.l-footer__nav-col:first-child {
  flex-shrink: 0;
}
.l-footer__nav-col:last-child {
  flex: 1;
  min-width: 0;
}

.l-footer__nav-title {
  font-family: "Lora", serif;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .l-footer__nav-title {
    font-size: 2.6rem;
  }
}

.l-footer__nav-line {
  display: block;
  width: 56rem;
  max-width: 100%;
  height: 2px;
  background: #677178;
  margin: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .l-footer__nav-line {
    width: 100%;
  }
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 3rem 4rem;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1rem;
  }
}

@media (max-width: 767px) {
  .l-footer__nav-list--sitemap {
    grid-template-columns: 1fr;
  }
}

.l-footer__nav-list--medical {
  width: 56rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-footer__nav-list--medical {
    width: 100%;
  }
}

.l-footer__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #677178;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.l-footer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #81a3ba;
}
@media (max-width: 767px) {
  .l-footer__nav-link::before {
    border-width: 0.8rem 0 0.8rem 1rem;
  }
}

/* コピーライト */
.l-copyright {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #677178;
  padding: 3rem 1rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.2rem;
    padding: 2rem 1rem;
  }
}

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

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

/* ============================================================
   クリニック紹介（Figma node 30:965）
   ============================================================ */
.page-clinic {
  background: #fff;
}

/* ---- ヒーロー（全幅写真バンド・40rem） ---- */
.page-clinic__hero {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-clinic__hero {
    height: 22rem;
  }
}

.page-clinic__hero-bg {
  width: 100%;
  height: 100%;
}
.page-clinic__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ---- セクション帯タイトル（.sec-band）は foundation/_base.scss に共通化（全下層ページ共用） ---- */
/* ============================================================
   診療理念・コンセプト（暗い背景の3カード）
   ============================================================ */
.clinic-philosophy__body {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clinic-philosophy__body {
    padding: 4.8rem 2rem;
  }
}

.clinic-philosophy__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/clinic/concept-bg.webp") center/cover no-repeat;
  transform: scaleX(-1) scale(1.08);
  filter: blur(6px);
}
.clinic-philosophy__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 20, 0.35);
}

.clinic-philosophy__list {
  position: relative;
  z-index: 1;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__list {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 0;
  }
}

.clinic-philosophy__item {
  width: 36rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .clinic-philosophy__item {
    width: 30rem;
    gap: 1.4rem;
  }
}

.clinic-philosophy__no {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-philosophy__no {
    font-size: 4.4rem;
  }
}

.philosophy-card {
  position: relative;
  width: 100%;
  height: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom right, #fff 0 50%, #ececec 50% 100%);
}
@media (max-width: 767px) {
  .philosophy-card {
    height: 21rem;
  }
}
.philosophy-card::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 2.4rem;
  bottom: 2.4rem;
  border-top: 1px solid #677178;
  border-left: 1px solid #677178;
  pointer-events: none;
}
.philosophy-card::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  right: 0.9rem;
  bottom: 1rem;
  border-right: 1px solid #677178;
  border-bottom: 1px solid #677178;
  pointer-events: none;
}

.philosophy-card__ja {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy-card__ja {
    font-size: 2rem;
  }
}

.philosophy-card__en {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #607788;
  text-align: center;
  margin-top: 0.4rem;
}

.philosophy-card__line {
  position: relative;
  display: block;
  width: 18.6rem;
  height: 0;
  border-top: 1px dotted #b4bcc2;
  margin: 2.2rem 0 3.4rem;
}
@media (max-width: 767px) {
  .philosophy-card__line {
    width: 15rem;
    margin: 1.8rem 0 2.4rem;
  }
}

.philosophy-card__lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy-card__lead {
    font-size: 1.7rem;
  }
}

/* ============================================================
   当院の特徴
   ============================================================ */
.clinic-feature {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .clinic-feature {
    padding-bottom: 3rem;
  }
}

/* --- 01・02：全幅写真＋テキスト（左右交互） --- */
.clinic-feature__row {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  padding: 3rem 0;
  background: #EFEFEF;
}
@media (max-width: 767px) {
  .clinic-feature__row {
    flex-direction: column;
    margin-top: 3rem;
    padding: 0 0 3rem;
  }
}

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

.clinic-feature__photo {
  flex: 0 0 50%;
  width: 50%;
  height: 44rem;
}
@media (max-width: 767px) {
  .clinic-feature__photo {
    flex: none;
    width: 100%;
    height: 24rem;
  }
}
.clinic-feature__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-feature__text {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  background: #fff;
  height: 44rem;
  position: relative;
}
.clinic-feature__text::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid #3e7297;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clinic-feature__text {
    flex: none;
    width: 100%;
    height: auto;
    padding: 3.4rem 2.4rem;
  }
}

.clinic-feature__no {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-feature__no {
    font-size: 5rem;
  }
}

.clinic-feature__no-1 {
  color: #677178;
}

.clinic-feature__no-2 {
  color: #3e7297;
}

.clinic-feature__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #677178;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .clinic-feature__title {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}

.clinic-feature__line {
  display: block;
  width: 24rem;
  max-width: 100%;
  height: 1px;
  background: #81a3ba;
  margin: 2.4rem 0;
}
@media (max-width: 767px) {
  .clinic-feature__line {
    width: 18rem;
    margin: 1.8rem 0;
  }
}

.clinic-feature__body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .clinic-feature__body {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.clinic-feature__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 31.4rem;
  max-width: 100%;
  height: 6rem;
  margin-top: 3rem;
  background: #3e7297;
}
@media (max-width: 767px) {
  .clinic-feature__tel {
    width: 28rem;
    height: 5.2rem;
    margin-top: 2.4rem;
  }
}

.clinic-feature__tel-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .clinic-feature__tel-text {
    font-size: 1.5rem;
  }
}

.clinic-feature__tel-arrow {
  position: absolute;
  right: 1.4rem;
  bottom: 0.6rem;
  width: 1.6rem;
  height: 0.9rem;
}
.clinic-feature__tel-arrow::before {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 0;
  width: 14rem;
  height: 1px;
  background: #677178;
}
.clinic-feature__tel-arrow::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 0;
  width: 1rem;
  height: 1px;
  background: #677178;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

/* --- 03・04：写真上＋テキスト下の2カラム --- */
.clinic-feature__cols {
  max-width: 132rem;
  margin: 11rem auto 0;
  padding: 0 8rem;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 767px) {
  .clinic-feature__cols {
    flex-direction: column;
    margin-top: 5rem;
    padding: 0 2rem;
    gap: 5rem;
  }
}

.clinic-feature__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clinic-feature__col-photo {
  width: 100%;
  height: 32rem;
  box-shadow: 1.5rem 1.5rem 0 0 #e1ebf1;
}
@media (max-width: 767px) {
  .clinic-feature__col-photo {
    height: 22rem;
    box-shadow: 1rem 1rem 0 0 #e1ebf1;
  }
}
.clinic-feature__col-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-feature__col-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .clinic-feature__col-text {
    margin-top: 3rem;
  }
}

/* ============================================================
   設備紹介（写真ギャラリー：4列グリッド）
   ============================================================ */
.clinic-facility__inner {
  max-width: 131.8rem;
  margin: 0 auto;
  padding: 8rem 2rem 0;
}
@media (max-width: 767px) {
  .clinic-facility__inner {
    padding: 4.8rem 2rem 0;
  }
}

.clinic-facility__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.6rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .clinic-facility__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.4rem;
    row-gap: 1.6rem;
  }
}

.facility-card {
  display: flex;
  flex-direction: column;
}

.facility-card__photo {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility-card__photo {
    height: 14rem;
  }
}
.facility-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-card__photo--empty {
  background: #d9d9d9;
}

.facility-card__cap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .facility-card__cap {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

/* ============================================================
   患者さんへのご案内
   ============================================================ */
.clinic-guide__inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 8rem 2rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .clinic-guide__inner {
    padding: 4.8rem 2rem 6rem;
    gap: 3rem;
  }
}

.clinic-guide__block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .clinic-guide__block {
    gap: 1.8rem;
  }
}

.clinic-guide__head {
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 2rem;
  background: #efefef;
  border-left: 4px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .clinic-guide__head {
    min-height: auto;
    padding: 1.4rem 1.6rem;
    font-size: 1.6rem;
  }
}

.clinic-guide__body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .clinic-guide__body {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

/* =========================================================
   院長紹介ページ（page-staff）
   ========================================================= */
.staff {
  background: #fff;
}

/* ----- FV（診療室の帯ビジュアル）----- */
.staff-fv {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .staff-fv {
    height: 18rem;
  }
}

.staff-fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- 共通：装飾セクションタイトル帯（ご挨拶 / 初めての方へ）----- */
/* ----- ご挨拶セクション ----- */
.staff-greeting {
  position: relative;
  margin-top: 4rem;
  padding: 8rem 0;
  background-color: #e1ebf1;
}
@media (max-width: 767px) {
  .staff-greeting {
    margin-top: 2.4rem;
    padding: 4rem 0;
  }
}

.staff-greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/staff/greeting-bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.staff-greeting__inner {
  position: relative;
  z-index: 1;
  max-width: 123rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  gap: 7rem;
  align-items: center;
}
@media (max-width: 767px) {
  .staff-greeting__inner {
    flex-direction: column;
    gap: 2.8rem;
  }
}

.staff-greeting__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 767px) {
  .staff-greeting__body {
    align-items: stretch;
    gap: 1.6rem;
  }
}

.staff-greeting__head {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .staff-greeting__head {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }
}

.staff-greeting__role {
  flex-shrink: 0;
  min-width: 12rem;
  padding: 1rem 0;
  background: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #67717b;
  letter-spacing: 0.36rem;
}
@media (max-width: 767px) {
  .staff-greeting__role {
    min-width: 8rem;
    font-size: 1.5rem;
    padding: 0.6rem 0.8rem;
  }
}

.staff-greeting__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #677178;
  letter-spacing: 0.32rem;
}
@media (max-width: 767px) {
  .staff-greeting__name {
    font-size: 2.4rem;
  }
}

.staff-greeting__en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #3e7297;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .staff-greeting__en {
    font-size: 1.3rem;
  }
}

.staff-greeting__text {
  width: 64rem;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #677178;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .staff-greeting__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.staff-greeting__career {
  box-sizing: border-box;
  width: 64rem;
  max-width: 100%;
  padding: 2rem 3rem;
  background: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .staff-greeting__career {
    width: 100%;
    padding: 1.6rem 1rem;
    gap: 1.6rem;
  }
}

.staff-greeting__career-head {
  padding-left: 3rem;
  border-left: 4px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .staff-greeting__career-head {
    padding-left: 2rem;
    font-size: 1.7rem;
  }
}

.staff-greeting__career-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .staff-greeting__career-list {
    padding-left: 0.5rem;
    gap: 1.2rem;
  }
}

.staff-greeting__career-item {
  position: relative;
  padding-left: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #677178;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .staff-greeting__career-item {
    font-size: 1.4rem;
    padding-left: 2.6rem;
  }
}
.staff-greeting__career-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .staff-greeting__career-item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.2rem;
  }
}

.staff-greeting__photo {
  flex-shrink: 0;
  width: 48rem;
  height: 56rem;
  border: 8px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .staff-greeting__photo {
    width: 100%;
    height: 36rem;
    border-width: 6px;
  }
}

.staff-greeting__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- 初めての方へ（帯は共通 .sec-band を使用）以下のセクション群 ----- */
.first-visit {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .first-visit {
    padding-bottom: 4.4rem;
  }
}

/* ----- 共通：青帯セクション見出し ----- */
.band-blue {
  position: relative;
  max-width: 132rem;
  width: 100%;
  margin: 8rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .band-blue {
    margin-top: 4.4rem;
  }
}

.band-blue__inner {
  position: relative;
  height: 9.4rem;
  background: #81a3ba;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .band-blue__inner {
    height: 6rem;
  }
}
.band-blue__inner::before, .band-blue__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.band-blue__inner::before {
  top: 0.6rem;
}
.band-blue__inner::after {
  bottom: 0.6rem;
}

.band-blue__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .band-blue__title {
    font-size: 2rem;
  }
}

/* ----- 共通：小見出し（左ボーダー＋#efefef）----- */
.staff-subhead {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 1rem 2rem;
  background: #efefef;
  border-left: 4px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: #677178;
}
@media (max-width: 767px) {
  .staff-subhead {
    min-height: 5rem;
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}

/* ----- 患者様とのお約束 ----- */
.promise {
  margin: 4rem auto 0;
  max-width: 132rem;
  width: 100%;
  padding: 4rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .promise {
    margin-top: 2.4rem;
    padding: 2.4rem 2rem;
  }
}

.promise__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .promise__list {
    gap: 2.4rem;
  }
}

.promise__item {
  background: #fff;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .promise__item {
    padding: 2.4rem 2rem;
    gap: 1.6rem;
  }
}

.promise__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #677178;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .promise__text {
    font-size: 1.4rem;
  }
}

/* ----- ご予約について ----- */
.reserve-note {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 0;
}
@media (max-width: 767px) {
  .reserve-note {
    padding-top: 2.4rem;
  }
}

.reserve-note__lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  color: #677178;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .reserve-note__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}

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

.reserve-note__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 1rem 2rem;
  background: #efefef;
  border-left: 4px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: #677178;
}
@media (max-width: 767px) {
  .reserve-note__item {
    min-height: 5rem;
    font-size: 1.4rem;
    padding: 0.8rem 1.4rem;
  }
}

/* ----- 初診時のご来院について ----- */
.first-care {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 0;
}
@media (max-width: 767px) {
  .first-care {
    padding-top: 2.4rem;
  }
}

.first-care__lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  color: #677178;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .first-care__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* 来院フロー */
.flow {
  margin: 4rem auto 0;
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow {
    flex-wrap: wrap;
    gap: 1.6rem 1.2rem;
    justify-content: center;
  }
}

.flow__item {
  flex-shrink: 0;
  width: 18rem;
}
@media (max-width: 767px) {
  .flow__item {
    width: calc((100% - 1.2rem) / 2);
  }
}

.flow__photo {
  width: 100%;
  height: 14rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flow__photo {
    height: 11rem;
  }
}

.flow__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow__label {
  height: 4rem;
  background: #81a3ba;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__label {
    font-size: 1.2rem;
  }
}

.flow__arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow__arrow {
    display: none;
  }
}
.flow__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 1rem;
  border-color: transparent transparent transparent #81a3ba;
}

/* ----- Q&A（アコーディオン：Qは常に白 / 背景は端から端までグレー）-----
   Figma 2035:1794：セクション背景 #efefef（フルブリード）・Qは白・下線 #677178・余白20px。
   ユーザー指定：グレーは画面端から端まで。開いてもQの背景は白のまま、Aだけグレーに乗る。 */
.qa {
  margin-top: 4rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 6rem 0;
  background: #efefef;
}
@media (max-width: 767px) {
  .qa {
    margin-top: 2rem;
    padding: 3rem 0;
  }
}

.qa__inner {
  box-sizing: border-box;
  max-width: 116rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .qa__inner {
    gap: 2rem;
  }
}

.qa__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  border: none;
  border-bottom: 1px solid #677178;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa__q {
    padding: 1.4rem 0.4rem;
    gap: 1rem;
  }
}

.qa__q-text {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .qa__q-text {
    font-size: 1.5rem;
  }
}

.qa__q-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.qa__icon {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.04rem;
  position: relative;
}
.qa__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #677178;
  border-bottom: 2px solid #677178;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .qa__icon::before {
    width: 1rem;
    height: 1rem;
  }
}

.qa__item.is-open .qa__icon::before {
  top: 0.4rem;
  transform: translateX(-50%) rotate(225deg);
}

/* 回答の開閉パネル */
.qa__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.qa__item.is-open .qa__panel {
  max-height: 60rem;
}

.qa__a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0 2rem 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #677178;
}
@media (max-width: 767px) {
  .qa__a {
    padding: 0 1.4rem 1.4rem;
  }
}

.qa__a-mark {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .qa__a-mark {
    font-size: 1.5rem;
  }
}

.qa__a-text {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .qa__a-text {
    font-size: 1.4rem;
  }
}

/* ============================================================
   診療内容（page-medical）
   Figma node 36:2884
   ============================================================ */
.page-medical {
  background: #fff;
}

/* ===== メインビジュアル（Rectangle 1：1440×400） ===== */
.medical-mv {
  width: 100%;
}

.medical-mv__img {
  width: 100%;
  height: 40rem;
}
@media (max-width: 767px) {
  .medical-mv__img {
    height: 20rem;
  }
}
.medical-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 全体ラッパ（トップの .medical と衝突しないよう一意名に） ===== */
.medical-content {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .medical-content {
    padding-bottom: 6rem;
  }
}

/* 各診療項目セクション（アンカー） */
.med-sec {
  scroll-margin-top: 18rem;
}

/* セクション内の本文コンテナ（Figma x=80 / width=1280）。
   本文・見出しは左右8rem（80px）内側。サブ帯/比較表/写真グリッドは
   負マージンで全幅へ break-out する。 */
.med-inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 10rem;
}
@media (max-width: 767px) {
  .med-inner {
    padding: 0 2rem;
  }
}

/* 全幅へ広げる要素（左右の8rem内側を打ち消す） */
.med-agetable,
.med-photogrid,
.med-centerhead,
.med-steps {
  margin-left: -8rem;
  margin-right: -8rem;
}
@media (max-width: 767px) {
  .med-agetable,
  .med-photogrid,
  .med-centerhead,
  .med-steps {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ============================================================
   タイトル帯（h120：#d2d6d9・Serif 32px・下に縦線）
   ============================================================ */
/* ============================================================
   サブ見出し帯（h94：#81a3ba・白・Serif 28px・上下に細線）
   ============================================================ */
.med-subband {
  position: relative;
  background: #81a3ba;
  min-height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  margin: 6rem -8rem 4rem;
}
@media (max-width: 767px) {
  .med-subband {
    min-height: 6rem;
    padding: 2rem 1rem;
    margin: 4rem 0 3rem;
  }
}
.med-subband::before, .med-subband::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.med-subband::before {
  top: 0.6rem;
}
.med-subband::after {
  bottom: 0.6rem;
}

.med-subband__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .med-subband__title {
    font-size: 1.8rem;
  }
}

/* ============================================================
   リード（画像＋テキスト2カラム）
   Frame 983：flex gap40 / 見出しSerif24 navy / line240 / 本文Serif15 lh2
   ============================================================ */
.med-lead {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .med-lead {
    flex-direction: column;
    gap: 2rem;
  }
}

.med-lead__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.med-lead__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  color: #3e7297;
}
@media (max-width: 767px) {
  .med-lead__heading {
    font-size: 1.9rem;
  }
}

.med-lead__line {
  display: block;
  width: 24rem;
  height: 1px;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .med-lead__line {
    width: 18rem;
  }
}

.med-lead__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15rem;
  color: #677178;
}
@media (max-width: 767px) {
  .med-lead__text {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

.med-lead__img {
  width: 60rem;
  height: 36rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .med-lead__img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
  }
}
.med-lead__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* リードを中央寄せ1カラムにするバリエーション（一般歯科冒頭など） */
.med-lead--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.med-lead--center .med-lead__heading {
  text-align: center;
}

.med-lead--center .med-lead__line {
  width: 24rem;
}

.med-lead--center .med-lead__text {
  max-width: 96rem;
  text-align: center;
}

/* ============================================================
   本文テキスト・リスト・小見出し
   ============================================================ */
.med-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12rem;
  color: #677178;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .med-text {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
  }
}

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

.med-miniheading {
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  margin-top: 4rem;
  padding: 1rem 2rem;
  background: #efefef;
  border-left: 4px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #677178;
}
@media (max-width: 767px) {
  .med-miniheading {
    min-height: 0;
    margin-top: 3rem;
    padding: 1.2rem 1.6rem;
    font-size: 1.7rem;
  }
}

/* 中央見出し（両サイドに罫線：口腔習癖とは 等） */
.med-centerhead {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-top: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #677178;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .med-centerhead {
    gap: 2rem;
    font-size: 1.8rem;
  }
}
.med-centerhead::before, .med-centerhead::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #81a3ba;
}

.med-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.med-list__item {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.12rem;
  color: #677178;
  padding-left: 2.2rem;
}
@media (max-width: 767px) {
  .med-list__item {
    font-size: 1.4rem;
  }
}

.med-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .med-list__item::before {
    top: 0.7rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

/* 評価項目の小見出し（青ビュレット＋ネイビー文字：嚥下前/後/総合評価 等） */
.med-evalhead {
  position: relative;
  margin-top: 3rem;
  padding-left: 3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3e7297;
}
@media (max-width: 767px) {
  .med-evalhead {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    padding-left: 2.6rem;
  }
}

.med-evalhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .med-evalhead::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* 効果リスト等の2カラム化 */
.med-list--cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 4rem;
}
@media (max-width: 767px) {
  .med-list--cols {
    grid-template-columns: 1fr;
  }
}

/* 影響表（口腔内/口腔外：ラベル#81a3ba＋内容#efefef） */
.med-impact {
  margin-top: 2rem;
}

.med-impact__row {
  display: flex;
}
@media (max-width: 767px) {
  .med-impact__row {
    flex-direction: column;
  }
}

.med-impact__label {
  flex: none;
  width: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: #81a3ba;
  border-bottom: 1px solid #efefef;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .med-impact__label {
    width: 100%;
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}

.med-impact__desc {
  flex: 1;
  padding: 2rem 4rem;
  background: #efefef;
  border-bottom: 1px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #677178;
}
@media (max-width: 767px) {
  .med-impact__desc {
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
  }
}

/* ============================================================
   定義リスト（用語＋説明）
   ============================================================ */
.med-deflist {
  margin-top: 2.4rem;
  border-top: 1px solid #d7dde1;
}

.med-deflist__row {
  display: flex;
  gap: 2.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #d7dde1;
}
@media (max-width: 767px) {
  .med-deflist__row {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.6rem 0;
  }
}

.med-deflist__term {
  flex-shrink: 0;
  width: 24rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3e7297;
}
@media (max-width: 767px) {
  .med-deflist__term {
    width: auto;
    font-size: 1.5rem;
  }
}

.med-deflist__desc {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  color: #677178;
}
@media (max-width: 767px) {
  .med-deflist__desc {
    font-size: 1.4rem;
  }
}

/* ============================================================
   強調帯（Rectangle 396：940×156 中央寄せの囲み）
   ============================================================ */
.med-callout {
  position: relative;
  max-width: 96rem;
  margin: 4rem auto;
  padding: 4rem;
  background: #3e7297;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .med-callout {
    margin: 3rem auto;
    padding: 2.4rem 2rem;
  }
}
.med-callout::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 2px solid #fff;
  pointer-events: none;
}

.med-callout__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .med-callout__text {
    font-size: 1.7rem;
    text-align: left;
  }
}

/* ============================================================
   年代別予防歯科テーブル（3カラム）
   ============================================================ */
.med-agetable {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .med-agetable {
    grid-template-columns: 1fr;
  }
}

.med-agetable__col {
  display: flex;
  flex-direction: column;
}

.med-agetable__head {
  background: #9fa9af;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 1.4rem 1rem;
}
@media (max-width: 767px) {
  .med-agetable__head {
    font-size: 1.5rem;
  }
}

.med-agetable__col:not(:last-child) .med-agetable__head {
  border-right: 1px solid #fff;
}

.med-agetable__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  border-left: 1px solid #677178;
  border-bottom: 1px solid #677178;
}
@media (max-width: 767px) {
  .med-agetable__list {
    padding: 1.6rem 2rem;
    gap: 1.4rem;
  }
}

.med-agetable__col:last-child .med-agetable__list {
  border-right: 1px solid #677178;
}

.med-agetable__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #677178;
}
@media (max-width: 767px) {
  .med-agetable__item {
    font-size: 1.4rem;
  }
}

.med-agetable__item::before {
  content: "";
  flex: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .med-agetable__item::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.med-agetable__item:last-child::before {
  display: none;
}

/* ============================================================
   口腔習癖の写真グリッド（4列 → SP2列）
   ============================================================ */
.med-photogrid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.6rem;
}
@media (max-width: 767px) {
  .med-photogrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1.2rem;
  }
}

.med-photogrid__item {
  display: flex;
  flex-direction: column;
}

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

.med-photogrid__cap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1.5rem 1rem;
  background: #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .med-photogrid__cap {
    min-height: 0;
    padding: 1rem;
    font-size: 1.3rem;
  }
}

/* ============================================================
   ステップリスト（01〜・番号＋本文）
   ============================================================ */
.med-steps {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.med-steps__item {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: #9fa9af;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .med-steps__item {
    gap: 1.4rem;
    padding: 1.6rem 1.2rem;
  }
}

.med-steps__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #607788;
  font-family: "Lora", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .med-steps__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.6rem;
  }
}

.med-steps__body {
  flex: 1;
  min-width: 0;
}

.med-steps__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .med-steps__title {
    font-size: 1.6rem;
  }
}

.med-steps__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .med-steps__text {
    font-size: 1.5rem;
  }
}

/* ============================================================
   嚥下の段階フロー（番号box＋帯＋説明＋下矢印）
   ============================================================ */
.med-phase {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.med-phase__head {
  display: flex;
  align-items: stretch;
}

.med-phase__num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .med-phase__num {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.8rem;
  }
}

.med-phase__title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem 4rem;
  background: #3e7297;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .med-phase__title {
    min-height: 4.6rem;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }
}

.med-phase__body {
  padding: 4rem 10rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .med-phase__body {
    padding: 2rem;
  }
}

.med-phase__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .med-phase__text {
    font-size: 1.4rem;
  }
}

.med-phase__item:not(:last-child) {
  position: relative;
  margin-bottom: 3rem;
}

.med-phase__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 11rem 0 11rem;
  border-color: #3E7297 transparent transparent transparent;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .med-phase__item:not(:last-child)::after {
    border-width: 1.4rem 6rem 0 6rem;
  }
}

/* ============================================================
   比較表
   ============================================================ */
.med-tablewrap {
  margin-top: 3rem;
}

.med-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .med-table {
    display: block;
  }
}

@media (max-width: 767px) {
  .med-table thead {
    display: none;
  }
}

@media (max-width: 767px) {
  .med-table tbody {
    display: block;
  }
}

@media (max-width: 767px) {
  .med-table tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #81a3ba;
  }
}

.med-table__th {
  background: #81a3ba;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid #fff;
  line-height: 1.6;
}

.med-table__rowhead {
  background: #81a3ba;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid #efefef;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .med-table__rowhead {
    display: block;
    padding: 1.2rem 1rem;
  }
}

.med-table__td {
  background: #efefef;
  font-size: 1.5rem;
  font-weight: 400;
  color: #677178;
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid #81a3ba;
  line-height: 1.6;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .med-table__td {
    display: block;
    text-align: left;
    padding: 1.2rem 1.6rem;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .med-table__td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #3e7297;
    text-align: left;
  }
}

.page-blue-radical {
  background: #fff;
  overflow-x: hidden;
}

/* ===== 共通：センター見出し（罫線＋タイトル） ===== */
.br-issue__head,
.br-tech__head,
.br-flow-guide__head,
.br-risk__head,
.br-notes__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.br-issue__head-line,
.br-tech__head-line,
.br-flow-guide__head-line,
.br-notes__head-line {
  display: block;
  flex: 1 0 0;
  min-width: 0;
  height: 1px;
  background: currentColor;
}
@media (max-width: 767px) {
  .br-issue__head-line,
  .br-tech__head-line,
  .br-flow-guide__head-line,
  .br-notes__head-line {
    display: none;
  }
}

/* =================================================
   イントロ
   ================================================= */
.br-intro {
  margin-top: 6rem;
  position: relative;
  padding: 5.8rem 0 9rem;
  background: #f6f6f6 url("../img/blue-radical/intro-bg.webp") center/cover no-repeat;
}
@media (max-width: 767px) {
  .br-intro {
    margin-top: 3rem;
    padding: 4rem 0 4rem;
  }
}

.br-intro__head {
  text-align: center;
}

.br-intro__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.21;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-intro__lead {
    font-size: 2.8rem;
  }
}

.br-intro__title {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-intro__title {
    margin-top: 1rem;
    font-size: 3rem;
  }
}

.br-intro__title-mark {
  font-size: 7.2rem;
  background: linear-gradient(transparent 58%, #ffe100 58%, #ffe100 92%, transparent 92%);
}
@media (max-width: 767px) {
  .br-intro__title-mark {
    font-size: 4.4rem;
  }
}

.br-intro__body {
  position: relative;
  max-width: 135rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .br-intro__body {
    margin-top: 2.4rem;
    padding: 0 2rem;
  }
}

.br-intro__card {
  position: relative;
  width: 111rem;
  max-width: 100%;
  margin-left: auto;
  min-height: 49.95rem;
  padding: 6rem 6.5rem 6rem 37rem;
  background: #fff;
}
@media (max-width: 767px) {
  .br-intro__card {
    width: 100%;
    min-height: 0;
    padding: 2.4rem 2rem;
  }
}
.br-intro__card::before {
  content: "";
  position: absolute;
  inset: 3rem;
  border: 1.5px solid #3e7297;
  pointer-events: none;
}
@media (max-width: 767px) {
  .br-intro__card::before {
    inset: 1.5rem;
  }
}

.br-intro__photo {
  position: absolute;
  top: -4.5rem;
  left: calc((135rem - 100vw) / 2);
  width: 59.9625rem;
  height: 39.975rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .br-intro__photo {
    position: static;
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 auto;
    aspect-ratio: 600/400;
  }
}
.br-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-intro__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.125rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
  white-space: nowrap;
  color: #677178;
}
@media (max-width: 767px) {
  .br-intro__card-title {
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    white-space: normal;
  }
}

.br-intro__card-text {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .br-intro__card-text {
    font-size: 1.4rem;
  }
}
.br-intro__card-text .strong {
  font-weight: 700;
  background: linear-gradient(transparent 52%, #ffe100 52%, #ffe100 90%, transparent 90%);
}

.br-intro__card-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .br-intro__card-note {
    font-size: 1.4rem;
  }
}

/* =================================================
   動画
   ================================================= */
.br-movie {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .br-movie {
    margin-top: 4rem;
  }
}

.br-movie__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 12rem;
  justify-content: center;
  background: linear-gradient(90deg, #d2d6d9 0%, #fff 100%);
}
@media (max-width: 767px) {
  .br-movie__head {
    height: 8rem;
  }
}

.br-movie__head-title {
  position: relative;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .br-movie__head-title {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
  }
}
.br-movie__head-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1.6rem;
  background: #677178;
  transform: translateX(-50%);
}

.br-movie__body {
  margin-top: 4rem;
  padding: 6rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .br-movie__body {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

.br-movie__player {
  max-width: 80rem;
  margin: 0 auto;
}

.br-movie__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.br-movie__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =================================================
   従来の課題（ダーク背景）
   ================================================= */
.br-issue {
  margin-top: 8.9rem;
  padding: 6rem 0 10rem;
  background: linear-gradient(rgba(40, 56, 74, 0.2), rgba(40, 56, 74, 0.2)), url("../img/blue-radical/bg-kadai.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .br-issue {
    margin-top: 5rem;
    padding: 4rem 0 5rem;
  }
}

.br-issue__inner {
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .br-issue__inner {
    padding: 0 2rem;
  }
}

.br-issue__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .br-issue__head-title {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}

.br-issue__head-line {
  flex: 0 0 12rem;
  width: 12rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .br-issue__head-line {
    flex: 0 0 4rem;
    width: 4rem;
  }
}

.br-issue__text {
  margin-top: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .br-issue__text {
    margin-top: 3rem;
    font-size: 1.5rem;
    text-align: left;
  }
}

.br-issue__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .br-issue__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.br-issue__item {
  display: flex;
  flex-direction: column;
}

.br-issue__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .br-issue__item-title {
    font-size: 2.2rem;
  }
}

.br-issue__item-photo {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 375/250;
  overflow: hidden;
}
.br-issue__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-issue__item-text {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .br-issue__item-text {
    font-size: 1.4rem;
  }
}

/* =================================================
   革新的治療（テクノロジー）
   ================================================= */
.br-tech {
  position: relative;
  z-index: 1;
  padding: 6rem 0 0;
  background: #fff;
  color: #677178;
}
@media (max-width: 767px) {
  .br-tech {
    padding: 4rem 0 5rem;
  }
}

.br-tech__head {
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 8rem;
  color: #677178;
}
@media (max-width: 767px) {
  .br-tech__head {
    padding: 0 2rem;
  }
}

.br-tech__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #677178;
}
@media (max-width: 767px) {
  .br-tech__head-title {
    text-align: center;
    line-height: 1.5;
  }
}

.br-tech__head-lg {
  font-size: 5.6rem;
}
@media (max-width: 767px) {
  .br-tech__head-lg {
    font-size: 2.4rem;
  }
}

.br-tech__head-sm {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .br-tech__head-sm {
    font-size: 1.8rem;
  }
}

.br-tech__lead {
  margin-top: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .br-tech__lead {
    font-size: 1.5rem;
    padding: 0 2rem;
    text-align: left;
  }
}

.br-tech__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 36rem);
  justify-content: center;
  gap: 4rem;
  transform: translateY(5rem);
}
@media (max-width: 767px) {
  .br-tech__list {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 0;
    padding: 0 2rem;
  }
}

.br-tech__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  padding: 2.25rem 0 3rem;
  background: #fff;
  border: 1px solid #dadada;
  filter: drop-shadow(3px 3px 7.5px rgba(0, 0, 0, 0.1));
}
.br-tech__card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6rem 18rem 0 18rem;
  border-color: #efefef transparent transparent transparent;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .br-tech__card::after {
    display: none;
  }
}

.br-tech__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 100%;
  padding: 0.75rem 0 2.25rem;
  border-bottom: 0.75rem solid #3e7297;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .br-tech__card-title {
    font-size: 2rem;
  }
}

.br-tech__card-photo {
  width: 27rem;
  height: 15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-tech__card-photo {
    width: 100%;
  }
}
.br-tech__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-tech__card-text {
  width: 27rem;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .br-tech__card-text {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}

/* =================================================
   MERIT（低ポリ背景）
   ================================================= */
.br-merit {
  position: relative;
  z-index: 0;
  padding: 22rem 0 8rem;
  background: url("../img/blue-radical/bg-merit.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .br-merit {
    padding: 4rem 0 5rem;
  }
}

.br-merit__head {
  text-align: center;
}

.br-merit__head-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
}
@media (max-width: 767px) {
  .br-merit__head-en {
    gap: 2rem;
    font-size: 6rem;
  }
}
.br-merit__head-en::before, .br-merit__head-en::after {
  content: "";
  flex: none;
  width: 18rem;
  height: 1px;
  background: currentColor;
}
@media (max-width: 767px) {
  .br-merit__head-en::before, .br-merit__head-en::after {
    display: none;
  }
}

.br-merit__head-arrows {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .br-merit__head-arrows {
    gap: 2rem;
  }
}

.br-merit__head-arrow {
  display: block;
  width: 36rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.55);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .br-merit__head-arrow {
    width: 9rem;
    height: 1.6rem;
  }
}

.br-merit__head-ja {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .br-merit__head-ja {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}

.br-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 62rem);
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .br-merit__list {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.br-merit__card {
  padding: 3rem 2rem 4rem;
  background: #fff;
  border-top: 1rem solid #3e7297;
}
@media (max-width: 767px) {
  .br-merit__card {
    padding: 2.4rem 1.6rem 2.4rem;
  }
}

.br-merit__card-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #9eb8cb;
}
@media (max-width: 767px) {
  .br-merit__card-head {
    gap: 1.4rem;
  }
}

.br-merit__num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border: 1px solid #3e7297;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 1;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-merit__num {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 2.8rem;
  }
}

.br-merit__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .br-merit__card-title {
    font-size: 2.2rem;
  }
}

.br-merit__card-body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .br-merit__card-body {
    gap: 1.5rem;
    flex-direction: column;
  }
}

.br-merit__card-photo {
  flex: none;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-merit__card-photo {
    width: 90%;
    margin: 0 auto;
  }
}
.br-merit__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-merit__card-text {
  flex: 1;
  min-width: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}

/* =================================================
   EFFECT（ボケ背景）
   ================================================= */
.br-effect {
  padding: 6rem 0 8rem;
  background: url("../img/blue-radical/bg-bokeh.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .br-effect {
    padding: 4rem 0 5rem;
  }
}

.br-effect__head {
  text-align: center;
}

.br-effect__head-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-effect__head-en {
    gap: 2rem;
    font-size: 5rem;
  }
}
.br-effect__head-en::before, .br-effect__head-en::after {
  content: "";
  flex: none;
  width: 18rem;
  height: 1px;
  background: currentColor;
}
@media (max-width: 767px) {
  .br-effect__head-en::before, .br-effect__head-en::after {
    display: none;
  }
}

.br-effect__head-ja {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.4;
  color: #3E7297;
}
@media (max-width: 767px) {
  .br-effect__head-ja {
    font-size: 2.4rem;
  }
}

.br-effect__list {
  display: grid;
  grid-template-columns: repeat(2, 62rem);
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .br-effect__list {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.br-effect__card {
  padding: 3rem 2rem 4rem;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1rem solid #3e7297;
}
@media (max-width: 767px) {
  .br-effect__card {
    padding: 2.4rem 1.6rem 2.4rem;
  }
}

.br-effect__card-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #9eb8cb;
}
@media (max-width: 767px) {
  .br-effect__card-head {
    gap: 1.4rem;
  }
}

.br-effect__num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border: 1px solid #3e7297;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 1;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-effect__num {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 2.8rem;
  }
}

.br-effect__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #677178;
}
@media (max-width: 767px) {
  .br-effect__card-title {
    font-size: 2.2rem;
  }
}

.br-effect__card-body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .br-effect__card-body {
    gap: 1.5rem;
    flex-direction: column;
  }
}

.br-effect__card-photo {
  flex: none;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-effect__card-photo {
    width: 90%;
    margin: 0 auto;
  }
}
.br-effect__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-effect__card-text {
  flex: 1;
  min-width: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}

/* =================================================
   ご希望の患者様へ（大理石背景）
   ================================================= */
.br-flow-guide {
  padding: 6rem 0 8rem;
  background: url("../img/blue-radical/bg-marble.webp") no-repeat center top;
  background-size: cover;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow-guide {
    padding: 4rem 0 5rem;
  }
}

.br-flow-guide__head {
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 8rem;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow-guide__head {
    padding: 0 2rem;
  }
}

.br-flow-guide__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow-guide__head-title {
    font-size: 2.2rem;
    white-space: normal;
    text-align: center;
    line-height: 1.5;
  }
}

.br-flow-guide__list {
  display: grid;
  grid-template-columns: repeat(3, 40rem);
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .br-flow-guide__list {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.br-flow-guide__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  padding: 2.25rem 2rem 3rem;
  background: #fff;
  filter: drop-shadow(3px 3px 7.5px rgba(0, 0, 0, 0.1));
}

.br-flow-guide__card-photo {
  width: 36rem;
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-flow-guide__card-photo {
    width: 100%;
  }
}
.br-flow-guide__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-flow-guide__card-titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.8rem;
  width: 36rem;
  max-width: 100%;
  padding: 1rem 0 1.5rem;
  border-bottom: 0.75rem solid #3e7297;
}
@media (max-width: 767px) {
  .br-flow-guide__card-titlebox {
    width: 100%;
    min-height: 0;
    padding: 1rem 0.75rem 2rem;
  }
}

.br-flow-guide__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .br-flow-guide__card-title {
    font-size: 2rem;
  }
}

.br-flow-guide__card-text {
  width: 36rem;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow-guide__card-text {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* =================================================
   放置するリスク（ブルーグレー背景）
   ================================================= */
.br-risk {
  padding: 6rem 0 8rem;
  background: #607788;
  color: #fff;
}
@media (max-width: 767px) {
  .br-risk {
    padding: 4rem 0 5rem;
  }
}

.br-risk__inner {
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .br-risk__inner {
    padding: 0 2rem;
  }
}

.br-risk__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .br-risk__head-title {
    font-size: 2.4rem;
  }
}

.br-risk__head-line {
  flex: 0 0 18.6rem;
  width: 18.6rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .br-risk__head-line {
    flex: 0 0 3rem;
    width: 3rem;
  }
}

.br-risk__list {
  display: grid;
  grid-template-columns: repeat(2, 45rem);
  justify-content: center;
  gap: 6rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .br-risk__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.br-risk__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;
  min-height: 37.5rem;
  padding: 3rem 4.5rem;
  border: 1.5px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .br-risk__box {
    min-height: 0;
    padding: 2.4rem 2.4rem 3rem;
  }
}

.br-risk__box-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .br-risk__box-title {
    font-size: 2rem;
  }
}

.br-risk__box-line {
  display: block;
  width: 36rem;
  max-width: 100%;
  height: 1.5px;
  background: #fff;
}
@media (max-width: 767px) {
  .br-risk__box-line {
    width: 100%;
  }
}

.br-risk__box-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .br-risk__box-text {
    font-size: 1.4rem;
  }
}

.br-risk__items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.br-risk__bullet {
  position: relative;
  padding-left: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .br-risk__bullet {
    font-size: 1.4rem;
  }
}
.br-risk__bullet::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
}

.br-risk__bullet--lead::before {
  background: #fff;
}

/* =================================================
   FLOW（ボケ背景）
   ================================================= */
.br-flow {
  padding: 6rem 0 8rem;
  background: url("../img/blue-radical/bg-flow.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .br-flow {
    padding: 4rem 0 5rem;
  }
}

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

.br-flow__head-en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3e7297;
}
@media (max-width: 767px) {
  .br-flow__head-en {
    font-size: 5rem;
  }
}

.br-flow__head-ja {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.4;
  color: #3E7297;
}
@media (max-width: 767px) {
  .br-flow__head-ja {
    font-size: 2.4rem;
  }
}

.br-flow__list {
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
}

.br-flow__step {
  position: relative;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .br-flow__step {
    padding-bottom: 4rem;
  }
}

.br-flow__step-inner {
  display: flex;
  gap: 2.25rem;
  align-items: flex-start;
  padding: 3rem 3.75rem 3rem 3rem;
  background: #fff;
  border-top: 0.75rem solid #81a3ba;
}
@media (max-width: 767px) {
  .br-flow__step-inner {
    flex-direction: column;
    padding: 2.4rem 2rem;
    gap: 2rem;
  }
}

.br-flow__step-main {
  flex: 1;
  min-width: 0;
}

.br-flow__step-head {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.br-flow__step-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1;
  color: #81a3ba;
}
@media (max-width: 767px) {
  .br-flow__step-num {
    font-size: 5rem;
  }
}

.br-flow__step-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow__step-title {
    font-size: 2.2rem;
  }
}

.br-flow__step-line {
  display: block;
  width: 100%;
  height: 1.5px;
  margin-top: 1.5rem;
  background: #81a3ba;
}

.br-flow__step-items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.5rem;
}

.br-flow__bullet {
  position: relative;
  padding-left: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow__bullet {
    font-size: 1.4rem;
  }
}
.br-flow__bullet::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #81a3ba;
}

.br-flow__step-note {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #677178;
}
@media (max-width: 767px) {
  .br-flow__step-note {
    font-size: 1.4rem;
  }
}

.br-flow__step-photo {
  flex-shrink: 0;
  width: 21rem;
  height: 21rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-flow__step-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.br-flow__step-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-flow__step-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 30rem;
  height: 3rem;
  background: #81A3BA;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .br-flow__step-arrow {
    width: 12rem;
    height: 1.6rem;
    bottom: 1.2rem;
  }
}

/* =================================================
   注意事項
   ================================================= */
.br-notes {
  padding: 6rem 0 8rem;
  background: #fff;
  color: #677178;
}
@media (max-width: 767px) {
  .br-notes {
    padding: 4rem 0 5rem;
  }
}

.br-notes__head {
  max-width: 136rem;
  margin: 0 auto;
  padding: 0 8rem;
  color: #677178;
}
@media (max-width: 767px) {
  .br-notes__head {
    padding: 0 2rem;
  }
}

.br-notes__head-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #677178;
}
@media (max-width: 767px) {
  .br-notes__head-title {
    font-size: 2.6rem;
  }
}

.br-notes__box {
  max-width: 106.55rem;
  margin: 4rem auto 0;
  padding: 4rem 10rem;
  background: #fff;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .br-notes__box {
    padding: 2.4rem 2rem;
    margin: 3rem 2rem 0;
  }
}

.br-notes__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .br-notes__lead {
    font-size: 1.4rem;
  }
}

.br-notes__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}

.br-notes__bullet {
  position: relative;
  padding-left: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .br-notes__bullet {
    font-size: 1.3rem;
  }
}
.br-notes__bullet::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #81a3ba;
}

/* =================================================
   お問い合わせ（ボケ背景）
   ================================================= */
.br-contact {
  padding: 6rem 0 8rem;
  background: url("../img/blue-radical/bg-bokeh.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .br-contact {
    padding: 4rem 0 5rem;
  }
}

.br-contact__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #677178;
}
@media (max-width: 767px) {
  .br-contact__lead {
    font-size: 2.2rem;
  }
}

.br-contact__boxes {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .br-contact__boxes {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.br-contact__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 60rem;
  max-width: 100%;
  height: 9.6rem;
  background: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .br-contact__box {
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem;
  }
}

.br-contact__corner {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(#677178, #677178), linear-gradient(#677178, #677178), linear-gradient(#677178, #677178), linear-gradient(#677178, #677178); /* 右下：垂直線 */
  background-repeat: no-repeat;
  background-size: 10rem 1px, 1px 8rem, 10rem 1px, 1px 8rem;
  background-position: left 0 top 1rem, left 1rem top 0, right 0 bottom 1rem, right 1rem bottom 0;
}
@media (max-width: 767px) {
  .br-contact__corner {
    background-size: 6rem 1px, 1px 5rem, 6rem 1px, 1px 5rem;
  }
}

.br-contact__hours {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .br-contact__hours {
    font-size: 1.4rem;
  }
}

.br-contact__tel {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .br-contact__tel {
    font-size: 2.6rem;
  }
}
.br-contact__tel a {
  color: inherit;
  text-decoration: none;
}

.br-contact__note {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .br-contact__note {
    font-size: 1.4rem;
  }
}

.br-contact__mail {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .br-contact__mail {
    font-size: 2.2rem;
  }
}
.br-contact__mail a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}

.br-contact__mail-icon {
  width: 4.1rem;
  height: auto;
  display: block;
}

/* ============================================================
   料金表（FEE）下層ページ
   ============================================================ */
.page-fee {
  background: #fff;
}

.fee {
  padding: 7rem 0 12rem;
}
@media (max-width: 767px) {
  .fee {
    padding: 4rem 0 7rem;
  }
}

.fee__inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fee__inner {
    padding: 0 2rem;
  }
}

/* ---- セクション帯タイトル（.sec-band）は foundation/_base.scss に共通化（全下層ページ共用） ---- */
/* ---- 注意書き ---- */
.fee__note {
  margin-top: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .fee__note {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* カテゴリー帯（一般矯正 等）Figma node 36:1673：ライトブルー帯＋上下にインセットの白細線 */
.fee-cat {
  position: relative;
  margin-top: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .fee-cat {
    margin-top: 3rem;
    padding: 1.8rem 1rem;
    font-size: 2rem;
  }
}
.fee-cat::before, .fee-cat::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.fee-cat::before {
  top: 0.6rem;
}
.fee-cat::after {
  bottom: 0.6rem;
}

/* ---- 治療料金テーブル ---- */
.fee-table {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .fee-table {
    margin-top: 2.8rem;
  }
}

/* 施術名バンド */
.fee-table__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem;
  background: #607788;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .fee-table__name {
    min-height: 4.6rem;
    font-size: 1.7rem;
  }
}

/* 料金グリッド（料金640 / 期間320 / 回数320） */
.fee-table__grid {
  display: grid;
  grid-template-columns: 64rem 32rem 32rem;
}
@media (max-width: 767px) {
  .fee-table__grid {
    grid-template-columns: 1fr;
  }
}

/* ヘッダーセル（#9fa9af） */
.fee-table__th {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 1rem;
  border-right: 1px solid #fff;
  background: #9fa9af;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .fee-table__th {
    min-height: 4.4rem;
    font-size: 1.4rem;
  }
}

.fee-table__th--price {
  grid-column: 1;
  grid-row: 1;
}

.fee-table__th--term {
  grid-column: 2;
  grid-row: 1;
}

.fee-table__th--count {
  grid-column: 3;
  grid-row: 1;
  border-right: 0;
}

/* 料金・治療説明セル */
.fee-table__price {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 6rem;
  border-bottom: 1px solid #677178;
  border-left: 1px solid #677178;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-table__price {
    grid-column: 1;
    grid-row: auto;
    padding: 2rem;
    border-right: 1px solid #677178;
  }
}

.fee-table__yen {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-table__yen {
    font-size: 1.5rem;
  }
}

.fee-table__desc {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: #677178;
}

.fee-table__desc-label {
  display: inline-block;
}

.fee-table__desc--lead {
  font-size: 1.4rem;
}

/* 期間・回数セル */
.fee-table__term,
.fee-table__count {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #677178;
  border-left: 1px solid #677178;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .fee-table__term,
  .fee-table__count {
    min-height: 4.8rem;
    font-size: 1.5rem;
  }
}

.fee-table__term {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .fee-table__term {
    grid-column: 1;
    grid-row: auto;
    border-right: 1px solid #677178;
  }
}
@media (max-width: 767px) {
  .fee-table__term::before {
    content: "治療期間目安：";
  }
}

.fee-table__count {
  grid-column: 3;
  grid-row: 2;
  border-right: 1px solid #677178;
}
@media (max-width: 767px) {
  .fee-table__count {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 767px) {
  .fee-table__count::before {
    content: "治療回数目安：";
  }
}

/* SPでは期間・回数を「ラベル：値」の横並び1列で見せる（ヘッダーは非表示） */
@media (max-width: 767px) {
  .fee-table__th--term,
  .fee-table__th--count {
    display: none;
  }
}

/* ---- リスク・副作用 ---- */
.fee-table__risk {
  margin-top: 0;
}

.fee-table__risk-band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 1rem;
  background: #9fa9af;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .fee-table__risk-band {
    min-height: 4.4rem;
    font-size: 1.4rem;
  }
}

.fee-table__risk-body {
  position: relative;
  padding: 2rem 6rem 2rem 6rem;
  border-bottom: 1px solid #677178;
  border-left: 1px solid #677178;
  border-right: 1px solid #677178;
}
@media (max-width: 767px) {
  .fee-table__risk-body {
    padding: 2rem;
  }
}
.fee-table__risk-body::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 6rem;
  width: 1px;
  height: 7.8rem;
  background: #677178;
}
@media (max-width: 767px) {
  .fee-table__risk-body::after {
    display: none;
  }
}

/* シンプル版（リスク本文だけ・右の縦線なし） */
.fee-table__risk-body--simple::after {
  display: none;
}

/* 全文を枠内に収め、縦スクロールさせる版（右の縦線は出さない） */
.fee-table__risk-body--scroll {
  max-height: 34rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .fee-table__risk-body--scroll {
    max-height: 26rem;
  }
}
.fee-table__risk-body--scroll::after {
  display: none;
}
.fee-table__risk-body--scroll::-webkit-scrollbar {
  width: 0.6rem;
}
.fee-table__risk-body--scroll::-webkit-scrollbar-thumb {
  background: #81a3ba;
  border-radius: 0.3rem;
}
.fee-table__risk-body--scroll::-webkit-scrollbar-track {
  background: #ececec;
}

/* リスク本文内のサブ見出し（治療終了後 / その他 / 監修医情報 など） */
.fee-table__risk-sub {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-table__risk-sub {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.fee-table__risk-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background: #d2d6d9;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-table__risk-label {
    margin-bottom: 0.8rem;
    padding: 0.8rem 1.4rem;
    font-size: 1.7rem;
  }
}

.fee-table__risk-lead {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-table__risk-lead {
    font-size: 1.6rem;
  }
}

.fee-table__risk-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: #677178;
}

/* ---- ブルーラジカル（横長・特殊レイアウト） ---- */
.fee-table__grid--wide {
  grid-template-columns: 96rem 32rem;
  grid-template-rows: auto 1fr auto 1fr;
}
@media (max-width: 767px) {
  .fee-table__grid--wide {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}

.fee-table__th--price-wide {
  grid-column: 1;
  grid-row: 1;
}

.fee-table__price--wide {
  grid-column: 1;
  grid-row: 2/span 3;
  align-items: stretch;
}
@media (max-width: 767px) {
  .fee-table__price--wide {
    grid-row: auto;
  }
}

.fee-table__th--count-wide {
  grid-column: 2;
  grid-row: 1;
  border-right: 0;
}

.fee-table__count--wide {
  grid-column: 2;
  grid-row: 2;
  border-right: 1px solid #677178;
}
@media (max-width: 767px) {
  .fee-table__count--wide {
    grid-column: 1;
    grid-row: auto;
  }
}

.fee-table__th--term-wide {
  grid-column: 2;
  grid-row: 3;
  border-right: 0;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .fee-table__th--term-wide {
    border-top: 0;
  }
}

.fee-table__term--wide {
  grid-column: 2;
  grid-row: 4;
  border-right: 1px solid #677178;
}
@media (max-width: 767px) {
  .fee-table__term--wide {
    grid-column: 1;
    grid-row: auto;
  }
}

/* ブルーラジカルのサブ見出し（料金備考・治療の流れ） */
.fee-sub {
  margin-top: 1rem;
}

.fee-sub__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem 0.5rem 4rem;
  background: #d2d6d9;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #677178;
}
@media (max-width: 767px) {
  .fee-sub__tag {
    padding: 0.5rem 1.4rem;
    font-size: 1.6rem;
  }
}

.fee-sub__cols {
  position: relative;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .fee-sub__cols {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.fee-sub__col {
  flex: 1;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: #677178;
}

.fee-sub__col + .fee-sub__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1px;
  height: 100%;
  background: #677178;
}
@media (max-width: 767px) {
  .fee-sub__col + .fee-sub__col::before {
    display: none;
  }
}

/* =========================================================
   採用情報（page-recruit）
   Figma node 36:2033 / 1440カンプ
   ヘッダー帯・グローバルナビ・共通フッターは get_header/get_footer 側。
   ここはヒーロー直下〜募集要項テーブルまで。
   ========================================================= */
.page-recruit {
  background: #fff;
}

/* ---- 見出し帯（経験を活かし… / 募集職種） ---------------
   Figma Group 384/385：1440×120。中央 #d2d6d9 の帯（高さ100px）＋
   左右に斜めハッチングの翼、帯下中央から短い縦線。 */
/* 帯の左右のハッチング翼（約180px幅・縦の細線）。装飾要素として帯内に重ねる */
/* ---- 導入リード文＋写真（Frame 983） ------------------- */
.recruit-intro {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .recruit-intro {
    margin-top: 3rem;
  }
}

.recruit-intro__inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .recruit-intro__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.recruit-intro__textarea {
  width: 60rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recruit-intro__textarea {
    width: 100%;
  }
}

.recruit-intro__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .recruit-intro__text {
    font-size: 1.4rem;
  }
}

.recruit-intro__text + .recruit-intro__text {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .recruit-intro__text + .recruit-intro__text {
    margin-top: 2rem;
  }
}

.recruit-intro__photo {
  width: 64rem;
  height: 32rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-intro__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 64/32;
  }
}
.recruit-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- 募集職種（職種名＋募集要項テーブル） --------------- */
.recruit-job {
  margin-top: 5rem;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .recruit-job {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.recruit-job__name {
  /* Figma Group 400：#81a3ba の帯（高さ94px）・上下6px内側に白い細線2本・28px白文字中央 */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.4rem;
  padding: 3rem 1rem;
  background: #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-job__name {
    height: auto;
    padding: 2rem 1rem;
    font-size: 2rem;
  }
}
.recruit-job__name::before, .recruit-job__name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.recruit-job__name::before {
  top: 0.6rem;
}
.recruit-job__name::after {
  bottom: 0.6rem;
}

.recruit-table {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .recruit-table {
    margin-top: 0.4rem;
  }
}

.recruit-table__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .recruit-table__row {
    flex-direction: column;
  }
}

.recruit-table__th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  flex-shrink: 0;
  padding: 2rem 1rem;
  background: #81a3ba;
  border-bottom: 1px solid #efefef;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-table__th {
    width: 100%;
    padding: 1rem;
    border-bottom: none;
    font-size: 1.4rem;
  }
}

.recruit-table__td {
  flex: 1;
  margin: 0;
  padding: 2rem 4rem;
  background: #efefef;
  border-bottom: 1px solid #81a3ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #677178;
}
@media (max-width: 767px) {
  .recruit-table__td {
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
  }
}

/* =========================================================
   メインビジュアル（ふわっとフェード切替スライダー）
   Figma: 1440×640 のコラージュ（左大1枚＋右上下2枚）
   ========================================================= */
.mv {
  position: relative;
  width: 100%;
}

.mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(64, 72, 77, 0.4);
  pointer-events: none;
}

.mv__slider {
  width: 100%;
  height: 64rem;
}
@media (max-width: 767px) {
  .mv__slider {
    height: 67rem;
  }
}

.mv .swiper-slide {
  height: 64rem;
}
@media (max-width: 767px) {
  .mv .swiper-slide {
    height: 67rem;
  }
}

.mv__collage {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mv__collage {
    flex-direction: column;
  }
}

.mv__cell {
  overflow: hidden;
}
.mv__cell picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv__cell--main {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .mv__cell--main {
    width: 100%;
    height: 43.3%;
  }
}

.mv__right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mv__right {
    width: 100%;
    height: 56.7%;
  }
}

.mv__cell--sub {
  height: 50%;
}

.mv__copy {
  position: absolute;
  top: 35.8rem;
  left: 8rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv__copy {
    top: auto;
    bottom: 15rem;
    left: 2.4rem;
    gap: 1.2rem;
  }
}

.mv__copy-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 1.2;
  text-shadow: 4px 4px 20px #40484d;
}
@media (max-width: 767px) {
  .mv__copy-main {
    font-size: 2.2rem;
  }
}

.mv__copy-lg {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .mv__copy-lg {
    font-size: 2.8rem;
  }
}

.mv__copy-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  text-shadow: 4px 4px 10px #40484d;
}
@media (max-width: 767px) {
  .mv__copy-sub {
    font-size: 1.6rem;
  }
}

/* =========================================================
   共通セクション見出し（FEATURE / MEDICAL / FLOW / GALLERY）
   ========================================================= */
.sec-head {
  position: relative;
  text-align: center;
  padding: 5rem 0 2.4rem;
}
@media (max-width: 767px) {
  .sec-head {
    padding: 3rem 0 1.6rem;
  }
}
.sec-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 4rem;
  transform: translate(-50%, -50%);
  background: repeating-linear-gradient(to right, rgba(217, 217, 217, 0.4) 0, rgba(217, 217, 217, 0.4) 3px, transparent 5px, transparent 10px);
}
@media (max-width: 767px) {
  .sec-head::before {
    height: 2rem;
    top: 45%;
  }
}

.sec-head__en {
  position: relative;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  background: linear-gradient(100deg, #3e7297 0%, #677178 35%, #677178 65%, #3e7297 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .sec-head__en {
    font-size: 4rem;
    font-weight: 400;
  }
}

.sec-head__ja {
  position: relative;
  margin-top: 1rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .sec-head__ja {
    font-size: 1.6rem;
  }
}

/* =========================================================
   FEATURE 当院の特徴
   ========================================================= */
.feature {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .feature {
    padding-bottom: 4rem;
  }
}

.feature-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 6rem;
  padding-bottom: 4rem;
}
.feature-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #efefef;
  clip-path: polygon(0 0, 100% 42%, 100% 100%, 0 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: 3rem;
  }
}

.feature-row--reverse {
  flex-direction: row-reverse;
}
.feature-row--reverse::before {
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .feature-row--reverse {
    flex-direction: column;
  }
}

.feature-row__img {
  position: relative;
  z-index: 2;
  width: 60rem;
  flex-shrink: 0;
  border: 0.75rem solid #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .feature-row__img {
    width: 100%;
    border-width: 0.5rem;
  }
}
.feature-row__img img {
  width: 100%;
  height: 39rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .feature-row__img img {
    height: 21.8rem;
  }
}

.feature-row__text {
  position: relative;
  z-index: 1;
  width: 72rem;
  min-height: 44rem;
  margin-top: 4rem;
  margin-left: -4rem;
  padding: 5rem 6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-row__text {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    margin-top: 2rem;
    padding: 3.4rem 2rem;
  }
}
.feature-row__text::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid #3e7297;
  pointer-events: none;
}

.feature-row--reverse .feature-row__text {
  margin-top: 0;
  margin-left: 0;
  margin-right: -4rem;
}
@media (max-width: 767px) {
  .feature-row--reverse .feature-row__text {
    margin-top: 2rem;
    margin-right: 0;
  }
}

.feature-row--reverse .feature-row__img {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .feature-row--reverse .feature-row__img {
    margin-top: 0;
  }
}

.feature-row__num {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .feature-row__num {
    font-size: 5rem;
  }
}

.feature-row__num-accent {
  color: #3e7297;
}

.feature-row__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #677178;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .feature-row__title {
    font-size: 1.9rem;
  }
}

.feature-row__line {
  position: relative;
  width: 24rem;
  max-width: 100%;
  height: 0;
  border-top: 2px solid #9aa6ac;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .feature-row__line {
    margin: 1.6rem 0;
  }
}

.feature-row__body {
  position: relative;
  width: 60rem;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #677178;
  text-align: left;
}
@media (max-width: 767px) {
  .feature-row__body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* 03 / 04 左右分割背景＋写真（オフセット影）＋テキスト */
.feature-cards {
  width: 100vw;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .feature-cards {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
}

.feature-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0;
}

.feature-card--dark {
  background: #607788;
}
@media (max-width: 767px) {
  .feature-card--dark {
    padding: 3rem 2rem 4rem;
  }
}

.feature-card--light {
  background: #7d8d99;
}
@media (max-width: 767px) {
  .feature-card--light {
    padding: 3rem 2rem 4rem;
  }
}

.feature-card__img {
  width: 60rem;
  max-width: 100%;
  box-shadow: 1.5rem 1.5rem 0 #e1ebf1;
}
@media (max-width: 767px) {
  .feature-card__img {
    box-shadow: 1rem 1rem 0 #e1ebf1;
  }
}
.feature-card__img img {
  width: 100%;
  height: 33.3rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .feature-card__img img {
    height: 18.6rem;
  }
}

.feature-card--light .feature-card__img {
  border: 1px solid #d6d6d6;
}

.feature-card__panel {
  width: 100%;
  padding-top: 5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-card__panel {
    padding-top: 3rem;
  }
}

.feature-card__num {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .feature-card__num {
    font-size: 5.4rem;
  }
}

.feature-card__num-accent {
  color: #e1ebf1;
}

.feature-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .feature-card__title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}

.feature-card__line {
  display: block;
  width: 24rem;
  max-width: 80%;
  height: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  margin: 2.4rem auto;
}

.feature-card__body {
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .feature-card__body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* 05 背景写真（内側幅＝画面いっぱいにしない）＋半透明白フレーム枠 */
.feature-hero {
  position: relative;
  margin-top: 8rem;
  min-height: 64rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .feature-hero {
    flex-direction: column;
    margin-top: 4rem;
    min-height: 0;
    padding: 0;
  }
}

.feature-hero__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .feature-hero__img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 24rem;
  }
}
.feature-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scaleX(-1);
}

.feature-hero__panel {
  position: relative;
  z-index: 1;
  width: 72rem;
  max-width: 100%;
  padding: 5rem 6rem;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-hero__panel {
    width: 100%;
    margin-top: -3rem;
    padding: 3.4rem 2rem;
  }
}
.feature-hero__panel::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid #3e7297;
  pointer-events: none;
}

.feature-hero__num {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .feature-hero__num {
    font-size: 5rem;
  }
}

.feature-hero__num-accent {
  color: #3e7297;
}

.feature-hero__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #677178;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .feature-hero__title {
    font-size: 1.9rem;
  }
}

.feature-hero__line {
  position: relative;
  width: 24rem;
  max-width: 100%;
  height: 0;
  border-top: 2px solid #9aa6ac;
  margin: 2rem 0;
}

.feature-hero__body {
  position: relative;
  width: 60rem;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #677178;
  text-align: left;
}
@media (max-width: 767px) {
  .feature-hero__body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.index-movie {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .index-movie {
    padding: 4rem 0 0;
  }
}

.index-video {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  aspect-ratio: 960/560;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-video {
    aspect-ratio: 16/10;
  }
}

.index-video__text {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  color: #8a8a8a;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .index-video__text {
    font-size: 2.2rem;
  }
}

/* =========================================================
   FLOW 初診の流れ
   ========================================================= */
/* 動画（FLOWとは別セクション） */
.flow-section {
  padding: 6rem 0 7rem;
}
@media (max-width: 767px) {
  .flow-section {
    padding: 4rem 0 5rem;
  }
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .flow-steps {
    margin-top: 3rem;
  }
}

.flow-steps__row {
  width: 94rem;
  display: grid;
  grid-template-columns: 1fr 2rem 1fr 2rem 1fr;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .flow-steps__row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2rem 1fr;
  }
}

.flow-step {
  width: 28rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9fa9af;
  border: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .flow-step {
    width: 100%;
    max-width: 28rem;
    height: 4.4rem;
    font-size: 1.5rem;
  }
}

.flow-step.is-active {
  background: #607788;
}

.flow-sep {
  color: #677178;
  font-size: 1.8rem;
}

/* メインスライダー（6枚・中央フル＋左右をのぞかせる＝Swiper centeredSlides） */
.flow-slider {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .flow-slider {
    margin-top: 3rem;
  }
}

.flow-swiper {
  width: 100%;
  overflow: hidden;
}

.flow-slide img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .flow-slide img {
    height: 24rem;
  }
}

.flow-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background 0.2s ease;
}
.flow-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.85);
}
.flow-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #3e7297;
  border-right: 2px solid #3e7297;
}
@media (max-width: 767px) {
  .flow-slider__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.flow-slider__prev {
  left: calc(25% - 2.5rem);
}
@media (max-width: 767px) {
  .flow-slider__prev {
    left: 1rem;
  }
}
.flow-slider__prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.flow-slider__next {
  right: calc(25% - 2.5rem);
}
@media (max-width: 767px) {
  .flow-slider__next {
    right: 1rem;
  }
}
.flow-slider__next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* =========================================================
   GREETING 院長挨拶
   ========================================================= */
.greeting {
  position: relative;
  background: linear-gradient(180deg, #d6e0e5 0%, #eef3f5 60%, #fff 100%);
  padding: 7rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .greeting {
    padding: 4rem 0;
  }
}

.greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/greeting-bg.webp") center/cover no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.greeting__vertical {
  position: absolute;
  z-index: 1;
  top: 7rem;
  left: 3rem;
  writing-mode: vertical-rl;
  font-family: "Lora", serif;
  font-size: 8rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .greeting__vertical {
    position: static;
    writing-mode: horizontal-tb;
    top: auto;
    left: auto;
    bottom: auto;
    font-size: 4rem;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.greeting__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .greeting__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.greeting__img {
  width: 48rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__img img {
  width: 100%;
  height: 56rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .greeting__img img {
    height: 39rem;
  }
}

.greeting__text {
  flex: 1;
  min-width: 0;
}

.greeting__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.greeting__title {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #3e7297;
}
@media (max-width: 767px) {
  .greeting__title {
    font-size: 2.4rem;
  }
}

.greeting__head-line {
  flex: 1;
  height: 1px;
  background: #3e7297;
}

.greeting__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #677178;
}
@media (max-width: 767px) {
  .greeting__body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.greeting__sign {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .greeting__sign {
    gap: 0.3rem;
    align-items: flex-end;
  }
}

.greeting__role {
  padding: 0.4rem 1.6rem;
  background: #fff;
  color: #3E7297;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

.greeting__name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  color: #333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .greeting__name {
    font-size: 2.2rem;
  }
}

.greeting__name-en {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  color: #3E7297;
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery {
  padding: 5rem 0 7rem;
}
@media (max-width: 767px) {
  .gallery {
    padding: 3rem 0 5rem;
  }
}

.gallery-slider {
  margin-top: 3rem;
}

.gallery-slider .splide__slide img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .gallery-slider .splide__slide img {
    height: 20rem;
  }
}

/* =========================================================
   MEDICAL 診療内容
   ========================================================= */
.medical {
  background: #efefef;
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .medical {
    padding: 4rem 0 5rem;
  }
}

/* 衛生管理 HYGIENE */
.hygiene {
  position: relative;
  background: #81a3ba;
  padding: 4rem 8rem 6rem;
  overflow: hidden;
}
.hygiene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/medical/hygiene-bg.webp") center/cover no-repeat;
  mix-blend-mode: hard-light;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hygiene {
    padding: 3rem 1.6rem 3.5rem;
  }
}

.hygiene__head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 3rem;
}

.hygiene__en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .hygiene__en {
    font-size: 3.2rem;
  }
}

.hygiene__ja {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .hygiene__ja {
    font-size: 2rem;
  }
}

.hygiene__card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  padding: 5rem 4rem 5.5rem;
}
@media (max-width: 767px) {
  .hygiene__card {
    padding: 2.4rem 1rem;
  }
}

.hygiene__card-title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #677178;
}
@media (max-width: 767px) {
  .hygiene__card-title {
    border-top: 1px solid #677178;
    border-bottom: 1px solid #677178;
    padding: 2rem 0;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
  }
}

.hygiene__card-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #677178;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .hygiene__card-text {
    text-align: left;
  }
}

.hygiene__items {
  list-style: none;
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .hygiene__items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
    margin-top: 3rem;
  }
}

.hygiene-item {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .hygiene-item {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

.hygiene-item__img img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .hygiene-item__img img {
    height: 11.2rem;
    aspect-ratio: 150/112;
  }
}

.hygiene-item__label {
  background: linear-gradient(162deg, #81a3ba 50.21%, #3e7297 50.21%);
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .hygiene-item__label {
    font-size: 1.4rem;
    padding: 1rem 0.2rem;
    letter-spacing: -0.04em;
  }
}

.hygiene-item:nth-child(2) .hygiene-item__label {
  background: linear-gradient(162deg, #9fa9af 50.21%, #607788 50.21%);
}

/* 注目3メニュー（写真＋円形インセット＋下部ラベル帯） */
.medical-highlights {
  list-style: none;
  display: flex;
  gap: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .medical-highlights {
    flex-direction: column;
    gap: 2rem;
    width: auto;
    margin-left: 0;
  }
}

.mh-card {
  flex: 1;
  min-width: 0;
}

.mh-card__link {
  position: relative;
  display: block;
  aspect-ratio: 480/427;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mh-card__link {
    aspect-ratio: 480/427;
  }
}

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

.mh-card__circle {
  position: absolute;
  top: 6rem;
  left: 4rem;
  z-index: 2;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .mh-card__circle {
    top: 4.7rem;
    left: 2rem;
    width: 14rem;
    height: 14rem;
  }
}
.mh-card__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mh-card__label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  padding-right: 4rem;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(8.9% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .mh-card__label {
    height: 7.8rem;
    gap: 1.2rem;
    padding-right: 3rem;
  }
}

.mh-card__label-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: right;
  color: #677178;
}
@media (max-width: 767px) {
  .mh-card__label-text {
    font-size: 1.8rem;
  }
}

.mh-card__arrow {
  flex-shrink: 0;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #81a3ba;
}
@media (max-width: 767px) {
  .mh-card__arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.mh-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-card__arrow-svg {
  width: 50%;
  height: auto;
  display: block;
}

/* デザインに合わせ 予防歯科(1)・ブルーラジカル(3) の背景写真を左右反転 */
.mh-card:nth-child(1) .mh-card__photo img,
.mh-card:nth-child(3) .mh-card__photo img {
  transform: scaleX(-1);
}

/* 診療メニュー10 グリッド */
.medical-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .medical-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 3rem;
  }
}

.mg-item__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  height: 100%;
  min-height: 30.5rem;
  padding: 2.8rem;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .mg-item__link {
    min-height: 0;
    padding: 2rem 1rem;
    gap: 1rem;
  }
}

.mg-item__icon {
  width: 16.8rem;
  height: 16.8rem;
}
.mg-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .mg-item__icon {
    width: 10rem;
    height: 10rem;
  }
}

.mg-item__label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #677178;
  text-align: center;
}
@media (max-width: 767px) {
  .mg-item__label {
    font-size: 1.5rem;
  }
}

.mg-item__arrow {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.6rem 2.6rem;
  border-color: transparent transparent #81a3ba transparent;
}
@media (max-width: 767px) {
  .mg-item__arrow {
    border-width: 0 0 1.8rem 1.8rem;
  }
}

/* 訪問歯科 */
@media (max-width: 767px) {
  .index-visit__contents .inner128 {
    padding: 0;
  }
}

.index-visit {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #3e7297;
  margin-top: 5rem;
  overflow: hidden;
}
.index-visit::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: -4rem;
  width: 59.9rem;
  height: 48.6rem;
  max-width: 60%;
  background: url("../img/top/medical/houmon-map.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-visit::after {
    right: -6rem;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .index-visit {
    flex-direction: column;
    margin-top: 3rem;
    padding: 4rem 2rem 6rem;
  }
}

.index-visit__img {
  position: relative;
  z-index: 1;
  width: 64rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-visit__img {
    width: 100%;
  }
}
.index-visit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .index-visit__img img {
    height: 20.8rem;
  }
}

.index-visit__text {
  position: relative;
  z-index: 1;
  padding: 5rem;
  color: #fff;
  align-self: center;
}
@media (max-width: 767px) {
  .index-visit__text {
    padding: 0;
    margin-top: 2rem;
  }
}

.index-visit__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-visit__title {
    font-size: 2.6rem;
  }
}

.index-visit__line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 2rem 0;
}

.index-visit__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #fff;
}
@media (max-width: 767px) {
  .index-visit__body {
    font-size: 1.4rem;
  }
}

/* =========================================================
   CONCEPT
   ========================================================= */
.concept {
  position: relative;
  background: #14171f url("../img/top/concept-bg.webp") center center/cover no-repeat;
  padding: 6rem 0 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept {
    padding: 4rem 0 4.5rem;
  }
}

@media (max-width: 767px) {
  .concept__inner {
    padding: 0;
  }
}

.concept__vertical {
  position: absolute;
  top: 11rem;
  right: 3rem;
  writing-mode: vertical-rl;
  font-family: "Lora", serif;
  font-size: 8rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .concept__vertical {
    position: static;
    writing-mode: horizontal-tb;
    top: auto;
    right: auto;
    font-size: 4rem;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 3rem;
  }
}

.concept__cards {
  list-style: none;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .concept__cards {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 0;
  }
}

.concept-card {
  width: 36rem;
}
@media (max-width: 767px) {
  .concept-card {
    width: 29.5rem;
  }
}

.concept-card__num {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .concept-card__num {
    font-size: 4.8rem;
    margin-bottom: 1rem;
  }
}

.concept-card__box {
  position: relative;
  height: 26rem;
  background: linear-gradient(to bottom right, #fff 0 50%, #ececec 50% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .concept-card__box {
    height: 18rem;
  }
}
.concept-card__box::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 2.4rem;
  bottom: 2.4rem;
  border-top: 1px solid #677178;
  border-left: 1px solid #677178;
  pointer-events: none;
}
.concept-card__box::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  right: 0.9rem;
  bottom: 1rem;
  border-right: 1px solid #677178;
  border-bottom: 1px solid #677178;
  pointer-events: none;
}

.concept-card__ja {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #677178;
}
@media (max-width: 767px) {
  .concept-card__ja {
    font-size: 2rem;
  }
}

.concept-card__en {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #607788;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .concept-card__en {
    font-size: 1.4rem;
  }
}

.concept-card__line {
  position: relative;
  width: 18.6rem;
  height: 0;
  border-top: 1px dotted #b4bcc2;
  margin: 2.2rem 0 3.4rem;
}
@media (max-width: 767px) {
  .concept-card__line {
    width: 21.1rem;
    margin: 1.8rem 0 2.4rem;
  }
}

.concept-card__tag {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #677178;
}
@media (max-width: 767px) {
  .concept-card__tag {
    font-size: 1.6rem;
  }
}

.concept__statement {
  position: relative;
  max-width: 112rem;
  margin-top: 4rem;
  padding: 5rem 8rem 4.4rem;
  background: linear-gradient(to bottom right, #fff 0 50%, #ececec 50% 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept__statement {
    max-width: none;
    margin: 3rem 2rem 0;
    padding: 3.6rem 2.6rem;
    background: linear-gradient(to bottom right, #fff 0 50%, #ececec 50% 100%);
  }
}
.concept__statement::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 32rem;
  height: 27rem;
  border-top: 1px solid #677178;
  border-left: 1px solid #677178;
  pointer-events: none;
}
@media (max-width: 767px) {
  .concept__statement::before {
    top: 1rem;
    left: 1rem;
    right: 3rem;
    bottom: 3rem;
    width: auto;
    height: auto;
  }
}
.concept__statement::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  bottom: 1rem;
  width: 32rem;
  height: 27rem;
  border-right: 1px solid #677178;
  border-bottom: 1px solid #677178;
  pointer-events: none;
}
@media (max-width: 767px) {
  .concept__statement::after {
    top: 3rem;
    left: 3rem;
    right: 0.9rem;
    bottom: 1rem;
    width: auto;
    height: auto;
  }
}

.concept__statement-title {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #677178;
}
@media (max-width: 767px) {
  .concept__statement-title {
    font-size: 2.4rem;
  }
}

.concept__statement-line {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dotted #c2cacf;
  margin: 2rem 0;
}

.concept__statement-text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #677178;
}
@media (max-width: 767px) {
  .concept__statement-text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

/* =========================================================
   Blue Radical 特集バナー
   ========================================================= */
.brf-section {
  margin: 7rem 0;
}
@media (max-width: 767px) {
  .brf-section {
    margin: 4rem 0;
  }
}

.brf {
  position: relative;
  display: block;
  height: 42rem;
  border: 1px solid #3e7297;
  text-decoration: none;
}
@media (max-width: 767px) {
  .brf {
    height: auto;
    padding: 4.5rem 2rem 6rem;
  }
}

/* 上辺・下辺を二重線にする内側線（上辺の中央は .brf__title の白背景が重なって途切れる） */
.brf::before,
.brf::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3e7297;
}

.brf::before {
  top: 1rem;
}

.brf::after {
  bottom: 1rem;
}

.brf__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 3rem;
  background: #fff;
  font-family: "Lora", serif;
  font-size: 5.6rem;
  line-height: 1;
  color: #3e7297;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .brf__title {
    font-size: 3.2rem;
    padding: 0 1.2rem;
  }
}

.brf__banner {
  position: absolute;
  top: 7.4rem;
  left: 6rem;
  width: 108rem;
  height: 30rem;
  display: block;
}
@media (max-width: 767px) {
  .brf__banner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 295/520;
    margin-top: 0;
  }
}
.brf__banner picture {
  display: block;
  width: 100%;
  height: 100%;
}
.brf__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brf__lead {
  position: absolute;
  top: 2rem;
  right: 19rem;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .brf__lead {
    top: auto;
    bottom: 22%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: max-content;
    max-width: 92%;
    text-align: right;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}

.brf__lead-sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .brf__lead-sm {
    font-size: 2rem;
  }
}

.brf__lead-lg {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .brf__lead-lg {
    font-size: 3.2rem;
  }
}

.brf__badge {
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: #3e7297;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .brf__badge {
    width: 11rem;
    height: 11rem;
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.brf__badge::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.brf__badge-text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .brf__badge-text {
    font-size: 1.5rem;
  }
}

/* =========================================================
   NEWS / CONTACT
   ========================================================= */
.info-row {
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .info-row {
    margin: 3rem 0;
  }
}

.info-row__inner {
  display: flex;
  align-items: stretch;
  gap: 4rem;
}
@media (max-width: 767px) {
  .info-row__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.top-news,
.top-contact {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2rem 4rem;
  border-left: 2rem solid;
}
@media (max-width: 767px) {
  .top-news,
  .top-contact {
    padding: 2rem;
    border-left-width: 1rem;
  }
}

.top-news {
  background: #81a3ba;
  border-left-color: #3e7297;
}

.top-contact {
  background: #9fa9af;
  border-left-color: #607788;
}

.top-news__en,
.top-contact__en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .top-news__en,
  .top-contact__en {
    font-size: 3rem;
  }
}

.top-news__ja,
.top-contact__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .top-news__ja,
  .top-contact__ja {
    font-size: 1.6rem;
  }
}

/* NEWS body */
.top-news__body {
  position: relative;
  background: #fff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .top-news__body {
    padding: 2.4rem 1.6rem;
  }
}

.top-news__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.top-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-news__link {
    gap: 1.2rem;
  }
}

.top-news__date {
  flex-shrink: 0;
  background: #81a3ba;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-news__date {
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
  }
}

.top-news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #677178;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-news__title {
    font-size: 1.4rem;
  }
}

.top-news__more {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.3rem;
  height: 3.8rem;
  background: #3e7297;
  transform: translateY(-50%);
}

/* CONTACT boxes */
.top-contact__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 8rem;
  background: #fff;
  text-decoration: none;
}
.top-contact__box::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid #607788;
}

.top-contact__label {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #607788;
}

.top-contact__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-contact__icon {
  display: inline-flex;
  align-items: center;
}
.top-contact__icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.top-contact__tel {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #607788;
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: #607788;
}

/* ============================================================
   投稿詳細（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 img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #607788;
  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;
  }
}

/* ============================================================
   制作事例（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: #607788;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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