/* トラクター機種TOP — jres地図UI + 農機ブランド色 */

:root {
  --ink: #0b1f3a;
  --ink-2: #1a3560;
  --ink-3: #45597a;
  --line: #dfe5ee;
  --line-2: #eef2f7;
  --bg: #f5f7fa;
  --brand: #1f7a4c;
  --brand-2: #16633c;
  --brand-soft: #e7f3ec;
  --accent: #e8a317;
  --pestbook-brand: #1f7a4c;
  --pestbook-brand-soft: #e7f3ec;
  --pestbook-accent: #e8a317;
  --pestbook-ink: #0b1f3a;
  --pestbook-ink-2: #1a3560;
  --pestbook-ink-3: #45597a;
  --pestbook-line: #dfe5ee;
  --pestbook-bg: #f5f7fa;

  /* jres 地図レイアウト（customizer デフォルトと同一） */
  --pestbook-map-scale: 1.1;
  --pestbook-map-x: 0px;
  --pestbook-map-y: -8px;
  --pestbook-region-card-scale: 1;
  --pestbook-pref-chip-font-px: 10;
  --pestbook-region-head-font-px: 10;
  --pestbook-region-card-min-width: 124px;
  --pestbook-region-hokkaido_tohoku-top: 36.456645378578465%;
  --pestbook-region-hokkaido_tohoku-left: 72.00457535030026%;
  --pestbook-region-kanto-top: 65.24032459425719%;
  --pestbook-region-kanto-left: 63.87289325842696%;
  --pestbook-region-hokuriku-top: 23.300924602039842%;
  --pestbook-region-hokuriku-left: 51.70620531884473%;
  --pestbook-region-tokai-top: 77.1852063673625%;
  --pestbook-region-tokai-left: 47.28606662853875%;
  --pestbook-region-kinki-top: 34.100657706605666%;
  --pestbook-region-kinki-left: 35.38300686302545%;
  --pestbook-region-chugoku-top: 35.095160931592154%;
  --pestbook-region-chugoku-left: 17.830461824420933%;
  --pestbook-region-shikoku-top: 80.93762907889301%;
  --pestbook-region-shikoku-left: 30.65752788104089%;
  --pestbook-region-kyushu_okinawa-top: 67.37997648778318%;
  --pestbook-region-kyushu_okinawa-left: 5.412675150128682%;

  --font: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

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

html {
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Header */
/* Header/footer → noukigu-chrome.css */

/* Hero: jres と同じ（PCは全体、スマホは見出し帯だけ写真） */
.machine-top .pest-top-hero {
  padding: 0 0 48px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  --jres-hero-bg-y: center;
  /* pestbook-app.css の .hero { background: gradient } を透明化して <img> を見せる */
  background: transparent;
}

.machine-hero-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--jres-hero-bg-y, center);
  z-index: 0;
  pointer-events: none;
}

.machine-top .pest-top-hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(241, 248, 244, 0.52) 0%,
      rgba(241, 248, 244, 0.58) 38%,
      rgba(241, 248, 244, 0.88) 72%,
      rgba(241, 248, 244, 0.96) 100%);
}

.machine-top .pest-top-hero .container-wide {
  position: relative;
  z-index: 2;
}

.termite-lp-hero__head {
  text-align: center;
  padding: clamp(1.4rem, 3vw, 2rem) 0.75rem 1.25rem;
}

.termite-lp-hero__title {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.02em;
  text-shadow: 0 0 1px #fff, 0 0 8px rgba(255, 255, 255, 0.9);
}

.termite-lp-hero__lead {
  margin: 0.65rem auto 0;
  max-width: 42ch;
  color: var(--ink-3);
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 0 2px #fff, 0 0 10px rgba(255, 255, 255, 0.85);
}

