/* ==============================
  既存テーマ header height の上書き
============================== */

body.ortho-renewal-body header.ortho-header {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.ortho-renewal-body .ortho-header {
  height: auto !important;
}

body.ortho-renewal-body .ortho-header__inner {
  min-height: 96px;
}

/* モバイル */
@media screen and (max-width: 767px) {
  body.ortho-renewal-body header.ortho-header {
    height: auto !important;
    min-height: 0 !important;
  }

  body.ortho-renewal-body .ortho-header__inner {
    min-height: 72px;
  }
}
/* PCのみ改行 */
.pc-br {
  display: inline;
}

/* スマホのみ改行 */
.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  /* スマホではPC改行を非表示 */
  .pc-br {
    display: none;
  }

  /* スマホではスマホ改行を表示 */
  .sp-br {
    display: inline;
  }
}

/* chatbotCSS */
img.chatbotd {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 300px;
	z-index: 9999;
}
@media screen and (max-width: 430px) {
img.chatbotd {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 120px;
}
}

/* ==============================
  既存CSSの nav margin を矯正ヘッダーだけ解除
============================== */

body.ortho-renewal-body .ortho-header nav,
body.ortho-renewal-body .ortho-header__nav {
  margin: 0 !important;
}

/* ==============================
  矯正サイト全体：フォント統一
============================== */

body.ortho-renewal-body,
body.ortho-renewal-body .ortho-site,
body.ortho-renewal-body .ortho-renewal-page,
body.ortho-renewal-body .ortho-header,
body.ortho-renewal-body .ortho-header *,
body.ortho-renewal-body .ortho-renewal-page * {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}



/* ==============================
  矯正歯科専用ヘッダー
============================== */

.ortho-renewal-body {
  margin: 0;
  background: #fff;
  color: #071f3f;
	font-size: 15px;
	letter-spacing: 0.08em;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.ortho-renewal-body * {
  box-sizing: border-box;
}

.ortho-site {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.ortho-renewal-body .ortho-renewal-page {
  padding-top: 0 !important;
}

/* ==============================
  Header Base
============================== */

.ortho-header {
  position: static; /* stickyを一旦無効 */
  top: 0;
  z-index: 99999;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
  border-bottom: 1px solid rgba(190, 164, 103, 0.28);
  box-shadow: 0 8px 24px rgba(7, 31, 63, 0.06);
  overflow: visible;
}

body.admin-bar .ortho-header {
  top: 32px;
}

.ortho-header__inner {
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: visible;
	padding: 0px 16px;
}

.ortho-header__brand {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  height: 96px;
}

.ortho-header__h1 {
  margin: 0 0 6px;
  padding: 0;
  color: #071f3f;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ortho-header__logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ortho-header__logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ortho-header__logo img {
  display: block;
  width: 224px;
  height: auto;
  max-width: 100%;
}

.ortho-header__hamburger {
  display: none;
}

/* ==============================
  PC Navigation
============================== */

.ortho-header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 96px;
  overflow: visible;
}

.ortho-header__nav-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 96px;
  overflow: visible;
}

.ortho-header__nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  height: 96px;
  overflow: visible;
}

/* 医院紹介の右線を削除 */
.ortho-header__nav-item:last-child {
  border-right: none !important;
}

.ortho-header__nav-list > .ortho-header__nav-item > a,
.ortho-header__nav-parent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 96px;
  padding: 0 16px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #071f3f;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.ortho-header__nav-main {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ortho-header__nav-sub {
  display: block;
  margin-top: 8px;
  color: #D4E1EF;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: lowercase;
}

/* PC：メニュー名の矢印は不要 */
.ortho-header__nav-parent::after {
  display: none;
  content: none;
}

.ortho-header__nav-item:hover > a,
.ortho-header__nav-item:hover > .ortho-header__nav-parent,
.ortho-header__nav-item:focus-within > a,
.ortho-header__nav-item:focus-within > .ortho-header__nav-parent {
  color: #8a6a25;
  background: #fbf7ec;
}

.ortho-header__nav-list > .ortho-header__nav-item > a::before,
.ortho-header__nav-parent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #b9974a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.ortho-header__nav-item:hover > a::before,
.ortho-header__nav-item:hover > .ortho-header__nav-parent::before,
.ortho-header__nav-item:focus-within > a::before,
.ortho-header__nav-item:focus-within > .ortho-header__nav-parent::before {
  transform: scaleX(1);
}

/* ==============================
  PC Dropdown
============================== */

.ortho-header__submenu {
  position: absolute;
  top: 96px;
  left: 50%;
  z-index: 100001;
  min-width: 240px;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(190, 164, 103, 0.28);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(7, 31, 63, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ortho-header__submenu::before {
  display: none;
  content: none;
}

.ortho-header__submenu--wide {
  min-width: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}

.ortho-header__nav-item:hover > .ortho-header__submenu,
.ortho-header__nav-item:focus-within > .ortho-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ortho-header__submenu li {
  margin: 0;
  padding: 0;
}

.ortho-header__submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 0;
  color: #071f3f;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.ortho-header__submenu a:hover {
  background: #fbf7ec;
  color: #8a6a25;
}

/* 既存テーマのp/ul/li/img指定対策 */
.ortho-renewal-body .ortho-header p,
.ortho-renewal-body .ortho-header ul,
.ortho-renewal-body .ortho-header li {
  margin-top: 0;
  margin-bottom: 0;
}

.ortho-renewal-body .ortho-header img {
  max-width: 100%;
}

/* FVがヘッダーに食い込む場合の保険 */
.ortho-renewal-body .ortho-fv,
.ortho-renewal-body .ortho-fv__bg,
.ortho-renewal-body .ortho-fv_bg {
  margin-top: 0 !important;
}

/* ==============================
  Tablet
============================== */

@media screen and (max-width: 1280px) {
  .ortho-header__inner {
    width: min(100% - 32px, 1180px);
    gap: 22px;
  }

  .ortho-header__brand {
    flex-basis: 230px;
  }

  .ortho-header__logo img {
    width: 200px;
  }

  .ortho-header__nav-list > .ortho-header__nav-item > a,
  .ortho-header__nav-parent {
    min-width: 94px;
    padding: 0 12px;
  }

  .ortho-header__nav-main {
    font-size: 13px;
  }

  .ortho-header__nav-sub {
    font-size: 12px;
    letter-spacing: 0.16em;
  }
}

/* ==============================
  Mobile
============================== */

@media screen and (max-width: 767px) {
  .ortho-header {
    position: relative;
    top: auto;
    z-index: 9999;
    height: auto !important;
    min-height: 0 !important;
    background: #fff;
  }

  body.admin-bar .ortho-header {
    top: auto;
  }

  .ortho-header__inner {
    position: relative;
    width: 100%;
    min-height: 72px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ortho-header__brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 64px);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

  .ortho-header__h1 {
    margin-bottom: 4px;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .ortho-header__logo img {
    width: 166px;
  }

  .ortho-header__hamburger {
    display: inline-flex;
    position: fixed;
    top: 12px;
    right: 14px;
    z-index: 100002;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 8px 7px 6px;
    border: 1px solid rgba(185, 151, 74, 0.45);
    background: rgba(255, 255, 255, 0.96);
    color: #8a6a25;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 8px 18px rgba(7, 31, 63, 0.12);
    pointer-events: auto;
  }

  .ortho-header__hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #8a6a25;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .ortho-header__hamburger-text {
    display: block;
    margin-top: 1px;
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .ortho-header__hamburger.is-active .ortho-header__hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .ortho-header__hamburger.is-active .ortho-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .ortho-header__hamburger.is-active .ortho-header__hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

   .ortho-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
    width: min(86vw, 360px);
    height: 100vh;
    padding-top: 72px;
    background: #fff;
    box-shadow: -18px 0 40px rgba(7, 31, 63, 0.18);
    transform: translateX(105%);
    transition: transform 0.32s ease;
    overflow-y: auto;
    pointer-events: none;
  }

  .ortho-header__nav.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .ortho-header__nav-list {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;

  /* 左寄せの本体。ここを小さくするほど左へ寄ります */
  padding: 0 18px 28px 14px !important;

  list-style: none !important;
  text-align: left !important;
}

  .ortho-header__nav-item {
    display: block;
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(190, 164, 103, 0.18);
    text-align: left;
  }

  .ortho-header__nav-item:last-child {
    border-right: none !important;
  }

  .ortho-header__nav-list > .ortho-header__nav-item > a,
  .ortho-header__nav-parent {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-radius: 0;
    background: transparent;
    color: #071f3f;
    text-align: left;
  }

  .ortho-header__nav-main {
    display: block;
    width: auto;
    flex: 0 1 auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .ortho-header__nav-sub {
    display: none;
  }

  .ortho-header__nav-parent::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-right: 2px;
    border-right: 1.5px solid #b9974a;
    border-bottom: 1.5px solid #b9974a;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

  .ortho-header__nav-item.is-open > .ortho-header__nav-parent::after {
    transform: rotate(225deg);
  }

  .ortho-header__nav-list > .ortho-header__nav-item > a::before,
  .ortho-header__nav-parent::before {
    display: none;
    content: none;
  }

  .ortho-header__submenu,
  .ortho-header__submenu--wide {
    position: static;
    display: block;
    min-width: 0;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 16px;
    border: none;
    border-left: 1px solid rgba(185, 151, 74, 0.45);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: hidden;
    text-align: left;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  }

  .ortho-header__submenu::before {
    display: none;
    content: none;
  }

  .ortho-header__nav-item.is-open > .ortho-header__submenu {
    max-height: 680px;
    padding-bottom: 10px;
  }

  .ortho-header__submenu li {
    width: 100%;
    text-align: left;
  }

  .ortho-header__submenu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 0 9px 0px;
    border-radius: 0;
    color: #071f3f;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    white-space: normal;
  }

  .ortho-header__submenu a::before {
    display: none;
    content: none;
  }

  .ortho-header__submenu a:hover {
    background: #fbf7ec;
  }
}

/* 管理バー表示時：スマホ */
@media screen and (max-width: 782px) {
  body.admin-bar .ortho-header__hamburger {
    top: 58px;
  }

  body.admin-bar .ortho-header__nav {
    padding-top: 104px;
  }
}
/* -------------------矯正歯科ファーストビュー------------------- */
.ortho-fv {
  position: relative;
  overflow: hidden;
  color: #0b2748;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.ortho-fv__bg {
  min-height: 780px;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255, 255, 255, 0.92) 36%,
      rgba(255,255,255,0.24) 58%,
      rgba(255,255,255,0) 100%
    ),
    url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/07/ortho-fv-pc.jpg") center right / cover no-repeat;
}

.ortho-fv__inner {
  position: relative;
  max-width: 1600px;
  min-height: 780px;
  margin: 0 auto;
  padding: 48px 64px 56px;
}

.ortho-fv__content {
  position: relative;
  z-index: 2;
  width: min(860px, 56vw);
}


.ortho-fv__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  padding-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #04264a;
  text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-fv__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 520px;
  height: 1px;
  background: #b08a3c;
}

.ortho-fv__title {
  margin: 0 0 24px;
  font-size: clamp(54px, 4.8vw, 78px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #071f3f;
  white-space: nowrap;
  
}

.ortho-fv__title-gold {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ortho-fv__text {
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #04264a;
  text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-fv__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 28px;
  padding: 20px 0;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 8px 28px rgba(12, 37, 66, 0.08);
  backdrop-filter: blur(4px);
}

.ortho-fv__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 4px 18px;
  text-align: center;
  border-right: 1px solid rgba(176, 138, 60, 0.45);
}

.ortho-fv__point:last-child {
  border-right: none;
}

.ortho-fv__point-icon {
  width: 42px;
  height: 42px;
}

.ortho-fv__point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ortho-fv__point p {
  margin: 0;
}

.ortho-fv__point span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #04264a;
}

.ortho-fv__point small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #04264a;
}

.ortho-fv__price {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 26px;
}

.ortho-fv__price-main {
  flex: 1;
}

