@charset "UTF-8";
/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ホバーで透過するボタンアニメーション（京都院） */
:root {
  scroll-padding: 100px;
}

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

body {
  margin: 0;
  color: #06140f;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font: inherit;
  cursor: pointer;
}

/* ----------------------------------------
header pc

font-size: clamp(12px, 1vw, 16px);
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, .2);
}

.header__inner {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    padding: 0.90625rem 0.8125rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}

.header__nav-search.--pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .header__nav-search.--pc {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .header__data-wrap {
    display: none;
  }
}

.header__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 242px;
  max-width: 15.125rem;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .header__data {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 1000px) {
  .header__data {
    display: none;
  }
}

.header__data-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.header__data-title {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__data-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 68px;
  max-width: 4.25rem;
  gap: 4px;
  gap: 0.25rem;
}

.header.page-header .header__data-button {
  display: none;
}

.header__data-address {
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.2;
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 1000px) {
  .header__nav-wrap {
    z-index: 1000;
    position: relative;
    margin-top: 0rem;
  }
}

.header__logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__logo-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 5px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__logo-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  gap: 1.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .header__logo-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.header__logo-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: clamp(120px, 13.1vw, 180px);
}
@media screen and (max-width: 1320px) {
  .header__logo-item {
    max-width: 7.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo-item {
    max-width: 6.25rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-item {
  color: #fff;
  position: relative;
  font-size: clamp(11px, 0.97vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  margin-right: 20px;
}
@media screen and (max-width: 1320px) {
  .header__nav-item {
    font-size: 0.6875rem;
  }
}

.header__nav-item:last-child {
  margin-right: 0px;
}

#g-nav-sp.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  height: 482px;
  background: #fff;
  max-width: 328px;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  background: #fff;
  max-width: 328px;
  height: 438px;
  top: 50px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.circle-bg.circleactive {
  opacity: 1;
  pointer-events: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 328px;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}

#g-nav-sp-list {
  display: none;
  position: relative;
  z-index: 999;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  padding: 24px 24px 30px;
  padding: 1.5rem 1.5rem 1.875rem;
}

#g-nav-sp.panelactive #g-nav-sp-list {
  display: block;
}

/*ナビゲーション*/
#g-nav-sp ul.g-nav-sp__wrap {
  opacity: 0;
  position: relative;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 1000px) {
  #g-nav-sp ul.g-nav-sp__wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto;
    height: initial;
    max-width: 41.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#g-nav-sp.panelactive ul.g-nav-sp__wrap {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-nav-sp__item {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(225, 143, 119, .5);
  list-style: none;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.g-nav-sp__item:first-child {
  padding-top: 0;
}

.g-nav-sp__item-link {
  color: #554C36;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .g-nav-sp__item-link {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.openbtn1 {
  position: fixed;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  background-color: #023825;
  gap: 3px;
  gap: 0.1875rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1000px) {
  .openbtn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.openbtn1:after {
  content: "MENU";
  font-family: "Baskervville SC", serif;
  top: 33px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
}

.openbtn1.active:after {
  content: "Close";
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1.32px;
  color: #fff;
  background: #fff;
  width: 20px;
  width: 1.25rem;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.openbtn1 span:nth-of-type(1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 13px;
}

.openbtn1 span:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 21px;
}

.openbtn1.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) translateX(-10px) rotate(-35deg);
          transform: translateY(4px) translateX(-10px) rotate(-35deg);
  width: 21px;
}

.openbtn1.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) translateX(-9px) rotate(35deg);
          transform: translateY(-4px) translateX(-9px) rotate(35deg);
  width: 21px;
}

.header-sp__list-item {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: relative;
}

.header-sp__list-item:before {
  content: "";
  position: absolute;
  bottom: -16px;
  bottom: -1rem;
  left: 0;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
  height: 1px;
  background: #AEC0BA;
}

.header-sp__list-item:first-child {
  margin-top: 0px;
  padding-top: 0;
}

.header-sp__list-item:last-child:before {
  content: none;
}

/* ============================================
   京都院トップ共通（front-page2.php）
   固定 width による横スクロールを防ぐベース
   ============================================ */
.kyoto-fv,
.kyoto-about,
.kyoto-case,
.kyoto-menu,
.kyoto-info,
.kyoto-guide,
.kyoto-philosophy,
.kyoto-reason,
.kyoto-faq,
.kyoto-treat,
.kyoto-doctor,
.chiba-group {
  overflow-x: clip;
}

/* グループ医院は kyoto- から chiba- へ改名したため、この属性セレクタから外れる。
   個別に足して従来どおり width:100% / border-box を効かせる */
.chiba-group__inner,
[class^=kyoto-][class$=__inner],
[class*=" kyoto-"][class$=__inner] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ============================================
   京都院トップ 共通CTAボタン（parts/kyoto-cta2.php）
   ============================================ */
.kyoto-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.kyoto-cta--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kyoto-cta--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.kyoto-cta--row .kyoto-cta__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kyoto-cta--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kyoto-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  height: 100px;
  height: 6.25rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border: 2px solid;
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-cta__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-cta__btn {
    height: 74px;
  }
}

.kyoto-cta__btn--line {
  border-color: #06c755;
}

.kyoto-cta__btn--web {
  border-color: #7f3033;
}

.kyoto-cta__btn--tel {
  border-color: #9f851b;
}

.kyoto-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
}

.kyoto-cta__icon--line {
  border-radius: 0;
}
.kyoto-cta__icon--line img {
  width: 100%;
  height: 100%;
}

.kyoto-cta__icon--web {
  background-color: #7f3033;
}

.kyoto-cta__icon--tel {
  background: -webkit-gradient(linear, right top, left top, from(#957c35), to(#b8973a));
  background: linear-gradient(to left, #957c35, #b8973a);
}

.kyoto-cta__icon--web img,
.kyoto-cta__icon--tel img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-cta__main {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-cta__sub {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-cta__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kyoto-cta__arrow img {
  width: 11px;
  width: 0.6875rem;
  height: auto;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.kyoto-cta__arrow--line {
  background-color: #06c755;
}

.kyoto-cta__arrow--web {
  background-color: #7f3033;
}

.kyoto-cta__tel {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-cta__tel {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 374px) {
  .kyoto-cta__tel {
    font-size: 1.625rem;
  }
}

/* ============================================
   千葉院ヘッダー
   ============================================ */
.header--chiba {
  background: rgba(255, 255, 255, .5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* 🔴 TOPのみ、スクロール前は背景を透明にする（先方指示 2026-08-12 / PC・SP共通 2026-08-15）。
   下層ページは常に背景あり。スクロールすると .is-scrolled が付いて背景が戻る。
   🔴 「透明」を初期値にしてある点が重要。以前は JS が DOMContentLoaded で
      .is-top-transparent を付ける方式で、CSSの初期値が白50%だったため、
      読み込みの遅いSPでヘッダーの白背景が一瞬見えていた（先方指摘 2026-08-15）。
   JS無効環境では html に js-on が付かず背景ありのまま（文字が読めなくなるのを避ける）。 */
/* 🔴 透明化は **PCだけ**（先方指示 2026-08-15）。
   SPのTOPは最初から背景あり（白50%）。SPにも透明を効かせると、
   読み込み直後に背景が消えてロゴが読みづらくなる。 */
@media screen and (min-width: 768px) {
  .js-on .home .header--chiba {
    background: transparent;
  }
  .js-on .home .header--chiba.is-scrolled {
    background: rgba(255, 255, 255, .5);
  }
}
.header--chiba .header__inner {
  padding: 16px;
  padding: 1rem;
}
@media screen and (max-width:767px) {
  .header--chiba .header__inner {
    padding: 0 0 0 0.5rem;
  }
}

.header--chiba .header__nav-wrap {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .header--chiba .header__nav-wrap {
    min-height: 3.125rem;
  }
}

.header--chiba .header__logo {
  gap: 12px;
  gap: 0.75rem;
}

.header--chiba .header__logo-item {
  max-width: 207px;
  max-width: 12.9375rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header--chiba .header__logo-item {
    max-width: 10rem;
  }
}

.header--chiba .header__logo-item-img {
  display: block;
  width: 100%;
  height: auto;
}

/* 9px化で折り返さないよう、中身の最長行に合わせて自動幅にする */
.header--chiba .header__data-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header--chiba .header__data {
  max-width: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.6;
}

.header--chiba .header__data-address,
.header--chiba .header__data-title {
  color: #595757;
  white-space: nowrap;
}

.header--chiba .header__data-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-style: normal;
}

.header--chiba .header__data-post {
  display: block;
}

.header--chiba .header__data-title {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.header--chiba .header__nav-item {
  color: #432540;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.header--chiba .header__nav-item a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header--chiba .header__nav-item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1320px) {
  .header--chiba .header__data-wrap {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header--chiba .header__logo-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 3.125rem);
  }
}
/* SPハンバーガー: 実装は scss/modules/_sec02-gnav.scss を使う。
   デザイン差分は背景色と、button 化に伴う UA 既定スタイルの打ち消しのみ。 */
.header--chiba .openbtn1 {
  padding: 0 10px;
  padding: 0 0.625rem;
  border: 0;
  background-color: #675b66;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* 🔴 SPドロワーの配色（先方指摘 2026-08-15「SPのヘッダーカラーが違う」）。
   共通モジュール scss/modules/_sec02-gnav.scss は他院の配色のままで、
   リンクが --base-color #06140f（暗い緑）、区切り線が #AEC0BA（セージ）だった。
   共通モジュールは他テンプレートも読むので触らず、千葉ヘッダー側で上書きする。 */
.header--chiba .header-sp__list-item a {
  color: #432540;
}

.header--chiba .header-sp__list-item:before {
  background: #c9c4c9;
}

/* ドロワー: 共通の固定高では項目数に足りないため、中身に追従させる。 */
.header--chiba #g-nav-sp.panelactive {
  --chiba-drawer-viewport-height: 100dvh;
  height: auto;
  max-height: calc(100vh - 50px);
  max-height: calc(var(--chiba-drawer-viewport-height) - 50px);
  overflow-y: auto;
}

.header--chiba #g-nav-sp.panelactive #g-nav-sp-list {
  -webkit-animation: chiba-fade-in 0.3s ease;
          animation: chiba-fade-in 0.3s ease;
}

/* ============================================
   千葉院 追従CTA（LINE / WEB / TEL）
   ============================================ */
.chiba-fixed-cta {
  position: fixed;
  right: 6px;
  right: 0.375rem;
  bottom: 6px;
  bottom: 0.375rem;
  left: auto;
  width: auto;
  max-width: calc(100% - 0.75rem);
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #a599a4;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 0 16px rgba(0, 0, 0, .16));
  z-index: 999;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (min-width: 1001px) {
  .chiba-fixed-cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.chiba-fixed-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.59vw;
  padding: 0.73vw 1.17vw 0.73vw 0.73vw;
  border: 2px solid #a599a4;
  border-left-width: 0;
  background-color: #fff;
  color: #242423;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .chiba-fixed-cta__item:hover {
    opacity: 0.85;
  }
}

.chiba-fixed-cta__item:first-child {
  border-left-width: 2px;
  border-radius: 0.5rem 0 0 0.5rem;
}

.chiba-fixed-cta__item:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

.chiba-fixed-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.22vw;
  height: 3.22vw;
  border-radius: 0.25rem;
  overflow: hidden;
}

.chiba-fixed-cta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.chiba-fixed-cta__icon--line {
  border-radius: 0;
}

.chiba-fixed-cta__icon--web {
  background-color: #a5145f;
}

.chiba-fixed-cta__icon--tel {
  background-image: -webkit-gradient(linear, right top, left top, from(#9c7d9a), to(#bba2bb));
  background-image: linear-gradient(to left, #9c7d9a, #bba2bb);
}

.chiba-fixed-cta__icon--web img,
.chiba-fixed-cta__icon--tel img {
  width: 50%;
  height: 50%;
}

.chiba-fixed-cta__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.15vw;
  text-align: center;
}

.chiba-fixed-cta__sub {
  font-family: "A-OTF Ryumin Pro", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(9px, 0.732vw, 12px);
  font-size: clamp(0.5625rem, 0.732vw, 0.75rem);
  line-height: 1.1;
  white-space: nowrap;
}

.chiba-fixed-cta__sub--deco {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.44vw;
}

.chiba-fixed-cta__sub--deco::before,
.chiba-fixed-cta__sub--deco::after {
  content: "";
  width: 1px;
  height: 0.6em;
  background-color: currentColor;
}

.chiba-fixed-cta__sub--deco::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.chiba-fixed-cta__sub--deco::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.chiba-fixed-cta__main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.098vw, 18px);
  font-size: clamp(0.75rem, 1.098vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.chiba-fixed-cta__tel {
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media screen and (min-width: 1001px) {
  body:has(.chiba-fixed-cta) .smooth-back-to-top-button.btn-right-side {
    right: 1rem !important;
    -webkit-transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, -webkit-transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, -webkit-transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
  }
  body:has(.chiba-fixed-cta) .smooth-back-to-top-button.btn-right-side {
    bottom: var(--chiba-fixed-cta-btt-bottom) !important;
  }
}
@media screen and (max-width: 1000px) {
  .chiba-fixed-cta {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) minmax(0, 1fr);
    gap: 2px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #a599a4;
    -webkit-filter: none;
            filter: none;
  }
  .chiba-fixed-cta__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    gap: 0.5625rem;
    height: 3.5rem;
    padding: 0 1rem 0 0.5rem;
    border: 2px solid #a599a4;
    border-left-width: 2px;
    border-radius: 0.375rem;
    background-color: #fff;
    color: #432540;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chiba-fixed-cta__item:first-child {
    width: 3.5rem;
    padding: 0;
    border-width: 2px;
    border-radius: 0.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chiba-fixed-cta__item:first-child .chiba-fixed-cta__text {
    display: none;
  }
  .chiba-fixed-cta__item:nth-child(2) .chiba-fixed-cta__sub:not(.chiba-fixed-cta__sub--deco) {
    display: none;
  }
  .chiba-fixed-cta__item:last-child {
    border-radius: 0.375rem;
  }
  .chiba-fixed-cta__item:last-child .chiba-fixed-cta__sub {
    display: none;
  }
  .chiba-fixed-cta__icon {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .chiba-fixed-cta__icon--line img {
    width: 100%;
    height: 100%;
  }
  .chiba-fixed-cta__text {
    min-width: 0;
    gap: 0.125rem;
  }
  .chiba-fixed-cta__sub {
    font-size: 0.625rem;
    line-height: 1.1;
    max-width: 100%;
    white-space: nowrap;
  }
  .chiba-fixed-cta__sub--deco {
    gap: 0.375rem;
  }
  /* Figma実値は 13px / letter-spacing 0（Shippori Mincho Medium）だが、
     代替フォントは字幅が広く 159px 枠の実効94pxに「WEB予約をする」が収まらず切れるため、
     12px / -0.02em へ意図的に縮小している。Shippori Mincho を読み込む場合は13pxへ戻して再照合すること。 */
  .chiba-fixed-cta__main {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    max-width: 100%;
    white-space: nowrap;
  }
  .chiba-fixed-cta__tel {
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: 0;
    max-width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) and (max-width: 374px) {
  .chiba-fixed-cta__tel {
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1000px) {
  body:has(.chiba-fixed-cta) {
    padding-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.chiba-mv {
  position: relative;
  height: 767px;
  height: 47.9375rem;
  overflow: hidden;
  color: #432540;
}

.chiba-mv__bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/chiba-mv-bg.webp);
  background-position: center;
  background-size: cover;
}

.chiba-mv__stage {
  position: relative;
  width: min(100%, 1366px);
  width: min(100%, 85.375rem);
  height: 100%;
  margin-inline: auto;
}

.chiba-mv__lead {
  position: absolute;
  top: 220px;
  top: 13.75rem;
  left: 108px;
  left: 6.75rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 501px;
  width: 31.3125rem;
  text-align: center;
}

.chiba-mv__sub {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 1.47px;
  line-height: 1.2;
  white-space: nowrap;
}

.chiba-mv__rule {
  position: relative;
  width: 497px;
  width: 31.0625rem;
  height: 0;
  margin-top: 13px;
  margin-top: 0.8125rem;
  border-bottom: 1px solid #da7ea5;
}

.chiba-mv__rule::after {
  content: "";
  position: absolute;
  left: 326px;
  left: 20.375rem;
  top: 7.632px;
  top: 0.477rem;
  width: 9px;
  width: 0.5625rem;
  height: 1px;
  background: #da7ea5;
  -webkit-transform: rotate(-57.99deg);
          transform: rotate(-57.99deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.chiba-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 13px auto 0;
  margin: 0.8125rem auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 11.2px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.chiba-mv__ornament {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  width: 2.25rem;
  height: 19px;
  height: 1.1875rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.chiba-mv__ornament img {
  display: block;
  width: 19px;
  width: 1.1875rem;
  height: 36px;
  height: 2.25rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.chiba-mv__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-family: "Noto Serif JP", serif;
}

.chiba-mv__stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
  gap: 0.1875rem;
  margin: 0;
  white-space: nowrap;
}

.chiba-mv__stat-text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 1.76px;
  line-height: 1.21;
}

.chiba-mv__stat-num {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: 1.52px;
  /* Figmaのテキストボックスは PC h49/38px・SP h31/24px ＝ 行高1.29。
     1.6 にすると行ボックスが縦に大きい分だけ字面がボックス内で上に寄り、
     align-items:flex-end の下端揃えの基準がずれて周囲の文字との上下関係が逆になる。 */
  line-height: 1.29;
  /* Figmaでは数字の字面が周囲の文字より下端で9px下に出る（ピクセル実測）。
     代替フォントではメトリクスが異なり下端が揃ってしまうため、相対配置で差分だけ下げる。 */
  position: relative;
  top: 9px;
  top: 0.5625rem;
}

.chiba-mv__stat-lead {
  /* Figma 560:734 … 実績行(0-49) の下端から 12px 空けて y61 から始まる。
     以前は「テキストボックスの上端をFigmaのyに合わせる」ために rem(-1) にしていたが、
     代替フォントでボックス高が違う分だけ**字面の行間が潰れて**見えていた（先方指摘 2026-08-15）。
     ボックス基準ではなく、Figmaの gap 12px をそのまま入れる。 */
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.6;
  white-space: nowrap;
}

.chiba-mv__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  gap: 8px;
  gap: 0.5rem;
}

.chiba-mv__tag {
  padding: 5px 12px 6px;
  padding: 0.3125rem 0.75rem 0.375rem;
  border-radius: 1.5rem;
  background: rgba(53, 22, 38, .4);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 1;
}

.chiba-mv__tag--double {
  padding-right: 4px;
  padding-right: 0.25rem;
}

.chiba-mv__photo,
.chiba-mv__bubble {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
}

.chiba-mv__photo--exam {
  top: 82px;
  top: 5.125rem;
  left: 748px;
  left: 46.75rem;
  width: 197px;
  width: 12.3125rem;
  height: 197px;
  height: 12.3125rem;
}

.chiba-mv__photo--sign {
  top: 136px;
  top: 8.5rem;
  left: 878px;
  left: 54.875rem;
  width: 517px;
  width: 32.3125rem;
  height: 517px;
  height: 32.3125rem;
}

.chiba-mv__photo--surgeon {
  top: 392px;
  top: 24.5rem;
  left: 678px;
  left: 42.375rem;
  width: 245px;
  width: 15.3125rem;
  height: 245px;
  height: 15.3125rem;
}

.chiba-mv__bubble--large {
  top: 77px;
  top: 4.8125rem;
  left: 460px;
  left: 28.75rem;
  width: 118px;
  width: 7.375rem;
  height: 118px;
  height: 7.375rem;
}

.chiba-mv__bubble--medium {
  top: 649px;
  top: 40.5625rem;
  left: 233px;
  left: 14.5625rem;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

.chiba-mv__bubble--small {
  top: 392px;
  top: 24.5rem;
  left: 631px;
  left: 39.4375rem;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

.chiba-mv__bubble--sp-small,
.chiba-mv__bubble--sp-medium {
  display: none;
}

.chiba-topics {
  position: relative;
  overflow: hidden;
  background-image: url(../img/chiba-topics-bg.webp);
  background-position: center;
  background-size: cover;
}

.chiba-topics__inner {
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
  overflow: hidden;
}

.chiba-topics__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.chiba-topics__item {
  display: inline-block;
  width: 330px;
  width: 20.625rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
}

.chiba-topics__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080/1350;
}

.chiba-topics__slider .slick-list {
  margin-right: calc(50% - 50vw) !important;
}

.chiba-topics__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.chiba-topics__dots .dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chiba-topics__dots .dots-wrap li {
  width: 6px;
  height: 6px;
  margin: 0 21px;
  border: 0;
  border-radius: 100px;
  background: #c9c4c9;
  cursor: pointer;
}

.chiba-topics__dots .dots-wrap li:hover,
.chiba-topics__dots .dots-wrap li.slick-active {
  width: 10px;
  height: 10px;
  background: #675b66;
}

.chiba-topics__dots .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .chiba-mv {
    height: 56.149341142vw;
  }
  .chiba-mv__lead {
    top: 16.1054172767vw;
    left: 7.906295754vw;
    width: 36.6764275256vw;
  }
  .chiba-mv__sub {
    font-size: 1.5373352855vw;
    letter-spacing: 0.10761347vw;
  }
  .chiba-mv__rule {
    width: 36.383601757vw;
    margin-top: 0.9516837482vw;
  }
  .chiba-mv__rule::after {
    left: 23.8653001464vw;
    top: 0.5587115666vw;
    width: 0.6588579795vw;
  }
  .chiba-mv__title {
    margin-top: 0.9516837482vw;
    font-size: 2.9282576867vw;
    letter-spacing: 0.8199121523vw;
  }
  .chiba-mv__ornament {
    width: 2.635431918vw;
    height: 1.3909224012vw;
    margin-top: 0.9516837482vw;
  }
  .chiba-mv__ornament img {
    width: 1.3909224012vw;
    height: 2.635431918vw;
  }
  .chiba-mv__stats {
    margin-top: 1.2445095168vw;
  }
  .chiba-mv__stat-row {
    gap: 0.2196193265vw;
  }
  .chiba-mv__stat-text {
    font-size: 1.6105417277vw;
    letter-spacing: 0.1288433382vw;
  }
  .chiba-mv__stat-num {
    font-size: 2.7818448023vw;
    letter-spacing: 0.1112737921vw;
    top: 0.6588579795vw;
  }
  .chiba-mv__stat-lead {
    margin-top: 0.878477306vw;
    font-size: 1.8301610542vw;
    letter-spacing: 0.1830161054vw;
  }
  .chiba-mv__tags {
    margin-top: 1.1713030747vw;
    gap: 0.5856515373vw;
  }
  .chiba-mv__tag {
    padding: 0.3660322108vw 0.878477306vw 0.439238653vw;
    border-radius: 1.756954612vw;
    font-size: 0.9516837482vw;
    letter-spacing: 0.019033675vw;
  }
  .chiba-mv__tag--double {
    padding-right: 0.2928257687vw;
  }
  .chiba-mv__photo--exam {
    top: 6.0029282577vw;
    left: 54.7584187408vw;
    width: 14.4216691069vw;
    height: 14.4216691069vw;
  }
  .chiba-mv__photo--sign {
    top: 9.9560761347vw;
    left: 64.2752562225vw;
    width: 37.8477306003vw;
    height: 37.8477306003vw;
  }
  .chiba-mv__photo--surgeon {
    top: 28.6969253294vw;
    left: 49.6339677892vw;
    width: 17.9355783309vw;
    height: 17.9355783309vw;
  }
  .chiba-mv__bubble--large {
    top: 5.6368960469vw;
    left: 33.6749633968vw;
    width: 8.6383601757vw;
    height: 8.6383601757vw;
  }
  .chiba-mv__bubble--medium {
    top: 47.5109809663vw;
    left: 17.0571010249vw;
    width: 7.3206442167vw;
    height: 7.3206442167vw;
  }
  .chiba-mv__bubble--small {
    top: 28.6969253294vw;
    left: 46.1932650073vw;
    width: 3.513909224vw;
    height: 3.513909224vw;
  }
}
@media screen and (max-width:767px) {
  .chiba-mv {
    height: 41.6875rem;
  }
  .chiba-mv__stage {
    width: min(100%, 23.4375rem);
  }
  .chiba-mv__bg {
    background-image: url(../img/chiba-mv-bg-sp.webp);
  }
  /* 🔴 375px設計の固定px指定のままだと、320px幅で lead(34+306=340) や
     stat-row(nowrap で約312px) が画面幅を超える（2026-08-11 検出）。
     375px以上は等倍、それ未満は画面幅に比例して縮める。
     --mv-sp は「長さ」として定義すること。無次元のつもりで calc(n * var(--mv-sp) * 1px)
     と書くと長さ×長さになり、ルールごと無効化される。 */
  .chiba-mv {
    --mv-sp: min(1px, 0.26667vw);
  }
  .chiba-mv__lead {
    top: calc(118 * var(--mv-sp));
    left: calc(34 * var(--mv-sp));
    width: calc(306 * var(--mv-sp));
  }
  .chiba-mv__sub {
    font-size: calc(13 * var(--mv-sp));
    letter-spacing: calc(0.8 * var(--mv-sp));
  }
  .chiba-mv__rule {
    width: calc(304 * var(--mv-sp));
    margin-top: calc(6 * var(--mv-sp));
  }
  .chiba-mv__rule::after {
    left: calc(218.5 * var(--mv-sp));
    top: calc(8.632 * var(--mv-sp));
    width: calc(9 * var(--mv-sp));
  }
  .chiba-mv__title {
    margin-top: calc(13 * var(--mv-sp));
    font-family: "Noto Serif JP", serif;
    font-size: calc(19 * var(--mv-sp));
    font-weight: 500;
    letter-spacing: calc(4.55 * var(--mv-sp));
    line-height: 1.2;
  }
  .chiba-mv__ornament {
    width: calc(30 * var(--mv-sp));
    height: calc(16 * var(--mv-sp));
    /* ★先方指定値（2026-08-10）。ピクセル実測より先方の指定を優先する */
    margin-top: calc(8 * var(--mv-sp));
    margin-bottom: calc(12.8 * var(--mv-sp));
  }
  .chiba-mv__ornament img {
    width: calc(16 * var(--mv-sp));
    height: calc(30 * var(--mv-sp));
  }
  .chiba-mv__stats {
    margin-top: calc(-12 * var(--mv-sp));
  }
  .chiba-mv__stat-row {
    gap: calc(4 * var(--mv-sp));
  }
  .chiba-mv__stat-text {
    font-size: calc(13 * var(--mv-sp));
    letter-spacing: calc(0.78 * var(--mv-sp));
  }
  .chiba-mv__stat-num {
    font-size: calc(24 * var(--mv-sp));
    letter-spacing: calc(0.96 * var(--mv-sp));
    /* SPは実測で +4px（ピクセル実測。PCの9pxとは字数・サイズが違うため別値） */
    top: calc(4 * var(--mv-sp));
  }
  .chiba-mv__stat-lead {
    margin-top: 0.25rem;
    font-size: 1.0625rem;
    letter-spacing: 1.36px;
  }
  .chiba-mv__tags {
    margin-top: 0.75rem;
    gap: 0.25rem;
  }
  .chiba-mv__tag {
    padding: 0.25rem 0.625rem;
    font-family: "Noto Serif JP", serif;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .chiba-mv__tag--double {
    padding-right: 0.25rem;
  }
  .chiba-mv__photo--exam {
    top: 25.5rem;
    left: 6.5rem;
    width: calc(97 * var(--mv-sp));
    height: calc(97 * var(--mv-sp));
  }
  .chiba-mv__photo--sign {
    top: calc(425 * var(--mv-sp));
    left: calc(162 * var(--mv-sp));
    width: calc(229 * var(--mv-sp));
    height: calc(229 * var(--mv-sp));
  }
  .chiba-mv__photo--surgeon {
    top: calc(507 * var(--mv-sp));
    left: calc(18 * var(--mv-sp));
    width: calc(122 * var(--mv-sp));
    height: calc(122 * var(--mv-sp));
  }
  .chiba-mv__bubble--large,
  .chiba-mv__bubble--medium,
  .chiba-mv__bubble--small {
    display: none;
  }
  .chiba-mv__bubble--sp-small,
  .chiba-mv__bubble--sp-medium {
    display: block;
  }
  .chiba-mv__bubble--sp-small {
    top: calc(69 * var(--mv-sp));
    left: calc(8 * var(--mv-sp));
    width: calc(38 * var(--mv-sp));
    height: calc(38 * var(--mv-sp));
  }
  .chiba-mv__bubble--sp-medium {
    top: calc(382 * var(--mv-sp));
    left: calc(309 * var(--mv-sp));
    width: calc(49 * var(--mv-sp));
    height: calc(49 * var(--mv-sp));
  }
  .chiba-topics {
    background-image: url(../img/chiba-topics-bg-sp.webp);
  }
  .chiba-topics__inner {
    padding: 1.875rem 0 0.75rem;
  }
  .chiba-topics__slider.slick-dotted.slick-slider {
    margin-bottom: 1.25rem;
  }
  .chiba-topics__item {
    width: 40vw;
    margin: 0;
    padding: 0 2.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chiba-topics__nav {
    margin-top: 0.9375rem;
  }
  .chiba-topics__dots .dots-wrap li {
    margin: 0 11px;
  }
}
.chiba-sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.chiba-sec-head__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin: 0;
  color: #887e87;
  font-family: "Taviraj", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 1;
}

.chiba-sec-head__en::before,
.chiba-sec-head__en::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  width: 0.625rem;
  height: 20px;
  height: 1.25rem;
  background: url(../img/chiba-sec-head-mark.svg) center/contain no-repeat;
}

.chiba-sec-head__ja {
  margin: 0;
  white-space: nowrap;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(22px, 3.074670571vw, 42px);
  font-size: clamp(1.375rem, 3.074670571vw, 2.625rem);
  font-weight: 400;
  /* 42px時 1.68px と同値（1.68/42=0.04em）。px固定にすると SP の22px でも
     字間が42px相当のまま残り、長い見出し（グループについて等）が余計に折り返す。 */
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:767px) {
  .chiba-sec-head__ja {
    white-space: normal;
  }
}

.chiba-sec-head__br {
  display: none;
}
@media screen and (max-width:767px) {
  .chiba-sec-head__br {
    display: inline;
  }
}

/* 375px Figma SP 基準 — 600px 以下で viewport 幅に比例スケール */
/* ============================================
   京都院トップ ファーストビュー（front-page2.php）
   Figma PC: TOP 173:6716（パネル 173:8411 / コピー 173:8427）
   Figma SP: TOP sp 173:8769（写真 173:8773 / パネル 173:8774 / コピー 173:9459）
   ギャラリー PC 270×338 / SP 132×165（375基準・左右ピーク）
   ============================================ */
.kyoto-fv {
  position: relative;
  background-color: #f9f8f5;
}

/* ---- ステージ（写真＋パネル＋CTA帯を重ねる領域） ---- */
.kyoto-fv__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/768;
  overflow: hidden;
}

.kyoto-fv__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.62%;
  height: 100%;
}

.kyoto-fv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---- 左コピーパネル（質感背景） ---- */
.kyoto-fv__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.44%;
  height: 73.96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/kyoto-fv-panel.webp);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 10px 10px 28px rgba(57, 51, 27, .15);
          box-shadow: 10px 10px 28px rgba(57, 51, 27, .15);
}

.kyoto-fv__panel-inner {
  width: 38.21vw;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.93vw;
}

/* ---- キャッチコピー ---- */
.kyoto-fv__catch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(26px, 2.93vw, 48px);
  font-size: clamp(1.625rem, 2.93vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-align: center;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.kyoto-fv__catch-line {
  display: block;
  white-space: nowrap;
}

.kyoto-fv__catch-line--2 {
  margin-top: 2.2vw;
  margin-left: 0;
}

/* ---- 実績テキスト＋タグ ---- */
.kyoto-fv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.17vw;
  width: 100%;
}

.kyoto-fv__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.318vw, 22px);
  font-size: clamp(0.875rem, 1.318vw, 1.375rem);
  line-height: 1.21;
  letter-spacing: 0.06em;
}

.kyoto-fv__stat-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

.kyoto-fv__stat-suffix {
  white-space: nowrap;
}

.kyoto-fv__stat-num {
  font-weight: 400;
  font-size: clamp(22px, 2.05vw, 34px);
  font-size: clamp(1.375rem, 2.05vw, 2.125rem);
  letter-spacing: 0.04em;
  margin: 0 0.07em;
}

.kyoto-fv__subtitle {
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.83vw, 30px);
  font-size: clamp(1.125rem, 1.83vw, 1.875rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.kyoto-fv__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.44vw;
  width: 100%;
  max-width: 508px;
  max-width: 31.75rem;
}

.kyoto-fv__tags-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: inherit;
  width: 100%;
}

.kyoto-fv__tags-set--sp {
  display: none;
}

.kyoto-fv__tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.44vw;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kyoto-fv__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.29vw 1.17vw;
  border: 1px solid #e9e7dd;
  border-radius: 999px;
  background-color: #fff;
  color: #7e6500;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(11px, 0.952vw, 15px);
  font-size: clamp(0.6875rem, 0.952vw, 0.9375rem);
  line-height: 1.4;
  white-space: nowrap;
}

/* PC〜タブレット（601px〜）：パネル幅に合わせてタグを2行（4+3）で収める */
@media screen and (min-width: 601px) and (max-width: 1300px) {
  .kyoto-fv__tags {
    max-width: 100%;
  }
  .kyoto-fv__tag {
    padding: clamp(0.125rem, 0.25vw, 0.25rem) clamp(0.375rem, 0.75vw, 0.75rem);
    font-size: clamp(0.5625rem, 0.78vw, 0.75rem);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .kyoto-fv__panel-inner {
    width: 42vw;
  }
}
/* ============================================
   タブレット（601〜1000px）：PCレイアウトを維持しつつ縮小調整
   ============================================ */
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .kyoto-fv {
    overflow-x: clip;
  }
  .kyoto-fv__stage {
    overflow: hidden;
  }
  .kyoto-fv__panel {
    width: 52%;
    height: auto;
    min-height: 74%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kyoto-fv__panel-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(0.75rem, 4vw, 2.5rem);
    gap: clamp(0.75rem, 2.5vw, 2.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kyoto-fv__catch {
    font-size: clamp(1.125rem, 3.4vw, 2.5rem);
    letter-spacing: 0.12em;
  }
  .kyoto-fv__catch-line {
    white-space: normal;
  }
  .kyoto-fv__catch-line--2 {
    margin-top: clamp(0.5rem, 1.8vw, 1.875rem);
    margin-left: 0;
  }
  .kyoto-fv__lead {
    gap: clamp(0.5rem, 1.2vw, 1rem);
  }
  .kyoto-fv__stat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(0.75rem, 1.6vw, 1.125rem);
  }
  .kyoto-fv__stat-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: normal;
  }
  .kyoto-fv__stat-suffix {
    white-space: normal;
  }
  .kyoto-fv__stat-num {
    font-size: clamp(1.125rem, 2.6vw, 1.75rem);
  }
  .kyoto-fv__subtitle {
    font-size: clamp(0.8125rem, 1.9vw, 1.5625rem);
    letter-spacing: 0.06em;
    white-space: normal;
    line-height: 1.5;
  }
  .kyoto-fv__tags {
    max-width: 100%;
    gap: clamp(0.1875rem, 0.5vw, 0.375rem);
  }
  .kyoto-fv__tags-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: clamp(0.1875rem, 0.5vw, 0.375rem);
  }
  .kyoto-fv__tag {
    padding: clamp(0.125rem, 0.35vw, 0.25rem) clamp(0.375rem, 1vw, 0.75rem);
    font-size: clamp(0.5625rem, 1.05vw, 0.75rem);
    line-height: 1.35;
    white-space: nowrap;
  }
}
/* ============================================
   SP（〜600px）：Figma TOP sp（173:8769）準拠
   写真右寄せ＋下段パネル重ね／テキスト左寄せ
   ============================================ */
@media screen and (max-width: 600px) {
  .kyoto-fv__stage {
    aspect-ratio: auto;
    height: 177.86667vw;
    overflow: visible;
  }
  .kyoto-fv__photo {
    position: absolute;
    top: 0;
    left: 10.13333vw;
    right: 0;
    width: calc(100% - 10.13333vw);
    height: 113.06667vw;
  }
  .kyoto-fv__photo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 337/424;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .kyoto-fv__panel {
    position: absolute;
    top: 95.73333vw;
    left: 0;
    width: 95.46667vw;
    max-width: 100%;
    height: 82.13333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 3.46667vw;
  }
  .kyoto-fv__panel-inner {
    width: 100%;
    max-width: 89.33333vw;
    margin: 0;
    padding: 0;
    gap: 1.86667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kyoto-fv__catch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0.24em;
  }
  .kyoto-fv__catch-line {
    white-space: nowrap;
  }
  .kyoto-fv__catch-line--2 {
    margin-top: 2.13333vw;
    margin-left: 0;
  }
  .kyoto-fv__lead {
    gap: 3.2vw;
    width: 100%;
  }
  .kyoto-fv__stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.13333vw;
    font-size: 4vw;
    letter-spacing: 0.06em;
  }
  .kyoto-fv__stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyoto-fv__stat + .kyoto-fv__subtitle {
    margin-top: -2.13333vw;
  }
  .kyoto-fv__stat-num {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
  .kyoto-fv__subtitle {
    font-size: 4.53333vw;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .kyoto-fv__tags {
    gap: 1.06667vw;
    max-width: 80vw;
    margin-inline: auto;
  }
  .kyoto-fv__tags-set--pc {
    display: none;
  }
  .kyoto-fv__tags-set--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.06667vw;
  }
  .kyoto-fv__tags-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.06667vw;
  }
  .kyoto-fv__tag {
    padding: 1.06667vw 2.66667vw;
    font-size: 2.66667vw;
  }
}
/* ============================================
   画像ギャラリー（スライダー）
   Figma: Frame 68 (173:6723) / Frame 1991 ページネーション
   ============================================ */
.kyoto-fv__gallery {
  margin-top: 0;
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f9f8f5;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery {
    padding: 1.875rem 0 0.75rem;
  }
}

.kyoto-fv__gallery-swiper {
  overflow: hidden;
}

.kyoto-fv__gallery-swiper .swiper-slide {
  width: 270px;
  width: 16.875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-swiper .swiper-slide {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
  }
}

.kyoto-fv__gallery-item {
  width: 270px;
  width: 16.875rem;
  max-width: 270px;
  max-width: 16.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-item {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
  }
}

.kyoto-fv__gallery-link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-fv__gallery-link:hover {
    opacity: 0.7;
  }
}