@media (max-width: 600px) {
  .machine-top .termite-search-top.pest-top-hero::before {
    background:
      linear-gradient(180deg,
        rgba(241, 248, 244, 0.52) 0%,
        rgba(241, 248, 244, 0.58) 38%,
        rgba(241, 248, 244, 0.88) 72%,
        rgba(241, 248, 244, 0.96) 100%);
  }

  .machine-top .termite-search-top .termite-lp-hero__head {
    position: relative;
    isolation: isolate;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 18px 22px;
  }

  .machine-top .termite-search-top .termite-lp-hero__head::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    z-index: -1;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.78) 100%);
  }

  .machine-top .machine-hero-bg__img {
    object-position: center 42%;
  }

  .machine-top .termite-lp-hero__title {
    font-size: clamp(1.45rem, 6.8vw, 1.8rem);
    line-height: 1.42;
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-shadow:
      0 0 1px #fff,
      0 0 10px rgba(255, 255, 255, 0.95),
      0 0 18px rgba(255, 255, 255, 0.85);
  }

  .machine-top .termite-lp-hero__lead {
    max-width: 22em;
    font-size: 0.92rem;
    line-height: 1.85;
    font-weight: 700;
    text-wrap: pretty;
  }

  .machine-top .genre-panel {
    margin: 12px 14px 8px;
    border-radius: 14px;
  }
}

.pest-side__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  min-height: 48px;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #19a393, #0f8a7a);
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  box-shadow: 0 3px 0 #0b6e61;
}

.pest-side__cta:hover {
  filter: brightness(1.04);
}

.about-strip {
  padding: 1.25rem 0 2rem;
}

.about-strip p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-3);
}

/* City select / article stub */
.city-select,
.article-stub,
.area-article {
  padding: 1.75rem 0 3rem;
}

.city-select__crumb,
.article-stub .city-select__crumb {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.city-select__crumb a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.city-select__title,
.article-stub h1 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 900;
}

.city-select__lead,
.article-stub p {
  margin: 0.55rem 0 1.25rem;
  color: var(--ink-3);
}

.city-select__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .city-select__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .city-select__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.city-select__group {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem;
}

.city-select__letter {
  font-size: 0.78rem;
  font-weight: 900;
  color: #fff;
  background: var(--brand);
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.55rem;
}

.city-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.city-select-page .container-wide {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 3rem;
}

.city-select__back {
  margin: 1.75rem 0 0;
}

.city-select__back .chip.big {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  border-radius: 999px;
}

.city-select__gr {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}

.city-select__gr.is-active {
  background: #fff;
}

.city-select__hint {
  font-size: 0.78rem;
  color: var(--ink-3);
}

.city-select__pick {
  display: block;
  width: 100%;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  text-align: left;
  line-height: 1.35;
  font: inherit;
  font-weight: 800;
  color: #1d5fbf;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.city-select__pick:hover,
.city-select__pick:focus-visible {
  background: rgba(30, 85, 168, 0.08);
  border-radius: 8px;
}

@media (max-width: 560px) {
  .city-select-page .container-wide {
    padding: 1.25rem 1rem 2.5rem;
  }
  .city-select__cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.city-chip {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  cursor: pointer;
}

.city-chip:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-2);
}

.article-stub__cta {
  display: inline-flex;
  padding: 0.75rem 1.1rem;
  background: var(--accent);
  color: #1a1f24;
  font-weight: 900;
  border-radius: 8px;
}

.area-article__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  line-height: 1.35;
}

.area-article__lead {
  margin: 0.75rem 0 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
}

.area-article__intro,
.area-article__block p {
  margin: 0.55rem 0 0;
  color: var(--ink-3);
  line-height: 1.75;
}

.area-article__block {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.area-article__block h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}

.area-article__points {
  margin: 0.65rem 0 0;
  padding-left: 1.2rem;
  color: var(--ink-3);
}

.area-article__points li + li {
  margin-top: 0.35rem;
}

.area-article__cta {
  margin: 1.5rem 0 0.75rem;
}

.area-article__back a {
  color: var(--brand);
  font-weight: 700;
}

/* 機種TOP本文（依頼構成） */
.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
  min-width: 0;
}

