@charset "UTF-8";
/* ============================================================
   quantum-rf — クォンタムRF（イグナイトRF）施術ページ
   ------------------------------------------------------------
   旧LP（.l-legacy 移植）を新デザインへ再構築（2026-09）。
   トークンは top.css の :root、部品は lower.css
   （.p-hero / .p-tab / .p-hero__breadcrumb）を流用し、
   ここにはページ固有のレイアウトだけを書く。
   サイズは 4 の倍数（最低偶数）で統一。
============================================================ */

.p-quantum-rf {
  --qr-bg:     #f2f7f8;              /* 淡ティールグレー（交互背景） */
  --qr-ink:    #595757;              /* 見出し */
  --qr-line:   #e3ded4;              /* カード罫線（淡ゴールド系） */
  --qr-sale:   #e54346;              /* モニター価格 */
  color: var(--c-text);
  font-family: var(--ff-serif);
  font-size: 16px;
  line-height: 2;
}

/* ============================================================
   ヒーロー（.p-hero 拡張）
============================================================ */
.p-quantum-rf .p-hero {
  height: auto;
  min-height: 669px;
  padding: 172px 86px 140px;
  /* overflow:hidden は禁止：ヒーロー下端にまたがるCV帯（.p-hero__cv, bottom:-59px）が切れる。
     透かし英字の横はみ出しは body の overflow-x:hidden が受ける */
}
/* 大きな透かし英字 */
.p-qr__hero-en {
  position: absolute;
  z-index: 1;
  top: 96px;
  right: -8px;
  font-family: var(--ff-en);
  font-weight: 200;
  font-size: clamp(80px, 10vw, 152px);
  letter-spacing: .04em;
  line-height: 1;
  color: var(--c-white);
  opacity: .14;
  white-space: nowrap;
  pointer-events: none;
}
/* 機材カットアウト
   サイズ・位置は画面幅に連動させ、狭い幅でもテキストと重ならないようにする */
/* 速水医師の手術写真（施術ページ共通 images/common/hero-doctor.png・ブルーフィルタ焼き込み済み） */
.p-qr__hero-machine {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: none; /* 共通の img{max-width:100%} を無効化（アスペクト維持） */
  height: min(680px, calc(100% - 120px), 47vw);
  filter: drop-shadow(0 24px 48px rgba(16, 62, 71, .25));
  pointer-events: none;
}
.p-qr__hero-title {
  position: static;          /* .p-hero__title の絶対配置を解除 */
  max-width: min(680px, 50vw); /* 機材カットアウトと重ならない上限 */
  line-height: 1;
}
.p-qr__hero-catch {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .08em;
}
.p-qr__hero-catch em {
  font-style: normal;
  color: var(--c-white);
  border-bottom: 2px solid var(--c-gold-light);
  padding-bottom: 2px;
}
.p-qr__hero-small { font-size: .55em; }
.p-qr__hero-sub {
  margin: 24px 0 0;
  max-width: 600px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .04em;
  opacity: .94;
}
.p-qr__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.p-qr__hero-badges span {
  padding: 4px 16px;
  background: rgba(255, 255, 255, .92);
  border-radius: 2px;
  color: var(--c-teal);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .08em;
}

/* ============================================================
   目次
============================================================ */
.p-qr__toc {
  padding: 128px 20px 72px;  /* ヒーロー下端CV（-59px）を避ける */
  background: var(--qr-bg);
}
.p-qr__toc-head { text-align: center; line-height: 1; }
.p-qr__toc-en {
  display: block;
  font-family: var(--ff-en);
  font-size: 14px;
  letter-spacing: .2em;
  color: var(--c-gold);
}
.p-qr__toc-title {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--qr-ink);
}
.p-qr__toc-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #9a9a9a;
}
.p-qr__toc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  max-width: 1000px;
  margin: 32px auto 0;
}
.p-qr__toc-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(146, 121, 87, .25);
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--c-text);
  transition: color .2s var(--ease-out), border-color .2s var(--ease-out);
}
.p-qr__toc-list a:hover {
  opacity: 1;
  color: var(--c-teal);
  border-color: var(--c-teal);
}
.p-qr__toc-n {
  font-family: var(--ff-en);
  font-size: 13px;
  color: var(--c-gold-light);
}

