/* すべてのテキストに serif フォントを適用 */
body, h1, h2, h3, h4, h5, h6, p, a, li, dt, dd, span, div, input, button, textarea {
  font-family: serif;
}


html, body { overflow-x: hidden; }



/* --- メインビジュアル 1枚固定設定 --- */
.main-visual {
  position: relative;
	width: 100%;
  /* アスペクト比を維持（例：16対9の場合） */
  aspect-ratio: 16 / 9; 
  overflow: hidden;
  background-color: #fff;
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; /* 中央を基準にする */
  background-repeat: no-repeat;
  /* アニメーションは一旦停止 */
  opacity: 0; 
  transition: opacity 0.5s; 
}

/* 1枚目だけを表示させる */
.background-image1 {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/FV_PCmain1.png');
  opacity: 1; /* ここを1にすることで表示されます */
  z-index: 1;  /* 最前面に配置 */
}

/* 2枚目・3枚目はコードを残したまま非表示（URLが入っていればいつでも復活可能） */
.background-image2 {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/03/hata_mainFV03_ps.png');
  display: none; 
}

.background-image3 {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/03/hata_mainFV02_ps.png');
  display: none;
}

/* スマホ版の設定（768px以下） */
@media (max-width: 768px) {
  .main-visual {
    height: auto;
    aspect-ratio: 1000 / 1413;
  }
  .slide-item {
    background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/sp-main_new.png');
    animation: none; /* スマホはスライドさせず固定 */
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .background-image2, .background-image3 {
    display: none; /* スマホでは2枚目以降を出さない */
  }
}


.h2-title{
  text-align: center;
  font-size: 40px;
  font-family: serif;
  color: #EE7700;
  padding: 80px;
}



@media (max-width: 768px) {
.h2-title{
  text-align: center;
  font-size: 25px;
  font-family: serif;
  color: #EE7700;
  padding: 40px;
}

  }
/*==================================================================================================================================

  *改行設定

==================================================================================================================================*/
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}


/* ================================
   治療ヘッド 全体レイアウト
================================ */
.treatmenthead {
  background: url(https://hata-shika.com/wp-content/uploads/2026/02//reason_background.jpg);
  background-size: cover;
  height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  gap: 40px;
  margin-bottom: 50px;
}

/* ================================
   縦書き h2（右端固定）
================================ */
.tate_txt {
  position: absolute;
  right: 30px;
	top: 40%;
  transform: translateY(-50%);
}

.tate_txt h2 {
  font-family: serif;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 35px;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    margin-top: 27%;
    letter-spacing: 5px;
}
.tate_txt h2 span {
  margin-top: 40px;
}
.tate_txt h2 em {
  font-style: normal;
  color: #746B4C;
  font-size: 50px;
}

/* ================================
   キャッチ＆リード（左側）
================================ */
.treatment-catch {
  font-family: serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  color: #746B4C;
  margin-bottom: 18px;
}

.treatment-lead {
  font-size: 16px;
  line-height: 2;
  color: #444;
  max-width: 640px;
}
.catch {
  padding: 10% 0 0 50%;
}
/* ================================
   タブレット対応（〜1024px）
================================ */
@media (max-width: 1435px) {
    .catch {
        padding: 15% 0 0 41%;
    }
}
/* ================================
   タブレット対応（〜1024px）
================================ */
@media (max-width: 1024px) {
  .treatmenthead {
    background: url(https://www.kanoudc.jp/wp-content/uploads/2025/12/spheadbg.png);
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 15px;
    gap: 20px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
.catch {
    padding: 40% 0 0 15%;
}
  .treatmenthead {
    padding: 40px 20px;
    margin-bottom: 60px;
  }

  .tate_txt h2 {
    font-size: 34px;
  }

  .treatment-catch {
    font-size: 24px;
  }

  .treatment-lead {
    font-size: 14px;
  }
}

/* ================================
   スマホ対応（〜768px）
================================ */
@media (max-width: 768px) {
  .treatmenthead {
    background: url(https://www.kanoudc.jp/wp-content/uploads/2025/12/spheadbg.png);
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 15px;
    gap: 20px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }

  /* 縦書きを解除して横書きに */
  .tate_txt {
    top: 30%;
    right: 100px;
  }

  .tate_txt h2 {
      font-size: 1.5rem;
      letter-spacing: 0.1em;
  }
  .tate_txt h2 em {
    font-size: 1.8rem;
}
.catch {
    padding: 22% 0 0 15%;
    margin-top: 94px;
}
  .treatment-catch {
    font-size: 0.9rem;
    margin: 35px 0 10px;
  }

  .treatment-lead {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* ================================
   超小型スマホ（〜480px）
================================ */
@media (max-width: 480px) {
  .tainement-catch {
    font-size: 18px;
  }

  .treatment-lead {
    font-size: 12px;
  }
}


/* =========================================================
   当院が選ばれる理由
   デスクトップ版ベース
========================================================= */
.select-reason-wrap {
  position: relative;
  overflow: visible;
  background: #ffffff;
  padding: 36px 0 0;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #544f48;
}

.select-reason-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------
   上部ビジュアル
------------------------- */
.reason-hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 587px;
  padding: 0 250px 0 0;
}

.reason-hero__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 532px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

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

.reason-hero__copy {
  position: relative;
  z-index: 2;
  min-height: 470px;
}

.reason-hero__bg-en {
  position: absolute;
  top: 52px;
  left: 544px;
  margin: 0;
  font-size: 66px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(90, 84, 76, 0.06);
  font-weight: 500;
  pointer-events: none;
  font-family: "Noto Serif JP", serif;
}

.reason-hero__bg-en span {
  font-size: 110px;
  vertical-align: -5px;
  font-family: "Noto Serif JP", serif;
}

.reason-hero__catch {
  position: relative;
  width: 380px;
  margin-left: 550px;
  padding-top: 285px;
}

.treatment-catch {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 14px;
  font-size: 23px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #56514a;
}

.treatment-catch::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 127%;
  height: 1px;
  background: rgba(68, 68, 68, 0.2);
}

.treatment-catch span {
  color: #b3382d;
}

.treatment-red-marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, rgba(153, 9, 0, 0.1) 0%);
  padding: 0 2px;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.treatment-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #615a52;
}

/* -------------------------
   右の縦タイトル
------------------------- */
.reason-hero__title-area {
  position: absolute;
  top: -57px;
  right: 94px;
  width: 230px;
  height: 580px;
  z-index: 3;
}

.reason-hero__grid {
  position: absolute;
  inset: -10px -20px -40px 20px;
  background:
    linear-gradient(rgba(116, 107, 76, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 107, 76, 0.15) 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.9;
  z-index: 1001;
}

.reason-hero__title-wrap {
  position: absolute;
  inset: 48px 24px -53px -24px;
  background: rgba(172, 177, 106, 0.1);
  z-index: 1000;
}

.reason-hero__title-wrap::before,
.reason-hero__title-wrap::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #7c776f;
  opacity: 0.85;
}

.reason-hero__title-wrap::before {
  top: 20px;
  left: 124px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
}

.reason-hero__title-wrap::after {
  bottom: 15px;
  left: 53px;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #444444;
}

.reason-hero__label {
  position: absolute;
  top: -28px;
  right: 16px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: rgba(116, 107, 76, 0.8);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 28px 14px;
  z-index: 2;
}

.reason-hero__title {
  position: absolute;
  top: 43px;
  left: 70px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #444444;
}

.reason-hero__title::after {
  content: "";
  position: absolute;
  top: 174px;
  right: -10px;
  width: 5px;
  height: 332px;
  background: rgba(153, 9, 0, 0.5);
}

/* -------------------------
   下部背景
------------------------- */
.reason_inner {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin: -56px auto 0;
  padding: 62px 76px 54px;
  background: #beb8aa;
  overflow: hidden;
  z-index: 1;
}

.reason_inner::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(239, 236, 226, 0.55);
  pointer-events: none;
}

.reason_inner::after {
  content: "";
  position: absolute;
  top: -36px;
  right: 250px;
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
  transform: rotate(45deg);
  pointer-events: none;
}

.select-reason-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 60px 40px 60px 40px;
}

/* -------------------------
   カード
------------------------- */
.select-card {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.select-card__stripe {
  display: none;
}

.select-card::before,
.select-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background: repeating-linear-gradient(
    -45deg,
    #555a424a 0 2px,
    transparent 2px 5px
  );
}

.select-card::after {
  left: 18px;
  top: 12px;
  width: calc(100% - 2px);
  height: calc(100% - -5px);
}

.select-card__inner {
  position: relative;
  z-index: 1;
  background: #fdfdfd;
  border: 1px solid #444444;
  padding: 56px 26px 34px;
  min-height: 100%;
}

.select-ribbon {
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(153, 9, 0, 0.7);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-size: 40px;
  font-style: italic;
  padding-right: 0;
  align-items: center;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
}

.select-ribbon small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  line-height: 1;
  transform: none;
}

.select-ribbon__num {
  display: block;
  font-size: 40px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-right: 8px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.6);
}

.select-title {
  margin: 0;
  min-height: 86px;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #444444;
  text-align: left;
}

.select-em {
  color: #b53b31;
  font-size: 30px;
}

.select-divider {
  margin: 14px 0 18px;
  height: 1px;
  background: rgba(68, 68, 68, 0.3);
}

.select-img {
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
}

.select-img img {
  width: 100%;
  aspect-ratio: 356 / 190;
  object-fit: cover;
}

.select-sub-en {
  margin: 16px 0 12px;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: rgba(126, 118, 106, 0.1);
  font-weight: 600;
}

.flex_box {
  display: grid;
  grid-template-columns: 161px 1fr;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin-bottom: 16px;
}

.select-thumb {
  margin: 0;
}

.select-thumb img {
  width: 100%;
  aspect-ratio: 118 / 86;
  object-fit: cover;
}

.select-list {
  list-style: none;
  margin: 0;
  padding: 16px 5px 20px 11px;
  background: rgba(100, 74, 47, 0.03);
}

.select-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.8;
  font-weight: 620;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #444444;
}

.select-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 0.7px solid #444444;
  box-sizing: border-box;
}

.select-list li::after {
content: "✓";
  position: absolute;
  
  /* 位置を四角い箱（14px×14px）に対して完全に固定 */
  left: 0;
  top: 3px; /* 箱の top と合わせる */
  width: 14px;  /* 箱の width と合わせる */
  height: 14px; /* 箱の height と合わせる */
  
  /* 文字を箱の上下左右のド真ん中に配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 900;
  color: #b23b32;
  font-size: 14px; /* 箱（14px）からはみ出さない適正サイズに変更 */
  line-height: 1;
}

.select-desc {
  margin: 0;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #644A2F;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  isolation: isolate;
}

.select-desc::before {
  content: "";
  position: absolute;
  inset: -14px -26px;
  z-index: -2;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 248, 232, 0.92) 0%,
    rgba(255, 248, 232, 0.78) 24%,
    rgba(255, 248, 232, 0.54) 48%,
    rgba(255, 248, 232, 0.26) 68%,
    rgba(255, 248, 232, 0.08) 84%,
    rgba(255, 248, 232, 0) 100%
  );
  filter: blur(12px);
}

.select-desc::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 248, 232, 0.28);
}

/* -------------------------
   既存の古いスタイル打ち消し
------------------------- */
.select-reason-wrap .treatmenthead,
.select-reason-wrap .tate_txt,
.select-reason-wrap .catch,
.select-reason-wrap .select-en,
.select-reason-wrap .br-sp,
.select-reason-wrap .br-pc,
.select-reason-wrap .pc-only {
  all: unset;
}