.kyoto-fv__gallery-item img,
.kyoto-fv__gallery-link img {
  display: block;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
  height: auto;
  aspect-ratio: 270/338;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-item img,
  .kyoto-fv__gallery-link img {
    max-width: none;
    height: auto;
    aspect-ratio: 104/130;
  }
}

.kyoto-fv__gallery-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-pagination {
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.kyoto-fv__gallery-dot {
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d0c289;
  cursor: pointer;
  -webkit-transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}
.kyoto-fv__gallery-dot.is-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #9f851b;
}

/* ============================================
   アンカーリンクナビ（5列×2行）
   ============================================ */
.kyoto-anchor-nav {
  max-width: 1120px;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .kyoto-anchor-nav {
    margin-top: 2.5rem;
  }
}

.kyoto-anchor-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__list {
    gap: 0.5rem;
  }
}

.kyoto-anchor-nav__item {
  width: calc(20% - 0.5rem);
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__item {
    width: calc(50% - 0.25rem);
  }
}

.kyoto-anchor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 70px;
  min-height: 4.375rem;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  border: 1px solid #ded8bd;
  border-radius: 0.5rem;
  background-color: #e9e7dd;
  color: #242423;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__link {
    min-height: 3.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
  }
}

/* 見出しタグ化しても表示は変えない（フォント・余白を継承させる） */
.kyoto-anchor-nav__label {
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.kyoto-anchor-nav__link:hover {
  opacity: 0.8;
}

.kyoto-anchor-nav__link.--active {
  border-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(50%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 50%, #bfa32d 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 25, 19, .3);
          box-shadow: 0 0 30px rgba(0, 25, 19, .3);
}

/* ギャラリーカード: PC max 330px / aspect-ratio 1080/1350 */
.kyoto-fv__gallery-swiper .swiper-slide {
  width: 330px;
  width: 20.625rem;
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
}

.kyoto-fv__gallery-item {
  width: 330px;
  width: 20.625rem;
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
}

.kyoto-fv__gallery-item img,
.kyoto-fv__gallery-link img {
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
  aspect-ratio: 1080/1350;
}

/* SP: 375px 基準 132px 幅・左右ピーク表示（Figma Frame 68） */
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-swiper .swiper-slide,
  .kyoto-fv__gallery-item {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .kyoto-fv__gallery-item img,
  .kyoto-fv__gallery-link img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 104/130;
  }
}
/* ============================================
   京都院トップ 症例セクション（front-page2.php）
   見出し（Case / 症例）＋治療カテゴリタブ（.chiba-anchor-nav）＋
   カテゴリごとの症例カードスライダー（parts/chiba-case-card.php）＋ドット。
   ============================================ */
.chiba-case {
  background-color: #fff;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .chiba-case {
    padding: 3.125rem 0 0;
  }
}

/* ---- 共通セクション見出し（En＋和文） 既定は左寄せ ---- */
.kyoto-sec-head {
  text-align: left;
}

.kyoto-sec-head--center {
  text-align: center;
}

.kyoto-sec-head__en {
  font-family: "Taviraj", serif;
  font-weight: 100;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #a5145f;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head__en {
    font-size: 2.125rem;
  }
}

.kyoto-sec-head__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #432540;
}
.kyoto-sec-head__ja::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #a5145f;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head__ja {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.kyoto-sec-head--center .kyoto-sec-head__ja {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--center .kyoto-sec-head__ja {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    max-width: 100%;
  }
}

/* ---- About / Menu セクション見出し修飾子 ---- */
.kyoto-sec-head--about .kyoto-sec-head__en,
.kyoto-sec-head--menu .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__en,
  .kyoto-sec-head--menu .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-sec-head--about .kyoto-sec-head__en {
  color: #432540;
}

.kyoto-sec-head--menu .kyoto-sec-head__en {
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  color: #a5145f;
}

.kyoto-sec-head--about .kyoto-sec-head__ja {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__ja {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__ja::before {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #a599a4;
  }
}

.kyoto-sec-head--menu .kyoto-sec-head__ja {
  gap: 16px;
  gap: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--menu .kyoto-sec-head__ja {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
  }
}

.kyoto-sec-head--menu .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

/* ---- 症例セクション見出し（SP） ---- */
@media screen and (max-width:767px) {
  .chiba-case .kyoto-sec-head__en {
    color: #a5145f;
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

@media screen and (max-width:767px) {
  .chiba-case .kyoto-sec-head__ja {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .chiba-case .kyoto-sec-head__ja::before {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #a599a4;
  }
}

/* ---- 治療カテゴリタブ（症例セクション内に配置するため余白を調整） ---- */
.chiba-case .chiba-anchor-nav {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .chiba-case .chiba-anchor-nav {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .chiba-case .chiba-anchor-nav {
    margin-top: 1.25rem;
  }
}

/* ============================================
   アンカーリンクナビ（5列×2行）
   ============================================ */
.chiba-anchor-nav {
  max-width: 1120px;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .chiba-anchor-nav {
    margin-top: 2.5rem;
  }
}

.chiba-anchor-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .chiba-anchor-nav__list {
    gap: 0.5rem;
  }
}

.chiba-anchor-nav__item {
  width: calc(20% - 0.5rem);
}
@media screen and (max-width: 767px) {
  .chiba-anchor-nav__item {
    width: calc(50% - 0.25rem);
  }
}

.chiba-anchor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 70px;
  min-height: 4.375rem;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  border: 1px solid #c9c4c9;
  border-radius: 0.5rem;
  background-color: #edebed;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .chiba-anchor-nav__link {
    min-height: 3.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
  }
}

/* 見出しタグ化しても表示は変えない（フォント・余白を継承させる） */
.chiba-anchor-nav__label {
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.chiba-anchor-nav__link:hover {
  opacity: 0.8;
}

.chiba-anchor-nav__link.--active {
  border-color: #a5145f;
  background-color: #a5145f;
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 25, 19, .3);
          box-shadow: 0 0 30px rgba(0, 25, 19, .3);
}

/* ---- SP：プルダウン選択（PC はグリッドボタン） ---- */
.chiba-case__select {
  display: none;
}
@media screen and (max-width:767px) {
  .chiba-case__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 1rem;
  }
}

.chiba-case__select-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #432540;
}

select.chiba-case__select-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 290px;
  max-width: 18.125rem;
  padding: 12px 40px 12px 16px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #c9c4c9;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #432540;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.875%209.625L11.625%2014.875L6.375%209.625%22%20stroke%3D%22%23A5145F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-position: right 0.5rem center;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .chiba-case .chiba-anchor-nav__list {
    display: none;
  }
}

/* ---- 症例カテゴリパネル（タブ切替でスライダーごと入れ替え） ---- */
.chiba-case__panels {
  max-width: 1120px;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .chiba-case__panels {
    margin-top: 2rem;
  }
}
@media screen and (max-width:767px) {
  .chiba-case__panels {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
  }
}

.chiba-case__panel {
  display: none;
}
.chiba-case__panel.active {
  display: block;
  -webkit-animation: chiba-fade-in 0.3s ease;
          animation: chiba-fade-in 0.3s ease;
}

/* ---- 症例カードスライダー（カテゴリごとに1つ） ---- */
.chiba-case__slider {
  width: 100%;
}
.chiba-case__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chiba-case__slider .slick-slide {
  height: auto;
}
.chiba-case__slider .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:767px) {
  .chiba-case__slider .slick-dots {
    margin-top: 1.875rem;
  }
}
.chiba-case__slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  width: 3rem;
  height: 10px;
  height: 0.625rem;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width:767px) {
  .chiba-case__slider .slick-dots li {
    width: 1.75rem;
  }
}
.chiba-case__slider .slick-dots li button {
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c9c4c9;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.chiba-case__slider {
  /* slick-theme.css の `.slick-dots li button:before { content:'•' }` を打ち消す。
     残すと「自前の丸」と「•の文字」が二重に描かれ、ドットがダブって見える。 */
}
.chiba-case__slider .slick-dots li button::before {
  content: none;
}
.chiba-case__slider .slick-dots li.slick-active button {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #675b66;
}

/* スライド（slick-slide）になるラッパー。カード間の余白はここで作る。 */
.chiba-case-card-wrap {
  height: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width:767px) {
  .chiba-case-card-wrap {
    padding: 0;
  }
}

/* ============================================
   症例カード（parts/chiba-case-card.php）
   ============================================ */
/* 2層構造（Figma Rectangle 2494 + 2495 / 先方指定）
   ・背面 … 角丸なしの背景色 #A599A4（カード自身の background）
   ・前面 … 内側に 2px inset した角丸 8px の白い面（::before）
   角では背面の直角が三角に覗き、辺では 2px の縁として見える。 */
.chiba-case-card {
  position: relative;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: calc(1.25rem + 2px) calc(1.5rem + 2px) calc(1.5rem + 2px);
  border: 0;
  border-radius: 0;
  background-color: #a599a4;
}
@media screen and (max-width:767px) {
  .chiba-case-card {
    padding: calc(1rem + 2px) calc(1.25rem + 2px) calc(1.25rem + 2px);
  }
}

.chiba-case-card::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: 0.5rem;
  background-color: #fff;
}

/* 中身を前面（角丸の白い面の上）へ */
.chiba-case-card > * {
  position: relative;
  z-index: 1;
}

/* YouTube 動画（16:9）
   これらのスタイルは _page09-archive-case.scss 側に .kyoto-case-card__video として
   定義されており、TOPをクラスリネームした際に当たらなくなって
   iframe が素の width/height 属性のままカードからはみ出していた。 */
.chiba-case-card__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.chiba-case-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.chiba-case-card__ba--video .chiba-case-card__ba-item {
  position: relative;
}

/* YouTube 単一（Before/Afterラベル無し・全幅） */
.chiba-case-card__ba--single .chiba-case-card__ba-item {
  width: 100%;
}

.chiba-case-card__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #432540;
}
@media screen and (max-width:767px) {
  .chiba-case-card__catch {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
}

/* ---- Before / After ---- */
.chiba-case-card__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
  .chiba-case-card__ba {
    margin-top: 0.75rem;
  }
}

.chiba-case-card__ba-item {
  position: relative;
  width: 50%;
}

.chiba-case-card__ba-label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 72px;
  min-width: 4.5rem;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.375rem;
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  color: #887e87;
  background-color: #edebed;
}
@media screen and (max-width:767px) {
  .chiba-case-card__ba-label {
    min-width: 3.0625rem;
    padding: 0.5rem 0.5rem 0.375rem;
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}

.chiba-case-card__ba-label--after {
  color: #ffffff;
  background-color: #a5145f;
}

.chiba-case-card__ba-img {
  display: block;
  width: 100%;
  aspect-ratio: 241/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-case-card__ba-img--placeholder {
  background-color: #b5b5b5;
}

.chiba-case-card__ba-img--after {
  background-color: #d8d8d8;
}

/* ---- 執刀医＋コメント吹き出し ---- */
.chiba-case-card__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width:767px) {
  .chiba-case-card__doctor {
    gap: 0.625rem;
    margin-top: 0.75rem;
  }
}

.chiba-case-card__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  width: 4.6875rem;
  text-align: center;
}

.chiba-case-card__avatar-circle {
  display: block;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #8a8a8a;
}
@media screen and (max-width:767px) {
  .chiba-case-card__avatar-circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.chiba-case-card__avatar-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.chiba-case-card__avatar-role {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #a5145f;
}

.chiba-case-card__avatar-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #432540;
}
@media screen and (max-width:767px) {
  .chiba-case-card__avatar-name {
    font-size: 0.6875rem;
    line-height: 1.5;
    letter-spacing: 0.0275rem;
  }
}

.chiba-case-card__bubble {
  position: relative;
  /* 執刀医ブロックは flex。伸長指定が無いと内容幅で止まり、
     カードが広い症例詳細ページで吹き出しの右に余白ができる（Figma 560:1333 は右端まで） */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  min-height: 6rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  background-color: #edebed;
}
@media screen and (max-width:767px) {
  .chiba-case-card__bubble {
    min-height: 4.75rem;
    padding: 0.75rem 1rem;
  }
}
.chiba-case-card__bubble::before {
  content: "";
  position: absolute;
  top: 36px;
  top: 2.25rem;
  left: -9px;
  left: -0.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 9px 7px 0;
  border-width: 0.4375rem 0.5625rem 0.4375rem 0;
  border-color: transparent #edebed transparent transparent;
}
@media screen and (max-width:767px) {
  .chiba-case-card__bubble::before {
    top: 1.625rem;
  }
}
.chiba-case-card__bubble p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #432540;
}
@media screen and (max-width:767px) {
  .chiba-case-card__bubble p {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}

/* ---- 治療内容・費用・期間・副作用 ---- */
.chiba-case-card__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width:767px) {
  .chiba-case-card__detail {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.chiba-case-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #432540;
}

.chiba-case-card__line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  width: 0.25rem;
  height: 18px;
  height: 1.125rem;
  background-color: #a5145f;
}
@media screen and (max-width:767px) {
  .chiba-case-card__line {
    width: 0.1875rem;
    height: 0.875rem;
    border-radius: 0.125rem;
  }
}

.chiba-case-card__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #432540;
}
@media screen and (max-width:767px) {
  .chiba-case-card__text {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}
.chiba-case-card__text strong {
  font-weight: 700;
}

.chiba-case-card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.chiba-case-card__col {
  width: calc(50% - 0.5rem);
}

.chiba-case-card__alert {
  padding: 6px 16px 16px;
  padding: 0.375rem 1rem 1rem;
  background-color: #edebed;
}

.chiba-case-card__alert-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #432540;
}
.chiba-case-card__alert-title img {
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.chiba-case-card__alert-text {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #432540;
}

/* ---- フッターリンク ---- */
.chiba-case-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.chiba-case-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #432540;
}

.chiba-case-card__link-arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

/* 症例が1件のみのカテゴリタブ: slick未初期化。2件表示時と同じ幅で中央配置 */
.chiba-case__slider.is-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chiba-case__slider.is-single > .chiba-case-card-wrap {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .chiba-case__slider.is-single > .chiba-case-card-wrap {
    width: 100%;
  }
}

.chiba-about {
  position: relative;
  padding-bottom: calc(var(--about-scale) * 70 / 1070);
  overflow: hidden;
  background: #fff;
  color: #432540;
  --about-scale: min(66.875rem, calc(100vw - 2.5rem));
  /* コンテンツ左端から画面左端までの距離。最低20pxを保つ */
  --about-gutter: max(1.25rem, calc(50vw - 33.75rem));
}

.chiba-about__stage {
  position: relative;
  width: var(--about-scale);
  margin-left: var(--about-gutter);
}

.chiba-about__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--about-gutter) + var(--about-scale) * 906 / 1070);
  background: #f7f4f7;
}

.chiba-about__head,
.chiba-about__row {
  position: relative;
  z-index: 1;
}

.chiba-about__head {
  margin-top: calc(var(--about-scale) * 100 / 1070);
  margin-inline: auto;
  width: calc(var(--about-scale) * 829 / 1070);
  height: calc(var(--about-scale) * 99 / 1070);
}

.chiba-about__row--1,
.chiba-about__row--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chiba-about__row--1 {
  margin-top: calc(var(--about-scale) * 59 / 1070);
}

.chiba-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--about-scale) * 30 / 1070);
  width: calc(var(--about-scale) * 622 / 1070);
  height: calc(var(--about-scale) * 341 / 1070);
}

.chiba-about__title {
  margin: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--about-scale) * 32 / 1070);
  font-weight: 400;
  letter-spacing: calc(var(--about-scale) * 2.56 / 1070);
  line-height: 1.6;
  white-space: nowrap;
}

.chiba-about__body,
.chiba-about__text {
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--about-scale) * 15 / 1070);
  font-size: max(0.75rem, var(--about-scale) * 15 / 1070);
  font-weight: 400;
  letter-spacing: calc(var(--about-scale) * 0.45 / 1070);
  line-height: 1.7;
  text-align: justify;
}

.chiba-about__body p,
.chiba-about__text p {
  margin: 0;
}

.chiba-about__body p + p,
.chiba-about__text p + p {
  margin-top: 1.7em;
}

.chiba-about__media {
  position: relative;
  margin-top: calc(var(--about-scale) * 14 / 1070);
  margin-left: calc(var(--about-scale) * 114 / 1070);
  width: calc(var(--about-scale) * 344 / 1070);
}