.mt-kicker {
  margin: 0 0 0.4rem;
  color: var(--brand-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mt-title {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.35;
}

.mt-lead {
  margin: 0.55rem 0 0;
  color: var(--ink-3);
  font-size: 0.92rem;
}

/* ヒーロー・ヒカカク以外：線画イラスト背景（PCはfixed／スマホはscroll） */
.icons-stage {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  max-width: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(247, 249, 247, 0.68) 100%),
    url("../hero/hub-hero-icons-bg.webp?v=4") center center / cover no-repeat;
  background-attachment: scroll, fixed;
  background-color: #f3f6f3;
}

.icons-stage > section {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
}

.icons-stage .mt-features,
.icons-stage .mt-section,
.icons-stage .mt-section--alt,
.icons-stage .mt-recatch,
.icons-stage .about-strip {
  background: transparent;
}

@media (max-width: 900px) {
  .icons-stage {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 249, 247, 0.74) 100%),
      url("../hero/hub-hero-icons-bg-mobile.webp?v=2");
    background-attachment: scroll, scroll;
    background-size: auto, cover;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
  }
}

.mt-features {
  padding: 2rem 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.mt-feature-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.mt-feature-list li {
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8faf8;
}

.mt-feature-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.98rem;
  color: var(--ink);
}

.mt-feature-list span {
  font-size: 0.86rem;
  color: var(--ink-3);
  line-height: 1.65;
}

.mt-section {
  padding: 2.25rem 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.mt-section--alt {
  background: #f5f7fa;
}

.mt-tips {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: tip;
  display: grid;
  gap: 0.7rem;
}

.mt-tips li {
  counter-increment: tip;
  position: relative;
  padding: 1rem 1rem 1rem 3.2rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.mt-tips li::before {
  content: counter(tip, decimal-leading-zero);
  position: absolute;
  left: 0.85rem;
  top: 1rem;
  color: var(--brand);
  font-weight: 900;
  font-size: 0.85rem;
}

.mt-tips h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 900;
}

.mt-tips p {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-3);
  line-height: 1.65;
}

.mt-howto {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.mt-howto__fig {
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e8efe8;
}

.mt-howto__fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mt-howto li {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mt-howto__step {
  margin: 0;
  padding: 0.7rem 0.8rem 0.15rem;
  font-size: 0.9rem;
  font-weight: 900;
}

.mt-howto__step span {
  margin-right: 0.3rem;
  color: #e67a28;
}

.mt-howto__desc {
  margin: 0;
  padding: 0 0.8rem 0.85rem;
  font-size: 0.8rem;
  color: var(--ink-3);
  line-height: 1.6;
}

.mt-tips--visual {
  grid-template-columns: 1fr 1fr;
  counter-reset: none;
}

.mt-tips--visual li {
  padding: 0;
  display: grid;
}

.mt-tips--visual li::before {
  display: none;
}

.mt-tips--visual img {
  height: 8.5rem;
  object-fit: cover;
}

.mt-tips--visual div {
  padding: 0.85rem 0.95rem 1rem;
}

.mt-check {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.mt-check li {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mt-check__fig {
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e8efe8;
}

.mt-check__fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mt-check strong {
  display: block;
  margin: 0.55rem 0.7rem 0;
  font-size: 0.82rem;
  font-weight: 900;
}

.mt-check span {
  display: block;
  margin: 0.2rem 0.7rem 0.7rem;
  font-size: 0.76rem;
  color: var(--ink-3);
  line-height: 1.5;
}

.mt-subtitle {
  margin: 1.6rem 0 0;
  font-size: 1.02rem;
  font-weight: 900;
}

.mt-factors,
.mt-choose {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.mt-factors li,
.mt-choose li {
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mt-factors strong,
.mt-choose strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.92rem;
}

.mt-factors span,
.mt-choose p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ink-3);
  line-height: 1.65;
}

.mt-choose span {
  display: block;
  margin-bottom: 0.25rem;
  color: #e67a28;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mt-recatch {
  padding: 2rem 0 2.4rem;
  background: #eef6f1;
  border-top: 1px solid var(--line);
  text-align: center;
}

.mt-recatch .mt-lead {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.mt-recatch__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.1rem 0 0;
}

.mt-recatch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f9b55, #1f7a4c);
  color: #fff !important;
  font-weight: 900;
  font-size: 0.9rem;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.mt-recatch__btn--ghost {
  background: #fff;
  color: var(--brand-2) !important;
  border: 1px solid #b7d4c4;
}

@media (max-width: 860px) {
  .mt-howto,
  .mt-tips--visual,
  .mt-factors,
  .mt-choose {
    grid-template-columns: 1fr 1fr;
  }

  .mt-check {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mt-howto,
  .mt-tips--visual,
  .mt-factors,
  .mt-choose,
  .mt-check {
    grid-template-columns: 1fr;
  }
}

.mt-table-wrap {
  margin-top: 1.2rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.mt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.mt-table th,
.mt-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.mt-table th {
  background: #eef3ef;
  font-weight: 900;
  color: var(--ink);
}

.mt-table tr:last-child td {
  border-bottom: 0;
}

.mt-note {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-3);
}

.mt-faq {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

.mt-faq details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.mt-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1rem;
  font-weight: 800;
  font-size: 0.94rem;
}

.mt-faq summary::-webkit-details-marker {
  display: none;
}

.mt-faq p {
  margin: 0;
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
  color: var(--ink-3);
  font-size: 0.88rem;
  line-height: 1.7;
}


.br-mobile { display: none; }
@media (max-width: 640px) {
  .br-mobile { display: inline; }
}


/* ヒカカク CV ヒーロー（広告） */
.hk-cv {
  position: relative;
  isolation: isolate;
  padding: clamp(1.8rem, 4vw, 2.8rem) 1.25rem 2.2rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line, #dde3df);
  color: #102018;
}

.hk-cv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.10) 38%, rgba(255,255,255,0.42) 78%, rgba(247,250,247,0.72) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.06) 0%, transparent 50%),
    url("../pr/hikakaku-hero-sunny.webp") center 42% / cover no-repeat;
}