/* 6) reason_innerの一番後ろを三段階配色＋左右角の三角形 */
.reason_inner {
  background:
    linear-gradient(135deg, #746B4C 0, #d7d1c5 17%, transparent 17%) top left / 3000px 3000px no-repeat,
    linear-gradient(315deg, #746B4C 0, #d9d3c7 19%, transparent 19%) bottom right / 3000px 3000px no-repeat,
    linear-gradient(180deg, #c9c2b4 0%, #bdb6a7 52%, #c5beaf 100%);
}

.reason_inner::after {
  content: none;
}

/* -------------------------
   PC想定幅の微調整
------------------------- */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reason-hero,
  .reason_inner {
    max-width: calc(100% - 40px);
  }

  .reason-hero__bg-en {
    left: 38%;
    font-size: 58px;
  }

  .reason-hero__catch {
    margin-left: 38%;
  }
}

/* =========================================================
   タブレット・モバイル版
   reason-heroはレイアウトを崩さず縮小
   select-cardは1列表示
========================================================= */
@media screen and (max-width: 768px) {
  .select-reason-wrap {
    padding: 24px 0 0;
    margin-bottom: 44px;
    overflow: hidden;
  }

  .reason-hero {
    width: 100%;
    max-width: 520px;
    min-height: clamp(330px, 86vw, 470px);
    margin: 0 auto;
    padding: 0 clamp(86px, 24vw, 150px) 0 0;
    box-sizing: border-box;
  }

  .reason-hero__photo {
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(300px, 72vw, 425px);
  }

  .reason-hero__copy {
    min-height: clamp(300px, 74vw, 430px);
  }

  .reason-hero__bg-en {
    top: clamp(32px, 8vw, 52px);
    left: 38px;
    font-size: clamp(26px, 8vw, 48px);
    line-height: 1;
    letter-spacing: 0.04em;
	  color: rgba(90, 84, 76, 0.3);
  }

  .reason-hero__bg-en span {
    font-size: clamp(48px, 13vw, 78px);
    vertical-align: -4px;
  }

  .reason-hero__catch {
    width: clamp(178px, 40vw, 290px);
    margin-left: 38px;
    padding-top: clamp(164px, 42vw, 260px);
  }

  .treatment-catch {
    margin-bottom: clamp(10px, 3vw, 16px);
    padding-bottom: clamp(8px, 2.4vw, 12px);
    font-size: clamp(12px, 3.3vw, 18px);
    line-height: 1.45;
    letter-spacing: 0.04em;
	  text-shadow: 
    /* 【1】文字のキワを濃厚な白で固める */
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
    
    /* 【2】中間層の白。光の厚みを出す */
    0 0 15px #fff,
    0 0 15px #fff,
    
    /* 【3】外側の柔らかな白。光の広がりを表現 */
    0 0 30px #fff,
    0 0 45px #fff;
  }

  .treatment-catch::after {
    width: 120%;
  }

  .treatment-red-marker {
    font-size: inherit;
    letter-spacing: 0.04em;
  }

  .treatment-lead {
    font-size: clamp(10px, 2.65vw, 14px);
    line-height: 1.55;
    letter-spacing: 0.03em;
	  text-shadow: 
    /* 【1】文字のキワを濃厚な白で固める */
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
    
    /* 【2】中間層の白。光の厚みを出す */
    0 0 15px #fff,
    0 0 15px #fff,
    
    /* 【3】外側の柔らかな白。光の広がりを表現 */
    0 0 30px #fff,
    0 0 45px #fff;
  }

  .reason-hero__title-area {
    top: clamp(-36px, -7vw, -22px);
    right: clamp(10px, 4vw, 0px);
    width: clamp(92px, 24vw, 152px);
    height: clamp(330px, 78vw, 452px);
  }

  .reason-hero__grid {
    inset: -8px -10px -24px 12px;
    background-size: 6px 6px;
  }

  .reason-hero__title-wrap {
    inset: clamp(26px, 7vw, 42px) clamp(10px, 3vw, 0px) clamp(-38px, -6vw, -18px) clamp(-12px, -3vw, -18px);
  }

  .reason-hero__title-wrap::before,
  .reason-hero__title-wrap::after {
    width: 10px;
    height: 10px;
  }

  .reason-hero__title-wrap::before {
    top: 0px;
    left: clamp(48px, 13vw, 86px);
  }

  .reason-hero__title-wrap::after {
	  bottom: 16px;
	  left: 18px;
  }

  .reason-hero__label {
    top: clamp(-18px, -4vw, -10px);
    right: clamp(8px, 2vw, 0px);
    font-size: clamp(12px, 3.4vw, 18px);
    letter-spacing: 0.16em;
    padding: clamp(14px, 4vw, 22px) clamp(7px, 2vw, 10px);
  }

  .reason-hero__title {
    top: clamp(28px, 8vw, 44px);
    left: clamp(30px, 8vw, 52px);
    font-size: clamp(23px, 6.2vw, 34px);
    line-height: 1.15;
    letter-spacing: 0.12em;
  }

  .reason-hero__title::after {
    top: clamp(88px, 24vw, 117px);
    right: clamp(-8px, -1.6vw, -4px);
    width: clamp(3px, 0.8vw, 5px);
    height: clamp(170px, 44vw, 225px);
  }

  .reason_inner {
    max-width: 520px;
    margin: clamp(-44px, -9vw, -28px) auto 0;
    padding: 44px 22px 40px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .reason_inner::before {
    inset: 12px 6px;
    border-width: 1px;
  }

  .select-reason-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 52px 22px 46px;
    background: rgba(255, 255, 255, 0.3);
  }

  .select-card::after {
    left: 12px;
    top: 10px;
    width: calc(100% - 2px);
    height: calc(100% + 4px);
  }

  .select-card__inner {
    padding: 46px 18px 28px;
  }

  .select-ribbon {
    top: -34px;
    width: 72px;
    height: 72px;
  }

  .select-ribbon small {
    font-size: 10px;
  }

  .select-ribbon__num {
    font-size: 32px;
    padding-right: 6px;
  }

  .select-title {
    min-height: auto;
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.55;
  }

  .select-em {
    font-size: clamp(23px, 5.8vw, 28px);
  }

  .select-divider {
    margin: 14px 0 16px;
  }

  .select-sub-en {
    margin: 14px 0 12px;
    font-size: clamp(24px, 7vw, 32px);
    letter-spacing: 0.04em;
  }

  .flex_box {
    grid-template-columns: minmax(110px, 38%) 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .select-list {
    padding: 12px 5px 12px 9px;
  }

  .select-list li {
    padding-left: 20px;
    font-size: clamp(11px, 2.9vw, 13px);
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .select-list li::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }

  .select-list li::after {
 left: -1px;
  top: 0px;
	  width: 16px;/* スマホ版の箱の width（12px）に合わせる */
  height: 16px; /* スマホ版の箱の height（12px）に合わせる */
  font-size: 16px;
  }

  .select-desc {
    padding: 10px 8px;
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 1.85;
  }

  .select-desc::before {
    inset: -12px -18px;
  }
}

/* =========================================================
   小さいスマホ調整
========================================================= */
@media screen and (max-width: 480px) {
  .select-reason-wrap {
    padding-top: 20px;
  }

  .reason-hero {
    max-width: none;
    min-height: 362px;
    padding-right: 96px;
  }

  .reason-hero__photo {
    width: 100%;
    height: 330px;
  }

  .reason-hero__copy {
    min-height: 330px;
  }

  .reason-hero__bg-en {
    top: 35px;
    left: 36px;
    font-size: 28px;
	  color:rgba(90, 84, 76, 0.3)
  }

  .reason-hero__bg-en span {
    font-size: 50px;
  }

  .reason-hero__catch {
    width: 220px;
    margin-left: 36px;
    padding-top: 223px;
  }

  .treatment-catch {
    font-size: 12px;
	    font-weight:600;
	  text-shadow: 
    /* 【1】文字のキワを濃厚な白で固める */
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
		  0 0 5px #fff,
    
    /* 【2】中間層の白。光の厚みを出す */
    0 0 15px #fff,
    0 0 15px #fff,
		  0 0 5px #fff,
    
    /* 【3】外側の柔らかな白。光の広がりを表現 */
    0 0 30px #fff,
    0 0 45px #fff,
	  0 0 5px #fff;
  }

  .treatment-lead {
    font-size: 10px;
	  font-weight:600;
	  text-shadow: 
    /* 【1】文字のキワを濃厚な白で固める */
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
		  0 0 5px #fff,
    
    /* 【2】中間層の白。光の厚みを出す */
    0 0 15px #fff,
    0 0 15px #fff,
		  0 0 5px #fff,
    
    /* 【3】外側の柔らかな白。光の広がりを表現 */
    0 0 30px #fff,
    0 0 45px #fff,
	  0 0 5px #fff;
  }

  .reason-hero__title-area {
    top: -26px;
    right: 12px;
    width: 96px;
    height: 346px;
  }

  .reason-hero__grid {
    inset: -8px -8px -22px 10px;
  }

  .reason-hero__title-wrap {
    inset: 30px 10px -26px -22px;
  }

  .reason-hero__label {
    top: -14px;
    right: 7px;
    font-size: 16px;
	  font-weight: 600;
    padding: 14px 7px;
  }

  .reason-hero__title {
	  top: 15px;
    left: 23px;
    font-size: 30px;
	  font-weight: 500;
  }

  .reason-hero__title::after {
    top: 103px;
    height: 194px;
  }

  .reason_inner {
    max-width: none;
    margin-top: -34px;
    padding: 38px 0px 34px;
  }

  .select-reason-grid {
    gap: 48px;
    padding: 46px 14px 40px;
  }

  .select-card__inner {
    padding: 42px 14px 24px;
  }

  .select-title {
    font-size: 20px;
	  white-space: nowrap; 
	  font-weight:500;
  }

  .select-em {
    font-size: 23px;
  }

  .select-sub-en {
    font-size: 24px;
  }

  .flex_box {
    grid-template-columns: 104px 1fr;
  }

  .select-list li {
    font-size: 11px;
  }

  .select-desc {
    font-size: 13px;
  }
	  .select-list li::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }

  .select-list li::after {
 left: -1px;
  top: 1px;
	  width: 16px;/* スマホ版の箱の width（12px）に合わせる */
  height: 16px; /* スマホ版の箱の height（12px）に合わせる */
  font-size: 16px;
  }
	
}

/* =========================================================
   さらに狭い端末用
========================================================= */
@media screen and (max-width: 360px) {
  .reason-hero {
    min-height: 340px;
    padding-right: 86px;
  }

  .reason-hero__photo {
    height: 312px;
  }

  .reason-hero__copy {
    min-height: 312px;
  }

  .reason-hero__bg-en {
    left: 34%;
    font-size: 24px;
  }

  .reason-hero__bg-en span {
    font-size: 44px;
  }

  .reason-hero__catch {
    width: 160px;
    margin-left: 34%;
    padding-top: 176px;
  }

  .treatment-catch {
    font-size: 11px;
  }

  .treatment-lead {
    font-size: 9.5px;
  }

  .reason-hero__title-area {
    width: 86px;
    height: 326px;
  }

  .reason-hero__title {
    left: 27px;
    font-size: 21px;
  }

  .reason-hero__label {
    font-size: 11px;
  }

  .reason_inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .select-reason-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex_box {
    grid-template-columns: 96px 1fr;
  }

  .select-list li {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px) {
  .doctor-name {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }

  .jp-name {
    font-size: 24px;
    margin: 0 6px;
  }

  .en-name {
    font-size: 13px;
    margin-top: 0;
    display: inline-block;
  }
}











/* ----------------------------------------------TOP特徴ブロック---------------------------------------------- */
.feature-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 160px;
  background: #fff;
  font-family: 'Noto Serif JP', serif;
}

.feature-section::before,
.feature-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.feature-section::before {
  top: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    #FAF5CC 0%,
    rgba(250, 245, 204, 0.8) -160%,
    rgba(250, 245, 204, 0) 110%
  );
}

.feature-section::after {
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    to top,
    #FAF5CC 0%,
    rgba(250, 245, 204, 0.6) -160%,
    rgba(250, 245, 204, 0) 90%
  );
}

.feature-section .t-ttl,
.feature-wrapper {
  position: relative;
  z-index: 1;
}

.feature-section .t-ttl {
  margin: 0 0 78px;
  text-align: center;
}

.feature-section .t-ttl .txt01 {
  color: #5a544c;
}

.feature-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.feature-wrapper + .feature-wrapper {
  margin-top: 0px;
}

.feature-block {
  position: relative;
}

.feature-visual {
  position: relative;
  width: 68%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.feature-wrapper--right .feature-visual {
  margin-left: auto;
}

.feature-wrapper--left .feature-visual {
  margin-right: auto;
}

.feature-content {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: min(46%, 620px);
  color: #4f453a;
}

.feature-wrapper--right .feature-content {
  left: 100px;
  margin-top: 80px;
}

.feature-wrapper--left .feature-content {
  right: 100px;
  margin-top: 90px;
}

.feature-sub {
  display: flex;
  align-items: flex-end;
  gap: 0px;
  margin: 0 0 10px;
  line-height: 1;
}

.feature-sub__en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  color: #a7a194;
  letter-spacing: 0.08em;
}

.feature-sub__num {
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.05em;
}

.feature-sub__num-zero {
  font-size: 66px;
  line-height: 0.92;
  color: #d4d0c6;
  font-weight: 300;
  font-style: italic;
}

.feature-sub__num-main {
  font-size: 66px;
  line-height: 0.92;
  color: #6F7D3C;
  font-style: italic;
  font-weight: 500;
}