.ortho-fv__price-name {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #071f3f;
}

.ortho-fv__price-num {
  margin: 0;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #071f3f;
}

.ortho-fv__price-yen {
  margin-right: 3px;
  font-size: 0.48em;
  color: #071f3f;
}

.ortho-fv__price-value {
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #041d38 0%,
    #0a355d 32%,
    #2f7fb5 55%,
    #0a355d 78%,
    #041d38 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-fv__price-num small {
  margin-left: 3px;
  font-size: 25px;
  letter-spacing: 0.08em;
  color: #071f3f;
}

.ortho-fv__aligner {
  width: 230px;
  opacity: 0.85;
}

.ortho-fv__aligner img {
  display: block;
  width: 100%;
  height: auto;
}

.ortho-fv__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(640px, 100%);
  min-height: 78px;
  padding: 0 80px;
  color: #fff !important;
  font-size: 30px;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.28);
}

.ortho-fv__btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 90px;
  height: 6px;
  background: radial-gradient(circle, rgba(255,224,150,0.9) 0%, rgba(176,138,60,0.45) 42%, rgba(176,138,60,0) 72%);
}

.ortho-fv__btn-icon {
  position: absolute;
  left: 46px;
  width: 32px;
  height: 32px;
}

.ortho-fv__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ortho-fv__btn-arrow {
  position: absolute;
  right: 46px;
  font-size: 44px;
  line-height: 1;
  color: #d2aa59;
}

.ortho-fv__badge {
  position: absolute;
  top: 58px;
  right: 90px;
  z-index: 3;
  width: 174px;
  height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #04264a;
  border: 3px solid transparent;
  background-image:
    linear-gradient(#04264a, #04264a),
    linear-gradient(135deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.18);
  text-decoration: none;
  cursor: pointer;
}

.ortho-fv__badge:hover {
  opacity: 0.9;
}

.ortho-fv__badge span {
  font-size: 20px;
  letter-spacing: 0.14em;
	color: #fff;
}

.ortho-fv__badge strong {
  display: block;
  margin-top: 8px;
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
	color: #fff;
}

/* -------------------矯正歯科FV SP------------------- */
@media screen and (max-width: 768px) {
  .ortho-fv__bg {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.15) 0%,
        rgba(255, 255, 255, 0.20) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255,255,255,1) 100%
      ),
      url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/07/ortho-fv-sp.jpg") center top / cover no-repeat;
  }

  .ortho-fv__inner {
    min-height: auto;
    padding: 0 18px 36px;
  }

  .ortho-fv__content {
    width: 100%;
    padding-top: 100px;
  }

  .ortho-fv__lead {
    margin: 0 0 22px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.16em;
  }

  .ortho-fv__lead::after {
    width: 100%;
  }

  .ortho-fv__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .ortho-fv__text {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.12em;
  }

  .ortho-fv__points {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
    padding: 18px 0;
    border-radius: 8px;
  }

  .ortho-fv__point {
    gap: 8px;
    padding: 0 10px;
  }

  .ortho-fv__point-icon {
    width: 36px;
    height: 36px;
  }

  .ortho-fv__point span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  .ortho-fv__point small {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .ortho-fv__price {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .ortho-fv__price-name {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.;
    letter-spacing: 0.12em;
  }

  .ortho-fv__price-num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3px;
    font-size: clamp(52px, 15vw, 76px);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .ortho-fv__price-yen {
    flex-shrink: 0;
    font-size: 0.46em;
  }

  .ortho-fv__price-value {
    flex-shrink: 0;
  }

  .ortho-fv__price-num small {
    flex-shrink: 0;
    margin-left: 4px;
    font-size: 16px;
    white-space: nowrap;
  }

  .ortho-fv__aligner {
    display: none;
  }

  .ortho-fv__btn {
    width: 100%;
    min-height: 68px;
    padding: 0 58px;
    font-size: 20px;
    letter-spacing: 0.12em;
  }

  .ortho-fv__btn-icon {
    left: 28px;
    width: 30px;
    height: 30px;
  }

  .ortho-fv__btn-arrow {
    right: 30px;
    font-size: 38px;
  }

  .ortho-fv__badge {
    top: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
  }

  .ortho-fv__badge span {
    font-size: 12px;
  }

  .ortho-fv__badge strong {
    font-size: 20px;
  }
}

/* -------------------こんなお悩みありませんか------------------- */
.ortho-trouble {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 90px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/trouble-bg.jpeg") center bottom / cover no-repeat;
}

.ortho-trouble__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-trouble__heading {
  margin-bottom: 34px;
  text-align: center;
}

.ortho-trouble__title {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 18px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #071f3f;
}

.ortho-trouble__title span {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-trouble__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 520px;
  max-width: 100%;
  height: 1px;
  background: #b08a3c;
  transform: translateX(-50%);
}

.ortho-trouble__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #b08a3c;
  border-bottom: 1px solid #b08a3c;
  background: #f4f3f5;
  transform: translateX(-50%) rotate(-45deg);
  z-index: 1;
}

.ortho-trouble__lead {
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #071f3f;
}

.ortho-trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.ortho-trouble-card {
  width: calc((100% - 72px) / 4);
  box-sizing: border-box;
  padding: 30px 24px 26px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 5px 14px rgba(10, 53, 93, 0.164);
}

.ortho-trouble-card h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #04264a;
}

.ortho-trouble-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 1px;
   background: linear-gradient(
    90deg,
    #8a6426 0%,
    #d8b15f 35%,
    #fff1b8 50%,
    #b88932 70%,
    #7a541d 100%
  );
  transform: translateX(-50%);
}

.ortho-trouble-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 22px;
}

.ortho-trouble-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ortho-trouble-card p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
}

@media screen and (max-width: 1024px) {
  .ortho-trouble__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ortho-trouble-card,
  .ortho-trouble-card:nth-child(-n + 3) {
    grid-column: auto;
  }
}

@media screen and (max-width: 768px) {
  .ortho-trouble {
    padding: 54px 12px 64px;
  }

  .ortho-trouble__heading {
    margin-bottom: 28px;
  }

  .ortho-trouble__title {
    margin-bottom: 24px;
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .ortho-trouble__lead {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

   .ortho-trouble__list {
    gap: 12px;
  }

  .ortho-trouble-card {
    width: calc((100% - 12px) / 2);
    padding: 20px 10px 16px;
  }

  .ortho-trouble-card h3 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }

  .ortho-trouble-card h3::after {
    width: 44px;
  }

  .ortho-trouble-card__img {
    height: 92px;
    margin-bottom: 14px;
  }

  .ortho-trouble-card p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 360px) {
  .ortho-trouble-card h3 {
    font-size: 15px;
  }

  .ortho-trouble-card__img {
    height: 82px;
  }

  .ortho-trouble-card p {
    font-size: 11px;
  }
}


/* -------------------インビザラインとは------------------- */
.ortho-invisalign {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 72px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/invisalign-bg.jpeg") center bottom / cover no-repeat;
}

.ortho-invisalign__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-invisalign__main {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 60px;
  margin-bottom: 42px;
}

.ortho-invisalign__title {
  margin: 0 0 22px;
  font-size: clamp(46px, 4.2vw, 70px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.ortho-invisalign__title span {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-invisalign__catch {
  margin: 0 0 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #b08a3c;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-invisalign__lead {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-invisalign__marker {
  background: linear-gradient(
    transparent 62%,
    rgba(210, 170, 89, 0.36) 62%
  );
  font-weight: 500;
}

.ortho-invisalign__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ortho-invisalign__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ortho-invisalign__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 42px;
}

.ortho-invisalign-feature {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 148px;
  padding: 24px 28px;
  background: rgba(255,255,255,0.86);
  border-radius: 2px;
  box-shadow: 0 5px 14px rgba(10, 53, 93, 0.14);
}

.ortho-invisalign-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 2px solid #b08a3c;
  border-radius: 50%;
}

.ortho-invisalign-feature__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ortho-invisalign-feature h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #04264a;
}

.ortho-invisalign-feature h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d8b56a 50%, #9b742c 100%);
}

.ortho-invisalign-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #04264a;
}

.ortho-invisalign__compare {
  margin-bottom: 28px;
}

.ortho-invisalign__compare-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #04264a;
}

.ortho-invisalign__compare-title::before,
.ortho-invisalign__compare-title::after {
  content: "";
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
}

.ortho-invisalign__compare-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.ortho-compare-card {
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border-radius: 2px;
  box-shadow: 0 5px 14px rgba(10, 53, 93, 0.12);
}

.ortho-compare-card--blue {
  border: 1px solid #04264a;
}

.ortho-compare-card--gold {
  border: 1px solid #b08a3c;
}

.ortho-compare-card__title {
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.ortho-compare-card--blue .ortho-compare-card__title {
  background: linear-gradient(180deg, #0a355d 0%, #041d38 100%);
}

.ortho-compare-card--gold .ortho-compare-card__title {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 40%,
    #8f651f 100%
  );
}
.ortho-compare-card__content {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px 34px;
}

.ortho-compare-card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.ortho-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ortho-compare-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-compare-card li:last-child {
  margin-bottom: 0;
}

.ortho-compare-card li::before {
  content: "✓";
  flex: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  background: #04264a;
}

.ortho-compare-card--gold li::before {
  background: #b08a3c;
}

.ortho-invisalign__btn-wrap {
  display: flex;
  justify-content: center;
}

.ortho-invisalign__btn,
.ortho-invisalign__btn:link,
.ortho-invisalign__btn:visited,
.ortho-invisalign__btn:hover,
.ortho-invisalign__btn:active {
  color: #fff;
}

.ortho-invisalign__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(500px, 100%);
  min-height: 76px;
  padding: 0 40px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.28);
}

.ortho-invisalign__btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 90px;
  height: 6px;
  background: radial-gradient(circle, rgba(255,224,150,0.9) 0%, rgba(176,138,60,0.45) 42%, rgba(176,138,60,0) 72%);
}

.ortho-invisalign__btn em {
  position: absolute;
  right: 40px;
  top: 45%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  color: #d2aa59;
}

