
/* ============== LOCAL ACHIEVEMENT (地域密着) ============== */
.local-achv-section {
  background: linear-gradient(to bottom, #fff 23%, #4f9a2c 23%);
  display: flex;
  justify-content: center;
  padding: 0 0 0px;
}
.local-achv-banner {
  width: 1300px;
  height: 450px;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-top: -40px;
}
.local-achv-person {
  position: relative;
  width: 320px;
  padding-left: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
.local-achv-person img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.local-achv-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 80px;
  margin-left: -60px;
  border-radius: 12px 0 0 12px;
  position: relative;
  z-index: 1;
}
.local-achv-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.local-achv-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.local-achv-img--ribbon { width: 100%; }
.local-achv-img--no1 { width: 100%; margin-top: -6px; }
.local-achv-img--badge { width: 260px; }
.local-achv-img--result { width: 100%; margin-top: -10px; }
.local-achv-img--area { /* width: 100%; */ width: 90%; margin-top: -36px; }
.local-achv-note {
  font-family: var(--f-jp);
  font-size: 20px;
  color: #fff;
  letter-spacing: .04em;
  margin-top: 2px;
  opacity: .9;
}

/* ============== SUBSIDY HERO (旧SUBSIDY+HERO COPY統合) ============== */
.subsidy-hero-section {
  position: relative;
  padding: 30px 0 60px;
  overflow: hidden;
}
.subsidy-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/top/subsidy-bg.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -9999;
}
.subsidy-hero-panel {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 0px 20px 20px;
  overflow: hidden;
}
.subsidy-hero-heading {
  text-align: center;
  margin-bottom: 18px;
}
.subsidy-hero-heading img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.subsidy-hero-desc {
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 20px;
}
.subsidy-hero-btn-wrap {
  text-align: center;
  margin-top: 10px;
}

/* ============== HERO WIDE CARD ============== */
.hero-slide-1w {
  flex: 0 0 100%;
  min-width: 100%;
  margin-top: 20px;
}
.hero-slide-1w--full {
  height: 100%;
  margin-top: 0;
}
.hc-wide-full {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.hc-wide {
  display: grid;
  grid-template-columns: 340px 1fr;
  background: #ffffff;
  border-radius: 16px;
  overflow: visible;
  border: 2px solid #e8e0d0;
  position: relative;
  transition: box-shadow .2s;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  min-height: 280px;
}
.hc-wide:hover { box-shadow: 0 6px 28px rgba(0,0,0,.12); }
.hc-wide__corner-tag {
  position: absolute;
  top: -16px; right: 24px;
  background: #ffd84d;
  color: var(--c-navy);
  font-size: 22px;
  font-weight: 900;
  padding: 4px 20px;
  border-radius: 8px;
  letter-spacing: .06em;
  box-shadow: 0 3px 10px rgba(0,0,0,.13);
  transform: rotate(1.5deg);
  z-index: 5;
}
.hc-wide__photo {
  position: relative;
  border-radius: 14px 0 0 14px;
  padding: 17px;
  background: #ffffff;
  overflow: hidden;
}
.hc-wide__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.hc-wide__maker-badge {
  position: absolute;
  top: 24px; left: 24px;
  background: rgba(255,255,255,.88);
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: .06em;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.hc-wide__body {
  padding: 28px 28px 20px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 8px 20px;
  position: relative;
}
.hc-wide__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  grid-column: 1 / 3;
}
.hc-wide__icon {
  width: 34px; height: 34px;
  background: var(--c-orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}
.hc-wide__title {
  font-family: var(--f-mincho);
  font-size: 28px;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: .04em;
  line-height: 1.3;
}
.hc-wide__specs-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  grid-column: 1 / 3;
}
.hc-wide__spec-row {
  display: flex; gap: 10px; align-items: baseline;
}
.hc-wide__spec-label {
  font-size: 15px; font-weight: 700; color: var(--c-text-3);
  width: 4em; flex-shrink: 0;
}
.hc-wide__spec-val {
  font-size: 18px; color: var(--c-navy); font-weight: 700;
}
.hc-wide__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  grid-column: 1 / 2;
}
.hc-wide__price-area {
  grid-column: 2 / 3;
  grid-row: 3 / 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
}
.hc-wide__price-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.hc-wide__price-label {
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 5px;
  letter-spacing: .05em;
}
.hc-wide__price-original {
  font-size: 34px;
  color: var(--c-text-3);
  text-decoration: line-through;
  letter-spacing: .02em;
  font-weight: 700;
  padding-left: 4px;
}
.hc-wide__price-arrow {
  font-size: 26px;
  color: var(--c-orange);
  font-weight: 900;
  align-self: flex-end;
  margin-bottom: 8px;
  letter-spacing: -.1em;
}
.hc-wide__price-after {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hc-wide__price-main {
  display: flex;
  align-items: baseline;
  gap: 0;
  line-height: 1;
}
.hc-wide__price-yaku {
  font-size: 34px;
  font-weight: 800;
  color: var(--c-orange);
  margin-right: 2px;
}
.hc-wide__pnum {
  font-family: var(--f-num);
  font-size: 135px;
  font-weight: 900;
  color: var(--c-orange);
  line-height: 1;
  letter-spacing: -.03em;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.hc-wide__punit {
  font-family: var(--f-mincho);
  font-size: 45px;
  font-weight: 800;
  color: var(--c-navy);
  margin-left: 4px;
  align-self: flex-end;
  margin-bottom: 15px;
}
.hc-wide__price-note {
  font-size: 16px;
  color: var(--c-text-3);
  margin-top: 3px;
}

/* ============== HERO ============== */
.pc-hero {
  background: #fefcf4;
  padding: 5px 0 10px;
  position: relative;
  overflow: hidden;
}

/* カードスライダー */
.hero-slider {
  max-width: 1500px;
  width: 92%;
  height: 600px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0px 64px 0;
  position: relative;
  overflow: visible;
}
.hero-slider-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--c-border);
  font-size: 26px;
  line-height: 1;
  color: var(--c-navy);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  padding: 0 0 2px 0;
}
.hero-slider-arrow:hover { background: var(--c-orange); border-color: var(--c-orange); color: #fff; }
.hero-slider-arrow--prev { left: 4px; }
.hero-slider-arrow--next { right: 4px; }

.hero-slider-viewport { overflow-x: hidden; overflow-y: visible; height: 100%; }
.hero-slider-track {
  display: flex;
  gap: 24px;
  height: 100%;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}

/* スライド1: 3枚均等 */
.hero-slide-3 {
  display: flex;
  gap: 20px;
  flex: 0 0 96%;
  min-width: 96%;
  height: auto;
  margin-top: 20px;
}
.hero-slide-3 .hc {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}
/* スライド2・3: 1枚フル */
.hero-slide-1 {
  flex: 0 0 100%;
  min-width: 100%;
}

/* ===== カード本体 ===== */
.hc {
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  border: 2px solid #e8e0d0;
  display: flex; flex-direction: column;
  transition: transform .2s;
  flex: 1;
}
.hc:hover { transform: translateY(-4px); }

/* カードヘッダー（番号＋タイトル＋メーカー名）*/
.hc__head {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px 0;
  overflow: visible;
  position: relative;
}
.hc__head-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hc__num {
  display: block;
  width: 100px; height: 100px;
  flex-shrink: 0;
  object-fit: contain;
  position: relative;
  margin-top: -20px;
  margin-right: 5px;
  z-index: 10;
}
.hc__title {
  font-family: var(--f-mincho);
  font-size: 30px;
  font-size: 1.7em;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: .04em;
  line-height: 1.2;
}
.hc__product-name {
  font-family: var(--f-mincho);
  font-size: 22px;
  font-size: 1.3em;
  font-weight: 700;
  color: #000000;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 10px 14px 14px;
  text-align: center;
}
.hc__maker {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 40px;
  z-index: 5;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

/* サムネイル wrapper */
.hc__thumb-wrap {
  position: relative;
  margin: 0 0px;
  border-radius: 0px;
  overflow: hidden;
  display: block;
}
/* サムネイル */
.hc__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}

/* 仕様タグ — 写真内右上に常時オーバーレイ */
.hc__specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  margin-top: 0;
  pointer-events: none;
}
.hc__spec-tag {
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

/* 価格エリア */
.hc__price-row {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 5px 10px 5px;
  justify-content: center;
  z-index: 2;
  position: relative;
  margin-top: -20px;
  overflow: visible;
}
.hc__price-badge {
  flex-shrink: 0;
  width: 140px; height: 140px;
  display: block;
  object-fit: contain;
  margin-left: -30px;
}
.hc__price-main {
  display: flex; align-items: center; gap: 2px;
  justify-content: space-around;
  font-family: var(--f-num);
  font-weight: 900;
  line-height: 1;
}
.hc__price-main .pnum {
  font-size: 125px;
  margin-left: -5px;
  color: #db0a12;
  letter-spacing: -.03em;
  text-shadow: 5px 4px 0 #d5d5d5, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 3px 0 0 #fff, 3px 0 0 #fff, 0 3px 0 #fff, 0 3px 0 #fff;
}
.hc__price-main .pdot { font-size: 58px; color: #db0a12; text-shadow: 5px 4px 0 #d5d5d5, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 3px 0 0 #fff, 3px 0 0 #fff, 0 3px 0 #fff, 0 3px 0 #fff; }
.hc__price-main .pdec {
  font-size: 100px;
  color: #de090f;
  text-shadow: 5px 4px 0 #d5d5d5, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 3px 0 0 #fff, 3px 0 0 #fff, 0 3px 0 #fff, 0 3px 0 #fff;
}
.hc__price-main .punit {
  font-family: var(--f-jp);
  font-size: 20px;
  color: #db0a12;
  font-weight: 700;
  margin-left: 2px;
}
.hc__price-main .pyaku {
  font-family: var(--f-jp);
  font-size: 25px;
  font-size: 1.5rem;
  color: #db0a12;
  font-weight: 700;
  margin-right: 2px;
}
.hc__price-tax {
  font-size: 14px;
  font-size: 0.9rem;
  color: #000000;
  margin-top: -4px;
}

/* フル幅スライド用に価格を大きく */
.hero-slide-1 .hc__title { font-size: 32px; }
.hero-slide-1 .hc__num { width: 90px; height: 95px; }
.hero-slide-1 .hc__price-main .pnum { font-size: 100px; }
.hero-slide-1 .hc__price-main .pdot { font-size: 60px; }
.hero-slide-1 .hc__price-main .pdec { font-size: 74px; }
.hero-slide-1 .hc__price-main .punit { font-size: 28px; }
.hero-slide-1 .hc__price-badge { width: 135px; height: 135px; }
.hero-slide-1 .hc__specs { grid-template-columns: repeat(4, 1fr); }
.hero-slide-1 .hc__thumb { aspect-ratio: 16/7; }

/* ドット */
.hero-slider-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 12px;
}
.hero-slider-dots .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--c-border);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.hero-slider-dots .dot.is-active {
  background: var(--c-orange);
  transform: scale(1.25);
}