.chiba-about__doctor {
  display: block;
  width: 100%;
  height: calc(var(--about-scale) * 406 / 1070);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-about__row--2 {
  margin-top: calc(var(--about-scale) * -15 / 1070);
}

.chiba-about__text {
  width: calc(var(--about-scale) * 343 / 1070);
  height: calc(var(--about-scale) * 364 / 1070);
}

.chiba-about__photo {
  display: block;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-about__photo--wide {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: calc(var(--about-scale) * 149 / 1070);
  margin-left: calc(var(--about-scale) * 91 / 1070);
  width: calc(var(--about-scale) * 310 / 1070);
  height: calc(var(--about-scale) * 208 / 1070);
}

.chiba-about__photo--square {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: calc(var(--about-scale) * 77 / 1070);
  margin-left: calc(var(--about-scale) * 65 / 1070);
  width: calc(var(--about-scale) * 209 / 1070);
  height: calc(var(--about-scale) * 209 / 1070);
}

.chiba-about__badge {
  position: absolute;
  top: calc(var(--about-scale) * 280 / 1070);
  left: calc(var(--about-scale) * 252 / 1070);
  display: grid;
  width: calc(var(--about-scale) * 82 / 1070);
  height: calc(var(--about-scale) * 116 / 1070);
  background: rgba(247, 244, 247, .7);
}

/* バッジ内部は grid の同一セルに重ね、内容サイズに縮めて % マージンでずらす。
   🔴 % の縦マージンは「containing block の“幅”」基準で解決されるため、
      縦オフセットも 116 ではなく 82（バッジ幅）で割った値を使う。 */
.chiba-about__badge > * {
  grid-area: 1/1;
  justify-self: start;
  -ms-flex-item-align: start;
      align-self: start;
}

.chiba-about__badge > .chiba-about__badge-role {
  margin: 12.2% 0 0 68.29%;
}

.chiba-about__badge > .chiba-about__badge-name--family {
  margin: 18.29% 0 0 35.37%;
}

.chiba-about__badge > .chiba-about__badge-name--given {
  margin: 90.24% 0 0 35.37%;
}

.chiba-about__badge > .chiba-about__badge-en {
  margin: 18.29% 0 0 26.83%;
}

.chiba-about__badge-role,
.chiba-about__badge-name {
  font-family: "Shippori Mincho", serif;
  line-height: 1.27;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.chiba-about__badge-role {
  margin-top: calc(var(--about-scale) * 10 / 1070);
  margin-left: calc(var(--about-scale) * 56 / 1070);
  color: #a5145f;
  font-size: calc(var(--about-scale) * 14 / 1070);
  font-weight: 500;
  letter-spacing: calc(var(--about-scale) * 1.12 / 1070);
}

.chiba-about__badge-name {
  margin-left: calc(var(--about-scale) * 29 / 1070);
  color: #242423;
  font-size: calc(var(--about-scale) * 20 / 1070);
  font-weight: 400;
  letter-spacing: calc(var(--about-scale) * 1.6 / 1070);
  /* 縦組みの字送りは font-size と同値にする。1.27 のままだと「石田」の2文字が
     高さ40pxに収まらず、2文字目が隣の列へ回り込んでしまう（Figmaは17x40に2文字）。 */
  line-height: 1;
}

.chiba-about__badge-name--family {
  margin-top: calc(var(--about-scale) * 15 / 1070);
}

.chiba-about__badge-name--given {
  margin-top: calc(var(--about-scale) * 74 / 1070);
}

.chiba-about__badge-en {
  margin-top: calc(var(--about-scale) * 15 / 1070);
  margin-left: calc(var(--about-scale) * 22 / 1070);
  color: #a5145f;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-size: calc(var(--about-scale) * 10 / 1070);
  font-weight: 400;
  letter-spacing: calc(var(--about-scale) * 0.4 / 1070);
  line-height: 1;
  white-space: nowrap;
  /* Trajan Pro 3 は小文字を持たず全て大文字（スモールキャップス）で出る書体。
     代替フォントでは小文字がそのまま出てデザインと変わるため明示的に大文字化する。 */
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (max-width:767px) {
  .chiba-about {
    height: auto;
    padding-bottom: 6.4%;
    --about-scale: 1;
  }
  .chiba-about__stage {
    width: 100%;
    margin: 0;
  }
  .chiba-about__panel {
    width: 76.27%;
    height: 100%;
  }
  .chiba-about__head {
    width: auto;
    height: auto;
    margin: 11.73% 4.8% 0;
  }
  .chiba-about__row--1,
  .chiba-about__row--2 {
    display: block;
    margin-top: 0;
  }
  .chiba-about__lead {
    gap: 1.875rem;
    width: auto;
    height: auto;
    margin: 5.33% 4.8% 0;
  }
  .chiba-about__title {
    width: auto;
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    line-height: 1.6;
  }
  /* 書式は共通。余白は「lead の中身（body）」と「独立ブロック（text）」で違うので分ける */
  .chiba-about__body,
  .chiba-about__text {
    text-align: left;
    font-size: 0.9375rem;
    letter-spacing: 0.45px;
    line-height: 1.7;
  }
  /* body は lead（既に左右余白あり）の中身なので幅いっぱいに使う */
  .chiba-about__body {
    margin: 0;
  }
  .chiba-about__text {
    margin: 5.33% 4.8% 0;
  }
  .chiba-about__media {
    width: 71.47%;
    /* 右端に寄せる（Figma: x107..375） */
    margin: 5.33% 0 0 auto;
  }
  .chiba-about__doctor {
    height: auto;
    aspect-ratio: 268/316;
  }
  .chiba-about__badge {
    top: 60.13%;
    left: 65.67%;
    width: 30.6%;
    height: 36.71%;
  }
  .chiba-about__badge-role {
    width: auto;
    height: auto;
    font-size: min(0.875rem, 3.73vw);
    letter-spacing: min(1.12px, 0.3vw);
    line-height: 1;
  }
  .chiba-about__badge-name {
    width: auto;
    height: auto;
    font-size: min(1.25rem, 5.33vw);
    letter-spacing: min(1.6px, 0.43vw);
  }
  .chiba-about__badge-en {
    width: auto;
    height: auto;
    font-size: min(0.625rem, 2.67vw);
    letter-spacing: min(0.4px, 0.11vw);
  }
  .chiba-about__text {
    width: auto;
    height: auto;
  }
  .chiba-about__photo--square {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 42.67%;
    height: auto;
    aspect-ratio: 1;
    margin: 5.33% 0 0 47.47%;
  }
  .chiba-about__photo--wide {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 69.87%;
    height: auto;
    aspect-ratio: 262/176;
    margin: 5.33% 0 0 0;
  }
}
/* ============================================
   京都院トップ About us（front-page2.php）
   PC: インナー 1366px / 2行グリッド
   SP: Figma 375px 縦積み（テキスト→院長→補足→写真）
   ============================================ */
.kyoto-about {
  position: relative;
  isolation: isolate;
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-about {
    padding: 3rem 0 0;
  }
}

/* Figma: 塗り #F9F8F5 + ノイズ（モノ / サイズ 0.8 / 密度 100% / #D8D4BF 50%） */
.kyoto-about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"%3E%3Cfilter id="grain" x="0" y="0" width="100%25" height="100%25"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch" result="noise"/%3E%3CfeColorMatrix in="noise" type="saturate" values="0" result="mono"/%3E%3C/filter%3E%3Crect width="256" height="256" fill="%23D8D4BF" filter="url(%23grain)"/%3E%3C/svg%3E');
  background-size: 10rem 10rem;
  background-color: #f9f8f5;
}

.kyoto-about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 30.625rem);
  grid-template-rows: auto auto;
  -webkit-column-gap: 5.6875rem;
     -moz-column-gap: 5.6875rem;
          column-gap: 5.6875rem;
  row-gap: 113px;
  row-gap: 7.0625rem;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 143px;
  padding-left: 8.9375rem;
  padding-right: 90px;
  padding-right: 5.625rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-about__inner {
    padding-left: 3.75rem;
    padding-right: 2.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    row-gap: 4.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 26.25rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-about__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 38%);
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.875rem;
    max-width: none;
    padding: 0 1.09375rem;
  }
}

.kyoto-about__text {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
@media screen and (max-width:767px) {
  .kyoto-about__text {
    grid-column: 1;
    grid-row: 1;
  }
}

.kyoto-about__doctor {
  grid-column: 2;
  grid-row: 1;
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%;
  max-width: 490px;
  max-width: 30.625rem;
}
@media screen and (max-width:767px) {
  .kyoto-about__doctor {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 21.25rem;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.kyoto-about__bottom {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 41px;
  gap: 2.5625rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__bottom {
    gap: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }
}

.kyoto-about__photos {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 649px;
          flex: 0 1 649px;
  -ms-flex: 0 1 40.5625rem;
      flex: 0 1 40.5625rem;
  min-width: 0;
  max-width: calc(50% + 8.9375rem);
  margin-left: -143px;
  margin-left: -8.9375rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5rem;
            flex: 0 1 32.5rem;
    max-width: 54%;
    margin-left: -3.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    max-width: 44%;
    margin-left: -1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% + 2.1875rem);
    max-width: none;
    margin-left: -1.09375rem;
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .kyoto-about__photos-pc {
    display: none;
  }
}

.kyoto-about__photos-pc img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-about__photos-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .kyoto-about__photos-sp {
    display: block;
  }
}

.kyoto-about__photos-sp img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-about__sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 530px;
  max-width: 33.125rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__sub {
    max-width: none;
    padding-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__sub {
    padding-top: 0;
  }
}

.kyoto-about__title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #242423;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__title {
    font-size: 1.75rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__title {
    margin-top: 1.875rem;
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.13rem;
  }
}

.kyoto-about__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width:767px) {
  .kyoto-about__body {
    margin-top: 1.875rem;
  }
}

.kyoto-about__body p,
.kyoto-about__sub p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-about__body p + p,
.kyoto-about__sub p + p {
  margin-top: 1.4em;
}

/* ---- 院長写真（名前・装飾バー込み合成画像） ---- */
.kyoto-about__doctor-photo {
  width: 100%;
}

.kyoto-about__doctor-photo picture {
  display: block;
  width: 100%;
}

.kyoto-about__doctor-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-about__doctor-photo img {
    height: 17.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

/* ============================================
   京都院トップ Signature Eye Treatments（メニュー）
   Figma 2011:1749 — 背景ぼかし＋横長メニューカード3枚
   ============================================ */
.kyoto-menu {
  position: relative;
  padding: 0 0 100px;
  padding: 0 0 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu {
    padding-bottom: 3.75rem;
  }
}

/* ---- 背景演出（写真 → グラデ → フロスト） ---- */
.kyoto-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kyoto-menu__bg {
    height: 25rem;
  }
}

.kyoto-menu__bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../img/kyoto-menu-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.kyoto-menu__bg-effect {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(84.067%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 84.067%);
  backdrop-filter: blur(5px);
  backdrop-filter: blur(0.3125rem);
}

.kyoto-menu__bg-frost {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(10px);
  backdrop-filter: blur(0.625rem);
}

.kyoto-menu__inner {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 120px 143px 0;
  padding: 7.5rem 8.9375rem 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu__inner {
    padding: 5rem 1.25rem 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-menu__inner {
    padding-top: 3.75rem;
  }
}

.kyoto-menu__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-menu__lead {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.kyoto-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  max-width: 1080px;
  max-width: 67.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu__list {
    max-width: none;
    gap: 10px;
  }
}

/* ---- メニューカード（二重枠 4px） ---- */
.kyoto-menu-card {
  border-radius: 0.5rem;
  background-color: #e9e7dd;
  padding: 4px;
  padding: 0.25rem;
}

.kyoto-menu-card__inner {
  padding: 36px;
  padding: 2.25rem;
  border-radius: 0.375rem;
  background-color: #f9f8f5;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__inner {
    padding: 1.5rem 1.25rem;
  }
}

.kyoto-menu-card__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.kyoto-menu-card__head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 307px;
  width: 100%;
  height: 2px;
  background-color: #bda958;
}
.kyoto-menu-card__head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #e0dcc8;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
    padding-bottom: 0.625rem;
  }
  .kyoto-menu-card__head::after {
    height: 2px;
  }
  .kyoto-menu-card__head::before {
    height: 2px;
    max-width: 30%;
    width: 100%;
  }
}

.kyoto-menu-card__title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #242423;
  white-space: nowrap;
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__title {
    font-size: 1.5rem;
    letter-spacing: 0.09375rem;
    white-space: normal;
  }
  .kyoto-menu-card__title::after {
    display: none;
  }
}

.kyoto-menu-card__head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__head-right {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.kyoto-menu-card__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__subtitle {
    font-size: 0.9375rem;
  }
}

.kyoto-menu-card__subtitle-mark {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: 1px;
  vertical-align: 0.0625rem;
}

.kyoto-menu-card__note {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

.kyoto-menu-card__head-line {
  display: none;
}

.kyoto-menu-card:first-child .kyoto-menu-card__subtitle {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.68px;
  letter-spacing: 0.0425rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card:first-child .kyoto-menu-card__subtitle {
    font-size: 0.9375rem;
  }
}

.kyoto-menu-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.kyoto-menu-card__left {
  width: 42%;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__left {
    width: 100%;
  }
}

.kyoto-menu-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* 術前・術後 */
.kyoto-menu-card__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyoto-menu-card__ba-item {
  width: 50%;
}

.kyoto-menu-card__ba-img {
  display: block;
  width: 100%;
  aspect-ratio: 216/140;
  -o-object-fit: cover;
     object-fit: cover;
}

.kyoto-menu-card__ba-img--placeholder {
  background-color: #b5b5b5;
}

.kyoto-menu-card__ba-img--after {
  background-color: #d8d8d8;
}

/* 治療内容テーブル */
.kyoto-menu-card__table {
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
}

.kyoto-menu-card__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.kyoto-menu-card__table-row + .kyoto-menu-card__table-row {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.kyoto-menu-card__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
}

.kyoto-menu-card__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

/* 右カラム本文 */
.kyoto-menu-card__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-menu-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.kyoto-menu-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.kyoto-menu-card__link:hover {
  opacity: 0.7;
}

.kyoto-menu-card__link-arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

.chiba-menu {
  --menu-scale: min(67.5rem, calc(100vw - 2.5rem));
  position: relative;
  padding: 100px 0;
  padding: 6.25rem 0;
  background: url(../img/chiba-menu-bg.webp) center/cover no-repeat;
}

.chiba-menu__inner {
  width: var(--menu-scale);
  margin-inline: auto;
}

.chiba-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--menu-scale) * 30 / 1080);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.chiba-menu-card {
  padding: calc(var(--menu-scale) * 4 / 1080);
  border-radius: 0;
  background: #a599a4;
}

.chiba-menu-card__inner {
  padding: 0 calc(var(--menu-scale) * 36 / 1080) calc(var(--menu-scale) * 30 / 1080);
  border-radius: calc(var(--menu-scale) * 8 / 1080);
  background: #fff;
}

.chiba-menu-card__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(var(--menu-scale) * 112 / 1080);
}
.chiba-menu-card__head::before, .chiba-menu-card__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(var(--menu-scale) * 2 / 1080);
}
.chiba-menu-card__head::before {
  left: 0;
  z-index: 1;
  width: 30.7%;
  background: #887e87;
}
.chiba-menu-card__head::after {
  right: 0;
  left: 0;
  background: #edebed;
}

.chiba-menu-card__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--menu-scale) * 307 / 1080);
  margin: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--menu-scale) * 32 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 2.56 / 1080);
  line-height: 1.6;
  white-space: nowrap;
}

.chiba-menu-card__head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.chiba-menu-card__subtitle {
  margin: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--menu-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--menu-scale) * 18 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 0.72 / 1080);
  line-height: 1.5;
}

.chiba-menu-card:first-child .chiba-menu-card__subtitle {
  font-size: max(12px, var(--menu-scale) * 17 / 1080);
  font-size: max(0.75rem, var(--menu-scale) * 17 / 1080);
  letter-spacing: calc(var(--menu-scale) * 0.68 / 1080);
}

.chiba-menu-card__subtitle-mark {
  font-size: max(10px, var(--menu-scale) * 10 / 1080);
  font-size: max(0.625rem, var(--menu-scale) * 10 / 1080);
  line-height: 1;
  vertical-align: calc(var(--menu-scale) * 1 / 1080);
}

.chiba-menu-card__note {
  margin: calc(var(--menu-scale) * 6 / 1080) 0 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, var(--menu-scale) * 10 / 1080);
  font-size: max(0.625rem, var(--menu-scale) * 10 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 0.3 / 1080);
  line-height: 1.7;
}

.chiba-menu-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--menu-scale) * 40 / 1080);
  margin-top: calc(var(--menu-scale) * 31 / 1080);
}

.chiba-menu-card__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--menu-scale) * 431 / 1080);
}

.chiba-menu-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.chiba-menu-card__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chiba-menu-card__ba-item {
  position: relative;
  width: 50%;
}

.chiba-menu-card__ba-img {
  display: block;
  width: 100%;
  aspect-ratio: 216/140;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-menu-card__ba-img--placeholder {
  background-color: #b5b5b5;
}

.chiba-menu-card__ba-img--after {
  background-color: #d8d8d8;
}

.chiba-menu-card__table {
  margin-top: 0;
  padding: calc(var(--menu-scale) * 20 / 1080);
  background: #edebed;
}

.chiba-menu-card__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--menu-scale) * 12 / 1080);
}

.chiba-menu-card__table-row + .chiba-menu-card__table-row {
  margin-top: calc(var(--menu-scale) * 4 / 1080);
}

.chiba-menu-card__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--menu-scale) * 73 / 1080);
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, var(--menu-scale) * 10 / 1080);
  font-size: max(0.625rem, var(--menu-scale) * 10 / 1080);
  font-weight: 700;
  letter-spacing: calc(var(--menu-scale) * 0.4 / 1080);
  line-height: 1.6;
}

.chiba-menu-card__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, var(--menu-scale) * 10 / 1080);
  font-size: max(0.625rem, var(--menu-scale) * 10 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 0.3 / 1080);
  line-height: 1.7;
}

.chiba-menu-card__text p {
  margin: 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--menu-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--menu-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 0.45 / 1080);
  line-height: 1.7;
}

.chiba-menu-card__text p + p {
  margin-top: 0;
}

/* Figma の link_txt は右端がコンテンツ右端より内側にある（アイコン枠24pxの余白4px＋リンク行の右インセット6px）*/
.chiba-menu-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  padding-top: calc(var(--menu-scale) * 20 / 1080);
  padding-right: calc(var(--menu-scale) * 10 / 1080);
}

.chiba-menu-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--menu-scale) * 16 / 1080);
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--menu-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--menu-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--menu-scale) * 1 / 1080);
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.chiba-menu-card__link:hover {
  opacity: 0.7;
}

.chiba-menu-card__link-arrow {
  display: block;
  width: calc(var(--menu-scale) * 13 / 1080);
  height: auto;
}

@media screen and (max-width:767px) {
  .chiba-menu {
    padding: 2.5rem 0 1.875rem;
    background-image: url(../img/chiba-menu-bg-sp.webp);
  }
  .chiba-menu__inner {
    width: auto;
    margin-inline: 4.8%;
  }
  .chiba-menu__list {
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
  /* PC は --menu-scale 比例だが、SP は Figma 実値（375基準）の固定値に戻す */
  .chiba-menu-card {
    padding: 0.25rem;
  }
  .chiba-menu-card__inner {
    padding: 1rem 1rem 2.5rem;
    border-radius: 0.5rem;
  }
  .chiba-menu-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.5rem;
    height: auto;
    padding-bottom: 1.25rem;
  }
  .chiba-menu-card__head::before, .chiba-menu-card__head::after {
    height: 0.125rem;
  }
  .chiba-menu-card__head::before {
    width: 35%;
  }
  .chiba-menu-card__title {
    width: auto;
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    line-height: 1.6;
    text-align: center;
    white-space: normal;
  }
  .chiba-menu-card__head-right {
    width: 100%;
  }
  /* 🔴 Figma SP 560:7464（なみだ目）だけキャッチに改行指定が無く、自然折り返しで2行になる。
     眼瞼下垂・裏ハムラ（560:7423/7443）は改行ありで3行。
     PCの改行をそのままSPへ持ち込むと、なみだ目だけ3行に割れてデザインとずれる。 */
  .chiba-menu-card:nth-child(3) .chiba-menu-card__subtitle br {
    display: none;
  }
  .chiba-menu-card__subtitle,
  .chiba-menu-card:first-child .chiba-menu-card__subtitle {
    font-size: 0.8125rem;
    letter-spacing: 0.52px;
    line-height: 1.3;
  }
  .chiba-menu-card__subtitle-mark {
    vertical-align: 0.0625rem;
  }
  .chiba-menu-card__subtitle-mark,
  .chiba-menu-card__note,
  .chiba-menu-card__table dt,
  .chiba-menu-card__table dd {
    font-size: 0.625rem;
  }
  .chiba-menu-card__note {
    margin-top: 0.375rem;
    letter-spacing: 0.3px;
  }
  .chiba-menu-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .chiba-menu-card__left {
    width: 100%;
  }
  .chiba-menu-card__ba-img {
    aspect-ratio: 150/98;
  }
  .chiba-menu-card__table {
    padding: 0.75rem;
  }
  .chiba-menu-card__table-row {
    gap: 0.75rem;
  }
  .chiba-menu-card__table-row + .chiba-menu-card__table-row {
    margin-top: 0.25rem;
  }
  .chiba-menu-card__table dt {
    width: 4.5625rem;
    letter-spacing: 0.4px;
  }
  .chiba-menu-card__table dd {
    letter-spacing: 0.3px;
  }
  .chiba-menu-card__text p {
    font-size: 0.9375rem;
    letter-spacing: 0.45px;
  }
  .chiba-menu-card__footer {
    padding-top: 1.25rem;
    padding-right: 0.25rem;
  }
  .chiba-menu-card__link {
    gap: 1rem;
    font-size: 0.9375rem;
    letter-spacing: 1px;
  }
  .chiba-menu-card__link-arrow {
    width: 0.8125rem;
  }
}
/* ============================================
   京都院トップ Information（front-page2.php）
   診療時間＋住所/アクセス＋地図＋CTA。
   ============================================ */
.kyoto-info {
  position: relative;
  background-image: url(../img/infomation-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-info {
    padding: 3.125rem 0 3.75rem;
  }
}

.kyoto-info__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .kyoto-info__inner {
    padding: 0 0.9375rem;
  }
}

.kyoto-info .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  color: #9f851b;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info .kyoto-sec-head__en {
    font-size: 2.5rem;
  }
}

.kyoto-info .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info .kyoto-sec-head__ja {
    font-size: 0.9375rem;
  }
}

.kyoto-info .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}

.kyoto-info__arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ---- 新着情報（full のみ） ---- */
.kyoto-info__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  gap: 3.75rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 50px 50px;
  padding: 2.5rem 3.125rem 3.125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}

.kyoto-info__news-head {
  width: 100%;
  max-width: 136px;
  max-width: 8.5rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%;
    gap: 1rem;
  }
}

.kyoto-info__news-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news-title {
    font-size: 1.5rem;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-info__news-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-info__news-more .kyoto-info__arrow,
.kyoto-info__news-link .kyoto-info__arrow,
.kyoto-info__map-link .kyoto-info__arrow {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-info__news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 784px;
  max-width: 49rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kyoto-info__news-item:not(:last-child) {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ded8bd;
}

.kyoto-info__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  color: #242423;
}

.kyoto-info__news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-info__news-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

.kyoto-info__news-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .kyoto-info__news-text {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.kyoto-info__news-link .kyoto-info__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ---- 診療時間・住所・地図 ---- */
.kyoto-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  gap: 4.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.kyoto-info__news + .kyoto-info__body {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news + .kyoto-info__body {
    margin-top: 2.5rem;
  }
}

.kyoto-info__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 550px;
  max-width: 34.375rem;
}

.kyoto-info__hours-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.kyoto-info__left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__hours-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

/* 診療時間テーブル */
.kyoto-info__hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.kyoto-info__hours-col-label {
  width: 131px;
  width: 8.1875rem;
}

.kyoto-info__hours-col-day {
  width: 52px;
  width: 3.25rem;
}

.kyoto-info__hours thead th {
  padding: 8px 0;
  padding: 0.5rem 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__hours thead th:not(.kyoto-info__hours-label) {
  text-align: center;
}

.kyoto-info__hours-label,
.kyoto-info__hours-time {
  text-align: left !important;
  white-space: nowrap;
}

.kyoto-info__hours tbody th {
  padding: 20px 0 14px;
  padding: 1.25rem 0 0.875rem;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__hours tbody td {
  padding: 20px 0 14px;
  padding: 1.25rem 0 0.875rem;
  text-align: center;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.kyoto-info__mark--o {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #9f851b;
}

.kyoto-info__mark--star {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  color: #7f3033;
}

.kyoto-info__mark--x {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__hours-col-label {
    width: 4.125rem;
  }
  .kyoto-info__hours-col-day {
    width: 2rem;
  }
  .kyoto-info__hours thead th {
    padding: 0.375rem 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
  .kyoto-info__hours tbody th {
    padding: 0.75rem 0 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .kyoto-info__hours tbody td {
    padding: 0.75rem 0 0.625rem;
    vertical-align: middle;
  }
  .kyoto-info__hours-time {
    vertical-align: middle;
  }
  .kyoto-info__mark--o {
    width: 0.875rem;
    height: 0.875rem;
  }
  .kyoto-info__mark--star {
    font-size: 1.25rem;
  }
  .kyoto-info__mark--x {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
}
.kyoto-info__hours-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.kyoto-info__hours-note {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #242423;
}

.kyoto-info__hours-note-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7f3033;
  margin-right: 4px;
  margin-right: 0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}

/* 休診日・医院名・電話番号・住所・アクセス */
.kyoto-info__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kyoto-info__table-row {
    gap: 0.3125rem;
  }
}

.kyoto-info__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78px;
  width: 4.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .kyoto-info__table dt {
    width: 3.875rem;
  }
}

.kyoto-info__table-divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  background-color: #BDA958;
}

.kyoto-info__table-row--short .kyoto-info__table-divider {
  height: 24px;
  height: 1.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.kyoto-info__table-row--tall .kyoto-info__table-divider {
  height: 46px;
  height: 2.875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.kyoto-info__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-info__table dd a {
  color: inherit;
  text-decoration: none;
}

.kyoto-info__access-list {
  list-style: disc;
  padding-left: 22px;
  padding-left: 1.375rem;
}

/* SNS（full のみ・PC: 2列×2行 / SP: 縦積み） */
.kyoto-info__sns {
  display: grid;
  grid-template-columns: 21.625rem auto;
  gap: 8px;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 552px;
  max-width: 34.5rem;
  min-width: 0;
}

.kyoto-info__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-info__sns-link:hover {
    opacity: 0.7;
  }
}

.kyoto-info__sns-link--wide {
  width: 100%;
}

.kyoto-info__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kyoto-info__sns-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.kyoto-info__sns-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  min-width: 0;
}

.kyoto-info__sns-name {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #242423;
  white-space: nowrap;
}

.kyoto-info__sns-type {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
  white-space: nowrap;
}

.kyoto-info__sns-type--insta {
  color: #c13584;
}

.kyoto-info__sns-type--line {
  color: #06c755;
}

.kyoto-info__sns-type--youtube {
  color: #ff0302;
}

@media screen and (max-width:767px) {
  .kyoto-info__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    max-width: 100%;
  }
  .kyoto-info__sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0.75rem;
    min-height: 4rem;
  }
  .kyoto-info__sns-link--wide {
    width: 100%;
  }
  .kyoto-info__sns-name,
  .kyoto-info__sns-type {
    white-space: normal;
  }
}
/* 地図 */
.kyoto-info__map {
  width: 100%;
  max-width: 458px;
  max-width: 28.625rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__map {
    max-width: none;
  }
}

.kyoto-info__map-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 458/458;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__map-img img {
    aspect-ratio: 16/10;
  }
}

.kyoto-info__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__news-more .kyoto-info__arrow,
  .kyoto-info__news-link .kyoto-info__arrow,
  .kyoto-info__map-link .kyoto-info__arrow {
    width: 0.676875rem;
    height: 0.390625rem;
  }
}
/* ---- CTA ボタン（共通パーツ kyoto-cta2 を使用） ---- */
.kyoto-info__cta-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.kyoto-info__cta-wrap .kyoto-cta {
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-info__cta-wrap .kyoto-cta {
    gap: 0.625rem;
  }
}