@media screen and (max-width: 1024px) {
  .ortho-invisalign__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ortho-invisalign__visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .ortho-invisalign__features {
    grid-template-columns: 1fr;
  }

  .ortho-invisalign__compare-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
	
  .ortho-invisalign {
	  position: relative;
  overflow: hidden;
    padding: 60px 16px 64px;
	  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/invisalign-spbg.jpeg") center bottom / cover no-repeat;
  }

  .ortho-invisalign__main {
    gap: 24px;
    margin-bottom: 32px;
  }

  .ortho-invisalign__title {
    font-size: 30px;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .ortho-invisalign__catch {
    margin-bottom: 22px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .ortho-invisalign__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .ortho-invisalign__features {
    gap: 14px;
    margin-bottom: 34px;
  }

  .ortho-invisalign-feature {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    min-height: auto;
    padding: 20px 16px;
  }

  .ortho-invisalign-feature__icon {
    width: 58px;
    height: 58px;
  }

  .ortho-invisalign-feature__icon img {
    width: 32px;
    height: 32px;
  }

  .ortho-invisalign-feature h3 {
    font-size: 18px;
  }

  .ortho-invisalign-feature p {
    font-size: 13px;
  }

  .ortho-invisalign__compare-title {
    gap: 14px;
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  .ortho-invisalign__compare-title::before,
  .ortho-invisalign__compare-title::after {
    width: 28px;
  }

  .ortho-compare-card__title {
    font-size: 20px;
  }

  .ortho-compare-card__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .ortho-compare-card__img {
    max-width: 220px;
    margin: 0 auto;
  }

  .ortho-compare-card li {
    font-size: 15px;
  }

  .ortho-invisalign__btn {
    min-height: 66px;
    padding: 0 48px 0 28px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .ortho-invisalign__btn em {
    right: 26px;
    font-size: 34px;
  }
}

/* -------------------追加：インビザライン診断の特徴------------------- */

.ortho-invisalign__diagnosis {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 44px;
  margin: 0 0 46px;
  padding: 42px 58px 42px 44px;

  background-image: url("");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;

  border: 1px solid rgba(176, 138, 60, 0.72);
  border-radius: 2px 58px 2px 58px;
  box-shadow: 0 8px 22px rgba(10, 53, 93, 0.12);
  overflow: hidden;
  opacity: 1;
}

.ortho-invisalign-diagnosis__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.ortho-invisalign-diagnosis__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.ortho-invisalign-diagnosis__circle img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ortho-invisalign-diagnosis__body {
  position: relative;
  z-index: 1;
}

.ortho-invisalign-diagnosis__title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  font-size: 31px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #04264a;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-invisalign-diagnosis__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d8b56a 50%, #9b742c 100%);
}

.ortho-invisalign-diagnosis__body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-invisalign-diagnosis__body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .ortho-invisalign__diagnosis {
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding: 36px 32px;
  }

  .ortho-invisalign-diagnosis__circle {
    width: 220px;
    height: 220px;
  }

  .ortho-invisalign-diagnosis__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .ortho-invisalign__diagnosis {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
    padding: 30px 18px 28px;
    border-radius: 2px 44px 2px 44px;

    background: url("") center center / cover no-repeat !important;
  }

  .ortho-invisalign-diagnosis__circle {
    width: 240px;
    height: 240px;
  }

  .ortho-invisalign-diagnosis__title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .ortho-invisalign-diagnosis__body p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}


/* -------------------世代に合わせた矯正治療をご提案します------------------- */
.ortho-age {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/ortho-age-bg.jpeg") center / cover no-repeat;
}

.ortho-age__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-age__heading {
  margin-bottom: 42px;
  text-align: center;
}

.ortho-age__title {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 22px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #071f3f;
}

.ortho-age__title span {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-age__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 620px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
  transform: translateX(-50%);
}

.ortho-age__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: #04264a;
}

.ortho-age__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.ortho-age-card {
  overflow: hidden;
  padding: 8px 8px 34px;
  background: rgba(255,255,255,0.92);
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(10, 53, 93, 0.14);
}

.ortho-age-card--adult {
  border: 1px solid #04264a;
}

.ortho-age-card--child {
  border: 1px solid #b08a3c;
}

.ortho-age-card__main {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: stretch;
  min-height: 310px;
  border-bottom: 1px solid rgba(4, 38, 74, 0.35);
}

.ortho-age-card--child .ortho-age-card__main {
  border-bottom-color: rgba(176, 138, 60, 0.5);
}

.ortho-age-card__text {
  padding: 86px 34px 32px;
}

.ortho-age-card__title {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 22px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.ortho-age-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.ortho-age-card--adult .ortho-age-card__title {
  color: #04264a;
}

.ortho-age-card--child .ortho-age-card__title {
  color: #9b742c;
}

.ortho-age-card__desc {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-age-card--child .ortho-age-card__desc {
  color: #6f501d;
}

.ortho-age-card__photo {
  overflow: hidden;
}

.ortho-age-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ortho-age-card__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 28px 22px 30px;
}

.ortho-age-point {
  position: relative;
  padding: 0 16px;
  text-align: center;
}

.ortho-age-point:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(4, 38, 74, 0.18);
}

.ortho-age-card--child .ortho-age-point:not(:last-child)::after {
  background: rgba(176, 138, 60, 0.35);
}

.ortho-age-point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(4, 38, 74, 0.25);
}

.ortho-age-card--child .ortho-age-point__icon {
  border-color: rgba(176, 138, 60, 0.45);
}

.ortho-age-point__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ortho-age-point p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-age-card--child .ortho-age-point p {
  color: #6f501d;
}

.ortho-age-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 56px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 64px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 8px 18px rgba(3, 25, 50, 0.22);
}

.ortho-age-card__btn,
.ortho-age-card__btn:visited,
.ortho-age-card__btn:hover,
.ortho-age-card__btn:focus {
  color: #fff;
  text-decoration: none;
}

.ortho-age-card__btn span,
.ortho-age-card__btn em {
  color: #fff;
}

.ortho-age-card--adult .ortho-age-card__btn {
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #041d38 0%, #0a355d 45%, #2f7fb5 55%, #0a355d 75%, #041d38 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.ortho-age-card--child .ortho-age-card__btn {
  background-image:
    linear-gradient(90deg, #9b6f22 0%, #c9962d 40%, #8f651f 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.ortho-age-card__btn em {
  position: absolute;
  right: 42px;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ortho-age__cards {
    grid-template-columns: 1fr;
  }

  .ortho-age-card__main {
    grid-template-columns: 1fr 42%;
  }
}

@media screen and (max-width: 768px) {
  .ortho-age {
    padding: 60px 16px;
  }

  .ortho-age__heading {
    margin-bottom: 30px;
  }

  .ortho-age__title {
    font-size: 28px;
    letter-spacing: 0.08em;
  }

  .ortho-age__lead {
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .ortho-age__cards {
    gap: 24px;
  }

  .ortho-age-card {
    padding: 6px 6px 24px;
  }

  .ortho-age-card__main {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ortho-age-card__text {
    padding: 36px 24px 28px;
  }

  .ortho-age-card__title {
    margin-bottom: 15px;
    font-size: 25px;
    padding-bottom: 15px;
    text-align: center;
  }

  .ortho-age-card__title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ortho-age-card__title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .ortho-age-card__desc {
    font-size: 14px;
  }

  .ortho-age-card__photo {
    height: 220px;
  }

  .ortho-age-card__points {
    padding: 24px 10px 24px;
  }

  .ortho-age-point {
    padding: 0 8px;
  }

  .ortho-age-point__icon {
    width: 62px;
    height: 62px;
  }

  .ortho-age-point__icon img {
    width: 32px;
    height: 32px;
  }

  .ortho-age-point p {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .ortho-age-card__btn {
    width: calc(100% - 28px);
    min-height: 62px;
    padding: 0 48px 0 24px;
    font-size: 15px;
  }

  .ortho-age-card__btn em {
    right: 26px;
    font-size: 34px;
  }
}

/* ------------------- 選ばれる理由 ------------------- */
.ortho-reason {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 110px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #04264a;
  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/ortho-reason-bg.jpeg") center / cover no-repeat;
}

.ortho-reason__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.ortho-reason__heading {
  margin-bottom: 50px;
  text-align: center;
}
.ortho-reason__title {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 24px;
  font-size: clamp(32px, 3.3vw, 58px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-reason__title-small {
  display: block;
  margin-bottom: 6px;
  font-size: 0.62em;
  letter-spacing: 0.12em;
  color: #071f3f;
  background: none;
  -webkit-text-fill-color: currentColor;
  white-space: nowrap;
}

.ortho-reason__title-main {
  display: block;
  white-space: nowrap;
}

.ortho-reason__title-small-inline {
  display: inline;
  margin: 0;
  font-size: 0.62em;
  letter-spacing: 0.12em;
  color: #071f3f;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.ortho-reason__title-gold {
  display: inline;
  white-space: nowrap;
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-reason__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ortho-reason-card {
  display: grid;
  grid-template-columns: minmax(320px, 46%) 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(176, 138, 60, 0.35);
  box-shadow: 0 8px 24px rgba(4, 38, 74, 0.08);
}

.ortho-reason-card--reverse {
  grid-template-columns: 1fr minmax(320px, 46%);
}

.ortho-reason-card--reverse .ortho-reason-card__img {
  order: 2;
}

.ortho-reason-card--reverse .ortho-reason-card__content {
  order: 1;
}

/* 画像側 */
.ortho-reason-card__img {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

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

.ortho-reason-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 90px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 55%,
    rgba(255,255,255,1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.ortho-reason-card--reverse .ortho-reason-card__img::after {
  right: auto;
  left: -1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.55) 45%,
    rgba(255,255,255,0) 100%
  );
}

/* テキスト側 */
.ortho-reason-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 40px 40px;
  overflow: hidden;
}

/* テキスト部分の白いもやもや */
.ortho-reason-card__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.42) 42%, rgba(255,255,255,0.12) 100%);
  pointer-events: none;
}

.ortho-reason-card__content > * {
  position: relative;
  z-index: 1;
}

/* REASON 01 */
.ortho-reason-card__num {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 0 0 18px;
  line-height: 1;
}

.ortho-reason-card__num-label {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #04264a;
}

.ortho-reason-card__num-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #d3a23b 50%,
    #8f651f 100%
  );
}

.ortho-reason-card__num strong {
  display: inline-block;
  font-size: 66px;
  line-height: 0.9;
  font-weight: 500;
  color: #b08a3c;
}

.ortho-reason-card__num strong::first-letter {
  color: #04264a;
}

/* 見出し */
.ortho-reason-card__title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 18px;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-reason-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #d3a23b 45%,
    #f2d37a 70%,
    #8f651f 100%
  );
}

.ortho-reason-card__title span {
  color: #b08a3c;
}

/* 本文 */
.ortho-reason-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
}


/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 960px) {
  .ortho-reason {
    padding: 80px 16px 90px;
  }

  .ortho-reason__heading {
    margin-bottom: 38px;
  }

  .ortho-reason-card,
  .ortho-reason-card--reverse {
    grid-template-columns: 1fr;
  }

  .ortho-reason-card--reverse .ortho-reason-card__img,
  .ortho-reason-card--reverse .ortho-reason-card__content {
    order: initial;
  }

  .ortho-reason-card__img {
    min-height: 280px;
  }

  .ortho-reason-card__content {
    padding: 34px 28px 34px;
  }
}

@media screen and (max-width: 768px) {
  .ortho-reason-card__img::after,
  .ortho-reason-card--reverse .ortho-reason-card__img::after {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.55) 55%,
      rgba(255,255,255,1) 100%
    );
  }
}