/* ============== HERO SLIDER 2 (Lineup上コピー専用) ============== */
.hero-slider2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 64px 0;
  position: relative;
  overflow: visible;
}
.hero-slider2-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--c-border);
  font-size: 26px;
  line-height: 1;
  color: var(--c-navy);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  padding: 0 0 2px 0;
}
.hero-slider2-arrow:hover { background: var(--c-orange); border-color: var(--c-orange); color: #fff; }
.hero-slider2-arrow--prev { left: 4px; }
.hero-slider2-arrow--next { right: 4px; }

.hero-slider2-viewport { overflow-x: hidden; overflow-y: visible; }
.hero-slider2-track {
  display: flex;
  gap: 10px;
  padding-top: 24px;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.hero-slider2-track > .hc {
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
}
.hero-slider2-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 22px;
}
.hero-slider2-dots .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--c-border);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.hero-slider2-dots .dot.is-active {
  background: var(--c-orange);
  transform: scale(1.25);
}

/* Hero ダミーカード */
.hc--dummy {
  border: 2px dashed var(--c-border);
  background: #faf8f4;
  box-shadow: none;
}
.hc--dummy:hover { transform: none; }
.hc--dummy-inner {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-mincho);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-text-3);
  letter-spacing: .1em;
}

/* Hero デコレーション画像 */
.hero-deco {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  pointer-events: none;
}
.hero-deco--top {
    height: 140px;
    object-fit: contain;
    width: 1500px;
    margin-bottom: -10px;
    background-image: url('../img/top/hero-deco-top_1500.png');
}
.hero-deco--bottom {
  height: 64px;
  object-fit: cover;
  margin-top: 12px;
}

.scroll-cue::after {
  content: ""; width: 1px; height: 40px;
  background: linear-gradient(to bottom, #fff, transparent);
}

/* ============== NEWS bar ============== */
.pc-news {
  background: #fff;
  border-bottom: 1px solid var(--c-border);
}
.pc-news-inner {
  width: 90%;
  margin: 0 auto;
  display: flex; align-items: center;
  padding: 20px 50px;
  gap: 32px;
}
.pc-news-label {
  background: #ff4646;
  color: #fff;
  font-family: var(--f-num); font-style: italic;
  font-weight: 800;
  font-size: 35px;
  padding: 10px 22px;
  letter-spacing: .08em;
  border-radius: 4px;
  flex-shrink: 0;
}
.pc-news-ticker {
  position: relative;
  flex: 1; height: 28px;
  overflow: visible;
}
.pc-news-line {
  position: absolute; inset: 0;
  display: flex; align-items: center; gap: 18px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .5s, transform .5s;
  white-space: nowrap;
}
.pc-news-line.is-active { opacity: 1; transform: translateY(0); }
.pc-news-line .date {
  font-family: var(--f-num);
  font-size: 16px;
  color: var(--c-text-3);
  font-weight: 600;
  letter-spacing: .04em;
}
.pc-news-line .cat {
  font-size: 15px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff1e3;
  color: var(--c-orange-d);
  font-weight: 700;
  letter-spacing: .1em;
}
.pc-news-line .cat--info { background: #dee7f0; color: var(--c-navy); }
.pc-news-line .cat--event { background: #e3ecdd; color: var(--c-green-d); }
.pc-news-line .txt {
  font-size: 17px; color: var(--c-text);
}
.pc-news-more {
  font-family: var(--f-num); font-style: italic;
  font-size: 12px;
  color: var(--c-text-2);
  letter-spacing: .08em;
}

/* ============== SUBSIDY BURST + Stats ============== */
.subsidy-strip {
  background: #fff;
  padding: 44px 0;
  position: relative;
  overflow: hidden;
}
.subsidy-strip::before { content: none; }
.subsidy-strip::after { content: none; }
.subsidy-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.subsidy-card {
  background: #ffe5e5;
  border-radius: 14px;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  border: 2px solid var(--c-border);
  color: #1a1a1a;
}
.subsidy-card .tag {
  display: unset;
  background: var(--c-red);
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  padding: 7px 14px 3px;
  border-radius: 40px;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
.subsidy-card .year {
  font-family: var(--f-num);
  font-weight: 900;
  font-size: 45px;
  line-height: 1;
  color: #e2543f;
  letter-spacing: -.02em;
  margin-top: 10px;
}
.subsidy-card .headline {
  font-family: var(--f-mincho);
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: .04em;
  margin: 6px 0 12px;
}
.subsidy-card .headline .big {
  display: inline-block;
  font-size: 50px;
  color: #e2543f;
  vertical-align: -2px;
  margin: 0 2px;
}
.subsidy-card .desc {
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.5;
}
.subsidy-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  background: #fd3214;
  color: #fff;
  font-family: var(--f-mincho);
  font-size: 22px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  letter-spacing: .06em;
  transition: background .2s, transform .15s;
}
.subsidy-detail-btn:hover {
  background: var(--c-orange-d);
  transform: translateY(-1px);
}
.subsidy-card .burst {
  position: absolute;
  width: 180px; height: 180px;
  top: 14px; left: 10px;
  border-radius: 50%;
  background: var(--c-red);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--f-num);
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  line-height: 1.15;
  transform: rotate(-8deg);
  box-shadow: 0 8px 18px rgba(0,0,0,.15);
}
.subsidy-card .burst::before, .subsidy-card .burst::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.5);
  animation: spin 16s linear infinite;
}
.subsidy-card .burst::after { animation-direction: reverse; animation-duration: 22s; inset: -7px; border-style: dotted; opacity: .4; }
@keyframes spin { to { transform: rotate(360deg); } }
.subsidy-card .burst .big {
  display: block; font-size: 80px; line-height: 0;
  margin: 0px 0;
}

.stat-card {
  background: transparent;
  border-radius: 14px;
  padding: 26px 24px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  border: 2px solid var(--c-border);
  box-shadow: none;
  color: #1a1a1a;
}
.stat-card .en {
  font-family: var(--f-num);
  font-style: italic;
  font-size: 18px;
  color: var(--c-orange);
  font-weight: 700;
  letter-spacing: .14em;
}
.stat-card .jp {
  font-family: var(--f-mincho);
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3em;
  color: #1a1a1a;
  margin: 4px 0 10px;
  letter-spacing: .04em;
}
.no1-badge {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--c-red);
  display: grid; place-items: center;
  text-align: center; line-height: 1.1;
  position: relative;
  margin: 4px 0;
}
.no1-badge::before {
  content: "";
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 1px dashed var(--c-red);
  opacity: .6;
}
.no1-badge .crown {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-size: 22px;
}
.no1-badge .ja {
  font-family: var(--f-mincho);
  font-size: 13px;
  color: var(--c-navy);
  font-weight: 700;
}
.no1-badge .num {
  font-family: var(--f-num);
  font-style: italic;
  font-size: 44px;
  font-weight: 900;
  color: var(--c-red-d);
  line-height: 1;
  margin-top: 4px;
}
.big-stat {
  display: flex; align-items: baseline; gap: 4px;
  font-family: var(--f-num);
  font-weight: 900;
  margin-top: 4px;
  justify-content: center;
}
.big-stat .num {
  font-size: 93px;
  line-height: 1;
  color: #e2543f;
  letter-spacing: -.03em;
}
.big-stat .unit {
  font-family: var(--f-jp);
  font-size: 30px;
  color: rgb(45 45 45);
  font-weight: 800;
}
.stat-foot {
  font-size: 20px;
  color: var(--c-text-3);
  margin-top: 8px;
}