/* ============================================================
   セクション共通
============================================================ */
.p-qr__sec { padding: 96px 20px; background: var(--c-white); }
.p-qr__sec--tint { background: var(--qr-bg); }
.p-qr__sec--teal { background: var(--c-teal); color: var(--c-white); }
.p-qr__wrap { max-width: 1100px; margin-inline: auto; }

/* 見出し（TOP共通 .section-title を白背景用に落とす） */
.p-qr__head { text-align: center; }
.p-quantum-rf .section-title__en {
  font-size: clamp(44px, 5vw, 80px);
  color: var(--c-text);
  opacity: .1;
}
.p-quantum-rf .section-title__ja {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: .1em;
  color: var(--qr-ink);
}
.p-qr__sec--teal .section-title__en { color: var(--c-white); opacity: .16; }
.p-qr__sec--teal .section-title__ja { color: var(--c-white); }
.p-qr__head--left { text-align: left; }
.p-qr__head--left .section-title { text-align: left; }
.p-qr__head--left .section-title__en { font-size: clamp(36px, 3.4vw, 56px); }

.p-qr__lead {
  max-width: 680px;
  margin: 24px auto 0;
  font-size: 15px;
  line-height: 32px;
}
.p-qr__lead--center { text-align: center; margin-top: 32px; }
.p-qr__note {
  max-width: 760px;
  margin: 32px auto 0;
  font-size: 12px;
  line-height: 24px;
  color: #9a9a9a;
  text-align: center;
}
.p-quantum-rf strong { font-weight: 600; color: var(--c-teal); }
.p-quantum-rf b { font-weight: 600; color: var(--c-text-dark); }
.p-qr__em {
  font-style: normal;
  font-weight: 600;
  color: var(--c-teal);
  border-bottom: 1px solid rgba(81, 184, 200, .5);
  padding-bottom: 1px;
}
.p-qr__tag {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--c-gold);
  border: 1px solid var(--c-gold-light);
  padding: 2px 12px;
}
/* 施術ページへ等のボタン（見た目は lower.css .p-tab 共通） */
.p-qr__btn {
  display: inline-flex;
  width: auto;
  min-width: 300px;
  margin-top: 32px;
}
.p-qr__btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .7);
  color: var(--c-white);
}
.p-qr__btn--ghost::after { background: var(--c-white); }

/* ============================================================
   01 とは（テキスト＋機器写真）
============================================================ */
.p-qr__device-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: center;
  margin-top: 56px;
}
.p-qr__device-txt p { font-size: 15px; line-height: 34px; }
.p-qr__device-txt p + p { margin-top: 24px; }
.p-qr__device-ph img {
  width: 100%;
  box-shadow: 0 24px 48px rgba(81, 184, 200, .25);
}

/* ============================================================
   03 仕組み ＋ 04 効果
============================================================ */
.p-qr__mech-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: center;
}
.p-qr__mech-fig img {
  width: 100%;
  box-shadow: 0 24px 48px rgba(81, 184, 200, .22);
}
.p-qr__mech-txt p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 34px;
}
.p-qr__benefits { margin-top: 96px; }
.p-qr__bf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.p-qr__bf {
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  padding: 32px 28px;
}
.p-qr__bf-n {
  display: block;
  font-family: var(--ff-en);
  font-size: 20px;
  line-height: 1;
  color: var(--c-gold-light);
}
.p-qr__bf h3 {
  margin: 16px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--qr-ink);
}
.p-qr__bf p { margin: 12px 0 0; font-size: 14px; line-height: 28px; }