.feature-heading {
  margin: 0 0 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(100, 74, 47, 0.5);
  color: #644A2F;
  line-height: 1.35;
  font-weight: 500;
}

.feature-main {
  display: inline;
  font-size: 34px;
  line-height: 1.2;
  background: linear-gradient(transparent 72%, #D1D9B6 72%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.08em 0.04em;
  color:#644A2F;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.feature-main--partial {
  background: none;
  padding: 0;
  font-weight: 400;
}

.feature-main--partial .feature-main__marker {
  display: inline;
  font-weight: 620;
  background: linear-gradient(transparent 72%, #D1D9B6 72%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.08em 0.04em;
}

.feature-description {
  margin: 0;
  padding: 20px 22px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 8px 8px 20px #D9D9D930;
}

.feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  margin-top: 26px;
  padding: 14px 37px;
  border-radius: 999px;
  background: rgba(153, 9, 0, 0.8);
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 1px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.feature-button:hover {
	transform: translateY(-3px);
  background: rgba(153, 9, 0, 0.9);
   box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
  color: #fff;
  opacity: 0.7;
}

.feature-button:active {
  transform: translateY(2px);
}

.br-sp {
  display: none;
}

.sp.featureimg {
  display: none;
}

.feature-block--01 .feature-visual {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/feature01.png');
}

.feature-block--02 .feature-visual {
background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/feature02.png');
  background-position: left center;
}

.feature-block--03 .feature-visual {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/feature03.png');
}

.feature-block--04 .feature-visual {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/04/Group-10-3.png');
}

.feature-block--05 .feature-visual {
  background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/feature05.png');
  background-position: right center;
}

@media screen and (max-width: 1200px) {
  .feature-block {
    min-height: 390px;
  }

  .feature-visual {
    height: 390px;
    width: 60%;
  }

  .feature-wrapper--right .feature-content {
    left: 0px;
	  margin-top:50px;
  }

  .feature-wrapper--left .feature-content {
    right: 0px;
	  margin-top:50px;
  }

  .feature-main {
    font-size: 38px;
  }

  .feature-sub__num-zero,
  .feature-sub__num-main {
    font-size: 62px;
  }
}

@media screen and (max-width: 1024px) {
  .feature-section {
    padding: 70px 0 90px;
  }

  .feature-wrapper + .feature-wrapper {
    margin-top: 44px;
  }

  .feature-block {
    min-height: auto;
  }

  .feature-visual {
    display: none;
  }

  .feature-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .sp.featureimg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
  }

  .feature-main {
    font-size: 32px;
  }

  .feature-description {
    max-width: 100%;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .feature-section {
    padding: 56px 0 123px;
  }

  .feature-section::before,
  .feature-section::after {
    height: 120px;
  }

  .feature-section .t-ttl {
    margin-bottom: 46px;
  }

  .feature-wrapper {
    padding: 0 16px;
  }

  .feature-wrapper + .feature-wrapper {
    margin-top: 34px;
  }

  .feature-content {
    padding: 0;
  }

  .feature-sub {
    gap: 10px;
    margin-bottom: 12px;
  }

  .feature-sub__en {
    font-size: 12px;
  }

  .feature-sub__num-zero,
  .feature-sub__num-main {
    font-size: 46px;
  }

  .feature-heading {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .feature-main {
    font-size: 25px;
    line-height: 1.6;
  }

  .feature-description {
    padding: 16px;
    font-size: 15px;
    line-height: 1.7;
	  box-shadow: 2px 2px 10px rgba(55, 75, 60, 0.2);
  }

  .feature-button {
    width: 100%;
    max-width: 280px;
    margin-top: 22px;
    padding: 14px 20px;
	  font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .feature-button {
	  display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------診療メニュー------------------- */

.problem-section {
  text-align: center;
  padding: 0;
	background-image: url(https://hata-shika.com/wp-content/uploads/2026/05/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

/* 見出し */
.problem-ttlbloc {
	background-color: #746B4C;
	position: relative;
	padding: 45px 0;

}

.problem-ttlbloc .underline {
  text-decoration: none;
  border-bottom: 2px solid  #bfa2509e;
}
.problem-ttlbloc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(248, 241, 220, 1), rgba(248, 241, 220, 0.6)); /* 透明度を少し増してスムーズにぼかし */
  z-index: -1;
}

.problem-ttlbloc::after {
  content: "";
  position: absolute;
  bottom: -60px; /* 三角形を下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 70px solid transparent; /* 左側の透明部分を広く */
  border-right: 70px solid transparent; /* 右側の透明部分を広く */
	border-top: 60px solid #746B4C; /* 背景色と一致させる、矢印の縦幅を大きくする */
}

.problem-section h2 {
	font-size:55px;
	color: #fff;
	line-height: 1.4;
  margin-bottom: 15px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.6);
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.problemspan {
	font-size: 60px;
	font-weight: 600;
	background: linear-gradient(135deg, #2a60c9, #4c8ffb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 2px 6px rgba(30, 90, 180, 0.25);
}

.problem-container {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
margin: 6rem auto 3rem;
  box-sizing: border-box;
}

.problem-item {
  background-color: #fff;
  padding: 0 0 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.problem-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
	justify-content: flex-start;
}
.problembox {
  width: 100%;
	padding:0 30px;
}
.problembox h3 {
	color: #644A2F;
	font-size: 28px;
	font-weight:500;
  margin: 10px 0 20px;
  position: relative;
	letter-spacing:0.09em;
}
.problembox h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 5%; 
  width: 90%;
  border-bottom: 1px solid #bcbcbc; 
}
.problem-item img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.problem-item p {
  font-size: 16px;
  margin: 15px 0;
	    color: #444;
 line-height: 1.8;
	text-align:left;
}

.view-more {
	display: inline-block;
	background-color:rgba(153, 9, 0, 0.8);
  color: #fff;
  font-size: 16px;
  padding: 10px 24px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-top: 10px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 1px;
	 box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
	letter-spacing:0.12em;
}

.view-more:hover {
	background: rgba(153, 9, 0, 0.9);
	transform: translateY(-5px);
	color: #fff;
	opacity: 0.7;
	
}

.view-more:active {
  transform: translateY(2px);
}

/* スマホ用 */
@media (max-width: 768px) {
.problem-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
 padding-bottom: 7rem;
	margin: 6rem 1rem 3rem;
  }

  .problem-item {
    width: 100%;
    height: auto;
  }

  .problem-section {
    text-align: center;
    padding: 0;
    margin-top: -30px;
  }

  .problem-ttlbloc {
    background-color: #746B4C;
    position: relative;
    padding: 15px 0;
  }
  
  .problembox {
    width: 100%;
    padding: 0 12px 15px;
  }

  .problembox h3 {
    font-size: 16px;
	  font-weight:600;
    margin: 8px 0 12px;
  }

  .problem-item p {
    font-size: 13px;
 margin: 23px 0 10px;
    color: #444;
    line-height: 1.6;
  }

  .view-more {
    font-size: 13px;
    padding: 8px 16px;
    width: 90%;
  }
	
	
	
	
	
	
	
	
	
}
/* -------------------診療メニューここまで------------------- */
























/*---------------------------------------------------------------------

  院長紹介
 
 ---------------------------------------------------------------------*/
/* === 全体のレイアウト === */
.intyou {
  background: linear-gradient(
    to bottom,
    rgba(255, 230, 235, 0.9) 0%,  /* 非常に淡いピンク */
    rgba(250, 220, 230, 0.8) 40%, /* 少し濃い目の淡いピンク */
    rgba(240, 210, 220, 0.9) 100% /* さらに淡いピンク */
  );   padding: 40px;
  backdrop-filter: blur(10px);
  position: relative;
}

.intyou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#f4d1e2 1px, transparent 1px); /* 淡いピンクのテクスチャ */
  background-size: 6px 6px;
  opacity: 0.15; /* より控えめなテクスチャ */
  z-index: 0;
}
.profile-container {
  display: flex;
  max-width: 1400px;
  margin: 20px auto;
  align-items: center;
  gap: 40px;
  padding: 60px;
	background: #ffffffb3;
  box-shadow: 0 0px 7px rgba(0, 7, 19, 0.1); /* 非常に薄い影 */
  position: relative;
}

/* === 左側の画像エリア === */
.profile-image {
  flex: 1;
  max-width: 450px;
  position: relative;
}

.profile-image img {
  width: 100%;
  height: auto;
}

/* === 右側のテキストエリア === */
.profile-text {
  flex: 2;
  padding: 10px;
}

/* === 見出しデザイン === */
.clinic-name {
  font-size: 20px;
  font-weight: 500;
  color: #746B4C;
	letter-spacing:0.1em;
}

.position {
  font-size: 18px;
  font-weight: normal;
  color: #f8d6e1; /* 薄いピンク */
}

.doctor-name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  align-items: center;
letter-spacing:0.1em;
}

.jp-name {
  font-size: 32px;
  font-weight: bold;
  margin: 0 10px;
  color: #746b4c;
}

.en-name {
  font-size: 16px;
  font-weight: normal;
  color: rgba(116, 107, 76, 0.6);
}

/* === 罫線デザイン === */
.profile-line {
  width: 100%;
  border: 0.4px solid rgba(116, 107, 76, 0.7);
  margin: 20px 0;
}

.greetbox {
  margin: 15px 0;
  text-align: left;
}

.greetbox p {
  font-size:16px;
	  line-height: 1.8;
	margin-bottom:18px;
}



/* `.profile-details` を2カラムレイアウトにする */
.profile-details {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 20px; 
}
.profile-details li {
  font-size: 12px;
}

/* 各セクションのスタイル */
.profile-section {
  padding: 20px;
  background: rgb(255 255 255 / 85%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* 見出しデザイン */
.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #977c4c;
  margin-bottom: 10px;
}

/* 略歴は1列全体を使う */
.profile-section.history {
  grid-column: span 2; /* 2カラムをまたぐ */
}

/* === 略歴・学会・講演情報のデザイン === */
.profile-section {
  margin-bottom: 20px;
}

.profile-info {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

.profile-info li {
  margin-bottom: 8px;
}

.year {
  font-weight: bold;
  color: #f48fb1;
}

.image-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
    margin: 30px auto;
    padding: 0 70px;
}

.image-box {
  flex: 1 1 calc(33.333% - 20px);
  text-align: center;
}

.image-box img {
  width: 70%;
  height: auto;
  border-radius: 6px;
}

.image-box p {
  margin-top: 10px;
  font-size: 0.95rem;
}


/* ----------------------------------------------------
スマホ用（〜767px）
---------------------------------------------------- */
@media (max-width: 768px) {
  .intyou {
    padding: 15px;
  }

  .profile-details {
      grid-template-columns: 1fr; /* 1カラムに変更 */
  }

  .profile-section.history {
      grid-column: span 1; /* 1カラムで表示 */
  }

  .profile-container {
      flex-direction: column;
      text-align: center;
      padding: 30px 0 0 0;
  }
	
.greetbox p {
  font-size:15px;
	  line-height: 1.8;
}
	
	

  .profile-image {
      max-width: 80%;
  }

  .profile-text {
      padding: 15px;
      width: 90%;
  }
  .profile-section {
    padding: 10px;
	  margin-top:20px;
  }

  .doctor-name {
      flex-direction: column;
      text-align: center;
  }

  .jp-name {
      font-size: 35px;
  }

  .en-name {
      font-size: 14px;
  }

  .section-title {
      font-size: 18px;
  }
  .image-columns {
    padding: 0 15px;
    flex-wrap: nowrap;
    gap: 10px
  }
  .image-box p {
    font-size: 0.7rem;
  }
  .image-box {
    flex: 1 1 100%;
  }
}

.leading-clinic2 {
  font-family: 'Noto Serif JP', serif;
  color: #5b4633;
  background-image: url(https://hata-shika.com/wp-content/uploads/2026/05/greeting_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 3.6em 0 7em;
  overflow: hidden;
  min-height: 100vh;
}

.hero {
  position: relative;
  width: 100%;
  /* height: 1245px; */
  overflow: hidden;
  padding-top: 107px;
}

.hero-text {
  margin: 50px 0;
  padding: 0 50px;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  gap: 20px;
  margin: 0 3%;
}

.hero-text h2 {
  font-size: max(1.786vw,23px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5b4633;
}
.hero-overlay .pttl {
  line-height: 1.3;
  font-size: max(2.8vw, 20px);
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

span.pttlbaio {
  color: #a14242;
}
span.pttlpro {
  background: linear-gradient(180deg, transparent 70%, #f3bfd49e 70%);
}

.hero-text {
  flex: 1;
}


p.nomalvertical-text {
  font-size: 2rem;
  text-align: start;
  color: #fff;
  line-height: 2;
  flex-shrink: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  padding: 0 50px;
}

.nomalvertical-text span {
  color: #f0e68c;
  font-weight: bold;
  font-size: 3rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* ← 強めに追加 */
}

/* タブレット用（768px〜1024px） */
@media (max-width: 1024px) {
  .leading-clinic2 {
    background-position: center top;
    background-size: cover;
  }
}
@media (max-width: 921px) and (min-width: 768px) {
  .profile-container {
    padding: 0;
  }
.profile-details {
gap:5px;
}
  .doctor-name {
    flex-direction: column;
}
  .clinic-name {
    text-align: center;
  }
}


/* スマホ用（〜767px） */
@media (max-width: 767px) {
  .leading-clinic2 {
    background-image: url(https://hata-shika.com/wp-content/uploads/2026/02//doctor_background01.png);
    background-size: cover;
    background-position: center top;
    min-height: auto; /* コンテンツ量で高さ自動調整 */
    padding-top: 80px;
	padding-bottom: 40px;  
    margin-top: -90px;
  }
  .hero {
    padding: 0;
  }
  .hero-text {
    flex-direction: column;
  }

  .hero-overlay {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
  .nomalvertical-text {
    writing-mode: horizontal-tb;
    text-align: left;
  }
}

/*---------------------------------------------------------------------

 症例ブロック
 
 ---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
 症例ブロック：完全版（レスポンシブ完全対応）
 ---------------------------------------------------------------------*/

.dreamsec {
  padding: 80px 0;
  background-image:
    linear-gradient(to right, rgba(189, 192, 196, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(189, 192, 196, 0.2) 1px, transparent 1px);
  background-size: 15px 15px;
  background-color: #f9f9f7;
  font-family: 'Noto Serif JP', serif;
}

/* --- H2見出し --- */
.t-ttl {
  color: #555A42;
  text-align: center;
  margin-bottom: 60px;
}
.t-ttl .txt01 {
  font-size: 36px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}
.t-ttl .txt01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #B9B29A;
}
.t-ttl .txt01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background-color: #76A261;
  z-index: 1;
}
.t-ttl::after {
  content: attr(data-en);
  display: block;
  font-size: 14px;
  color: #B9B29A;
  margin-top: 10px;
  letter-spacing: 0.2em;
}

/* --- 症例カード本体 --- */
.rejuvenation-block {
  background: #f1f3e7; /* カンプの薄いグリーングレー */
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto 60px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.rejuvenation-block.case-01 {
  background: linear-gradient(to bottom, 
    rgba(221, 223, 183, 0.81) 0%, 
    rgba(235, 238, 222, 0.81) 50%, 
    rgba(255, 255, 255, 0.81) 100%);
}

.rejuvenation-block.case-02 {
  background: linear-gradient(to bottom, 
	  rgba(173, 175, 137, 0.81) 0%, 
	  rgba(227, 228, 215, 0.81) 50%, 
	  rgba(255, 255, 255, 0.81) 100%);
}

.rejuvenation-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* --- 数字（0は白、1・2は指定色） --- */
.rejuvenation-number {
  font-size: 80px;
  font-weight: bold;
  color: #6F7D3C; /* 指定のメイン色 */
  line-height: 1;
  margin-bottom: -10px;
}
.rejuvenation-number span {
  color: #ffffff; /* 0だけ白 */
}

.rejuvenation-block h3 {
  font-size: 40px;
  color: #2f2f2f;
  margin: 0;
	letter-spacing:0.02em;
	font-weight:500;
}
.rejuvenation-block .accent {
  color: #6F7D3C;
	font-weight: 600;
}

/* --- Before/After写真エリア --- */
.case-main-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #fff;
  padding: 25px;
}

.photo-item {
  flex: 1;
	text-align: center;
}

/* Before/Afterの茶色いラベルボックス */
.case-label {
  display: inline-block;
  background-color: #746B4C;
  color: #fff;
  font-size: 18px;
  padding: 7px 20px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.photo-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 中央の矢印アイコン */
.case-arrow {
  color: #B9B29A;
	font-size: 32px;
  padding-top: 35px; /* ラベルの高さ分を調整 */
}

/* --- クリンチェックエリア --- */
.clincheck-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  background: #fff;
  padding: 25px;
}
.clin-label {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

/* --- テーブル（詳細データ） --- */
.case-spec-table {
width: 72%;
	margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}
.case-spec-table th,
.case-spec-table td {
  padding: 15px 20px;
  border-bottom: 0.1px solid #BEBEBE;
}
.case-spec-table th {
  background-color: #746B4C;
  color: #fff;
  width: 25%;
  font-weight: 500;
  text-align: left;
}
.case-spec-table td {
  color: #444;
  line-height: 1.6;
}

/* --- 下部ボタン（赤茶色） --- */
.l-btn {
  text-align: center;
  margin-top: 20px;
}
.btn-case-list {
display: inline-block;
    background-color: rgba(153, 9, 0, 0.8);
    color: #fff;
    font-size: 18px;
    padding: 14px 37px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 1px;
    box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
    letter-spacing: 0.12em;
}
.btn-case-list:hover {
	transform: translateY(-3px);
  background: rgba(153, 9, 0, 0.9);
   box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
  color: #fff;
  opacity: 0.7;
}

.btn-case-list:active {
  transform: translateY(2px);
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 767px) {
  .rejuvenation-block {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
  .rejuvenation-number {
    font-size: 56px;
  }
  .rejuvenation-block h3 {
    font-size: 20px;
  }
  /* スマホでもBefore/Afterは横並びを維持、矢印だけ調整 */
  .case-main-visual {
    padding: 15px 10px;
    gap: 8px;
  }
  .case-label {
    font-size: 10px;
    padding: 3px 10px;
  }
  .case-arrow {
    font-size: 14px;
    padding-top: 25px;
  }
  /* クリンチェックはスマホでは1列（または2列）へ */
  .clincheck-grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .case-spec-table th {
    width: 35%;
    font-size: 13px;
    padding: 12px 10px;
  }
  .case-spec-table td {
    font-size: 13px;
    padding: 12px 10px;
  }
}













/*------------------------------------- 無料相談 --------------------------------------*/
section.consultation {
  width: 100%;
  margin-top: max(7.143vw, 93px);
  margin-bottom: max(7.143vw, 93px);
  padding: 0;
  background: #FFFDEF;
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

.consult-block {
  width: 100%;
  max-width: 1400px;
  min-height: 762px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  box-sizing: border-box;
background-image: url(https://hata-shika.com/wp-content/uploads/2026/05/counseling_doctor.png);
background-repeat: no-repeat;
background-position: right 90px top 185px;
background-size: 42% auto;
}

/* 上部の横長帯 */
.consult-block::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 0;
  width: 92%;
  height: 106px;
  background: linear-gradient(90deg, rgba(91, 82, 49, 0.86) 0%, rgba(190, 176, 107, 0.8) 63%, rgba(247, 244, 232, 0.15) 100%);
  z-index: 1;
  pointer-events: none;
}

/* 左上の半透明四角 */
.consult-block::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 93px;
  width: 140px;
  height: 177px;
  background: rgba(197, 189, 152, 0.54);
  z-index: 2;
  pointer-events: none;
}

.consult-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 762px;
}

.consult-text {
  width: 60%;
  padding: 88px 0 0 62px;
  box-sizing: border-box;
}

/* 日本語タイトル */
.consult-text .ja-title {
  margin: 0 0 76px;
  color: #fff;
  font-size: 38px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 4;
}

/* 英語タイトル */
p.en-title {
  width: 100%;
  max-width: 600px;
  margin: 0 0 17px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(116, 83, 52, 0.75);
  color: #745334;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
}

/* 本文 */
.consult-copy {
  max-width: 600px;
}

.consult-copy p {
  margin: 0 0 17px;
  color: #5f4a37;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.consult-copy-b {
 font-weight:600;
}

/* ボタン */
.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 34px;
    padding: 16px 26px;
    background: linear-gradient(90deg, #990900 0%, #DB4F46 50%, #990900 100%);
    box-shadow: 3px 3px 9px rgba(235, 203, 139, 0.65);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
	margin-top:30px;
}

/* 金色グラデーションの外枠 */
.cta-button ::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: 5px;
  bottom: 5px;
  z-index: 1;
	border: 1px solid transparent;
	border-image: linear-gradient(
    90deg,
		#D4AF37 0%,
		#FFE1A0 24%,
		#D4AF37 51%,
		#A67C00 70%,
		#D4AF37 100%
  ) 1;
  pointer-events: none;
}

.cta-button:hover {
  opacity: 0.82;
  transform: translateY(-5px);
}

.cta-button:active {
  transform: translateY(2px);
}
/* =====================================================
  Responsive
===================================================== */
@media screen and (max-width: 768px) {
  section.consultation {
    margin-top: 0px;
    margin-bottom: 70px;
    background: #f7f4e8;
  }

  .consult-block {
    min-height: auto;
    padding: 0 0 60px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.45) 0%,
        rgba(255, 255, 255, 0.45) 38%,
        rgba(255, 255, 255, 0.45) 100%
      ),url(https://hata-shika.com/wp-content/uploads/2026/05/counseling_doctor.png) no-repeat top center / cover;
  }

  .consult-block::before {
    top: 45px;
    left: 0;
    width: 117%;
    height: 72px;
  }

  .consult-block::after {
    top: 25px;
    left: 24px;
    width: 82px;
    height: 118px;
  }

  .consult-inner {
    min-height: auto;
  }

  .consult-text {
    width: 100%;
    padding: 68px 22px 0;
    text-align: left;
  }

  .consult-text .ja-title {
    margin: 0 0 62px;
    font-size: 25px;
    line-height: 1.55;
    letter-spacing: 0.06em;
	  font-weight: 500;
	  white-space: nowrap;
	  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
  }

  p.en-title {
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
    font-size: 25px;
  }

  .consult-copy {
    max-width: none;
  }

  .consult-copy p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .cta-button {
    margin-top: 18px;
    padding: 18px 26px;
    font-size: 19px;
	}
	
	 .cta-button a{
    font-size: 19px;
	}
	
}
@media screen and (max-width: 375px) {
	  .consult-text .ja-title {
    font-size: 22px;
		  white-space: nowrap
  }
}
/*------------------------------------- 無料相談ここまで --------------------------------------*/




@media screen and (max-width: 768px) {
    .br-sp {
        display: inline; /* あるいは空文字のまま表示させる */
    }
}

/* PC幅（例: 769px以上）で「br-sp」クラスの<br>を非表示にする */
@media screen and (min-width: 769px) {
    .br-sp {
        display: none;
    }
}





.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .sp_only {
  display: block;
}
.pc_only {
  display: none;
}
}

/* PCのみ改行を表示 */
@media screen and (min-width: 769px) {
    .br-pc {
        display: inline;
    }
}

/* スマホ（768px以下）ではPC用の改行を無効化 */
@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }
}

/* ============================================================
  ピックアップ診療 基本設定（PCベース）
============================================================ */
.sec08 {
  position: relative;
  overflow: hidden;
  padding: 42px 0 90px;
  background-color: #fff;
  background-image: radial-gradient(rgba(203, 198, 173, 0.45) 1px, transparent 1px);
  background-size: 14px 14px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  color: #3f3f3f;
}

.sec08::before {
  content: none;
}

.sec08 * {
  box-sizing: border-box;
}


/* ============================================================
  上部メインビジュアル
============================================================ */
.v-h2-container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto 70px;
  padding: 0 132px;
  background-image: url("https://hata-shika.com/wp-content/uploads/2026/05/v-h2-container_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.v-h2-container::before {
  content: "";
  position: absolute;
  right: 119px;
  top: 65px;
  width: 560px;
  height: 500px;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(145, 145, 125, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 145, 125, 0.15) 1px, transparent 1px);
  background-size: 6px 6px;
}

.v-h2 {
  position: relative;
  min-height: 570px;
  z-index: 1;
}

.v-h2::before {
  content: "P";
  position: absolute;
  left: 28px;
  top: 27px;
  z-index: 1000;
  font-size: clamp(82px, 7.2vw, 126px);
  line-height: 0.86;
  letter-spacing: 0.04em;
  color: rgba(125, 125, 125, 0.23);
  font-weight: 400;
  pointer-events: none;
  font-family: "Times New Roman", serif;
}

.v-h2::after {
  content: "ICK UP";
  position: absolute;
  left: 82px;
  top: 60px;
  z-index: 1000;
  font-size: clamp(42px, 3.8vw, 72px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(125, 125, 125, 0.23);
  font-weight: 400;
  pointer-events: none;
  font-family: "Times New Roman", serif;
}

.v-h2__label {
  position: absolute;
  right: 66px;
  top: -23px;
  z-index: 5;
  margin: 0;
  padding: 27px 4px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #6f7747E6;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.3em;
  font-weight: 400;
}

.v-h2__main-wrap {
  position: absolute;
  right: 126px;
  top: 46px;
  z-index: 4;
}

.v-h2__main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
}

.v-h2__lead {
  display: block;
  color: #4b4b4b;
  font-size: 33px;
  line-height: 0.8;
  letter-spacing: 0.2em;
  padding-top: 0;
  margin-top: 6px;
  padding-right: 17px;
}

.v-h2__title {
  display: block;
  color: #2f2f2f;
  font-size: 41px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.v-h2__titleBox {
  display: inline-block;
  padding: 8px 1px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(70, 70, 70, 0.85);
  position: relative;
}

.v-h2__titleBox::before,
.v-h2__titleBox::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 21px;
  height: 1px;
  background: rgba(70, 70, 70, 0.45);
  pointer-events: none;
}

.v-h2__titleBox::before {
  top: 18px;
}

.v-h2__titleBox::after {
  bottom: 18px;
}

.v-h2-img {
  position: absolute;
  left: 20px;
  top: 108px;
  z-index: 100;
  width: min(836px);
  margin: 0;
}

.v-h2-img::before {
  content: "M";
  position: absolute;
  left: 34px;
  top: 10px;
  z-index: 4;
  font-size: clamp(82px, 6.2vw, 126px);
  line-height: 0.86;
  letter-spacing: 0.04em;
  color: rgba(125, 125, 125, 0.23);
  font-weight: 400;
  pointer-events: none;
  font-family: "Times New Roman", serif;
}

.v-h2-img::after {
  content: "EDICAL TREATMENT";
  position: absolute;
  left: 108px;
  top: 32px;
  z-index: 4;
  font-size: clamp(42px, 3.8vw, 72px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(125, 125, 125, 0.23);
  font-weight: 400;
  pointer-events: none;
  font-family: "Times New Roman", serif;
  white-space: nowrap;
}

.v-h2-img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 84%;
  height: 387px;
  top: 61px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.06);
}

/* ============================================================
  下部コンテンツ共通カード
============================================================ */
.dental-pickup-section {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.dental-pickup-section:last-child {
  margin-bottom: 0;
}

.fusion-container {
  position: relative;
  max-width: 970px;
  min-height: 570px;
  margin: 0 20px 0 81px;
  padding: 44px 101px 40px 150px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #746B4C;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.08);
}

/* 縦書きタイトル設定 */
.side-title {
  position: absolute;
  left: 22px;
  top: 28px;
  width: 105px;
  height: 350px;
  z-index: 3;
}

.en-text {
  position: absolute;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: rgba(92, 92, 92, 0.34);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 400;
}

.sub-vertical {
  position: absolute;
  left: 82px;
  top: 7px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #555;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.16em;
}

.vertical-title {
  position: absolute;
  left: 26px;
  top: 52px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #333;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 400;
  white-space: nowrap;
  overflow: visible;
}

.vertical-title__accent {
  display: inline-block;
  color: #8b7c45;
  font-size: 1.45em;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: inherit;
  text-orientation: inherit;
}

/* メイン部分のアイテム並び */
.main-content {
  position: relative;
  z-index: 4;
}

.main-content-reverse {
  position: relative;
  z-index: 4;
  left: -35px;
}

.top-comparison {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px;
  margin: 0 0 18px;
  padding-left: 18px;
}

.item {
  width: 220px;
  text-align: center;
}

.item-name {
  margin: 0 0 8px;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.item-img {
  width: 100%;
  height: 147px;
  overflow: hidden;
  background: #f7f7f7;
  border: none;
  box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.08);
}

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

.plus-icon {
  padding-top: 93px;
  color: #8b8268;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}

/* 中間バナー帯 */
.middle-banner {
  position: relative;
  z-index: 2;
  width: calc(100% + 95px);
  margin: 0 0 22px;
  padding: 13px 20px 15px;
  color: #fff;
  background-color: rgba(109, 103, 75, 0.95);
  background-image: url("https://hata-shika.com/wp-content/uploads/2026/05/middle-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-sub {
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.banner-main {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.banner-main span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 72%, #87A64F 67%);
  font-size: 28px;
  line-height: 1.15;
}

/* 特徴リスト */
.feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-points li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 24px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 0.7px solid rgb(68, 68, 68);
}

.feature-points li::after {
  content: "✓";
  position: absolute;
  left: 1px;
  top: 1px;
  font-weight: 1000;
  color: rgb(178, 59, 50);
  font-size: 19px;
  line-height: 1;
}

/* View More ボタン */
.dental-pickup-section .pickup-more {
  margin-top: 40px;
  text-align: left;
}

.dental-pickup-section .pickup-more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 34px;
  padding: 16px 39px;
  background: linear-gradient(90deg, #990900 0%, #DB4F46 50%, #990900 100%);
  box-shadow: 3px 3px 9px rgba(235, 203, 139, 0.65);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dental-pickup-section .pickup-more a::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #D4AF37 0%, #FFE1A0 24%, #D4AF37 51%, #A67C00 70%, #D4AF37 100%) 1;
  pointer-events: none;
}

.dental-pickup-section .pickup-more a:hover {
  opacity: 0.82;
  transform: translateY(-5px);
}

.dental-pickup-section .pickup-more a:active {
  transform: translateY(2px);
}

/* はみ出すドクター・診療風景画像 */
.doctor-visual {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.dental-pickup-section--periodontal .doctor-visual.pc_only {
  right: -131px;
  top: 112px;
  width: 260px;
}

.dental-pickup-section--periodontal .doctor-visual img {
  height: 368px;
  object-fit: cover;
}

.dental-pickup-section--aesthetic .doctor-visual.pc_only {
  left: -132px;
  top: 110px;
  width: 270px;
}

.dental-pickup-section--aesthetic .doctor-visual img {
  height: 368px;
  object-fit: cover;
}

.doctor-visual img {
  display: block;
  width: 100%;
  box-shadow: 7px 9px 12px rgba(0, 0, 0, 0.12);
}

/* ============================================================
  2つ目：左右反転レイアウト用のPC定義
============================================================ */
.dental-pickup-section--reverse .fusion-container {
  padding: 44px 150px 40px 210px;
  left: 130px;
}

.dental-pickup-section--reverse .side-title {
  left: auto;
  right: 22px;
}

.dental-pickup-section--reverse .en-text {
  left: auto;
  right: 0;
}

.dental-pickup-section--reverse .sub-vertical {
  left: auto;
  right: 30px;
}

.dental-pickup-section--reverse .vertical-title {
  left: auto;
  right: 57px;
}

.dental-pickup-section--reverse .top-comparison {
  padding-left: 0;
  justify-content: left;
}

.dental-pickup-section--reverse .middle-banner {
  width: calc(88% + 165px);
  right: 41px;
  padding-left: 34px;
}

/* ============================================================
  中画面・タブレット対応 (769px 〜 1100px)
============================================================ */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .v-h2-container {
    max-width: 960px;
  }

  .v-h2-img {
    left: 20px;
    width: 62%;
  }

  .v-h2__label {
    right: 54px;
  }

  .v-h2__main-wrap {
    right: 95px;
  }

  .fusion-container {
    max-width: calc(100% - 80px);
    padding: 42px 120px 38px 130px;
  }

  .dental-pickup-section--reverse .fusion-container {
    padding: 42px 130px 38px 170px;
  }

  .item {
    width: 190px;
  }

  .item-img {
    height: 100px;
  }

  .middle-banner {
    width: calc(100% + 50px);
  }

  .banner-main {
    font-size: 18px;
  }

  .banner-main span {
    font-size: 24px;
  }

  .dental-pickup-section--periodontal .doctor-visual.pc_only {
    right: -30px;
    width: 220px;
  }

  .dental-pickup-section--aesthetic .doctor-visual.pc_only {
    left: -60px;
    width: 230px;
  }
}

/* ============================================================
  スマートフォン対応 (〜 768px)
  上部v-h2-containerは既存の縮小表示を維持
============================================================ */
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 6vw 0 12vw;
    background-size: 10px 10px;
  }


  /* ------------------------------------------------------------
    上部メインビジュアル
  ------------------------------------------------------------ */
  .v-h2-container {
    max-width: 100%;
    min-height: 65vw;
    margin: 0 auto 21vw;
    padding: 0 4vw;
    background-size: 133% auto;
  }

  .v-h2-container::before {
    right: 4vw;
    top: 4vw;
    width: 45vw;
    height: 45vw;
    background-size: 4px 4px;
  }

  .v-h2 {
    min-height: 65vw;
  }

  .v-h2::before {
    left: 2vw;
    top: 2vw;
    font-size: 11vw;
  }

  .v-h2::after {
    left: 8.5vw;
    top: 5vw;
    font-size: 6vw;
    font-weight: 600;
  }

  .v-h2__label {
    right: 2vw;
    top: -2vw;
    padding: 2.5vw 0.6vw;
    font-size: 3.8vw;
    letter-spacing: 0.2em;
  }

  .v-h2__main-wrap {
    right: 10vw;
    top: 4vw;
  }

  .v-h2__lead {
    font-size: 4.4vw;
    padding-right: 2.5vw;
    margin-top: 0.5vw;
  }

  .v-h2__title {
    font-size: 5.8vw;
  }

  .v-h2__titleBox {
    padding: 1vw 0.2vw;
  }

  .v-h2__titleBox::before,
  .v-h2__titleBox::after {
    left: -1.2vw;
    width: 2vw;
  }

  .v-h2__titleBox::before {
    top: 1.8vw;
  }

  .v-h2__titleBox::after {
    bottom: 1.8vw;
  }

  .v-h2-img {
    left: 2vw;
    top: 10vw;
    width: 65vw;
  }

  .v-h2-img::before {
    left: 3vw;
    top: 1vw;
    font-size: 11vw;
  }

  .v-h2-img::after {
    left: 13vw;
    top: 5vw;
    font-size: 5.5vw;
    font-weight: 600;
  }

  .v-h2-img img {
    width: 100%;
    height: 53vw;
    top: 5vw;
    box-shadow: 1.5vw 1.5vw 0 rgba(0, 0, 0, 0.06);
  }

  /* ------------------------------------------------------------
    下部2ブロック：モバイル版カンプ再現
  ------------------------------------------------------------ */
  .sec08 .dental-pickup-section {
    position: relative;
    margin-bottom: 54px;
    padding: 0;
  }

  .sec08 .dental-pickup-section:last-child {
    margin-bottom: 0;
  }

  .sec08 .dental-pickup-section .pc_only {
    display: block !important;
  }

  .sec08 .fusion-container {
    --card-pad: clamp(18px, 5vw, 24px);

    position: relative;
    overflow: visible;
    max-width: none;
    min-height: auto;
    padding-right: var(--card-pad);
    padding-left: var(--card-pad);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(116, 107, 76, 0.45);
    box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.10);
  }

  /* ==============================
    1つ目：歯周病ブロック
  ============================== */
  .dental-pickup-section--periodontal .fusion-container {
    width: calc(100% - 25px);
    margin: 32px 25px 0 0;
    padding-top: clamp(190px, 42vw, 205px);
    padding-bottom: 28px;
  }

  .dental-pickup-section--periodontal .doctor-visual.pc_only {
    display: block ;
    position: absolute;
    right: -25px;
    top: -32px;
    z-index: 5;
    width: clamp(230px, 61.5vw, 300px);
    height: clamp(163px, 43.8vw, 214px);
    pointer-events: none;
  }

  .dental-pickup-section--periodontal .doctor-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
  }

  /* ==============================
    2つ目：審美治療ブロック
  ============================== */
  .dental-pickup-section--aesthetic .fusion-container {
    width: calc(100% - 27px);
    margin: 48px 0 0 27px;
    padding-top: clamp(184px, 47vw, 246px);
    padding-bottom: 28px;
	  padding-left: 9px;
    left: auto !important;
    right: auto !important;
  }

  .dental-pickup-section--aesthetic .doctor-visual.pc_only {
    display: block !important;
    position: absolute;
    left: -27px;
    top: -33px;
    z-index: 5;
    width: clamp(230px, 61vw, 317px);
    height: clamp(163px, 44vw, 228px);
    pointer-events: none;
  }

  .dental-pickup-section--aesthetic .doctor-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
  }

  /* ==============================
    縦書きタイトル
  ============================== */
  .sec08 .side-title {
    position: absolute;
    top: 17px;
    left: 19px;
    z-index: 6;
    width: 132px;
    height: 250px;
  }

  .sec08 .en-text {
    position: absolute;
    left: -9px;
    top: -5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: rgba(92, 92, 92, 0.30);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.14em;
  }

  .sec08 .sub-vertical {
    position: absolute;
    left: 71px;
    top: -5px;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #555;
    font-size: clamp(10px, 2.5vw, 14px);
    line-height: 1.25;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .sec08 .vertical-title {
    position: absolute;
    left: 36px;
    top: 74px;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #333;
    font-size: clamp(25px, 5.6vw, 30px);
    line-height: 1.15;
    letter-spacing: 0.12em;
    font-weight: 400;
    white-space: nowrap;
  }

  .sec08 .vertical-title__accent {
    color: #8b7c45;
    font-size: 1.45em;
    line-height: 1;
  }

  .dental-pickup-section--reverse .side-title {
    left: auto !important;
    right: 17px;
    top: 21px;
  }

  .dental-pickup-section--reverse .en-text {
    left: auto !important;
    right: -10px;
  }

  .dental-pickup-section--reverse .sub-vertical {
    left: auto !important;
    right: 7px;
    top: -4px;
  }

  .dental-pickup-section--reverse .vertical-title {
    left: auto !important;
    right: 58px;
    top: 78px;
  }

  /* ==============================
    メインコンテンツ
  ============================== */
  .sec08 .main-content,
  .sec08 .main-content-reverse {
    position: relative;
    z-index: 4;
    left: auto !important;
    top: auto !important;
  }

  .sec08 .top-comparison {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(8px, 2.8vw, 15px);
    margin: 0;
  }

  .dental-pickup-section--periodontal .top-comparison {
    padding-left: clamp(86px, 25vw, 124px);
    margin-bottom: 21px;
  }

  .dental-pickup-section--reverse .top-comparison {
    padding-left: clamp(0px, 1vw, 40px) !important;
    margin-bottom: 17px;
  }

  .sec08 .item {
    width: clamp(88px, 24.3vw, 118px);
    text-align: center;
  }

  .sec08 .item-name {
    margin: 0 0 8px;
    color: #4c4c4c;
    font-size: clamp(10px, 2.3vw, 12px);
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-weight: 600;
  }

  .sec08 .item-img {
    width: 100%;
    height: clamp(66px, 16vw, 78px);
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.10);
  }

  .dental-pickup-section--aesthetic .item {
    width: clamp(96px, 24vw, 125px);
  }

  .dental-pickup-section--aesthetic .item-img {
    height: clamp(76px, 18.8vw, 98px);
  }

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

  .sec08 .plus-icon {
    padding-top: clamp(45px, 11vw, 58px);
    color: #8b8268;
    font-size: clamp(15px, 3.2vw, 18px);
    line-height: 1;
    font-weight: 300;
  }

  /* ==============================
    中間バナー
  ============================== */
  .sec08 .middle-banner {
    position: relative;
    right: auto !important;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 86px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 10px 13px;
    color: #fff;
    background-color: rgba(109, 103, 75, 0.95);
    background-image: url("https://hata-shika.com/wp-content/uploads/2026/05/middle-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .dental-pickup-section--periodontal .middle-banner {
    width: calc(100% + (var(--card-pad) * 2) + 56px);
    margin-left: calc((13px + var(--card-pad)) * -1);
  }

  .dental-pickup-section--aesthetic .middle-banner {
    width: calc(100% + (var(--card-pad) * 2) + 30px);
    margin-left: calc((29px + var(--card-pad)) * -1);
    padding-left: 10px !important;
  }

  .sec08 .banner-sub {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(16px, 2.9vw, 15px);
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-align: center;
    font-weight: 600;
  }

  .sec08 .banner-main {
    margin: 0;
    color: #fff;
    font-size: clamp(14px, 3.05vw, 16px);
    line-height: 1.85;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 400;
  }

  .sec08 .banner-main span {
    display: inline-block;
    padding: 0 4px;
    background: linear-gradient(transparent 72%, #87A64F 67%);
    font-size: clamp(30px, 6.0vw, 29px);
    line-height: 1.1;
    font-weight: 400;
  }

  /* ==============================
    チェックリスト
  ============================== */
  .sec08 .feature-points {
    list-style: none;
    margin: 27px 0 0;
    padding: 0;
  }

  .sec08 .feature-points li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 27px;
    color: #3e3e3e;
    font-size: clamp(10.5px, 2.8vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    white-space: normal;
  }

  .sec08 .feature-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 14px;
    height: 14px;
    border: 0.7px solid #444;
  }

  .sec08 .feature-points li::after {
    content: "✓";
    position: absolute;
    left: -1px;
    top: 0em;
    color: #b23b32;
    font-size: 21px;
    line-height: 1;
    font-weight: 1000;
  }

  /* ==============================
    View Moreボタン
  ============================== */
  .sec08 .pickup-more {
    margin-top: 28px;
    text-align: right;
  }

  .dental-pickup-section--periodontal .pickup-more {
    margin-right: -14px;
  }

  .dental-pickup-section--aesthetic .pickup-more {
    margin-right: 18px;
  }

  .sec08 .pickup-more a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(160px, 36vw, 180px);
    min-width: 0;
    min-height: 50px;
    padding: 0 18px;
    background: linear-gradient(90deg, #990900 0%, #DB4F46 50%, #990900 100%);
    box-shadow: 3px 3px 9px rgba(235, 203, 139, 0.65);
    color: #fff;
    font-size: clamp(19px, 4.2vw, 22px);
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .sec08 .pickup-more a::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: 4px;
    bottom: 4px;
    z-index: 1;
    border: 1px solid transparent;
    border-image: linear-gradient(
      90deg,
      #D4AF37 0%,
      #FFE1A0 24%,
      #D4AF37 51%,
      #A67C00 70%,
      #D4AF37 100%
    ) 1;
    pointer-events: none;
  }

  .sec08 .pickup-more a:hover {
    opacity: 0.82;
    transform: none;
  }
}
/* ============================================================
  PC表示時：診療ブロックを中央基準に補正
  画面縮小・ブラウザ90%/80%表示でも左寄りを防ぐ
============================================================ */
@media screen and (min-width: 769px) {
  .sec08 .dental-pickup-section {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }

  .sec08 .fusion-container {
    width: min(970px, calc(100% - 220px));
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  /* 1つ目：右側に写真が出るブロックは、中央基準から少し左へ */
  .sec08 .dental-pickup-section:not(.dental-pickup-section--reverse) .fusion-container {
    transform: translateX(-60px);
  }

  /* 2つ目：左側に写真が出るブロックは、中央基準から少し右へ */
  .sec08 .dental-pickup-section--reverse .fusion-container {
    transform: translateX(60px);
  }
}

/*-------------------ピックアップ診療ここまで--------------------*/

/*---------------------------------------------------------------------
 【1】コンセプト　基本構造・背景設定
 ---------------------------------------------------------------------*/

/* ============================================================
   共通設定
   ============================================================ */
.clinic-promise {
  font-family: "Noto Serif JP", serif;
}

:root {
  --main-red: #990900;
  --text-brown: #644A2F;
  --text-black: #444444;	
  --marker-color: rgba(153, 9, 0, 0.16);
}

.clinic-promise {
  font-family: "Noto Serif JP", serif;
  color: var(--text-brown);
}

/* ============================================================
   PC版のデザイン
   ※現状のPC表示を変えないため、既存CSSを維持
   ============================================================ */
@media screen and (min-width: 769px) {
  .clinic-promise {
    padding: 140px 0;
    background-color: #fff;
  }

  .promise-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .promise-badge {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background-color: var(--main-red);
    opacity: 0.8;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
  }

  .promise-badge::after {
    content: "";
    position: absolute;
    width: 136px;
    height: 136px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    top: 6px;
    left: 6px;
  }

  .promise-badge-jp {
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
  }

  .promise-badge-jp .lg {
    font-size: 28px;
    vertical-align: -2px;
    margin-right: 2px;
  }

  .promise-badge-en {
    font-size: 14px;
    margin-top: 5px;
    z-index: 1;
    opacity: 0.9;
    letter-spacing: 0.1em;
  }

  .promise-card-inner {
    background-image: url('https://hata-shika.com/wp-content/uploads/2026/04/concept_bg.png');
    background-size: cover;
    background-position: center;
    padding: 10px 0 0;
    position: relative;
  }

  .promise-heading-area {
    padding: 40px 30px 0px 30px;
    margin-bottom: 0px;
  }

  .promise-heading {
    color: #fff;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 500;
    text-shadow:
      0 0 15px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 0.8);
  }

  .heading-num {
    color: var(--main-red);
    font-size: 78px;
    font-weight: 700;
  }

  .promise-glass-panel {
    margin: 0 0 0 40px;
    position: relative;
    overflow: hidden;
  }

  .promise-main-flex {
    display: flex;
    align-items: stretch;
  }

  .promise-content-left {
    flex: 1.5;
    padding: 0px 0 20px 0px;
    padding-bottom: 60px;
  }

  .promise-body-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-top: 115px;
    margin-bottom: 50px;
    color: var(--text-brown);
    text-align: justify;
    margin-right: -440px;
  }

  .promise-body-accent {
    position: relative;
    margin-top: 80px;
    margin-bottom: 30px;
    z-index: 1;
  }

  .promise-body-accent-heading {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: var(--text-brown);
	  white-space: nowrap
  }

  .accent-bg-text {
    position: absolute;
    left: -10px;
    top: -45px;
    font-size: 70px;
    font-family: "Noto Serif JP", serif;
    color: #E5E1D3;
    opacity: 0.5;
    z-index: -1;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
  }

  .accent-bg-text span {
    font-size: 110px;
    vertical-align: -5px;
  }

  .text-red {
    color: var(--main-red);
    font-weight: bold;
  }

  .promise-check-list {
    list-style: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 0px 20px 30px;
  }

  .promise-check-item {
    position: relative;
    padding-left: 34px;
    margin-bottom: 18px;
    font-size: 18px;
    color: var(--text-brown);
  }

  .promise-check-item::before {
content: "";
  position: absolute;
  left: 0;
  /* テキストの縦中央を基準にする */
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #444444;
  box-sizing: border-box; /* 線の太さを含める */
  }

  .promise-check-item::after {
 content: "✓";
  position: absolute;
  left: 0;
  /* 四角い箱と全く同じ中央基準、全く同じサイズにする */
  top: 37%;
  transform: translateY(-50%);
  width: 20px; 
  height: 20px;
  
  /* 文字ではなく「要素」として真ん中に配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-family: "Noto Serif JP", serif;
  font-size: 22px; /* 箱からハミ出さない綺麗なサイズに微調整 */
  font-weight: 900;
  color: var(--main-red);
  }

  .promise-marker {
    color: #644A2F;
    font-weight: 620;
    background: linear-gradient(transparent 60%, var(--marker-color) 0%);
    padding: 0 2px;
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .promise-content-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .promise-main-visual-wrap {
    width: 88%;
    line-height: 0;
    margin-bottom: -1px;
  }

  .promise-main-img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ============================================================
   タブレット・スマホ版
   添付イメージに合わせて、院長画像を大きく重ねる
   ※PC版には影響しない
   ============================================================ */
@media screen and (max-width: 768px) {
  .clinic-promise {
    padding: 58px 0 0;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 70px;
  }

  .promise-container {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
  }

  .promise-card-outer {
    width: 100%;
  }

  .promise-card-inner {
    position: relative;
    overflow: hidden;
    background-image: url('https://hata-shika.com/wp-content/uploads/2026/04/concept_bg.png');
    background-size: cover;
    background-position: center top;
    padding: 0;
  }

  .promise-card-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 240, 224, 0.72);
    z-index: 0;
    pointer-events: none;
  }

  .promise-card-inner > * {
    position: relative;
    z-index: 1;
  }

  .promise-badge {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 104px;
    height: 104px;
    background-color: var(--main-red);
    opacity: 0.92;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    color: #fff;
  }

  .promise-badge::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    top: 5px;
    left: 5px;
  }

  .promise-badge-jp {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    z-index: 1;
  }

  .promise-badge-jp .lg {
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 1px;
  }

  .promise-badge-en {
    font-size: 8px;
    margin-top: 4px;
    z-index: 1;
    opacity: 0.95;
    letter-spacing: 0.12em;
  }

  .promise-heading-area {
    min-height: 230px;
    padding: 62px 22px 20px;
    display: flex;
    align-items: center;
    background: rgba(74, 70, 55, 0.38);
  }

  .promise-heading {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 6.2vw, 30px);
    line-height: 1.65;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-shadow:
      0 0 14px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 0.8);
  }

  .heading-num {
    color: var(--main-red);
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1;
    font-weight: 700;
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.9),
      0 2px 2px rgba(0, 0, 0, 0.16);
  }

  .promise-glass-panel {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: rgba(255, 250, 239, 0.86);
  }

  .promise-main-flex {
    display: block;
    position: relative;
    padding: 34px 24px 26px;
  }

  .promise-content-left {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .promise-body-text {
    margin: 0 0 56px;
    padding: 0;
    color: var(--text-brown);
    font-size: clamp(13px, 3.45vw, 15px);
    line-height: 1.85;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: justify;
  }

  .promise-body-accent {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    padding: 0;
  }

  .promise-body-accent-heading {
    position: relative;
    z-index: 2;
    margin: 0;
    padding-right: clamp(92px, 26vw, 128px);
    color: var(--text-brown);
    font-size: clamp(16px, 4.3vw, 20px);
    line-height: 1.45;
    letter-spacing: 0.04em;
    font-weight: 500;
	  white-space: nowrap
  }

  .text-red {
    color: var(--main-red);
    font-weight: 600;
  }

  .accent-bg-text {
    position: absolute;
    left: -8px;
    top: -30px;
    color: #E5E1D3;
    opacity: 0.58;
    z-index: -1;
    white-space: nowrap;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(42px, 11vw, 58px);
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
  }

  .accent-bg-text span {
    font-size: clamp(58px, 15vw, 78px);
    vertical-align: -4px;
  }

  .promise-check-list {
    position: relative;
    z-index: 2;
    width: calc(100% - 68px);
    list-style: none;
    margin: 0 0 36px;
    padding: 12px 12px 12px 12px;
    background: rgba(255, 255, 255, 0.72);
    box-sizing: border-box;
  }

  .promise-check-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    color: var(--text-brown);
    font-size: clamp(8px, 2.35vw, 11px);
    line-height: 1.45;
    letter-spacing: 0.01em;
  }

  .promise-check-item:last-child {
    margin-bottom: 0;
  }

  .promise-check-item::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #8b8578;
  background: rgba(255, 255, 255, 0.45);
  box-sizing: border-box;
  }

  .promise-check-item::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-family: "Noto Serif JP", serif;
  font-size: 14px; /* 12pxの箱に対して綺麗に収まるサイズ */
  font-weight: 900;
  color: var(--main-red);
  }

  .promise-marker {
    color: #644A2F;
    font-weight: 620;
    background: linear-gradient(transparent 60%, var(--marker-color) 0%);
    padding: 0 1px;
    font-size: inherit;
    letter-spacing: 0.02em;
  }

  .promise-content-right {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: clamp(136px, 32vw, 178px);
    display: block;
    z-index: 3;
    pointer-events: none;
  }

  .promise-main-visual-wrap {
    width: 100%;
    line-height: 0;
    margin: 0;
  }

  .promise-main-img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ============================================================
   小さいスマホ用
   添付画像の比率に近づける微調整
   ============================================================ */
