/* Doctors Review LP */
html {
  color-scheme: only light;
}
.p-doctors-voice {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
.p-doctors-voice * {
  box-sizing: border-box;
}

/* トンマナ設計:
     ベース=現行connectmec.co.jp（site_connectmec.css v7.0）の青#0972c1/#0350a8・金#ab8f50・文字#333・Noto Sans JP。
     ターゲット（食品・美容機器・健康ビジネス）向けに、地色を暖かい白へ寄せ、
     見出しに明朝を用いて清潔感＋上質感に調整。金=マーク/アクセント、青=CTA/リンクに限定 */
.p-doctors-voice {
  --paper:#FDFCFA;
  --ink:#2B3138;
  --text:#3A4046;
  --muted:#8A8378;
  --blue:#0972C1;
  --gold: #0350A8;
  --gold:#AB8F50;
  --gold-soft:#C9AE6A;
  --mist:#F6F3EC;
  --line:#E6E1D6;
  --card:#FFFFFF;
  --memo:#8A6D1F;
  --memo-bg:#FDF6DE;
  --shadow:0 1px 2px rgba(90,80,60,.05),0 10px 28px rgba(90,80,60,.08);
}
@media (prefers-color-scheme: dark) {
  .p-doctors-voice {
    --paper:#17181A;
    --ink:#F0EDE7;
    --text:#CFCBC2;
    --muted:#948E82;
    --blue:#5FA9E4;
    --gold: #8FC2EE;
    --gold:#C9AE6A;
    --gold-soft:#AB8F50;
    --mist:#1E2023;
    --line:#35373B;
    --card:#1C1E21;
    --memo:#D9BC6A;
    --memo-bg:#2A2410;
    --shadow:0 1px 2px rgba(0,0,0,.3),0 10px 28px rgba(0,0,0,.35);
  }
}
.p-doctors-voice[data-theme="dark"] {
  --paper:#17181A;
  --ink:#F0EDE7;
  --text:#CFCBC2;
  --muted:#948E82;
  --blue:#5FA9E4;
  --gold: #8FC2EE;
  --gold:#C9AE6A;
  --gold-soft:#AB8F50;
  --mist:#1E2023;
  --line:#35373B;
  --card:#1C1E21;
  --memo:#D9BC6A;
  --memo-bg:#2A2410;
  --shadow:0 1px 2px rgba(0,0,0,.3),0 10px 28px rgba(0,0,0,.35);
}
.p-doctors-voice[data-theme="light"] {
  --paper:#FDFCFA;
  --ink:#2B3138;
  --text:#3A4046;
  --muted:#8A8378;
  --blue:#0972C1;
  --gold: #0350A8;
  --gold:#AB8F50;
  --gold-soft:#C9AE6A;
  --mist:#F6F3EC;
  --line:#E6E1D6;
  --card:#FFFFFF;
  --memo:#8A6D1F;
  --memo-bg:#FDF6DE;
  --shadow:0 1px 2px rgba(90,80,60,.05),0 10px 28px rgba(90,80,60,.08);
}
.p-doctors-voice .serif {
  font-family:"Hiragino Mincho ProN","Yu Mincho","Hiragino Mincho Pro",serif;
}
.p-doctors-voice h1,
.p-doctors-voice h2,
.p-doctors-voice h3 {
  color:var(--ink);
  line-height:1.45;
  text-wrap:balance;
  margin:0;
}
.p-doctors-voice a {
  color: var(--blue) !important;
}
.p-doctors-voice .wrap {
  max-width:980px;
  margin:0 auto;
  padding:0 24px;
}
.p-doctors-voice section {
  padding:72px 0;
}
/* ===== hero ===== */
.p-doctors-voice .hero {
  padding: 100px 24px 76px;
    /* background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 40%, transparent 96%), url('../images/doctors-voice/hero-bg.png') right center/cover no-repeat; */
  background-image: url('../images/doctors-voice/hero-bg.webp');
  background-size: cover;
  background-position: center;
  max-width: unset;
  /* aspect-ratio: 1295/540; */
  min-height: 650px;
  }
  
  @media (max-width: 840px) {
    .p-doctors-voice .hero {
      padding: 15px 24px 56px;
      aspect-ratio: auto;
      /* aspect-ratio: 390 / 851; */
    }
}
.p-doctors-voice .hero-grid {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap:48px;
}
.p-doctors-voice .hero-content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.p-doctors-voice .hero-badge-wrap {
  display: none;
}
.p-doctors-voice .eyebrow {
  display:inline-block;
  width: fit-content;
  font-size:12px;
  letter-spacing:.22em;
  color:var(--gold);
  border:1px solid var(--gold);
  padding:4px 14px;
  border-radius:2px;
  margin-bottom:22px;
}
.p-doctors-voice .hero-title-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

.p-doctors-voice .hero-title-wrap img{
  width: 75px;
  height: auto;
}
.p-doctors-voice .hero h1 {
  font-size:clamp(28px,4.6vw,42px);
  font-weight:600;
  letter-spacing:.02em;
}
.p-doctors-voice .hero .lead {
  margin:24px 0 34px;
  max-width:36em;
}
.p-doctors-voice .cta-row {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.p-doctors-voice .btn {
  display:inline-block;
  text-decoration:none;
  border-radius:3px;
  padding:15px 34px;
  font-size:15.5px;
  font-weight:700;
  letter-spacing:.06em;
  transition:opacity .15s ease;
}
.p-doctors-voice .btn:hover {
  opacity:.85;
}
.p-doctors-voice .btn-primary {
  background:var(--gold);
  color: #fff !important;
}
.p-doctors-voice[data-theme="dark"] .btn-primary,
.p-doctors-voice:not([data-theme="light"]) .btn-primary {
  color:#fff;
}
@media (prefers-color-scheme: dark) {
  .btn-primary {
    background:#2C6BB8;
    color:#fff;
  }
}
.p-doctors-voice[data-theme="dark"] .btn-primary {
  background:var(--gold);
}
.p-doctors-voice[data-theme="light"] .btn-primary {
  background:var(--gold);
}
.p-doctors-voice .btn-ghost {
  border:1.5px solid var(--gold);
  color: var(--gold) !important;
  padding:13.5px 30px;
}
.p-doctors-voice .cta-note {
  font-size:12.5px;
  color:var(--muted);
  width:100%;
}
/* badge */
.p-doctors-voice .badge-wrap {
  width: 35%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
.p-doctors-voice .badge-wrap::before {
  content:"";
  position:absolute;
  width:150%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(201,174,106,.16) 0%, rgba(201,174,106,.06) 45%, transparent 68%);
  pointer-events:none;
}
.p-doctors-voice .badge-img {
  width:100%;
  /* max-width:250px; */
  height:auto;
  display:block;
  position:relative;
  filter:drop-shadow(0 2px 5px rgba(90,80,60,.10)) drop-shadow(0 10px 22px rgba(90,80,60,.16));
}
@media (prefers-color-scheme: dark) {
  .badge-img {
    filter:drop-shadow(0 10px 26px rgba(0,0,0,.45));
  }
}
.p-doctors-voice[data-theme="dark"] .badge-img {
  filter:drop-shadow(0 10px 26px rgba(0,0,0,.45));
}
.p-doctors-voice[data-theme="light"] .badge-img {
  filter:drop-shadow(0 2px 5px rgba(90,80,60,.10)) drop-shadow(0 10px 22px rgba(90,80,60,.16));
}
.p-doctors-voice .badge {
  width:240px;
  height:240px;
  border-radius:50%;
  border:3px solid var(--gold);
  outline:1px solid var(--gold);
  outline-offset:6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  background-color:var(--paper);
  background-image:radial-gradient(circle at 50% 32%, rgba(201,168,76,.14), transparent 70%);
  box-shadow:0 10px 34px rgba(0,0,0,.25);
  text-align:center;
  flex-shrink:0;
}
.p-doctors-voice .badge .b-top {
  font-size:10.5px;
  letter-spacing:.34em;
  color:var(--gold);
  text-indent:.34em;
}
.p-doctors-voice .badge .b-main {
  font-size:34px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:.14em;
  text-indent:.14em;
}
.p-doctors-voice .badge .b-sub {
  font-size:11px;
  color:var(--muted);
  letter-spacing:.1em;
}
.p-doctors-voice .badge .b-stars {
  color:var(--gold);
  font-size:13px;
  letter-spacing:.5em;
  text-indent:.5em;
}
/* ===== sections ===== */
.p-doctors-voice .alt {
  background:var(--mist);
}
.p-doctors-voice .sec-eyebrow {
  font-size:11.5px;
  letter-spacing:.26em;
  color:var(--gold);
  margin-bottom: 10px;
}
.p-doctors-voice h2.sec {
  font-size: clamp(22px, 3.2vw, 24px);
  font-weight:600;
  margin-bottom:18px;
  line-height: 1.1;
    color: #ab8f50;
    padding: 0 0 0 10px;
    border-left: 3px solid #ab8f50;
}
.p-doctors-voice .sec-lead {
  font-size: 13px;
    line-height: 1.8;
  /* max-width:42em; */
  margin-bottom:44px;
}
/* 課題 */
.p-doctors-voice .pain {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.p-doctors-voice .pain li {
  list-style:none;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px 26px;
  font-size:15px;
  box-shadow:var(--shadow);
}
.p-doctors-voice .pain {
  padding:0;
  margin:0;
}
.p-doctors-voice .pain li::before {
  content:"─";
  color:var(--gold);
  margin-right:10px;
}
/* steps */
.p-doctors-voice .steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  counter-reset:step;
}
.p-doctors-voice .step {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px 22px;
  box-shadow:var(--shadow);
  position:relative;
}
.p-doctors-voice .step::before {
  counter-increment:step;
  content:counter(step,decimal-leading-zero);
  /* font-family:"Hiragino Mincho ProN","Yu Mincho",serif; */
  font-size:30px;
  line-height: 1;
  color:var(--gold);
  display:block;
  margin-bottom:10px;
}
.p-doctors-voice .step h3 {
  font-size:16.5px;
  margin-bottom:8px;
}
.p-doctors-voice .step p {
  font-size:13.5px;
  margin:0;
  line-height:1.8;
  color:var(--muted);
}
/* plans */
.p-doctors-voice .plans {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.p-doctors-voice .plan {
  position: relative;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:28px 30px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.p-doctors-voice .plan.reco {
  border:3px solid var(--gold);
/* border: 1px solid #AB8F50;
  box-shadow: 0px 1px 2px rgba(90, 80, 60, 0.05), 0px 10px 28px rgba(90, 80, 60, 0.08);
  border-radius: 8px; */
}

.p-doctors-voice .plan .recommended {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 75px;
  height: auto;
  margin: auto;
  box-shadow: 0px 0px 8px #E2DACA;
  border-radius: 50%;
}

.p-doctors-voice .plan .recommended img {
  width: 100%;
  height: auto;
}
.p-doctors-voice .plan .p-tag {
  align-self:flex-start;
  font-size:11px;
  letter-spacing:.18em;
  color:var(--gold);
  border:1px solid var(--gold);
  padding:2px 10px;
  border-radius:2px;
}
.p-doctors-voice .plan.reco .p-tag {
  font-weight: bold;
}
.p-doctors-voice .plan h3 {
  font-size:18px;
}
.p-doctors-voice .plan ul {
  margin:0;
  padding-left:1.3em;
  font-size:14px;
  line-height:2;
}
.p-doctors-voice .plan .price {
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:var(--muted);
}
.p-doctors-voice .plan .price strong {
  font-size:22px;
  color:var(--ink);
  font-variant-numeric:tabular-nums;
  letter-spacing:.02em;
}
/* trust */
.p-doctors-voice .trust {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.p-doctors-voice .trust .t {
  background:var(--card);
  border:1px solid var(--line);
  border-left:3px solid var(--gold);
  border-radius:0 10px 10px 0;
  padding:24px 26px;
  box-shadow:var(--shadow);
}
.p-doctors-voice .trust h3 {
  font-size:16px;
  margin-bottom:8px;
}
.p-doctors-voice .trust p {
  font-size:14px;
  margin:0;
  color:var(--muted);
  line-height:1.9;
}
/* strengths */
.p-doctors-voice .num3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.p-doctors-voice .num3 .n {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  box-shadow:var(--shadow);
}
.p-doctors-voice .num3 .big {
  /* font-family:"Hiragino Mincho ProN","Yu Mincho",serif; */
  font-size:30px;
  color: var(--gold);
  font-variant-numeric:tabular-nums;
  line-height:1.2;
}
.p-doctors-voice .num3 .big small {
  font-size:15px;
  margin-left:2px;
}
.p-doctors-voice .num3 p {
  font-size:13.5px;
  margin:10px 0 0;
  color:var(--muted);
}
/* scenes — brand ecosystem */
.p-doctors-voice .eco {
  margin-top:8px;
}
.p-doctors-voice .eco-stage {
  position:relative;
  max-width:920px;
  height:540px;
  margin:0 auto;
}
.p-doctors-voice .eco-lines {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
.p-doctors-voice .eco-lines .g {
  fill:none;
  stroke:var(--line);
  opacity:.5;
  vector-effect:non-scaling-stroke;
  stroke-width:1;
}
.p-doctors-voice .eco-lines .gd {
  opacity:.3;
  stroke-dasharray:3 5;
}
.p-doctors-voice .eco-lines line {
  stroke:var(--gold-soft);
  opacity:.55;
  vector-effect:non-scaling-stroke;
  stroke-width:1;
  stroke-dasharray:1;
  stroke-dashoffset:0;
}
.p-doctors-voice .eco-center {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
}
.p-doctors-voice .eco-mark {
  width:158px;
  height:auto;
  display:block;
  filter:drop-shadow(0 2px 5px rgba(90,80,60,.10)) drop-shadow(0 10px 22px rgba(90,80,60,.16));
}
@media (prefers-color-scheme: dark) {
  .eco-mark {
    filter:drop-shadow(0 10px 26px rgba(0,0,0,.45));
  }
}
.p-doctors-voice[data-theme="dark"] .eco-mark {
  filter:drop-shadow(0 10px 26px rgba(0,0,0,.45));
}
.p-doctors-voice[data-theme="light"] .eco-mark {
  filter:drop-shadow(0 2px 5px rgba(90,80,60,.10)) drop-shadow(0 10px 22px rgba(90,80,60,.16));
}
.p-doctors-voice .eco-nodes {
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  inset:0;
  pointer-events:none;
}
.p-doctors-voice .eco-nodes-sp {
  display: none;
}
.p-doctors-voice .eco-node {
  position:absolute;
  left:var(--x);
  top:var(--y);
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  width:200px;
  text-align:center;
  z-index:1;
}
.p-doctors-voice .eco-ic {
  width:110px;
  height:110px;
  border-radius:50%;
  background:var(--card);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
}
.p-doctors-voice .eco-label {
  font-size:16.5px;
  font-weight:600;
  letter-spacing:.05em;
  color:var(--text);
  background:var(--paper);
  padding:1px 7px;
  border-radius:3px;
  line-height:1.6;
}
/* reveal animation (JS adds .eco-anim, then .is-in on scroll) */
@media (prefers-reduced-motion: no-preference) {
  .p-doctors-voice .eco-anim .eco-center {
    opacity:0;
    transform:translate(-50%,-50%) scale(.94);
    transition:opacity .8s ease,transform .8s ease;
  }
  .p-doctors-voice .eco-anim .eco-node {
    opacity:0;
    transition:opacity .5s ease;
  }
  .p-doctors-voice .eco-anim .eco-lines .g {
    opacity:0;
    transition:opacity 1s ease .2s;
  }
  .p-doctors-voice .eco-anim .eco-lines line {
    stroke-dashoffset:1;
    transition:stroke-dashoffset .7s ease;
  }
  .p-doctors-voice .eco-anim.is-in .eco-center {
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
  }
  .p-doctors-voice .eco-anim.is-in .eco-node {
    opacity:1;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines .g {
    opacity:.5;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines .gd {
    opacity:.3;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line {
    stroke-dashoffset:0;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(1) {
    transition-delay:0.55s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(2) {
    transition-delay:0.65s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(3) {
    transition-delay:0.75s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(4) {
    transition-delay:0.85s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(5) {
    transition-delay:0.95s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(6) {
    transition-delay:1.05s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-nodes li:nth-child(7) {
    transition-delay:1.15s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(1) {
    transition-delay:1.35s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(2) {
    transition-delay:1.43s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(3) {
    transition-delay:1.51s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(4) {
    transition-delay:1.59s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(5) {
    transition-delay:1.67s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(6) {
    transition-delay:1.75s;
  }
  .p-doctors-voice .eco-anim.is-in .eco-lines line:nth-of-type(7) {
    transition-delay:1.83s;
  }
}
@media (max-width:1080px) and (min-width:841px) {
  .p-doctors-voice .eco-stage {
    height:470px;
  }
  .p-doctors-voice .eco-ic {
    width:92px;
    height:92px;
  }
  .p-doctors-voice .eco-ic svg {
    width:40px!important;
    height:40px!important;
  }
  .p-doctors-voice .eco-label {
    font-size:14.5px;
  }
  .p-doctors-voice .eco-node {
    width:170px;
  }
}
@media (max-width:840px) {
  .p-doctors-voice .eco-stage {
    height:auto;
    max-width:520px;
  }
  .p-doctors-voice .eco-lines {
    display:none;
  }
  .p-doctors-voice .eco-center {
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    padding:4px 0 26px;
  }
  .p-doctors-voice .eco-mark {
    width:132px;
  }
  .p-doctors-voice .eco-nodes {
    position:static;
    display: flex;
      flex-direction: column;
      /* grid-template-columns:1fr 1fr; */
    gap:12px;
    pointer-events:auto;
  display: none;
  }
  
  .p-doctors-voice .eco-nodes-sp {
    display: block;
  }
  
  .p-doctors-voice .eco-nodes-sp img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    transform: scale(1.1);
  }
  .p-doctors-voice .eco-node {
    position:static;
    transform:none;
    width:auto;
    flex-direction:row;
    justify-content:flex-start;
    gap:12px;
    background:var(--card);
    border:1px solid var(--line);
    border-radius:8px;
    padding:11px 13px;
    box-shadow:var(--shadow);
    text-align:left;
  }
  .p-doctors-voice .eco-ic {
    width:58px;
    height:58px;
    box-shadow:none;
    background:var(--mist);
  }
  .p-doctors-voice .eco-ic svg {
    width:28px!important;
    height:28px!important;
  }
  .p-doctors-voice .eco-label {
    background:none;
    padding:0;
    font-size:14.5px;
  }
  .p-doctors-voice .eco-anim .eco-center {
    display: none;
    transform:none;
    transition:opacity .8s ease;
  }
  .p-doctors-voice .eco-anim.is-in .eco-center {
    transform:none;
  }
}
/* case */
.p-doctors-voice .case-empty {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  margin: 0;
  padding: 24px 0;
}
.p-doctors-voice .case + .case {
  margin-top:20px;
}
.p-doctors-voice .case {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:28px;
  align-items:center;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px 34px;
  box-shadow:var(--shadow);
}
.p-doctors-voice .case .thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
}
.p-doctors-voice .case .thumb {
  width:120px;
  height:120px;
  border-radius:8px;
  background:var(--mist);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  color:var(--muted);
  text-align:center;
  line-height:1.6;
  border:1px dashed var(--line);
}
.p-doctors-voice .case h3 {
  font-size:17px;
  margin-bottom:6px;
}
.p-doctors-voice .case p {
  font-size:14px;
  margin:0;
  color:var(--muted);
}
.p-doctors-voice .case .st {
  display:inline-block;
  font-size:11px;
  letter-spacing:.14em;
  color: var(--gold);
  border:1px solid var(--gold);
  border-radius:2px;
  padding:2px 10px;
  margin-bottom:10px;
}
/* timeline */
.p-doctors-voice .tl {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap:0;
  position:relative;
  margin-top:8px;
}
.p-doctors-voice .tl::before {
  content:"";
  position:absolute;
  top:7px;
  /* left:9%;
              right:9%; */
    left: calc(100% / (2 * var(--tl-cols, 5)));
    right: calc(100% / (2 * var(--tl-cols, 5)));
  height:1px;
  background:var(--line);
}
.p-doctors-voice .tl .t-item {
  text-align:center;
  padding:0 8px;
  position:relative;
}
.p-doctors-voice .tl .dot {
  width:15px;
  height:15px;
  border-radius:50%;
  background:var(--paper);
  border:2.5px solid var(--gold);
  margin:0 auto 12px;
  position:relative;
  z-index:1;
}
.p-doctors-voice .tl h3 {
  font-size:13.5px;
  margin-bottom:4px;
}
.p-doctors-voice .tl p {
  font-size:12px;
  color:var(--muted);
  margin:0;
}
.p-doctors-voice .tl-total {
  text-align:center;
  margin-top:30px;
  font-size:15px;
}
.p-doctors-voice .tl-total strong {
  color:var(--ink);
  font-size:18px;
}
/* faq */
.p-doctors-voice details.faq-item {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  margin-bottom:12px;
  box-shadow:var(--shadow);
}
.p-doctors-voice .faq-summary {
  position: relative;
  cursor:pointer;
  padding:18px 48px 18px 24px;
  font-weight:700;
  color:var(--ink);
  font-size:15px;
  list-style:none;
  display:flex;
  gap:14px;
  align-items:center;
}
.p-doctors-voice .faq-summary::before {
  content:"Q";
  color:var(--gold);
  /* font-family:"Hiragino Mincho ProN","Yu Mincho",serif; */
  font-size:18px;
  flex-shrink:0;
}
.p-doctors-voice .faq-summary::after {
  content:"";
  flex-shrink:0;
  margin-left:auto;
  width:8px;
  height:8px;
  border-right:2px solid var(--gold);
  border-bottom:2px solid var(--gold);
  transform:rotate(45deg);
  transition:transform 0.3s ease;
}
.p-doctors-voice details.faq-item[open] .faq-summary::after {
  transform:rotate(-135deg);
}
.p-doctors-voice .faq-summary::-webkit-details-marker {
  display:none;
}
.p-doctors-voice .faq-body {
  overflow:hidden;
  transition:height 0.5s ease;
}
.p-doctors-voice details.faq-item:not([open]) .faq-body {
  height:0;
}
.p-doctors-voice .faq-body p {
  margin:0;
  padding:0 24px 20px 52px;
  font-size:14px;
}
.p-doctors-voice details.faq-item[open] .faq-summary {
  border-bottom:1px solid var(--line);
  margin-bottom:14px;
}
/* form */
.p-doctors-voice .form-card {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:6px;
  padding:40px;
  max-width:640px;
  margin:0 auto;
  box-shadow:var(--shadow);
}
.p-doctors-voice .form-card label {
  display:block;
  font-size:13.5px;
  font-weight:700;
  color:var(--ink);
  margin:18px 0 6px;
}
.p-doctors-voice .form-card label .req {
  color:#B0433C;
  font-size:11px;
  margin-left:6px;
}
.p-doctors-voice .form-card input,
.p-doctors-voice .form-card select,
.p-doctors-voice .form-card textarea {
  width:100%;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:3px;
  background:var(--paper);
  color:var(--text);
  font-size:15px;
  font-family:inherit;
}
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.p-doctors-voice a:focus-visible,
.p-doctors-voice .btn:focus-visible,
.p-doctors-voice summary:focus-visible {
  outline:2px solid var(--blue);
  outline-offset:2px;
}
.p-doctors-voice .form-card .btn {
  width:100%;
  text-align:center;
  margin-top:26px;
  border:none;
  cursor:pointer;
}
.p-doctors-voice .form-note {
  font-size:12px;
  color:var(--muted);
  margin-top:14px;
  text-align:center;
}
/* CF7 overrides */
.p-doctors-voice .form-card .wpcf7 {
  margin: 0;
}

.p-doctors-voice .form-card .wpcf7-form>p {
  margin: 0;
}

.p-doctors-voice .form-card .wpcf7-form>p:first-child label {
  margin-top: 0;
}

.p-doctors-voice .form-card .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.p-doctors-voice .form-card .wpcf7-not-valid-tip {
  color: #B0433C;
  font-size: 12px;
  margin-top: 4px;
}

.p-doctors-voice .form-card .wpcf7 input.wpcf7-not-valid,
.p-doctors-voice .form-card .wpcf7 select.wpcf7-not-valid,
.p-doctors-voice .form-card .wpcf7 textarea.wpcf7-not-valid {
  border-color: #B0433C;
}

.p-doctors-voice .form-card .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid var(--line);
}

.p-doctors-voice .form-card .wpcf7 form.invalid .wpcf7-response-output,
.p-doctors-voice .form-card .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #B0433C;
  background: rgba(176, 67, 60, 0.08);
}

.p-doctors-voice .form-card .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--blue);
  background: rgba(44, 107, 184, 0.08);
}

.p-doctors-voice .form-card .wpcf7-spinner {
  margin-left: 8px;
  vertical-align: middle;
}

.p-doctors-voice .form-card input.wpcf7-submit {
  width: 100%;
  text-align: center;
  margin-top: 26px;
  border: none;
  cursor: pointer;

  background: var(--gold) !important;
}
/* memo tags (internal review) */
.p-doctors-voice .memo {
  display:inline-block;
  background:var(--memo-bg);
  color:var(--memo);
  border:1px dashed var(--memo);
  border-radius:3px;
  font-size:11.5px;
  padding:2px 10px;
  margin-left:10px;
  vertical-align:middle;
  letter-spacing:.04em;
}
@media (max-width:840px) {
  .p-doctors-voice section {
    padding:56px 0;
  }
  .p-doctors-voice .breadcrumbs,
  .p-doctors-voice .breadcrumbs a{
    color: white !important;
  }
  .p-doctors-voice .hero-grid {
    grid-template-columns:1fr;
    gap:40px;
  }
                                .p-doctors-voice .hero-title-wrap {
                                  width: fit-content;
                                  margin: auto;
                                  gap: 10px;
                                  padding-left: .5em;
                                }
  .p-doctors-voice .hero-title-wrap img{
    width: 55px;
  }
  .p-doctors-voice .eyebrow{
    background-color: white;
  }
  .p-doctors-voice .hero h1{
    color: white;
  }
  .p-doctors-voice .hero-content{
    width: 100%;
    justify-content: unset;
  }

  .p-doctors-voice .hero-badge-wrap {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  .p-doctors-voice .badge-wrap {
    display: none;
    order:-1;
  }
  .p-doctors-voice .badge-img {
    max-width:185px;
  }
  .p-doctors-voice .hero {
    /* background:var(--paper); */
    background-image: url('../images/doctors-voice/hero-bg-sp.webp');
  }
  .p-doctors-voice .hero-content .btn{
    width: 100%;
    text-align: center;
  }
  .p-doctors-voice .badge {
    width:190px;
    height:190px;
  }
  .p-doctors-voice .badge .b-main {
    font-size:27px;
  }
  .p-doctors-voice .steps {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-doctors-voice .plans {
    grid-template-columns:1fr;
  }
  .p-doctors-voice .pain,
.p-doctors-voice .trust {
    grid-template-columns:1fr;
  }
  .p-doctors-voice .num3 {
    grid-template-columns:1fr;
  }
  .p-doctors-voice .tl {
    grid-template-columns:1fr;
    gap:20px;
  }
  .p-doctors-voice .tl::before {
    /* display:none; */
    height: 100%;
    left: 15px;
    width: 1px;
  }
  .p-doctors-voice .tl .t-item {
    position: relative;
      display: flex;
      flex-wrap: wrap;
    gap:14px;
    text-align:left;
  }
  .p-doctors-voice .tl .t-item:last-of-type{
    position: relative;
  }
  .p-doctors-voice .tl .t-item:last-of-type::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
  }
  .p-doctors-voice .tl .t-item:last-of-type h3,
  .p-doctors-voice .tl .t-item:last-of-type p{
    position: relative;
  }
                                                                                                                                .p-doctors-voice .tl h3 {
                                                                                                                                  width: calc(100% - 30px);
                                                                                                                                }
                                                                
                                                                                                                                .p-doctors-voice .tl p {
                                                                                                                                  padding-left: 30px;
                                                                                                                                }
  .p-doctors-voice .tl .dot {
    margin:6px 0 0;
  }
  .p-doctors-voice .case {
    grid-template-columns:1fr;
  }
  .p-doctors-voice nav.g {
    display:none;
  }
}
@media (prefers-reduced-motion:no-preference) {
  .p-doctors-voice .hero-grid {
    animation:rise .6s ease both;
  }
  @keyframes rise {
    from {
      opacity:0;
      transform:translateY(10px);
    }
    to {
      opacity:1;
      transform:none;
    }
  }
}
/* ===== research page (下層サンプル) ===== */
.p-doctors-voice .case-link {
  display:inline-block;
  margin-top:12px;
  font-weight:700;
  font-size:14px;
  color: var(--gold) !important;
}
.p-doctors-voice .r-head {
  display:grid;
  grid-template-columns:220px 1fr;
  gap:40px;
  align-items:center;
  padding:0 0 48px;
}
.p-doctors-voice .r-thumb {
  width:220px;
  height:220px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.p-doctors-voice .r-thumb img {
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.p-doctors-voice .r-thumb .mini-badge {
  position:absolute;
  right:-14px;
  bottom:-14px;
  width:84px;
  height:84px;
  border-radius:50%;
  border:2px solid var(--gold);
  outline:1px solid var(--gold);
  outline-offset:3px;
  background:var(--card);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:8.5px;
  color:var(--gold);
  letter-spacing:.1em;
}
.p-doctors-voice .r-thumb .mini-badge b {
  font-size:13.5px;
  color:var(--ink);
  letter-spacing:.12em;
}
.p-doctors-voice .r-head .r-cat {
  font-size:12px;
  letter-spacing:.16em;
  color:var(--gold);
  margin-bottom:10px;
}
.p-doctors-voice .r-head h1 {
  font-size:clamp(24px,3.6vw,32px);
  font-weight:600;
}
.p-doctors-voice .r-head .r-co {
  margin-top:10px;
  font-size:14px;
  color:var(--muted);
}
.p-doctors-voice .r-result {
  background:var(--card);
  border:1.5px solid var(--gold);
  border-radius:10px;
  padding:40px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:260px 1fr;
  gap:44px;
  align-items:center;
}
.p-doctors-voice .r-score .pct {
  /* font-family:"Hiragino Mincho ProN","Yu Mincho",serif; */
  font-size:76px;
  line-height:1;
  color:var(--ink);
  font-variant-numeric:tabular-nums;
}
.p-doctors-voice .r-score .pct small {
  font-size:30px;
}
.p-doctors-voice .r-score .q {
  font-size:13px;
  color:var(--muted);
  margin-top:14px;
  line-height:1.8;
}
.p-doctors-voice .bars {
  display:flex;
  flex-direction:column;
  gap:14px;
}
.p-doctors-voice .bar-row {
  display:grid;
  grid-template-columns:9.5em 1fr 3.5em;
  gap:14px;
  align-items:center;
  font-size:13px;
}
.p-doctors-voice .bar-track {
  height:14px;
  background:var(--mist);
  border-radius:100px;
  overflow:hidden;
}
.p-doctors-voice .bar-fill {
  height:100%;
  background:var(--gold);
  border-radius:100px;
}
.p-doctors-voice .bar-fill.sub {
  background:var(--gold-soft);
}
.p-doctors-voice .bar-fill.grey {
  background:var(--line);
}
.p-doctors-voice .bar-row .v {
  text-align:right;
  font-variant-numeric:tabular-nums;
  color:var(--muted);
}
.p-doctors-voice .spec {
  width:100%;
  border-collapse:collapse;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  font-size:14px;
}
@media (max-width:840px) {
  .p-doctors-voice .spec tr {
    display: flex;
    flex-direction: column;
    /* sp */

  }

  .p-doctors-voice .spec th,
  .p-doctors-voice .spec td {
    width: 100% !important;
  }
}
.p-doctors-voice .spec th,
.p-doctors-voice .spec td {
  padding:14px 20px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
}
.p-doctors-voice .spec tr:last-child th,
.p-doctors-voice .spec tr:last-child td {
  border-bottom:none;
}
.p-doctors-voice .spec th {
  width:11em;
  background:var(--mist);
  color:var(--ink);
  font-weight:700;
  /* white-space:nowrap; */
}
.p-doctors-voice .dc {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.p-doctors-voice .dc .c {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:24px 26px;
  box-shadow:var(--shadow);
  font-size:14px;
}
.p-doctors-voice .dc .c p {
  margin:0 0 12px;
}
.p-doctors-voice .dc .c .who {
  font-size:12.5px;
  color:var(--muted);
}
/* .p-doctors-voice .dc .c::before {
  content:"“";
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:34px;
  color:var(--gold);
  line-height:0;
  display:block;
  margin:14px 0 2px;
}
*/
.p-doctors-voice .notice {
  background:var(--mist);
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px 26px;
  font-size:12.5px;
  color:var(--muted);
  line-height:2;
}
@media (max-width:840px) {
  .p-doctors-voice .r-head {
    grid-template-columns:1fr;
    gap:28px;
  }
  .p-doctors-voice .r-result {
    grid-template-columns:1fr;
    gap:28px;
    padding:28px;
  }
  .p-doctors-voice .dc {
    grid-template-columns:1fr;
  }
}

@media (max-width:840px) {
  .p-doctors-voice .case .thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .p-doctors-voice .r-thumb {
    margin: auto;
  }

  .p-doctors-voice .r-head {
    padding: 50px 30px 30px;
  }

  .p-doctors-voice .bar-row {
    font-size: 11px;
  }

  .p-doctors-voice .bar-track {
    height: 11px;
  }

  .p-doctors-voice .bar-row {
    gap: 10px;
  }

  .p-doctors-voice .badge-wrap::before {
    width: 100%;
  }
}
#contact h2.sec {
  border-left: none;
}


.p-doctors-voice .breadcrumbs{
  font-size: 13px;
  margin-bottom: 30px;
}

.p-doctors-voice .breadcrumbs a{
  color: #333 !important;
}


.p-doctors-voice--research .breadcrumbs{
  max-width: 960px;
  margin: 96px auto 30px;
}
@media (max-width:840px) {
  .p-doctors-voice--research .breadcrumbs,
    .p-doctors-voice--research .breadcrumbs a {
    width: calc(100% - 60px);
    margin: 20px auto 30px;
      color: #333 !important;
  }
  .p-doctors-voice .breadcrumbs a{
    color: #fff !important;
  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .p-doctors-voice.p-doctors-voice--research .breadcrumbs a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #333 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
}