@media screen and (max-width:767px) {
  .kyoto-info__cta-wrap .kyoto-cta__btn {
    height: 4.625rem;
    padding: 0.625rem 1.25rem;
    gap: 0.875rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__btn--tel {
    padding: 0.9375rem 1.25rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__body {
    gap: 0.125rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__main {
    line-height: 1.6;
  }
  .kyoto-info__cta-wrap .kyoto-cta__sub {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .kyoto-info__cta-wrap .kyoto-cta__tel {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.065rem;
  }
}
.chiba-info {
  --info-scale: min(67.5rem, calc(100vw - 2.5rem));
  padding: 80px 0 104px;
  padding: 5rem 0 6.5rem;
  background: #f7f4f7;
}

.chiba-info__inner {
  width: var(--info-scale);
  margin-inline: auto;
}

.chiba-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--info-scale) * 72 / 1080);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.chiba-info__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--info-scale) * 550 / 1080);
}

.chiba-info__detail {
  width: 100%;
}

.chiba-info__hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Figma 722:3066 / 560:1170: ラベル領域131 → 曜日は残り419を8等分(52.375)。
 🔴 曜日に幅を明示しない。Figma の曜日ストリップは x=131 w=423（右端554）で
 罫線の550を4px超えており、ピッチ53を完全再現すると罫線幅が合わなくなる。
 ラベル左端を正確に合わせる方を優先し、曜日は auto で等分する（誤差 最大4.2px）。 */
.chiba-info__hours-col-label {
  width: calc(var(--info-scale) * 131 / 1080);
}

.chiba-info__hours-col-day {
  width: auto;
}

.chiba-info__hours th,
.chiba-info__hours td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.chiba-info__hours thead th {
  padding-bottom: calc(var(--info-scale) * 8 / 1080);
  border-bottom: 1px solid #bbb2bb;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 18 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 1 / 1080);
  line-height: 1.6;
}

/* 🔴 .chiba-info__hours th,td{padding:0;text-align:center} に詳細度で負けていたため
 th を連結して勝たせる。Figma では「診療時間」「8:15-17:15」とも x=0 の左揃え。
 padding-right は table-layout:fixed では位置に影響せず、内容幅を削って
 「診療時間」(約76px)が折り返す危険があるので 0 にする。間隔は列幅で作る。 */
.chiba-info__hours th.chiba-info__hours-label {
  padding-right: 0;
  text-align: left;
}

.chiba-info__hours tbody th,
.chiba-info__hours tbody td {
  /* Figma Group 1851 の高さ29に固定。指定しないと継承 line-height で行が伸び、
     下罫線と注記が下へずれる（SPで実測+3.7px のズレが出た） */
  line-height: calc(var(--info-scale) * 29 / 1080);
  padding-top: calc(var(--info-scale) * 20 / 1080);
  padding-bottom: calc(var(--info-scale) * 20 / 1080);
  border-bottom: 1px solid #bbb2bb;
}

.chiba-info__hours th.chiba-info__hours-time {
  padding-right: 0;
  color: #432540;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-size: max(12px, var(--info-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 18 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 0.72 / 1080);
  line-height: 1;
  text-align: left;
}

.chiba-info__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chiba-info__mark--o {
  width: calc(var(--info-scale) * 18 / 1080);
  height: calc(var(--info-scale) * 18 / 1080);
  border-radius: 50%;
  background: #da7ea5;
}

.chiba-info__mark--x {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 18 / 1080);
  font-weight: 400;
  line-height: 1;
}

.chiba-info__hours-note {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--info-scale) * 12 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 12 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 0.36 / 1080);
  line-height: 1.6;
}

.chiba-info__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--info-scale) * 20 / 1080);
  margin: calc(var(--info-scale) * 20 / 1080) 0 0;
}

.chiba-info__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(var(--info-scale) * 16 / 1080);
}

.chiba-info__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--info-scale) * 78 / 1080);
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--info-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 0.45 / 1080);
  line-height: 1.7;
}

.chiba-info__table-divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  background: #bbb2bb;
}

.chiba-info__table dd {
  width: calc(var(--info-scale) * 420 / 1080);
  margin: 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--info-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 0.45 / 1080);
  line-height: 1.7;
}

.chiba-info__access-list {
  padding-left: calc(var(--info-scale) * 22.5 / 1080);
  list-style: disc;
}

.chiba-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--info-scale) * 8 / 1080);
  margin-top: calc(var(--info-scale) * 20 / 1080);
}

.chiba-info__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--info-scale) * 12 / 1080);
  padding: calc(var(--info-scale) * 12 / 1080) calc(var(--info-scale) * 20 / 1080);
  border: 1px solid #edebed;
  border-radius: calc(var(--info-scale) * 8 / 1080);
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-info__sns-link:hover {
  opacity: 0.7;
}

.chiba-info__sns-link--wide {
  width: calc(var(--info-scale) * 346 / 1080);
}

.chiba-info__sns-icon,
.chiba-info__sns-icon img {
  display: block;
  width: calc(var(--info-scale) * 40 / 1080);
  height: calc(var(--info-scale) * 40 / 1080);
}

.chiba-info__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chiba-info__sns-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--info-scale) * 6 / 1080);
  min-width: 0;
}

.chiba-info__sns-name {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 15 / 1080);
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.chiba-info__sns-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--info-scale) * 14 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 14 / 1080);
  font-weight: 700;
  letter-spacing: calc(var(--info-scale) * 0.28 / 1080);
  line-height: 1;
}

/* 先方指示 2026-08-11: グラデーション文字は使わず #E82B7E で統一。
   background-clip:text + color:transparent は下端が見切れる副作用もあった */
.chiba-info__sns-type--insta {
  color: #e82b7e;
}

.chiba-info__sns-type--line {
  color: #06c755;
}

.chiba-info__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--info-scale) * 10 / 1080);
  min-width: 0;
}

.chiba-info__map-img {
  width: 100%;
  max-width: calc(var(--info-scale) * 458 / 1080);
}

.chiba-info__map-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-info__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--info-scale) * 16 / 1080);
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 1 / 1080);
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-info__map-link:hover {
  opacity: 0.7;
}

.chiba-info__arrow {
  display: block;
  width: calc(var(--info-scale) * 13 / 1080);
  height: auto;
}

.chiba-info__cta-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.chiba-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

/* Figma 560:1219-1221 は「色面(346x100・角丸なし)」の上に
   「白面(346x100・角丸8px・枠2px)」が同寸で重なる構造。白面の角丸が削れた四隅に色面が覗く。

   🔴 ::before を z-index:-1 で背面に置く方式は使えない。
      要素自身がスタッキングコンテキストを作っていない場合、負のz-indexは
      「祖先の背景より後ろ」まで下がるため、.chiba-info の背景(#f7f4f7)に隠れて
      四隅に色が出ない（2026-08-11 実際に踏んだ）。
      そこで「ボタン自身＝角のある色面」「::before＝角丸の白面」とし、
      内容は position:relative で白面より前に出す。 */
.chiba-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(var(--info-scale) * 346 / 1080);
  height: calc(var(--info-scale) * 100 / 1080);
  /* 白面の枠2px＋Figmaの内側余白(26/20) */
  padding: calc(var(--info-scale) * 28 / 1080) calc(var(--info-scale) * 22 / 1080);
  background: var(--chiba-cta-color);
  -webkit-box-shadow: 0 0 calc(var(--info-scale) * 8 / 1080) rgba(0, 0, 0, .16);
          box-shadow: 0 0 calc(var(--info-scale) * 8 / 1080) rgba(0, 0, 0, .16);
}

.chiba-cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--chiba-cta-color);
  border-radius: calc(var(--info-scale) * 8 / 1080);
  background: #fff;
}

/* 内容を白面（::before）より前面に */
.chiba-cta__btn > * {
  position: relative;
}

/* 角丸の白い面の背後に、角丸なしの色面を同寸で覗かせる（症例・厳選メニューと同じモチーフ） */
.chiba-cta__btn--line {
  --chiba-cta-color: #06c755;
}

.chiba-cta__btn--web {
  --chiba-cta-color: #a5145f;
}

.chiba-cta__btn--tel {
  --chiba-cta-color: #bbb2bb;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(var(--info-scale) * 12 / 1080);
}

.chiba-cta__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--info-scale) * 48 / 1080);
  height: calc(var(--info-scale) * 48 / 1080);
  border-radius: calc(var(--info-scale) * 4 / 1080);
}

.chiba-cta__icon--web {
  background: #a5145f;
}

.chiba-cta__icon--tel {
  background: -webkit-gradient(linear, right top, left top, from(#bba2bb), to(#9c7d9a));
  background: linear-gradient(to left, #bba2bb, #9c7d9a);
}

.chiba-cta__icon img {
  display: block;
}

.chiba-cta__icon--line img {
  width: calc(var(--info-scale) * 48 / 1080);
  height: calc(var(--info-scale) * 48 / 1080);
}

.chiba-cta__icon--web img,
.chiba-cta__icon--tel img {
  width: calc(var(--info-scale) * 24 / 1080);
  height: calc(var(--info-scale) * 24 / 1080);
}

.chiba-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--info-scale) * 4 / 1080);
  min-width: 0;
  padding-left: calc(var(--info-scale) * 12 / 1080);
}

.chiba-cta__main {
  color: #242423;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 18 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 1 / 1080);
  line-height: 1.5;
  white-space: nowrap;
}

.chiba-cta__sub {
  color: #242423;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--info-scale) * 12 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 12 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--info-scale) * 1 / 1080);
  line-height: 1.5;
  white-space: nowrap;
}

.chiba-cta__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--info-scale) * 24 / 1080);
  height: calc(var(--info-scale) * 24 / 1080);
  border-radius: 50%;
  background: var(--chiba-cta-color);
}

.chiba-cta__arrow img {
  width: calc(var(--info-scale) * 11 / 1080);
  height: calc(var(--info-scale) * 7 / 1080);
  /* Figma 560:2764 … 丸の中の矢印は -35deg で斜め上を向いている（先方指摘 2026-08-15）。
     水平のままだと「ただの→」に見えてデザインと違う。 */
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.chiba-cta__tel {
  color: #242423;
  font-family: "Taviraj", serif;
  font-size: calc(var(--info-scale) * 36 / 1080);
  font-weight: 300;
  letter-spacing: calc(var(--info-scale) * 0.72 / 1080);
  line-height: 1;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
   SEC-15 クリニック情報（下）Figma 722:3032
   上段(SEC-06 / 560:1138)と背景色・見出し有無・ロゴ・本文が異なるため
   .chiba-info--bottom にスコープして差分だけを当てる。
   数値の根拠は _docs/spec-info-bottom-fix1.md（@2xレンダーのピクセル実測）
------------------------------------------------------------------ */
.chiba-info--bottom {
  padding: 132px 0 64px;
  padding: 8.25rem 0 4rem;
  background: #edebed;
}

/* 見出しを出力しないので body の上マージンを殺す（上端 = padding-top 132） */
.chiba-info--bottom .chiba-info__body {
  margin-top: 0;
}

.chiba-info--bottom .chiba-info__logo {
  width: 100%;
  margin-bottom: calc(var(--info-scale) * 20 / 1080);
}

.chiba-info--bottom .chiba-info__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.chiba-info--bottom .chiba-info__desc {
  margin-top: calc(var(--info-scale) * 60 / 1080);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--info-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--info-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.chiba-info--bottom .chiba-info__desc > p {
  margin: 0;
}

.chiba-info--bottom .chiba-info__desc > p + p {
  margin-top: 1.7em;
}

.chiba-info--bottom .chiba-info__cta-wrap {
  margin-top: calc(var(--info-scale) * 24 / 1080);
}

.chiba-info--bottom .chiba-info__map-img {
  position: relative;
  aspect-ratio: 1;
}

.chiba-info__map-iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width:767px) {
  .chiba-info {
    padding: 2.5rem 0;
  }
  .chiba-info__inner {
    width: auto;
    margin-inline: 4.67%;
  }
  .chiba-info__body {
    display: block;
    margin-top: 1.25rem;
  }
  .chiba-info__left {
    width: auto;
  }
  /* Figma SP 560:7013: ラベル領域77 / 曜日は残りを8等分。340幅なので 77/340 = 22.65%
     ※ col に max() を使うと fixed table layout で解決に失敗する（実測37.8pxに潰れた）。% のみで指定する */
  .chiba-info__hours-col-label {
    width: 22.65%;
  }
  .chiba-info__hours-col-day {
    width: auto;
  }
  .chiba-info__hours thead th {
    padding-bottom: 0.375rem;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .chiba-info__hours th.chiba-info__hours-label {
    padding-right: 0;
  }
  .chiba-info__hours tbody th,
  .chiba-info__hours tbody td {
    /* Figma SP Group 1851 の高さ23 */
    line-height: 1.4375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .chiba-info__hours th.chiba-info__hours-time {
    padding-right: 0;
    /* 🔴 375px では 14px（Figma 560:7028 実値）。それ未満では画面幅に比例して縮める。
       ラベル列は 22.65% なので 320px では 65.7px しかなく、14px 固定だと
       「8:15-17:15」(74.7px) が2行に折り返す。3.8vw なら 320px で 12.16px（=64.9px）に収まる。 */
    font-size: min(0.875rem, 3.8vw);
    letter-spacing: 0.56px;
  }
  .chiba-info__mark--o {
    width: 0.875rem;
    height: 0.875rem;
  }
  .chiba-info__mark--x {
    font-size: 0.9375rem;
  }
  .chiba-info__hours-note {
    font-size: 0.75rem;
    letter-spacing: 0.36px;
  }
  .chiba-info__table {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .chiba-info__table-row {
    gap: 0.5rem;
  }
  /* Figma SP 560:7041/7043 は PC と同じ 15px / 1.7 / 0.45px。縮めない */
  /* Figma SP は 休診日/住所=60px、アクセス=61px。60px 固定だと「アクセス」が2行に折れる */
  .chiba-info__table dt {
    width: 3.8125rem;
    font-size: 0.9375rem;
    letter-spacing: 0.45px;
    white-space: nowrap;
  }
  .chiba-info__table dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 0;
    font-size: 0.9375rem;
    letter-spacing: 0.45px;
  }
  .chiba-info__access-list {
    padding-left: 1.40625rem;
  }
  .chiba-info__sns {
    gap: 0.25rem;
    margin-top: 1.25rem;
  }
  /* Figma SP 560:7053: border 1px / radius 8 / padding 12 / gap 8。
     PC は --info-scale 比例なので SP で rem 固定に戻さないと枠も角丸も潰れる */
  .chiba-info__sns-link,
  .chiba-info__sns-link--wide {
    width: 100%;
    padding: 0.75rem;
    gap: 0.5rem;
    border-width: 1px;
    border-radius: 0.5rem;
  }
  .chiba-info__sns-icon,
  .chiba-info__sns-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .chiba-info__sns-text {
    gap: 0.375rem;
  }
  /* Figma SP 560:7053 は name 15px / type 14px。PC と同値なので縮めない */
  .chiba-info__sns-name {
    font-size: 0.9375rem;
    letter-spacing: 1px;
    white-space: normal;
  }
  .chiba-info__sns-type {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
  .chiba-info__map {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .chiba-info__map-img {
    width: 100%;
    max-width: none;
  }
  .chiba-info__map-link {
    gap: 1rem;
    font-size: 0.9375rem;
    letter-spacing: 1px;
  }
  .chiba-info__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .chiba-info__cta-wrap {
    margin-top: 1.25rem;
  }
  .chiba-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
  .chiba-cta__btn {
    width: 100%;
    height: 4.625rem;
    /* 白面の枠2px＋Figmaの内側余白(15/20) */
    padding: 1.0625rem 1.375rem;
    /* PC は --info-scale 比例なので、SP で rem 固定に戻さないと影がほぼ消える */
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  }
  .chiba-cta__btn::before {
    border-width: 2px;
    border-radius: 0.5rem;
  }
  .chiba-cta__btn--tel {
    gap: 0.875rem;
  }
  .chiba-cta__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.25rem;
  }
  .chiba-cta__icon--line img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .chiba-cta__icon--web img,
  .chiba-cta__icon--tel img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .chiba-cta__body {
    gap: 0.25rem;
    padding-left: 0.75rem;
  }
  .chiba-cta__main {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
  .chiba-cta__sub {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .chiba-cta__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .chiba-cta__arrow img {
    width: 0.6875rem;
    height: 0.4375rem;
  }
  .chiba-cta__tel {
    font-size: 1.875rem;
    letter-spacing: 1.2px;
  }
  /* SEC-15 下段: Figma に SP フレームが無いため既存SPレイアウトを踏襲して調整 */
  .chiba-info--bottom {
    padding: 2.5rem 0;
  }
  .chiba-info--bottom .chiba-info__body {
    margin-top: 0;
  }
  .chiba-info--bottom .chiba-info__logo {
    max-width: 16.25rem;
    margin-bottom: 1.25rem;
  }
  .chiba-info--bottom .chiba-info__desc {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
  .chiba-info--bottom .chiba-info__cta-wrap {
    margin-top: 1.25rem;
  }
}
/* ============================================
   京都院トップ Guidance（front-page2.php）
   Figma 173:6978 — 暗色オーバーレイ＋左：見出し/リンク/CTA / 右：院内写真。
   ============================================ */
.kyoto-guide {
  position: relative;
  min-height: 1018px;
  min-height: 63.625rem;
  padding: 72px 0 0;
  padding: 4.5rem 0 0;
  overflow: hidden;
  color: #f9f8f5;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide {
    min-height: 0;
    padding: 3.125rem 0 0;
  }
}

.kyoto-guide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.kyoto-guide__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kyoto-guide__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .6);
}
.kyoto-guide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3a3a39;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.kyoto-guide__inner {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 0 143px;
  padding: 0 8.9375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__inner {
    padding: 0 20px;
  }
}

.kyoto-guide .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #f9f8f5;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-guide .kyoto-sec-head__en {
    font-size: 2.5rem;
  }
}

.kyoto-guide .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9f8f5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-guide .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width: 767px) {
  .kyoto-guide .kyoto-sec-head__ja {
    font-size: 0.9375rem;
  }
}

.kyoto-guide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.kyoto-guide__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 713px;
  max-width: 44.5625rem;
  margin-top: 32px;
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #f9f8f5;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__lead {
    max-width: none;
    margin-top: 0;
  }
}

.kyoto-guide__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    margin-top: 2.5rem;
  }
}

.kyoto-guide__left {
  width: 100%;
  max-width: 347px;
  max-width: 21.6875rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__left {
    max-width: none;
  }
}
.kyoto-guide__left .kyoto-cta {
  max-width: 346px;
  max-width: 21.625rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__left .kyoto-cta {
    max-width: none;
  }
}

.kyoto-guide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.kyoto-guide__links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #f9f8f5;
}

.kyoto-guide__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

.kyoto-guide__photo-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: -143px;
  margin-right: -8.9375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__photo-wrap {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-guide__photo-wrap {
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
  }
}

.kyoto-guide__photo {
  margin-left: auto;
  max-width: 765px;
  max-width: 47.8125rem;
}
.kyoto-guide__photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 765/801;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__photo {
    margin-left: 0;
    max-width: none;
  }
  .kyoto-guide__photo img {
    min-height: 0;
    aspect-ratio: 16/11;
  }
}

.kyoto-guide__dots {
  position: absolute;
  top: 50%;
  right: 40px;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__dots {
    display: none;
  }
}

.kyoto-guide__dots-item {
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(249, 248, 245, .5);
}
.kyoto-guide__dots-item.is-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #d0c289;
}

.chiba-guide {
  --guide-scale: min(67.5rem, calc(100vw - 2.5rem));
  --guide-gutter: max(1.25rem, calc(50vw - 33.75rem));
  --info-scale: var(--guide-scale);
  position: relative;
  overflow: hidden;
  background: url(../img/chiba-guide-bg.webp) center/cover no-repeat;
}

.chiba-guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: var(--guide-scale);
  margin-inline: auto;
}

.chiba-guide__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--guide-scale) * 347 / 1080);
  margin-top: calc(var(--guide-scale) * 80 / 1080);
  margin-bottom: calc(var(--guide-scale) * 94 / 1080);
}

.chiba-guide__right {
  width: calc(var(--guide-scale) * 622 / 1080 + var(--guide-gutter));
  margin-top: calc(var(--guide-scale) * 117 / 1080);
  margin-right: calc(-1 * var(--guide-gutter));
  margin-left: calc(var(--guide-scale) * 111 / 1080);
}

.chiba-sec-head--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chiba-sec-head--left .chiba-sec-head__en {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chiba-guide__lead {
  width: calc(var(--guide-scale) * 622 / 1080);
  max-width: 100%;
  margin: 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--guide-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--guide-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--guide-scale) * 0.45 / 1080);
  line-height: 1.7;
}

.chiba-guide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--guide-scale) * 10 / 1080);
  margin: calc(var(--guide-scale) * 79 / 1080) 0 0;
  padding: 0;
  list-style: none;
}

.chiba-guide__links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--guide-scale) * 12 / 1080);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-guide__links-link:hover {
  opacity: 0.7;
}

.chiba-guide__links-label {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--guide-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--guide-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--guide-scale) * 1 / 1080);
  line-height: 1.5;
}

.chiba-guide__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--guide-scale) * 13 / 1080);
  height: auto;
}

.chiba-guide__cta {
  margin-top: calc(var(--guide-scale) * 40 / 1080);
}

.chiba-guide__cta .chiba-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--guide-scale) * 10 / 1080);
}

.chiba-guide__photo {
  position: relative;
  margin-top: calc(var(--guide-scale) * 48 / 1080);
}

.chiba-guide__photo picture,
.chiba-guide__photo img {
  display: block;
}

.chiba-guide__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 765/801;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-guide__dots {
  position: absolute;
  right: calc(var(--guide-scale) * 40 / 1080);
  bottom: calc(var(--guide-scale) * 40 / 1080);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--guide-scale) * 40 / 1080);
}

.chiba-guide__dots-item {
  display: block;
  width: calc(var(--guide-scale) * 6 / 1080);
  height: calc(var(--guide-scale) * 6 / 1080);
  border-radius: 50%;
  background: #c9c4c9;
}

.chiba-guide__dots-item.is-active {
  width: calc(var(--guide-scale) * 10 / 1080);
  height: calc(var(--guide-scale) * 10 / 1080);
  background: #887e87;
}

@media screen and (max-width:767px) {
  .chiba-guide {
    padding: 2.5rem 0 0;
    background-image: url(../img/chiba-guide-bg-sp.webp);
  }
  /* PCは「左カラム(見出し/リンク/CTA)｜右カラム(リード/写真)」の2カラムだが、
     SPは 見出し→リード→リンク→CTA→写真 の順に縦積みになる。
     カラムのラッパーを display:contents で外し、中身を直接 order で並べ替える。 */
  .chiba-guide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* PC の align-items:flex-start を引き継ぐと各ブロックが内容幅に縮む */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    margin-inline: 4.8%;
  }
  .chiba-guide__left,
  .chiba-guide__right {
    display: contents;
  }
  .chiba-guide .chiba-sec-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .chiba-guide__lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .chiba-guide__links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .chiba-guide__cta {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .chiba-guide__photo {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .chiba-guide__lead {
    width: auto;
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    letter-spacing: 0.45px;
  }
  .chiba-guide__links {
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
  .chiba-guide__links-link {
    gap: 0.75rem;
  }
  .chiba-guide__links-label {
    font-size: 0.9375rem;
    letter-spacing: 1px;
  }
  .chiba-guide__arrow {
    width: 0.8125rem;
  }
  .chiba-guide__cta {
    margin-top: 1.875rem;
  }
  .chiba-guide__cta .chiba-cta {
    gap: 0.375rem;
  }
  /* Figma: 写真は x38（コンテナ左端+20）から画面右端まで。
     ％マージンはコンテナ幅基準で解決されるので、どの画面幅でも同じ比率で成立する。 */
  .chiba-guide__photo {
    margin-top: 3.875rem;
    margin-left: 5.88%; /* 20 / 340 */
    margin-right: -5.31%; /* -18 / 340 = コンテナ左右余白ぶん外へ */
  }
  .chiba-guide__photo img {
    aspect-ratio: 337/280;
  }
  .chiba-guide__dots {
    right: 1rem;
    bottom: 1rem;
    gap: 1.25rem;
  }
  .chiba-guide__dots-item {
    width: 0.375rem;
    height: 0.375rem;
  }
  .chiba-guide__dots-item.is-active {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.chiba-group-about {
  --ga-scale: min(67.5rem, calc(100vw - 2.5rem));
  --ga-gutter: max(1.25rem, calc(50vw - 33.75rem));
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  padding: 6.25rem 0;
  background: #fff;
}

.chiba-group-about__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--ga-gutter) + var(--ga-scale) * 275 / 1080);
  background: #f7f4f7;
}

.chiba-group-about__inner {
  position: relative;
  z-index: 1;
  width: var(--ga-scale);
  margin-inline: auto;
}

.chiba-group-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(var(--ga-scale) * 41 / 1080);
}

.chiba-group-about__photos {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--ga-scale) * 425 / 1080);
  /* Figmaでは枠より左へ65pxはみ出すが、画面が狭まるとガターを食い尽くして
     画面外へ出てしまう（990px以下で左端が負になっていた）。ガター分でクランプする。 */
  margin-left: max(-1 * var(--ga-gutter), calc(var(--ga-scale) * -65 / 1080));
}

.chiba-group-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--ga-scale) * 60 / 1080);
  width: calc(var(--ga-scale) * 673 / 1080);
  margin-left: calc(var(--ga-scale) * 48 / 1080);
}

.chiba-group-about__photo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-group-about__photo--1 {
  width: 80.94%;
  margin-left: 15.29%;
  aspect-ratio: 344/406;
}

.chiba-group-about__photo--2 {
  width: 72.94%;
  margin: calc(var(--ga-scale) * 60 / 1080) 0 0;
  aspect-ratio: 310/208;
}

.chiba-group-about__photo--3 {
  width: 48.94%;
  margin: calc(var(--ga-scale) * 60 / 1080) 0 0 51.06%;
  aspect-ratio: 1;
}

.chiba-group-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--ga-scale) * 40 / 1080);
}

.chiba-group-about__title {
  margin: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--ga-scale) * 32 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--ga-scale) * 2.56 / 1080);
  line-height: 1.6;
}

.chiba-group-about__lead,
.chiba-group-about__body-text {
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--ga-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--ga-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: calc(var(--ga-scale) * 0.6 / 1080);
  line-height: 1.7;
}

.chiba-group-about__lead {
  width: 95.39%;
}

.chiba-group-about__lead p,
.chiba-group-about__body-text p {
  margin: 0;
}

.chiba-group-about__lead p + p {
  margin-top: 0;
}

.chiba-group-about__body-text p + p {
  margin-top: 1.7em;
}

@media screen and (max-width:767px) {
  /* 🔴 Figma SP(560:7487)の見出しは改行指定が無く、340px幅で自然に4行になる。
     PCの改行位置をSPへ持ち込むと6行に割れるため、PC用の <br> をSPでは無効化する。 */
  .chiba-group-about__br {
    display: none;
  }
  /* この見出しだけ1行が長く（「オキュロフェイシャルクリニック」14文字）、
     共通の22pxだと340px幅に約4px収まらず3行に折れてしまう。
     Figmaは340px枠で2行なので、行数をデザインどおりに保つため1pxだけ小さくする。
     共通の _page03-front-chiba-sec-head.scss は他セクションに影響するので触らない。 */
  .chiba-group-about .chiba-sec-head__ja {
    font-size: 1.3125rem;
  }
  .chiba-group-about {
    padding: 2.5rem 0;
  }
  .chiba-group-about__panel {
    width: 76.27%;
  }
  .chiba-group-about__inner {
    width: auto;
    margin-inline: 4.8%;
  }
  .chiba-group-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 1.25rem;
  }
  .chiba-group-about__photos,
  .chiba-group-about__text {
    display: contents;
  }
  .chiba-group-about__photo--1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 74.41%;
    margin: 0 -5.31% 0 30.59%;
    aspect-ratio: 253/299;
  }
  .chiba-group-about__block:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.875rem;
  }
  .chiba-group-about__photo--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 73.53%;
    margin: 1.875rem 0 0 -0.29%;
    aspect-ratio: 250/167;
  }
  .chiba-group-about__photo--3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 49.12%;
    margin: -2.6875rem 0 0 51.18%;
    aspect-ratio: 1;
  }
  .chiba-group-about__block:last-child {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 1.875rem;
  }
  .chiba-group-about__block {
    gap: 0.75rem;
  }
  .chiba-group-about__title {
    font-size: 1.25rem;
    /* Figma SP 560:7484/7487 の実値は 0.8px。PC(32px時 2.56px)の比率をそのまま持ち込むと
       1.6px になり、見出し1が340px幅に収まらず2行に折れる。 */
    letter-spacing: 0.8px;
  }
  .chiba-group-about__lead {
    width: auto;
  }
  .chiba-group-about__lead,
  .chiba-group-about__body-text {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}