@media screen and (max-width: 480px) {
  .clinic-promise {
    padding-top: 58px;
	  margin-bottom: 20px;
  }

  .promise-container {
    max-width: none;
    width: 100%;
  }
.promise-card-inner {
    /* スマホ専用の新しい背景画像のURLを指定（用意した画像のパスに書き換えてください） */
    background-image: url('https://hata-shika.com/wp-content/uploads/2026/05/concept_bg_sp.png');
    
    /* 背景画像の表示位置を調整（中央合わせ。上が見切れる場合は top に変更してください） */
    background-position: center top; 
  }
	.promise-card-inner::before {
    background: none;
  }

  .promise-glass-panel {
    background: none;	
  }
	
	.promise-glass-panel{
	background:none;	
	}
	
	.promise-badge {
    top: -49px;
    width: 102px;
    height: 102px;
  }

  .promise-badge::after {
    width: 90px;
    height: 90px;
  }

  .promise-heading-area {
    min-height: 230px;
    padding: 60px 20px 18px;
	  background:none;
  }

  .promise-heading {
    font-size: 23px;
    line-height: 1.68;
    letter-spacing: 0.075em;
  }

  .heading-num {
    font-size: 48px;
  }

  .promise-main-flex {
    padding: 38px 23px 22px;
  }

  .promise-body-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 58px;
	  margin-top:20px;
	  font-weight:500;
  }

  .promise-body-accent {
    margin-bottom: 14px;
  }

  .promise-body-accent-heading {
	  font-size: 15px;
    line-height: 1.5;
    padding-right: 96px;
  }

  .accent-bg-text {
    left: -9px;
    top: -28px;
    font-size: 42px;
  }

  .accent-bg-text span {
    font-size: 58px;
  }

  .promise-check-list {
    width: calc(100% - 64px);
    padding: 8px 10px 8px 10px;
    margin-bottom: 28px;
  }

  .promise-check-item {
	  padding-left: 11px;
    font-size: 10px;
    line-height: 1.48;
    margin-bottom: 5px;
  }

  .promise-check-item::before {
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  }

  .promise-check-item::after {
 left: 1px;
	  top: 39%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  font-size: 11px; /* 9pxの箱に最適化 */
  }

  .promise-content-right {
    right: -6px;
    bottom: -10px;
    width: 125px;
  }
}

