/* HTML埋め込みブロックの横幅制限を解除 */
section:has(.ab-lp-root),
section:has(.ab-lp-root) > div,
section:has(.ab-lp-root) .container,
section:has(.ab-lp-root) .row,
section:has(.ab-lp-root) [class*="container"] {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Nationwide rollout notice: placed after subsidy information */
.rollout-notice {
  padding: clamp(32px, 4vw, 58px) 20px;
  background: linear-gradient(180deg, #fff8ef 0%, #fffaf4 100%);
}

.rollout-notice-inner {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.55fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
  border: 2px solid #e6b673;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(111, 72, 30, .12);
}

.rollout-stat {
  display: flex;
  min-height: 260px;
  padding: 26px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #dca14e, #b87322);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 8px 18px rgba(145, 91, 30, .18);
}

.rollout-stat span {
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 800;
  letter-spacing: .08em;
}

.rollout-stat strong {
  margin: 4px 0;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(76px, 8vw, 116px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.06em;
}

.rollout-stat strong small {
  margin-left: 3px;
  font-size: .42em;
  letter-spacing: 0;
}

.rollout-stat em {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.rollout-copy { min-width: 0; }

.rollout-kicker {
  margin: 0 0 8px;
  color: #c46c15;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 900;
  letter-spacing: .08em;
}

.rollout-copy h2 {
  margin: 0 0 18px;
  color: #3b241d;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
}

.rollout-copy > p:not(.rollout-kicker) {
  margin: 0 0 12px;
  color: #493930;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.85;
  font-weight: 600;
}

.rollout-copy a {
  display: inline-flex;
  min-height: 54px;
  margin-top: 10px;
  padding: 10px 16px 10px 24px;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: #07856f;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(7, 133, 111, .2);
}

.rollout-copy a span {
  display: grid;
  width: 30px;
  height: 30px;
  color: #07856f;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 29px;
  line-height: 1;
}

@media (max-width: 760px) {
  .rollout-notice { padding-inline: 16px; }
  .rollout-notice-inner { grid-template-columns: 1fr; gap: 24px; padding: 22px; border-radius: 22px; }
  .rollout-stat { min-height: 190px; }
  .rollout-copy { text-align: center; }
  .rollout-copy h2 { font-size: clamp(25px, 7vw, 34px); }
  .rollout-copy > p:not(.rollout-kicker) { text-align: left; }
  .rollout-copy a { justify-content: center; }
}

/* Accessory introduction appended to the product section */
.accessory-section {
  margin-top: clamp(42px, 5vw, 72px);
  padding: clamp(36px, 4vw, 58px) clamp(20px, 3vw, 42px) clamp(28px, 3.5vw, 48px);
  color: #241b17;
  background: rgba(255, 255, 255, .82);
  border: 8px solid #fff;
  border-radius: 30px;
  box-shadow: 0 8px 28px rgba(112, 72, 31, .1), inset 0 0 32px rgba(213, 157, 89, .06);
}

.accessory-heading {
  text-align: center;
}

.accessory-heading h2 {
  margin: 0;
  color: #241b17;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .12em;
}

.accessory-heading > span {
  display: block;
  width: 100px;
  height: 4px;
  margin: 18px auto 20px;
  background: #d88c12;
  border-radius: 999px;
}

.accessory-heading p {
  margin: 0;
  color: #211b18;
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: .06em;
}

.accessory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(28px, 3.5vw, 46px);
}

.accessory-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0dfc9;
  border-radius: 22px;
  box-shadow: 0 7px 22px rgba(107, 69, 29, .12);
}

.accessory-card-title {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 94px;
  padding: 18px 22px 14px;
  border-bottom: 1px solid #ecd7bb;
}

.accessory-number {
  display: grid;
  flex: 0 0 76px;
  width: 76px;
  height: 66px;
  color: #fff;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
  background: linear-gradient(135deg, #d79337, #efbb6d);
  border-radius: 14px;
  box-shadow: inset 0 1px 8px rgba(255,255,255,.38);
}

.accessory-card-title h3 {
  margin: 0;
  color: #211a17;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .02em;
}

.accessory-subtitle {
  margin: 0;
  padding: 22px 24px 6px;
  color: #c76b08;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .03em;
}

.accessory-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 44%);
  gap: 8px;
  align-items: center;
  min-height: 265px;
  padding: 6px 18px 18px 24px;
}

.accessory-card-body ul {
  position: relative;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0 0 0 22px;
  list-style: none;
}

.accessory-card-body ul::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #db941f;
}

.accessory-card-body li {
  position: relative;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: .02em;
}

.accessory-card-body li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: .65em;
  width: 8px;
  height: 8px;
  background: #d98b12;
  border-radius: 50%;
}

.accessory-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-image: url("https://xb970675.xbiz.jp/images/accessory-source.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 465% auto;
  border-radius: 12px;
}

.accessory-photo-pocket { background-position: 34.5% 64%; }
.accessory-photo-stand {
  background-image: url("https://xb970675.xbiz.jp/images/accessory-stand.png");
  background-size: contain;
  background-position: center;
}

.accessory-cta {
  display: grid;
  grid-template-columns: 54px minmax(0, auto) 42px;
  gap: clamp(18px, 4vw, 58px);
  align-items: center;
  justify-content: center;
  min-height: 104px;
  margin: 28px 40px 0;
  padding: 14px 36px;
  color: #07885d;
  background: #fff;
  border: 4px solid #07885d;
  border-radius: 24px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(27px, 3.4vw, 43px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
}

.accessory-cta-icon {
  width: 54px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accessory-cta > span { white-space: nowrap; }

.accessory-cta i {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #11a16f, #00794f);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 98, 62, .25);
}

.accessory-cta i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 860px) {
  .accessory-grid { grid-template-columns: 1fr; }
  .accessory-card-body { grid-template-columns: minmax(0, 1fr) 220px; }
  .accessory-cta { margin-inline: 0; }
}

@media (max-width: 560px) {
  .accessory-section { margin-top: 34px; padding: 28px 12px 20px; border-width: 4px; border-radius: 20px; }
  .accessory-heading h2 { font-size: 29px; letter-spacing: .05em; }
  .accessory-heading p { font-size: 14px; }
  .accessory-heading p br { display: none; }
  .accessory-card-title { gap: 12px; min-height: 78px; padding: 12px; }
  .accessory-number { flex-basis: 58px; width: 58px; height: 54px; font-size: 29px; }
  .accessory-card-title h3 { font-size: 16px; }
  .accessory-subtitle { padding: 18px 16px 4px; font-size: 15px; }
  .accessory-card-body { grid-template-columns: 1fr; padding: 12px 16px 18px; }
  .accessory-photo { width: min(100%, 260px); margin: 0 auto; }
  .accessory-cta { grid-template-columns: minmax(0, 1fr) 36px; gap: 10px; min-height: 76px; padding: 10px 12px 10px 20px; border-width: 3px; border-radius: 18px; font-size: 24px; }
  .accessory-cta-icon { display: none; }
  .accessory-cta > span { white-space: normal; text-align: center; }
  .accessory-cta i { width: 36px; height: 36px; }
}

/* 介護情報基盤導入支援おまかせパック（2026-06 redesign） */
.package-section {
  padding: clamp(32px, 4vw, 68px) 20px;
  color: #302620;
  background: #fffaf3;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.package-shell {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 14px 30px 28px;
  background: rgba(255, 255, 255, .78);
  border: 12px solid #fff;
  border-radius: 38px;
  box-shadow: 0 4px 22px rgba(106, 67, 25, .16), inset 0 0 30px rgba(203, 145, 72, .08);
}

.package-ribbon {
  position: relative;
  width: min(66%, 760px);
  margin: -14px auto 24px;
  padding: 14px 28px 16px;
  color: #fff;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .12em;
  background: linear-gradient(105deg, #c89751, #e6ba75 48%, #c58c3d);
  border-radius: 0 0 28px 28px;
  text-shadow: 0 2px 3px rgba(78, 45, 9, .28);
  box-shadow: 0 7px 12px rgba(115, 71, 22, .2);
}

.package-ribbon::before,
.package-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  background: inherit;
}
.package-ribbon::before { left: -18px; transform: skewX(23deg); }
.package-ribbon::after { right: -18px; transform: skewX(-23deg); }

.package-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 24px;
  align-items: stretch;
}

.package-main h2 {
  margin: 8px 16px 16px;
  color: #2b2927;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .04em;
}

.package-main h2 span { color: #754817; }
.package-main h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, #c27a17 0 72%, transparent 100%);
}

.package-offer {
  overflow: hidden;
  background: rgba(255,255,255,.9);
  border: 1px solid #efd3ad;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(117, 75, 31, .12);
}

.package-offer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  background: #fffaf3;
}