/* ============================================
   京都院トップ About Our Group（理念・暗背景）
   Figma node 173:7090 — インナー幅 1279px
   Figma SP node 193:1736 / 173:9456 — 下段：本文 → 診察写真（216×284）
   ============================================ */
.kyoto-philosophy {
  background-color: #3f3a35;
  padding: 120px 0 93px;
  padding: 7.5rem 0 5.8125rem;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy {
    padding: 2.5rem 0 1.25rem;
  }
}

.kyoto-philosophy__inner {
  width: 100%;
  max-width: 1366px;
  max-width: 85.375rem;
  margin: 0 auto;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 47px;
  padding-right: 2.9375rem;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__inner {
    max-width: none;
    padding-left: 1.125rem;
    padding-right: 1.0625rem;
  }
}

.kyoto-philosophy .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #f9f8f5;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-philosophy .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9f8f5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-philosophy .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy .kyoto-sec-head__ja {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}

/* ---- 上段 ---- */
.kyoto-philosophy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
  padding-left: 105px;
  padding-left: 6.5625rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-philosophy__top {
    padding-left: 3.75rem;
    gap: 2.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .kyoto-philosophy__top {
    padding-left: 2.5rem;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding-left: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__top {
    gap: 1.875rem;
  }
}

.kyoto-philosophy__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 555px;
  max-width: 34.6875rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__intro {
    max-width: none;
  }
}

.kyoto-philosophy__title {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-philosophy__lead {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #ffffff;
}

.kyoto-philosophy__photos {
  width: 100%;
  max-width: 523px;
  max-width: 32.6875rem;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos {
    max-width: 21rem;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__photos {
    max-width: 21rem;
  }
}

.kyoto-philosophy__photos-pc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos-pc {
    display: none;
  }
}

.kyoto-philosophy__photos-pc img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-philosophy__photos-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos-sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 21rem;
    height: 14.75rem;
    margin: 0 auto;
    background-color: #3f3a35;
  }
}

.kyoto-philosophy__photos-sp-reception {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 118px;
  width: 7.375rem;
  height: 156px;
  height: 9.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.kyoto-philosophy__photos-sp-doctor {
  position: absolute;
  top: 0;
  left: 106px;
  left: 6.625rem;
  z-index: 1;
  width: 230px;
  width: 14.375rem;
  height: 175px;
  height: 10.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ---- 下段 ---- */
.kyoto-philosophy__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-top: 2.5rem;
  min-width: 0;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__bottom {
    gap: clamp(0.75rem, 2.5vw, 2rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.kyoto-philosophy__exam {
  width: 100%;
  max-width: 496px;
  max-width: 31rem;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 496px;
          flex: 0 1 496px;
  -ms-flex: 0 1 31rem;
      flex: 0 1 31rem;
  margin-right: 54px;
  margin-right: 3.375rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.kyoto-philosophy__exam picture {
  display: block;
  width: 100%;
}
.kyoto-philosophy__exam img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__exam {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(7.5rem, 26vw, 31rem);
            flex: 0 1 clamp(7.5rem, 26vw, 31rem);
    max-width: clamp(7.5rem, 26vw, 31rem);
    width: auto;
    margin-right: clamp(0.625rem, 2.5vw, 3.375rem);
  }
  .kyoto-philosophy__exam picture {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
  }
  .kyoto-philosophy__exam img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 216/284;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__exam {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 13.5rem;
    max-width: 13.5rem;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 0;
  }
  .kyoto-philosophy__exam picture {
    display: block;
    width: 13.5rem;
    height: 17.75rem;
    overflow: hidden;
    line-height: 0;
  }
  .kyoto-philosophy__exam img {
    display: block;
    width: 13.5rem;
    max-width: none;
    height: 17.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.kyoto-philosophy__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 459px;
          flex: 0 1 459px;
  -ms-flex: 0 1 28.6875rem;
      flex: 0 1 28.6875rem;
  min-width: 0;
  margin-right: 47px;
  margin-right: 2.9375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-right: clamp(0.625rem, 2vw, 2.9375rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}

.kyoto-philosophy__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p {
    margin: 0;
  }
}

.kyoto-philosophy__body p + p {
  margin-top: 1.7em;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p + p {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p + p:last-child {
    margin-bottom: 0;
  }
}

.kyoto-philosophy__vertical {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  gap: 1.25rem;
  width: 124px;
  width: 7.75rem;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical {
    width: auto;
  }
}

.kyoto-philosophy__vertical--pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical--pc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    gap: clamp(0.5rem, 1.5vw, 1.25rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical--pc {
    display: none;
    margin: 0;
  }
}

.kyoto-philosophy__vertical--sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 15.25rem;
    margin: 1.875rem auto 0;
    gap: 1.5rem;
  }
}

.kyoto-philosophy__vertical p,
.kyoto-philosophy__vertical span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  width: 1.75rem;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical p,
  .kyoto-philosophy__vertical span {
    width: auto;
    font-size: clamp(0.8125rem, 2.4vw, 1.625rem);
    line-height: 1.2;
    letter-spacing: clamp(0.0375rem, 0.15vw, 0.13rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical p,
  .kyoto-philosophy__vertical span {
    width: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.22;
    letter-spacing: 0.1rem;
  }
}

/* ============================================
   京都院トップ Reason（選ばれる理由 01〜03）
   PC: Figma node 2028:3952 — インナー幅 1086px
   SP: Figma node 2017:3921 — 375px（インナー padding 内で全幅）
   ============================================ */
.kyoto-reason {
  position: relative;
  background-color: #f9f8f5;
  padding: 120px 0 100px;
  padding: 7.5rem 0 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason {
    padding: 2.5rem 0 2.5rem;
  }
}

.kyoto-reason::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image: url(../img/kyoto-reason-bg-texture.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width:767px) {
  .kyoto-reason::before {
    background-image: url(../img/kyoto-reason-bg-texture-sp.webp);
  }
}

.kyoto-reason__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1126px;
  max-width: 70.375rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .kyoto-reason__inner {
    padding: 0 1.125rem;
  }
}

/* ---- セクション見出し ---- */
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
}

.kyoto-reason .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #9f851b;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-reason .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #242423;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head__ja {
    margin-top: 0;
    line-height: 1.6;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.kyoto-reason .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}

.kyoto-reason__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__item {
    margin-top: 1.25rem;
  }
}

.kyoto-reason__item + .kyoto-reason__item {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__item + .kyoto-reason__item {
    margin-top: 3.75rem;
  }
}

/* ---- REASON ラベル行 ---- */
.kyoto-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  min-height: 62px;
  min-height: 3.875rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bda958;
}
@media screen and (max-width:767px) {
  .kyoto-reason__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    min-height: auto;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__head::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bda958;
  }
}

.kyoto-reason__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-reason__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.1875rem;
  }
}

.kyoto-reason__label-en {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 1.04px;
  letter-spacing: 0.065rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__label-en {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.04rem;
  }
}

.kyoto-reason__num {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__num {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.kyoto-reason__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-reason__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__title br {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__item:nth-child(3) .kyoto-reason__title {
    line-height: 1.6;
  }
}

.kyoto-reason__text,
.kyoto-reason__r01-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-reason__text + .kyoto-reason__text {
  margin-top: 1.7em;
}

/* ---- REASON 01 ---- */
/* 横並び: 769px〜 / 668:370 で比率維持して縮小 / 768px以下で縦積み */
.kyoto-reason__r01-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(24px, 4.42vw, 48px);
  gap: clamp(1.5rem, 4.42vw, 3rem);
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .kyoto-reason__r01-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r01-top {
    gap: 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__photos {
  display: block;
  -webkit-box-flex: 668;
      -ms-flex: 668 1 0px;
          flex: 668 1 0;
  min-width: 0;
  max-width: 668px;
  max-width: 41.75rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .kyoto-reason__photos {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
  }
}

.kyoto-reason__photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 668/414;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .kyoto-reason__photos img {
    aspect-ratio: 700/438;
  }
}

.kyoto-reason__r01-body {
  -webkit-box-flex: 370;
      -ms-flex: 370 1 0px;
          flex: 370 1 0;
  min-width: 0;
  padding-top: clamp(28px, 4.6vw, 50px);
  padding-top: clamp(1.75rem, 4.6vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .kyoto-reason__r01-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r01-body {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__r01-body p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-reason__stats {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__stats {
    margin-top: 2rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats {
    margin-top: 1.875rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}

/* 福岡院 top-achievements-tab 構造を京都カラーで上書き */
.kyoto-reason__stats .top-achievements-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.kyoto-reason__stats .top-achievements-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  -ms-flex: 0 0 8.25rem;
      flex: 0 0 8.25rem;
  list-style: none;
  gap: 1px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
            flex: 0 0 4.375rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__item {
  min-height: 92px;
  min-height: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #e9e7dd;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Taviraj", serif;
  color: #7e6500;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.9375rem;
    min-height: 7.125rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 4px;
  margin-top: 7px;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__item span {
    font-size: 0.625rem;
    margin-top: 4px;
  }
}

.kyoto-reason__stats .top-achievements-tab__item.active {
  background: #9f851b;
  color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(69, 55, 0, .3);
          box-shadow: 0 0 15px rgba(69, 55, 0, .3);
}

.kyoto-reason__stats .top-achievements-tab__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px;
  padding: 0.125rem;
  background: #9f851b;
  z-index: 2;
}

.kyoto-reason__stats .top-achievements-tab__panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  height: 100%;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__panel {
    padding: 1.25rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyoto-reason__stats .panel__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kyoto-reason__stats .panel__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__left {
    gap: 0.75rem;
  }
}

.kyoto-reason__stats .panel__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
}
@media screen and (max-width: 1200px) {
  .kyoto-reason__stats .panel__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__right {
    display: none;
  }
}

.kyoto-reason__stats .panel__graph-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.kyoto-reason__stats .panel__graph-img-wrap {
  position: relative;
}

.kyoto-reason__stats .panel__graph-img-wrap.--sp {
  display: none;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-wrap.--sp {
    display: block;
  }
}

.kyoto-reason__stats .panel__graph-img-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kyoto-reason__stats .panel__graph-img-content-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-title {
    font-size: 0.8125rem;
  }
}

.kyoto-reason__stats .panel__graph-img-content-text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  font-family: "Taviraj", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-text {
    font-size: 1.25rem;
  }
}

.kyoto-reason__stats .panel__graph-img-content-text-num {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-left: 6px;
  margin-left: 0.375rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-text-num {
    font-size: 0.8125rem;
    margin-left: 0.125rem;
  }
}

.kyoto-reason__stats .panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #7e6500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__title {
    font-size: 1.125rem;
    letter-spacing: 0.02rem;
  }
}

.kyoto-reason__stats .panel__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__link {
    font-size: 0.8125rem;
  }
}

.kyoto-reason__stats .panel__link:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../img/arrow-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.kyoto-reason__stats .panel__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__stats {
    margin-left: auto;
    margin-right: auto;
  }
}

.kyoto-reason__stats .panel__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.kyoto-reason__stats .panel__stat:first-child {
  margin-top: 0;
}

.kyoto-reason__stats .stat__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.kyoto-reason__stats .stat__name--small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .stat__name--small {
    font-size: 0.625rem;
  }
}

.kyoto-reason__stats .stat__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.kyoto-reason__stats .stat__dot--1 {
  background: #9f851b;
}

.kyoto-reason__stats .stat__dot--2 {
  background: #bda958;
}

.kyoto-reason__stats .stat__dot--3 {
  background: #d0c289;
}

.kyoto-reason__stats .stat__dot--4 {
  background: #ded8bd;
}

.kyoto-reason__stats .stat__dot--5 {
  background: #f9f8f5;
  border: 1px solid #ded8bd;
}

.kyoto-reason__stats .stat__dot--6 {
  background: #7f3033;
}

.kyoto-reason__stats .stat__value {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  font-family: "Taviraj", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .stat__value {
    font-size: 1.25rem;
  }
}

.kyoto-reason__stats .stat__value span {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-left: 6px;
  margin-left: 0.375rem;
}

/* ---- REASON 02 ---- */
.kyoto-reason__r02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 91px;
  gap: 5.6875rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__r02-left {
  width: 100%;
  max-width: 535px;
  max-width: 33.4375rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 535px;
          flex: 1 1 535px;
  -ms-flex: 1 1 33.4375rem;
      flex: 1 1 33.4375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-left {
    display: contents;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}

.kyoto-reason__subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  color: #242423;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__subtitle {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-left .kyoto-reason__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-left .kyoto-reason__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.kyoto-reason__r02-sub {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-sub {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-sub {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}

.kyoto-reason__r02-sub img {
  display: block;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-sub img {
    width: 12.3125rem;
    height: 7.6875rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.kyoto-reason__r02-right {
  width: 100%;
  max-width: 460px;
  max-width: 28.75rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 460px;
          flex: 1 1 460px;
  -ms-flex: 1 1 28.75rem;
      flex: 1 1 28.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 28.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 16.875rem;
    margin-left: 4.375rem;
    margin-right: auto;
  }
}

.kyoto-reason__r02-right img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 460/540;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-right img {
    width: 100%;
    max-width: 16.875rem;
    height: 12.5rem;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}

/* ---- REASON 03 ---- */
.kyoto-reason__r03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 94px;
  gap: 5.875rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__r03-left {
  width: 100%;
  max-width: 534px;
  max-width: 33.375rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 534px;
          flex: 1 1 534px;
  -ms-flex: 1 1 33.375rem;
      flex: 1 1 33.375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 33.375rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-left {
    width: 100%;
  }
}

.kyoto-reason__r03-left img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-left img {
    aspect-ratio: 1068/910;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.kyoto-reason__r03-right {
  width: 100%;
  max-width: 458px;
  max-width: 28.625rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 458px;
          flex: 1 1 458px;
  -ms-flex: 1 1 28.625rem;
      flex: 1 1 28.625rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-right {
    width: 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__r03-right .kyoto-reason__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.chiba-reason {
  --rs-scale: min(67.875rem, calc(100vw - 2.5rem));
  position: relative;
  overflow: hidden;
  padding: calc(var(--rs-scale) * 118 / 1086) 0 calc(var(--rs-scale) * 94 / 1086);
  background: url(../img/chiba-reason-bg.webp) center top/cover no-repeat;
}

.chiba-reason__inner {
  width: var(--rs-scale);
  margin-inline: auto;
}

.chiba-reason__block {
  position: relative;
}

.chiba-reason__block--01 {
  margin-top: calc(var(--rs-scale) * 30 / 1086);
}

.chiba-reason__block--02 {
  margin-top: calc(var(--rs-scale) * 126 / 1086);
}

.chiba-reason__block--03 {
  margin-top: calc(var(--rs-scale) * 106 / 1086);
}

.chiba-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--rs-scale) * 12 / 1086);
  min-height: calc(var(--rs-scale) * 51 / 1086);
  margin: 0;
  padding-bottom: calc(var(--rs-scale) * 11 / 1086);
  border-bottom: 1px solid #fff;
}

.chiba-reason__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 🔴 flex-end（＝行ボックスの下端揃え）だと、REASON と数字でフォントサイズが違う分
     ディセンダの余白量が変わり、小さい「REASON」が上にズレて見える（先方指摘 2026-08-15）。
     英字のベースラインで揃える。 */
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(var(--rs-scale) * 6 / 1086);
}

.chiba-reason__num-label {
  color: #a5145f;
  font-family: "Taviraj", serif;
  font-size: calc(var(--rs-scale) * 26 / 1086);
  font-weight: 300;
  letter-spacing: calc(var(--rs-scale) * 1.04 / 1086);
  line-height: 1;
}

.chiba-reason__num-no {
  color: #a5145f;
  font-family: "Taviraj", serif;
  font-size: calc(var(--rs-scale) * 50 / 1086);
  font-weight: 300;
  letter-spacing: calc(var(--rs-scale) * 2 / 1086);
  line-height: 1;
}

.chiba-reason__title {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 32 / 1086);
  font-weight: 400;
  letter-spacing: calc(var(--rs-scale) * 2.56 / 1086);
  line-height: 1.6;
}

.chiba-reason__r1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(var(--rs-scale) * 30 / 1086);
}

.chiba-reason__clinics {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--rs-scale) * 668 / 1086);
  margin: 0;
}

.chiba-reason__clinics img,
.chiba-reason__graph-img img,
.chiba-reason__venn img,
.chiba-reason__photo,
.chiba-cg-band img {
  display: block;
  width: 100%;
  height: auto;
}

.chiba-reason__clinics img {
  aspect-ratio: 668/414;
}

.chiba-reason__r1-text {
  width: calc(var(--rs-scale) * 368 / 1086);
  margin-top: calc(var(--rs-scale) * 28 / 1086);
  margin-left: calc(var(--rs-scale) * 48 / 1086);
}

.chiba-reason__r1-text p,
.chiba-reason__r2-text,
.chiba-reason__r3-text p {
  margin: 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--rs-scale) * 15 / 1086);
  font-size: max(0.75rem, var(--rs-scale) * 15 / 1086);
  font-weight: 400;
  letter-spacing: calc(var(--rs-scale) * 0.6 / 1086);
  line-height: 1.7;
}

.chiba-reason__r1-text p + p,
.chiba-reason__r2-text p + p,
.chiba-reason__r3-text p + p {
  margin-top: 1.7em;
}

.chiba-reason__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(var(--rs-scale) * 1080 / 1086);
  margin-top: calc(var(--rs-scale) * 80 / 1086);
  margin-left: calc(var(--rs-scale) * 3 / 1086);
}

/* 🔴 タブ列の高さは白カードに合わせる。__stats は align-items:stretch なので
   列自体はカード高になり、各タブを flex:1 で等分する（固定高にしない）。 */
.chiba-reason__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--rs-scale) * 163 / 1086);
  margin: 0;
  padding: 0;
  list-style: none;
}

.chiba-reason__years-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: calc(var(--rs-scale) * 4 / 1086);
  min-height: calc(var(--rs-scale) * 92 / 1086);
  padding: calc(var(--rs-scale) * 16 / 1086) calc(var(--rs-scale) * 12 / 1086) calc(var(--rs-scale) * 8 / 1086) calc(var(--rs-scale) * 16 / 1086);
  border-bottom: 1px solid #c9c4c9;
  background: #fff;
  color: #675b66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.chiba-reason__years-item.is-active {
  position: relative;
  z-index: 1;
  background: #675b66;
  color: #fff;
  /* Figma 560:883 の drop-shadow。他タブやカードより前面に出す */
  -webkit-box-shadow: 0 0 calc(var(--rs-scale) * 15 / 1086) rgba(69, 55, 0, .3);
          box-shadow: 0 0 calc(var(--rs-scale) * 15 / 1086) rgba(69, 55, 0, .3);
}

.chiba-reason__years-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* ブロック全体は上下中央。数字と「年」の下揃えは内側のラッパーで作る（先方指示 2026-08-12） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-reason__years-btn:hover {
  opacity: 0.7;
}

.chiba-reason__years-btn:focus-visible {
  outline: 2px solid #a5145f;
  outline-offset: -4px;
}

/* Figma 560:884 は items-end。数字と「年」はここで下揃えにする */
.chiba-reason__years-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--rs-scale) * 4 / 1086);
}

.chiba-reason__years-num {
  font-family: "Taviraj", serif;
  font-size: calc(var(--rs-scale) * 36 / 1086);
  font-weight: 300;
  letter-spacing: calc(var(--rs-scale) * 0.72 / 1086);
  line-height: 1;
}

.chiba-reason__years-unit {
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 18 / 1086);
  font-weight: 400;
  letter-spacing: calc(var(--rs-scale) * 1 / 1086);
  line-height: 1.6;
}

/* Figma 560:863 は CTAボタンと同じ「角のある色面の上に角丸の白面を重ねる」構造。
   カード自身＝色面（角丸なし）、::before＝白面（枠2px・角丸8px）。
   🔴 ::before を z-index:-1 で背面に置く方式は祖先の背景に隠れるので使わない。 */
.chiba-reason__card {
  display: none;
  position: relative;
  width: calc(var(--rs-scale) * 917 / 1086);
  min-height: calc(var(--rs-scale) * 464 / 1086);
  padding: calc(var(--rs-scale) * 40 / 1086);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #675b66;
}

.chiba-reason__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #675b66;
  border-radius: calc(var(--rs-scale) * 8 / 1086);
  background: #fff;
}

.chiba-reason__card > * {
  position: relative;
}

.chiba-reason__card.is-active {
  display: block;
}

.chiba-reason__panel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--rs-scale) * 20 / 1086);
}

.chiba-reason__panel-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--rs-scale) * 40 / 1086);
}

.chiba-reason__panel-right {
  /* グラフ領域をやや広げる（384 → 398。左カラムは flex:1 なので差分だけ縮む） */
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(var(--rs-scale) * 398 / 1086);
          flex: 0 1 calc(var(--rs-scale) * 398 / 1086);
}

.chiba-reason__card-title {
  margin: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 26 / 1086);
  font-weight: 400;
  line-height: 1.5;
}

.chiba-reason__card-label {
  display: block;
}

.chiba-reason__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--rs-scale) * 16 / 1086);
  margin-top: calc(var(--rs-scale) * 22 / 1086);
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 15 / 1086);
  font-weight: 400;
  letter-spacing: calc(var(--rs-scale) * 1 / 1086);
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-reason__card-link:hover {
  opacity: 0.7;
}

.chiba-reason__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--rs-scale) * 13 / 1086);
  height: auto;
}

.chiba-reason__graph-wrap {
  position: relative;
}

.chiba-reason__graph-img img {
  aspect-ratio: 1/1;
}

.chiba-reason__graph-wrap--sp {
  display: none;
}

.chiba-reason__graph-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #432540;
  text-align: center;
}

.chiba-reason__graph-title {
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 18 / 1086);
  font-weight: 400;
  line-height: 1.7;
}

.chiba-reason__graph-num {
  margin: 0;
  font-family: "Taviraj", serif;
  font-size: calc(var(--rs-scale) * 30 / 1086);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.chiba-reason__graph-unit {
  margin-left: calc(var(--rs-scale) * 6 / 1086);
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 18 / 1086);
  font-weight: 400;
  line-height: 1.7;
}

.chiba-reason__legend {
  width: calc(var(--rs-scale) * 270 / 1086);
  margin: 0;
  margin-left: auto;
  margin-right: 0;
}

.chiba-reason__legend-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--rs-scale) * 12 / 1086);
  min-height: calc(var(--rs-scale) * 26 / 1086);
  color: #432540;
}

.chiba-reason__legend-row + .chiba-reason__legend-row {
  margin-top: calc(var(--rs-scale) * 4 / 1086);
}

.chiba-reason__legend dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--rs-scale) * 10 / 1086);
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--rs-scale) * 15 / 1086);
  font-size: max(0.75rem, var(--rs-scale) * 15 / 1086);
  font-weight: 400;
  line-height: 1.55;
}

.chiba-reason__legend dt::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--rs-scale) * 20 / 1086);
  height: calc(var(--rs-scale) * 20 / 1086);
  border-radius: 50%;
}

.chiba-reason__legend dd {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--rs-scale) * 13 / 1086);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.chiba-reason__legend-num {
  font-family: "Taviraj", serif;
  font-size: calc(var(--rs-scale) * 20 / 1086);
  font-weight: 300;
  line-height: 1;
}

/* dt は flex（丸＋ラベル）。ラベルを直接テキストで置くと、注記の <span> が
   別の flex アイテムになって行が割れる。ラベル全体を1つの span にまとめて
   インラインで流す。 */
.chiba-reason__legend-label {
  min-width: 0;
}

/* 注記を小さくする（Figma／京都院の stat__name--small と同じ扱い）。
   PC/SPとも 10px 固定 */
.chiba-reason__legend-small {
  font-size: 10px;
  font-size: 0.625rem;
}

/* 8区分グラフ（chiba-reason-chart-*.webp）の実測色。
   ドーナツの円周を1度刻みでサンプリングし、時計回りの並び順と色を実測して対応づけた（2026-09-12）。 */
.chiba-reason__legend-row--1 dt::before {
  background: #a51460;
}

.chiba-reason__legend-row--2 dt::before {
  background: #665b66;
}

.chiba-reason__legend-row--3 dt::before {
  background: #897e88;
}

.chiba-reason__legend-row--4 dt::before {
  background: #a59aa4;
}

.chiba-reason__legend-row--5 dt::before {
  background: #bab2bc;
}

.chiba-reason__legend-row--6 dt::before {
  background: #c9c4c8;
}

.chiba-reason__legend-row--7 dt::before {
  background: #eeebee;
}

.chiba-reason__legend-row--8 dt::before {
  background: #db7ea6;
}

.chiba-reason__r2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(var(--rs-scale) * 39 / 1086);
}

.chiba-reason__venn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(var(--rs-scale) * 534 / 1086);
  margin: 0;
}

.chiba-reason__venn img {
  aspect-ratio: 534/455;
}

.chiba-reason__r2-text {
  width: calc(var(--rs-scale) * 458 / 1086);
  margin-top: calc(var(--rs-scale) * 97 / 1086);
  margin-left: calc(var(--rs-scale) * 94 / 1086);
}

.chiba-reason__r3 {
  position: relative;
  min-height: calc(var(--rs-scale) * 776 / 1086);
  margin-top: calc(var(--rs-scale) * 39 / 1086);
}

.chiba-reason__r3-text {
  width: calc(var(--rs-scale) * 668 / 1086);
}

.chiba-reason__photo--op {
  width: calc(var(--rs-scale) * 380 / 1086);
  margin-top: calc(var(--rs-scale) * 30 / 1086);
  aspect-ratio: 380/236;
}

.chiba-reason__photo--exam {
  position: absolute;
  top: 0;
  right: calc(var(--rs-scale) * 6 / 1086);
  width: calc(var(--rs-scale) * 368 / 1086);
  aspect-ratio: 368/540;
}