@media only screen and (max-width: 480px) {
  .ortho-reason {
    padding: 58px 12px 72px;
  }

  .ortho-reason__title {
    padding-bottom: 18px;
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .ortho-reason__title-small {
    display: block;
    margin-bottom: 4px;
    font-size: 0.58em;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .ortho-reason__title-gold {
    display: inline-block;
  }

  .ortho-reason-card__img {
    min-height: 220px;
  }

  .ortho-reason-card__content {
    padding: 26px 18px 26px;
  }

  .ortho-reason-card__num {
    gap: 10px;
    margin-bottom: 14px;
  }

  .ortho-reason-card__num-label {
    font-size: 13px;
  }

  .ortho-reason-card__num-label::after {
    width: 56px;
  }

  .ortho-reason-card__num strong {
    font-size: 46px;
  }

  .ortho-reason-card__title {
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 1.5;
  }

  .ortho-reason-card__title::after {
    width: 220px;
  }

  .ortho-reason-card__text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
}


/* -------------------ライフスタイル別矯正治療------------------- */
.ortho-lifestyle {
  position: relative;
  overflow: hidden;
  padding: 90px 20px 100px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;

  background-color: #0a355d;
  background-image:
    linear-gradient(
      135deg,
      rgba(10, 53, 93, 0.72) 0%,
      rgba(47, 95, 143, 0.58) 45%,
      rgba(8, 39, 73, 0.78) 100%
    ),
    url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/lifestyle-bg-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ortho-lifestyle__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-lifestyle__heading {
  margin-bottom: 40px;
  text-align: center;
}

.ortho-lifestyle__title {
  margin: 0 0 18px;
  font-size: clamp(35px, 3.6vw, 45px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #071f3f;
  text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-lifestyle__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #ffffff;
}

.ortho-lifestyle__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ortho-lifestyle-card {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 24px;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
  box-shadow: 0 8px 22px rgba(10, 53, 93, 0.12);
}

.ortho-lifestyle-card::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 46px;
  height: 46px;
  border-top: 1px solid #b08a3c;
  border-left: 1px solid #b08a3c;
  pointer-events: none;
}

.ortho-lifestyle-card__img {
  overflow: hidden;
  height: 200px;
  margin-bottom: 22px;
}

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

.ortho-lifestyle-card__body {
  padding: 0 28px;
  text-align: center;
}

.ortho-lifestyle-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 68px;
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-lifestyle-card__title span {
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #9b6f22 0%,
    #c9962d 42%,
    #8f651f 100%
  );
}

.ortho-lifestyle-card__text {
  min-height: 68px;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #333;
}

.ortho-lifestyle-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(270px, 100%);
  min-height: 48px;
  margin: 0 auto;
  padding: 0 54px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 6px 14px rgba(3, 25, 50, 0.22);
}

/* aタグのvisited/hoverで色が変わるのを防ぐ */
.ortho-lifestyle .ortho-lifestyle-card__btn:link,
.ortho-lifestyle .ortho-lifestyle-card__btn:visited,
.ortho-lifestyle .ortho-lifestyle-card__btn:hover,
.ortho-lifestyle .ortho-lifestyle-card__btn:active {
  color: #fff;
  text-decoration: none;
}

.ortho-lifestyle-card__btn span {
  position: absolute;
  right: 28px;
  color: #d2aa59;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ortho-lifestyle__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .ortho-lifestyle {
    padding: 58px 16px 64px;
  }

  .ortho-lifestyle__heading {
    margin-bottom: 30px;
  }

  .ortho-lifestyle__title {
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  .ortho-lifestyle__lead {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .ortho-lifestyle__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ortho-lifestyle-card {
    padding: 8px 8px 22px;
  }

  .ortho-lifestyle-card__img {
    height: 150px;
  }

  .ortho-lifestyle-card__body {
    padding: 0 18px;
  }

  .ortho-lifestyle-card__title {
    min-height: auto;
    font-size: 20px;
  }

  .ortho-lifestyle-card__text {
    min-height: auto;
    font-size: 14px;
  }

  .ortho-lifestyle-card__btn {
    min-height: 46px;
    font-size: 16px;
  }
}


/* -------------------医師紹介------------------- */
.ortho-doctor {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
}

.ortho-doctor__inner {
  position: relative;
  display: grid;
  grid-template-columns: 47% 1fr;
  align-items: start;
  gap: 70px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 54px 70px;
  border: 1px solid #b08a3c;
  border-radius: 2px;
  background: linear-gradient(270deg, #ffffff 0%, #f6f8fc 50%, #eef3f8 100%);
}

.ortho-doctor__photo {
  position: relative;
  align-self: start;
  overflow: hidden;
  border: 1px solid #d2aa59;
  box-shadow: 0 14px 28px rgba(7, 31, 63, 0.12);
}

.ortho-doctor__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.ortho-doctor__sign {
  position: absolute;
  left: -48px;
  bottom: 72px;
  margin: 0;
  color: rgba(176, 138, 60, 0.55);
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Times New Roman", serif;
  font-style: italic;
}

.ortho-doctor__content {
  padding-top: 24px;
}

.ortho-doctor__en {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 12px;
  color: #b08a3c;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.ortho-doctor__en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 1px;
  background: #b08a3c;
}

.ortho-doctor__title {
  position: relative;
  margin: 0 0 38px;
  padding-bottom: 25px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #071f3f;
}

.ortho-doctor__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
}

.ortho-doctor__name-wrap {
  display: flex;
  align-items: baseline;
  gap: 36px;
  margin-bottom: 8px;
}

.ortho-doctor__name {
  margin: 0;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #071f3f;
}

.ortho-doctor__name-en {
  margin: 0;
  color: #b08a3c;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Times New Roman", serif;
  font-weight: bold;
}

.ortho-doctor__position {
  display: inline-block;
  margin: 0 0 42px;
  padding: 6px 22px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  background: #04264a;
}

.ortho-doctor__catch {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #071f3f;
}

.ortho-doctor__text {
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-doctor__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(460px, 100%);
  min-height: 68px;
  padding: 0 64px;
  color: #d2aa59;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 8px 18px rgba(3, 25, 50, 0.22);
}

.ortho-doctor__btn,
.ortho-doctor__btn:visited,
.ortho-doctor__btn:hover,
.ortho-doctor__btn:focus {
  color: #fff;
  text-decoration: none;
}

.ortho-doctor__btn span,
.ortho-doctor__btn:hover span,
.ortho-doctor__btn:focus span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.ortho-doctor__btn em {
  position: absolute;
  right: 34px;
  color: #d2aa59;
  font-style: normal;
  font-size: 38px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ortho-doctor__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ortho-doctor__photo {
    max-width: 560px;
    margin: 0 auto;
  }

  .ortho-doctor__content {
    padding-top: 0;
  }

  .ortho-doctor__btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .ortho-doctor {
    padding: 60px 16px;
  }

  .ortho-doctor__inner {
    padding: 20px 18px 46px;
    gap: 30px;
  }

  .ortho-doctor__sign {
    display: none;
  }
	
	.ortho-doctor__name-wrap {
  gap: 6px;
}

  .ortho-doctor__en {
    font-size: 14px;
    margin: 0 0 14px;
  }

  .ortho-doctor__title {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .ortho-doctor__name {
    font-size: 25px;
  }

  .ortho-doctor__name-en {
    margin-top: 4px;
    font-size: 15px;
  }

  .ortho-doctor__position {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .ortho-doctor__catch {
    font-size: 17px;
    line-height: 1.8;
  }

  .ortho-doctor__text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 2;
  }

  .ortho-doctor__btn {
    min-height: 62px;
    padding: 0 48px 0 28px;
    font-size: 19px;
  }

  .ortho-doctor__btn em {
    right: 24px;
    font-size: 32px;
  }
}


/* -------------------費用について------------------- */
.ortho-price {
  position: relative;
  overflow: hidden;
  padding: 90px 20px 96px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/06/price-bg.jpeg") center / cover no-repeat;
}

.ortho-price__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-price__heading {
  margin-bottom: 30px;
}

.ortho-price__title {
  margin: 0 0 18px;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #071f3f;
}

.ortho-price__catch {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #9b6f22;
}

.ortho-price__lead {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #04264a;
}

.ortho-price__table-wrap {
  overflow: hidden;
  border: 1px solid #b08a3c;
  border-radius: 2px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 10px 28px rgba(10, 53, 93, 0.12);
}

.ortho-price__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ortho-price__table th {
  padding: 16px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  background: linear-gradient(180deg, #0a355d 0%, #041d38 100%);
  border-right: 1px solid rgba(255,255,255,0.18);
}

.ortho-price__table th:first-child {
  width: 56%;
}

.ortho-price__table th:last-child {
  width: 44%;
  border-right: none;
}

.ortho-price__table td {
  padding: 22px 30px;
  vertical-align: middle;
  border-top: 1px solid rgba(176, 138, 60, 0.45);
  border-right: 1px solid rgba(4, 38, 74, 0.16);
  background: rgba(255,255,255,0.78);
}

.ortho-price__table td:last-child {
  border-right: none;
  text-align: center;
}

.ortho-price__plan {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #071f3f;
}

.ortho-price__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-price__num {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #071f3f;
  white-space: nowrap;
}

.ortho-price__num span {
  margin-right: 6px;
  font-size: 0.48em;
}

.ortho-price__num small {
  margin-left: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.ortho-price__note {
  margin-top: 16px;
}

.ortho-price__note p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #071f3f;
}

@media screen and (max-width: 1024px) {
  .ortho-price__table {
    min-width: 820px;
  }

  .ortho-price__table-wrap {
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .ortho-price {
    padding: 60px 16px 70px;
  }

  .ortho-price__title {
    font-size: 40px;
    text-align: center;
  }

  .ortho-price__catch {
    font-size: 14px;
    line-height: 1.8;
  }

  .ortho-price__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .ortho-price__table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .ortho-price__table th {
    padding: 12px 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .ortho-price__table td {
    padding: 16px 8px;
  }

  .ortho-price__plan {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .ortho-price__desc {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .ortho-price__num {
    font-size: 22px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .ortho-price__num small {
    font-size: 11px;
        margin-left: 5px;
  }

  .ortho-price__note p {
    font-size: 12px;
  }
}

/* -------------------症例紹介------------------- */
.ortho-case {
  position: relative;
  overflow: hidden;
  padding: 90px 20px 80px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: linear-gradient(
  180deg,
  #f4ead8 0%,
  #ead8b9 50%,
  #d9bd8f 100%
);
}

.ortho-case__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ortho-case__heading {
  margin-bottom: 42px;
  text-align: center;
}

.ortho-case__title {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 18px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #071f3f;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-case__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
  transform: translateX(-50%);
}

.ortho-case__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #04264a;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ortho-case-card {
  padding: 28px 24px 26px;
  background: rgba(255,255,255,0.92);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(10, 53, 93, 0.14);
}

.ortho-case-card__head {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}

.ortho-case-card__num {
  position: relative;
  margin: 0;
  color: #9b742c;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.ortho-case-card__num::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
}

.ortho-case-card__num span {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.ortho-case-card__title {
  margin: 0;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #04264a;
}

.ortho-case-card__photos {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.ortho-case-card__photo {
  overflow: hidden;
  background: #f6f6f8;
}

.ortho-case-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ortho-case-card__photo span {
  display: block;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  background: #9b9da3;
}

.ortho-case-card__photo:last-child span {
  background: linear-gradient(180deg, #0a355d 0%, #041d38 100%);
}

.ortho-case-card__arrow {
  color: #b08a3c;
  text-align: center;
  font-size: 42px;
  line-height: 1;
}

.ortho-case-card__data {
  margin: 0;
  border-top: 1px solid rgba(176, 138, 60, 0.5);
}

.ortho-case-card__data div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(176, 138, 60, 0.45);
}

.ortho-case-card__data div:last-child {
  border-bottom: none;
}

.ortho-case-card__data dt,
.ortho-case-card__data dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #04264a;
}

.ortho-case-card__data dt {
  font-weight: 600;
}

.ortho-case-card__data dd {
  font-weight: 500;
}

.ortho-case__note {
  margin: 34px 0 26px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #04264a;
	text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
}

.ortho-case__btn-wrap {
  display: flex;
  justify-content: center;
}

.ortho-case__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(560px, 100%);
  min-height: 70px;
  padding: 0 72px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.14em;
  text-decoration: none;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.24);
}

a.ortho-case__btn,
a.ortho-case__btn:visited,
a.ortho-case__btn:hover,
a.ortho-case__btn:focus,
a.ortho-case__btn:active {
  color: #fff !important;
  text-decoration: none !important;
}

a.ortho-case__btn span,
a.ortho-case__btn::before,
a.ortho-case__btn::after {
  color: #fff !important;
}

.ortho-case__btn::after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: -3px;
  width: 90px;
  height: 6px;
  background: radial-gradient(circle, rgba(255,224,150,0.9) 0%, rgba(176,138,60,0.45) 42%, rgba(176,138,60,0) 72%);
}

.ortho-case__btn em {
  position: absolute;
  right: 42px;
  color: #d2aa59;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ortho-case__list {
    grid-template-columns: 1fr;
  }

  .ortho-case-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .ortho-case {
    padding: 60px 16px 64px;
  }

  .ortho-case__heading {
    margin-bottom: 30px;
  }

  .ortho-case__title {
    font-size: 36px;
    letter-spacing: 0.14em;
  }

  .ortho-case__lead {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }

  .ortho-case-card {
    padding: 24px 16px 22px;
  }

  .ortho-case-card__head {
    grid-template-columns: 70px 1fr;
    gap: 18px;
    margin-bottom: 22px;
  }

  .ortho-case-card__num {
    font-size: 30px;
  }

  .ortho-case-card__num::after {
    right: -9px;
    height: 50px;
  }

  .ortho-case-card__num span {
    font-size: 13px;
  }

  .ortho-case-card__title {
    font-size: 21px;
    letter-spacing: 0.1em;
  }

  .ortho-case-card__photos {
    grid-template-columns: 1fr 18px 1fr;
    gap: 6px;
  }

  .ortho-case-card__arrow {
    font-size: 32px;
  }

  .ortho-case-card__photo span {
    font-size: 13px;
  }

  .ortho-case-card__data div {
    grid-template-columns: 86px 1fr;
    gap: 12px;
    padding: 13px 0;
  }

  .ortho-case-card__data dt,
  .ortho-case-card__data dd {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .ortho-case__note {
    margin: 28px 0 22px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .ortho-case__btn {
    min-height: 64px;
    padding: 0 54px 0 28px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .ortho-case__btn em {
    right: 28px;
    font-size: 34px;
  }
}

/* -------------------治療の流れ------------------- */
.ortho-flow {
  position: relative;
  overflow: hidden;
  padding: 0px 20px 80px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 50%, #eef3f8 100%);
}

.ortho-flow__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.ortho-flow__top {
  display: grid;
  grid-template-columns: 48% 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.ortho-flow__heading {
  position: relative;
  z-index: 2;
}

.ortho-flow__title {
  position: relative;
  display: inline-block;
  margin: 20px 0 30px;
  padding-bottom: 22px;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #071f3f;
  position: relative;
top: 10px;
}

.ortho-flow__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
}

.ortho-flow__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #04264a;
}

.ortho-flow__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin-right: calc(50% - 50vw + 100px);
}

.ortho-flow__visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: left center;
}

.ortho-flow__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,255,255,0.82) 18%,
      rgba(255,255,255,0.42) 34%,
      rgba(255,255,255,0.12) 50%,
      rgba(255,255,255,0) 68%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0) 22%,
      rgba(255,255,255,0) 70%,
      rgba(255,255,255,0.92) 100%
    );
}
.ortho-flow__badge {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 2;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  background: #04264a;
  border: 3px solid transparent;
  background-image:
    linear-gradient(#04264a, #04264a),
    linear-gradient(135deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.18);
  transform: translateY(-50%);
}

.ortho-flow__badge::after {
  content: "";
  width: 42px;
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
}

.ortho-flow__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.ortho-flow-card {
  position: relative;
  min-height: 340px;
  padding: 28px 18px 26px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
  box-shadow: 0 8px 22px rgba(10, 53, 93, 0.12);
}

.ortho-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 2px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
  transform: translateY(-50%);
}

.ortho-flow-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  color: #9b742c;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 1px solid #b08a3c;
  border-radius: 50%;
}