.package-offer-heading p { margin: 0; font-size: clamp(13px, 1.05vw, 16px); line-height: 1.55; }
.package-offer-price { flex: 0 0 auto; color: #07856f; font-weight: 800; white-space: nowrap; }
.package-offer-price strong { font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; font-size: clamp(42px, 3.5vw, 56px); font-weight: 700; line-height: 1; letter-spacing: -.04em; }

.package-lead {
  position: relative;
  margin: 0;
  padding: 13px 18px 8px;
  font-size: clamp(12px, .95vw, 15px);
  line-height: 1.65;
}
.package-lead small { float: right; font-size: .9em; }

.package-compare {
  margin: 4px 18px 0;
  overflow: hidden;
  border: 1px solid #e0c39d;
  border-radius: 12px;
}
.package-compare-row {
  display: grid;
  grid-template-columns: 1.1fr 1.45fr 1.45fr;
}
.package-compare-row span {
  min-width: 0;
  padding: 7px 10px;
  text-align: center;
  font-size: clamp(13px, 1.15vw, 18px);
  border-right: 1px solid #dfc39d;
  border-top: 1px solid #ead7bd;
}
.package-compare-row span:first-child { text-align: left; background: #fff5e6; }
.package-compare-row span:last-child { border-right: 0; }
.package-compare-row:not(.package-compare-head) span:last-child { color: #07856f; font-weight: 800; }
.package-compare-head span { color: #2f2822; background: #bbb3aa; border-top: 0; font-weight: 700; }
.package-compare-head span:first-child { background: transparent; }
.package-compare-head span:last-child { color: #fff; background: linear-gradient(90deg, #c89851, #d7aa66); }
.package-wired-note { margin: 8px 20px 12px; color: #07856f; text-align: right; font-size: clamp(11px, .9vw, 14px); }

.package-product {
  position: relative;
  padding: 22px 18px 12px;
  overflow: hidden;
  background: rgba(255,255,255,.82);
  border-radius: 25px;
  box-shadow: 0 8px 24px rgba(117, 75, 31, .08);
  align-self: start;
}
.bluetooth-word { position: relative; z-index: 1; margin: 0; font-family: Arial, sans-serif; font-size: clamp(18px, 1.8vw, 27px); font-weight: 700; }
.bluetooth-word > img { width: 35px; height: 35px; margin-right: 7px; vertical-align: middle; }
.bluetooth-word sup { font-size: 10px; }
.package-reader-image { display: block; width: 100%; height: 300px; margin: -10px auto -20px; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.24); }
.wireless-badge {
  position: absolute;
  top: 235px;
  right: 18px;
  display: block;
  width: 115px;
  height: 115px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(151, 91, 40, .16));
}
.package-benefits { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.package-benefits li { padding: 11px 12px; color: #07856f; text-align: center; font-size: clamp(15px, 1.3vw, 20px); font-weight: 800; border: 1px solid #e8cda9; border-radius: 12px; box-shadow: 0 3px 10px rgba(117,75,31,.07); }
.package-benefits li span { margin-right: 12px; font-size: 1.15em; }
.official-product { margin: 10px 0 0; padding: 9px 6px; text-align: center; font-size: 14px; background: #fff3e5; border-radius: 10px; }

.package-section .package-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.package-plan-card {
  position: relative;
  display: block;
  min-height: 334px;
  padding: 54px 18px 22px;
  background: #fff;
  border: 2px solid #eac48e;
  border-radius: 22px;
  box-shadow: 0 6px 14px rgba(117,75,31,.12);
}
.package-plan-tag { position: absolute; top: 13px; left: 30px; min-width: 155px; padding: 5px 20px; color: #fff; text-align: center; font-weight: 800; background: #078b73; border-radius: 20px 20px 8px 8px; }
.is-recommended .package-plan-tag { left: -10px; background: linear-gradient(90deg, #c98b32, #e3ad56); border-radius: 3px 8px 8px 3px; }
.package-plan-number { position: absolute; top: 55px; left: 18px; width: 68px; color: #dfbd88; font-family: Georgia, serif; font-size: 48px; font-style: italic; text-align: center; }
.package-plan-detail { min-width: 0; }
.package-plan-detail h3 { margin: 0 0 0 72px; min-height: 86px; padding: 0 4px 8px; color: #41271e; font-size: clamp(14px, 1.25vw, 17px); line-height: 1.45; text-align: center; font-weight: 600; border-bottom: 1px dashed #e6aa63; }
.package-plan-detail h3 small { font-size: .72em; }
.package-plan-detail h3 strong { font-size: 1em; }
.package-plan-body { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 105px; }
.reader-stack { display: flex; align-items: center; flex: 0 0 112px; }
.reader-stack img { width: 54px; height: 82px; margin: 0 -5px; object-fit: contain; mix-blend-mode: multiply; }
.reader-stack-three { flex-basis: 136px; }
.reader-stack-three img { width: 48px; }
.reader-stack-mix { flex-basis: 145px; }
.reader-stack-mix img { width: 46px; height: 80px; }
.reader-stack-mix b { color: #07856f; font-size: 27px; }
.plan-price { margin: 0; color: #07856f; white-space: nowrap; font-size: 11px; }
.plan-price strong { font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; font-size: clamp(30px, 2.5vw, 37px); font-weight: 700; letter-spacing: -.06em; }
.package-plan-detail > p { margin: 4px 4px 0; font-size: clamp(12px, 1vw, 14px); line-height: 1.65; }

.package-cta {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, auto) 46px;
  column-gap: clamp(20px, 3vw, 42px);
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  min-height: 110px;
  margin: 20px auto 0;
  padding: 15px clamp(28px, 5vw, 68px);
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: .09em;
  text-decoration: none;
  background: linear-gradient(100deg, #078b73, #087c6b);
  border: 5px double rgba(255,255,255,.9);
  border-radius: 34px;
  box-shadow: 0 7px 13px rgba(75,50,19,.23);
}
.package-cta-icon { width: 60px; height: 70px; object-fit: contain; }
.package-cta-label { min-width: 0; white-space: nowrap; }
.package-cta-arrow { display: grid; width: 46px; height: 46px; color: #07856f; place-items: center; font-size: 0; background: #fff; border-radius: 50%; }
.package-cta-arrow::before { content: ""; width: 15px; height: 22px; background: currentColor; clip-path: polygon(0 0, 38% 0, 100% 50%, 38% 100%, 0 100%, 62% 50%); transform: translate(-1px, 4px); }

@media (max-width: 1180px) {
  .package-overview { grid-template-columns: minmax(0, 1fr) 260px; gap: 18px; }
  .package-main h2 { margin: 8px 10px 16px; }
  .package-offer-heading { padding-inline: 18px; }
  .package-lead { padding-inline: 18px; }
  .package-compare { margin-inline: 18px; }
}

@media (max-width: 980px) {
  .package-overview { grid-template-columns: 1fr; }
  .package-product { width: min(100%, 480px); margin: 0 auto; }
}

@media (max-width: 860px) {
  .package-shell { padding-inline: 18px; border-width: 8px; border-radius: 26px; }
  .package-ribbon { width: 82%; }
  .package-overview { grid-template-columns: 1fr; }
  .package-product { max-width: 480px; margin: 0 auto; }
  .package-section .package-plan-grid { grid-template-columns: 1fr; }
  .package-plan-card { min-height: 0; }
  .package-plan-body { flex-direction: row; }
  .package-cta { width: 100%; min-height: 90px; }
}

@media (max-width: 560px) {
  .package-section { padding: 18px 10px 34px; }
  .package-shell { padding: 8px 12px 18px; border-width: 5px; border-radius: 20px; }
  .package-ribbon { width: 88%; margin-top: -8px; padding-inline: 8px; font-size: 14px; letter-spacing: .05em; border-radius: 0 0 14px 14px; }
  .package-main h2 { margin: 4px 0 14px; font-size: 27px; text-align: center; }
  .package-offer-heading { display: block; padding: 12px 15px; text-align: center; }
  .package-offer-price { margin-top: 8px !important; }
  .package-lead { padding: 13px 15px 8px; }
  .package-lead br { display: none; }
  .package-compare { margin-inline: 10px; overflow-x: auto; }
  .package-compare-row { min-width: 530px; }
  .package-wired-note { margin-inline: 15px; }
  .package-reader-image { height: 250px; }
  .wireless-badge { top: 185px; width: 92px; height: 92px; }
  .package-plan-card { display: block; padding: 52px 14px 18px; }
  .package-plan-number { position: absolute; top: 49px; left: 17px; font-size: 42px; }
  .package-plan-detail h3 { margin-left: 0; padding-left: 66px; min-height: 66px; }
  .package-plan-body { flex-direction: column; }
  .package-cta { grid-template-columns: minmax(0, 1fr) 38px; column-gap: 12px; min-height: 76px; padding: 10px 14px 10px 24px; font-size: 25px; text-align: center; border-radius: 24px; }
  .package-cta-icon { display: none; }
  .package-cta-label { white-space: normal; }
  .package-cta-arrow { width: 38px; height: 38px; font-size: 0; }
  .package-cta-arrow::before { width: 13px; height: 19px; transform: translate(-1px, 3px); }
}

/* Package plan choices */
.package-plans {
  width: min(100%, 1100px);
  margin: 34px auto 0;
  padding: clamp(28px, 3vw, 44px);
  background: rgba(255, 255, 255, .96);
  border: 1px solid #e5c28f;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(112, 77, 35, .12);
}

.package-plans-heading {
  margin-bottom: 28px;
  text-align: center;
}

.package-plans-heading p {
  margin: 0 0 8px;
  color: #b8863f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2em;
}

.package-plans-heading h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.35;
  font-weight: 900;
}

.package-plans-heading h2 span {
  margin-left: .25em;
  color: #07866f;
  white-space: nowrap;
}

.package-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-plan {
  min-width: 0;
  min-height: 245px;
  padding: 24px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fffaf2;
  border: 1px solid #ead0aa;
  border-radius: 18px;
}

.package-plan.is-current {
  background: #f3fbf8;
  border-color: #62ad9f;
  box-shadow: inset 0 0 0 1px rgba(7, 134, 111, .12);
}

.package-plan-label {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  padding: 5px 15px;
  color: #855d2a;
  background: #f3dfbd;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
}

.package-plan.is-current .package-plan-label {
  color: #fff;
  background: #07866f;
}

.package-plan h3 {
  min-height: 58px;
  margin: 0;
  color: #33231d;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.35;
  font-weight: 900;
}

.package-plan-support {
  margin: 10px 0 0;
  color: #624b3f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.package-plan-price {
  margin: auto 0 0;
  padding-top: 14px;
  color: #07866f;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.package-plan-price strong {
  font-size: clamp(31px, 3vw, 43px);
  letter-spacing: -.03em;
}

.package-plan-note {
  margin: 20px 0 0;
  color: #735f53;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 760px) {
  .package-plans {
    margin-top: 22px;
    padding: 24px 16px;
    border-radius: 20px;
  }

  .package-plans-heading h2 span {
    display: block;
    margin: 2px 0 0;
  }

  .package-plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .package-plan {
    min-height: 0;
    padding: 21px 18px;
  }

  .package-plan h3 {
    min-height: 0;
  }

  .package-plan-price {
    margin-top: 16px;
  }
}

/* LP本体を画面いっぱいにする */
.ab-lp-root {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  overflow-x: hidden !important;
}

:root {
  --green: #228a75;
  --green-dark: #137361;
  --text: #201815;
  --muted: #4d4039;
  --line: #ead8c4;
  --cream: #fff8ef;
  --card-bg: rgba(255, 255, 255, .92);
  --shadow: 0 14px 32px rgba(102, 73, 42, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background: #fff;
  letter-spacing: .04em;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #ead6bf;
}

.header-inner {
  width: min(100% - 96px, 1880px);
  height: 108px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.logo img {
  width: 88px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.global-nav a:not(.nav-cta) {
  transition: color .2s ease;
}

.global-nav a:not(.nav-cta):hover {
  color: var(--green);
}

.nav-cta {
  padding: 18px 34px;
  color: #fff;
  background: linear-gradient(135deg, #28917b, #197965);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(22, 107, 89, .18);
}

.menu-button {
  display: none;
  width: 44px;
  height: 38px;
  padding: 7px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 3px;
  margin: 6px 0;
  border-radius: 99px;
  background: var(--green);
}

.hero {
  position: relative;
  min-height: calc(100svh - 108px);
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 16%, rgba(230, 173, 105, .28), transparent 30%),
    linear-gradient(120deg, #fff 0%, #fff 39%, #fff6ed 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: 112px;
  height: 120px;
  z-index: 1;
  background: rgba(255, 255, 255, .82);
  transform: rotate(5deg);
  transform-origin: right bottom;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.94) 35%, rgba(255,255,255,.2) 62%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.78) 76%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 96px, 1880px);
  margin-inline: auto;
  padding: clamp(48px, 5vw, 84px) 0 215px;
}

.hero-copy {
  width: min(940px, 52vw);
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  color: #1c1513;
  font-size: clamp(36px, 3.55vw, 64px);
  line-height: 1.34;
  font-weight: 900;
  letter-spacing: .04em;
}

.hero h1 span {
  color: var(--green);
}

.lead {
  margin: 28px 0 36px;
  font-size: clamp(17px, 1.2vw, 25px);
  line-height: 1.8;
  font-weight: 600;
  color: #241d1a;
}

.price-box {
  width: min(600px, 100%);
  padding: 20px 24px 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #ead5c0;
  border-radius: 18px;
  text-align: center;
}

.price-box p {
  margin: 0 0 8px;
  color: var(--green);
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 900;
}

.price-box strong {
  display: block;
  color: var(--green);
  font-size: clamp(42px, 3.3vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}

.price-box strong span {
  font-size: clamp(20px, 1.55vw, 30px);
  letter-spacing: .04em;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 600;
}

.check-list li {
  position: relative;
  padding-left: 40px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .08em;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
}

.button-row {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.button {
  min-width: 336px;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 18px 34px;
  border-radius: 14px;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button img {
  width: 38px;
  height: 38px;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #27967f, #147761);
  box-shadow: 0 18px 30px rgba(21, 119, 97, .22);
}

.button.primary img {
  filter: brightness(0) invert(1);
}

.button.secondary {
  color: var(--green);
  background: rgba(255,255,255,.66);
  border: 2px solid var(--green);
}

.hero-visual {
  position: absolute;
  right: -64px;
  top: 24px;
  z-index: 1;
  width: min(1243px, 64vw);
  margin: 0;
  pointer-events: none;
}

.hero-visual img {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 9%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 9%, #000 100%);
}

.feature-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 4;
  width: min(100% - 96px, 1500px);
  margin-inline: auto;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 44px;
}

.feature-cards {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  gap: 28px;
}

.feature-card {
  min-height: 114px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--card-bg);
  border: 1px solid rgba(232, 213, 194, .9);
  border-radius: 13px;
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fbf0e5;
}

.feature-icon img {
  width: 46px;
  height: 46px;
}

.feature-card h2 {
  margin: 0 0 8px;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.25;
  font-weight: 900;
}

.feature-card p {
  margin: 0;
  font-size: clamp(14px, .95vw, 17px);
  line-height: 1.7;
  font-weight: 600;
}

.badge {
  width: 205px;
  flex: 0 0 205px;
  filter: drop-shadow(0 12px 20px rgba(102, 73, 42, .12));
}

.about-foundation {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 7vw, 128px) 0 clamp(70px, 6vw, 112px);
  background: #fff;
}

.about-inner,
.about-points {
  width: min(100% - 96px, 1760px);
  margin-inline: auto;
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(54px, 6vw, 118px);
}

.about-copy {
  padding-left: clamp(0px, 2vw, 54px);
}

.section-kicker {
  position: relative;
  margin: 0 0 34px;
  color: #c95510;
  font-size: clamp(19px, 1.55vw, 29px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
}

.section-kicker::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 18px;
  background: #e7b37f;
  border-radius: 999px;
}

.about-copy h2 {
  margin: 0 0 clamp(34px, 3vw, 52px);
  color: #211510;
  font-size: clamp(44px, 4.25vw, 76px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}

.about-text {
  display: grid;
  gap: clamp(28px, 2.6vw, 44px);
}

.about-text p {
  margin: 0;
  color: #211815;
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 2.05;
  font-weight: 600;
}

.about-diagram {
  margin: 0;
}

.about-diagram img {
  width: min(100%, 780px);
  margin-inline: auto;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 32px);
  margin-top: clamp(48px, 5vw, 78px);
}

.about-point {
  min-height: 168px;
  padding: clamp(22px, 2vw, 30px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
  background: #fff;
  border: 1px solid rgba(232, 196, 158, .78);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(118, 79, 37, .11);
}

.about-point-icon {
  width: clamp(92px, 8vw, 144px);
  height: clamp(92px, 8vw, 144px);
  flex: 0 0 clamp(92px, 8vw, 144px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff3e6;
}

.about-point-icon img {
  width: 58%;
  height: 58%;
}

.about-point h3 {
  margin: 0 0 14px;
  color: #d45a12;
  font-size: clamp(21px, 1.65vw, 32px);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-point p {
  margin: 0;
  color: #241d1a;
  font-size: clamp(15px, 1.05vw, 21px);
  line-height: 1.75;
  font-weight: 600;
}

.setup-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6vw, 112px) 0 clamp(68px, 5.5vw, 104px);
  background:
    radial-gradient(circle at 6% 2%, rgba(238, 197, 139, .36), transparent 21%),
    radial-gradient(circle at 93% 0%, rgba(238, 197, 139, .34), transparent 23%),
    linear-gradient(180deg, #fff 0%, #fffdf9 48%, #fff3df 100%);
}

.setup-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1160px);
  margin-inline: auto;
}

.setup-heading {
  position: relative;
  text-align: center;
}

.setup-label {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: #df6531;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .06em;
  text-shadow: 0 3px 0 rgba(112, 54, 28, .18);
}

.setup-heading h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(42px, 5.1vw, 70px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .08em;
}

.setup-heading p:not(.setup-label) {
  margin: clamp(30px, 3.3vw, 48px) 0 clamp(30px, 3.6vw, 50px);
  color: #3b241d;
  font-size: clamp(22px, 2.45vw, 36px);
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: .08em;
}

.setup-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: setup;
}

.setup-item {
  display: grid;
  grid-template-columns: 128px 68px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 134px;
  padding: 22px 32px 22px 44px;
  background: rgba(255, 255, 255, .93);
  border: 2px solid #f0d1ac;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(112, 76, 40, .12);
}

.setup-item-large {
  min-height: 222px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 28px;
}

.setup-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff2df;
}

.setup-icon img {
  width: 66px;
  height: 66px;
}

.setup-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #f18a4c, #d95d24);
  border: 2px solid #d85b24;
  border-radius: 999px;
  box-shadow: inset 0 3px 4px rgba(255, 255, 255, .35);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(92, 35, 14, .23);
}

.setup-item h3 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .08em;
}

.setup-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.setup-tags span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px 14px;
  color: #3b241d;
  background: rgba(255, 255, 255, .78);
  border: 2px dashed #efbd81;
  border-radius: 15px;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.setup-note {
  width: min(840px, 100%);
  margin: 28px auto 0;
  padding: 20px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: rgba(255, 248, 237, .96);
  border-radius: 18px;
}

.setup-note img {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
}

.setup-note p {
  margin: 0;
  color: #3b241d;
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: .06em;
}

.setup-note span {
  color: #2f855f;
}

.setup-closing {
  position: relative;
  margin-top: clamp(50px, 5vw, 72px);
  text-align: center;
}

.setup-closing::before,
.setup-closing::after {
  content: "";
  display: inline-block;
  width: 132px;
  margin: 0 26px 10px;
  border-top: 8px dotted #df8c4f;
}

.setup-closing p {
  margin: 0 0 12px;
  color: #3b241d;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .08em;
}

.setup-closing strong {
  display: block;
  color: #df6531;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .12em;
}

.setup-closing h3 {
  position: relative;
  display: inline-block;
  margin: 22px 0 0;
  color: #3b241d;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.setup-closing h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 31%;
  bottom: -10px;
  height: 14px;
  z-index: -1;
  background: linear-gradient(90deg, #ffe27f, transparent);
  border-radius: 999px;
}

.setup-closing h3 span {
  color: #df6531;
  text-shadow: 0 3px 0 rgba(112, 54, 28, .18);
}

.company-section {
  position: relative;
  padding: clamp(58px, 4.4vw, 86px) clamp(24px, 2vw, 40px);
  background:
    radial-gradient(circle at 0% 8%, rgba(237, 196, 139, .42), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(237, 196, 139, .36), transparent 24%),
    linear-gradient(180deg, #fff5e7 0%, #fffaf4 52%, #fff 100%);
}

.company-panel {
  width: min(100%, 1960px);
  margin-inline: auto;
  padding: clamp(48px, 5vw, 118px) clamp(34px, 4.5vw, 92px) clamp(26px, 2.4vw, 52px);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(242, 213, 185, .85);
  border-radius: clamp(34px, 5vw, 74px);
  box-shadow: 0 20px 60px rgba(119, 78, 39, .1);
}

.company-title {
  margin: 0;
  color: #201815;
  font-size: clamp(54px, 5.1vw, 98px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .02em;
	text-align: center;
	padding-bottom:30px;
}

.company-title span {
  color: #e87e38;
  text-shadow: 0 3px 0 rgba(126, 70, 33, .16);
}

.company-inner {
  display: grid;
  grid-template-columns: minmax(440px, .84fr) minmax(600px, 1.16fr);
  align-items: center;
  gap: clamp(46px, 5vw, 100px);
}

.company-copy h2 {
  margin: 0;
  color: #201815;
  font-size: clamp(54px, 5.1vw, 98px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
}

.company-copy h2 span {
  color: #e87e38;
  text-shadow: 0 3px 0 rgba(126, 70, 33, .16);
}

.company-rule {
  display: none;
}

.company-text {
  display: grid;
  gap: clamp(30px, 2.8vw, 48px);
}

.company-text p {
  margin: 0;
  color: #15110f;
  font-size: clamp(20px, 1.65vw, 31px);
  line-height: 2.05;
  font-weight: 600;
  letter-spacing: .08em;
}

.company-visual {
  margin: 0;
}

.company-visual img {
  width: min(100%, 930px);
  margin-inline: auto;
}

.company-visual img.reader-photo-company {
  width: min(100%, 620px);
}

.company-visual img.company-product-diagram {
  width: min(100%, 900px);
  border-radius: 24px;
}

.company-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.35vw, 28px);
  margin-top: clamp(34px, 3vw, 60px);
}

.company-feature {
  min-height: 170px;
  padding: clamp(22px, 1.6vw, 28px);
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(237, 207, 177, .86);
  border-radius: 14px;
  box-shadow: 0 13px 28px rgba(119, 78, 39, .11);
}

.company-feature-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff1df;
}

.company-feature-icon img {
  width: 58px;
  height: 58px;
}

.company-feature h3 {
  margin: 0 0 12px;
  color: #201815;
  font-size: clamp(18px, 1.16vw, 23px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .02em;
}

.company-feature p {
  margin: 0;
  color: #201815;
  font-size: clamp(14px, .82vw, 17px);
  line-height: 1.65;
  font-weight: 600;
}

.subsidy-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 5.4vw, 104px) 0 clamp(66px, 5.6vw, 110px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .86) 44%, rgba(255, 241, 221, .76) 100%),
    radial-gradient(circle at 8% 6%, rgba(239, 200, 150, .34), transparent 29%),
    radial-gradient(circle at 98% 96%, rgba(239, 200, 150, .34), transparent 28%);
}

.subsidy-section::before,
.subsidy-section::after {
  content: "";
  position: absolute;
  inset: auto -10vw;
  height: 190px;
  background: rgba(255, 246, 232, .65);
  transform: rotate(-8deg);
  pointer-events: none;
}

.subsidy-section::before {
  top: 16px;
}

.subsidy-section::after {
  bottom: 64px;
  transform: rotate(-14deg);
}

.subsidy-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1820px);
  margin-inline: auto;
}

.subsidy-heading {
  text-align: center;
}

.subsidy-heading p {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 clamp(34px, 3.2vw, 56px);
  color: #c48d52;
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .26em;
}

.subsidy-heading h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(44px, 4.85vw, 78px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .05em;
}

.subsidy-heading h2 span {
  color: #e57c39;
}

.subsidy-lead {
  width: min(100%, 1570px);
  margin: clamp(42px, 4vw, 68px) auto 0;
  display: grid;
  gap: 20px;
}

.subsidy-lead p {
  margin: 0;
  color: #241814;
  font-size: clamp(21px, 1.75vw, 34px);
  line-height: 1.85;
  font-weight: 600;
  letter-spacing: .08em;
}

.subsidy-cards {
  width: min(100%, 1720px);
  margin: clamp(36px, 3.5vw, 58px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 2.3vw, 46px);
}

.subsidy-card {
  min-height: clamp(260px, 20vw, 380px);
  padding: clamp(28px, 2.2vw, 42px);
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 2.5vw, 52px);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(239, 202, 164, .9);
  border-radius: 28px;
  box-shadow: 0 15px 34px rgba(116, 77, 37, .13);
}

.subsidy-card-image {
  margin: 0;
}

.subsidy-card-image img {
  width: min(100%, 230px);
  margin-inline: auto;
}

.subsidy-card h3 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(26px, 2.25vw, 40px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: .02em;
}

.subsidy-card h3 span {
  display: block;
  color: #e57c39;
  white-space: nowrap;
}

.subsidy-card h3::after {
  content: "";
  display: block;
  width: min(100%, 420px);
  margin: clamp(18px, 1.6vw, 28px) 0 clamp(16px, 1.5vw, 24px);
  border-top: 4px dotted #ef8f4d;
}

.subsidy-card p {
  margin: 0;
  color: #261b17;
  font-size: clamp(17px, 1.2vw, 24px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .03em;
}

.subsidy-notes {
  width: min(100%, 1720px);
  margin: clamp(40px, 3.8vw, 66px) auto 0;
  padding: clamp(26px, 2.1vw, 38px) clamp(34px, 3.2vw, 68px);
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(235, 203, 170, .9);
  border-radius: 18px;
}

.subsidy-notes p {
  margin: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  color: #231713;
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: .05em;
}

.subsidy-notes span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e9823b;
  border-radius: 999px;
  font-size: 25px;
  font-weight: 900;
}

.compare-section {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 5.8vw, 112px) 0 clamp(72px, 6vw, 118px);
  background:
    radial-gradient(circle at 0% 0%, rgba(239, 199, 145, .46), transparent 24%),
    radial-gradient(circle at 0% 57%, rgba(239, 199, 145, .42), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(238, 164, 96, .34), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fffaf1 58%, #fff1df 100%);
}

.compare-section::after {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  bottom: -86px;
  height: 182px;
  background: rgba(255, 255, 255, .88);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.compare-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1900px);
  margin-inline: auto;
}

.compare-heading {
  text-align: center;
}

.compare-heading h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(48px, 5.5vw, 92px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .06em;
}

.compare-heading p {
  margin: clamp(24px, 2.2vw, 36px) 0 0;
  color: #3b241d;
  font-size: clamp(21px, 1.9vw, 36px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .05em;
}

.compare-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 4vw, 64px);
  margin-top: clamp(40px, 3.6vw, 62px);
}

.compare-visual {
  display: none;
  margin: 0;
}

.compare-visual img {
  width: min(100%, 520px);
  margin-inline: auto;
}

.reader-photo {
  display: block;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(118, 79, 37, .14);
}

.compare-table-wrap {
  min-width: 0;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .76);
  border: 2px solid #d9bb91;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(115, 80, 45, .09);
}

.compare-table th,
.compare-table td {
  border-right: 2px solid #d9bb91;
  border-bottom: 2px solid #d9bb91;
}

.compare-table tr > :last-child {
  border-right: 0;
}

.compare-table tbody tr:last-child > * {
  border-bottom: 0;
}

.compare-table thead th {
  min-height: 122px;
  padding: 34px 26px;
  color: #3b241d;
  font-size: clamp(27px, 2.3vw, 43px);
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  background: #e5d5b7;
}

.compare-table thead th:first-child {
  width: 34%;
  background: rgba(255, 255, 255, .42);
}

.compare-table thead th:nth-child(2) {
  color: #fff;
  background: linear-gradient(135deg, #e7793c, #f4a16a);
  text-shadow: 0 2px 0 rgba(92, 46, 21, .18);
}

.compare-table tbody th {
  width: 34%;
  padding: 34px 38px;
  color: #2f1f19;
  font-size: clamp(23px, 1.9vw, 36px);
  line-height: 1.38;
  font-weight: 900;
  text-align: left;
  background: rgba(255, 255, 255, .55);
}

.compare-table td {
  width: 33%;
  padding: 28px 22px;
  text-align: center;
  background: rgba(255, 255, 255, .5);
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #df7840;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
}

.mark-circle {
  font-size: 58px;
}

.mark-cross {
  color: #755034;
  font-size: 60px;
}

.mark-triangle {
  color: #755034;
  font-size: 54px;
}

.compare-note {
  margin: clamp(28px, 2.5vw, 46px) 0 0;
  color: #2b1d18;
  font-size: clamp(17px, 1.35vw, 27px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .04em;
}

@media (max-width: 1280px) {
  .header-inner,
  .hero-inner,
  .feature-area,
  .about-inner,
  .about-points,
  .setup-inner {
    width: min(100% - 48px, 1160px);
  }

  .global-nav {
    gap: 22px;
    font-size: 15px;
  }

  .nav-cta {
    padding: 14px 22px;
  }

  .hero-copy {
    width: min(820px, 58vw);
  }

  .hero-visual {
    right: -180px;
    width: 72vw;
  }

  .button {
    min-width: 290px;
  }

  .feature-area {
    gap: 24px;
  }

  .feature-card {
    padding: 20px;
    gap: 16px;
  }

  .badge {
    width: 168px;
    flex-basis: 168px;
  }

  .about-inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    gap: 46px;
  }

  .about-copy {
    padding-left: 0;
  }

  .about-point {
    align-items: flex-start;
    flex-direction: column;
  }

  .setup-item {
    grid-template-columns: 106px 60px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 24px;
  }

  .setup-icon {
    width: 86px;
    height: 86px;
  }

  .setup-icon img {
    width: 58px;
    height: 58px;
  }

  .setup-number {
    width: 58px;
    height: 58px;
    font-size: 36px;
  }

  .setup-tags {
    grid-template-columns: 1fr;
  }

  .company-panel {
    padding-inline: 42px;
  }

  .company-inner {
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1fr);
    gap: 42px;
  }

  .company-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subsidy-inner {
    width: min(100% - 48px, 1160px);
  }

  .subsidy-cards {
    gap: 24px;
  }

  .subsidy-card {
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 28px;
  }

  .compare-inner {
    width: min(100% - 48px, 1160px);
  }

  .compare-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .compare-table tbody th {
    padding: 28px 24px;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
  }

  .header-inner {
    height: auto;
    padding: 16px 0 14px;
    align-items: flex-start;
  }

  .logo img {
    width: 72px;
  }

  .menu-button {
    display: block;
    margin-top: 8px;
  }

  .global-nav {
    position: absolute;
    top: 74px;
    left: 24px;
    right: 24px;
    z-index: 30;
    display: none;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .menu-button:focus + .global-nav,
  .menu-button:hover + .global-nav,
  .global-nav:hover {
    display: flex;
  }

  .global-nav a {
    padding: 12px 14px;
    border-radius: 10px;
    background: #fffaf4;
  }

  .global-nav .nav-cta {
    text-align: center;
    background: linear-gradient(135deg, #28917b, #197965);
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    bottom: 330px;
    height: 80px;
  }

  .hero-inner {
    padding: 36px 0 28px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(31px, 6.2vw, 48px);
    line-height: 1.34;
  }

  .lead {
    margin: 22px 0 24px;
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: min(760px, 100%);
    margin: 16px auto 0;
  }

  .hero-visual img {
    border-radius: 22px;
    box-shadow: 0 20px 42px rgba(102, 73, 42, .12);
  }

  .button-row {
    gap: 14px;
  }

  .button {
    flex: 1 1 260px;
    min-width: auto;
  }

  .feature-area {
    position: relative;
    bottom: auto;
    padding: 26px 0 36px;
    align-items: center;
    flex-direction: column;
  }

  .feature-cards {
    width: 100%;
    grid-template-columns: 1fr;
  }

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

  .badge {
    width: 180px;
    flex-basis: auto;
  }

  .about-foundation {
    padding: 66px 0 76px;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-copy h2 {
    font-size: clamp(39px, 8vw, 58px);
    white-space: normal;
  }

  .about-text p {
    font-size: 17px;
    line-height: 1.95;
  }

  .about-diagram img {
    width: min(620px, 100%);
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-point {
    min-height: auto;
    align-items: center;
    flex-direction: row;
  }

  .setup-section {
    padding: 64px 0 76px;
  }

  .setup-heading p:not(.setup-label) {
    margin: 26px 0 34px;
  }

  .setup-item,
  .setup-item-large {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: auto;
    gap: 14px 18px;
    padding: 20px;
  }

  .setup-icon {
    grid-row: span 2;
    width: 72px;
    height: 72px;
  }

  .setup-icon img {
    width: 48px;
    height: 48px;
  }

  .setup-number {
    width: 52px;
    height: 52px;
    font-size: 31px;
  }

  .setup-item-body {
    grid-column: 2;
  }

  .setup-item h3 {
    font-size: clamp(22px, 5.3vw, 34px);
  }

  .setup-tags span {
    min-height: 48px;
    font-size: 18px;
  }

  .setup-note {
    padding: 18px 20px;
    gap: 18px;
  }

  .setup-note img {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .setup-closing::before,
  .setup-closing::after {
    display: none;
  }

  .company-section {
    padding: 42px 24px 58px;
  }

  .company-panel {
    padding: 46px 28px 34px;
    border-radius: 34px;
  }

  .company-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .company-title {
    font-size: clamp(42px, 8vw, 70px);
  }

  .company-rule {
    display: none;
  }

  .company-text {
    gap: 24px;
  }

  .company-text p {
    font-size: 17px;
    line-height: 1.95;
  }

  .company-visual img {
    width: min(720px, 100%);
  }

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

  .subsidy-section {
    padding: 58px 0 72px;
  }

  .subsidy-inner {
    width: min(100% - 48px, 900px);
  }

  .subsidy-heading h2 {
    font-size: clamp(38px, 7.8vw, 62px);
  }

  .subsidy-lead p {
    font-size: 17px;
    line-height: 1.9;
  }

  .subsidy-cards {
    grid-template-columns: 1fr;
  }

  .subsidy-card {
    min-height: auto;
  }

  .subsidy-notes {
    padding: 24px;
  }

  .subsidy-notes p {
    font-size: 16px;
  }

  .compare-section {
    padding: 62px 0 74px;
  }

  .compare-inner {
    width: min(100% - 48px, 900px);
  }

  .compare-heading h2 {
    font-size: clamp(40px, 8.2vw, 64px);
  }

  .compare-heading p {
    font-size: 18px;
  }

  .compare-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .compare-visual img {
    width: min(420px, 75%);
  }

  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td {
    display: block;
  }

  .compare-table {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table tbody {
    display: grid;
    gap: 16px;
  }

  .compare-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: rgba(255, 255, 255, .82);
    border: 1px solid #d9bb91;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(115, 80, 45, .09);
  }

  .compare-table tbody th {
    grid-column: 1 / -1;
    width: auto;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid #d9bb91;
    font-size: 22px;
    text-align: center;
    background: rgba(255, 248, 239, .94);
  }

  .compare-table td {
    position: relative;
    width: auto;
    min-height: 116px;
    padding: 46px 14px 18px;
    border-right: 1px solid #d9bb91;
    border-bottom: 0;
  }

  .compare-table td:last-child {
    border-right: 0;
  }

  .compare-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 16px;
    left: 10px;
    right: 10px;
    color: #3b241d;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
  }

  .compare-table td:first-of-type::before {
    color: #e57c39;
  }

  .compare-note {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  body {
    letter-spacing: .02em;
  }

  .header-inner,
  .hero-inner,
  .feature-area,
  .about-inner,
  .about-points,
  .setup-inner {
    width: min(100% - 32px, 520px);
  }

  .hero {
    background:
      radial-gradient(circle at 90% 14%, rgba(230, 173, 105, .2), transparent 40%),
      linear-gradient(180deg, #fff 0%, #fff8ef 100%);
  }

  .hero h1 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.36;
  }

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

  .price-box {
    padding: 17px 14px;
    border-radius: 14px;
  }

  .price-box strong {
    font-size: 40px;
  }

  .price-box strong span {
    display: block;
    margin-top: 7px;
    font-size: 20px;
  }

  .check-list {
    font-size: 15px;
    line-height: 1.65;
  }

  .button {
    width: 100%;
    min-height: 64px;
    padding: 14px 20px;
    font-size: 18px;
  }

  .button img {
    width: 30px;
    height: 30px;
  }

  .feature-card {
    padding: 18px;
    border-radius: 14px;
  }

  .feature-icon {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .feature-card h2 {
    font-size: 20px;
  }

  .about-foundation {
    padding: 54px 0 64px;
  }

  .section-kicker {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .section-kicker::after {
    width: 44px;
    height: 3px;
    margin-top: 14px;
  }

  .about-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(34px, 10.4vw, 47px);
    letter-spacing: .04em;
  }

  .about-text {
    gap: 22px;
  }

  .about-text p {
    font-size: 15px;
    line-height: 1.9;
  }

  .about-diagram {
    margin-top: 6px;
  }

  .about-diagram img {
    width: 100%;
  }

  .about-points {
    margin-top: 34px;
    gap: 16px;
  }

  .about-point {
    padding: 18px;
    gap: 16px;
    border-radius: 14px;
  }

  .about-point-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .about-point h3 {
    margin-bottom: 8px;
    font-size: 19px;
    letter-spacing: .04em;
  }

  .about-point p {
    font-size: 13px;
  }

  .setup-section {
    padding: 52px 0 66px;
  }

  .setup-label {
    margin-bottom: 10px;
    font-size: clamp(18px, 5.4vw, 26px);
    text-shadow: 0 2px 0 rgba(112, 54, 28, .14);
  }

  .setup-heading h2 {
    font-size: clamp(25px, 7.2vw, 34px);
    letter-spacing: .03em;
  }

  .setup-heading p:not(.setup-label) {
    margin: 22px 0 28px;
    font-size: 15px;
    line-height: 1.7;
  }

  .setup-list {
    gap: 14px;
  }

  .setup-item,
  .setup-item-large {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 16px;
    border-radius: 14px;
  }

  .setup-icon {
    width: 56px;
    height: 56px;
  }

  .setup-icon img {
    width: 38px;
    height: 38px;
  }

  .setup-number {
    width: 43px;
    height: 43px;
    font-size: 25px;
  }

  .setup-item h3 {
    font-size: clamp(15px, 4.3vw, 20px);
    line-height: 1.55;
    letter-spacing: .03em;
  }

  .setup-tags {
    gap: 8px;
    margin-top: 12px;
  }

  .setup-tags span {
    min-height: 42px;
    padding: 7px 10px;
    border-radius: 11px;
    font-size: 13px;
  }

  .setup-note {
    margin-top: 18px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
  }

  .setup-note img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .setup-note p {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .02em;
  }

  .setup-closing {
    margin-top: 42px;
  }

  .setup-closing p,
  .setup-closing strong {
    font-size: 16px;
  }

  .setup-closing h3 {
    margin-top: 16px;
    font-size: clamp(15px, 4.6vw, 24px);
    line-height: 1.25;
    letter-spacing: .01em;
    white-space: nowrap;
  }

  .company-section {
    padding: 28px 16px 44px;
  }

  .company-panel {
    padding: 34px 18px 24px;
    border-radius: 24px;
  }

  .company-title {
    font-size: clamp(33px, 10vw, 46px);
    line-height: 1.25;
  }

  .company-title span {
    display: block;
  }

  .company-rule {
    display: none;
  }

  .company-text {
    gap: 20px;
  }

  .company-text p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: .03em;
  }

  .company-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .company-feature {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 13px;
  }

  .company-feature-icon {
    width: 46px;
    height: 46px;
  }

  .company-feature-icon img {
    width: 28px;
    height: 28px;
  }

  .company-feature h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .company-feature p {
    font-size: 10px;
    line-height: 1.65;
  }

  .subsidy-section {
    padding: 48px 0 58px;
  }

  .subsidy-inner {
    width: min(100% - 32px, 520px);
  }

  .subsidy-heading p {
    margin-bottom: 24px;
    font-size: 17px;
    letter-spacing: .18em;
  }

  .subsidy-heading h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.35;
    letter-spacing: .03em;
  }

  .subsidy-heading h2 span {
    display: inline;
  }

  .subsidy-lead {
    margin-top: 28px;
    gap: 16px;
  }

  .subsidy-lead p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: .03em;
  }

  .subsidy-cards {
    margin-top: 28px;
    gap: 16px;
  }

  .subsidy-card {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .subsidy-card-image img {
    width: 72px;
  }

  .subsidy-card h3 {
    font-size: clamp(19px, 5.3vw, 24px);
    line-height: 1.28;
    letter-spacing: .02em;
  }

  .subsidy-card h3::after {
    margin: 12px 0 10px;
    border-top-width: 3px;
  }

  .subsidy-card p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .02em;
  }

  .subsidy-notes {
    margin-top: 24px;
    padding: 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .subsidy-notes p {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: .02em;
  }

  .subsidy-notes span {
    width: 28px;
    height: 28px;
    font-size: 18px;
    margin-top: 1px;
  }

  .compare-section {
    padding: 50px 0 58px;
  }

  .compare-inner {
    width: min(100% - 32px, 520px);
  }

  .compare-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
    line-height: 1.35;
    letter-spacing: .03em;
  }

  .compare-heading p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .compare-content {
    margin-top: 26px;
    gap: 22px;
  }

  .compare-visual img {
    width: min(300px, 82%);
  }

  .compare-table tbody {
    gap: 12px;
  }

  .compare-table tbody tr {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .compare-table tbody th {
    padding: 16px;
    font-size: 18px;
    line-height: 1.45;
  }

  .compare-table td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 62px;
    align-items: center;
    min-height: 72px;
    padding: 10px 14px;
    border-right: 0;
    border-bottom: 1px solid #d9bb91;
  }

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

  .compare-table td::before {
    position: static;
    font-size: 14px;
    text-align: left;
  }

  .mark {
    width: 54px;
    height: 54px;
    justify-self: end;
  }

  .mark-circle {
    font-size: 54px;
  }

  .mark-cross {
    font-size: 56px;
  }

  .mark-triangle {
    font-size: 50px;
  }

  .compare-note {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.bluetooth-section,
.product-section,
.support-section,
.contact-section,
.site-footer {
  position: relative;
  overflow: hidden;
}

.bluetooth-section {
  padding: clamp(44px, 4vw, 68px);
  background: linear-gradient(180deg, #fff3e5 0%, #fffaf3 100%);
}

.bluetooth-panel {
  width: min(100%, 1900px);
  margin-inline: auto;
  padding: clamp(56px, 5vw, 86px);
  background: rgba(255, 255, 255, .92);
  border: 1px solid #eed4b8;
  border-radius: 32px;
  box-shadow: 0 22px 50px rgba(118, 79, 37, .1);
}

.bluetooth-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
}

.bluetooth-visual {
  display: none;
}

.merit-label {
  width: fit-content;
  margin: 0 0 44px;
  padding: 15px 52px;
  color: #c48d52;
  border: 2px solid #d6a16e;
  border-radius: 999px;
  font-size: clamp(19px, 1.3vw, 28px);
  font-weight: 800;
  letter-spacing: .24em;
}

.bluetooth-copy h2 {
  margin: 0 0 34px;
  color: #3b241d;
  font-size: clamp(34px, 3.25vw, 56px);
  line-height: 1.22;
  font-weight: 900;
}

.bluetooth-copy p:not(.merit-label) {
  margin: 0;
  color: #3b241d;
  font-size: clamp(20px, 1.55vw, 29px);
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: .03em;
}

.bluetooth-copy span,
.bluetooth-card span {
  color: #e07b3c;
  font-weight: 900;
}

.bluetooth-pills {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bluetooth-pills li {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
  background: #f8efe7;
  border-radius: 999px;
  color: #3b241d;
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 700;
}

.bluetooth-pills img {
  width: 48px;
  height: 48px;
  padding: 9px;
  background: #fff;
  border-radius: 999px;
}

.bluetooth-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(46px, 4vw, 74px);
}

.bluetooth-card {
  display: grid;
  grid-template-columns: 130px minmax(0, .6fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  padding: clamp(18px, 2vw, 28px) clamp(22px, 2.8vw, 44px);
  text-align: left;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(118, 79, 37, .1);
}

.bluetooth-card-icon {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin: 0;
  background: #fff0df;
  border-radius: 999px;
}

.bluetooth-card-icon img {
  width: 70px;
  height: 70px;
}

.bluetooth-card h3 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(23px, 2.15vw, 36px);
  line-height: 1.35;
  font-weight: 900;
}

.bluetooth-card h3::after {
  content: none;
}

.bluetooth-card p {
  margin: 0;
  color: #3b241d;
  font-size: clamp(17px, 1.35vw, 25px);
  line-height: 1.75;
  font-weight: 600;
}

.section-note {
  margin: 34px 0 0;
  text-align: center;
  color: #3b241d;
  font-size: clamp(15px, 1.2vw, 24px);
  line-height: 1.6;
}

.image-insert-section {
  padding: clamp(38px, 4vw, 70px) 0;
  background: #fff8ef;
}

.image-insert-section-subsidy {
  padding-top: clamp(24px, 3vw, 48px);
}

.image-insert-section-package {
  padding-top: clamp(24px, 3vw, 48px);
  background: #fffaf3;
}

.image-insert-inner {
  width: min(100% - 80px, 1760px);
  margin-inline: auto;
}

.image-insert-inner img {
  width: 100%;
  margin-inline: auto;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(118, 79, 37, .12);
}

.product-section,
.support-section,
.contact-section {
  padding: clamp(54px, 5vw, 86px) 0;
  background: linear-gradient(180deg, #fffaf3 0%, #fff5e8 100%);
}

.product-panel,
.contact-panel {
  width: min(100% - 96px, 1680px);
  margin-inline: auto;
  padding: clamp(42px, 4.2vw, 72px);
  background: rgba(255, 255, 255, .9);
  border: 1px solid #ecd3b5;
  border-radius: 34px;
  box-shadow: 0 20px 45px rgba(118, 79, 37, .1);
}

.product-title {
  width: min(100%, 1100px);
  margin: 0 auto clamp(46px, 4vw, 72px);
  padding: 24px 48px;
  text-align: center;
  color: #3b241d;
  background: linear-gradient(90deg, #efcaa9, #f5d8be);
  border: 4px double rgba(255,255,255,.8);
  border-radius: 999px;
  font-size: clamp(35px, 3.6vw, 58px);
  line-height: 1.2;
  font-weight: 500;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(42px, 5vw, 92px);
  align-items: center;
}

.product-copy {
  text-align: center;
}

.product-copy p {
  margin: 0;
  color: #3b241d;
  font-size: clamp(28px, 2.7vw, 48px);
  line-height: 1.4;
}

.product-copy h3 {
  margin: 14px 0 24px;
  color: #3b241d;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.2;
  font-weight: 500;
}

.product-copy h3 span,
.product-info span,
.product-demo h3 span {
  color: #d98a60;
}

.product-name {
  padding-top: 22px;
  border-top: 2px solid #edd2b6;
  font-size: clamp(26px, 2.5vw, 42px) !important;
}

.usb-reader-visual img {
  width: min(100%, 430px);
  margin: 30px auto 0;
}

.usb-reader-visual img.reader-photo-usb {
  width: min(100%, 500px);
}

.product-demo {
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 5px solid #f0d6bd;
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(118, 79, 37, .12);
}

.product-demo figure {
  margin: 0;
}

.product-demo figure img {
  display: block;
  width: 100%;
}

.product-demo-photo {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-demo-photo img {
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(118, 79, 37, .12);
}

.product-demo-text {
  padding: 24px 34px 30px;
  color: #3b241d;
}

.demo-badge {
  width: fit-content;
  margin: -8px auto 16px;
  padding: 12px 34px;
  color: #fff;
  background: #e5956f;
  border-radius: 999px;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 800;
}

.product-demo h3 {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(35px, 3.2vw, 56px);
  line-height: 1.25;
  font-weight: 500;
}

.product-demo-text p:last-child {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.7;
}

.product-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: clamp(44px, 4vw, 72px);
  padding: clamp(28px, 2.8vw, 48px);
  border: 2px solid #f0d6bd;
  border-radius: 20px;
  background: rgba(255,255,255,.75);
}

.product-info p {
  margin: 0;
  color: #3b241d;
  font-size: clamp(16px, 1.16vw, 22px);
  line-height: 1.9;
  text-align: center;
}

.product-info-nowrap {
  white-space: normal;
}

.product-info p + p {
  padding: 30px;
  background: #fff2e8;
  border-radius: 14px;
  text-align: left;
}

.support-inner {
  width: min(100% - 96px, 1600px);
  margin-inline: auto;
}

.support-message {
  padding: 32px 46px;
  text-align: center;
  background: linear-gradient(90deg, #fff2e3, #fff);
  border: 2px solid #e58c43;
  border-radius: 34px;
  box-shadow: 0 8px 18px rgba(118, 79, 37, .12);
}

.support-message h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.45;
  font-weight: 900;
}

.support-message span,
.support-heading span,
.careplan-box h3 {
  color: #e26f35;
}

.support-heading {
  margin: clamp(34px, 3.2vw, 54px) 0 28px;
  text-align: center;
}

.support-heading p {
  margin: 0;
  color: #3b241d;
  font-size: clamp(27px, 2.5vw, 42px);
  line-height: 1.55;
  font-weight: 900;
}

.support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.support-list article {
  min-height: 98px;
  display: grid;
  grid-template-columns: 90px 86px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #efd5ba;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(118, 79, 37, .08);
}

.support-list span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: #e57a3c;
  background: #fff0df;
  border-radius: 999px;
  font-size: 31px;
  font-weight: 500;
}

.support-list img {
  width: 58px;
  height: 58px;
}

.support-list p {
  margin: 0;
  color: #251713;
  font-size: clamp(18px, 1.45vw, 26px);
  line-height: 1.55;
  font-weight: 800;
}

.careplan-box {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 46px;
  background: rgba(255,255,255,.78);
  border: 2px solid #efbd81;
  border-radius: 18px;
}

.careplan-icon {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  background: #fff0df;
  border-radius: 999px;
}

.careplan-icon img {
  width: 110px;
  height: 110px;
}

.careplan-box h3 {
  margin: 0 0 16px;
  font-size: clamp(23px, 2.2vw, 36px);
  letter-spacing: .08em;
}

.careplan-box p,
.support-notes p {
  margin: 0;
  color: #221713;
  font-size: clamp(16px, 1.22vw, 24px);
  line-height: 1.8;
  font-weight: 600;
}

.support-notes {
  display: block;
  margin-top: 24px;
  padding: 24px 42px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(118,79,37,.08);
}

.support-notes p {
  display: flex;
  align-items: center;
  gap: 22px;
}

.support-notes span {
  display: block;
}

.support-notes img {
  width: 62px;
  height: 62px;
}

.support-cta {
  width: min(100%, 760px);
  min-height: 76px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #f28d63, #e46743);
  border: 2px solid #d9552e;
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(204, 84, 42, .18);
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 800;
}

.contact-section {
  padding-top: clamp(62px, 5vw, 94px);
}

.contact-heading {
  text-align: center;
}

.contact-heading h2 {
  margin: 0;
  color: #3b241d;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.2;
  font-weight: 500;
}

.contact-heading h2::after {
  content: "";
  display: block;
  width: 260px;
  margin: 24px auto 18px;
  border-top: 2px solid #e58c43;
}

.contact-heading p {
  margin: 0 0 42px;
  color: #6c5142;
  font-size: clamp(17px, 1.35vw, 24px);
}

.contact-form {
  width: min(100%, 1220px);
  margin-inline: auto;
  display: grid;
  gap: 28px;
}

.contact-form label {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.contact-form label > span {
  color: #3b241d;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
}

.contact-form em {
  display: inline-block;
  margin-left: 12px;
  padding: 6px 12px;
  color: #3b241d;
  background: #ffd9b8;
  border-radius: 9px;
  font-style: normal;
  font-size: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 72px;
  padding: 18px 28px;
  color: #3b241d;
  background: rgba(255,255,255,.72);
  border: 1px solid #d8bfa6;
  border-radius: 8px;
  font: inherit;
  font-size: clamp(17px, 1.25vw, 23px);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.recaptcha-box {
  width: min(100%, 460px);
  min-height: 104px;
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 94px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.recaptcha-check {
  width: 48px;
  height: 48px;
  border: 4px solid #777;
  border-radius: 3px;
}

.recaptcha-box p {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.35;
}

.recaptcha-box strong {
  color: #777;
  font-size: 14px;
  text-align: center;
}

.contact-form button {
  width: min(100%, 560px);
  min-height: 88px;
  margin: 6px auto 0;
  color: #fff;
  background: linear-gradient(180deg, #efa074, #dd7144);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 22px rgba(160, 80, 40, .18);
  font-size: clamp(27px, 2.5vw, 42px);
  cursor: pointer;
}

.privacy-note {
  margin: 0;
  text-align: center;
  color: #6c5142;
  font-size: 17px;
}

.site-footer {
  padding: clamp(48px, 4vw, 78px) clamp(28px, 3vw, 52px);
  background: linear-gradient(180deg, #fffdf8 0%, #f8efe6 100%);
}

.footer-cta {
  width: min(100%, 1900px);
  margin-inline: auto;
  padding: clamp(54px, 5vw, 90px);
  text-align: center;
  background: #f3e4d1;
  border: 1px solid #d0ad83;
  border-radius: 38px;
}

.footer-cta h2 {
  margin: 0;
  color: #4b3a31;
  font-size: clamp(44px, 4.9vw, 86px);
  line-height: 1.35;
  font-weight: 900;
}

.footer-cta h2 span {
  color: #d76435;
}

.phone-box {
  width: min(100%, 1760px);
  margin: 58px auto 0;
  padding: 34px 70px 30px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 18px;
  text-align: center;
  background: rgba(255,255,255,.86);
  border-radius: 22px;
}

.phone-box img {
  width: 104px;
  height: 104px;
  padding: 24px;
  background: #efe4d7;
  border-radius: 999px;
}

.phone-box p {
  margin: 0 0 8px;
  color: #4b3a31;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 700;
}

.phone-box a {
  color: #d76435;
  font-size: clamp(48px, 4.5vw, 82px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.phone-box > span {
  padding: 16px 0 0;
  color: #3b241d;
  border-left: 0;
  border-top: 3px dotted #d9b88e;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.footer-info {
  width: min(100%, 1900px);
  margin: 44px auto 0;
  padding: 48px 120px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 500px;
  align-items: center;
  gap: 70px;
  background: rgba(255,255,255,.58);
  border-top: 1px solid #ead8c4;
  border-radius: 32px 32px 0 0;
}

.footer-logo {
  padding-right: 54px;
  border-right: 3px dotted #d8b88d;
}

.footer-logo img {
  width: 180px;
  margin-inline: auto;
}

.footer-info address {
  color: #4b3a31;
  font-style: normal;
  font-size: clamp(19px, 1.6vw, 32px);
  line-height: 1.75;
  font-weight: 600;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 58px;
  padding-left: 64px;
  border-left: 1px solid #cfb18b;
}

.footer-social img {
  width: 88px;
  height: 88px;
}

@media (max-width: 1280px) {
  .bluetooth-head,
  .product-grid,
  .phone-box,
  .footer-info {
    grid-template-columns: 1fr;
  }

  .bluetooth-visual img {
    width: min(420px, 70%);
    margin-inline: auto;
  }

  .bluetooth-pills {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-info,
  .support-notes {
    grid-template-columns: 1fr;
  }

  .footer-info {
    text-align: center;
    padding: 42px;
  }

  .footer-logo,
  .footer-social {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 980px) {
  .bluetooth-section {
    padding: 28px 24px;
  }

  .bluetooth-panel,
  .product-panel,
  .contact-panel {
    width: min(100% - 48px, 900px);
    padding: 38px 28px;
  }

  .bluetooth-pills,
  .bluetooth-cards,
  .support-list {
    grid-template-columns: 1fr;
  }

  .support-inner {
    width: min(100% - 48px, 900px);
  }

  .careplan-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .careplan-icon {
    margin-inline: auto;
  }

  .contact-form label {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .phone-box {
    padding: 28px;
  }

  .phone-box > span {
    padding-top: 16px;
  }
}

@media (max-width: 560px) {
  .bluetooth-section,
  .image-insert-section,
  .product-section,
  .support-section,
  .contact-section,
  .site-footer {
    padding: 22px 16px 42px;
  }

  .image-insert-inner {
    width: 100%;
  }

  .image-insert-inner img {
    border-radius: 18px;
  }

  .bluetooth-panel,
  .product-panel,
  .contact-panel {
    width: 100%;
    padding: 28px 16px;
    border-radius: 20px;
  }

  .merit-label {
    margin-bottom: 24px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .bluetooth-copy h2,
  .product-title,
  .support-message h2,
  .contact-heading h2 {
    font-size: clamp(25px, 7.4vw, 34px);
  }

  .bluetooth-copy p:not(.merit-label),
  .support-heading p {
    font-size: 15px;
    line-height: 1.7;
  }

  .bluetooth-pills li {
    min-height: 58px;
    font-size: 15px;
  }

  .bluetooth-card-icon {
    width: 104px;
    height: 104px;
    margin: 0 auto 18px;
  }

  .bluetooth-card-icon img {
    width: 64px;
    height: 64px;
  }

  .bluetooth-card h3,
  .product-copy h3,
  .product-demo h3 {
    font-size: clamp(24px, 7.4vw, 33px);
  }

  .bluetooth-card {
    display: block;
    text-align: center;
  }

  .product-copy p,
  .product-name {
    font-size: 18px !important;
  }

  .product-info {
    padding: 18px;
    gap: 18px;
  }

  .product-info p,
  .product-demo-text p:last-child,
  .careplan-box p,
  .support-notes p {
    font-size: 14px;
  }

  .support-list article {
    grid-template-columns: 58px 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .support-list span {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .support-list img {
    width: 38px;
    height: 38px;
  }

  .support-list p {
    font-size: 14px;
  }

  .careplan-box {
    padding: 20px;
  }

  .careplan-icon {
    width: 104px;
    height: 104px;
  }

  .careplan-icon img {
    width: 72px;
    height: 72px;
  }

  .recaptcha-box {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .recaptcha-box strong {
    grid-column: 1 / -1;
  }

  .footer-cta {
    padding: 34px 18px;
    border-radius: 24px;
  }

  .footer-cta h2 {
    font-size: clamp(30px, 9vw, 43px);
  }

  .phone-box a {
    font-size: clamp(24px, 7.4vw, 32px);
  }

  .footer-info {
    padding: 28px 18px;
    gap: 28px;
  }

  .footer-social {
    gap: 24px;
  }

  .footer-social img {
    width: 58px;
    height: 58px;
  }
}

/* Balanced desktop sizing */
@media (min-width: 981px) {
  body {
    overflow-x: hidden;
  }

  .header-inner,
  .hero-inner,
  .about-inner,
  .about-points,
  .subsidy-inner,
  .compare-inner,
  .support-inner {
    width: min(100% - 72px, 1480px);
  }

  .global-nav {
    gap: clamp(14px, 1.7vw, 32px);
    font-size: clamp(13px, .9vw, 16px);
  }

  .hero-inner {
    padding: clamp(42px, 4vw, 64px) 0 180px;
  }

  .hero-copy {
    width: min(720px, 48vw);
  }

  .hero h1 {
    font-size: clamp(34px, 3.1vw, 52px);
    line-height: 1.32;
  }

  .lead {
    margin: 22px 0 28px;
    font-size: clamp(15px, 1.08vw, 20px);
    line-height: 1.75;
  }

  .price-box {
    width: min(520px, 100%);
    padding: 16px 22px;
  }

  .price-box p {
    font-size: clamp(13px, .95vw, 17px);
  }

  .price-box strong {
    font-size: clamp(36px, 3vw, 50px);
  }

  .price-box strong span {
    font-size: clamp(16px, 1.25vw, 22px);
  }

  .check-list {
    margin: 20px 0 26px;
    gap: 10px;
    font-size: clamp(14px, .95vw, 17px);
  }

  .button {
    min-width: 250px;
    min-height: 62px;
    padding: 14px 24px;
    gap: 14px;
    font-size: clamp(15px, 1.08vw, 18px);
  }

  .button img {
    width: 30px;
    height: 30px;
  }

  .hero-visual {
    right: -20px;
    top: 40px;
    width: min(780px, 52vw);
  }

  .feature-area {
    width: min(100% - 72px, 1220px);
    gap: 26px;
  }

  .feature-cards {
    gap: 18px;
  }

  .feature-card {
    min-height: 104px;
    padding: 18px 22px;
    gap: 16px;
  }

  .feature-icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .feature-icon img {
    width: 36px;
    height: 36px;
  }

  .feature-card h2 {
    font-size: clamp(16px, 1.12vw, 20px);
  }

  .feature-card p {
    font-size: clamp(12px, .85vw, 14px);
  }

  .badge {
    width: 160px;
    flex-basis: 160px;
  }

  .section-kicker,
  .subsidy-heading p,
  .merit-label {
    font-size: clamp(16px, 1.2vw, 22px);
  }

  .setup-label {
    font-size: clamp(26px, 2.4vw, 34px);
  }

  .about-copy h2,
  .setup-heading h2,
  .company-title,
  .subsidy-heading h2,
  .compare-heading h2,
  .support-message h2,
  .contact-heading h2,
  .footer-cta h2 {
    font-size: clamp(36px, 3.5vw, 60px);
  }

  .about-text p,
  .company-text p,
  .subsidy-lead p,
  .compare-heading p,
  .bluetooth-copy p:not(.merit-label),
  .careplan-box p,
  .support-notes p {
    font-size: clamp(15px, 1.18vw, 21px);
  }

  .about-point h3,
  .subsidy-card h3,
  .bluetooth-card h3,
  .careplan-box h3 {
    font-size: clamp(20px, 1.65vw, 28px);
  }

  .setup-heading p:not(.setup-label),
  .setup-closing p,
  .setup-closing strong,
  .support-heading p {
    font-size: clamp(20px, 1.9vw, 30px);
  }

  .setup-item h3 {
    font-size: clamp(22px, 2.1vw, 32px);
  }

  .company-section,
  .bluetooth-section,
  .product-section,
  .support-section,
  .contact-section,
  .site-footer {
    padding-top: clamp(48px, 4.2vw, 74px);
    padding-bottom: clamp(50px, 4.5vw, 78px);
  }

  .company-panel,
  .bluetooth-panel,
  .product-panel,
  .contact-panel,
  .footer-cta {
    width: min(100% - 72px, 1480px);
    padding: clamp(38px, 4vw, 70px);
  }

  .company-inner {
    grid-template-columns: minmax(340px, .86fr) minmax(480px, 1.14fr);
    gap: clamp(34px, 4vw, 64px);
  }

  .company-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .company-feature {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 132px;
    padding: 18px;
  }

  .company-feature-icon {
    width: 72px;
    height: 72px;
  }

  .company-feature-icon img {
    width: 42px;
    height: 42px;
  }

  .company-feature h3 {
    font-size: clamp(15px, 1vw, 18px);
  }

  .company-feature p {
    font-size: clamp(12px, .78vw, 14px);
  }

  .subsidy-card {
    min-height: 250px;
    grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  }

  .compare-content {
    grid-template-columns: 1fr;
  }

  .compare-table thead th {
    font-size: clamp(22px, 1.8vw, 32px);
  }

  .compare-table tbody th {
    font-size: clamp(18px, 1.5vw, 26px);
  }

  .bluetooth-head {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: clamp(24px, 3vw, 46px);
  }

  .bluetooth-card h3::after {
    margin: 20px 0;
  }

  .product-grid {
    grid-template-columns: minmax(340px, .92fr) minmax(460px, 1.08fr);
    gap: clamp(34px, 4vw, 64px);
  }

  .product-title {
    width: min(100%, 860px);
    margin-bottom: clamp(34px, 3.2vw, 52px);
    font-size: clamp(30px, 2.8vw, 46px);
  }

  .product-copy p,
  .product-name {
    font-size: clamp(20px, 2vw, 32px) !important;
  }

  .product-copy h3,
  .product-demo h3 {
    font-size: clamp(30px, 3.1vw, 48px);
  }

  .product-info {
    grid-template-columns: 1fr;
  }

  .support-list p {
    font-size: clamp(15px, 1.15vw, 20px);
  }

  .phone-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 16px;
    padding: 28px 46px 26px;
  }

  .phone-box img {
    width: 82px;
    height: 82px;
    padding: 20px;
  }

  .phone-box a {
    font-size: clamp(36px, 3.4vw, 58px);
  }

  .phone-box > span {
    font-size: clamp(14px, 1vw, 18px);
    padding: 14px 0 0;
    border-left: 0;
    border-top: 3px dotted #d9b88e;
  }

  .footer-info {
    grid-template-columns: 190px minmax(0, 1fr) 320px;
    gap: 42px;
    padding: 36px 70px;
  }

  .footer-logo img {
    width: 135px;
  }

  .footer-info address {
    font-size: clamp(15px, 1.2vw, 22px);
  }

  .footer-social {
    gap: 34px;
  }

  .footer-social img {
    width: 62px;
    height: 62px;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .company-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subsidy-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subsidy-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .subsidy-card h3 {
    font-size: 17px;
  }

  .subsidy-card p {
    font-size: 13px;
  }

  .compare-table {
    display: table;
    border: 1px solid #d9bb91;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 34px rgba(115, 80, 45, .09);
  }

  .compare-table thead {
    display: table-header-group;
  }

  .compare-table tbody {
    display: table-row-group;
  }

  .compare-table tr {
    display: table-row;
  }

  .compare-table th,
  .compare-table td {
    display: table-cell;
    border-right: 1px solid #d9bb91;
    border-bottom: 1px solid #d9bb91;
  }

  .compare-table thead th {
    min-height: 0;
    padding: 16px 12px;
    font-size: 16px;
  }

  .compare-table tbody th {
    width: 34%;
    padding: 16px 14px;
    font-size: 14px;
    text-align: left;
  }

  .compare-table td {
    position: static;
    width: 33%;
    min-height: 0;
    padding: 14px 10px;
    text-align: center;
  }

  .compare-table td::before {
    content: none;
  }

  .mark {
    width: 42px;
    height: 42px;
    justify-self: center;
  }

  .mark-circle {
    font-size: 42px;
  }

  .mark-cross {
    font-size: 44px;
  }

  .mark-triangle {
    font-size: 40px;
  }

  .bluetooth-head,
  .product-grid,
  .footer-info {
    grid-template-columns: 1fr 1fr;
  }

  .footer-info address {
    grid-column: 1 / -1;
  }

  .bluetooth-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  }

  .phone-box > span {
    padding: 16px 0 0;
    border-left: 0;
    border-top: 3px dotted #d9b88e;
  }
}


/* Peraichi-only embed fitting */
@media (min-width: 981px) {
  body {
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .site-header {
    position: relative;
  }

  .header-inner,
  .hero-inner,
  .about-inner,
  .about-points,
  .subsidy-inner,
  .compare-inner,
  .support-inner,
  .product-panel,
  .contact-panel,
  .company-panel,
  .bluetooth-panel,
  .footer-cta {
    width: min(100% - 40px, 1100px);
  }

  .image-insert-inner {
    width: min(100% - 40px, 1100px);
  }

  .header-inner {
    height: auto;
    padding: 14px 0;
    gap: 18px;
  }

  .logo img {
    width: 74px;
  }

  .global-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px 14px;
    font-size: 12px;
    line-height: 1.45;
    white-space: normal;
  }

  .nav-cta {
    padding: 9px 14px;
    border-radius: 9px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(390px, .9fr);
    align-items: center;
    gap: 28px;
    padding: 36px 0 150px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.32;
  }

  .lead {
    margin: 18px 0 20px;
    font-size: clamp(13px, 1.22vw, 15px);
    line-height: 1.7;
  }

  .price-box {
    width: min(460px, 100%);
    padding: 14px 18px;
    border-radius: 14px;
  }

  .price-box p {
    font-size: 13px;
  }

  .price-box strong {
    font-size: clamp(32px, 3vw, 40px);
  }

  .price-box strong span {
    font-size: clamp(14px, 1.2vw, 18px);
  }

  .check-list {
    margin: 18px 0 20px;
    gap: 8px;
    font-size: 13px;
  }

  .button {
    min-width: 210px;
    min-height: 56px;
    padding: 12px 20px;
    gap: 12px;
    font-size: 14px;
  }

  .button img {
    width: 26px;
    height: 26px;
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0;
    justify-self: end;
  }

  .hero-visual img {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(102, 73, 42, .12);
  }

  .feature-area {
    width: min(100% - 40px, 1100px);
    gap: 18px;
  }

  .feature-card {
    min-height: 98px;
    padding: 16px;
  }

  .badge {
    width: 132px;
    flex-basis: 132px;
  }
}

@media (min-width: 520px) and (max-width: 980px) {
  .hero-inner {
    width: min(100% - 32px, 900px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .9fr);
    align-items: center;
    gap: 16px;
    padding: 28px 0 16px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(20px, 3.9vw, 28px);
    line-height: 1.3;
    letter-spacing: .02em;
  }

  .lead {
    margin: 14px 0 16px;
    font-size: clamp(10px, 1.9vw, 13px);
    line-height: 1.7;
  }

  .price-box {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .price-box p {
    margin-bottom: 4px;
    font-size: clamp(10px, 1.9vw, 13px);
  }

  .price-box strong {
    font-size: clamp(28px, 5.4vw, 36px);
  }

  .price-box strong span {
    display: inline;
    font-size: clamp(12px, 2.3vw, 16px);
  }

  .check-list {
    margin: 14px 0 16px;
    gap: 8px;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 1.45;
  }

  .check-list li {
    padding-left: 24px;
  }

  .check-list li::before {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .button-row {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .button {
    width: auto;
    min-width: 0;
    min-height: 44px;
    flex: 1 1 0;
    padding: 10px 12px;
    gap: 8px;
    border-radius: 8px;
    font-size: clamp(10px, 1.9vw, 13px);
    white-space: nowrap;
  }

  .button img {
    width: 18px;
    height: 18px;
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0;
    justify-self: end;
  }

  .hero-visual img {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(102, 73, 42, .12);
  }

  .feature-area {
    width: min(100% - 32px, 900px);
    padding: 18px 0 28px;
    gap: 14px;
    flex-direction: row;
  }

  .feature-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .feature-card {
    padding: 12px;
    gap: 10px;
  }

  .feature-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .feature-icon img {
    width: 28px;
    height: 28px;
  }

  .feature-card h2 {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .feature-card p {
    font-size: 9px;
    line-height: 1.55;
  }

  .badge {
    width: 72px;
    flex-basis: 72px;
  }

  .company-inner {
    grid-template-columns: minmax(0, .82fr) minmax(210px, 1fr);
    align-items: start;
    gap: 22px;
  }

  .company-title {
    margin-bottom: 26px;
    font-size: clamp(28px, 6vw, 44px);
    text-align: left;
  }

  .company-title span {
    display: block;
  }

  .company-text p {
    font-size: 13px;
    line-height: 1.9;
  }

  .company-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bluetooth-head {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 210px);
    align-items: start;
    gap: 20px;
  }

  .bluetooth-pills {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bluetooth-pills li {
    min-height: 54px;
    gap: 10px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .bluetooth-pills img {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .bluetooth-card {
    grid-template-columns: 86px minmax(0, .8fr) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .bluetooth-card-icon {
    width: 78px;
    height: 78px;
    margin: 0;
  }

  .bluetooth-card-icon img {
    width: 46px;
    height: 46px;
  }

  .bluetooth-card h3 {
    font-size: 18px;
  }

  .bluetooth-card p {
    font-size: 13px;
  }
}

/* Peraichi pasted-width fixes */
@media (min-width: 520px) and (max-width: 980px) {
  .company-panel {
    overflow: hidden;
  }

  .company-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 16px;
  }

  .company-copy,
  .company-visual {
    min-width: 0;
  }

  .company-visual img.company-product-diagram {
    width: min(100%, 390px);
    max-width: 100%;
    margin-inline: auto;
  }

  .company-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .company-feature {
    min-width: 0;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 14px 10px;
    text-align: center;
  }

  .company-feature-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .company-feature-icon img {
    width: 42px;
    height: 42px;
  }

  .company-feature h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .company-feature p {
    font-size: 11px;
    line-height: 1.65;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

/* AB Circle Japan: keep the four feature cards comfortably sized
   when the Peraichi block is expanded to full width. */
@media (min-width: 768px) {
  .company-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 2vw, 36px);
    margin-top: clamp(38px, 3vw, 60px);
  }

  .company-feature {
    min-width: 0;
    min-height: 190px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    gap: clamp(22px, 2vw, 36px);
    padding: clamp(26px, 2.2vw, 40px);
    text-align: left;
    border-radius: 18px;
  }

  .company-feature-icon {
    width: 96px;
    height: 96px;
    flex: none;
  }

  .company-feature-icon img {
    width: 58px;
    height: 58px;
  }

  .company-feature h3 {
    margin: 0 0 14px;
    font-size: clamp(20px, 1.25vw, 26px);
    line-height: 1.4;
    letter-spacing: .01em;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .company-feature p {
    margin: 0;
    font-size: clamp(15px, .95vw, 19px);
    line-height: 1.75;
    letter-spacing: .01em;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* Subsidy cards: prevent awkward heading and body wrapping on wide screens. */
@media (min-width: 1281px) {
  .subsidy-cards {
    align-items: stretch;
  }

  .subsidy-card {
    min-height: 340px;
    display: flex;
    align-items: center;
    gap: clamp(20px, 1.3vw, 28px);
    padding: clamp(30px, 1.8vw, 38px);
    overflow: hidden;
  }

  .subsidy-card-image {
    flex: 0 0 clamp(165px, 27%, 200px);
    min-width: 0;
  }

  .subsidy-card-image img {
    width: min(100%, 185px);
  }

  .subsidy-card-body {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .subsidy-card h3 {
    font-size: clamp(24px, 1.3vw, 27px);
    line-height: 1.32;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .subsidy-card h3 span {
    white-space: nowrap;
  }

  .subsidy-card h3::after {
    width: 100%;
    max-width: none;
  }

  .subsidy-card p {
    max-width: none;
    font-size: clamp(15px, .9vw, 18px);
    line-height: 1.75;
  }

  .support-message h2 {
    font-size: clamp(34px, 2vw, 40px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .support-message {
    padding-inline: 30px;
  }
}

/* Final typography system — aligned to the first-view hierarchy */
@media (min-width: 981px) {
  .ab-lp-root {
    --type-section-title: clamp(34px, 3.1vw, 52px);
    --type-section-lead: clamp(16px, 1.18vw, 20px);
    --type-body: clamp(14px, 1.02vw, 18px);
    --type-card-title: clamp(17px, 1.35vw, 22px);
    --type-label: clamp(14px, .95vw, 18px);
    --type-large-cta: clamp(24px, 2.25vw, 34px);
  }

  .about-copy h2,
  .setup-heading h2,
  .company-title,
  .subsidy-heading h2,
  .compare-heading h2,
  .bluetooth-copy h2,
  .product-title,
  .support-message h2,
  .contact-heading h2,
  .footer-cta h2,
  .accessory-heading h2,
  .rollout-copy h2 {
    font-size: var(--type-section-title);
  }

  .package-main h2 {
    font-size: clamp(30px, 2.7vw, 44px);
  }

  .section-kicker,
  .subsidy-heading p,
  .merit-label,
  .rollout-kicker,
  .package-ribbon {
    font-size: var(--type-label);
  }

  .setup-label {
    font-size: clamp(24px, 2vw, 30px);
  }

  .lead,
  .setup-heading p:not(.setup-label),
  .setup-closing p,
  .setup-closing strong,
  .compare-heading p,
  .support-heading p,
  .accessory-heading p {
    font-size: var(--type-section-lead);
  }

  .about-text p,
  .company-text p,
  .subsidy-lead p,
  .bluetooth-copy p:not(.merit-label),
  .product-info p,
  .careplan-box p,
  .support-notes p,
  .contact-heading p,
  .rollout-copy > p:not(.rollout-kicker),
  .accessory-card-body li {
    font-size: var(--type-body);
  }

  .about-point h3,
  .setup-item h3,
  .company-feature h3,
  .subsidy-card h3,
  .bluetooth-card h3,
  .careplan-box h3,
  .accessory-card-title h3,
  .accessory-subtitle {
    font-size: var(--type-card-title);
  }

  .product-copy p,
  .product-name {
    font-size: var(--type-section-lead) !important;
  }

  .product-copy h3,
  .product-demo h3 {
    font-size: clamp(24px, 2vw, 34px);
  }

  .package-offer-heading p,
  .package-lead,
  .package-compare-row span,
  .package-plan-detail > p {
    font-size: var(--type-body);
  }

  .package-plan-detail h3 {
    font-size: clamp(15px, 1.1vw, 18px);
  }

  .package-benefits li,
  .official-product {
    font-size: var(--type-label);
  }

  .package-cta,
  .accessory-cta {
    font-size: var(--type-large-cta);
  }
}

@media (min-width: 520px) and (max-width: 980px) {
  .about-copy h2,
  .setup-heading h2,
  .company-title,
  .subsidy-heading h2,
  .compare-heading h2,
  .bluetooth-copy h2,
  .product-title,
  .support-message h2,
  .contact-heading h2,
  .footer-cta h2,
  .accessory-heading h2,
  .rollout-copy h2 {
    font-size: clamp(26px, 5vw, 36px);
  }

  .about-text p,
  .company-text p,
  .subsidy-lead p,
  .compare-heading p,
  .bluetooth-copy p:not(.merit-label),
  .product-info p,
  .rollout-copy > p:not(.rollout-kicker),
  .accessory-card-body li {
    font-size: clamp(13px, 1.8vw, 16px);
  }

  .package-cta,
  .accessory-cta {
    font-size: clamp(21px, 3.6vw, 28px);
  }
}

@media (max-width: 519px) {
  .about-copy h2,
  .setup-heading h2,
  .company-title,
  .subsidy-heading h2,
  .compare-heading h2,
  .bluetooth-copy h2,
  .product-title,
  .support-message h2,
  .contact-heading h2,
  .footer-cta h2,
  .accessory-heading h2,
  .rollout-copy h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .about-text p,
  .company-text p,
  .subsidy-lead p,
  .compare-heading p,
  .bluetooth-copy p:not(.merit-label),
  .product-info p,
  .rollout-copy > p:not(.rollout-kicker),
  .accessory-card-body li {
    font-size: 14px;
  }
}

/* Compact subsidy cards: size the frame to its content */
@media (min-width: 981px) {
  .subsidy-card {
    min-height: 240px;
    padding: clamp(22px, 1.7vw, 28px);
    gap: clamp(18px, 1.5vw, 24px);
    border-radius: 24px;
  }

  .subsidy-card-image {
    flex-basis: clamp(135px, 24%, 165px);
  }

  .subsidy-card-image img {
    width: min(100%, 155px);
  }

  .subsidy-card h3::after {
    margin: 12px 0;
  }
}

@media (min-width: 520px) and (max-width: 980px) {
  .subsidy-card {
    min-height: 210px;
    padding: 20px;
    gap: 18px;
  }
}

/* Package copy and mixed-plan heading alignment */
@media (min-width: 981px) {
  .package-lead {
    font-size: 12px;
    line-height: 1.7;
  }
}

.is-mixed .package-plan-detail h3 {
  text-align: center;
}

.is-mixed .plan-model,
.is-mixed .plan-wide {
  display: block;
}

.is-mixed .plan-wide {
  width: 100%;
  margin-left: 0;
  white-space: normal;
  text-align: center;
}

.is-mixed .package-plan-detail h3 {
  padding-inline: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .is-mixed .plan-wide {
    width: 100%;
    margin-left: 0;
  }
}

/* Keep accessory bullet copy on intentional line breaks */
.accessory-card-body {
  grid-template-columns: minmax(0, 1.15fr) minmax(150px, .85fr);
}

.accessory-card-body li {
  font-size: clamp(13px, 1vw, 15px);
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 860px) {
  .accessory-card-body {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}

@media (max-width: 560px) {
  .accessory-card-body {
    grid-template-columns: 1fr;
  }
}

/* Peraichi mobile overflow fix */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .ab-lp-root {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    overflow-x: hidden !important;
  }

  .ab-lp-root,
  .ab-lp-root * {
    box-sizing: border-box !important;
  }

  .ab-lp-root img,
  .ab-lp-root svg,
  .ab-lp-root video {
    max-width: 100% !important;
  }

  .package-section,
  .package-shell,
  .package-overview,
  .package-main,
  .package-offer,
  .package-product,
  .package-plan-grid,
  .package-plan-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero-inner {
    width: min(100% - 32px, 520px) !important;
  }

  .hero h1 {
    font-size: clamp(24px, 5.2vw, 32px) !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }

  .is-mixed .package-plan-number {
    top: 63px !important;
    left: 12px !important;
    width: 64px !important;
    font-size: 40px !important;
    z-index: 1 !important;
  }

  .is-mixed .package-plan-detail h3 {
    margin-left: 0 !important;
    min-height: 96px !important;
    padding: 8px 4px 12px 86px !important;
    font-size: clamp(15px, 4.4vw, 20px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .is-mixed .plan-model,
  .is-mixed .plan-wide {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .package-section {
    padding: 18px 6px 34px !important;
    overflow-x: hidden !important;
  }

  .package-shell {
    padding: 8px 8px 18px !important;
    border-width: 4px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .package-ribbon {
    width: calc(100% - 34px) !important;
    margin-top: -8px !important;
    padding: 11px 6px 12px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: .02em !important;
  }

  .package-ribbon::before,
  .package-ribbon::after {
    width: 22px !important;
  }

  .package-ribbon::before {
    left: -11px !important;
  }

  .package-ribbon::after {
    right: -11px !important;
  }

  .package-main h2 {
    margin: 4px 0 14px !important;
    font-size: clamp(20px, 6.8vw, 26px) !important;
    line-height: 1.38 !important;
    letter-spacing: .02em !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  .package-offer-heading {
    display: block !important;
    padding: 12px 8px !important;
    text-align: center !important;
  }

  .package-offer-heading p {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .package-offer-price {
    margin-top: 8px !important;
    white-space: normal !important;
  }

  .package-offer-price strong {
    font-size: clamp(34px, 13vw, 46px) !important;
    letter-spacing: -.04em !important;
  }

  .package-lead {
    padding: 12px 8px 8px !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
  }

  .package-lead br {
    display: none !important;
  }

  .package-compare {
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px 0 0 !important;
    overflow: visible !important;
  }

  .package-compare-row {
    display: grid !important;
    grid-template-columns: minmax(78px, .9fr) minmax(62px, .72fr) minmax(86px, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .package-compare-row span {
    min-width: 0 !important;
    padding: 7px 4px !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .package-wired-note {
    margin: 8px 0 12px !important;
    font-size: 10px !important;
    text-align: right !important;
  }

  .package-product {
    padding: 16px 10px 10px !important;
    overflow: hidden !important;
  }

  .bluetooth-word {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .bluetooth-word > img {
    width: 30px !important;
    height: 30px !important;
  }

  .package-reader-image {
    width: min(86%, 220px) !important;
    height: 200px !important;
    margin: 0 auto -2px !important;
    transform: none !important;
  }

  .wireless-badge {
    top: 158px !important;
    right: 8px !important;
    width: 72px !important;
    height: 72px !important;
  }

  .package-benefits {
    gap: 8px !important;
  }

  .package-benefits li {
    padding: 9px 6px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  .package-benefits li span {
    margin-right: 6px !important;
  }

  .official-product {
    padding: 8px 6px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .accessory-card {
    overflow: hidden !important;
  }

  .accessory-card-body {
    min-height: 0 !important;
    padding: 18px 22px 28px !important;
  }

  .accessory-card-body ul {
    gap: 26px !important;
  }

  .accessory-photo {
    display: block !important;
    width: min(100%, 320px) !important;
    margin: 26px auto 0 !important;
    aspect-ratio: 1 / 1 !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    border-radius: 14px !important;
  }

  .accessory-photo-pocket {
    background-size: 465% auto !important;
    background-position: 34.5% 64% !important;
  }

  .accessory-photo-stand {
    background-size: contain !important;
    background-position: center !important;
  }
}

/* ペライチ既定フォーム直前のスクロール位置 */
.contact-anchor {
  height: 0;
  scroll-margin-top: 120px;
}

/* Top page support base section: placed after support content, before contact */
.office-section {
  padding: clamp(54px, 6vw, 96px) 20px;
  color: #2f211c;
  background:
    radial-gradient(circle at 12% 8%, rgba(233, 181, 118, .22), transparent 30%),
    radial-gradient(circle at 88% 92%, rgba(34, 138, 117, .08), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, #fff 100%);
}

.office-panel {
  position: relative;
  width: min(100%, 1280px);
  margin-inline: auto;
  padding: clamp(34px, 4.5vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .86fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(232, 195, 155, .88);
  border-radius: 32px;
  box-shadow: 0 20px 46px rgba(102, 73, 42, .12);
  overflow: hidden;
}

.office-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 246, 236, .9) 0 24%, transparent 24% 100%),
    linear-gradient(315deg, rgba(255, 246, 236, .72) 0 18%, transparent 18% 100%);
}

.office-intro,
.office-support-card {
  position: relative;
  z-index: 1;
}

.office-kicker {
  margin: 0 0 14px;
  color: #c46c15;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 900;
  letter-spacing: .18em;
}

.office-kicker::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  background: #e7b37f;
  border-radius: 999px;
}

.office-intro h2 {
  margin: 0 0 18px;
  color: #2b1d18;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: .04em;
}

.office-lead {
  margin: 0 0 18px !important;
  color: var(--green);
  font-size: clamp(18px, 1.6vw, 24px) !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
}

.office-intro p:not(.office-kicker):not(.office-lead) {
  margin: 0 0 14px;
  color: #3e302b;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.9;
  font-weight: 650;
}

.office-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.office-actions a {
  display: inline-flex;
  min-height: 54px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #27967f, #147761);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(21, 119, 97, .18);
}

.office-actions span {
  color: #8d613b;
  font-size: 14px;
  font-weight: 800;
}

.office-support-card {
  padding: clamp(24px, 3vw, 36px);
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  border: 1px solid #efd8bd;
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(102, 73, 42, .12);
}

.office-support-head {
  margin-bottom: 20px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px dashed #e3b885;
}

.office-support-head span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 14px;
  color: #fff;
  background: #d5844b;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}

.office-support-head strong {
  display: block;
  color: #2f211c;
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .05em;
}

.office-base-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.office-base-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  color: #30241f;
  background: #fff;
  border: 1px solid #f0dfc9;
  border-radius: 14px;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(102, 73, 42, .06);
}

.office-base-list li span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: #fff;
  place-items: center;
  background: var(--green);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .office-panel {
    grid-template-columns: 1fr;
  }

  .office-intro {
    text-align: center;
  }

  .office-kicker::after {
    margin-inline: auto;
  }

  .office-actions {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .office-section {
    padding: 36px 14px;
  }

  .office-panel {
    padding: 26px 16px;
    border-radius: 22px;
  }

  .office-intro h2 {
    font-size: 27px;
  }

  .office-lead {
    font-size: 17px !important;
  }

  .office-base-list {
    grid-template-columns: 1fr;
  }

  .office-actions a {
    width: 100%;
  }
}