/* ============================================================
   02 従来との違い
============================================================ */
.p-qr__diff-cols {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
}
.p-qr__diff-card {
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  border-top: 3px solid #b9c4c5;
  padding: 40px 36px;
}
.p-qr__diff-card--new { border-top-color: var(--c-teal); }
.p-qr__diff-card--old .p-qr__diff-tag { color: #8f9a9b; border-color: #c5cccd; }
.p-qr__diff-tag {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--c-teal);
  border: 1px solid rgba(81, 184, 200, .5);
  padding: 2px 12px;
}
.p-qr__diff-card h3 {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--qr-ink);
}
.p-qr__diff-fig { margin-top: 24px; }
.p-qr__diff-fig img { width: 100%; }
.p-qr__diff-cap {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  color: #8f9a9b;
}
.p-qr__diff-cap--strong { color: var(--c-teal); font-size: 15px; font-weight: 600; }
.p-qr__diff-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.p-qr__diff-route span {
  padding: 2px 12px;
  background: var(--qr-bg);
  font-size: 12px;
  color: var(--c-text-dark);
}
.p-qr__diff-route i { font-style: normal; font-size: 12px; color: var(--c-gold-light); }
.p-qr__diff-card > p:last-child { margin-top: 20px; font-size: 14px; line-height: 30px; }
.p-qr__diff-vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--c-gold-light);
  color: var(--c-white);
  font-family: var(--ff-en);
  font-size: 16px;
  letter-spacing: .08em;
}
/* まとめバナー（ティール帯） */
.p-qr__banner {
  margin-top: 64px;
  padding: 64px 40px;
  background: var(--c-teal);
  color: var(--c-white);
  text-align: center;
}
.p-qr__banner-en {
  display: block;
  font-family: var(--ff-en);
  font-size: 14px;
  letter-spacing: .2em;
  color: var(--c-gold-light);
}
.p-qr__banner h3 {
  margin: 16px 0 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.7;
}
.p-qr__banner h3 em {
  font-style: normal;
  border-bottom: 2px solid var(--c-gold-light);
  padding-bottom: 2px;
}
.p-qr__banner p {
  max-width: 800px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 32px;
  opacity: .94;
  text-align: left;
}
.p-qr__banner strong { color: var(--c-white); }

/* ============================================================
   05 対応部位とハンドピース
============================================================ */
.p-qr__hp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}
.p-qr__hp-card {
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  padding: 40px 36px;
}
.p-qr__hp-name {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--qr-ink);
}
.p-qr__hp-name span {
  display: block;
  margin-top: 4px;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--c-gold-light);
}
.p-qr__hp-ph { margin-top: 24px; }
.p-qr__hp-ph img { width: 100%; }
.p-qr__hp-depth {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--qr-line);
}
.p-qr__hp-depth .lbl { font-size: 12px; color: #9a9a9a; }
.p-qr__hp-depth .val {
  font-family: var(--ff-en);
  font-size: 40px;
  line-height: 1;
  color: var(--c-teal);
}
.p-qr__hp-depth .val small { font-size: 16px; }
.p-qr__hp-card > p { margin-top: 16px; font-size: 14px; line-height: 30px; }
.p-qr__hp-areas { margin-top: 20px; }
.p-qr__hp-ah {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-gold);
}
.p-qr__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.p-qr__chips span {
  padding: 2px 14px;
  border: 1px solid rgba(81, 184, 200, .5);
  border-radius: 2px;
  font-size: 12px;
  color: var(--c-teal);
}

/* ============================================================
   06 適応な方 ＋ 07 特におすすめな方
============================================================ */
.p-qr__worry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  max-width: 900px;
  margin: 48px auto 0;
}
.p-qr__worry-list li {
  position: relative;
  padding: 14px 20px 14px 56px;
  background: var(--qr-bg);
  font-size: 15px;
  line-height: 28px;
}
.p-qr__worry-list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-teal);
  color: var(--c-white);
  font-size: 13px;
  line-height: 1;
}
.p-qr__tbl-wrap { margin-top: 48px; overflow-x: auto; }
.p-qr__tbl {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
}
.p-qr__tbl th {
  padding: 12px 16px;
  background: var(--c-teal);
  color: var(--c-white);
  font-weight: 400;
  letter-spacing: .06em;
  border-right: 1px solid rgba(255, 255, 255, .3);
}
.p-qr__tbl th:last-child { border-right: 0; }
.p-qr__tbl th.us { background: #3a9dad; font-weight: 600; }
.p-qr__tbl td {
  padding: 14px 16px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.p-qr__tbl td:first-child { color: var(--c-text-dark); }
.p-qr__tbl td.us {
  background: rgba(81, 184, 200, .1);
  color: var(--c-text-dark);
  font-weight: 500;
}
.p-qr__tbl--compare { min-width: 760px; }
.p-qr__recommend { margin-top: 96px; }
.p-qr__rc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.p-qr__rc {
  display: flex;
  gap: 20px;
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  padding: 32px 28px;
}
.p-qr__rc-n {
  flex: 0 0 auto;
  font-family: var(--ff-en);
  font-size: 22px;
  line-height: 1;
  color: var(--c-gold-light);
}
.p-qr__rc h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--qr-ink);
}
.p-qr__rc p { margin-top: 10px; font-size: 14px; line-height: 28px; }