.ortho-flow-card__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
}

.ortho-flow-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ortho-flow-card__title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #04264a;
}

.ortho-flow-card__text {
  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #04264a;
}

@media screen and (max-width: 1200px) {
  .ortho-flow__steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .ortho-flow-card:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ortho-flow__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ortho-flow__visual {
    min-height: auto;
  }

  .ortho-flow__visual img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .ortho-flow {
    padding: 0 16px 64px;
  }

  .ortho-flow__top {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }

  .ortho-flow__visual {
    order: 1;
    position: relative;
    width: 100vw;
    min-height: 240px;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }

  .ortho-flow__visual img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
  }

  .ortho-flow__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,0.82) 0%,
        rgba(255,255,255,0.36) 42%,
        rgba(255,255,255,0) 78%
      ),
      linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 78%,
        rgba(255,255,255,0.84) 100%
      );
  }

  .ortho-flow__badge {
    left: 18px;
    top: 50%;
    z-index: 3;
    width: 126px;
    height: 126px;
    font-size: 13px;
    line-height: 1.65;
  }

  .ortho-flow__badge::after {
    width: 34px;
    margin-top: 10px;
  }

  .ortho-flow__heading {
    order: 2;
    margin-top: 26px;
  }

  .ortho-flow__title {
    margin: 0 0 24px;
    font-size: 30px;
    letter-spacing: 0.12em;
  }

  .ortho-flow__title::after {
    width: 260px;
  }

  .ortho-flow__lead {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .ortho-flow__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ortho-flow-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    column-gap: 14px;
    row-gap: 12px;
    min-height: auto;
    padding: 12px 18px 24px;
    text-align: left;
    border-radius: 2px;
  }

  .ortho-flow-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    display: block;
    width: 2px;
    height: 20px;
    background: linear-gradient(
      180deg,
      #9b742c 0%,
      #d2aa59 50%,
      #9b742c 100%
    );
    transform: translateX(-50%);
    z-index: 1;
  }

  .ortho-flow-card__num {
    grid-column: 1 / -1;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 0 2px;
    font-size: 20px;
  }

  .ortho-flow-card__icon {
    grid-column: 1 / 2;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .ortho-flow-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ortho-flow-card__title {
    grid-column: 2 / 3;
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .ortho-flow-card__text {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.04em;
    text-align: left;
  }
}


/* -------------------よくある質問------------------- */
.ortho-faq {
  position: relative;
  overflow: hidden;
  padding: 90px 20px 80px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef3f7 100%);
}

.ortho-faq__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ortho-faq__heading {
  margin-bottom: 48px;
  text-align: center;
}

.ortho-faq__title {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 20px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #071f3f;
}

.ortho-faq__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
  transform: translateX(-50%);
}

.ortho-faq__lead {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #04264a;
}

.ortho-faq__list {
  display: grid;
  gap: 10px;
}

.ortho-faq-item {
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(10, 53, 93, 0.12);
}

.ortho-faq-item__question {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 32px;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 16px 30px 16px 24px;
  cursor: pointer;
  list-style: none;
}

.ortho-faq-item__question::-webkit-details-marker {
  display: none;
}

.ortho-faq-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #0a355d 0%, #041d38 100%);
}

.ortho-faq-item__text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #04264a;
}

.ortho-faq-item__toggle {
  position: relative;
  width: 22px;
  height: 22px;
  justify-self: end;
}

.ortho-faq-item__toggle::before,
.ortho-faq-item__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #9b742c;
  transform: translate(-50%, -50%);
}

.ortho-faq-item__toggle::before {
  width: 20px;
  height: 1px;
}

.ortho-faq-item__toggle::after {
  width: 1px;
  height: 20px;
}

.ortho-faq-item[open] .ortho-faq-item__toggle::after {
  display: none;
}

.ortho-faq-item__answer {
  padding: 0 52px 28px 76px;
  border-top: 1px solid rgba(4, 38, 74, 0.12);
}

.ortho-faq-item__answer p {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #04264a;
}

@media screen and (max-width: 768px) {
  .ortho-faq {
    padding: 60px 16px 64px;
  }

  .ortho-faq__heading {
    margin-bottom: 32px;
  }

  .ortho-faq__title {
    font-size: 36px;
    letter-spacing: 0.12em;
  }

  .ortho-faq__lead {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }

  .ortho-faq-item__question {
    grid-template-columns: 42px 1fr 24px;
    gap: 12px;
    min-height: 66px;
    padding: 14px 16px;
  }

  .ortho-faq-item__icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .ortho-faq-item__text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .ortho-faq-item__answer {
    padding: 0 18px 22px 70px;
  }

  .ortho-faq-item__answer p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
}

/* -------------------無料相談CTA------------------- */
.ortho-cta {
  position: relative;
  overflow: hidden;
  padding: 70px 5px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #071f3f;
  background: #EEF3F7;
}

.ortho-cta__inner {
  position: relative;
  max-width: 1500px;
  min-height: 400px;
  margin: 0 auto;
  padding: 64px 70px 40px;
  overflow: hidden;
  border: 1px solid #b08a3c;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 53, 93, 0.16);
}

.ortho-cta__main {
  display: grid;
  grid-template-columns: 1fr 46%;
  align-items: center;
  gap: 0;
  margin-bottom: 42px;
  position: static;
}

.ortho-cta__content {
  position: relative;
  width: 100%;
  max-width: 760px;
  text-align: center;
  padding-right: 40px;
}

.ortho-cta__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  color: #04264a;
}

.ortho-cta__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9b742c 0%, #d2aa59 50%, #9b742c 100%);
  transform: translateX(-50%);
}

.ortho-cta__lead::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #b08a3c;
  border-bottom: 1px solid #b08a3c;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
  z-index: 1;
}

.ortho-cta__title {
  margin: 0 0 28px;
  font-size: clamp(45px, 4.6vw, 65px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #071f3f;
}

.ortho-cta__title span {
  background: linear-gradient(
    90deg,
    #9b6f22 0%,
    #c9962d 28%,
    #f2d37a 50%,
    #d3a23b 72%,
    #8f651f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ortho-cta__text {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #04264a;
}

.ortho-cta__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 52%;
  height: auto;
  overflow: hidden;
}

.ortho-cta__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.92) 10%,
    rgba(255,255,255,0.68) 24%,
    rgba(255,255,255,0.36) 40%,
    rgba(255,255,255,0.1) 56%,
    rgba(255,255,255,0) 70%
  );
  pointer-events: none;
}

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

/* ボタン */
.ortho-cta__actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  width: 100%;
}

.ortho-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 0 70px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(3, 25, 50, 0.22);
  gap: 8px;
}