.chiba-cg-band {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .chiba-reason {
    /* 下の余白が無く、最後の写真が帯に直付けになっていた（先方指摘 2026-08-12）。
       上と同じ40pxを入れる */
    padding: 2.5rem 0;
  }
  .chiba-reason__inner {
    width: auto;
    margin-inline: 4.53%;
  }
  .chiba-reason__block--01 {
    margin-top: 1.8125rem;
  }
  .chiba-reason__block--02 {
    margin-top: 1.25rem;
  }
  .chiba-reason__block--03 {
    margin-top: 1.25rem;
  }
  .chiba-reason__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    min-height: 0;
    padding-bottom: 0.6875rem;
  }
  .chiba-reason__num {
    gap: 0.25rem;
  }
  .chiba-reason__num-label {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
  .chiba-reason__num-no {
    font-size: 2.25rem;
    letter-spacing: 1.44px;
  }
  .chiba-reason__title {
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  .chiba-reason__r1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.1875rem;
  }
  .chiba-reason__clinics {
    width: calc(100vw - 2.1875rem);
    margin-left: -0.15%;
  }
  .chiba-reason__clinics img {
    aspect-ratio: 700/438;
  }
  .chiba-reason__r1-text {
    width: auto;
    margin-top: 1.25rem;
    margin-left: 0;
  }
  .chiba-reason__r1-text p,
  .chiba-reason__r2-text,
  .chiba-reason__r3-text p {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
  .chiba-reason__stats {
    width: calc(100vw - 0.0625rem);
    margin-top: 1.25rem;
    margin-left: calc(-4.53vw + 0.0625rem);
  }
  .chiba-reason__years {
    width: 4.375rem;
  }
  .chiba-reason__years-item {
    padding: 1rem 0.25rem 0.5rem;
    gap: 0.0625rem;
    height: 7.125rem;
  }
  .chiba-reason__years-btn {
    gap: 0.0625rem;
  }
  .chiba-reason__years-inner {
    gap: 0.125rem;
  }
  .chiba-reason__years-num {
    /* Figma SP 560:7515 Trajan Pro 3 15px / ls 0.6 */
    font-family: "Trajan Pro 3", "Taviraj", serif;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
  .chiba-reason__years-unit {
    /* Figma SP 560:7516 Shippori Medium 10px / lh1.4 / ls0 */
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .chiba-reason__card {
    /* Figma SP はタブ x0..70／カード x68..374 で2px重なる。
       重なりを入れないと 70+306=376 となりコンテナ(374)を超える。 */
    margin-left: -0.125rem;
    width: calc(100% - 4.25rem);
    min-height: 35.875rem;
    padding: 1.125rem 1.1875rem;
  }
  .chiba-reason__panel-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chiba-reason__panel-left {
    gap: 0.75rem;
  }
  .chiba-reason__panel-right {
    display: none;
  }
  .chiba-reason__card-title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .chiba-reason__card-link {
    gap: 0.625rem;
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .chiba-reason__arrow {
    width: 0.8125rem;
  }
  .chiba-reason__graph-wrap--sp {
    display: block;
    width: 16.875rem;
    max-width: 100%;
    margin-top: 1.125rem;
  }
  .chiba-reason__graph-title {
    font-size: 0.8125rem;
  }
  .chiba-reason__graph-num {
    font-size: 1.25rem;
  }
  .chiba-reason__graph-unit {
    margin-left: 0.125rem;
    font-size: 0.8125rem;
  }
  .chiba-reason__legend {
    width: calc(100% - 0.625rem);
    margin-left: 0;
    margin-top: 0.75rem;
  }
  .chiba-reason__legend-row {
    gap: 0.5rem;
    min-height: 1.25rem;
  }
  .chiba-reason__legend-row + .chiba-reason__legend-row {
    margin-top: 0.375rem;
  }
  .chiba-reason__legend dt {
    gap: 0.4375rem;
    font-size: 0.8125rem;
    line-height: 1.45;
  }
  .chiba-reason__legend dt::before {
    width: 1rem;
    height: 1rem;
  }
  .chiba-reason__legend dd {
    font-size: 0.8125rem;
  }
  .chiba-reason__legend-num {
    font-size: 1.25rem;
  }
  .chiba-reason__r2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
  }
  .chiba-reason__venn {
    width: calc(100vw - 1rem);
    max-width: 22.4375rem;
    margin-left: -2.5%;
  }
  .chiba-reason__venn img {
    aspect-ratio: 359/369;
  }
  .chiba-reason__r2-text {
    width: auto;
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .chiba-reason__r3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    margin-top: 1rem;
  }
  .chiba-reason__r3-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-top: 0.75rem;
  }
  .chiba-reason__photo--exam {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 79.41%;
    max-width: 16.875rem;
    margin-left: auto;
    aspect-ratio: 270/200;
  }
  .chiba-reason__photo--op {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 58%;
    max-width: 12.3125rem;
    margin-top: 0.75rem;
    margin-left: calc(-4.53vw + 0.0625rem);
    aspect-ratio: 197/123;
  }
}
/* ============================================
   SEC-11 Treatment 診療内容一覧
   Figma: PC 623:8527（コンテンツ幅1081 / カード347×174 / 3列 gap20）
          SP  560:7634（コンテンツ幅340 / カード166 / 2列 gap8）

   PCは「コンテンツ幅を優先し、余白は最低20pxを残して縮める」方式
   （~/.claude/rules/design-to-code.md）。--treat-scale が実効コンテンツ幅。
   ============================================ */
/* 本文級は縮んでも12pxを下回らせない */
.chiba-treat {
  --treat-scale: min(67.5rem, calc(100vw - 2.5rem));
  padding: 100px 0;
  padding: 6.25rem 0;
  background: #fff;
}

.chiba-treat__inner {
  width: var(--treat-scale);
  margin-inline: auto;
}

.chiba-treat__lead {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--treat-scale) * 16 / 1080);
  font-size: max(0.75rem, var(--treat-scale) * 16 / 1080);
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
}

.chiba-treat__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--treat-scale) * 20 / 1080);
  margin-top: calc(var(--treat-scale) * 20 / 1080);
}

/* --------------------------------------------
   カード
   -------------------------------------------- */
.chiba-treat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--treat-scale) * 12 / 1080);
  background: #edebed;
  color: #432540;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a.chiba-treat-card:hover,
a.chiba-treat-card:focus-visible {
  opacity: 0.7;
}

/* PC: アイコンを左、右に「キャッチ／施術名」を積む。
   SPとは順序が入れ替わるため、__row を display:contents にして grid で並べ替える */
.chiba-treat-card__head {
  display: grid;
  grid-template-columns: calc(var(--treat-scale) * 64 / 1080) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--treat-scale) * 10 / 1080);
     -moz-column-gap: calc(var(--treat-scale) * 10 / 1080);
          column-gap: calc(var(--treat-scale) * 10 / 1080);
  row-gap: calc(var(--treat-scale) * 4 / 1080);
  /* 🔴 全カードで同じ高さにする（先方指示・デザインも同一高）。
     flex:1 で引き伸ばすと、説明文が短いカードだけ head が伸びてバラつく。
     施術名が2行になる最大ケース（キャッチ18.2 + gap4 + 名前54 + 上下padding18 = 94.2）を
     収める固定高にして、余りは下の説明ブロック側で吸収させる */
  min-height: calc(var(--treat-scale) * 95 / 1080);
  padding: calc(var(--treat-scale) * 16 / 1080) calc(var(--treat-scale) * 16 / 1080) calc(var(--treat-scale) * 2 / 1080);
}

.chiba-treat-card__row {
  display: contents;
}

.chiba-treat-card__icon {
  grid-column: 1;
  grid-row: 1/span 2;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: calc(var(--treat-scale) * 64 / 1080);
}

.chiba-treat-card__icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.chiba-treat-card__catch {
  grid-column: 2;
  grid-row: 1;
  -ms-flex-item-align: end;
      align-self: end;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--treat-scale) * 13 / 1080);
  font-size: max(0.75rem, var(--treat-scale) * 13 / 1080);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.chiba-treat-card__name {
  grid-column: 2;
  grid-row: 2;
  -ms-flex-item-align: start;
      align-self: start;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--treat-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--treat-scale) * 18 / 1080);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.chiba-treat-card__line {
  display: block;
  width: calc(var(--treat-scale) * 315 / 1080);
  height: 1px;
  margin-inline: auto;
  background: #fff;
}

.chiba-treat-card__body {
  /* 区切り線は head の直後に置く（Figmaどおり）。
     カード間の高さの余りは、線から下ではなくこの下段の中で吸収する */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--treat-scale) * 10 / 1080);
  padding: 0 calc(var(--treat-scale) * 16 / 1080) calc(var(--treat-scale) * 16 / 1080);
}

.chiba-treat-card__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* Figma の説明欄は2行ぶん(40px)の固定枠 */
  min-height: calc(var(--treat-scale) * 40 / 1080);
  font-size: max(12px, var(--treat-scale) * 12 / 1080);
  font-size: max(0.75rem, var(--treat-scale) * 12 / 1080);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
}

.chiba-treat-card__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--treat-scale) * 24 / 1080);
  height: calc(var(--treat-scale) * 24 / 1080);
  border-radius: 50%;
  background: #887e87;
}

.chiba-treat-card__arrow img {
  display: block;
  width: calc(var(--treat-scale) * 13 / 1080);
  height: auto;
}

/* --------------------------------------------
   SP: 2列。キャッチが上、その下に「アイコン＋施術名」
   -------------------------------------------- */
@media screen and (max-width:767px) {
  .chiba-treat {
    padding: 3.75rem 0;
  }
  .chiba-treat__inner {
    width: auto;
    margin-inline: 4.8%;
  }
  .chiba-treat__lead {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
  .chiba-treat__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .chiba-treat-card {
    gap: 0.375rem;
  }
  .chiba-treat-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
    /* PC同様、全カードで同じ高さにする。
       キャッチ14 + gap6 + アイコン行48 + 上下padding10 = 78 */
    min-height: 4.875rem;
    padding: 0.5rem 0.5rem 0.125rem;
  }
  .chiba-treat-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    width: 100%;
  }
  .chiba-treat-card__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3rem;
  }
  .chiba-treat-card__catch {
    /* PC は grid の align-self:end（＝縦位置）。SPは flex 縦積みなので
       同じ指定が「右寄せ」になってしまう。左端揃えに戻す */
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 0.625rem;
  }
  .chiba-treat-card__name {
    /* flexアイテムの既定 min-width:auto は min-content 幅で止まる。
       長い施術名（バセドウ病眼症・甲状腺眼症 等）でカードが横に膨らまないよう 0 にする */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .chiba-treat-card__line {
    /* 🔴 固定150pxにするとカード幅を下回れず、320pxで画面幅を超える。
       Figma SP のカード166に対する比率（150/166）で持つ */
    width: 90.4%;
  }
  .chiba-treat-card__body {
    /* SPは縦積み。説明文は線の直下に置き、余りは説明文と矢印の間に入れて
       矢印だけを下端へ落とす（説明文の行数が違っても線の位置が揃う） */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
    padding: 0 0.5rem 0.5rem;
  }
  .chiba-treat-card__desc {
    width: 100%;
    min-height: 2.125rem;
    font-size: 0.625rem;
    line-height: 1.7;
  }
  .chiba-treat-card__arrow {
    width: 1.25rem;
    height: 1.25rem;
  }
  .chiba-treat-card__arrow img {
    width: 0.5625rem;
  }
}
/* ============================================
   SEC-12 Doctor Profile ドクター紹介
   ============================================ */
.chiba-doctor {
  --doctor-scale: min(67.5rem, calc(100vw - 2.5rem));
  position: relative;
  overflow: hidden;
  /* Figma: 石田 上80（見出し帯の上端まで）／下40（Openボタンの下端から） */
  padding: calc(var(--doctor-scale) * 80 / 1080) 0 calc(var(--doctor-scale) * 40 / 1080);
  background: url(../img/chiba-doctor-bg.webp) center top/cover no-repeat;
  color: #432540;
}

.chiba-doctor--rev {
  /* Figma: 鹿嶋 上67（見出し列の上端まで）／下60（CTAの下端から） */
  padding-top: calc(var(--doctor-scale) * 67 / 1080);
  padding-bottom: calc(var(--doctor-scale) * 60 / 1080);
  background-image: url(../img/chiba-doctor-bg2.webp);
}

.chiba-doctor__inner {
  width: var(--doctor-scale);
  margin-inline: auto;
}

.chiba-doctor__main {
  position: relative;
  /* Figma: テキスト列530 ｜ 余白125 ｜ 写真424 ＝ 1079。見出しの上は 見出し帯から40px。
     min-height はFigmaのテキスト列の高さ。書体が代替フォントに落ちて列が縮むと
     写真の下にはみ出すバッジ（紫の丸）が本文に被るため、下限として持たせる */
  min-height: calc(var(--doctor-scale) * 596 / 1080);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(var(--doctor-scale) * 125 / 1080);
  margin-top: calc(var(--doctor-scale) * 40 / 1080);
}

.chiba-doctor--rev .chiba-doctor__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: calc(var(--doctor-scale) * 639 / 1080);
  margin-top: 0;
}

/* Figma 560:2670 y16561 / 写真 y16609 … 鹿嶋だけ見出し列が48px上から始まる */
.chiba-doctor--rev .chiba-doctor__figure {
  margin-top: calc(var(--doctor-scale) * 48 / 1080);
}

.chiba-doctor__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--doctor-scale) * 530 / 1080);
          flex: 0 0 calc(var(--doctor-scale) * 530 / 1080);
  min-width: 0;
}

.chiba-doctor__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* Figma 石田 x285..533 / 鹿嶋 x868..1044 … どちらも530幅の列内で中央。列間は40px。
     🔴 箱を列幅いっぱいにすると row-reverse で中身が右端に寄る。width:max-content にして箱ごと中央へ */
  gap: calc(var(--doctor-scale) * 40 / 1080);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--doctor-scale) * 32 / 1080);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.24;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.chiba-doctor__lead > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.chiba-doctor__lead--rev {
  margin-inline: auto;
}

/* Figma 560:2674 … 罫線の上端がcol1から10px下。本文(45)はその下に続く */
.chiba-doctor__lead--rev > span:nth-child(2) {
  padding-top: calc(var(--doctor-scale) * 10 / 1080);
}

.chiba-doctor__lead--rev > span:nth-child(3) {
  padding-top: calc(var(--doctor-scale) * 87 / 1080);
}

.chiba-doctor__lead-bar {
  display: inline-block;
  width: 1px;
  height: calc(var(--doctor-scale) * 26 / 1080);
  background: #432540;
}

.chiba-doctor__lead-bar:first-child {
  margin-bottom: calc(var(--doctor-scale) * 9 / 1080);
}

.chiba-doctor__lead-bar:last-child {
  margin-top: calc(var(--doctor-scale) * 9 / 1080);
}

.chiba-doctor__figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--doctor-scale) * 424 / 1080);
          flex: 0 0 calc(var(--doctor-scale) * 424 / 1080);
}

/* 医師の背景のあしらい（Figma 560:1087 / 560:2662）。
   写真とは別レイヤーで、**乗算（mix-blend-multiply）**で敷く。
   Figmaでは 486×424 の角丸長方形を -90° 回転したもの＝
   上側だけが大きく丸いアーチ。%指定にしてSPでも同じ形で縮むようにしている */
.chiba-doctor__figure-bg {
  position: absolute;
  top: calc(var(--doctor-scale) * 69 / 1080);
  left: 0;
  display: block;
  width: 100%;
  height: calc(var(--doctor-scale) * 486 / 1080);
  /* 先方支給のSVG（Rectangle 1842／424×486）をそのまま敷く。
     border-radius による近似はドームの形が完全には一致しないため使わない。
     background-size: 100% 100% ＝ 枠に合わせて伸縮（SPは234×304で使う） */
  background: url("../img/chiba-doctor-arch.svg") no-repeat center/100% 100%;
  mix-blend-mode: multiply;
}

/* 写真はあしらいより内側（Figma 石田 395/424・鹿嶋 405/424） */
.chiba-doctor__figure-photo {
  position: relative;
  display: block;
  width: 93.16%;
  margin-left: 3.54%;
}

.chiba-doctor--rev .chiba-doctor__figure-photo {
  width: 95.52%;
  margin-left: 2.83%;
}

.chiba-doctor__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.chiba-doctor__badge {
  position: absolute;
  left: calc(var(--doctor-scale) * -72 / 1080);
  bottom: calc(var(--doctor-scale) * -67 / 1080);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--doctor-scale) * 248 / 1080);
  height: calc(var(--doctor-scale) * 248 / 1080);
  padding: calc(var(--doctor-scale) * 24 / 1080);
  border-radius: 50%;
  background: rgba(165, 20, 95, .7);
  color: #fff;
  text-align: center;
}

.chiba-doctor--rev .chiba-doctor__badge {
  right: calc(var(--doctor-scale) * -72 / 1080);
  left: auto;
  bottom: calc(var(--doctor-scale) * -40 / 1080);
}

/* バッジの肩書はPCとSPで改行位置が違う（Figma 石田PC1行/SP2行・鹿嶋PC2行/SP3行）。
   自然折り返しに任せると「クリニック千／葉 院長」のように語中で割れる */
.chiba-doctor__badge-br--sp {
  display: none;
}

.chiba-doctor__badge-role {
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--doctor-scale) * 11 / 1080);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.chiba-doctor__badge-name {
  margin: calc(var(--doctor-scale) * 4 / 1080) 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--doctor-scale) * 40 / 1080);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.chiba-doctor__badge-en {
  text-transform: uppercase;
  margin: 0;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-size: calc(var(--doctor-scale) * 16 / 1080);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* Figmaの本文は「連続した行」。段落ごとに余白を空けると無駄な行間になる。
   空行があるのは --gap を付けた段落の前だけ */
.chiba-doctor__body p {
  margin: 0;
}

.chiba-doctor__body p.chiba-doctor__p--gap {
  margin-top: 1.7em;
}

.chiba-doctor__body {
  /* Figma: 幅530の本文の下端→全幅本文 40px */
  width: 100%;
  margin: calc(var(--doctor-scale) * 40 / 1080) 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--doctor-scale) * 15 / 1080);
  font-size: max(0.75rem, var(--doctor-scale) * 15 / 1080);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.chiba-doctor__body--narrow {
  /* Figma: 縦書き見出しの下端→本文 40px */
  margin-top: calc(var(--doctor-scale) * 40 / 1080);
  width: calc(var(--doctor-scale) * 530 / 1080);
  margin-top: calc(var(--doctor-scale) * 40 / 1080);
}

.chiba-doctor__body p {
  margin: 0;
}

/* Figma: 本文の下端→白カード 石田46 / 鹿嶋92 */
.chiba-doctor__card-wrap {
  position: relative;
  margin-top: calc(var(--doctor-scale) * 46 / 1080);
  padding-bottom: calc(var(--doctor-scale) * 18 / 1080);
}

.chiba-doctor--rev .chiba-doctor__card-wrap {
  margin-top: calc(var(--doctor-scale) * 92 / 1080);
}

.chiba-doctor__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--doctor-scale) * 40 / 1080);
  padding: calc(var(--doctor-scale) * 40 / 1080) calc(var(--doctor-scale) * 120 / 1080) calc(var(--doctor-scale) * 70 / 1080);
  background: #fff;
}

.chiba-doctor__card--wide-gap {
  gap: calc(var(--doctor-scale) * 60 / 1080);
  /* Figma 560:1438（閉）… カード高575 − 最終ブロック下端535 = 40。
     560:1055（開）も 1260 − 1220 = 40 で同値。70では下が空きすぎる（先方指摘 2026-08-15）。
     「もっと見る」は wrap 側に絶対配置なので、この余白には含めない。 */
  padding-bottom: calc(var(--doctor-scale) * 40 / 1080);
}

.chiba-doctor__block {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, var(--doctor-scale) * 14 / 1080);
  font-size: max(0.75rem, var(--doctor-scale) * 14 / 1080);
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.chiba-doctor__sub {
  margin: 0 0 calc(var(--doctor-scale) * 18 / 1080);
  padding-bottom: calc(var(--doctor-scale) * 2 / 1080);
  border-bottom: 1px solid #c9c4c9;
  color: #887e87;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--doctor-scale) * 24 / 1080);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}

.chiba-doctor__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--doctor-scale) * 6 / 1080);
  margin: 0;
}

.chiba-doctor__row,
.chiba-doctor__activity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--doctor-scale) * 29 / 1080);
  color: #432540;
}

.chiba-doctor__row dt,
.chiba-doctor__activity-year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--doctor-scale) * 118 / 1080);
          flex: 0 0 calc(var(--doctor-scale) * 118 / 1080);
  font-weight: 700;
  white-space: nowrap;
}

.chiba-doctor__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.chiba-doctor__plain {
  margin: 0;
  color: #432540;
}

.chiba-doctor__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.chiba-doctor__papers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--doctor-scale) * 6 / 1080);
  margin: 0;
  padding-left: 1.6em;
  color: #432540;
}

.chiba-doctor__papers li::marker {
  font-weight: 700;
}

.chiba-doctor__activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--doctor-scale) * 8 / 1080);
}

.chiba-doctor__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 1.4em;
}

.chiba-doctor__detail {
  position: relative;
  overflow: hidden;
  /* Figma PC（鹿嶋 560:1439）の閉じた状態は「2009年まで」でスパッと切れている。
     中途半端に覗かせるとFigmaに無い行が見えてしまうので 0 にする */
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.chiba-doctor__detail::after {
  /* Figmaにフェードは無い。閉じている時は高さ0なので出番も無いが、
     将来 max-height を持たせた時のために残す（既定は非表示） */
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(var(--doctor-scale) * 70 / 1080);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-doctor__detail.is-open {
  max-height: 2200px;
  max-height: 137.5rem;
}

.chiba-doctor__detail.is-open::after {
  opacity: 0;
}

.chiba-doctor__detail > .chiba-doctor__block + .chiba-doctor__block,
.chiba-doctor__detail > .chiba-doctor__activity-row + .chiba-doctor__activity-row {
  margin-top: calc(var(--doctor-scale) * 40 / 1080);
}

.chiba-doctor__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chiba-doctor__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  min-width: 105px;
  min-width: 6.5625rem;
  padding: 8px 8px 8px 20px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  border: 1px solid #c9c4c9;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
  background: #fff;
  color: #432540;
  font-family: "Taviraj", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
}

.chiba-doctor__more-icon {
  position: relative;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.chiba-doctor__more-icon::before,
.chiba-doctor__more-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  width: 0.875rem;
  height: 1.5px;
  background: #432540;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.chiba-doctor__more-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.chiba-doctor__more-btn.is-open .chiba-doctor__more-icon::after {
  opacity: 0;
}

.chiba-doctor__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--doctor-scale) * 40 / 1080);
}

.chiba-doctor__cta a {
  /* Figma 560:2680 … 白面＋2pxの#BBB2BB枠・角丸8・影0 0 16px */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--doctor-scale) * 4 / 1080);
  width: calc(var(--doctor-scale) * 346 / 1080);
  min-height: calc(var(--doctor-scale) * 84 / 1080);
  padding: calc(var(--doctor-scale) * 26 / 1080) calc(var(--doctor-scale) * 20 / 1080);
  /* 🔴 角丸の白面の「さらに背景」に、角丸なしの色面が敷かれている（Figma 560:2680）。
     角の外側に #BBB2BB が覗くのが正。要素自体を色面にし、白面は ::before で作る。
     （::before に z-index:-1 は使わない。祖先の背景の裏に沈む） */
  position: relative;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
  background: #bbb2bb;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: max(12px, var(--doctor-scale) * 18 / 1080);
  font-size: max(0.75rem, var(--doctor-scale) * 18 / 1080);
  letter-spacing: 0.056em;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-doctor__cta a::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #bbb2bb;
  border-radius: 0.5rem;
  background: #fff;
}

.chiba-doctor__cta-label,
.chiba-doctor__cta-icon {
  position: relative;
}

.chiba-doctor__cta a:hover,
.chiba-doctor__cta a:focus-visible {
  opacity: 0.7;
}

.chiba-doctor__cta-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.chiba-doctor__cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--doctor-scale) * 24 / 1080);
  height: calc(var(--doctor-scale) * 24 / 1080);
  border-radius: 50%;
  background: #a599a4;
}

.chiba-doctor__cta-icon img {
  display: block;
  width: calc(var(--doctor-scale) * 13 / 1080);
  height: auto;
}

@media screen and (max-width:767px) {
  .chiba-doctor {
    /* 🔴 375px相当の1px。375px以上は等倍、それ未満は画面幅に比例。
       固定pxのままだと 写真234＋バッジのはみ出し98 で320pxを超える */
    --doc-sp: min(1px, 0.26667vw);
    --doctor-scale: calc(100vw - 2.1875rem);
    /* Figma: 石田 上48（見出し帯まで）／下20（Openボタンの下端から） */
    padding: calc(48 * var(--doc-sp)) 0 calc(20 * var(--doc-sp));
    background-image: url(../img/chiba-doctor-bg-sp.webp);
  }
  .chiba-doctor--rev {
    /* Figma: 鹿嶋 上40（見出し列まで）／下34（CTAの下端から） */
    padding-top: calc(40 * var(--doc-sp));
    padding-bottom: calc(34 * var(--doc-sp));
    background-image: url(../img/chiba-doctor-bg2-sp.webp);
  }
  /* SPは「縦書き見出し」と「写真」を重ねる。
     absolute だと基準要素を取り違えて飛ぶので、grid の同一セルに置いて重ねる。
     🔴 grid の子は既定で stretch するため justify-self / align-self を必ず付ける */
  .chiba-doctor__main,
  .chiba-doctor--rev .chiba-doctor__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    margin-top: calc(30 * var(--doc-sp));
  }
  /* 鹿嶋はセクション先頭が見出し列そのもの（見出し帯が無い） */
  .chiba-doctor--rev .chiba-doctor__main {
    margin-top: 0;
  }
  .chiba-doctor__col {
    display: contents;
  }
  .chiba-doctor__lead,
  .chiba-doctor__lead--rev {
    position: static;
    grid-area: 1/1;
    justify-self: start;
    -ms-flex-item-align: start;
        align-self: start;
    z-index: 2;
    /* Figma 560:7699 … 列間14px・内側左端から13px */
    gap: calc(14 * var(--doc-sp));
    margin: 0 0 0 calc(13 * var(--doc-sp));
    padding: 0;
    font-size: 1.25rem;
  }
  /* 鹿嶋は見出しが右・写真が左（Figma 560:7742 … 内側右端から9px） */
  .chiba-doctor--rev .chiba-doctor__lead {
    justify-self: end;
    margin: 0 calc(9 * var(--doc-sp)) 0 0;
  }
  /* Figma SP 560:7745 … 罫線の上端がcol1から4px下。本文はその下に続く */
  .chiba-doctor__lead--rev > span:nth-child(2) {
    padding-top: calc(4 * var(--doc-sp));
  }
  .chiba-doctor__lead--rev > span:nth-child(3) {
    padding-top: calc(26 * var(--doc-sp));
  }
  .chiba-doctor__lead-bar {
    height: 1rem;
    margin-block: 0.3125rem;
  }
  /* Figma 560:7707 … 写真は幅234px・見出しより100px下から始まる */
  .chiba-doctor__figure,
  .chiba-doctor--rev .chiba-doctor__figure {
    grid-area: 1/1;
    justify-self: end;
    -ms-flex-item-align: start;
        align-self: start;
    /* Figma 560:7707 … 幅234px・見出しより100px下。
       バッジが下に27pxはみ出すので、その分を下余白として流れに載せる */
    width: calc(234 * var(--doc-sp));
    margin: calc(100 * var(--doc-sp)) 0 calc(27 * var(--doc-sp));
  }
  .chiba-doctor--rev .chiba-doctor__figure {
    justify-self: start;
  }
  .chiba-doctor__badge,
  .chiba-doctor--rev .chiba-doctor__badge {
    width: calc(184 * var(--doc-sp));
    height: calc(184 * var(--doc-sp));
    padding: calc(18 * var(--doc-sp));
  }
  /* Figma 560:7714 … 写真枠(234)に対し 左 -41.8% / 下 -11.5% */
  /* SPの写真はFigma 560:7709 … 写真枠233に対し幅223.8・左端0（PCの内側寄せは効かせない） */
  .chiba-doctor__figure-photo,
  .chiba-doctor--rev .chiba-doctor__figure-photo {
    width: 96%;
    margin-left: 0;
  }
  /* 🔴 あしらいはPCの --doctor-scale 基準のままだと高さ153pxに潰れる。
     SPは写真枠(234)基準の --doc-sp で持つ（Figma 560:7708 … 233×304・上端+24） */
  .chiba-doctor__figure-bg {
    top: calc(24 * var(--doc-sp));
    height: calc(304 * var(--doc-sp));
  }
  .chiba-doctor__lead-bar:first-child {
    margin-bottom: calc(9 * var(--doc-sp));
  }
  .chiba-doctor__lead-bar:last-child {
    margin-top: calc(9 * var(--doc-sp));
  }
  .chiba-doctor__badge-br--sp {
    display: inline;
  }
  .chiba-doctor__badge-br--pc {
    display: none;
  }
  /* 🔴 bottom の % は「高さ」基準で解決されるため使わない（幅基準のつもりでズレる）。
     Figma 560:7714 … 写真枠(234×330)に対し 左 -98 / 下 -27 */
  .chiba-doctor__badge {
    left: calc(-98 * var(--doc-sp));
    right: auto;
    bottom: calc(-27 * var(--doc-sp));
  }
  /* 鹿嶋は写真の右下（Figma 560:7757） */
  .chiba-doctor--rev .chiba-doctor__badge {
    left: auto;
    right: calc(-98 * var(--doc-sp));
    bottom: calc(-27 * var(--doc-sp));
  }
  .chiba-doctor__badge-role {
    font-size: 0.625rem;
  }
  .chiba-doctor__badge-name {
    margin-top: 0.125rem;
    font-size: 1.625rem;
  }
  .chiba-doctor__badge-en {
    text-transform: uppercase;
    font-size: 0.75rem;
  }
  .chiba-doctor__body,
  .chiba-doctor__body--narrow,
  .chiba-doctor--rev .chiba-doctor__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
  .chiba-doctor__body + .chiba-doctor__body {
    margin-top: 0;
  }
  .chiba-doctor__main + .chiba-doctor__body {
    margin-top: 0;
  }
  .chiba-doctor__card-wrap,
  .chiba-doctor--rev .chiba-doctor__card-wrap {
    margin-top: 2.125rem;
    padding-bottom: 1.5rem;
  }
  .chiba-doctor__card,
  .chiba-doctor__card--wide-gap {
    gap: 1.75rem;
    padding: 1.25rem 1.25rem 3.5rem;
  }
  .chiba-doctor__block {
    font-size: 0.8125rem;
  }
  .chiba-doctor__sub {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
  .chiba-doctor__history {
    gap: 0.375rem;
  }
  .chiba-doctor__row,
  .chiba-doctor__activity-row {
    gap: 0.25rem;
  }
  .chiba-doctor__row dt,
  .chiba-doctor__activity-year {
    -ms-flex-preferred-size: 5.6875rem;
        flex-basis: 5.6875rem;
  }
  /* 🔴 SPはFigmaどおり「カードを固定高で切る」見切れ方（節単位で隠すのではない）。
     Figma 560:7721 / 560:7765 … カード高662px。中身は途中で切れ、Openボタンが下端に重なる */
  .chiba-doctor__card {
    overflow: hidden;
    max-height: 41.375rem;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .chiba-doctor__card.is-open {
    max-height: 375rem;
  }
  /* SPはカード側で切るので、折りたたみ部そのものは高さを抑えない（中身が見切れて見える） */
  .chiba-doctor__detail {
    overflow: visible;
    max-height: none;
  }
  .chiba-doctor__detail::after {
    display: none;
  }
  .chiba-doctor__detail > .chiba-doctor__block + .chiba-doctor__block,
  .chiba-doctor__detail > .chiba-doctor__activity-row + .chiba-doctor__activity-row {
    margin-top: 1.75rem;
  }
  .chiba-doctor__body--narrow {
    margin-top: 1.25rem;
  }
  .chiba-doctor__card-wrap,
  .chiba-doctor--rev .chiba-doctor__card-wrap {
    margin-top: 1.25rem;
  }
  .chiba-doctor__more-btn {
    min-width: 6.5625rem;
  }
  .chiba-doctor__cta {
    margin-top: 2.125rem;
  }
  .chiba-doctor__cta a {
    /* Figma 560:7741 … SPも346×84（PCと同寸）。画面幅340より広いので等比で縮める */
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(346 * var(--doc-sp));
    min-height: calc(84 * var(--doc-sp));
    padding: calc(26 * var(--doc-sp)) calc(20 * var(--doc-sp));
    font-size: max(0.875rem, 18 * var(--doc-sp));
  }
  .chiba-doctor__cta-icon {
    width: calc(24 * var(--doc-sp));
    height: calc(24 * var(--doc-sp));
  }
  .chiba-doctor__cta-icon img {
    width: 0.8125rem;
  }
}
/* ============================================
   SEC-13 FAQ よくあるご質問
   Figma: PC 647:3016 / SP 560:7860
   ============================================ */
.chiba-sec-head--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chiba-faq {
  --faq-scale: min(67.5rem, calc(100vw - 2.5rem));
  padding: 0;
  background-color: #f7f4f7;
  background-image: url(../img/chiba-dot-pattern.svg);
  background-repeat: repeat;
  background-size: 2.5rem 2.5rem;
}

.chiba-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: var(--faq-scale);
  margin-inline: auto;
}