/* ============================================================
   08 麻酔について
============================================================ */
.p-qr__anes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}
.p-qr__anes {
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  padding: 40px 36px;
}
.p-qr__anes-n {
  display: block;
  font-family: var(--ff-en);
  font-size: 22px;
  line-height: 1;
  color: var(--c-gold-light);
}
.p-qr__anes h3 {
  margin: 12px 0 0;
  font-size: 19px;
  font-weight: 500;
  color: var(--qr-ink);
}
.p-qr__anes > p { margin-top: 16px; font-size: 14px; line-height: 30px; }
.p-qr__anes ul { margin-top: 20px; border-top: 1px solid var(--qr-line); }
.p-qr__anes li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--qr-line);
  font-size: 14px;
  line-height: 26px;
}
.p-qr__anes li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 10px;
  color: var(--c-teal);
  font-size: 14px;
}

/* ============================================================
   09 3つのこだわり
============================================================ */
.p-qr__commit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.p-qr__ccard {
  background: var(--qr-bg);
  padding: 40px 32px;
}
.p-qr__ccard-n {
  display: block;
  font-family: var(--ff-en);
  font-size: 28px;
  line-height: 1;
  color: var(--c-gold-light);
}
.p-qr__ccard h3 {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--qr-ink);
}
.p-qr__ccard p { margin: 16px 0 0; font-size: 14px; line-height: 30px; }

/* ============================================================
   10 併用できる付属施術
============================================================ */
.p-qr__dev {
  display: grid;
  grid-template-columns: 440px 1fr;
  grid-template-areas:
    "visual head"
    "visual txt"
    "mech mech";
  grid-template-rows: auto 1fr auto;
  gap: 0 48px;
  margin-top: 64px;
  align-items: start;
}
.p-qr__dev-head { grid-area: head; }
.p-qr__dev-head h3 {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--qr-ink);
}
.p-qr__dev-visual { grid-area: visual; align-self: stretch; }
.p-qr__dev-txt { grid-area: txt; }
.p-qr__dev + .p-qr__dev {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid var(--qr-line);
}
.p-qr__dev-visual { display: flex; flex-direction: column; gap: 16px; }
.p-qr__dev-ph { position: relative; flex: 1; min-height: 0; }
.p-qr__dev-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 仕組み図は2カラムの下に全幅行で（下端の不揃い対策・図も大きく見せる） */
.p-qr__dev-mech { grid-area: mech; max-width: 720px; margin: 48px auto 0; }
.p-qr__dev-mech img { width: 100%; display: block; }
.p-qr__dev-ph span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 14px;
  background: rgba(81, 184, 200, .9);
  color: var(--c-white);
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .2em;
}
.p-qr__dev-txt > p { margin-top: 20px; font-size: 14px; line-height: 30px; }
.p-qr__merit {
  margin-top: 40px;
  padding: 24px 28px;
  background: var(--c-white);
  border-left: 3px solid var(--c-teal);
}
.p-qr__sec--tint .p-qr__merit { box-shadow: 0 8px 24px rgba(81, 184, 200, .1); }
.p-qr__merit-h {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-gold);
}
.p-qr__merit ul { margin-top: 12px; }
.p-qr__merit li {
  position: relative;
  padding: 4px 0 4px 20px;
  font-size: 14px;
  line-height: 26px;
}
.p-qr__merit li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-gold-light);
}

/* ============================================================
   12 医師紹介（ティール帯）
============================================================ */
.p-qr__doc-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: start;
}
.p-qr__doc-ph img {
  width: 100%;
  box-shadow: 0 24px 48px rgba(16, 62, 71, .3);
}
.p-qr__doc-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px 16px;
  background: rgba(255, 255, 255, .92);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--c-teal);
}
.p-qr__doc .p-qr__head--left { margin-bottom: 24px; }
.p-qr__doc > p { font-size: 15px; line-height: 32px; }
.p-qr__doc-points { margin-top: 16px; font-size: 13px; opacity: .85; }
.p-qr__doc-cred {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.p-qr__doc-dc {
  padding: 24px;
  background: rgba(255, 255, 255, .1);
}
.p-qr__doc-dl {
    display: block;
    font-family: var(--ff-en);
    font-size: 14px;
    letter-spacing: .1em;
    color: #ffd452;
}
.p-qr__doc-dc ul { margin-top: 12px; }
.p-qr__doc-dc li {
  position: relative;
  padding: 2px 0 2px 16px;
  font-size: 13px;
  line-height: 26px;
  opacity: .95;
}
.p-qr__doc-dc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 1px;
  background: #ffd452;
}