/* ============================================================
   さらに狭い端末用
   横幅が足りない場合の崩れ防止
   ============================================================ */
@media screen and (max-width: 360px) {
  .promise-heading {
    font-size: 20px;
  }

  .heading-num {
    font-size: 44px;
  }

  .promise-main-flex {
    padding-left: 18px;
    padding-right: 18px;
  }

  .promise-body-text {
    font-size: 12px;
  }

  .promise-body-accent-heading {
    font-size: 15px;
    padding-right: 82px;
	  white-space: nowrap
  }

  .promise-check-list {
    width: calc(100% - 54px);
  }

  .promise-check-item {
    font-size: 8px;
  }

  .promise-content-right {
    right: -4px;
    width: 124px;
  }
}

@media screen and (max-width: 768px) {
  .sec08 .v-h2__main-wrap {
    right: auto;
	  left: 296px;
    top: 4vw;
    transform: translateX(-50%);
  }

  .sec08 .v-h2__main {
    margin: 0;
  }
}

/* ============================================================
  スマホ版：縦書きタイトルを2列に分けてデザインカンプ寄せ
============================================================ */

/* PCでは通常のインライン扱いにして、見た目を変えない */
.vertical-title__line {
  display: inline;
}

@media screen and (max-width: 768px) {

  /* 親要素を2列配置用の基準に変更 */
  .sec08 .vertical-title--periodontal,
  .sec08 .vertical-title--aesthetic {
    position: absolute;
    writing-mode: initial;
    text-orientation: initial;
    white-space: normal;
    overflow: visible;
    line-height: 1;
  }

  /* 各行を縦書きの独立カラムとして配置 */
  .sec08 .vertical-title--periodontal .vertical-title__line,
  .sec08 .vertical-title--aesthetic .vertical-title__line {
    position: absolute;
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: inherit;
    line-height: 1.15;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  /* ==============================
    歯周病：歯で悩むのは / 今日で卒業
  ============================== */
  .sec08 .vertical-title--periodontal {
    left: -10px;
    top: 41px;
    width: 78px;
    height: 185px;
    font-size: clamp(16px, 5.6vw, 30px);
  }

  .sec08 .vertical-title--periodontal .vertical-title__line--01 {
    right: 6px;
    top: 0;
  }

  .sec08 .vertical-title--periodontal .vertical-title__line--02 {
    right: 38px;
    top: 93px;
  }

  /* ==============================
    審美治療：きれいな口元で / 素敵な笑顔へ
  ============================== */
  .sec08 .vertical-title--aesthetic {
    right: 27px !important;
    top: 37px;
    width: 78px;
    height: 195px;
    font-size: clamp(16px, 4.8vw, 30px);
  }

  .sec08 .vertical-title--aesthetic .vertical-title__line--01 {
    right: 0;
    top: 0;
  }

  .sec08 .vertical-title--aesthetic .vertical-title__line--02 {
    right: 26px;
    top: 62px;
  }

  /* アクセント文字の見え方をスマホでも維持 */
  .sec08 .vertical-title--periodontal .vertical-title__accent,
  .sec08 .vertical-title--aesthetic .vertical-title__accent {
    display: inline-block;
    color: #8b7c45;
    font-size: 1.4em;
    line-height: 1;
    writing-mode: inherit;
    text-orientation: inherit;
  }
}

/* 受賞 */
/* プロバイダーブロック全体 */
.provider_section {
  padding: 80px 0px;
  background-color: #f4f0e9; /* 全体背景のベージュ */
  font-family: "Yu Mincho", "MS PMincho", serif;
  color: #333;
	background-image: 
    linear-gradient(rgba(116, 107, 76, 0.5), rgba(116, 107, 76, 0.5)), 
    url('https://hata-shika.com/wp-content/uploads/2026/05/reddiamond_bg.png');
	background-repeat:no-repeat;
}

.provider_container {
  max-width: 1440px;
  margin: 0 auto;
}

/* ヘッダーデザイン */
.provider_header {
  text-align: center;
  margin-bottom: 60px;
}

.h_top {
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 10px;
}

.h_main {
	font-size: 59px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white_box {
  background: #fff;
  padding: 0px 40px;
  color: #746B4C;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.with_txt {
	font-size: 40px;
  color: #fff;
  margin-left: 15px;
}

.h_sub {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}

/* 装飾文字 ALIGNMENT */
.provider_content_area {
	max-width:100%;
	background-color:#ffffff;
	padding:0 60px 90px 60px;
  position: relative;
  padding-top: 50px;
}

.alignment_bg {
  position: absolute;
  top: 52px;
  left: 74px;
  /* #195831の16%は rgba(25, 88, 49, 0.16) */
  color: rgba(116, 107, 76, 0.2); 
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  z-index: 0;
  font-family: serif;
	margin-left:66px;
	letter-spacing:0.1em;
}

.alignment_bg .large_a {
	position: absolute;
    top: -42px;
    left: -86px;
  font-size: 110px;
  vertical-align: sub;
  margin-right: -10px;
	color:rgba(25, 88, 49, 0.16);
}

.section_subtitle {
  position: relative;
  z-index: 1;
  font-size: 39px;
  color: #746B4C;
	margin-top: 40px;
  margin-bottom: 40px;
	text-align:center;
	letter-spacing: 0.08em;
	font-weight: 500;
}

/* フレックスレイアウト */
.provider_flex_layout {
  display: flex;
  gap: 25px;
  align-items: stretch;
	padding-top:40px;
}

/* 共通パネルカード（額縁デザイン） */
.panel_card {
  width: 50%;
  background: #fff;
  padding: 28px;
  border: 1px solid transparent;
	border-image: linear-gradient(-80deg, #746B4C, #D6C68C, #D8C78D) 1;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}



.card_inner {
  height: 100%;
}

.card_img {
  width: 100%;
  display: block;
}

.card_body {
  padding: 30px 20px;
}

/* 左側テキスト */
.p_descr {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
  text-align: justify;
}

.rank_list_container {
  padding-top: 20px;
}

.rank_list_label {
  background: linear-gradient(to right, #746B4C, #D6C68C, #D8C78D);
  color: #fff;
  display: block;
  padding: 11px 15px;
  font-size: 20px;
	font-weight:500;
	letter-spacing:0.1em;
}

.rank_items {
  list-style: none;
  padding: 20px 30px;
  font-size: 13px;
  line-height: 1.9;
	background-color:#F8F6F1;
}

.rank_red {
  color: #a00;
  font-weight: bold;
}

/* 右側：バナー縦並び */
.banner_stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
	padding: 40px 15px 15px 15px;
	justify-content: top;
}

.banner_item img {
  width: 100%;
  display: block;
  border: 1px solid #eee;
}
.banners_panel{
	background-color:#FBF6E3;
	border: 1px solid transparent;
    border-image: linear-gradient(45deg, #746B4C, #D6C68C, #D8C78D) 1;
}


/* スマホ対応 */
@media screen and (max-width: 768px) {

  .provider_section {
    padding: 0 0 27px;
    background-color: #aaa592;
    background-image: none;
    font-family: "Yu Mincho", "MS PMincho", serif;
  }

  .provider_container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  /* ==============================
    ヘッダー部分
  ============================== */
  .provider_header {
    min-height: 159px;
    margin: 0;
    padding: 27px 10px 18px;
    text-align: center;
    background-image:
      linear-gradient(rgba(116, 107, 76, 0.62), rgba(116, 107, 76, 0.62)),
      url("https://hata-shika.com/wp-content/uploads/2026/05/reddiamond_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .h_top {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.35;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  .h_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0 0 8px;
    font-size: clamp(18px, 5.2vw, 23px);
    line-height: 1.35;
    font-weight: 500;
  }

  .white_box {
    display: inline-block;
    max-width: calc(100vw - 33px);
    padding: 2px 21px 3px 7px;
    background: #fff;
    color: #746B4C;
    box-shadow: none;
    white-space: nowrap;
    letter-spacing: 0.07em;
	  font-weight:600;
	  font-size:23px;
  }

  .with_txt {
    flex-shrink: 0;
    margin-left: 0;
    color: #fff;
    font-size: clamp(17px, 4.6vw, 21px);
    line-height: 1;
  }

  .h_sub {
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 5vw, 23px);
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  /* ==============================
    白背景コンテンツエリア
  ============================== */
  .provider_content_area {
    position: relative;
    padding: 35px 18px 84px;
    background: #fff;
  }

  .alignment_bg {
    position: absolute;
    top: 48px;
    left: 93px;
    z-index: 0;
    margin-left: 0;
    color: rgba(116, 107, 76, 0.14);
    font-family: serif;
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }

  .alignment_bg .large_a {
    position: absolute;
    top: -25px;
    left: -57px;
    color: rgba(25, 88, 49, 0.12);
    font-size: clamp(68px, 18vw, 88px);
    line-height: 1;
  }

  .section_subtitle {
    position: relative;
    z-index: 1;
    margin: 54px 0 39px;
    color: #746B4C;
    font-size: clamp(18px, 4.9vw, 22px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 600;
  }

  /* ==============================
    2列 → 1列
  ============================== */
  .provider_flex_layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
    padding-top: 0;
  }

  .panel_card {
    width: 100%;
    padding: 18px;
    background: #fff;
    border: 1px solid transparent;
    border-image: linear-gradient(-80deg, #746B4C, #D6C68C, #D8C78D) 1;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.12);
  }

  .card_inner {
    height: auto;
  }

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

  .card_body {
    padding: 25px 0 0;
  }

  .p_descr {
    margin: 0 0 23px;
    color: #444;
    font-size: clamp(13.5px, 3.5vw, 16px);
    line-height: 1.55;
    letter-spacing: 0.03em;
    text-align: justify;
  }

  /* ==============================
    ランク表
  ============================== */
  .rank_list_container {
    padding-top: 0;
  }

  .rank_list_label {
    display: block;
    padding: 6px 13px;
    background: linear-gradient(to right, #746B4C, #D6C68C, #D8C78D);
    color: #fff;
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 600;
  }

  .rank_items {
    margin: 0;
    padding: 12px 12px 13px;
    background-color: #F8F6F1;
    list-style: none;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
	.rank_items li{
			  font-size: 11px;
	}
  .rank_red {
    color: #a00;
    font-weight: bold;
  }

  /* ==============================
    右側バナー画像：下に1列で縦並び
  ============================== */
  .banners_panel {
    width: 100%;
    padding: 20px 18px 28px;
    background-color: #FBF6E3;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, #746B4C, #D6C68C, #D8C78D) 1;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.12);
  }

  .banner_stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    padding: 0;
  }

  .banner_item {
    width: 100%;
  }

  .banner_item img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
  }
}

/* かなり狭い端末用の微調整 */
@media screen and (max-width: 390px) {
  .provider_content_area {
    padding-right: 18px;
    padding-left: 18px;
  }

  .panel_card,
  .banners_panel {
    padding-right: 17px;
    padding-left: 17px;
  }

  .white_box {
    padding-right: 14px;
    padding-left: 14px;
    letter-spacing: 0.04em;
	  font-weight: 600;
	  font-size: 20px;
  }

}

/*---------------------------------------------------------------------
 院内紹介ブロック
 ---------------------------------------------------------------------*/

.clinic-intro-v2 {
  padding: 120px 0;
  background-color: #f8f7f2;
  background-image: radial-gradient(#d1d1ca 0.7px, transparent 0.7px);
  background-size: 30px 30px;
  position: relative;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
}

.clinic-intro-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, #f2f2f0, transparent);
  z-index: 1;
  pointer-events: none;
}

.intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* --- ヘッダー --- */
.intro-header {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 2px solid #6E9352;
  padding-bottom: 26px;
}

.header-left {
  width: 100%;
  text-align: center;
}

.clinic-intro-v2 .t-ttl {
  text-align: center;
  margin: 0 auto 26px;
  line-height: 1.4;
}

.clinic-intro-v2 .t-ttl .txt01 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #333;
}

.clinic-intro-v2 .t-ttl .txt01::after {
  content: "";
  position: absolute;
  left: 50%;
	bottom: 0px;
  width: 100%;
  height: 1px;
  background: #B9B29A;
  transform: translateX(-50%);
}

.clinic-intro-v2 .t-ttl::after {
  content: attr(data-en);
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: rgba(116, 107, 76, 0.22);
}

.header-desc {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.08em;
}

/* --- スライダー外枠 --- */
.slider-wrapper {
  position: relative;
  margin-bottom: 30px;
}

/* スライダー本体 */
.slider-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 20px 0 50px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-container::-webkit-scrollbar {
  display: none;
}

/* 各スライドアイテム */
.intro-slide-item {
  flex: 0 0 calc(33.333% - 20px);
  scroll-snap-align: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.intro-slide-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(56, 109, 171, 0.12);
}

.slide-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.intro-slide-item:hover .slide-img img {
  transform: scale(1.1);
}

.slide-txt {
  padding: 30px 25px;
  text-align: center;
}

.slide-txt h3 {
  font-size: 20px;
  color: #6E9352;
  margin-bottom: 12px;
  font-weight: 600;
}

.slide-txt p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* --- ナビゲーションボタン --- */
.nav-btn {
  position: absolute;
  top: 40%;
  width: 56px;
  height: 56px;
  background: rgba(65, 57, 31, 0.5);
  border: none;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #41391f;
}

.nav-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}

.nav-btn.prev {
  left: -28px;
  transform: translateY(-50%) rotate(-135deg);
}

.nav-btn.next {
  right: -28px;
  transform: translateY(-50%) rotate(45deg);
}

.nav-btn.prev:hover {
  transform: translateY(-55%) rotate(-135deg);
}

.nav-btn.next:hover {
  transform: translateY(-55%) rotate(45deg);
}

/* --- ボタン --- */
.btn-area {
  text-align: center;
}

.luxury-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 37px;
  background: #b52b23;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 18px rgba(181, 43, 35, 0.25);
}

.luxury-btn .en {
  display: none;
}

.luxury-btn .jp {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 0;
  opacity: 1;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 1px;
}

.luxury-btn:hover {
 background: rgba(153, 9, 0, 0.9);
	  color: #fff;
  opacity: 0.7;
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(181, 43, 35, 0.35);
}

.luxury-btn:active {
  transform: translateY(2px);
}

/* ----------------------------------------------------
 レスポンシブ：タブレット
 ---------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .intro-slide-item {
    flex: 0 0 calc(48% - 15px);
  }

  .nav-btn.prev {
    left: -10px;
  }

  .nav-btn.next {
    right: -10px;
  }

  .clinic-intro-v2 .t-ttl .txt01 {
    font-size: 30px;
  }
}

/* ----------------------------------------------------
 レスポンシブ：スマホ
 ---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .clinic-intro-v2 {
    padding: 80px 0;
  }

  .intro-header {
    margin-bottom: 40px;
    padding-bottom: 22px;
  }

  .clinic-intro-v2 .t-ttl {
    margin-bottom: 22px;
  }

  .clinic-intro-v2 .t-ttl .txt01 {
    font-size: 28px;
  }

  .header-desc {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .slider-container {
    gap: 15px;
  }

  .intro-slide-item {
    flex: 0 0 85%;
  }

  .nav-btn {
    display: none;
  }

  .luxury-btn {
    width: auto;
    min-width: 210px;
    padding: 13px 28px;
  }
}

@media screen and (max-width: 767px) {
  .clinic-intro-v2 .slider-wrapper {
    position: relative;
    padding: 0 4px;
  }

  .clinic-intro-v2 .nav-btn {
    display: flex !important;
    width: 50px;
    height: 50px;
    top: 38%;
    z-index: 20;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  }
	
  .clinic-intro-v2 .nav-btn::after {
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .clinic-intro-v2 .nav-btn.prev {
    left: 0px;
    transform: translateY(-50%) rotate(-135deg);
  }
	  .clinic-intro-v2 .nav-btn::active {
		  background: #41391f;
  }
	

  .clinic-intro-v2 .nav-btn.next {
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
  }

  .clinic-intro-v2 .nav-btn.prev:hover {
    transform: translateY(-50%) rotate(-135deg);
  }

  .clinic-intro-v2 .nav-btn.next:hover {
    transform: translateY(-50%) rotate(45deg);
  }

  .clinic-intro-v2 .slider-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* ==========================================
   TOP お知らせブロック
   ========================================== */
.top-news {
  position: relative;
  padding: 70px 20px 80px;
  background:
    linear-gradient(180deg, #fff 0%, #faf7ed 48%, #fff 100%);
  overflow: hidden;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news::before {
  content: "NEWS";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(58px, 9vw, 130px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(116, 107, 76, 0.06);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  pointer-events: none;
  white-space: nowrap;
}

.top-news::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(111, 125, 60, 0.08);
  pointer-events: none;
}

.top-news__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.top-news__heading {
  text-align: center;
  margin-bottom: 34px;
}

.top-news__en {
  margin: 0 0 8px;
  color: rgba(153, 9, 0, 0.8);
  font-size: 15px;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  color: #544f48;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 1px;
  background: rgba(153, 9, 0, 0.75);
  transform: translateX(-50%);
}

.top-news__box {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(116, 107, 76, 0.28);
  padding: 36px 42px 34px;
  box-shadow: 16px 16px 34px rgba(116, 107, 76, 0.12);
}

.top-news__box::before,
.top-news__box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.top-news__box::before {
  top: 14px;
  left: 14px;
  border-top: 1px solid #746B4C;
  border-left: 1px solid #746B4C;
}

.top-news__box::after {
  right: 14px;
  bottom: 14px;
  border-right: 1px solid #746B4C;
  border-bottom: 1px solid #746B4C;
}

.top-news__list {
  border-top: 1px solid rgba(116, 107, 76, 0.22);
}

.top-news__item {
  border-bottom: 1px solid rgba(116, 107, 76, 0.22);
}

.top-news__link {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px 8px;
  color: #444;
  text-decoration: none;
  transition: background 0.3s ease, padding-left 0.3s ease;
}

.top-news__link:hover {
  background: rgba(250, 245, 204, 0.32);
  padding-left: 18px;
}

.top-news__date {
  color: #746B4C;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news__post-title {
  position: relative;
  margin: 0;
  padding-right: 28px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news__post-title::after {
  content: "›";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(153, 9, 0, 0.85);
  font-size: 24px;
  line-height: 1;
}

.top-news__btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.top-news__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 13px 34px;
  border-radius: 999px;
  background: rgba(153, 9, 0, 0.82);
	text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 1px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.08em;
  box-shadow: 0 3px 5px rgba(195, 186, 186, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-news__btn:hover {
  color: #fff;
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,.18);
}

.top-news__btn:active {
 transform: translateY(2px);
}

/* ==========================================
   TOP お知らせブロック SP
   ========================================== */
@media screen and (max-width: 768px) {
  .top-news {
    padding: 52px 16px 58px;
  }

  .top-news::before {
    top: 20px;
    font-size: 56px;
    letter-spacing: 0.05em;
  }

  .top-news__heading {
    margin-bottom: 26px;
  }

  .top-news__en {
    font-size: 13px;
  }

  .top-news__title {
    font-size: 27px;
    letter-spacing: 0.14em;
  }

  .top-news__box {
    padding: 26px 18px 28px;
    box-shadow: 10px 10px 24px rgba(116, 107, 76, 0.12);
  }

  .top-news__link {
    display: block;
    padding: 18px 4px;
  }

  .top-news__link:hover {
    padding-left: 4px;
  }

  .top-news__date {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
  }

  .top-news__cat {
    min-width: auto;
    padding: 4px 10px;
    font-size: 12px;
  }

  .top-news__post-title {
    margin-top: 9px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 1.7;
  }

  .top-news__post-title::after {
    right: 0;
    font-size: 22px;
  }

  .top-news__btn-wrap {
    margin-top: 24px;
  }

  .top-news__btn {
    width: min(100%, 280px);
    padding: 12px 20px;
    font-size: 14px;
    box-sizing: border-box;
  }
}