.hk-cv__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-width: 0;
}

.hk-cv__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #e67a28;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hk-cv__catch {
  margin: 0 auto;
  max-width: 17em;
  font-size: clamp(1.35rem, 4.2vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 10px rgba(16,32,24,0.55), 0 1px 2px rgba(0,0,0,0.35);
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}

.hk-cv__catch span {
  background: linear-gradient(transparent 62%, rgba(255, 210, 70, 0.85) 62%);
  color: #fff;
}

.hk-cv__sub {
  margin: 0.7rem auto 0;
  max-width: 32em;
  font-size: clamp(0.92rem, 2.4vw, 1.05rem);
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
  text-shadow: 0 2px 8px rgba(16,32,24,0.5), 0 1px 2px rgba(0,0,0,0.3);
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}

.hk-cv__sub strong {
  color: #ffe27a;
  background: linear-gradient(transparent 62%, rgba(255, 200, 60, 0.45) 62%);
}

.hk-cv__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) auto;
  gap: 0.85rem 1rem;
  align-items: center;
  margin: 1.25rem auto 0;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,0.94);
  border: 1px solid #e5ebe6;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(20,40,28,0.1);
  text-align: left;
}

.hk-cv__brand img {
  width: min(100%, 220px);
  height: auto;
}

.hk-cv__brand p {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7a70;
}

.hk-cv__stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hk-cv__stats li {
  padding: 0.45rem 0.5rem;
  border-left: 2px solid #e8c27a;
}

.hk-cv__stats strong {
  display: block;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 900;
  color: #163528;
  line-height: 1.2;
}

.hk-cv__stats span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #6b7a70;
}

.hk-cv__stats em {
  display: block;
  margin-top: 0.1rem;
  font-style: normal;
  font-size: 0.62rem;
  color: #9aa59c;
}

.hk-cv__score {
  min-width: 6.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdf6, #fff1d4);
  border: 1px solid #f0c56a;
  text-align: center;
}

.hk-cv__score span {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  color: #8a6a2a;
}

.hk-cv__score p {
  margin: 0.15rem 0 0;
  line-height: 1;
}

.hk-cv__score b {
  font-size: 1.55rem;
  font-weight: 900;
  color: #e89400;
}

.hk-cv__stars {
  margin-top: 0.25rem !important;
  color: #e8a317;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}

.hk-cv__switch-label {
  display: block;
  margin: 1rem auto 0.3rem;
  max-width: 420px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a2a22;
  text-shadow: 0 0 8px #fff;
}

.hk-cv__select {
  width: 100%;
  max-width: 420px;
  min-height: 44px;
  margin: 0 auto;
  display: block;
  padding: 0.5rem 0.7rem;
  border: 1px solid #d9c7b2;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  background: #fff;
}

.hk-cv__reasons-title {
  margin: 1.35rem 0 0.7rem;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f1a14;
  text-shadow: 0 0 10px #fff;
}

.hk-cv__reasons-title span {
  background: linear-gradient(transparent 62%, #ffe27a 62%);
}

.hk-cv__reasons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  text-align: left;
}

.hk-cv__reasons li {
  padding: 0.9rem 0.85rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid #e5ebe6;
  border-radius: 10px;
}

.hk-cv__reasons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-bottom: 0.4rem;
  border-radius: 50%;
  background: #e67a28;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
}