.ortho-cta__btn--web {
  color: #fff;
  border: 2px solid transparent;
  background-image:
    linear-gradient(180deg, #0a355d 0%, #041d38 100%),
    linear-gradient(90deg, #8a6426 0%, #d8b15f 35%, #fff1b8 50%, #b88932 70%, #7a541d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.ortho-cta__btn--tel {
  color: #9b742c;
  border: 2px solid #b08a3c;
  background: #ffffff;
}

.ortho-cta__btn-icon {
  position: absolute;
  left: 45px;
  width: 45px;
  height: 45px;
}

.ortho-cta__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ortho-cta__btn em {
  position: absolute;
  right: 34px;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
}

.ortho-cta__btn--web em {
  color: #d2aa59;
}

.ortho-cta__btn--tel em {
  color: #9b742c;
}

.ortho-cta__btn:hover {
  opacity: 0.92;
}

.ortho-cta__btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ortho-cta__btn-text small {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.ortho-cta__btn-text strong {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.ortho-cta__btn--web .ortho-cta__btn-text small,
.ortho-cta__btn--web .ortho-cta__btn-text strong {
  color: #fff;
}

.ortho-cta__btn--tel .ortho-cta__btn-text small,
.ortho-cta__btn--tel .ortho-cta__btn-text strong {
  color: #9b742c;
}

.ortho-cta__btn--tel .ortho-cta__btn-text strong {
  font-size: 35px;
  letter-spacing: 0.06em;
}

.ortho-cta__btn:hover,
.ortho-cta__btn:hover .ortho-cta__btn-text small,
.ortho-cta__btn:hover .ortho-cta__btn-text strong,
.ortho-cta__btn:hover em {
  text-decoration: none;
}

.ortho-cta__btn--web:hover,
.ortho-cta__btn--web:hover .ortho-cta__btn-text small,
.ortho-cta__btn--web:hover .ortho-cta__btn-text strong {
  color: #fff;
}

.ortho-cta__btn--tel:hover,
.ortho-cta__btn--tel:hover .ortho-cta__btn-text small,
.ortho-cta__btn--tel:hover .ortho-cta__btn-text strong,
.ortho-cta__btn--tel:hover em {
  color: #9b742c;
}

/* -------------------SP------------------- */
@media screen and (max-width: 768px) {
  .ortho-cta {
    padding: 56px 16px;
  }

  .ortho-cta__inner {
    min-height: auto;
    padding: 0 18px 32px;
    border-radius: 2px;
  }

  .ortho-cta__main {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 28px;
  }

  .ortho-cta__visual {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 36px);
    height: 260px;
    margin: 0 -18px 30px;
  }

  .ortho-cta__visual::before {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.08) 58%,
      rgba(255,255,255,0.55) 82%,
      rgba(255,255,255,1) 100%
    );
  }

  .ortho-cta__content {
    width: 100%;
    max-width: none;
    padding-right: 0;
    text-align: center;
  }

  .ortho-cta__lead {
    margin-bottom: 22px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .ortho-cta__lead::after {
    width: 100%;
  }

  .ortho-cta__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .ortho-cta__text {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }

  .ortho-cta__actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ortho-cta__btn {
    min-height: 72px;
    padding: 0 46px 0 54px;
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .ortho-cta__btn-icon {
    left: 18px;
    width: 26px;
    height: 26px;
  }

  .ortho-cta__btn em {
    right: 18px;
    font-size: 32px;
  }

  .ortho-cta__btn-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ortho-cta__btn-text small {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .ortho-cta__btn-text strong {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .ortho-cta__btn--tel .ortho-cta__btn-text strong {
    font-size: 21px;
    letter-spacing: 0.04em;
  }
}
/* ==============================
  矯正歯科専用フッター
============================== */

.ortho-footer {
  display: block !important;
  position: relative;
  width: 100%;
  background: #071f3f;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  overflow: visible;
}

.ortho-footer * {
  box-sizing: border-box;
}

.ortho-footer p,
.ortho-footer ul,
.ortho-footer li,
.ortho-footer table {
  margin-top: 0;
  margin-bottom: 0;
}

.ortho-footer__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ortho-footer__main {
  display: block !important;
  position: relative;
  width: 100%;
  padding: 72px 0 0;
  background: #071f3f;
  overflow: visible;
}

.ortho-footer__top {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: stretch;
}

.ortho-footer__info {
  min-width: 0;
}

/* ロゴ */
.ortho-footer__logo {
  margin: 0 0 24px;
  padding: 0;
  line-height: 1;
}

.ortho-footer__logo a {
  display: inline-flex;
  text-decoration: none;
}

.ortho-footer__logo img {
  display: block;
  width: 330px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

/* 住所 */
.ortho-footer__address {
  margin: 0;
  padding: 0;
  border-left: none !important;
}

.ortho-footer__address p {
  margin: 0 0 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.ortho-footer__address p:last-child {
  margin-top: 20px;
}

/* 診療時間 */
.ortho-footer__time {
  margin-top: 32px;
}

.ortho-footer__time-title {
  position: relative;
  margin: 0 0 14px;
  padding-left: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ortho-footer__time-title::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 3px;
  height: 1.2em;
  background: #b9974a;
}

.ortho-footer__time-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.04);
}

.ortho-footer__time-table th,
.ortho-footer__time-table td {
  padding: 12px 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.ortho-footer__time-table th {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.ortho-footer__time-table thead th:first-child,
.ortho-footer__time-table tbody th {
  width: 32%;
}

.ortho-footer__time-table tbody th {
  white-space: nowrap;
}

.ortho-footer__time-table td {
  color: #d8bd73;
  font-weight: 700;
}

.ortho-footer__time-table .is-close {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.ortho-footer__time-note {
  margin: 10px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

/* マップ */
.ortho-footer__map {
  min-width: 0;
}

.ortho-footer__map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(12%);
}

/* ==============================
  フッターメニュー
============================== */

.ortho-footer__nav {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  width: 100%;
  height: auto !important;
  margin: 54px 0 0 !important;
  padding: 48px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  clear: both;
  float: none !important;
  position: static !important;
  overflow: visible !important;
}

.ortho-footer__nav-group {
  min-width: 0;
}

.ortho-footer__nav-title {
  position: relative;
  margin: 0 0 16px !important;
  padding-left: 13px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ortho-footer__nav-title::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 1.2em;
  background: #b9974a;
}

.ortho-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ortho-footer__nav li {
  margin: 0;
  padding: 0;
}

.ortho-footer__nav a {
  display: inline-block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ortho-footer__nav a:hover {
  color: #d8bd73;
  transform: translateX(2px);
}

/* ==============================
  コピーライト
  ※ footer-ortho.php 側は .ortho-footer__copy-area を使用
============================== */

.ortho-footer__copy-area {
  display: block !important;
  position: static !important;
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  overflow: visible !important;
  transform: none !important;
}

.ortho-footer__copy {
  position: static !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  transform: none !important;
}

/* 旧HTMLが残っている場合の重なり防止 */
.ortho-footer__bottom {
  display: none !important;
}

/* ==============================
  矯正歯科専用 追従CTA
============================== */

.ortho-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99997;
  display: none;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 10px 10px 0;
  box-sizing: border-box;
  list-style: none;
  background: #071f3f;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.ortho-fixed-cta li {
  width: calc((100% - 5px) / 2);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ortho-fixed-cta li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
}

.ortho-fixed-cta li:nth-child(1) a {
  background: #fff;
  color: #071f3f;
}

.ortho-fixed-cta li:nth-child(2) a {
  background: #b9974a;
  color: #fff;
}

.ortho-fixed-cta li a span {
  display: inline-block;
  padding: 35px 0 0;
  font-size: 12px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.ortho-fixed-cta li:nth-child(1) a span {
  background-size: auto 30px;
  background-image: url("/wp/wp-content/themes/chameleon/images/icon_tel.svg");
}

.ortho-fixed-cta li:nth-child(2) a span {
  background-size: auto 28px;
  background-image: url("/wp/wp-content/themes/chameleon/images/icon_rsv.svg");
}

/* ==============================
  タブレット
============================== */

@media screen and (max-width: 1024px) {
  .ortho-footer__inner {
    width: min(100% - 40px, 960px);
  }

  .ortho-footer__main {
    padding: 56px 0 0;
  }

  .ortho-footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ortho-footer__map iframe {
    height: 320px;
  }

  .ortho-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
    margin-top: 48px !important;
    padding: 42px 0 48px;
  }

  .ortho-footer__copy-area {
    padding-right: 260px;
  }
}

/* ==============================
  スマホ
============================== */

@media screen and (max-width: 767px) {
  .ortho-footer {
    padding-bottom: 80px;
  }

  .ortho-footer__inner {
    width: calc(100% - 36px);
  }

  .ortho-footer__main {
    padding: 46px 0 0;
  }

  .ortho-footer__top {
    display: block;
  }

  .ortho-footer__logo {
    margin-bottom: 20px;
	  text-align: center;
  }

  .ortho-footer__logo img {
    width: 190px;
  }

  .ortho-footer__address p {
    font-size: 13px;
    line-height: 1.75;
	  text-align: center;
  }

  .ortho-footer__time {
    margin-top: 28px;
  }

  .ortho-footer__time-title {
    font-size: 17px;
  }

  /* モバイルでもスクロールさせずに収める */
  .ortho-footer__time-table {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .ortho-footer__time-table th,
  .ortho-footer__time-table td {
    padding: 9px 2px;
    font-size: 10px;
    line-height: 1.35;
  }

  .ortho-footer__time-table thead th:first-child,
  .ortho-footer__time-table tbody th {
    width: 31%;
  }

  .ortho-footer__time-table tbody th {
    font-size: 10px;
    white-space: normal;
  }

  .ortho-footer__time-note {
    font-size: 14px;
  }

  .ortho-footer__map {
    margin-top: 34px;
  }

  .ortho-footer__map iframe {
    height: 260px;
  }

  /* モバイル：診療メニュー2カラム */
  .ortho-footer__nav {
  grid-template-columns: 1fr 1fr !important;
  gap: 28px 20px;
  margin-top: 40px !important;
  padding: 38px 0 40px;
  text-align: left !important;
  justify-items: stretch !important;
  align-items: start !important;
}

.ortho-footer__nav-group {
  text-align: left !important;
}

  .ortho-footer__nav-title {
    font-size: 14px;
  }

  .ortho-footer__nav a {
    font-size: 12px;
  }

  .ortho-footer__copy-area {
    padding: 22px 0;
  }

  .ortho-footer__copy {
    text-align: center;
  }

  .ortho-fixed-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* ==============================
  小さめスマホ
============================== */

@media screen and (max-width: 420px) {
  .ortho-footer__inner {
    width: calc(100% - 28px);
  }

  .ortho-footer__time-table th,
  .ortho-footer__time-table td {
    padding: 8px 1px;
    font-size: 9px;
  }

  .ortho-footer__time-table tbody th {
    font-size: 9px;
  }

  .ortho-footer__nav {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 16px;
  }

  .ortho-fixed-cta li a span {
    font-size: 11px;
  }
}

/*--------------------------------------------------
下層 目次
--------------------------------------------------*/

.toc-wrap {
    border: 1px solid #04264a;
    padding: 20px;
    margin: 20px auto;
    background-color: #f3f8fc;
    box-shadow: 0 4px 8px rgba(126, 125, 125, 0.1);
    max-width: 1200px;
    width: 100%;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
}

.toc-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #04264a;
    font-size: 16px;
    padding: 10px;
}

.toc-list a:hover {
    color: #b88932;
}

.toc-icon {
    margin-right: 10px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .toc-wrap {
        width: calc(100% - 24px);
        margin: 20px 12px;
    }

    .toc-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .toc-list a {
        font-size: 14px;
        padding: 0;
        display: block;
    }

    .toc-icon {
        margin-right: 8px;
        font-size: 16px;
    }
}

/*--------------------------------------------------
下層 基本枠
--------------------------------------------------*/
.under_page {
    width: 100%;
}

.under_page>section {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
    background-color: #F5F5F3;
}

.under_page>section:nth-child(2n) {
    background-color: #fff;
}

.under_page>section .inner_section {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}

.under_page>section .clearfix:not(:last-child) {
    margin-bottom: 60px;
}

/* 画像の配置 */
.clearfix {
    min-height: 1px;
    margin-bottom: 40px;
}

.clearfix:last-child {
    margin-bottom: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.contents_img {
    width: 300px;
    float: right;
    margin: 6px 0 20px 20px;
}

.contents_img img {
    width: 100%;
    height: auto;
    display: block;
}


/* モバイル「画像→テキスト」 */
@media (max-width: 768px) {

    .under_page>section .inner_section {
        padding: 0 10px;
    }

    .contents_img {
        float: none;
        width: 100%;
        margin: 12px 0;
    }
}


/* カードデザイン */
.card_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.card_item {
    position: relative;
    padding: 30px 28px 28px;
    background: #fff;
    border: 1px solid rgba(4, 38, 74, 0.18);
    box-shadow: 0 8px 20px rgba(4, 38, 74, 0.08);
    box-sizing: border-box;
    overflow: hidden;
}

.card_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
    90deg,
    #6f4d1b 0%,
    #a97b2c 35%,
    #c49a45 50%,
    #9a6a24 70%,
    #5e3f16 100%
);
}

/* 左上の薄い青アクセント */
.card_item::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(4, 38, 74, 0.12);
}

.card_h3 {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #04264a;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.card_h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 1px;
    background: #b88932;
}

@media (max-width: 768px) {
    .card_grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .card_item {
        padding: 26px 22px 24px;
    }

    .card_h3 {
        font-size: 18px;
    }
}

/*--------------------------------------------------
下層 見出し
--------------------------------------------------*/
/* ===== H2 デザイン ===== */
.u-h2 {
    position: relative;
    margin: 0 0 40px;
    padding: 20px 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;

    border: 1px solid transparent;
    background-image:
        linear-gradient(180deg, #0a355d 0%, #041d38 100%),
        linear-gradient(90deg,
            #8a6426 0%,
            #d8b15f 35%,
            #fff1b8 50%,
            #b88932 70%,
            #7a541d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    box-shadow: 0 8px 18px rgba(3, 25, 50, 0.18);
}

@media (max-width: 768px) {
    .u-h2 {
        margin-bottom: 30px;
        padding: 16px 10px;
        font-size: 20px;
        letter-spacing: 0.08em;
    }
}

/* ===== H3 デザイン ===== */
.u-h3 {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 14px 0;
    font-size: 22px;
    font-weight: 700;
    color: #04264a;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.u-h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,
            #b88932 0%,
            rgba(184, 137, 50, 0.45) 30%,
            rgba(4, 38, 74, 0.12) 100%);
}

@media (max-width: 768px) {
    .u-h3 {
        margin-bottom: 16px;
        font-size: 17px;
        letter-spacing: 0.04em;
    }
}

/* ===== H4 デザイン ===== */
.u-h4 {
    position: relative;
    margin: 20px 0 12px;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.u-h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #04264a;
}

@media (max-width: 768px) {

    .u-h4 {
        font-size: 18px;
    }
}

/*--------------------------------------------------
よくある質問
--------------------------------------------------*/

/* summaryのデフォルトマーカー削除 */
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* FAQカード */
.faq-item {
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  background: #04264a;
  padding: 22px 70px 22px 70px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  color: #fff;
}

/* Qマーク */
.faq-q::before {
  content: "Q.";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

/* +ボタン */
.faq-q::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #fff;
}

/* 開いた時 */
.faq-item[open] .faq-q {
  background: #04264a;
  color: #fff;
}

.faq-item[open] .faq-q::before {
  color: #fff;
}

/* −ボタン */
.faq-item[open] .faq-q::after {
  content: "−";
  color: #fff;
}

/* 回答 */
.faq-a {
  background: #fff;
  padding: 28px 30px 28px 70px;
  line-height: 1.9;
  position: relative;
  color: #333;
  border: 1px solid rgba(4, 38, 74, 0.12);
  border-top: none;
}

/* Aマーク */
.faq-a::before {
  content: "A.";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #9a6a24;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

/* ------------------------
 リストボックス
------------------------ */
.list-box {
  padding: 22px 24px;
  margin: 15px 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}


.list-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-box__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 2;
}

.list-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 8px;
  height: 8px;
  background: #04264a;
  border-radius: 50%;
  transform: translateY(-50%);
}

.list-box__list li + li {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .list-box {
    padding: 16px 18px;
  }

  .list-box__list li {
    font-size: 14px;
    line-height: 1.9;
  }
}

/*--------------------------------------------------
料金表
--------------------------------------------------*/

.price_table_wrap {
  width: 100%;
  margin: 32px auto 0;
  overflow-x: auto;
}

.price_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid rgba(4, 38, 74, 0.22);
  box-shadow: 0 8px 20px rgba(4, 38, 74, 0.08);
  font-size: 16px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.price_table th,
.price_table td {
  padding: 18px 24px;
  border: 1px solid rgba(4, 38, 74, 0.18);
  line-height: 1.7;
  vertical-align: middle;
}

.price_table thead th {
  background: #04264a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.price_table tbody th {
  width: 68%;
  background: #f3f8fc;
  color: #04264a;
  font-weight: 600;
  text-align: left;
}

.price_table tbody td {
  width: 32%;
  background: #fff;
  color: #04264a;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.price_table tbody tr:nth-child(even) th {
  background: #eef6fb;
}

.price_table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

@media (max-width: 768px) {
  .price_table_wrap {
    overflow-x: visible;
  }

  .price_table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 14px;
  }

  .price_table th,
  .price_table td {
    padding: 12px 10px;
    word-break: break-word;
  }

  .price_table thead th {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .price_table tbody th {
    width: 65%;
  }

  .price_table tbody td {
    width: 35%;
    white-space: normal;
    text-align: right;
  }
}
/* =========================
   流れ
========================= */

.step-flow {
    margin-top: 40px;
}

.step-flow-item {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 28px;
    padding-bottom: 36px;
}

.step-flow-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 68px;
    left: 31px;
    width: 2px;
    height: calc(100% - 44px);
    border-left: 3px dotted #d9d9d9;
}

.step-flow-num {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    background: #04264a;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
}

.step-flow-content {
    min-width: 0;
}

.step-flow-title {
    margin: 0;
    padding: 16px 24px 16px 28px;
    background: #fff;
    color: #04264a;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.08em;
    border: 1px solid rgba(4, 38, 74, 0.14);
    box-shadow: 0 4px 12px rgba(4, 38, 74, 0.06);
}

.step-flow-body {
    padding: 22px 0 0;
}

.step-flow-body p {
    margin: 0;
    line-height: 2.1;
    letter-spacing: 0.08em;
}

/* -------------------------
   Tablet
------------------------- */
@media screen and (max-width: 1100px) and (min-width: 768px) {
    .step-flow-item {
        grid-template-columns: 64px 1fr;
        column-gap: 24px;
        padding-bottom: 34px;
    }

    .step-flow-item:not(:last-child)::before {
        top: 62px;
        left: 29px;
    }

    .step-flow-num {
        width: 58px;
        height: 58px;
        font-size: 20px;
        line-height: 58px;
    }

    .step-flow-title {
        padding: 14px 22px;
        font-size: 20px;
    }

    .step-flow-body p {
        line-height: 2;
    }
}

/* -------------------------
   SP
------------------------- */
@media screen and (max-width: 767px) {
    .step-flow {
        margin-top: 30px;
    }

    .step-flow-item {
        grid-template-columns: 50px 1fr;
        column-gap: 16px;
        padding-bottom: 30px;
    }

    .step-flow-item:not(:last-child)::before {
        top: 52px;
        left: 24px;
        height: calc(100% - 34px);
    }

    .step-flow-num {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .step-flow-title {
        padding: 12px 16px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    .step-flow-body {
        padding-top: 16px;
    }

    .step-flow-body p {
        font-size: 15px;
        line-height: 1.9;
        letter-spacing: 0.04em;
    }
}

/* -------------------パンくず------------------- */
.breadcrumb {
  font-size: 0.9rem;
    margin: 45px auto;
    padding: 0 15px;
    color: #333;
    width: 90%;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: ">";
  color: #999;
  margin: 0 8px;
}

.breadcrumb a {
	text-decoration: none;
	color: #1C347D;
	transition: color 0.2s;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #E9F0FF;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ol {
    font-size: 12px;
  }
}

/* ----------------------------------------------------
共通
---------------------------------------------------- */
.w1200 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

/* すべての p に margin-bottom */
.under_main_bloc p {
  margin-bottom: 12px;
}

/* p が 1つだけのときだけ margin-bottom を 0 にする */
.under_main_bloc p:only-child {
  margin-bottom: 0;
}

/*--------------------------------------------------
下層 ヘッダー
--------------------------------------------------*/
.under_main {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 70vw;
  max-height: 480px;
  min-height: 260px;
  background-image: url("https://www.suzuki-dc.net/wp/wp-content/uploads/2026/07/132550.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.under_main::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(50, 50, 50, 0.6),
    rgba(50, 50, 50, 0)
  );
}

.under_main .ttl {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 48px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  box-sizing: border-box;
}

.under_main .ttl .under_h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ------------- レスポンシブ ------------- */
@media (max-width: 600px) {
  .under_main {
    height: 54vw;
    min-height: 190px;
  }

  .under_main .ttl {
    bottom: 28px;
    padding-bottom: 10px;
  }

  .under_main .ttl .under_h1 {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
}

/* 支払い方法 */
.payment-method {
    margin-top: 30px;
    text-align: center;
}

.payment-text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.payment-card img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

@media screen and (max-width: 767px) {
    .payment-method {
        margin-top: 20px;
    }

    .payment-text {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .payment-card img {
        max-width: 100%;
    }
}

/* ==================================================
   歯並び別に見る、インビザライン治療
================================================== */

.invisalign-types {
  --types-teal: #0a355d;
  --types-teal-dark: #041d38;
  --types-teal-light: #edf3f8;
  --types-teal-15: rgba(10, 53, 93, 0.15);
  --types-teal-25: rgba(10, 53, 93, 0.25);
  --types-teal-45: rgba(10, 53, 93, 0.45);

  --types-deep: #17323a;
  --types-deep-60: rgba(23, 50, 58, 0.85);
  --types-deep-75: rgba(23, 50, 58, 0.9);

  --types-mist: #f3f6fa;
  --types-white: #ffffff;
  --types-blush: #e9aaa3;

  position: relative;
  width: 100%;
  padding: 96px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(59, 143, 139, 0.08),
      transparent 32%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(233, 170, 163, 0.1),
      transparent 30%
    ),
    var(--types-mist);
  color: var(--types-deep);
  box-sizing: border-box;
}

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

.invisalign-types__container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.invisalign-types__head {
  max-width: 1000px;
  margin: 0 auto 46px;
  text-align: center;
}

.invisalign-types__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--types-deep);
}

.invisalign-types__title::before,
.invisalign-types__title::after {
  content: none;
}

.invisalign-types__lead {
  max-width: 780px;
  margin: 22px auto 0;
  font-size: 0.98rem;
  line-height: 2;
  letter-spacing: 0.025em;
  color: var(--types-deep-75);
}


/* ==================================================
   タブ
================================================== */

.type-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 34px;
}

.type-tab {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 63px;
  gap: 2px;
  margin: 0;
  padding: 10px 18px 9px;
  border: 1px solid var(--types-teal-25);
  border-radius: 5px;
  outline: none;
  background: var(--types-white);
  box-shadow: none;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--types-deep);
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.type-tab:hover {
  border-color: var(--types-teal);
  box-shadow: 0 6px 18px rgba(23, 50, 58, 0.08);
  transform: translateY(-2px);
}

.type-tab:focus-visible {
  outline: 3px solid var(--types-teal-25);
  outline-offset: 3px;
}

.type-tab.is-active {
  border-color: var(--types-teal);
  background: var(--types-teal);
  box-shadow: 0 7px 20px rgba(59, 143, 139, 0.2);
  color: var(--types-white);
}

.type-tab .tab-sub {
  display: block;
  font-size: 0.66rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--types-deep-60);
  transition: color 0.25s ease;
}

.type-tab.is-active .tab-sub {
  color: rgba(255, 255, 255, 0.82);
}

/* ==================================================
   メインパネル
================================================== */

.type-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 42px;
  width: 100%;
  min-height: 520px;
  padding: 42px 44px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 22px 60px rgba(23, 50, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ==================================================
   歯列ステージ
================================================== */

.type-stage {
  min-width: 0;
  text-align: center;
}

.stage-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 5px 18px;
  border: 1px solid var(--types-teal-25);
  border-radius: 5px;
  background: var(--types-white);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--types-deep-75);
}

.stage-dot {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(23, 50, 58, 0.18);
  border-radius: 50%;
  background: var(--types-blush);
  transition: background-color 0.4s ease;
}

.stage-label.is-after .stage-dot {
  background: var(--types-teal);
}

.stage-wrap {
  position: relative;
  width: 100%;
  min-height: 330px;
  margin-top: 8px;
}

.teeth-svg {
  display: block;
  width: min(440px, 100%);
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  overflow: visible;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.teeth-svg.is-dragging {
  cursor: grabbing;
}

.teeth-svg .t-body {
  stroke: rgba(90, 110, 118, 0.32);
  stroke-width: 0.8;
}

.teeth-svg .gum {
  stroke: rgba(163, 96, 90, 0.25);
  stroke-width: 0.7;
}

.drag-hint {
  margin: 2px 0 0;
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--types-deep-60);
}

.drag-hint span {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--types-teal);
}

.stage-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
}

.replay-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 36px;
  margin: 0;
  padding: 6px 20px;
  border: 1px solid var(--types-teal-45);
  border-radius: 5px;
  outline: none;
  background: var(--types-white);
  box-shadow: none;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--types-teal);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.replay-btn:hover {
  border-color: var(--types-teal);
  background: var(--types-teal-light);
}