.chiba-faq__head {
  margin-top: 80px;
  margin-top: 5rem;
}

.chiba-faq__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  gap: 1.5rem;
  width: 66.02%;
  padding: 80px 40px;
  padding: 5rem 2.5rem;
  background: #fff;
}

.chiba-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  gap: 0.375rem;
  width: 100%;
}

.chiba-faq__q {
  -ms-flex-item-align: end;
      align-self: flex-end;
  /* 狭いPC幅ではパネル内容幅で頭打ちにする（固定418のままだと溢れる） */
  width: min(418px, 100%);
  width: min(26.125rem, 100%);
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.chiba-faq__q-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  width: calc(100% - 0.69656rem);
  /* 尻尾は吹き出しの外側に出るので padding には含めない（Figma 20/16） */
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: #edebed;
}

.chiba-faq__q-body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 19.145px;
  width: 1.1965625rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/chiba-faq-tail-q.svg) center/contain no-repeat;
  -webkit-transform: translate(calc(100% - 0.5rem), -50%);
          transform: translate(calc(100% - 0.5rem), -50%);
}

.chiba-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.chiba-faq__toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  background: #a599a4;
}

.chiba-faq__toggle::before,
.chiba-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 1.5px;
  height: 0.09375rem;
  border-radius: 0.0625rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.chiba-faq__item.is-open .chiba-faq__toggle::after {
  opacity: 0;
}

.chiba-faq__a {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.chiba-faq__item.is-open .chiba-faq__a {
  max-height: 600px;
  max-height: 37.5rem;
}

.chiba-faq__a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  width: 100%;
}

.chiba-faq__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

.chiba-faq__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chiba-faq__a-text {
  position: relative;
  width: min(calc(var(--faq-scale) * 426 / 1080), 100%);
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: #f7f4f7;
  color: #432540;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.chiba-faq__a-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  width: 1.0625rem;
  height: 19.323px;
  height: 1.20771875rem;
  background: url(../img/chiba-faq-tail-a.svg) center/contain no-repeat;
  -webkit-transform: translate(calc(-100% + 0.5rem), -50%);
          transform: translate(calc(-100% + 0.5rem), -50%);
}

@media screen and (max-width:767px) {
  .chiba-faq {
    --faq-sp: min(1px, 0.26667vw);
    background: #fff;
  }
  .chiba-faq__inner {
    display: block;
    width: 100%;
    margin-inline: 0;
  }
  .chiba-faq__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(123 * var(--faq-sp));
    margin-top: 0;
    padding: calc(40 * var(--faq-sp)) calc(22 * var(--faq-sp)) 0;
    background-color: #f7f4f7;
    background-image: url(../img/chiba-dot-pattern.svg);
    background-repeat: repeat;
    background-size: calc(40 * var(--faq-sp)) calc(40 * var(--faq-sp));
  }
  .chiba-faq__panel {
    gap: 1rem;
    width: auto;
    margin: 1.25rem 1.125rem 0;
    padding: 0;
    background: transparent;
  }
  .chiba-faq__q {
    width: 100%;
    max-width: calc(290 * var(--faq-sp));
  }
  .chiba-faq__q-body {
    gap: calc(8 * var(--faq-sp));
    width: calc(100% - 11.145 * var(--faq-sp));
    padding: calc(12 * var(--faq-sp));
  }
  .chiba-faq__q-body::after {
    width: calc(19.145 * var(--faq-sp));
    height: calc(24 * var(--faq-sp));
    -webkit-transform: translate(calc(100% - 8 * var(--faq-sp)), -50%);
            transform: translate(calc(100% - 8 * var(--faq-sp)), -50%);
  }
  .chiba-faq__q-text {
    color: #37353f;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .chiba-faq__toggle {
    width: calc(20 * var(--faq-sp));
    height: calc(20 * var(--faq-sp));
  }
  .chiba-faq__toggle::before,
  .chiba-faq__toggle::after {
    width: calc(8 * var(--faq-sp));
    height: 0.09375rem;
  }
  .chiba-faq__a-inner {
    gap: calc(6 * var(--faq-sp));
  }
  .chiba-faq__avatar {
    width: calc(48 * var(--faq-sp));
    height: calc(48 * var(--faq-sp));
  }
  .chiba-faq__a-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 0;
    margin-left: calc(8 * var(--faq-sp));
    padding: calc(10 * var(--faq-sp));
    color: #37353f;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .chiba-faq__a-text::before {
    width: calc(17 * var(--faq-sp));
    height: calc(19.3235 * var(--faq-sp));
    -webkit-transform: translate(calc(-100% + 8 * var(--faq-sp)), -50%);
            transform: translate(calc(-100% + 8 * var(--faq-sp)), -50%);
  }
}
/* ============================================
   千葉院トップ Group（グループ医院紹介）
   ============================================ */
.chiba-group {
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .chiba-group {
    padding: 0 0 2.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .chiba-group {
    /* PC：左ベージュ（ビューポート左端〜画像カラム）— セクション全体の高さに適用 */
  }
  .chiba-group::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #edebed;
  }
  .chiba-group {
    /* PC：右白（情報カラム〜ビューポート右端） */
  }
  .chiba-group::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1222px) {
  .chiba-group::before {
    width: calc(59vw - 0.35rem);
  }
  .chiba-group::after {
    left: calc(59vw - 0.35rem);
  }
}
@media screen and (min-width: 1223px) {
  .chiba-group::before {
    width: calc(50vw - 611.5px + 45.09813rem);
  }
  .chiba-group::after {
    left: calc(50vw - 611.5px + 45.09813rem);
  }
}

.chiba-group__inner {
  position: relative;
  z-index: 1;
  max-width: 1223px;
  margin: 0 auto;
  padding: 0 20px;
}

.chiba-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .chiba-group__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chiba-group__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 59%;
          flex: 1 1 59%;
  max-width: 59%;
  min-width: 0;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .chiba-group__images {
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .chiba-group__images::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 80vw;
    background-color: #edebed;
  }
}

.chiba-group__head {
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .chiba-group__head {
    padding-right: 0;
    padding-top: 2.5rem;
  }
}

.chiba-group .chiba-sec-head__en {
  color: #432540;
}

.chiba-sec-head__ja--plain::before {
  display: none;
}

.chiba-group__intro {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 551px;
  max-width: 34.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #432540;
}

.chiba-group__image-wrap {
  position: relative;
  aspect-ratio: 785/574;
  margin-top: 30px;
  margin-top: 1.875rem;
  /* 画像を画面左端まで抜く（京都院本番と同値） */
  margin-left: calc(84% - 50vw);
}
@media screen and (max-width: 1000px) {
  .chiba-group__image-wrap {
    display: none;
  }
}

.chiba-group__image-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.chiba-group__image-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 785/574;
}

/* PC：画像の高さを抑え、上・右寄せで表示 */
@media screen and (min-width: 1001px) {
  .chiba-group__image-item img {
    max-height: 64svh;
    -o-object-position: top right;
       object-position: top right;
  }
}
.chiba-group__image-item.is-active {
  opacity: 1;
  visibility: visible;
}

.chiba-group__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 40px 20px 40px 40px;
  padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .chiba-group__list {
    padding: 0 0 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .chiba-group__nav {
    position: relative;
    margin: 0;
    padding: 1.25rem 0;
  }
  .chiba-group__nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: -1.25rem;
    left: calc(50% - 50vw);
    width: 80vw;
    background-color: #edebed;
  }
  .chiba-group__item-top-img {
    position: relative;
    z-index: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    aspect-ratio: 375/240;
    overflow: hidden;
  }
  .chiba-group__item-top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .chiba-group__item-body,
  .chiba-group__facilities {
    position: relative;
    z-index: 0;
    margin: 0 calc(50% - 50vw);
    padding: 1.25rem calc(50vw - 50%) 2rem;
  }
  .chiba-group__item-body::before,
  .chiba-group__facilities::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #ffffff;
  }
  .chiba-group__facilities {
    padding-top: 0;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
  }
}
/* SPのみ：提携施設一覧ボタン（Figma 560:7268）
   🔴 角丸の白面の「さらに背景」に角丸なしの色面が敷かれ、下に20px覗く構造。
   🔴 **レイアウト上の高さは白面と同じ64px**（Figmaのインスタンス自体が 300×64）。
   色面(300×84)は枠からはみ出して描かれるだけで、後続の要素を押し下げない。
   色面→白面→中身 の順に重ねる（::before に z-index:-1 は使わない。
   要素自身の背景に隠れて見えなくなるため）。 */
.chiba-group__facilities {
  display: none;
  margin: 20px 0;
  margin: 1.25rem 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .chiba-group__facilities {
    display: block;
    margin-bottom: 0;
  }
}

.chiba-group__facilities-btn {
  position: relative;
  display: inline-block;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  height: 64px;
  height: 4rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, .16));
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .16));
          filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .16));
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #432540;
  text-align: left;
  text-decoration: none;
}

/* 角丸なしの色面。白面と**同寸(64)**で重なり、白面の角丸が削れた四隅にだけ色が覗く。
   Figma上の矩形は84pxだがインスタンス(300×64)でクリップされており、
   実レンダリング(@4x)でも下にはみ出していないことを画素で確認済み。 */
.chiba-group__facilities-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  height: 4rem;
  background-color: #675b66;
}

/* 角丸の白面。ボタンの箱と同じ高さで、色面の上に重なる */
.chiba-group__facilities-face {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 64px;
  height: 4rem;
  border: 2px solid #675b66;
  border: 0.125rem solid #675b66;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.chiba-group__facilities-label {
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 20px;
  left: 1.25rem;
  width: 200px;
  width: 12.5rem;
}

.chiba-group__facilities-icon {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #a599a4;
}

.chiba-group__facilities-icon img {
  position: absolute;
  top: 8.67px;
  top: 0.541875rem;
  left: 7.83px;
  left: 0.489375rem;
  display: block;
  width: 10.83px;
  width: 0.676875rem;
  height: 6.25px;
  height: 0.390625rem;
}

.chiba-group__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .chiba-group__nav {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.chiba-group__nav-item {
  margin: 0;
  padding: 0;
}

.chiba-group__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 72px;
  width: 4.5rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: none;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.39px;
  letter-spacing: 0.024375rem;
  color: #432540;
  text-align: left;
  text-decoration: none;
}

.chiba-group__nav-label {
  text-decoration: underline;
  text-decoration-thickness: 1.5%;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.chiba-group__nav-btn img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.chiba-group__item-wrap {
  padding-top: 52px;
  padding-top: 3.25rem;
}
@media screen and (max-width: 1000px) {
  .chiba-group__item-wrap {
    padding-top: 0;
  }
}

.chiba-group__item-top-img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .chiba-group__item-top-img {
    display: block;
  }
}

.chiba-group__item {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  scroll-margin-top: 6.25rem;
}
.chiba-group__item:last-child {
  padding-bottom: 0;
}

.chiba-group__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.chiba-group__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #432540;
}

.chiba-group__en {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #432540;
}

.chiba-group__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.chiba-group__cname {
  margin: 0;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #432540;
}

.chiba-group__addr {
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #432540;
}

.chiba-group__rows {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.chiba-group__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #432540;
}
.chiba-group__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  width: 3.125rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #a5145f;
  padding-top: 1px;
  padding-top: 0.0625rem;
}
.chiba-group__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.chiba-group__tel {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Taviraj", serif;
}
.chiba-group__tel span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #432540;
}
.chiba-group__tel a {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #432540;
}

.chiba-group__link {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #432540;
}
.chiba-group__link img {
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

.chiba-group__map {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.chiba-group__map img {
  display: block;
  width: 243px;
  width: 15.1875rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .chiba-group__map img {
    margin: 0 auto;
  }
}

/* chiba-group 詳細情報（Figma 173:7331 準拠） */
.chiba-group__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.chiba-group__cname {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.chiba-group__addr {
  margin-top: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.chiba-group__rows {
  margin-top: 0;
  gap: 16px;
  gap: 1rem;
}

.chiba-group__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
}

.chiba-group__row--access {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.chiba-group__row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  width: 3.125rem;
  padding: 0 4px 1px;
  padding: 0 0.25rem 0.0625rem;
  background-color: #a5145f;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #ffffff;
  text-align: center;
}

.chiba-group__row--access dt {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 0;
}

.chiba-group__row--hours dt {
  width: auto;
  min-width: 50px;
  min-width: 3.125rem;
}

.chiba-group__row dd {
  margin: 0;
}

.chiba-group__tel {
  margin-top: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.chiba-group__tel span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
}

.chiba-group__tel a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.chiba-group__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 16px;
  gap: 1rem;
  line-height: 1.5;
}

.chiba-group__link img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

/* ============================================
   京都院トップ 院内CG画像帯 ＋ FAQ
   ============================================ */
.kyoto-cg-band {
  width: 100%;
  overflow: hidden;
}
.kyoto-cg-band img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1366/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .kyoto-cg-band img {
    aspect-ratio: 375/178;
  }
}

.kyoto-faq {
  background-color: #ffffff;
  padding: 90px 0 100px;
  padding: 5.625rem 0 6.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq {
    padding: 2.25rem 0 3.75rem;
  }
}

.kyoto-faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}

.kyoto-faq__head {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq__head {
    max-width: none;
  }
}

.kyoto-faq__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-faq__item {
  background-color: transparent;
}

.kyoto-faq__item[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  background-color: #f9f8f5;
}

.kyoto-faq__item + .kyoto-faq__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.kyoto-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  border-bottom: 1px solid #e9e7dd;
  cursor: pointer;
  list-style: none;
}
.kyoto-faq__q::-webkit-details-marker {
  display: none;
}

.kyoto-faq__item[open] .kyoto-faq__q {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.kyoto-faq__item:not([open]) .kyoto-faq__a {
  display: none;
}

.kyoto-faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Taviraj", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.52px;
  letter-spacing: 0.0325rem;
  color: #9f851b;
}

.kyoto-faq__mark--a {
  color: #7f3033;
}

.kyoto-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-faq__q-text {
    font-size: 1.0625rem;
  }
}

.kyoto-faq__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.kyoto-faq__toggle img {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-faq__item[open] .kyoto-faq__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kyoto-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  padding: 0 12px 12px;
  padding: 0 0.75rem 0.75rem;
}

.kyoto-faq__a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

/* ============================================
   京都院トップ Treatment（診療内容一覧）
   ============================================ */
.kyoto-treat {
  background-color: #f9f8f5;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-treat {
    padding: 3.5rem 0;
  }
}