.hk-cv__reasons strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.4;
}

.hk-cv__reasons p {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  color: #5c6670;
  line-height: 1.55;
}

.hk-cv__warn {
  display: inline-block;
  margin: 1rem auto 0;
  padding: 0.7rem 1.15rem;
  max-width: 28em;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f0b4ab;
  box-shadow: 0 6px 18px rgba(159, 29, 20, 0.14);
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  font-weight: 900;
  color: #9f1d14;
  line-height: 1.55;
  text-shadow: none;
}

.hk-cv__warn em {
  font-style: normal;
  color: #c01810;
  background: linear-gradient(transparent 62%, #ffc9c0 62%);
}

.hk-cv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: min(100%, 560px);
  margin: 0.9rem auto 0;
  padding: 0.95rem 1.1rem 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #2f9b55, #1f7a4c);
  color: #fff !important;
  box-shadow: 0 4px 0 #16633c, 0 12px 24px rgba(22,99,60,0.25);
  text-decoration: none;
}

.hk-cv__cta:hover {
  filter: brightness(1.04);
}

.hk-cv__cta-kicker {
  font-size: 0.74rem;
  font-weight: 800;
  opacity: 0.92;
}

.hk-cv__cta-main {
  font-size: clamp(1.12rem, 3.4vw, 1.32rem);
  font-weight: 900;
}

.hk-cv__cta-sub {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.88;
}

.hk-cv__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.hk-cv__tags li {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #fff4e8;
  border: 1px solid #efd7bf;
  color: #c45a12;
  font-size: 0.72rem;
  font-weight: 800;
}


/* VS 比較（中間導線） */
.hk-vs {
  margin: 1.2rem auto 0;
  max-width: 860px;
  text-align: center;
}

.hk-vs__lead {
  margin: 0 0 0.9rem;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 900;
  line-height: 1.45;
  color: #fff;
  text-shadow: 0 2px 8px rgba(16,32,24,0.5);
}

.hk-vs__lead em {
  font-style: normal;
  color: #ffe27a;
}

.hk-vs__lead strong {
  color: #ffe27a;
}

.hk-vs__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.55rem;
  align-items: stretch;
}

.hk-vs__card {
  padding: 0.95rem 0.9rem;
  border-radius: 12px;
  text-align: left;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e5ebe6;
}

.hk-vs__card--bad {
  background: rgba(245,246,247,0.95);
}

.hk-vs__card--good {
  border: 2px solid #2f9b55;
  background: rgba(255,255,255,0.97);
}

.hk-vs__card h3 {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 900;
  color: #3a4540;
}

.hk-vs__card--good h3 {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #2f9b55;
  color: #fff;
  font-size: 0.78rem;
}

.hk-vs__bars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.hk-vs__bars li {
  display: grid;
  grid-template-columns: 2.2em 1fr auto;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #5c6670;
}

.hk-vs__bars i {
  display: block;
  height: 0.72rem;
  border-radius: 4px;
  background: #c5cbc7;
  font-style: normal;
}