.replay-btn:focus-visible {
  outline: 3px solid var(--types-teal-25);
  outline-offset: 3px;
}

.stage-note {
  max-width: 500px;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.7;
  color: var(--types-deep-60);
}

/* ==================================================
   テキスト情報
================================================== */

.type-info {
  min-width: 0;
}

.type-info h3 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--types-deep);
}

.type-info h3::before,
.type-info h3::after {
  content: none;
}

.type-info .type-desc {
  margin: 14px 0 0;
  font-size: 0.91rem;
  line-height: 1.9;
  color: var(--types-deep-75);
}

.type-facts {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  font-size: 0.86rem;
}

.type-facts > div {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0 0 13px;
  border-bottom: 1px dashed var(--types-teal-25);
}

.type-facts dt,
.type-facts dd {
  margin: 0;
  padding: 0;
  line-height: 1.75;
}

.type-facts dt {
  font-weight: 500;
  color: var(--types-deep-60);
}

.type-facts dd {
  overflow-wrap: anywhere;
  color: var(--types-deep);
}

.type-facts .fit-mark {
  margin-right: 0.4em;
  font-weight: 700;
  color: var(--types-teal);
}

/* ==================================================
   相談ボタン
================================================== */

.type-consultation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 48px;
  margin-top: 26px;
  padding: 11px 24px;
  border: 1px solid var(--types-teal);
  border-radius: 5px;
  background: var(--types-teal);
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--types-white);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.type-consultation-btn:hover {
  background: var(--types-white);
  box-shadow: 0 8px 22px rgba(59, 143, 139, 0.2);
  color: var(--types-teal);
  transform: translateY(-2px);
}