.kyoto-treat__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.kyoto-treat__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-treat__lead {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.kyoto-treat__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 900px) {
  .kyoto-treat__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px) {
  .kyoto-treat__list {
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
}

/* ---- カード ---- */
.kyoto-treat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.kyoto-treat-card:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(159, 133, 27, .15);
          box-shadow: 0 0.5rem 1.5rem rgba(159, 133, 27, .15);
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
@media screen and (max-width:767px) {
  .kyoto-treat-card {
    gap: 0.5rem;
  }
  .kyoto-treat-card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

.kyoto-treat-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding: 16px;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.365%, #9f851b), color-stop(50.481%, #dac673), to(#dcba30));
  background: linear-gradient(to right, #9f851b 3.365%, #dac673 50.481%, #dcba30 100%);
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__head {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
    row-gap: 0.375rem;
    width: 100%;
    padding: 0.375rem 0.5rem;
  }
}

.kyoto-treat-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
.kyoto-treat-card__icon img {
  display: block;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__icon {
    grid-row: 2;
    grid-column: 1;
    width: 2.5rem;
    height: 2.5rem;
  }
  .kyoto-treat-card__icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.kyoto-treat-card__head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  min-width: 0;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__head-text {
    display: contents;
  }
}

.kyoto-treat-card__catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__catch {
    grid-row: 1;
    grid-column: 1/-1;
    justify-self: center;
    font-size: 0.625rem;
    white-space: nowrap;
  }
}

.kyoto-treat-card__name {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__name {
    grid-row: 2;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.kyoto-treat-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding: 16px 30px 30px;
  padding: 1rem 1.875rem 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__body {
    gap: 0.5rem;
    width: 100%;
    padding: 0 0.625rem 0.625rem;
  }
}

.kyoto-treat-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__desc {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}

.kyoto-treat-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}
.kyoto-treat-card__link img {
  width: 13px;
  width: 0.8125rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__link {
    gap: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
  }
  .kyoto-treat-card__link img {
    width: 0.676875rem;
    height: 0.416875rem;
  }
}

/* ============================================
   京都院トップ Doctor Profile（ドクター紹介）
   Figma node 2002:3890 / 2002:3891
   ============================================ */
.kyoto-doctor {
  position: relative;
  background-color: #f9f8f5;
  padding: 100px 0;
  padding: 6.25rem 0;
  z-index: 0;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor {
    padding: 2.5rem 0;
  }
}

.kyoto-doctor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image: url(../img/kyoto-doctor-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.kyoto-doctor__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- セクション見出し（Doctor Profile / ドクター紹介）Figma 173:7301 ---- */
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head {
    text-align: left;
  }
}

.kyoto-doctor .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  color: #9f851b;
}
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head__en {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-doctor .kyoto-sec-head__ja {
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head__ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}

.kyoto-doctor__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/* 1人目：テキスト 626px・写真との間を詰める（Figma 2003:3901） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__main {
  gap: 0;
}

.kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 626px;
          flex: 1 1 626px;
  -ms-flex: 1 1 39.125rem;
      flex: 1 1 39.125rem;
  max-width: 626px;
  max-width: 39.125rem;
  min-width: 0;
}

.kyoto-doctor__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  color: #242423;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__title {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-doctor__title-1,
.kyoto-doctor__title-2 {
  display: block;
}

.kyoto-doctor__title-2 {
  text-align: right;
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title-1 {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title-2 {
    text-align: right;
  }
}

.kyoto-doctor__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}
.kyoto-doctor__body p + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}

/* 1人目：見出し 624px / 下2段落 530px（バッジと被らない） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title {
  max-width: 624px;
  max-width: 39rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(-n+4) {
  max-width: 624px;
  max-width: 39rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(n+5) {
  max-width: 530px;
  max-width: 33.125rem;
}

@media screen and (max-width: 1000px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__main {
    gap: 2rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title,
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(-n+4),
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(n+5) {
    max-width: none;
  }
}
/* ---- 写真＋名前バッジ ---- */
/* Figma 外枠 504×611（写真 381×560 + バッジはみ出し余白） */
.kyoto-doctor__figure {
  position: relative;
  width: 100%;
  max-width: 504px;
  max-width: 31.5rem;
  min-width: 0;
  height: 611px;
  height: 38.1875rem;
  margin-left: 0;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__figure {
    max-width: 24.8125rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__figure {
    max-width: 16.25rem;
    height: 19.75rem;
  }
}

/* Figma: 373×486 wrapper 内に 486×373 pill を rotate(-90deg) — top 74px で頭部が pill 外に出る */
.kyoto-doctor__photo-bg {
  position: absolute;
  z-index: 0;
  top: 74px;
  top: 4.625rem;
  left: 4px;
  left: 0.25rem;
  width: 373px;
  width: 23.3125rem;
  height: 486px;
  height: 30.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.kyoto-doctor__photo-bg::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 486px;
  width: 30.375rem;
  height: 373px;
  height: 23.3125rem;
  background-color: #ded8bd;
  border-radius: 17.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* 1人目：写真を figure 右寄せ（バッジ左はみ出し用スペース確保） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
  left: auto;
  right: 4px;
  right: 0.25rem;
}

@media screen and (max-width: 1000px) {
  .kyoto-doctor__photo-bg {
    top: 3.625rem;
    left: 0.1875rem;
    width: 18.3125rem;
    height: 23.9375rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.1875rem;
  }
  .kyoto-doctor__photo-bg::before {
    width: 23.875rem;
    height: 18.125rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__photo-bg {
    top: 3rem;
    left: 0.125rem;
    width: 15.9375rem;
    height: 20.75rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.125rem;
  }
  .kyoto-doctor__photo-bg::before {
    width: 20.75rem;
    height: 15.9375rem;
  }
}
.kyoto-doctor__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 381px;
  width: 23.8125rem;
  height: 560px;
  height: 35rem;
  -webkit-mask-image: url(../img/kyoto-doctor-photo-mask.svg);
  mask-image: url(../img/kyoto-doctor-photo-mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__photo {
    width: 18.75rem;
    height: 27.5625rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__photo {
    width: 16.25rem;
    height: 23.875rem;
  }
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo {
  left: auto;
  right: 0;
}

.kyoto-doctor__photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.kyoto-doctor__badge {
  position: absolute;
  z-index: 2;
  left: 20px;
  left: 1.25rem;
  top: 363px;
  top: 22.6875rem;
  width: 248px;
  width: 15.5rem;
  height: 248px;
  height: 15.5rem;
  border-radius: 50%;
  background-color: rgba(126, 101, 0, .7);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge {
    left: -0.5rem;
    top: 17.8125rem;
    width: 12.5rem;
    height: 12.5rem;
    padding: 1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__badge {
    left: -0.375rem;
    top: 15.5rem;
  }
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__badge {
    left: 0;
  }
}

.kyoto-doctor__badge-role {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.44px;
  letter-spacing: 0.0275rem;
  text-align: left;
}

.kyoto-doctor__badge-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge-name {
    font-size: 2rem;
    letter-spacing: 0.15625rem;
  }
}

.kyoto-doctor__badge-en {
  font-family: "Baskervville SC", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge-en {
    font-size: 0.875rem;
  }
}

/* ---- 経歴・資格カード ---- */
.kyoto-doctor__card {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #ffffff;
  padding: 40px 120px;
  padding: 2.5rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__card {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}

.kyoto-doctor__sub {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #7e6500;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #7e6500;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__sub {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}

.kyoto-doctor__sub--light {
  border-bottom-color: #ded8bd;
}

.kyoto-doctor__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.kyoto-doctor__history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  gap: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  color: #242423;
}
.kyoto-doctor__history-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  width: 56px;
  width: 3.5rem;
}
.kyoto-doctor__history-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__history-row {
    gap: 0.875rem;
  }
}

.kyoto-doctor__quals {
  list-style: disc;
  padding-left: 21px;
  padding-left: 1.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kyoto-doctor__quals li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  color: #242423;
}

.kyoto-doctor__quals--inline {
  margin-bottom: 0;
}

/* ---- 2人目（鹿嶋・写真左）Figma 173:7154 / 173:7255 ---- */
.kyoto-doctor--rev {
  background-color: #f4ebde;
  padding: 100px 0;
  padding: 6.25rem 0;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev {
    padding: 1.25rem 0 2.5rem;
  }
}

.kyoto-doctor--rev::before {
  opacity: 0.6;
  background-image: url(../img/kyoto-doctor-rev-bg.webp);
  background-size: cover;
  background-position: center top;
}

.kyoto-doctor--rev .kyoto-doctor__main {
  margin-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

/* 写真幅 381px 基準（バッジは右にはみ出し）— テキストを写真直傍に */
.kyoto-doctor--rev .kyoto-doctor__figure {
  width: 100%;
  max-width: 381px;
  max-width: 23.8125rem;
  min-width: 0;
  height: 611px;
  height: 38.1875rem;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__figure {
    max-width: 18.75rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor--rev .kyoto-doctor__figure {
    max-width: 21.25rem;
    height: 26.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.kyoto-doctor--rev .kyoto-doctor__photo {
  left: 0;
  right: auto;
}

.kyoto-doctor--rev .kyoto-doctor__photo-bg {
  top: 74px;
  top: 4.625rem;
  left: 0;
  right: auto;
}

.kyoto-doctor--rev .kyoto-doctor__photo-bg::before {
  background-color: #f9f8f5;
}

.kyoto-doctor--rev .kyoto-doctor__photo img {
  width: 438px;
  width: 27.375rem;
  height: 596px;
  height: 37.25rem;
  left: -41px;
  left: -2.5625rem;
  top: -12px;
  top: -0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__photo img {
    width: 21.5625rem;
    height: 29.375rem;
    left: -2rem;
    top: -0.5625rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__badge {
  left: 249px;
  left: 15.5625rem;
  top: 363px;
  top: 22.6875rem;
  right: auto;
  background-color: rgba(90, 58, 10, .7);
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__badge {
    left: 6.25rem;
    top: 17.8125rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__badge-role {
  max-width: 192px;
  max-width: 12rem;
}

.kyoto-doctor--rev .kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 676px;
  max-width: 42.25rem;
  padding-top: 110px;
  padding-top: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  gap: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__text {
    max-width: none;
    padding-top: 0;
    gap: 1.5rem;
  }
}

.kyoto-doctor__title--rev {
  text-align: left;
  width: 100%;
  max-width: 676px;
  max-width: 42.25rem;
  margin-bottom: 0;
}

.kyoto-doctor--rev .kyoto-doctor__title-2 {
  text-align: left;
  white-space: nowrap;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__title-2 {
    white-space: normal;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-doctor__body--rev {
  width: 100%;
  max-width: 534px;
  max-width: 33.375rem;
  margin-left: auto;
  margin-right: 0;
}
.kyoto-doctor__body--rev p + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__body--rev {
    max-width: none;
    margin-left: 0;
  }
}

.kyoto-doctor--rev .kyoto-doctor__card {
  max-width: 1078px;
  max-width: 67.375rem;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  padding: 2.5rem 7.5rem;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    padding: 1.25rem;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__history-row dt {
  width: 80px;
  width: 5rem;
}

.kyoto-doctor--rev .kyoto-doctor__history-row--lg {
  gap: 60px;
  gap: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor--rev .kyoto-doctor__history-row--lg dt {
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor--rev .kyoto-doctor__history-row--lg dd {
  max-width: 569px;
  max-width: 35.5625rem;
}

.kyoto-doctor--rev .kyoto-doctor__more {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kyoto-doctor--rev .kyoto-doctor__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  padding: 8px 8px 8px 20px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #ded8bd;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  font-family: "Taviraj", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-doctor--rev .kyoto-doctor__more-btn:hover {
    opacity: 0.7;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more-icon {
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::before, .kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #242423;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::before {
  width: 12px;
  width: 0.75rem;
  height: 1.5px;
  height: 0.09375rem;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  width: 1.5px;
  width: 0.09375rem;
  height: 12px;
  height: 0.75rem;
}

/* ============================================
   SP（スマホ）写真合成 Figma 2020:3889 / 2021:3925
   医師1: 見出し直下に写真（右）＋バッジ（左）／医師2: 写真（左）＋バッジ（右）
   ============================================ */
@media screen and (max-width:767px) {
  /* 写真ブロックを全幅・縦サイズを Figma 比率に統一 */
  .kyoto-doctor__figure,
  .kyoto-doctor--rev .kyoto-doctor__figure {
    width: 100%;
    max-width: 21.25rem;
    height: 26.9375rem;
    margin: 0 auto;
    overflow: visible;
  }
  .kyoto-doctor__photo {
    width: 17.0625rem;
    height: 25.125rem;
    top: 0;
  }
  .kyoto-doctor__photo img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  /* 楕円ピル（回転）— 下端を photo（402px）に合わせる Figma 2021:3925 */
  .kyoto-doctor__photo-bg {
    top: 3.3125rem;
    width: 16.75rem;
    height: 21.8125rem;
  }
  .kyoto-doctor__badge {
    width: 11.5rem;
    height: 11.5rem;
    top: 15.4375rem;
    padding: 3rem 2rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .kyoto-doctor__badge-role,
  .kyoto-doctor--rev .kyoto-doctor__badge-role {
    max-width: 7.5rem;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    text-align: left;
    white-space: normal;
  }
  .kyoto-doctor__badge-name {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.13rem;
    margin-top: 0.25rem;
    text-align: left;
    white-space: nowrap;
  }
  .kyoto-doctor__badge-en {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.025rem;
    margin-top: 0.125rem;
    text-align: left;
    white-space: nowrap;
  }
  /* バッジ（直径184・Figma 173:9298 / 173:9421） */
  .kyoto-doctor__photo-bg::before {
    width: 21.8125rem;
    height: 16.75rem;
  }
  /* --- 医師1（藤本・写真右／バッジ左）写真を見出し直後へ --- */
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0.5rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo {
    left: auto;
    right: 0;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.125rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__badge {
    left: 0;
    right: auto;
  }
  /* --- 医師2（鹿嶋・写真左／バッジ右） --- */
  .kyoto-doctor--rev .kyoto-doctor__photo {
    left: 0;
    right: auto;
    top: 20px;
  }
  .kyoto-doctor--rev .kyoto-doctor__photo-bg {
    left: 0;
    right: auto;
  }
  .kyoto-doctor--rev .kyoto-doctor__photo img {
    width: 19.625rem;
    height: 26.75rem;
    left: -1.8125rem;
    top: -0.25rem;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .kyoto-doctor--rev .kyoto-doctor__badge {
    left: 9.75rem;
    right: auto;
    top: 15.4375rem;
  }
}
/* kyoto-doctor__card 追加スタイル Figma 173:7272 / 2048:1735 */
.kyoto-doctor__card-wrap {
  position: relative;
  max-width: 1078px;
  max-width: 67.375rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__card-wrap {
    margin-top: 2rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__card-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card-wrap {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}

.kyoto-doctor__card {
  margin-top: 0;
}

.kyoto-doctor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  width: 100%;
}

.kyoto-doctor__sub {
  margin-bottom: 0;
}

.kyoto-doctor__history {
  gap: 0;
}

.kyoto-doctor__history-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kyoto-doctor__history-row dt {
  width: 80px;
  width: 5rem;
}
.kyoto-doctor__history-row dd {
  max-width: 622px;
  max-width: 38.875rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__history-row dt {
  width: 56px;
  width: 3.5rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__history-row dd {
  max-width: none;
}

.kyoto-doctor__link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.kyoto-doctor__quals {
  margin-bottom: 0;
}

.kyoto-doctor__activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}

.kyoto-doctor__activity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__activity-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.kyoto-doctor__activity-year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__activity-year {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}

.kyoto-doctor__activity-row .kyoto-doctor__quals {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 569px;
  max-width: 35.5625rem;
}

.kyoto-doctor--rev .kyoto-doctor__detail-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.kyoto-doctor--rev .kyoto-doctor__detail-body.is-open {
  max-height: 4000px;
  max-height: 250rem;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.kyoto-doctor__demo-notice {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d0c289;
  border-radius: 0.25rem;
  background-color: rgba(208, 194, 137, .12);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.52px;
  letter-spacing: 0.0325rem;
  color: #8a7a3a;
}

.kyoto-doctor--rev .kyoto-doctor__card {
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    gap: 1.25rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width:767px) {
  .kyoto-doctor--rev .kyoto-doctor__more {
    bottom: -4px;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more-btn {
  font-weight: 300;
  line-height: 1;
  color: #242423;
}
.kyoto-doctor--rev .kyoto-doctor__more-btn .btn-label {
  line-height: 1;
  color: #242423;
}

.kyoto-doctor--rev .kyoto-doctor__more-btn.is-open .kyoto-doctor__more-icon::after {
  opacity: 0;
}

.kyoto-doctor--rev .kyoto-doctor__more-icon::before, .kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  background-color: #d0c289;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* ============================================
   千葉院フッター
   ============================================ */
.chiba-footer {
  position: relative;
  overflow: hidden;
  background-image: url(../img/chiba-footer-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #432540;
}

.chiba-footer__inner {
  max-width: 1318px;
  max-width: 82.375rem;
  margin: 0 auto;
  padding: 64px 0 24px;
  padding: 4rem 0 1.5rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__inner {
    width: 100%;
    padding: 2.5rem 1.09375rem 1.5rem;
  }
}

.chiba-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  gap: 1.875rem;
  max-width: 1080px;
  max-width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .chiba-footer__sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.chiba-footer__sitemap--sub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__sitemap--sub {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.chiba-footer__linked-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__linked-head {
    margin-bottom: 0;
  }
}

.chiba-footer__linked-head > .chiba-footer__col-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width:767px) {
  .chiba-footer__linked-head > .chiba-footer__col-head {
    padding: 1rem 0;
  }
}

.chiba-footer__linked-head > .chiba-footer__col-toggle {
  display: none;
}
@media screen and (max-width:767px) {
  .chiba-footer__linked-head > .chiba-footer__col-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.75rem;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__linked-head:has(.chiba-footer__col-toggle[aria-expanded=false]) + .chiba-footer__col-body {
    grid-template-rows: 0fr;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__linked-head:has(.chiba-footer__col-toggle[aria-expanded=true]) + .chiba-footer__col-body .chiba-footer__col-list {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__related {
    padding: 1rem 0;
  }
}

.chiba-footer__col {
  min-width: 0;
}
@media screen and (max-width:767px) {
  .chiba-footer__col {
    width: 100%;
    border-bottom: 1px solid rgba(201, 196, 201, .75);
  }
}

.chiba-footer__col--about,
.chiba-footer__col--misc {
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__col--about,
  .chiba-footer__col--misc {
    width: 100%;
  }
}

.chiba-footer__col--treat {
  width: 570px;
  width: 35.625rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__col--treat {
    width: 100%;
  }
}

.chiba-footer__section + .chiba-footer__section {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__section + .chiba-footer__section {
    margin-top: 0;
    border-top: 1px solid rgba(201, 196, 201, .75);
  }
}

.chiba-footer__col-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  color: #432540;
  text-decoration: none;
}

.chiba-footer__col-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.chiba-footer__col-mark::before {
  content: "";
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background-color: #a5145f;
}

.chiba-footer__col-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.chiba-footer__col-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
}
@media screen and (max-width:767px) {
  .chiba-footer__col-toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1rem 0;
    cursor: pointer;
  }
}

.chiba-footer__toggle-icon {
  display: none;
}
@media screen and (max-width:767px) {
  .chiba-footer__toggle-icon {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    background: url(../img/chiba-icon-chevron-right.svg) center/0.3125rem 0.5rem no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__col-toggle[aria-expanded=true] .chiba-footer__toggle-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__section--symptoms {
    padding: 1rem 0;
  }
}

.chiba-footer__top-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:767px) {
  .chiba-footer__top-link {
    padding: 1rem 0;
  }
}

.chiba-footer__top-link:hover {
  opacity: 0.75;
}

@media screen and (max-width:767px) {
  .chiba-footer__col-body {
    display: grid;
    grid-template-rows: 1fr;
    -webkit-transition: grid-template-rows 0.3s ease;
    transition: grid-template-rows 0.3s ease;
    transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__col-body > * {
    min-height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__col-toggle[aria-expanded=false] + .chiba-footer__col-body {
    grid-template-rows: 0fr;
  }
}

@media screen and (max-width:767px) {
  .chiba-footer__col-toggle[aria-expanded=true] + .chiba-footer__col-body .chiba-footer__col-list,
  .chiba-footer__col-toggle[aria-expanded=true] + .chiba-footer__col-body .chiba-footer__treat {
    padding-bottom: 1rem;
  }
}

.chiba-footer__col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  list-style: none;
}

.chiba-footer__col-list a,
.chiba-footer__col-list span,
.chiba-footer__legal a,
.chiba-footer__legal span {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.chiba-footer__col-list span {
  text-decoration: none;
}

.chiba-footer__col-list--treat a,
.chiba-footer__col-list--treat span {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}

.chiba-footer__col-list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-footer__col-list a:hover {
  opacity: 0.75;
}

.chiba-footer__link--child {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  gap: 0.125rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.chiba-footer__link--child::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  background: url(../img/chiba-icon-chevron-right.svg) center/5px 8px no-repeat;
  background: url(../img/chiba-icon-chevron-right.svg) center/0.3125rem 0.5rem no-repeat;
}

.chiba-footer__treat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__treat {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.chiba-footer__policy {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__policy {
    margin-top: 2.5rem;
  }
}

.chiba-footer__policy-inner {
  max-width: 1080px;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 52px 60px;
  padding: 3.25rem 3.75rem;
  background: rgba(255, 255, 255, .7);
}
@media screen and (max-width:767px) {
  .chiba-footer__policy-inner {
    width: 100%;
    padding: 2rem 1.25rem;
  }
}

.chiba-footer__policy-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #675b66;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.chiba-footer__policy-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #675b66;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.chiba-footer__policy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.chiba-footer__policy-links a {
  color: #675b66;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-footer__policy-links a:hover {
  opacity: 0.75;
}

.chiba-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width:767px) {
  .chiba-footer__legal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem 0;
    margin-top: 1.75rem;
    text-align: center;
  }
  .chiba-footer__legal a {
    font-size: 0.625rem;
  }
}

.chiba-footer__legal a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.chiba-footer__legal a:hover {
  opacity: 0.75;
}

.chiba-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 24px 0;
  padding: 1.5rem 0;
  border-top: 1px solid #c9c4c9;
}
@media screen and (max-width:767px) {
  .chiba-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

/* コンテンツ幅(1318px)を確保できなくなったら左右に余白を持たせる。
   それ以上の幅では親が余白を作るので 0 のまま（デザインを変えない）。 */
@media screen and (max-width: 1318px) {
  .chiba-footer__bottom {
    padding-inline: 1.25rem;
  }
}
.chiba-footer__tagline {
  color: #432540;
  font-family: "A-OTF Ryumin Pro", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .chiba-footer__tagline {
    font-size: 1.75rem;
  }
}

.chiba-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  gap: 1.25rem;
  width: 365px;
  width: 22.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .chiba-footer__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.chiba-footer__logo {
  display: block;
  width: 365px;
  width: 22.8125rem;
  max-width: none;
  height: auto;
}
@media screen and (max-width:767px) {
  .chiba-footer__logo {
    max-width: 12.5rem;
    width: 12.5rem;
  }
}

.chiba-footer__copy {
  color: #432540;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

/* ============================================
   症例アーカイブ／タクソノミー／シングル
   （archive-case.php / taxonomy-*.php / single-case.php）
   京都トップのカラー（ゴールド＋クリーム）に合わせた下層シェル。
   症例カード本体（.kyoto-case-card）は front-kyoto01-case.scss を流用。
   ============================================ */
.kyoto-case-archive {
  background-color: #fff;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-archive {
    padding-bottom: 3.75rem;
  }
}

/* ---- ページ上部：見出しバンド（福岡院 page-common-head を参考）
   ・背景バンド＋白文字
   ・H1 タイトルは中央 760px の範囲
   ・パンくずは中央 900px の範囲（横スクロール可）
   ---- */
.kyoto-page-head {
  position: relative;
  /* 千葉院の地は淡いので、京都の「濃い帯＋白文字」から「淡い帯＋濃い文字」に反転する */
  background-color: #f7f4f7;
  background-image: url(../img/chiba-footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* H1 タイトルが表示される範囲：中央 760px */
.kyoto-page-head__inner {
  max-width: 760px;
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 80px 20px 24px;
  padding: 5rem 20px 1.5rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__inner {
    padding: 4.25rem 16px 1rem;
  }
}

.kyoto-page-head__en {
  font-family: "Taviraj", serif;
  font-weight: 100;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #a599a4;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__en {
    font-size: 1.875rem;
  }
}

.kyoto-page-head__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #432540;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__title {
    font-size: 1.25rem;
  }
}

/* パンくずが表示される範囲：中央 900px（横スクロール） */
.kyoto-page-head__breadcrumb {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 20px 20px;
  padding: 0 20px 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.kyoto-page-head__breadcrumb::-webkit-scrollbar {
  display: none;
}

.kyoto-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #432540;
  white-space: nowrap;
}

.kyoto-breadcrumb__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kyoto-breadcrumb__item:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: -16px;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #a599a4;
}
.kyoto-breadcrumb__item a {
  color: #432540;
  -webkit-box-shadow: 0 0.5px 0 rgba(67, 37, 64, .4);
          box-shadow: 0 0.5px 0 rgba(67, 37, 64, .4);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.kyoto-breadcrumb__item span {
  color: #432540;
}

.kyoto-case-categories__inner,
.kyoto-case-search__inner,
.kyoto-case-list-sec__inner,
.kyoto-case-related__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 共通見出し（施術内容から探す / 症例を絞り込む / 関連症例）
   福岡院：中央寄せ＋下線区切り */
.kyoto-case-categories__heading,
.kyoto-case-search__heading,
.kyoto-case-related__heading {
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a5145f;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  color: #432540;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__heading,
  .kyoto-case-search__heading,
  .kyoto-case-related__heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* ---- 施術内容から症例を探す（5列ボタングリッド：福岡院レイアウト） ---- */
.kyoto-case-categories {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories {
    padding: 2.5rem 0;
  }
}

.kyoto-case-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__list {
    gap: 0.75rem;
  }
}

.kyoto-case-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 0.8rem);
          flex: 0 0 calc(20% - 0.8rem);
}
@media screen and (max-width: 1200px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(25% - 0.75rem);
        flex-basis: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 900px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(33.33333% - 0.66667rem);
        flex-basis: calc(33.33333% - 0.66667rem);
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(50% - 0.375rem);
        flex-basis: calc(50% - 0.375rem);
  }
}

.kyoto-case-categories__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 56px;
  min-height: 3.5rem;
  padding: 8px 30px 8px 14px;
  padding: 0.5rem 1.875rem 0.5rem 0.875rem;
  position: relative;
  border: none;
  border-radius: 0;
  background-color: #a5145f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #432540;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.kyoto-case-categories__button::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #a5145f;
  border: 0.125rem solid #a5145f;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.kyoto-case-categories__button {
  /* 右向き矢印のあしらい */
}
.kyoto-case-categories__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  background: url(../img/chiba-icon-arrow.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-case-categories__button:hover {
    background-image: none;
    color: #fff;
  }
  .kyoto-case-categories__button:hover::before {
    border-color: #a5145f;
    background-color: #a5145f;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__button {
    min-height: 3rem;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}

.kyoto-case-categories__button-text {
  position: relative;
}

/* ---- 症例を絞り込む（2カラムグリッド＋チップラベル：福岡院レイアウト） ---- */
.kyoto-case-search {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f7f4f7;
}
@media screen and (max-width:767px) {
  .kyoto-case-search {
    padding: 2.5rem 0;
  }
}

.kyoto-case-search__inner {
  max-width: 920px;
}

.kyoto-case-search__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  gap: 1.25rem 1.5rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__form {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.kyoto-case-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.5rem;
  }
}

.kyoto-case-search__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  min-width: 9.375rem;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  border-radius: 0.25rem;
  background-color: #bbb2bb;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #432540;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__label {
    min-width: 0;
    font-size: 0.75rem;
    min-height: 2.25rem;
  }
}

.kyoto-case-search__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  min-width: 0;
}
.kyoto-case-search__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/chiba-icon-chevron-down.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.kyoto-case-search__select {
  width: 100%;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 8px 36px 8px 14px;
  padding: 0.5rem 2.25rem 0.5rem 0.875rem;
  border: 1px solid #bbb2bb;
  border-radius: 0.25rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #432540;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.kyoto-case-search__select:focus {
  outline: 2px solid #a5145f;
  outline-offset: 1px;
}

.kyoto-case-search__actions {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.kyoto-case-search__submit {
  display: block;
  margin: 0 auto;
  min-width: 240px;
  min-width: 15rem;
  padding: 14px 48px;
  padding: 0.875rem 3rem;
  text-align: center;
  border: none;
  border-radius: 0.25rem;
  background-color: #a5145f;
  background-image: none;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-case-search__submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-search__submit {
    min-width: 0;
    width: 100%;
    font-size: 0.875rem;
    padding: 0.75rem 2.25rem;
  }
}

/* ---- 症例一覧グリッド ---- */
.kyoto-case-list-sec {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-list-sec {
    padding-top: 2.5rem;
  }
}

.kyoto-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.kyoto-case-list__item {
  /* .kyoto-case-card がそのまま入る。スライダー用の左右padカードラッパは無効化 */
}
.kyoto-case-list__item .kyoto-case-card-wrap {
  padding: 0;
  height: 100%;
}

.kyoto-case-list__empty {
  padding: 40px 0;
  padding: 2.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  color: #887e87;
}

/* ---- ページネーション ---- */
.kyoto-pagination {
  margin-top: 56px;
  margin-top: 3.5rem;
}
.kyoto-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.kyoto-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  min-width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  border: 1px solid #bbb2bb;
  border-radius: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #432540;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.kyoto-pagination .page-numbers.current {
  background-color: #a5145f;
  background-image: none;
  border-color: transparent;
  color: #fff;
}
.kyoto-pagination .page-numbers:not(.current):hover {
  background-color: #edebed;
}

/* ---- 関連症例 ---- */
.kyoto-case-related {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-related {
    padding-top: 3.125rem;
  }
}

.kyoto-case-related__heading {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

/* ---- シングル本文 ---- */
.kyoto-case-single__body {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 20px 0;
  padding: 3.5rem 20px 0;
}
@media screen and (max-width:767px) {
  .kyoto-case-single__body {
    padding-top: 2.25rem;
  }
}

.kyoto-case-single__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #432540;
}
.kyoto-case-single__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* ============================================
   症例カード：表示タイプ別（2枚ずつ / YouTube / YouTube Before-After）
   基本カード（.kyoto-case-card）は front-kyoto01-case.scss を流用。
   ============================================ */
/* 画像2枚ずつ：各サイド（Before/After）に画像を縦積み */
.kyoto-case-card__ba--double .kyoto-case-card__ba-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.kyoto-case-card__ba--double .kyoto-case-card__ba-img + .kyoto-case-card__ba-img {
  margin-top: 0;
}

/* YouTube 動画（16:9） */
.kyoto-case-card__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.kyoto-case-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.kyoto-case-card__ba--video .kyoto-case-card__ba-item {
  position: relative;
}

/* YouTube 単一（Before/Afterラベル無し・全幅） */
.kyoto-case-card__ba--single .kyoto-case-card__ba-item {
  width: 100%;
}

/* ============================================
   新着症例スライダー（.archive-case-slider）
   JS: script.js の .archive-case-slider__track を slick 初期化。
   ============================================ */
.archive-case-slider {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 60px 0 48px;
  padding: 3.75rem 0 3rem;
  background-color: #f7f4f7;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .archive-case-slider {
    margin-top: 3.125rem;
    padding: 2.5rem 0 2rem;
  }
}

.archive-case-slider--top {
  /* 症例TOPでのみ使用：上マージン無し・背景を少し濃く */
  margin-top: 0;
  background-color: #f7f4f7;
}

.archive-case-slider__inner {
  width: 100%;
  margin: 0 auto;
}

.archive-case-slider__heading {
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  padding: 0 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  color: #432540;
  text-align: center;
}
@media screen and (max-width:767px) {
  .archive-case-slider__heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.archive-case-slider__track {
  margin: 0;
}

.archive-case-slider__item {
  width: 640px;
  width: 40rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .archive-case-slider__item {
    width: 20rem;
    padding: 0 0.5rem;
  }
}

.archive-case-slider__track .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.archive-case-slider__track .slick-slide {
  height: auto;
}
.archive-case-slider__track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

/* dots */
.archive-case-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.archive-case-slider__dots li {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #bbb2bb;
  cursor: pointer;
}
.archive-case-slider__dots li button {
  display: none;
}
.archive-case-slider__dots li.slick-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #a5145f;
}

/* 矢印 */
.archive-case-slider__track .slick-prev,
.archive-case-slider__track .slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: 2;
  /* 丸い色面を敷く（カードの白の上に重なるので、地が無いと矢印が埋もれる） */
  border-radius: 50%;
  background-color: #a5145f;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.archive-case-slider__track .slick-prev::before,
.archive-case-slider__track .slick-next::before {
  content: "";
  display: block;
  width: 16px;
  width: 1rem;
  height: 10px;
  height: 0.625rem;
  margin: 0 auto;
  /* 色面の上に載るので白い矢印を使う */
  background: url(../img/chiba-icon-arrow-white.svg) center/contain no-repeat;
  /* slick 既定の font-family:"slick" / content:"←" を完全に打ち消す
     （このアイコンフォントは読み込んでいないため、残すと文字化けする） */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0;
  opacity: 1;
}
.archive-case-slider__track .slick-prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.archive-case-slider__track .slick-prev {
  left: 16px;
  left: 1rem;
}
.archive-case-slider__track .slick-next {
  right: 16px;
  right: 1rem;
}

/* ============================================
   case-base カード（福岡院 parts/case-card 踏襲）
   新着症例スライダー／絞り込み結果・ターム別一覧で使用。
   カラーは京都パレット（ゴールド＋クリーム）に調整。
   ============================================ */
.case-base__card {
  width: 100%;
  background: #fff;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #edebed;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 16px rgba(6, 20, 15, .06);
          box-shadow: 0 0 16px rgba(6, 20, 15, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .case-base__card {
    padding: 1rem;
  }
}

.case-base__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .case-base__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.case-base__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
}

.case-base__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.case-base__before-after,
.case-base__before-after.--add {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.case-base__before-after--single {
  grid-template-columns: 1fr;
}

.case-base__ba-item {
  position: relative;
}

.case-base__ba-label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 6px;
  padding: 0.375rem;
  background: #edebed;
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #887e87;
}

.case-base__ba-label--after {
  background-color: #a5145f;
  background-image: none;
  color: #fff;
}

.case-base__ba-img {
  display: block;
}
.case-base__ba-img img {
  width: 100%;
  aspect-ratio: 348/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-base__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 348/196;
  background: #000;
}
.case-base__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.case-base__section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #432540;
}
@media screen and (max-width:767px) {
  .case-base__section-heading {
    font-size: 0.875rem;
  }
}
.case-base__section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
  height: 14px;
  height: 0.875rem;
  background: #a5145f;
  border-radius: 0.125rem;
}
.case-base__section-heading a {
  color: inherit;
}
.case-base__section-heading a:hover {
  text-decoration: underline;
}

.case-base__section-body {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #432540;
}

.case-base__info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.case-base__info-table tr {
  border-bottom: 1px solid #edebed;
}
.case-base__info-table th {
  width: 90px;
  width: 5.625rem;
  padding: 4px 0 8px;
  padding: 0.25rem 0 0.5rem;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  color: #a5145f;
}
.case-base__info-table td {
  padding: 4px 0 8px 16px;
  padding: 0.25rem 0 0.5rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #432540;
}

.case-base__alert-box {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px 16px 14px;
  padding: 0.5rem 1rem 0.875rem;
  background: #edebed;
}

.case-base__alert-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #a5145f;
}

.case-base__alert-content > * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.case-base__doctor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.case-base__doctor-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.case-base__doctor-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -ms-flex: 0 0 3.5rem;
      flex: 0 0 3.5rem;
}
.case-base__doctor-img img {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-base__doctor-role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #887e87;
}

.case-base__doctor-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #432540;
}

.case-base__doctor-name-link {
  color: #a5145f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.case-base__doctor-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-base__doctor-sns img {
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.case-base__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  margin-top: 1rem;
}

.top-case__footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #a5145f;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-case__footer-link:hover {
    opacity: 0.7;
  }
}
.top-case__footer-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  background: url(../img/chiba-icon-arrow.svg) center/contain no-repeat;
}

/* スライダー内：カードを高さいっぱいに */
.archive-case-slider__track .slick-slide > div {
  height: 100%;
}

.archive-case-slider__item .case-base__card {
  width: 100%;
}

/* case-base の縦積みリスト（絞り込み結果・ターム別一覧） */
.kyoto-case-list--base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
.kyoto-case-list--base .kyoto-case-list__item {
  width: 100%;
}

@-webkit-keyframes chiba-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes chiba-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=kyoto-style.css.map */