/* ============== SECTIONS COMMON ============== */
.pc-section { padding: 50px 5% 60px; background: #fff; }
.pc-section--alt { background: var(--c-bg-3); }
.pc-section--voice {
  background-color: #54b4ff;
  background-image: url('../img/top/voice-main.png');
background-size: 460px;
background-position: left center;
background-position-x: 10%;
background-position-y: 60%;
  background-repeat: no-repeat;
  overflow: visible;
}
.pc-section--voice .pc-head .en { color: #fff; }
.pc-section--voice .pc-head .jp { color: #fff; }
.pc-section--voice .pc-head .jp .accent { color: #ffd84d; }
.pc-section--voice .pc-head .sub { color: rgba(255,255,255,.85); }
.pc-section--voice .pc-head .rule {
  margin-top: 5px; background: rgba(255,255,255,.4); }
.pc-section--dark { background: var(--c-navy); color: #fff; }
.pc-section--reason { background: #ffd84d; }
.pc-section--reason .pc-head .en { color: #ffffff; }
.pc-section--reason .pc-head .jp { color: #1c2b3a; }
.pc-section--reason .pc-head .jp .accent { color: #64b82b; }
.pc-section--reason .pc-head .sub { color: #323232; }
.pc-section--reason .pc-head .rule {
  margin-top: 5px; background: rgba(255,255,255,.6); }

.pc-head { text-align: center; margin-bottom: 20px; }
.pc-head .en {
  font-family: var(--f-num);
  font-style: italic;
  font-size: 35px;
  letter-spacing: .12em;
  color: #c3bdbb;
  font-weight: 700;
  line-height: 1.1;
}
.pc-head .jp {
  font-family: var(--f-mincho);
  font-size: 54px;
  font-weight: 800;
  color: var(--c-navy);
  margin: 6px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.pc-head .jp .accent { color: var(--c-orange-d); }
.pc-head .sub {
  font-size: 17px;
  font-size: 1.1rem;
  color: var(--c-navy);
  margin-top: 12px;
  letter-spacing: .04em;
}
.pc-head .rule {
  margin-top: 5px; display: inline-block; width: 2px; height: 15px; background: #a5a5a5; margin-top: 16px; }

.btn-line {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px;
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .1em;
  border-radius: 999px;
  box-shadow: 0 4px 0 #0d1722;
}
.btn-line--ghost {
  background: transparent;
  color: #000000;
  border: 1.5px solid #5e5e5e;
  box-shadow: none;
}
.btn-line:hover { transform: translateY(1px); }

/* ============== LINEUP ============== */
.lineup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.l-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  position: relative;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.l-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.1); }
.l-card .ph { aspect-ratio: 4/3; font-size: 12px; }
.l-card__tab {
  position: absolute;
  top: 0; left: 0;
  background: var(--c-green);
  color: #fff;
  font-family: var(--f-mincho);
  font-size: 17px;
  font-weight: 700;
  padding: 7px 18px;
  border-bottom-right-radius: 8px;
  letter-spacing: .08em;
  margin:0;
  z-index: 2;
}
.l-card__tab--g { background: var(--c-green); }
.l-card__tab--b { background: var(--c-blue); }
.l-card__tab--r { background: var(--c-red); }
.l-card__tab--o { background: var(--c-orange); }
.l-card__tab--n { background: var(--c-navy); }
.l-card__price--inquiry { background: transparent; }
.inquiry-text { font-size: 20px; font-weight: 700; color: var(--c-red-d); }
.l-card__body {
  padding: 5px 12px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.l-card__name {
  font-family: var(--f-mincho);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: .01em;
  line-height: 1.5;
  min-height: 3em;
  display: flex;
  align-items: center;
}
.l-card__sub {
  font-size: 14px;
  color: var(--c-text-3);
  margin: 3px 0 4px;
  line-height: 1.5;
  min-height: calc(1.5em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.l-card__price {
  display: flex; align-items: center; gap: 5px;
  justify-content: center;
  background: #fff;
  margin: 0;
  padding: 8px 8px;
  border-top: 1px dashed var(--c-line);
  font-family: var(--f-num);
  font-weight: 800;
  margin-top: auto;
}
.l-card__price .pre {
  display: inline-flex; align-items: center;
  font-family: var(--f-jp);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .08em;
  margin-right: auto;
  flex-shrink: 0;
}
.l-card__price .pre--normal {
  background: var(--c-orange);
  color: #fff;
}
.l-card__price .pre--subsidy {
  background: var(--c-green);
  color: #fff;
}
.l-card__price .num {
  font-size: 45px;
  color: var(--c-red-d);
  line-height: 1;
  letter-spacing: -.03em;
}
.l-card__price .unit {
  font-family: var(--f-jp);
  font-size: 15px;
  color: var(--c-text-2);
  font-weight: 700;
}

/* ============== CTA BAND ============== */
.cta-band {
  background: var(--c-orange);
  color: #fff;
  padding: 0;
  position: relative;
  overflow: visible;
}
.cta-band::before, .cta-band::after { display: none; }

/* アドバイザーバナー 新レイアウト */
.adv-banner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr 240px;
  min-height: 200px;
  position: relative;
  overflow: visible;
}

/* 左スタッフ画像 — 上に50pxはみ出す */
.adv-staff-left {
  position: relative;
  align-self: stretch;
  overflow: visible;
  width: 250px;
  margin-left: -50px;
}
.adv-staff-left img {
  width: 100%;
  /*height: calc(100% + 50px);*/
  object-fit: cover;
  object-position: top center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 中央コンテンツ */
.adv-center {
  padding: 10px 28px 30px;
  display: inline-block;
  flex-direction: column;
  gap: 4px;
}
.adv-lead {
  font-size: 20px;
  font-weight: 600;
  opacity: .95;
  letter-spacing: .04em;
  margin:0;
}
.adv-title {
  font-family: var(--f-mincho);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #fff500;
  text-shadow: 0 2px 8px rgba(0,0,0,.15);
  margin:0 0 10px;
}
.adv-bar {
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
 font-size: 0.8rem;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: .06em;
  display: block;
  width: 100%;
  text-align: center;
}
.adv-tel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}
.adv-tel-block {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: column;
}
.adv-tel-main {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.adv-tel-img {
  width: 90px;
  height: 100px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border-radius: 6px;
}
.adv-tel-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--c-orange);
  border-radius: 999px;
  padding: 12px 18px;
  font-family: var(--f-mincho);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .04em;
  flex: 1;
  justify-content: center;
  box-shadow: 0 3px 0 rgba(0,0,0,.15);
  transition: transform .15s, box-shadow .15s;
}
.adv-tel-btn:hover { transform: translateY(1px); box-shadow: 0 1px 0 rgba(0,0,0,.15); }
.adv-tel-btn .tel-ic {
  font-size: 22px;
  background: var(--c-orange);
  color: #fff;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.adv-tel-num {
  font-family: var(--f-num);
  font-weight: 900;
  font-size: 40px;
  line-height: 0.3;
  color: #fff;
  letter-spacing: .04em;
  text-align: right;
  position: relative;
  z-index: 10;
}

/* 右サイド: お問い合わせ窓口 */
.adv-right {
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  position: static;
  overflow: hidden;
}
.adv-right-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  opacity: .9;
  margin-bottom: -2px;
  background-color: #ff7a3d;
}
.adv-contact-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 3px 0 rgba(0,0,0,.15);
  transition: transform .15s;
}
.adv-contact-btn:hover { transform: translateY(1px); }
.adv-contact-ic {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  font-weight: 900;
  flex-shrink: 0;
  color: #fff;
}
.adv-contact-ic--mail { background: #4d9de0; }
.adv-contact-ic--line { background: transparent; font-size: 17px; }
.adv-contact-txt .small {
  font-size: 11px;
  color: var(--c-text-3);
  letter-spacing: .12em;
  font-weight: 700;
  display: block;
}
.adv-contact-txt .big {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: .04em;
}

/* 旧スタイル互換（2枚目CTA流用のため残す） */
.cta-band-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr 1.6fr;
  gap: 32px;
  align-items: center;
  padding: 56px 32px;
  max-width: 1300px;
  margin: 0 auto;
}
.cta-band-pre {
  display: inline-block;
  background: rgba(255,255,255,.22);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: .12em;
  font-weight: 600;
}
.cta-band-title {
  font-family: var(--f-mincho);
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  margin: 8px 0 10px;
}
.cta-band-desc {
  font-size: 18px;
  line-height: 1.85;
  opacity: .95;
  font-weight: 500;
}
.cta-people-row {
  display: flex;
  align-items: center;
  gap: 0;
}
.cta-person {
  width: 84px; height: 84px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -16px;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 8px;
}
.cta-person:first-child { margin-left: 0; }
.cta-actions {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
}
.cta-actions a {
  background: #fff;
  color: var(--c-navy);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}
.cta-actions .ic {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--c-orange);
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 17px;
}
.cta-actions .ic.line { background: #06c755; }
.cta-actions .ic.mail { background: var(--c-blue); }
.cta-actions .l { font-size: 10px; color: var(--c-text-3); letter-spacing: .12em; }
.cta-actions .v {
  font-family: var(--f-num);
  font-weight: 800;
  font-size: 22px;
  color: var(--c-navy);
  letter-spacing: .02em;
  line-height: 1.1;
}
.cta-actions .v.small { font-family: var(--f-jp); font-size: 15px; }

/* ============== WORKS / 施工事例 ============== */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.w-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--c-border);
  overflow: hidden;
  transition: transform .2s;
}
.w-card:hover { transform: translateY(-3px); }
.w-card .ph { aspect-ratio: 4/3; }
.w-card__body { padding: 14px 16px 16px; }
.w-card__chips {
  display: flex; gap: 6px; align-items: center;
  font-size: 10px;
  color: var(--c-text-3);
  margin-bottom: 6px;
}
.w-card__chips .chip {
  background: var(--c-bg-2);
  color: var(--c-navy);
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 700;
}
.w-card__title {
  font-family: var(--f-mincho);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.5;
  letter-spacing: .02em;
}
.w-card__solve {
  font-size: 11px;
  color: var(--c-text-2);
  background: #fff5ec;
  border-left: 2px solid var(--c-orange);
  padding: 6px 10px;
  margin-top: 10px;
  line-height: 1.6;
}
.w-card__solve .lbl {
  display: inline-block;
  font-weight: 800;
  color: var(--c-orange-d);
  margin-right: 4px;
}
.w-card__foot {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--c-line);
  font-size: 11px;
  color: var(--c-text-3);
}
.w-card__foot .price {
  font-family: var(--f-num);
  font-weight: 800;
  font-size: 17px;
  color: var(--c-red-d);
}

/* ============== VOICE 新レイアウト ============== */
.voice-new-layout {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  overflow: visible;
}

/* 左: pc-section--voice の背景画像として表示（この要素は非表示） */
.voice-img-left {
  display: none;
}
.voice-img-left img {
  display: none;
}

/* 右エリア */
.voice-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 60%;
}

/* intro 枠 */
.voice-intro-new {
  background: #fffde8;
  border-radius: 12px;
  padding: 8px 20px 8px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
  overflow: visible;
}
.voice-sub-img {
  position: absolute;
  top: -50px;
  right: 10px;
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.voice-intro-text {
  font-family: var(--f-mincho);
  font-size: 28px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.4;
  letter-spacing: .03em;
  padding-right: 120px;
margin-bottom: 20px;
margin-top: 20px;
}
.voice-intro-em {
  font-size: 26px;
  font-weight: 800;
}
.voice-intro-text em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffe79b 60%);
  padding: 0 3px;
}

/* カード内クォート */

/* アンケートボタン */
.btn-voice-more {
  display: inline-block;
  background: #ffd84d;
  color: var(--c-navy);
  font-family: var(--f-mincho);
  font-size: 22px;
  font-weight: 800;
  padding: 18px 80px;
  border-radius: 10px;
  letter-spacing: .06em;
  box-shadow: 0 4px 0 #e6b800;
  transition: transform .15s, box-shadow .15s;
}
.btn-voice-more:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #e6b800;
}

/* ============== VOICE ============== */
.voice-intro {
  display: inline-block;
  text-align: left;
  background: linear-gradient(180deg, #fffbef 0%, #fff 100%);
  padding: 24px 32px;
  border-radius: 14px;
  border: 1px solid var(--c-border);
  margin-bottom: 36px;
  font-family: var(--f-mincho);
  font-size: 24px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.6;
  letter-spacing: .04em;
}

.voice-intro-wrap { text-align: left; margin-bottom: 0; }

/* Voice carousel arrows */
.voice-arrow {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(255,255,255,.5);
  font-size: 28px;
  line-height: 1;
  color: var(--c-navy);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  z-index: 5;
  padding: 0 0 2px 0;
}
.voice-arrow:hover { background: rgba(255,255,255,.9); }
.voice-carousel-outer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.voice-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 18px;
}
.voice-dots .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: none; cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.voice-dots .dot.is-active {
  background: #fff;
  transform: scale(1.25);
}
.voice-intro em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffe79b 60%);
  padding: 0 4px;
}
.voice-layout {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 48px;
  align-items: center;
}
.donut-wrap {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 10px;
  text-align: center;
}
.donut { position: relative; width: 380px; height: 380px; margin: 4px auto 12px; }
.donut svg { transform: rotate(-90deg); }
.donut-center {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  line-height: 1.1;
  text-align: center;
}
.donut-center .l {
  font-size: 13px;
  color: var(--c-text-2);
  letter-spacing: .08em;
}
.donut-center .pct {
  font-family: var(--f-num);
  font-weight: 900;
  font-size: 64px;
  color: var(--c-red-d);
  letter-spacing: -.02em;
}
.donut-center .pct small {
  font-size: 24px;
  margin-left: 3px;
  vertical-align: 2px;
}
.donut-legend {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 18px;
  margin-top: 10px;
  font-size: 17px;
  color: #ffffff;
}
.donut-legend .it { display: flex; align-items: center; gap: 6px; }
.donut-legend .sw { width: 12px; height: 12px; border-radius: 2px; }
.donut-src {
  font-size: 15px;
  color: #ffffff;
  margin-top: 8px;
}
.voice-carousel {
  position: relative;
}
.voice-scroll {
  display: flex;
  overflow: hidden;
  gap: 20px;
  transition: none;
}
.voice-track {
  display: flex;
  gap: 20px;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.v-card {
  flex: 0 0 calc(38% - 10px);
  min-width: calc(38% - 10px);
  max-width: calc(38% - 10px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--c-border);
  padding: 22px 24px 20px;
  position: relative;
}
.v-card::before {
  content: "“"; position: absolute; top: -90px; right: 80px;
  font-family: serif;
  font-size: 72px;
  color: #ffd99c;
  line-height: 1;
}
.v-card .stars { color: #f5b400; letter-spacing: 2px; font-size: 26px; margin-bottom: 8px; }
.v-card .q {
  font-family: var(--f-mincho);
  font-size: 15px;
  font-size: 1.0rem;
  color: var(--c-navy);
  letter-spacing: .04em;
  min-height: 100px;
}
.v-card .meta {
  display: flex; gap: 10px; align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--c-border);
}
.v-card .meta .ph { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; font-size: 8px; }
.v-card .meta .who { font-size: 16px; font-weight: 700; }
.v-card .meta .info { font-size: 14px; color: #0f0f0f; }

/* ============== REASONS GRID ============== */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.reason-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.11);
}
.card-photo {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #e8e4df;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.reason-card:hover .card-photo img {
  transform: scale(1.04);
}
.point-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #64b82b;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(100,184,43,0.35);
}
.point-badge .pt-label {
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  opacity: 0.9;
}
.point-badge .pt-num {
  font-size: 30px;
}
.photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #aaa;
  position: absolute;
  inset: 0;
}
.photo-placeholder svg { opacity: 0.4; }
.photo-placeholder span { font-size: 12px; letter-spacing: 0.05em; }
.card-body {
  padding: 26px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-number {
  font-size: 11px;
  font-weight: 700;
  color: #64b82b;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.card-title {
  font-family: var(--f-mincho);
  font-size: 23px;
    font-size: 1.4rem;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 14px;
}
.card-title .keyword {
  color: #64b82b;
  background: rgba(100,184,43,0.1);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 24px;
  font-size: 1.7rem;
  display: block;
}
.card-divider {
  height: 1px;
  width: 100%;
  background: #64b82b;
  border-radius: 2px;
  margin-bottom: 1px;
}
.card-text {
  font-size: 17px;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.75;
  flex: 1;
}

/* ============== BANNER SECTION ============== */
.banner-section {
  padding: 40px 0;
  background: var(--c-bg-2);
}
.banner-section .container {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.banner-item {
  display: block;
  width: 600px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-item:hover {
  opacity: .9;
  transform: translateY(-2px);
}

/* CTA キャラクター画像 */
.adv-chara {
  position: absolute;
  right: 90px;
  bottom: 60px;
  height: 90%;
  width: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  margin-bottom: 50px;
}
.adv-right-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* ============== COMPANY ============== */
/* ============== BANNER SECTION ============== */
.banner-section {
  padding: 40px 0;
  background: var(--c-bg-2);
}
.banner-section .container {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.banner-item {
  display: block;
  width: 600px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-item:hover {
  opacity: .9;
  transform: translateY(-2px);
}

/* CTA キャラクター画像 */
.adv-chara {
  position: absolute;
  right: 70px;
  bottom: 50px;
  /*height: 90%;
  width: auto;*/
  max-width:213px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  margin-bottom: 50px;
}
.adv-right-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* ============== COMPANY ============== */
.company-band {
  background: #fff;
  padding: 0 0 60px;
  overflow: hidden;
}

/* 上段: 左キャッチ + 右写真700px */
.company-hero {
  position: relative;
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
}
/* 左: キャッチコピーエリア */
.company-hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 20px 46px 7%;
  position: relative;
  z-index: 2;
  background: #fff;
}
/* 右: 写真700px固定 */
.company-hero-img-wrap {
  width: 700px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.company-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* 写真左端にグラデーション */
.company-hero-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 18%);
  z-index: 1;
}

.company-script {
  font-style: italic;
  font-size: 72px;
  font-weight: 500;
  color: var(--c-orange);
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 14px;
}
.company-tag-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}
.company-tag {
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  font-family: var(--f-mincho);
  font-size: 29px;
  font-weight: 700;
  padding: 2px 19px;
  letter-spacing: .06em;
  border-radius: 3px;
  width: fit-content;
}
.company-hero-title {
  font-family: var(--f-mincho);
  font-size: 30px ;
  font-size: 1.9rem ;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.5;
  letter-spacing: .04em;
}

/* 下段: 縦長写真 + (正方形写真 + テキスト) */
.company-lower {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0% 7% 0% 7%;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

/* 左: 縦長写真のみ */
.company-photos-new {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* company-02: 縦長・大きめ */
.company-photos-new .company-photo-tall {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-top: -30px;
  object-fit: cover;
  aspect-ratio: 3/4;
  z-index: 3;
  position: relative;
}
/* company-03: 正方形（右カラムに移動） */
.company-photos-new .company-photo-sq {
  display: none;
}

/* 右カラム: 正方形写真 + テキスト */
.company-right-col {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  align-items: start;
}
.company-photo-sq-right {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-top: 30px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* 右: テキスト */
.company-text-new {
  padding-top: 5px;
}
.company-desc-new {
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 2;
  color: var(--c-text-2);
  margin-bottom: 20px;
}
.company-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  margin: 24px 0;
}
.company-meta .row { border-bottom: 1px solid var(--c-border); padding-bottom: 10px; }
.company-meta .k { font-size: 11px; color: var(--c-text-3); letter-spacing: .12em; }
.company-meta .v { font-size: 14px; color: var(--c-navy); font-weight: 700; margin-top: 2px; }

/* ============== FAQ ============== */
.faq-list {
  display: flex; flex-direction: column;
  gap: 10px;
  max-width: 920px; margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
}
.faq-q, .faq-a {
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  gap: 16px;
  padding: 18px 22px;
  align-items: start;
}
.faq-q { cursor: pointer; }
.faq-q .mark, .faq-a .mark {
  font-family: var(--f-num);
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}
.faq-q .mark { color: var(--c-orange); }
.faq-a .mark { color: var(--c-navy); }
.faq-q .txt {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.5;
}
.faq-q .chev {
  align-self: center;
  font-size: 16px;
  color: var(--c-text-3);
  transition: transform .25s;
}
.faq-item.is-open .faq-q .chev { transform: rotate(180deg); }
.faq-a {
  display: none;
  border-top: 1px solid var(--c-border);
  background: var(--c-bg-3);
}
.faq-item.is-open .faq-a { display: grid; }
.faq-a .txt {
  font-size: 13px;
  line-height: 1.95;
  color: var(--c-text-2);
}

/* ============== AREA ============== */
.area-band {
  background: #fef9e7;
  color: var(--c-navy);
  padding: 56px 60px 64px;
  position: relative;
}
.area-band .pc-head .en { color: #c3bdbb; }
.area-band .pc-head .jp { color: var(--c-navy); }
.area-band .pc-head .jp .accent { color: var(--c-orange); }
.area-band .pc-head .sub { color: var(--c-text-2); }
.area-band .pc-head .rule {
  margin-top: 5px; background: #a5a5a5; }

/* 新レイアウト */
.area-new-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 20px;
}

/* 左エリア */
.area-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.area-catch {
  font-size: 25px;
  font-weight: 700;
  color: var(--c-text-2);
  letter-spacing: .04em;
  margin-bottom: -20px;
  line-height: 0;
}
.area-main-title {
  font-family: var(--f-mincho);
  font-size: 48px;
  font-weight: 900;
  color: var(--c-navy);
  letter-spacing: .04em;
  line-height: 2.9;
  margin-bottom: 0px ;
  padding-bottom: 0px;
}
.area-main-title span { color: var(--c-orange); }
.area-left-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.area-left-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* 右エリア */
.area-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.area-right-imgs {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 480px;
}
/* 右側大きな地図画像 */
.area-map-img {
  width: 78%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  align-self: flex-end;
}
/* スタンプ画像（重ね） */
.area-stamp-img {
  position: absolute;
  left: 0;
  top: -10px;
  width: 34%;
  object-fit: contain;
  display: block;
  z-index: 2;
}

/* 対応エリア説明ボックス */
.area-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  position: relative;
  margin-top: -60px;
}
.area-info-tag {
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  font-family: var(--f-mincho);
  font-size: 17px;
  font-weight: 800;
  padding: 6px 22px;
  border-radius: 999px;
  letter-spacing: .06em;
  margin-bottom: 0px;
}
.area-info-title {
  font-family: var(--f-mincho);
  font-size: 36px;
  font-weight: 900;
  color: var(--c-navy);
  letter-spacing: .04em;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-top: 10px;
}
.area-info-title span { color: var(--c-orange); }
.area-info-desc {
  font-size: 16px;
  font-size: 1.1rem;
  color: var(--c-text-2);
  line-height: 1.9;
}
.area-info-desc strong { color: var(--c-orange); font-weight: 800; }
.area-note {
  font-size: 13px;
  color: var(--c-text-3);
  line-height: 1.8;
  margin-top: 4px;
}


/* ============== GOOGLE REVIEWS ============== */
.grev-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 28px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.grev-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.grev-logo-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #202124;
}
.grev-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.grev-score {
  font-size: 28px;
  font-weight: 700;
  color: #202124;
}
.grev-stars {
  color: #fbbc04;
  font-size: 20px;
  letter-spacing: 1px;
}
.grev-count {
  font-size: 14px;
  color: #70757a;
}
.grev-btn {
  display: inline-flex;
  align-items: center;
  background: #1a73e8;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  letter-spacing: .02em;
  transition: background .2s;
  white-space: nowrap;
}
.grev-btn:hover { background: #1557b0; }

/* カードスライダー */
.grev-track-wrap {
  position: relative;
}
.grev-viewport {
  overflow: hidden;
}
.grev-track {
  display: flex;
  gap: 16px;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.grev-card {
  flex: 0 0 calc(20% - 13px);
  min-width: calc(20% - 13px);
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.grev-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.grev-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.grev-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.grev-user-info { display: flex; flex-direction: column; gap: 1px; }
.grev-user-name {
  display: flex; align-items: center; gap: 4px;
  font-size: 14px; font-weight: 700; color: #202124;
}
.grev-verified {
  width: 16px; height: 16px;
  background: #1a73e8;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.grev-verified svg { width: 10px; height: 10px; }
.grev-g-icon {
  display: inline-flex; align-items: center;
  gap: 2px;
}
.grev-date { font-size: 12px; color: #70757a; }
.grev-card-stars { color: #fbbc04; font-size: 16px; letter-spacing: 1px; }
.grev-text {
  font-size: 13px;
  color: #3c4043;
  line-height: 1.7;
  flex: 1;
}
.grev-more { font-size: 12px; color: #1a73e8; cursor: pointer; }

/* 矢印ボタン */
.grev-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: box-shadow .2s;
}
.grev-arrow:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.grev-arrow--prev { right: -18px; }
.grev-arrow--next { right: -18px; }
.grev-arrow--prev { left: -18px; }

/* ドット */
.grev-dots {
  display: flex; justify-content: center; gap: 6px;
  margin-top: 16px;
}
.grev-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #dadce0;
  border: none; cursor: pointer; padding: 0;
  transition: background .2s, transform .2s;
}
.grev-dot.active { background: #1a73e8; transform: scale(1.2); }
/* ============== REVIEWS ============== */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.rv {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
}
.rv .ph { width: 56px; height: 56px; border-radius: 50%; font-size: 8px; }
.rv .head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.rv .stars { color: #f5b400; letter-spacing: 2px; }
.rv .score { font-family: var(--f-num); font-weight: 800; color: #df1d00; font-size: 16px; }
.rv .who { font-size: 14px; color: #212121; }
.rv .ttl { font-weight: 700; color: var(--c-navy); font-size: 22px; margin: 3px 0 4px; }
.rv .body { font-size: 15px; line-height: 1.5; color: var(--c-text-2); }
.rv .src { text-align: right; font-size: 10px; color: var(--c-text-3); letter-spacing: .08em; }
.rv .src .pl {
  display: block;
  font-family: var(--f-num);
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: var(--c-green-d);
  margin-bottom: 2px;
}

/* ============== COLUMN ============== */
.col-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.col-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  transition: transform .25s;
}
.col-card:hover { transform: translateY(-3px); }
.col-card .ph { aspect-ratio: 16/10; }
.col-card__body { padding: 18px 22px 22px; }
.col-card__meta {
  display: flex; gap: 10px; align-items: center;
  font-size: 14px; color: var(--c-text-3);
  margin-bottom: 8px;
}
.col-card__meta .tag span {
  background: #fff1e3;
  color: var(--c-orange-d);
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: .08em;
}
.col-card__meta .tag span + span{
  margin-left:5px;
}
.col-card__title {
  font-family: var(--f-mincho);
  font-size: 17px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.6;
  letter-spacing: .04em;
}

/* ============== INSTAGRAM ============== */
.insta-head {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 30px;
}
.insta-handle {
  font-family: var(--f-num);
  font-weight: 700;
  font-size: 18px;
  color: var(--c-text-2);
  display: flex; align-items: center; gap: 8px;
  margin-top: 8px;
}
.insta-handle .ig {
  width: 26px; height: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, #fcb045, #fd1d1d, #833ab4);
  display: grid; place-items: center;
  color: #fff;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.insta-tile {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.insta-tile .ph { width: 100%; height: 100%; font-size: 9px; }
.insta-tile:hover::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(255,122,61,.25);
}

/* ============== NOTICES ============== */
.notices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.notice {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px 1fr;
}
.notice .ph { aspect-ratio: auto; height: 100%; }
.notice__body { padding: 14px 18px; }
.notice__cat {
  display: inline-block;
  background: var(--c-yellow);
  color: var(--c-navy);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: .12em;
}
.notice__cat--info { background: var(--c-blue); color: #fff; }
.notice__cat--press { background: var(--c-red); color: #fff; }
.notice__title {
  font-family: var(--f-mincho);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-navy);
  margin: 8px 0 4px;
  line-height: 1.5;
}
.notice__date { font-size: 14px; color: #3e3e3e; letter-spacing: .06em; }

/* ============== FLOW ============== */
.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.flow-step {
  padding: 0 24px;
  border-right: 1px dashed var(--c-line);
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.flow-step:last-child { border-right: 0; }
.flow-step::after {
  content: "›";
  position: absolute;
  right: -22px; top: 150px;
  font-size: 50px;
  color: var(--c-orange);
  font-weight: 700;
  width: 44px; height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  line-height: 1;
  z-index: 2;
}
.flow-step:last-child::after { display: none; }
.flow-step .num {
  display: flex; align-items: baseline; justify-content: center; gap: 6px;
  font-family: var(--f-num);
  font-style: italic;
  color: var(--c-orange);
  margin-bottom: 14px;
}
.flow-step .num .l { font-size: 26px; font-weight: 700; letter-spacing: .14em; }
.flow-step .num .n { font-size: 55px; font-weight: 800; line-height: 1; }
.flow-step .ic-wrap {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: #fff5ec;
  color: var(--c-orange-d);
  display: grid; place-items: center;
  margin: 0 auto 18px;
}
.flow-step .t {
  font-family: var(--f-mincho);
  font-size: 26px;
  font-size: 1.6rem;  
  font-weight: 700;
  color: var(--c-navy);
  margin-bottom: 12px;
  letter-spacing: .06em;
  line-height: 1.3em;
}
.flow-step .d {
  font-size: 15px;
  font-size: 1.0rem;  
  color: var(--c-text-2);
  line-height: 1.7;
  letter-spacing: .02em;
  text-align: left;
}

/* ============== REAL IMAGE STYLES ============== */
img.ph-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* l-card 画像ラップ（補助金バッジ用） */
.l-card__img-wrap {
  position: relative;
  overflow: hidden;
}
.l-card__img-wrap .ph.ph-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.l-card__subsidy-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--c-green);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .08em;
  pointer-events: none;
  z-index: 3;
}

/* l-card内の画像はaspect-ratioで制御 — height:100%を上書き */
.l-card img.ph-img {
  height: auto;
  aspect-ratio: 4/3;
}
/* stat-card: 画像を縦100%表示 */
.stat-card img.ph-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex: 1;
}
/* r-card: aspect-ratioで制御（height:100%上書き防止） */
.r-card img.ph-img {
  height: auto;
  aspect-ratio: 1 / 1;
}
/* col-card: aspect-ratioで制御 */
.col-card img.ph-img {
  height: auto;
  aspect-ratio: 16 / 10;
}


/* --- 1500px以下になったときのCSS --- */
@media screen and (max-width: 1500px) {

.hc-wide-full {
    display: block;
    width: 100%;
    height: 95%;
}


}


/* --- 1369px以下になったときのCSS --- */
@media screen and (max-width: 1369px) {
  .hero-slider2 {
    max-width: 1100px;
}

.hero-slider {
    max-width: 1150px;
    height: 428px;
    padding: 12px 64px 0;
}

.hc-wide-full {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.hero-deco {
    max-width: 1200px;
}


.hero-deco--top {
    height: 165px;
    object-fit: contain;
    width: 1200px;
    margin-bottom: -10px;
    background-image: url('../img/top/hero-deco-top.png');
}

.pc-news-inner {
    max-width: 1100px;
}

.hc__price-main .pnum {
    font-size: 100px;
}

.hc__price-main .pdec {
    font-size: 80px;
}

.hc__price-tax {
    font-size: 12px;
    font-size: 0.8rem;
}

.company-hero-title {
    font-size: font-size: 1.2rem;
}

.banner-item {
    width: 550px;
}

.card-text {
    font-size: 13px;
}

.voice-intro-text {
    font-size: 22px;
}

.voice-intro-em {
    font-size: 23px;
}

.wc-bf {
    font-size: 13px;
    font-size: 0.8rem;
}

}

/* --- 1370px以下になったときのCSS --- */
@media screen and (max-width: 1370px) {

.hc-wide-full {
    height: 95%;
}

}

/* --- 1250px以下になったときのCSS --- */
@media screen and (max-width: 1250px) {

.hero-slider {
        max-width: 1050px;
        height: 390px;
}

.pc-header-top {
    width: 100%;
    border-bottom: 1px solid var(--c-border);
}

.pc-header-nav-inner {
    max-width: 1100px;
}

.pc-nav a {
    font-size: 13px;
}


.pc-news-inner {
    width: 90%;
    padding: 20px 20px;
}

}


/* PCなど、画面が広い場合に適用されるスタイル */
@media (min-width: 1200px) {

.pc-section--voice {
background-size: 480px;
background-position-y: 60%;
    }
}


/* PCなど、画面が広い場合に適用されるスタイル */
@media (min-width: 1250px) {

.pc-section--voice {
background-size: 550px;
background-position-y: 63%;
    }
}

  
}


.sp-br { display: none; }
.sp-br-block { display: inline; }
.br-hide-sp { display: block; }
.sp-flow-arrow { display: none; }
.sp-insta-btn-wrap { display: none; }

@media (max-width: 1369px) {
  .hero-slider { height: 480px; }
  .side-fixed { top: 63%; }
}

/* ====================================================
   RESPONSIVE — Tablet (≤1124px) & Smartphone (≤440px)
   ==================================================== */

/* --- SP ハンバーガーボタン --- */
.sp-voice-chart { display: none; }
.sp-only-company { display: none; }
.sp-hero { display: none; }
.voice-sub-img--sp { display: none; }

@media (max-width: 1124px) {
  /* === HERO === */
  .pc-hero { display: none; }
  .sp-hero { display: block; }

  .sp-hero-inner {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 16px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sp-hero-title {
    text-align: center;
    margin-bottom: 12px;
    z-index: 5;
    position: relative;
  }
  .sp-hero-title img {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .sp-hero-slider {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
  }
  .sp-hero-track {
    display: flex;
    height: 430px;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
  }
  .sp-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-hero-slide img {
    height: 430px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .sp-hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 7;
  }
  .sp-hero-dots .dot {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: rgba(255,122,61,.3);
    cursor: pointer;
    transition: background .2s, border-color .2s;
  }
  .sp-hero-dots .dot.is-active {
    background: #ff7a3d;
  }
  .hero-slider {
    max-width: 100%; height: auto; padding: 0; margin-top: 0;
  }
  .hero-slider-viewport { height: auto; }
  .hero-slider-track { height: auto; gap: 0; }
  .hero-slide-1w { margin-top: 0; }
  .hero-slide-1w--full { height: 240px; }
  .hc-wide-full { border-radius: 0; }
  .hc-wide { grid-template-columns: 1fr; min-height: auto; border-radius: 0; border: none; }
  .hc-wide__photo { border-radius: 0; padding: 10px; }
  .hc-wide__body { padding: 16px; gap: 6px; }
  .hc-wide__title { font-size: 20px; }
  .hc-wide__corner-tag { font-size: 16px; padding: 3px 12px; top: -10px; right: 10px; }
  .hc-wide__title-row { margin-top: 10px; }
  .hc-wide__pnum { font-size: 64px; }
  .hc-wide__punit { font-size: 22px; margin-bottom: 4px; }
  .hc-wide__price-yaku { font-size: 18px; }
  .hc-wide__price-label { font-size: 14px; }
  .hc-wide__price-original { font-size: 18px; }
  .hc-wide__price-note { font-size: 11px; }
  .hc-wide__desc { font-size: 13px; }
  .hc-wide__specs-block { grid-column: 1 / 2; }
  .hero-slider-arrow { width: 36px; height: 36px; font-size: 20px; }
  .hero-slider-dots { margin-top: 8px; }

  /* === NEWS === */
  .pc-news { position: relative; z-index: 1; }
  .pc-news-inner { flex-direction: row; padding: 10px 5px; align-items: flex-start; gap: 10px; }
  .pc-news-label { font-size: 12px; padding: 3px 10px; margin-bottom: 0; flex-shrink: 0; margin-top: 2px; }
  .pc-news-ticker { min-height: auto; flex: 1; height: auto; position: relative; overflow: visible; }
  .pc-news-line { position: relative; inset: auto; flex-wrap: wrap; font-size: 13px; white-space: normal; gap: 6px; display: none; }
  .pc-news-line.is-active { display: flex; opacity: 1; transform: none; }
  .pc-news-line .date { font-size: 12px; }
  .pc-news-line .cat { font-size: 11px; padding: 1px 6px; }
  .pc-news-line .txt { width: 100%; margin-top: 2px; font-size: 13px; line-height: 1.5; }

  /* === SUBSIDY HERO === */
  .subsidy-hero-section { padding: 20px 10px 30px; }
  .subsidy-hero-panel { border-radius: 16px; padding: 0 12px 16px; }
  .subsidy-hero-heading img { max-width: 100%; }
  .subsidy-hero-desc { font-size: 16px; margin-bottom: 16px; }
  .subsidy-detail-btn { font-size: 18px; padding: 10px 20px; }

  /* hero-slider2 内カード */
  .hero-slider2 { max-width: 100%; padding: 0 40px; }
  .hero-slider2-track { gap: 0; }
  .hero-slider2-track > .hc { flex: 0 0 100%; }
  .hero-slider2-arrow { width: 32px; height: 32px; font-size: 18px; }
  .hc { border-radius: 10px; }
  .hc__title { font-size: 20px; }
  .hc__product-name { font-size: 18px; margin: 6px 10px 8px; }
  .hc__num { width: 70px; height: 70px; }
  .hc__spec-tag { font-size: 12px; padding: 2px 6px; }
  .hc__price-badge { width: 90px; height: 90px; margin-left: -30px; }
  .hc__price-main .pnum { font-size: 64px; margin-left: -2px; }
  .hc__price-main .pdec { font-size: 52px; }
  .hc__price-main .pdot { font-size: 32px; }
  .hc__price-main .pyaku { font-size: 22px; }
  .hc__price-main .punit { font-size: 14px; }
  .hc__price-tax { font-size: 12px; }

  /* === LINEUP === */
  .lineup-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 15px;
  }
  .l-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .l-card { width: 100%; }
  .l-card__name { font-size: 14px; }
  .l-card__price .num { font-size: 28px; }
  .l-card__price .unit { font-size: 14px; }

  /* === CTA（添付画像準拠） === */
  .pc-only { display: none; }
  .sp-br-block { display: block; }

  .cta-band { position: relative; overflow: visible; }
  .adv-banner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0;
    position: relative;
  }
  .adv-staff-left { display: none; }

  /* 中央: オレンジ背景 + キャラ左背面 + キャッチ右前面 */
  .adv-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    padding: 28px 20px 22px;
    min-height: 200px;
    z-index: 2;
  }
  .adv-lead {
    font-size: 16px; line-height: 1.7;
    color: #fff; text-align: center;
    margin: 0;
    position: relative; z-index: 2;
  }
  .adv-title {
    font-size: 32px; line-height: 1.3;
    text-align: center;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,.25);
    position: relative; z-index: 2;
  }

  /* キャラクター: adv-banner基準で左下・背面配置 */
  .adv-right {
    position: absolute;
    left: -10px; bottom: 150px;
    width: 200px; height: auto;
    padding: 0;
    z-index: 1;
    display: block;
  }
  .adv-right-content { display: none; }
  .adv-right .adv-chara {
    display: block;
    position: relative;
    width: 100%; height: auto;
    right: auto; bottom: auto;
    margin: 0;
  }

  /* お電話するボタン（上）→ バー（下）の順 */
  .adv-tel-row { display: none; }
  .adv-tel-num { display: none; }
  .adv-tel-img { display: none; }
  .sp-cta-tel-btn {
    display: flex;
    align-items: center; justify-content: center; gap: 10px;
    background: #fff; color: #ff7a3d;
    font-size: 20px; font-weight: 800;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    margin: 16px 20px 0;
    width: calc(100% - 40px);
    max-width: none;
    transition: transform .15s;
    order: 5;
    position: relative; z-index: 2;
  }
  .sp-cta-tel-btn:active { transform: translateY(2px); }
  .sp-cta-tel-btn svg { flex-shrink: 0; fill: #ff7a3d; }

  /* 下部バー（ボタンの下） */
  .adv-bar {
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 14px 16px;
    margin-top: 10px;
    border-radius: 0;
    line-height: 1.7;
    order: 10;
    width: 100%;
  }

  /* === WORKS === */
  .wc-outer { top: 0; flex-direction: column; }
  .wc-track { flex-direction: column; gap: 16px; padding: 16px; }
  .wc-card { flex: none; width: 100%; }
  .wc-card:nth-child(n+5) { display: none; }
  .wc-viewport { overflow: visible; }
  .wc-arrow, .wc-dots { display: none; }
  .wc-track { transform: none; }

  /* === LOCAL ACHIEVEMENT === */
  .local-achv-banner {
    flex-direction: column-reverse; height: auto; width: 100%;
    border-radius: 0;
  }
  .local-achv-person { width: 100%; height: 430px; justify-content: center; order: -1; z-index: 1; position: absolute; margin-left: -180px; }
  .local-achv-person img { height: 100%; width: auto; }
  .local-achv-right {
    flex-direction: column; padding: 20px 16px; margin-left: 0;
    border-radius: 0; gap: 16px; order: 1;
  }
  .local-achv-col { z-index: 10; }
  .local-achv-section { background: #4f9a2c; }
  .local-achv-banner { margin-top: 0; }

  /* === VOICE === */
  /* === VOICE（添付画像準拠） === */
  .pc-section--voice {
    background-image: none;
    padding: 40px 0 50px;
  }
  .container--voice { max-width: 100%; padding: 0 16px; box-sizing: border-box; }

  .voice-new-layout { flex-direction: column; }
  .voice-img-left {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 110px;
    order: -1;
  }
  .voice-img-left img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .voice-right { width: 100%; order: 1; }

  .sp-voice-chart { display: none; }
  .voice-sub-img {
    position: static;
    width: 100%;
    max-width: 390px;
    margin: -120px auto -8px;
  }
  .voice-sub-img--pc { display: none; }
  .voice-sub-img--sp { display: block; }

  .voice-intro-new {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    margin: 0 0 20px;
    padding: 16px;
    border-radius: 12px;
  }
  .voice-intro-text { text-align: center; font-size: 20px; padding-right: 0; margin: 0; }
  .voice-intro-em { font-size: 20px; }

  .voice-carousel-outer {
    flex-direction: row;
    padding: 0;
    gap: 0;
    position: relative;
    align-items: center;
  }
  .voice-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    scrollbar-width: none;
  }
  .voice-scroll::-webkit-scrollbar { display: none; }
  .voice-track {
    display: contents;
  }
  .v-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 16px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  .v-card .q {
    min-height: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
    font-size: 15px;
    line-height: 1.7;
  }
  .v-card::before { top: 4px; right: 16px; font-size: 36px; }
  .v-card .stars { font-size: 20px; }
  .voice-arrow {
    width: 36px; height: 36px;
    font-size: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center; justify-content: center;
    background: #fff;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: var(--c-navy);
    z-index: 5;
  }
  .btn-voice-more {
    font-size: 17px;
    padding: 14px 40px;
    margin-top: 20px;
    display: block;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* === REASONS === */
  .reasons-grid { grid-template-columns: 1fr; gap: 24px; margin: 15px; }
  .reason-card { max-width: 100%; }

  /* === COMPANY === */
  .pc-only-company { display: none; }
  .sp-only-company { display: block; }

  .sp-company-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .sp-company-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: rgba(255,255,255,.72);
  }
  .sp-company-hero-inner {
    position: relative; z-index: 1;
    padding: 30px 20px 28px;
  }
  .sp-company-hero-inner .company-script { font-size: 36px; }
  .sp-company-hero-inner .company-hero-title { font-size: 22px; }
  .sp-company-hero-inner .company-tag { font-size: 18px; padding: 3px 14px; }

  .sp-company-photos {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .sp-company-photos img {
    border-radius: 10px;
    object-fit: cover;
  }
  .sp-company-photos img:first-child {
    flex: 0 0 37.5%;
    aspect-ratio: 4 / 2;
    width: 30%;
  }
  .sp-company-photos img:last-child {
    flex: 1;
    aspect-ratio: 3 / 4;
    width: 30%;
  }

  .sp-company-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--c-text);
    padding: 0 30px;
  }
  .sp-company-text p { margin: 0 0 12px; }

  /* === BANNER === */
  .banner-section .container {
    flex-direction: column; gap: 12px; align-items: center;
  }
  .banner-item { width: 100%; max-width: 100%; }
  .banner-item img { width: 100%; }

  /* === AREA === */
  .area-band .container > * { width: 100%; }
  .area-new-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .area-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .area-left-img { width: 100%; }
  .area-left-img img { width: 100%; border-radius: 10px; }
  .area-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .area-right-imgs {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    height: auto;
  }
  .area-stamp-img {
    position: static;
    width: 30%;
    flex-shrink: 0;
    margin-top: -120px;
  }
  .area-map-img {
    width: 65%;
    flex: 1;
  }
  .area-info-box {
    width: 100%;
    padding: 20px 16px;
  }
  .area-band { padding: 56px 0px 64px; }
  .area-main-title { font-size: 30px; text-align: center; }
  .area-catch { font-size: 16px; text-align: center; }
  .area-info-title { font-size: 24px; }

  /* === COLUMN === */
  .col-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 15px;
  }
  .col-card:nth-child(n+4) { display: none; }

  /* === INSTAGRAM === */
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 15px;
  }
  .insta-head {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .insta-head .btn-line { display: none; }
  .insta-grid + .sp-insta-btn-wrap { display: block; text-align: center; margin-top: 16px; }

  /* === FLOW === */
  .flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 15px;
  }
  .flow-step {
    padding-bottom: 16px;
    border-bottom: none;
    position: relative;
  }
  .flow-step:last-child .sp-flow-arrow { display: none; }
  .flow-step::after { display: none; }
  .flow-step .ic-wrap { width: 64px; height: 64px; margin: 0 auto 12px; }
  .sp-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    margin: 8px auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    font-size: 32px;
    color: var(--c-orange);
    font-weight: 700;
    line-height: 1;
    transform: rotate(90deg);
    padding-left: 3px;
  }
}

/* ====================================================
   Smartphone (≤440px)
   ==================================================== */
@media (max-width: 440px) {
  .hero-slide-1w--full { height: 180px; }
  .hc-wide__pnum { font-size: 48px; }
  .hc-wide__title { font-size: 17px; }
  .hc-wide__price-label { font-size: 12px; }
  .hc-wide__price-original { font-size: 15px; }

  .subsidy-hero-desc { font-size: 14px; }
  .subsidy-detail-btn { font-size: 19px; padding: 8px 16px; }

  .l-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .l-card__name { font-size: 18px; }
  .l-card__price .pre { font-size: 14px; }
  .card-title .keyword { font-size: 1.5rem; }
  .insta-handle { margin-top: 15px; }
  #instagram .pc-head .jp { font-size: 28px; }
  .subsidy-note-text { font-size: 13px; }
  .hc__price-main { justify-content: space-evenly; }
  .l-card__price .num { font-size: 50px; }

  .company-hero-title { font-size: 20px; }
}


/* ====================================================
   WordPress移行 修正パッチ（最終優先）
   ==================================================== */

/* --- ハンバーガー/TELメニュー PC時非表示 --- */
.sp-voice-chart { display: none; }
.voice-sub-img--sp { display: none; }
.sp-only-company { display: none; }
.sp-hero { display: none; }
.sp-flow-arrow { display: none; }
.sp-insta-btn-wrap { display: none; }

/* --- フォント色 白色修正 --- */
.adv-contact-txt { color: #fff; }
.adv-contact-txt .big {  }
.pc-section--voice {  }
.pc-section--voice .pc-head .en,
.pc-section--voice .pc-head .jp,
.pc-section--voice .pc-head .sub { color: #fff; }

/* --- area-band 余白 --- */
.area-band { padding: 56px 5% 64px; }
.area-band .container { padding: 0 32px; }

/* --- hero-slider2 PC表示 --- */
.hero-slider2-viewport { overflow-x: hidden; overflow-y: hidden; }
.hero-slider2-track { display: flex; }
.hero-slider2-track > .hc { flex: 0 0 calc((100% - 20px) / 3); min-width: 0; }

/* --- local-achv PC表示 --- */
.local-achv-banner { display: flex; overflow: hidden; }
.local-achv-right { display: flex; flex: 1; align-items: flex-end; justify-content: space-around; padding: 0 40px; }
.local-achv-col { display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 10; }
.local-achv-person { display: flex; }

/* ====================================================
   レスポンシブ修正パッチ（≤1124px）
   ==================================================== */
@media (max-width: 1124px) {
  /* hero-slider2 1カード表示 */
  .hero-slider2-track > .hc { flex: 0 0 100%; min-width: 100%; }
  .hero-slider2-track { gap: 0; }

  /* SP HERO表示 */
  .pc-hero { display: none; }
  .sp-hero { display: block; }

  /* voice SP画像切替 */
  .voice-sub-img--pc { display: none; }
  .voice-sub-img--sp { display: block; }

  /* SP用会社案内 */
  .pc-only-company { display: none; }
  .sp-only-company { display: block; }
}


/* ====================================================
   WordPress移行 最終修正パッチ v2
   ==================================================== */

/* --- pc-news レスポンシブ --- */
@media (max-width: 1124px) {
  .pc-news { position: relative; z-index: 1; }
  .pc-news-inner { flex-direction: row; padding: 10px 5px; align-items: flex-start; gap: 10px; }
  .pc-news-label { font-size: 12px; padding: 3px 10px; flex-shrink: 0; }
  .pc-news-ticker { min-height: auto; flex: 1; height: auto; position: relative; overflow: visible; }
  .pc-news-line { position: relative; inset: auto; flex-wrap: wrap; font-size: 13px; white-space: normal; gap: 6px; display: none; }
  .pc-news-line.is-active { display: flex; opacity: 1; transform: none; }
  .pc-news-line .txt { width: 100%; margin-top: 2px; font-size: 13px; line-height: 1.5; }
}

/* --- hero-slider2-arrow 比率修正 --- */
.hero-slider2-arrow {
  width: 48px;
  height: 48px;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- area-band レスポンシブ余白 --- */
@media (max-width: 1124px) {
  .area-band { padding: 40px 16px; }
  .area-band .container { padding: 0; }
  .area-new-layout { display: flex; flex-direction: column; gap: 20px; }
  .area-left { width: 100%; }
  .area-left-img { width: 100%; }
  .area-right { width: 100%; }
  .area-info-box { width: 100%; padding: 20px 16px; }
  .area-main-title { font-size: 30px; text-align: center; }
}

/* --- flow-step SP修正 --- */
@media (max-width: 1124px) {
  .flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 15px;
  }
  .flow-step {
    padding: 24px 18px;
    border-bottom: none;
    position: relative;
  }
  .flow-step::after { display: none; }
  .flow-step .ic-wrap { width: 64px; height: 64px; margin: 0 auto 12px; }
  .flow-step .ttl { font-size: 18px; font-weight: 700; }
  .flow-step .desc { font-size: 14px; line-height: 1.6; }
  .sp-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    margin: 8px auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    font-size: 32px;
    color: var(--c-orange);
    font-weight: 700;
    line-height: 1;
    transform: rotate(90deg);
    padding-left: 3px;
  }
}

@media (max-width: 440px) {
  .flow-step .ic-wrap { width: 56px; height: 56px; }
}