/* ============================================================
   13 料金表
============================================================ */
.p-qr__price-group { max-width: 770px; margin: 56px auto 0; }
.p-qr__price-group + .p-qr__price-group { margin-top: 48px; }
.p-qr__price-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-gold-light);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--c-text-dark);
}
.p-qr__price-head span {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--c-gold);
}
.p-qr__price-thead,
.p-qr__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-qr__price-thead {
  padding: 16px 0 8px;
  font-size: 13px;
}
.p-qr__price-thead .list { color: #927957; }
.p-qr__price-thead .sale { color: var(--qr-sale); }
.p-qr__price-row {
  padding: 16px 0 8px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
}
.p-qr__price-row .name { flex: 1; }
.p-qr__price-thead .name { flex: 1; }
.p-qr__price-thead .list,
.p-qr__price-thead .sale,
.p-qr__price-row .list,
.p-qr__price-row .sale {
  width: 160px;
  text-align: right;
  white-space: nowrap;
}
.p-qr__price-row .sale { color: var(--qr-sale); }

/* ============================================================
   14 施術当日の流れ
============================================================ */
.p-qr__flow { max-width: 860px; margin: 56px auto 0; }
.p-qr__flow li {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 24px;
  align-items: start;
}
.p-qr__flow li + li { margin-top: 40px; }
/* ステップ間の縦ライン */
.p-qr__flow li + li::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -36px;
  width: 1px;
  height: 32px;
  background: rgba(81, 184, 200, .4);
}
.p-qr__flow-n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--c-teal);
  color: var(--c-white);
  font-family: var(--ff-en);
  font-size: 22px;
}
.p-qr__flow-body h3 {
  padding-top: 12px;
  font-size: 17px;
  font-weight: 500;
  color: var(--qr-ink);
}
.p-qr__flow-body p { margin-top: 8px; font-size: 14px; line-height: 28px; }
.p-qr__flow-t {
  padding-top: 16px;
  font-size: 13px;
  color: var(--c-gold);
  white-space: nowrap;
}

/* ============================================================
   15 ダウンタイムの経過
============================================================ */
.p-qr__dt-graph {
  max-width: 860px;
  margin: 56px auto 0;
  padding: 40px 40px 32px;
  background: var(--qr-bg);
}
.p-qr__dt-glabel { font-size: 13px; color: var(--c-text-dark); }
.p-qr__dt-glabel small { font-size: 11px; color: #9a9a9a; }
.p-qr__dt-bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 180px;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9d6d8;
}
.p-qr__dt-bar {
  flex: 1 1 0;
  background: linear-gradient(180deg, #a4dbe2, #6cc3d0);
}
.p-qr__dt-bar.is-hi { background: linear-gradient(180deg, #6cc3d0, var(--c-teal)); }
.p-qr__dt-axis {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 12px;
  text-align: center;
}
.p-qr__dt-axis .d {
  display: block;
  font-family: var(--ff-en);
  font-size: 12px;
  color: var(--c-text-dark);
}
.p-qr__dt-axis .is-star .d { color: var(--c-gold); }
.p-qr__dt-axis .ph {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 16px;
  color: #9a9a9a;
}
.p-qr__dt-recover {
  margin-top: 24px;
  font-size: 13px;
  text-align: center;
  color: var(--c-text-dark);
}
.p-qr__dt-notes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.p-qr__dt-note {
  border: 1px solid var(--qr-line);
  padding: 24px 20px;
}
.p-qr__dt-nh {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-teal);
}
.p-qr__dt-nh small {
  display: block;
  margin-top: 2px;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .16em;
  color: #9a9a9a;
}
.p-qr__dt-note p { margin-top: 12px; font-size: 13px; line-height: 24px; }

/* ============================================================
   16 リスクと対応
============================================================ */
.p-qr__risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px;
}
.p-qr__risk {
  display: flex;
  gap: 16px;
  background: var(--c-white);
  border: 1px solid var(--qr-line);
  padding: 24px;
}
.p-qr__risk-n {
  flex: 0 0 auto;
  font-family: var(--ff-en);
  font-size: 18px;
  line-height: 1.4;
  color: var(--c-gold-light);
}
.p-qr__risk h3 { font-size: 15px; font-weight: 600; color: var(--qr-ink); }
.p-qr__risk p { margin-top: 8px; font-size: 13px; line-height: 24px; }

/* ============================================================
   17 よくあるご質問（開閉式）
============================================================ */
.p-qr__faq-list { max-width: 770px; margin: 48px auto 0; }
.p-qr__faq { border-bottom: 2px solid rgba(81, 184, 200, .5); }
.p-qr__faq summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 8px;
  cursor: pointer;
  list-style: none;
}
.p-qr__faq summary::-webkit-details-marker { display: none; }
.p-qr__faq-q,
.p-qr__faq-ai {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--c-white);
  font-family: var(--ff-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.p-qr__faq-q { background: var(--c-teal); }
.p-qr__faq-ai { background: var(--c-gold-light); }
.p-qr__faq-qt {
  flex: 1;
  font-size: 16px;
  line-height: 28px;
  color: var(--qr-ink);
}
.p-qr__faq-icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--c-gold);
  border-bottom: 1px solid var(--c-gold);
  transform: rotate(45deg);
  transition: transform .3s var(--ease-out);
}
.p-qr__faq[open] .p-qr__faq-icon { transform: rotate(225deg); }
.p-qr__faq-a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 8px 24px;
}
.p-qr__faq-a p { font-size: 14px; line-height: 28px; padding-top: 6px; }