.type-consultation-btn:focus-visible {
  outline: 3px solid var(--types-teal-25);
  outline-offset: 3px;
}

/* ==================================================
   下部注意書き
================================================== */

.invisalign-types__note {
  max-width: 900px;
  margin: 27px auto 0;
  font-size: 0.76rem;
  line-height: 1.8;
  text-align: center;
  color: var(--types-deep-60);
}

/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 900px) {
  .invisalign-types {
    padding: 80px 24px;
  }

  .type-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
    padding: 38px 34px;
  }

  .type-stage {
    width: 100%;
  }

  .type-info {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .stage-wrap {
    min-height: 300px;
  }

  .teeth-svg {
    min-height: 270px;
  }
}

/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 600px) {
  .invisalign-types {
    padding: 64px 16px;
  }

  .invisalign-types__head {
    margin-bottom: 34px;
  }

  .invisalign-types__title {
    font-size: 1.65rem;
    line-height: 1.5;
  }

  .invisalign-types__lead {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.9;
    text-align: left;
  }

  .sp-only {
    display: block;
  }

  .type-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  .type-tab {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 9px 7px;
    font-size: 0.78rem;
    letter-spacing: 0;
  }

  .type-tab:hover {
    transform: none;
  }

  .type-tab .tab-sub {
    font-size: 0.61rem;
    letter-spacing: 0.08em;
  }

  .type-panel {
    gap: 28px;
    padding: 28px 18px;
    border-radius: 12px;
  }

  .stage-label {
    padding: 4px 13px;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }

  .stage-wrap {
    min-height: 250px;
  }

  .teeth-svg {
    width: 100%;
    min-height: 230px;
    margin-top: 0;
  }

  .drag-hint {
    font-size: 0.63rem;
    letter-spacing: 0.05em;
  }

  .stage-note {
    font-size: 0.68rem;
    text-align: left;
  }

  .type-info h3 {
    font-size: 1.2rem;
  }

  .type-info .type-desc {
    font-size: 0.86rem;
    line-height: 1.85;
  }

  .type-facts {
    gap: 12px;
    margin-top: 20px;
    font-size: 0.83rem;
  }

  .type-facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 12px;
  }

  .type-facts dt {
    font-weight: 700;
    color: var(--types-teal-dark);
  }

  .type-consultation-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-top: 22px;
    padding: 12px 15px;
    font-size: 0.82rem;
  }

  .invisalign-types__note {
    margin-top: 22px;
    font-size: 0.7rem;
    line-height: 1.8;
    text-align: left;
  }
}

/* ==================================================
   画面幅が非常に狭い場合
================================================== */

@media screen and (max-width: 374px) {
  .type-tabs {
    grid-template-columns: 1fr;
  }

  .type-tab {
    min-height: 58px;
  }
}

/* ==================================================
   アニメーションを抑制する設定への配慮
================================================== */

@media (prefers-reduced-motion: reduce) {
  .type-tab,
  .replay-btn,
  .type-consultation-btn,
  .stage-dot {
    transition: none;
  }
}

/*--------------------------------------------------
副院長紹介
--------------------------------------------------*/

.doctor-profile-page {
    background: #fff;
}

.doctor-profile-section {
    padding: 70px 0 10px;
}

.doctor-profile-section:last-of-type {
    padding-bottom: 80px;
}


/*--------------------------------------------------
副院長からのごあいさつ
--------------------------------------------------*/

.doctor-greeting {
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    align-items: center;
    gap: 55px;
}

.doctor-greeting__image {
    overflow: hidden;
    background: #f7f4ee;
}

.doctor-greeting__image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center top;
}

.doctor-greeting__content {
    color: #333;
    font-size: 16px;
    line-height: 2;
}

.doctor-greeting__content p {
    margin: 0 0 20px;
}

.doctor-greeting__lead {
    margin-bottom: 28px !important;
    color: #04264a;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.06em;
}

.doctor-greeting__name {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid rgba(4, 38, 74, 0.35);
}

.doctor-greeting__name span {
    color: #555;
    font-size: 15px;
}

.doctor-greeting__name strong {
    color: #04264a;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.12em;
}


/*--------------------------------------------------
矯正治療への考え方
--------------------------------------------------*/

.doctor-policy-section {
    padding-top: 80px;
}

.doctor-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.doctor-policy-card {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e8ec;
    box-shadow: 0 7px 22px rgba(4, 38, 74, 0.08);
}

.doctor-policy-card__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f5f5f5;
}

.doctor-policy-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.doctor-policy-card__body {
    padding: 26px 24px 28px;
}

.doctor-policy-card__title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 15px;
    color: #04264a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.04em;
}

.doctor-policy-card__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #b88932 0%,
        #d8b15f 100%
    );
}

.doctor-policy-card__body p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.9;
}


/*--------------------------------------------------
経歴
--------------------------------------------------*/

.doctor-career-section {
    padding-top: 80px;
}

.doctor-career {
    display: grid;
    grid-template-columns: minmax(0, 34%) minmax(0, 66%);
    gap: 55px;
    align-items: stretch;
    padding: 35px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 7px 22px rgba(4, 38, 74, 0.07);
}

.doctor-career__image {
    overflow: hidden;
    background: #f6f3ed;
}

.doctor-career__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center top;
}

.doctor-career__content {
    padding: 5px 10px 5px 0;
}

.doctor-career__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-career__list::before {
    content: "";
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 6px;
    width: 1px;
    background: rgba(4, 38, 74, 0.25);
}

.doctor-career__list li {
    position: relative;
    margin: 0;
    padding: 0 0 20px 34px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.doctor-career__list li:last-child {
    padding-bottom: 0;
}

.doctor-career__list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #073665;
    box-shadow: 0 0 0 4px #fff;
}


/*--------------------------------------------------
SP
--------------------------------------------------*/

@media (max-width: 768px) {

    .doctor-profile-section {
        padding: 45px 0 5px;
    }

    .doctor-profile-section:last-of-type {
        padding-bottom: 50px;
    }


    /* ごあいさつ */

    .doctor-greeting {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .doctor-greeting__image {
        width: 100%;
    }

    .doctor-greeting__image img {
        height: auto;
        max-height: 480px;
        object-fit: contain;
    }

    .doctor-greeting__content {
        width: 100%;
        font-size: 14px;
        line-height: 1.9;
    }

    .doctor-greeting__lead {
        font-size: 17px;
        line-height: 1.8;
    }

    .doctor-greeting__lead br {
        display: none;
    }

    .doctor-greeting__name {
        gap: 15px;
        margin-top: 25px;
        padding-top: 18px;
    }

    .doctor-greeting__name span {
        font-size: 13px;
    }

    .doctor-greeting__name strong {
        font-size: 21px;
    }


    /* 矯正治療への考え方 */

    .doctor-policy-section {
        padding-top: 50px;
    }

    .doctor-policy-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .doctor-policy-card__image {
        aspect-ratio: 3 / 2;
    }

    .doctor-policy-card__body {
        padding: 21px 20px 24px;
    }

    .doctor-policy-card__title {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .doctor-policy-card__body p {
        font-size: 14px;
    }


    /* 経歴 */

    .doctor-career-section {
        padding-top: 50px;
    }

    .doctor-career {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 20px;
    }

    .doctor-career__image {
        max-width: 360px;
        margin: 0 auto;
    }

    .doctor-career__image img {
        height: auto;
        min-height: 0;
    }

    .doctor-career__content {
        padding: 0;
    }


    .doctor-career__list li {
        padding: 0 0 17px 28px;
        font-size: 13px;
        line-height: 1.75;
    }

    .doctor-career__list::before {
        left: 5px;
    }

    .doctor-career__list li::before {
        top: 8px;
        width: 11px;
        height: 11px;
    }
}

/*--------------------------------------------------
当院の特徴ページ
--------------------------------------------------*/

.ortho-feature-page {
    background: #fff;
}

.ortho-feature-section {
    padding: 70px 0 20px;
}


/*--------------------------------------------------
矯正治療のコンセプト
--------------------------------------------------*/

.ortho-feature-concept {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
    gap: 55px;
    align-items: center;
}

.ortho-feature-concept__content {
    color: #333;
    font-size: 16px;
    line-height: 2;
}

.ortho-feature-concept__content p {
    margin: 0 0 22px;
}

.ortho-feature-concept__content p:last-child {
    margin-bottom: 0;
}

.ortho-feature-concept__lead {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 22px;
    color: #04264a;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.ortho-feature-concept__lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #b88932 0%,
        #d8b15f 100%
    );
}

.ortho-feature-concept__image {
    overflow: hidden;
}

.ortho-feature-concept__image img {
    display: block;
    width: 100%;
    height: auto;
}


/*--------------------------------------------------
4つの特徴
--------------------------------------------------*/

.ortho-feature-reasons {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ortho-feature-item {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
    align-items: center;
    gap: 55px;
    margin-bottom: 55px;
    padding: 35px;
    background: #fff;
    border: 1px solid #e3e7eb;
    box-shadow: 0 7px 24px rgba(4, 38, 74, 0.07);
    box-sizing: border-box;
}

.ortho-feature-item:last-child {
    margin-bottom: 0;
}

.ortho-feature-item--reverse .ortho-feature-item__image {
    order: 2;
}

.ortho-feature-item--reverse .ortho-feature-item__content {
    order: 1;
}

.ortho-feature-item__image {
    overflow: hidden;
    background: #f5f3ef;
}

.ortho-feature-item__image img {
    display: block;
    width: 100%;
    height: auto;
}

.ortho-feature-item__content {
    position: relative;
    padding: 5px 10px;
}

.ortho-feature-item__number {
    display: block;
    margin-bottom: 8px;
    color: #b88932;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ortho-feature-item__title {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 18px;
    color: #04264a;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.06em;
}

.ortho-feature-item__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #b88932 0%,
        rgba(184, 137, 50, 0.35) 100%
    );
}

.ortho-feature-item__content p {
    margin: 0 0 16px;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.95;
}

.ortho-feature-item__content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------
SP
--------------------------------------------------*/

@media (max-width: 768px) {

    .ortho-feature-section {
        padding: 45px 0 10px;
    }


    /* コンセプト */

    .ortho-feature-concept {
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .ortho-feature-concept__content {
        font-size: 14px;
        line-height: 1.9;
    }

    .ortho-feature-concept__lead {
        margin-bottom: 23px;
        padding-bottom: 17px;
        font-size: 18px;
        line-height: 1.75;
    }

    .ortho-feature-concept__lead br {
        display: none;
    }


    /* 4つの特徴 */

    .ortho-feature-reasons {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ortho-feature-item {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .ortho-feature-item--reverse .ortho-feature-item__image,
    .ortho-feature-item--reverse .ortho-feature-item__content {
        order: initial;
    }

    .ortho-feature-item__image {
        width: 100%;
    }

    .ortho-feature-item__content {
        width: 100%;
        padding: 24px 20px 27px;
        box-sizing: border-box;
    }

    .ortho-feature-item__number {
        margin-bottom: 7px;
        font-size: 30px;
    }

    .ortho-feature-item__title {
        margin-bottom: 18px;
        padding-bottom: 14px;
        font-size: 18px;
        line-height: 1.65;
    }

    .ortho-feature-item__title br {
        display: none;
    }

    .ortho-feature-item__content p {
        font-size: 14px;
        line-height: 1.9;
    }
}