.hk-vs__bars .is-top i {
  background: linear-gradient(90deg, #e89400, #f0b43a);
}

.hk-vs__bars .is-ok i {
  background: #3aa66a;
}

.hk-vs__bars .is-miss {
  opacity: 0.45;
}

.hk-vs__bars .is-miss i {
  background: repeating-linear-gradient(-45deg, #d0d5d2, #d0d5d2 3px, #ecefec 3px, #ecefec 6px);
}

.hk-vs__badge {
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: #e89400;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}

.hk-vs__note {
  margin: 0.65rem 0 0;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
  color: #5c6670;
}

.hk-vs__note strong {
  color: #b42318;
}

.hk-vs__vs {
  align-self: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #5c6670;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
}

@media (max-width: 700px) {
  .hk-vs__grid {
    grid-template-columns: 1fr;
  }
  .hk-vs__vs {
    margin: 0.1rem auto;
  }
}

/* 実績帯：破線パネル */
.hk-cv__panel {
  border-style: dashed;
  border-width: 1.5px;
  border-color: #d9c7b2;
  background: rgba(255,252,246,0.96);
}

.hk-cv__note {
  margin: 0.85rem auto 0;
  max-width: 46em;
  font-size: 0.7rem;
  color: #6b7a70;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .hk-cv__panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hk-cv__brand img {
    margin: 0 auto;
  }

  .hk-cv__stats {
    text-align: left;
  }

  .hk-cv__score {
    justify-self: center;
  }

  .hk-cv__reasons {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .hk-cv__stats {
    grid-template-columns: 1fr;
  }

  .hk-cv__reasons {
    grid-template-columns: 1fr;
  }
}


.hk-cv__warn {
  word-break: keep-all;
  line-break: strict;
}
.hk-vs__note {
  word-break: keep-all;
  line-break: strict;
}
.hk-cv__stats span {
  word-break: keep-all;
  line-break: strict;
}

/* PC: ヒカカク枠を一画面に収める */
@media (min-width: 960px) {
  .hk-cv {
    padding: 1rem 1.25rem 1.05rem;
  }

  .hk-cv__badge {
    margin-bottom: 0.4rem;
    padding: 0.18rem 0.55rem;
    font-size: 0.68rem;
  }

  .hk-cv__catch {
    max-width: 17em;
    font-size: 1.32rem;
    line-height: 1.4;
  }

  .hk-cv__sub {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .hk-vs {
    margin-top: 0.65rem;
  }

  .hk-vs__lead {
    display: none;
  }

  .hk-vs__card {
    padding: 0.55rem 0.7rem;
  }

  .hk-vs__card h3 {
    margin-bottom: 0.4rem;
    font-size: 0.78rem;
  }

  .hk-vs__card--good h3 {
    margin-bottom: 0.45rem;
    padding: 0.18rem 0.55rem;
    font-size: 0.7rem;
  }

  .hk-vs__bars {
    gap: 0.2rem;
  }

  .hk-vs__bars li {
    font-size: 0.66rem;
  }

  .hk-vs__bars i {
    height: 0.55rem;
  }

  .hk-vs__note {
    margin-top: 0.35rem;
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .hk-cv__panel {
    margin-top: 0.65rem;
    padding: 0.65rem 0.85rem;
    gap: 0.55rem 0.75rem;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(20,40,28,0.08);
  }

  .hk-cv__brand img {
    width: min(100%, 170px);
  }

  .hk-cv__brand p {
    margin-top: 0.1rem;
    font-size: 0.64rem;
  }

  .hk-cv__stats li {
    padding: 0.2rem 0.35rem;
  }

  .hk-cv__stats strong {
    font-size: 0.95rem;
  }

  .hk-cv__stats span {
    font-size: 0.62rem;
  }

  .hk-cv__stats em {
    display: none;
  }

  .hk-cv__score {
    min-width: 5.5rem;
    padding: 0.35rem 0.45rem;
  }

  .hk-cv__score b {
    font-size: 1.25rem;
  }

  .hk-cv__score .hk-cv__stars,
  .hk-cv__stars {
    font-size: 0.72rem;
    margin-top: 0.1rem !important;
  }

  .hk-cv__switch-label {
    margin: 0.55rem auto 0.2rem;
    font-size: 0.68rem;
  }

  .hk-cv__select {
    min-height: 38px;
    padding: 0.35rem 0.55rem;
    font-size: 0.88rem;
  }

  .hk-cv__reasons-title,
  .hk-cv__reasons {
    display: none;
  }

  .hk-cv__warn {
    margin: 0.55rem auto 0;
    padding: 0.55rem 0.95rem;
    font-size: 0.95rem;
  }

  .hk-cv__cta {
    margin-top: 0.5rem;
    padding: 0.7rem 1rem 0.75rem;
    border-radius: 12px;
    box-shadow: 0 3px 0 #16633c, 0 8px 16px rgba(22,99,60,0.2);
  }

  .hk-cv__cta-kicker {
    font-size: 0.68rem;
  }

  .hk-cv__cta-main {
    font-size: 1.05rem;
  }

  .hk-cv__cta-sub {
    font-size: 0.64rem;
  }

  .hk-cv__tags {
    margin-top: 0.45rem;
    gap: 0.3rem;
  }

  .hk-cv__tags li {
    padding: 0.18rem 0.55rem;
    font-size: 0.66rem;
  }

  .hk-cv__note {
    margin-top: 0.4rem;
    font-size: 0.62rem;
    line-height: 1.45;
  }
}

@media (min-width: 960px) {
  .hk-cv__switch-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hk-cv__select {
    max-width: 280px;
    margin-top: 0.55rem;
  }

  .hk-cv__warn {
    margin: 0.45rem auto 0;
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
  }

  .hk-cv__note {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hk-vs__card--bad .hk-vs__bars li:nth-child(n+2),
  .hk-vs__card--good .hk-vs__bars li:nth-child(n+3) {
    display: none;
  }
}

/* 金リース＋紺リボン実績エンブレム（透過枠＋改行固定の日本語） */
.trust-emblems {
  --te-navy: #16324c;
  --te-gold: #8d6a22;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  max-width: 42rem;
  margin: 1rem auto 0;
  padding: 0;
  list-style: none;
}

.trust-emblem {
  flex: 0 0 10.8rem;
  width: 10.8rem;
}

.trust-emblem__frame {
  position: relative;
  width: 10.8rem;
  height: 10.8rem;
  padding: 0;
  text-align: center;
}

.trust-emblem__frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 16% 19% 30% 19%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.7) 58%,
    rgba(255, 255, 255, 0) 78%
  );
  pointer-events: none;
}

.trust-emblem__laurel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  filter: none;
  opacity: 1;
}

.trust-emblem__core {
  position: absolute;
  z-index: 1;
  top: 12.5%;
  left: 20%;
  right: 20%;
  display: grid;
  justify-items: center;
  gap: 0.04rem;
  padding: 0;
  max-width: none;
}

.trust-emblem__eyebrow {
  margin: 0;
  color: var(--te-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.28;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

.trust-emblem__num {
  margin: 0.1rem 0 0;
  color: var(--te-navy);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-shadow: 0 0 8px #fff, 0 1px 0 #fff;
}

.trust-emblem__num--wide {
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.trust-emblem__desc {
  margin: 0.06rem 0 0;
  color: #1a1a1a;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

/* 帯の位置は emblem-frame-jbr.webp の紺リボン（画像高の 69.5%〜81%）に合わせる */
.trust-emblem__ribbon {
  position: absolute;
  z-index: 2;
  left: 9%;
  right: 9%;
  top: 69.5%;
  height: 11.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.trust-emblem__ribbon span {
  display: block;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: none;
}

.trust-emblem__ribbon span::before,
.trust-emblem__ribbon span::after {
  display: none;
}

.hk-cv .trust-emblems {
  margin: 1.1rem auto 1.35rem;
}





@media (max-width: 768px) {
  .trust-emblems {
    gap: 0.08rem 0.2rem;
    max-width: 100%;
  }
  .trust-emblem,
  .trust-emblem__frame {
    flex: 0 0 6.85rem;
    width: 6.85rem;
    height: 6.85rem;
  }
  .trust-emblem__core {
    top: 10.5%;
    left: 16%;
    right: 16%;
    max-width: none;
    padding: 0;
  }
  .trust-emblem__eyebrow {
    font-size: 0.5rem;
    letter-spacing: 0.01em;
  }
  .trust-emblem__num {
    font-size: 1.38rem;
  }
  .trust-emblem__num--wide {
    font-size: 1.02rem;
  }
  .trust-emblem__desc {
    font-size: 0.46rem;
  }
  .trust-emblem__ribbon {
    left: 7%;
    right: 7%;
    min-width: 0;
  }
  .trust-emblem__ribbon span {
    font-size: 0.5rem;
    letter-spacing: 0.01em;
    padding: 0;
  }
}


.hk-cv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.hk-cv__cta-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.hk-cv__cta-main {
  font-size: clamp(1.12rem, 3.4vw, 1.32rem);
  line-height: 1.3;
}