/* ============================================================
   タブレット・SP
============================================================ */
@media (max-width: 1024px) {
  .p-qr__device-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-qr__device-ph { max-width: 480px; margin-inline: auto; }
  .p-qr__mech-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-qr__mech-fig { max-width: 480px; margin-inline: auto; }
  .p-qr__bf-grid { grid-template-columns: 1fr 1fr; }
  .p-qr__dev {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "visual" "txt" "mech";
    grid-template-rows: auto auto auto auto;
    gap: 24px;
  }
  .p-qr__dev-txt > p:first-child { margin-top: 0; }
  .p-qr__dev-visual { max-width: 560px; margin-inline: auto; width: 100%; }
  .p-qr__dev-ph { flex: none; }
  .p-qr__dev-ph img { height: auto; }
  .p-qr__dev-mech { max-width: 560px; margin: 0 auto; }
  .p-qr__doc-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-qr__doc-ph { max-width: 360px; margin-inline: auto; }
  .p-qr__risk-grid { grid-template-columns: 1fr 1fr; }
  .p-qr__dt-notes { grid-template-columns: 1fr 1fr; }
  .p-qr__commit-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
}

@media (max-width: 768px) {
  .p-quantum-rf .p-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    padding: 128px 16px 64px;
  }
  /* 透かし英字はテキストの背面に敷く */
  .p-qr__hero-en {
    top: 116px;
    right: -8px;
    font-size: 88px;
  }
  /* 機材は完全に背面へ。強めのグラデで透かし、テキストは全幅で載せる */
  .p-qr__hero-machine {
    position: absolute;
    inset: auto;
    left: 50%;
    right: auto;
    bottom: 8px;
    transform: translateX(-50%); /* 左右中央 */
    width: auto;
    max-width: none;
    height: 350px;
    margin: 0;
  }
  .p-quantum-rf .p-hero::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(63, 166, 182, .88) 0%, rgba(81, 184, 200, .66) 55%, rgba(103, 196, 205, .4) 100%);
    -webkit-mask-image: none;
            mask-image: none;
    z-index: 1;
    pointer-events: none;
  }
  .p-qr__hero-title {
    order: 1;
    position: relative;
    top: 0;   /* lower.cssのSP用 top:190px（absolute前提）を打ち消し */
    left: 0;  /* 同上（余白はpaddingで確保） */
    z-index: 2;
    max-width: none;   /* 機材が背面になったので全幅で使う */
  }
  .p-qr__hero-catch { font-size: 24px; letter-spacing: .04em; }
  .p-qr__hero-sub { font-size: 14px; line-height: 28px; }
  .p-qr__hero-badges span { font-size: 11px; padding: 2px 12px; }

  .p-qr__toc { padding: 48px 16px; }
  .p-qr__toc-list { grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .p-qr__toc-list a { font-size: 12px; gap: 8px; padding: 8px 2px; }

  .p-qr__sec { padding: 56px 16px; }
  .p-quantum-rf .section-title__en { font-size: clamp(32px, 9vw, 44px); }
  .p-quantum-rf .section-title__ja { font-size: 18px; }
  .p-qr__lead { font-size: 14px; line-height: 28px; margin-top: 16px; }
  .p-qr__head--left .section-title__en { font-size: 32px; }

  .p-qr__device-grid { margin-top: 32px; }
  .p-qr__device-txt p { font-size: 14px; line-height: 30px; }
  .p-qr__benefits { margin-top: 64px; }
  .p-qr__bf-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  .p-qr__bf { padding: 24px 20px; }

  .p-qr__diff-cols { grid-template-columns: 1fr; gap: 48px; margin-top: 32px; }
  .p-qr__diff-card { padding: 28px 20px; }
  .p-qr__diff-vs { width: 44px; height: 44px; font-size: 13px; }
  .p-qr__banner { margin-top: 48px; padding: 48px 20px; }
  .p-qr__banner p { font-size: 13px; line-height: 28px; }
  .p-qr__br-sp { display: inline; }

  .p-qr__hp-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .p-qr__hp-card { padding: 28px 20px; }

  .p-qr__worry-list { grid-template-columns: 1fr; gap: 8px; margin-top: 32px; }
  .p-qr__worry-list li { font-size: 14px; padding: 12px 16px 12px 48px; }
  .p-qr__recommend { margin-top: 64px; }
  .p-qr__rc-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  .p-qr__rc { padding: 24px 20px; gap: 16px; }

  .p-qr__anes-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .p-qr__anes { padding: 28px 20px; }
  .p-qr__commit-grid { gap: 12px; margin-top: 32px; }
  .p-qr__ccard { padding: 28px 20px; }

  .p-qr__dev {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "visual" "txt" "mech";
    grid-template-rows: auto auto auto auto;
    gap: 24px;
    margin-top: 40px;
  }
  .p-qr__dev-head h3 { font-size: 20px; }
  .p-qr__dev-txt > p:first-child { margin-top: 0; }
  .p-qr__dev + .p-qr__dev { margin-top: 48px; padding-top: 48px; }
  .p-qr__dev-txt h3 { font-size: 20px; }
  .p-qr__merit { padding: 20px; }
  .p-qr__btn { width: 100%; min-width: 0; }

  .p-qr__doc-cred { grid-template-columns: 1fr; gap: 12px; }

  .p-qr__price-group { margin-top: 40px; }
  .p-qr__price-thead .list,
  .p-qr__price-thead .sale,
  .p-qr__price-row .list,
  .p-qr__price-row .sale { width: 112px; font-size: 14px; }
  /* （税込）付きの列見出しが112pxに収まるように見出しのみ縮小 */
  .p-qr__price-thead .list,
  .p-qr__price-thead .sale { font-size: 11px; letter-spacing: 0; }
  .p-qr__price-row { flex-wrap: wrap; row-gap: 4px; padding: 12px 0 8px; }
  .p-qr__price-row .name { width: 100%; flex: none; font-size: 14px; }
  .p-qr__price-row .list,
  .p-qr__price-row .sale { margin-left: auto; }
  .p-qr__price-row .list:nth-last-child(2) { margin-left: auto; }

  .p-qr__flow { margin-top: 32px; }
  .p-qr__flow li { grid-template-columns: 40px 1fr; gap: 16px; }
  .p-qr__flow-n { width: 40px; height: 40px; font-size: 17px; }
  .p-qr__flow li + li::before { left: 20px; }
  .p-qr__flow-body h3 { padding-top: 6px; font-size: 16px; }
  .p-qr__flow-t { grid-column: 2; padding-top: 0; }

  .p-qr__dt-graph { padding: 24px 16px; margin-top: 32px; }
  .p-qr__dt-bars { gap: 6px; height: 140px; }
  .p-qr__dt-axis { gap: 6px; }
  .p-qr__dt-axis .d { font-size: 10px; }
  .p-qr__dt-axis .ph { font-size: 9px; line-height: 14px; }
  .p-qr__dt-notes { grid-template-columns: 1fr; gap: 12px; }

  .p-qr__risk-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }

  .p-qr__faq-list { margin-top: 32px; }
  .p-qr__faq summary { gap: 12px; padding: 16px 4px; }
  .p-qr__faq-q, .p-qr__faq-ai { width: 32px; height: 32px; font-size: 14px; }
  .p-qr__faq-qt { font-size: 14px; line-height: 24px; }
  .p-qr__faq-a { gap: 12px; padding: 0 4px 16px; }
  .p-qr__faq-a p { font-size: 13px; line-height: 26px; padding-top: 4px; }
}
