:root {
  --ink: #10242f;
  --muted: #607582;
  --blue: #0477a8;
  --blue2: #38bdf8;
  --green: #0f766e;
  --green2: #22c55e;
  --orange: #20c997;
  --orange2: #a7f3d0;
  --soft: #f0fdfa;
  --line: #d9eef0;
  --shadow: 0 18px 46px rgba(7, 89, 133, .10);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(14,165,233,.12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(22,163,74,.10), transparent 34%),
    #f7fcff;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; border: 0; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: linear-gradient(90deg, #063d56, #0f766e); color: #eaffff; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(7,89,133,.08); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-name { display: block; font-size: 24px; font-weight: 900; line-height: 1.2; color: #083344; letter-spacing: .02em; }
.brand-sub { display: block; color: var(--muted); font-size: 13px; }
.header-cta { display: grid; grid-template-columns: auto auto; align-items: center; gap: 5px 10px; text-align: right; }
.header-mini { grid-column: 1 / 3; color: #526d7a; font-weight: 800; font-size: 12px; line-height: 1.2; }
.header-tel { color: #e05a24; font-weight: 900; font-size: 24px; line-height: 1; }
.header-mail { padding: 8px 14px; border-radius: 999px; background: #fff5df; color: #944a00; border: 1px solid #ffd9a3; font-weight: 900; font-size: 12px; }
.global-nav { border-top: 1px solid #e4f3f4; background: linear-gradient(90deg, #0f766e, #0ea5e9); color: #fff; }
.nav-inner { display: flex; justify-content: center; flex-wrap: wrap; }
.nav-inner a { padding: 11px 18px; font-weight: 900; font-size: 14px; transition: background .2s ease, transform .2s ease; }
.nav-inner a:hover { background: rgba(255,255,255,.16); transform: translateY(-1px); }
.hero { position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 82% 16%, rgba(255,255,255,.26), transparent 28%),
  radial-gradient(circle at 20% 85%, rgba(255,209,102,.22), transparent 34%),
  linear-gradient(135deg, #063d56 0%, #075985 38%, #0f766e 72%, #18a957 100%);
}
.hero-bg-shape { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 42px 42px; opacity: .45; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 78px 0 72px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.34); font-weight: 900; font-size: 13px; }
.hero-badge:before { content: "●"; color: #ffdc6a; }
.hero h1 { margin: 18px 0 16px; font-size: clamp(24px, 5.5vw, 24px); line-height: 1.18; letter-spacing: .02em; text-shadow: 0 10px 28px rgba(0,0,0,.24); }
.hero-lead { margin: 0; max-width: 720px; color: #effcff; font-size: 17px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); font-size: 13px; font-weight: 900; }
.hero-points span:before { content: "✓"; color: #ffdf73; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-width: 176px; padding: 15px 26px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-main { background: linear-gradient(135deg, var(--orange), var(--orange2)); color: #2d1600; box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.btn-outline { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.42); }
.hero-note { margin-top: 18px; color: #dff9ff; font-size: 13px; }
.hero-visual { position: relative; }
.photo-frame { position: relative; border-radius: 34px; padding: 10px; background: rgba(255,255,255,.20); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.hero-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 26px; }
.photo-label { position: absolute; left: 24px; bottom: 24px; padding: 8px 14px; border-radius: 999px; color: #123; background: rgba(255,255,255,.88); font-weight: 900; font-size: 13px; }
.trust-panel { position: relative; margin: -30px auto 0; width: calc(100% - 42px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background: #fff; color: var(--ink); border-radius: 22px; padding: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.20); }
.trust-panel div { padding: 12px; border-radius: 16px; background: #f5fcff; border: 1px solid #dceff3; }
.trust-panel strong { display: block; color: var(--green); font-size: 17px; line-height: 1.2; }
.trust-panel span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; line-height: 1.45; }
.quick-info { background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 26px 0; }
.quick-grid div { position: relative; padding: 22px 22px 20px; border-radius: 22px; background: linear-gradient(180deg, #ffffff, #f4fcff); border: 1px solid var(--line); box-shadow: var(--shadow); }
.quick-grid span { color: var(--green); font-weight: 900; letter-spacing: .15em; font-size: 11px; }
.quick-grid strong { display: block; margin-top: 4px; color: #083344; font-size: 18px; }
.quick-grid p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.section { padding: 78px 0; }
.section-white { background: #fff; }
.section-head { text-align: center; margin-bottom: 36px; }
.section-head.left { text-align: left; margin-bottom: 20px; }
.section-head span { color: var(--green); font-weight: 900; letter-spacing: .16em; font-size: 12px; }
.section-head h2 { margin: 7px 0 8px; color: #0f2530; font-size: clamp(24px, 4vw, 24px); line-height: 1.32; }
.section-head p { margin: 0; color: var(--muted); }
.worry-section { background: linear-gradient(180deg, #f7fcff, #effaf6); }
.worry-box { display: grid; grid-template-columns: .88fr 1.12fr; gap: 34px; align-items: center; padding: 34px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.worry-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.worry-list div { padding: 16px 16px 16px 42px; border-radius: 18px; background: #f8fefb; border: 1px solid #d7efe3; color: #26424b; font-weight: 800; position: relative; }
.worry-list div:before { content: "!"; position: absolute; left: 14px; top: 16px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #ffedd5; color: #c2410c; font-weight: 900; line-height: 1; }
.card-grid { display: grid; gap: 24px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .case-card, .price-card, .flow-card, .voice-card, .company-box, .contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.service-card, .case-card, .price-card, .flow-card, .voice-card { transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover, .case-card:hover, .price-card:hover, .flow-card:hover, .voice-card:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(7,89,133,.15); }
.fit-img { width: 100%; object-fit: cover; object-position: center; background: #e5f6f6; }
.service-img-wrap { position: relative; overflow: hidden; }
.service-img { aspect-ratio: 4 / 3; transition: transform .35s ease; }
.service-card:hover .service-img { transform: scale(1.045); }
.service-body, .case-body { padding: 23px; }
.service-no { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.service-body h3, .case-body h3 { margin: 6px 0 9px; color: #083344; font-size: 21px; line-height: 1.4; }
.service-body p, .case-body p { margin: 0; color: var(--muted); font-size: 14px; }
.price-section { background: linear-gradient(180deg, #effaf6, #f7fcff); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; padding: 34px 28px; text-align: center; overflow: visible; }
.price-card.featured { border: 2px solid #ffbd58; transform: translateY(-8px); }
.recommend { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 5px 16px; border-radius: 999px; color: #2d1600; background: linear-gradient(135deg, var(--orange), var(--orange2)); font-size: 12px; font-weight: 900; box-shadow: 0 10px 24px rgba(255,148,22,.20); }
.price-name { color: var(--green); font-weight: 900; font-size: 18px; }
.price-value { margin: 9px 0; color: #e05a24; font-size: clamp(24px, 4vw, 24px); font-weight: 900; line-height: 1.2; }
.price-note { color: var(--muted); font-size: 13px; }
.notice { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.reason-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.reason-photo-box { position: relative; }
.reason-photo { aspect-ratio: 4 / 3; border-radius: 32px; box-shadow: 0 22px 52px rgba(7,89,133,.16); }
.reason-photo-caption { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 12px 16px; border-radius: 18px; background: rgba(255,255,255,.90); color: #083344; font-weight: 900; text-align: center; box-shadow: 0 12px 24px rgba(0,0,0,.10); }
.reason-list { display: grid; gap: 16px; }
.reason-item { display: grid; grid-template-columns: 62px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: #f9feff; }
.reason-no { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--green), var(--blue2)); color: #fff; font-weight: 900; box-shadow: 0 10px 20px rgba(15,118,110,.18); }
.reason-item h3 { margin: 0 0 4px; color: #083344; font-size: 19px; }
.reason-item p { margin: 0; color: var(--muted); font-size: 14px; }
.case-section { background: #f7fcff; }
.case-grid { grid-template-columns: repeat(3, 1fr); }
.case-img { aspect-ratio: 16 / 10; }
.voice-section { background: #fff; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice-card { padding: 26px; }
.stars { color: #ffb020; letter-spacing: .08em; font-weight: 900; }
.voice-card p { color: #445b66; margin: 12px 0; }
.voice-card strong { color: #083344; }
.flow-section { background: linear-gradient(180deg, #effaf6, #fff); }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.flow-card { padding: 24px; position: relative; }
.flow-no { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: #e9faf2; color: var(--green); font-weight: 900; margin-bottom: 14px; }
.flow-card h3 { margin: 0 0 8px; color: #083344; font-size: 18px; }
.flow-card p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-section { background: #f7fcff; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 0 20px; box-shadow: 0 12px 28px rgba(7,89,133,.07); }
.faq-item summary { cursor: pointer; padding: 18px 0; color: #083344; font-weight: 900; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:before { content: "Q"; display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 9px; border-radius: 50%; background: #e9faf2; color: var(--green); font-weight: 900; }
.faq-item p { margin: 0; padding: 0 0 18px 38px; color: var(--muted); }
.company-section { background: #fff; }
.company-box { padding: 36px; }
.company-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px; }
.company-table th, .company-table td { border-bottom: 1px solid #e2f1f3; padding: 16px; text-align: left; vertical-align: top; }
.company-table th { width: 180px; color: var(--green); background: #f3fbf7; }
.contact-section { position: relative; overflow: hidden; padding: 84px 0; background:
  radial-gradient(circle at 18% 10%, rgba(255,209,102,.22), transparent 28%),
  linear-gradient(135deg, #063d56, #075985 48%, #0f766e); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-copy span { color: #b7f7e6; font-weight: 900; letter-spacing: .16em; font-size: 12px; }
.contact-copy h2 { margin: 8px 0 14px; font-size: clamp(24px, 4vw, 24px); line-height: 1.32; }
.contact-copy p { color: #e7fbff; }
.contact-telbox { margin-top: 26px; padding: 26px; border-radius: 26px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); }
.contact-telbox a { display: block; color: #ffdc6a; font-size: 24px; font-weight: 900; line-height: 1.2; }
.contact-telbox p { margin: 6px 0 0; }
.contact-form { padding: 30px; color: var(--ink); }
.contact-form label { display: block; margin-bottom: 16px; color: #083344; font-weight: 900; }
.contact-form label span { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: #fee2e2; color: #b91c1c; border: 1px solid #fca5a5; font-size: 11px; font-weight: 900; line-height: 1.2; vertical-align: middle; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #badde3; border-radius: 14px; font: inherit; background: #fbfeff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue2); box-shadow: 0 0 0 3px rgba(14,165,233,.14); }
.contact-form button { width: 100%; border: 0; border-radius: 999px; padding: 16px 24px; background: linear-gradient(135deg, var(--orange), var(--orange2)); color: #2d1600; font-size: 17px; font-weight: 900; cursor: pointer; box-shadow: 0 14px 30px rgba(255,148,22,.20); }
.form-note { margin: 12px 0 0; color: var(--muted) !important; font-size: 12px; text-align: center; }
.hidden-field { position: absolute; left: -9999px; top: -9999px; }
.mobile-fixed-cta { display: none; }
.footer { background: #10252f; color: #d7eef3; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; padding: 30px 0; font-size: 13px; }
@media (max-width: 980px) {
  .hero-grid, .quick-grid, .worry-box, .service-grid, .price-grid, .reason-layout, .case-grid, .voice-grid, .flow-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 52px 0; }
  .trust-panel { grid-template-columns: 1fr; width: calc(100% - 24px); }
  .price-card.featured { transform: none; }
  .header-inner, .topbar-inner, .footer-inner { display: block; text-align: center; }
  .brand { justify-content: center; }
  .header-cta { display: block; margin-top: 12px; text-align: center; }
  .header-mail { display: inline-block; margin-top: 8px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1140px); }
  .topbar { display: none; }
  .site-header { position: static; }
  .brand-name { font-size: 24px; }
    .header-tel { font-size: 24px; }
  .nav-inner a { padding: 9px 10px; font-size: 12px; }
  .hero h1 { font-size: 24px; }
  .hero-buttons .btn { width: 100%; }
  .section { padding: 58px 0; }
  .worry-box, .company-box, .contact-form { padding: 22px; border-radius: 22px; }
  .worry-list { grid-template-columns: 1fr; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 12px 14px; }
  .contact-telbox a { font-size: 24px; }
  .mobile-fixed-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .mobile-fixed-cta a { padding: 12px 10px; border-radius: 999px; text-align: center; color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
  .mobile-fixed-cta a:first-child { background: var(--green); }
  .mobile-fixed-cta a:last-child { background: linear-gradient(135deg, var(--orange), #ffb02e); color: #2d1600; }
  body { padding-bottom: 72px; }
}

/* =========================================================
   Step1B: readable compact typography adjustment
   大きすぎる文字を抑え、一目で文章が入りやすい販売用バランスへ調整
   ========================================================= */
body {
  font-size: 14px;
  line-height: 1.74;
}
.container {
  width: min(1100px, calc(100% - 34px));
}
.topbar { font-size: 12px; }
.topbar-inner { padding: 7px 0; }
.header-inner { padding: 13px 0; }
.brand-name {
  font-size: 24px;
  line-height: 1.25;
}
.brand-sub { font-size: 12px; }
.header-mini { font-size: 11px; }
.header-tel { font-size: 23px; }
.header-mail {
  padding: 7px 12px;
  font-size: 11px;
}
.nav-inner a {
  padding: 9px 15px;
  font-size: 12px;
}
.hero-grid {
  gap: 42px;
  padding: 58px 0 56px;
}
.hero-badge {
  padding: 7px 14px;
  font-size: 12px;
}
.hero h1 {
  margin: 15px 0 14px;
  font-size: clamp(24px, 3.9vw, 24px);
  line-height: 1.25;
  letter-spacing: .01em;
}
.hero-lead {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.8;
}
.hero-points {
  gap: 8px;
  margin-top: 20px;
}
.hero-points span {
  padding: 6px 10px;
  font-size: 12px;
}
.hero-buttons {
  gap: 10px;
  margin-top: 22px;
}
.btn {
  min-width: 160px;
  padding: 12px 22px;
  font-size: 14px;
}
.hero-note {
  margin-top: 14px;
  font-size: 12px;
}
.photo-frame {
  border-radius: 28px;
  padding: 8px;
}
.hero-photo { border-radius: 22px; }
.photo-label {
  left: 18px;
  bottom: 18px;
  padding: 7px 12px;
  font-size: 12px;
}
.trust-panel {
  margin-top: -24px;
  width: calc(100% - 54px);
  border-radius: 20px;
  padding: 12px;
}
.trust-panel div {
  padding: 10px;
  border-radius: 14px;
}
.trust-panel strong { font-size: 15px; }
.trust-panel span { font-size: 11px; }
.quick-grid {
  gap: 14px;
  padding: 22px 0;
}
.quick-grid div {
  padding: 18px 20px 17px;
  border-radius: 19px;
}
.quick-grid span { font-size: 10px; }
.quick-grid strong { font-size: 16px; }
.quick-grid p { font-size: 13px; }
.section { padding: 64px 0; }
.section-head { margin-bottom: 28px; }
.section-head.left { margin-bottom: 17px; }
.section-head span {
  font-size: 11px;
  letter-spacing: .14em;
}
.section-head h2 {
  margin: 6px 0 7px;
  font-size: clamp(24px, 3vw, 24px);
  line-height: 1.38;
}
.section-head p {
  font-size: 14px;
  line-height: 1.8;
}
.worry-box {
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
}
.worry-list { gap: 11px; }
.worry-list div {
  padding: 13px 14px 13px 38px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.65;
}
.worry-list div:before {
  left: 13px;
  top: 14px;
  width: 18px;
  height: 18px;
  font-size: 12px;
}
.card-grid,
.price-grid,
.voice-grid {
  gap: 19px;
}
.service-body,
.case-body {
  padding: 19px;
}
.service-no {
  font-size: 10px;
}
.service-body h3,
.case-body h3 {
  margin: 5px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}
.service-body p,
.case-body p {
  font-size: 13px;
  line-height: 1.72;
}
.price-card {
  padding: 28px 24px;
}
.price-name { font-size: 16px; }
.price-value {
  margin: 7px 0;
  font-size: clamp(24px, 3vw, 24px);
}
.price-note,
.notice { font-size: 12px; }
.reason-layout { gap: 36px; }
.reason-photo { border-radius: 26px; }
.reason-photo-caption {
  left: 20px;
  right: 20px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13px;
}
.reason-list { gap: 13px; }
.reason-item {
  grid-template-columns: 54px 1fr;
  gap: 13px;
  padding: 15px;
  border-radius: 19px;
}
.reason-no {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  font-size: 14px;
}
.reason-item h3 {
  font-size: 17px;
  line-height: 1.45;
}
.reason-item p { font-size: 13px; }
.voice-card {
  padding: 22px;
}
.voice-card p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.75;
}
.voice-card strong { font-size: 13px; }
.flow-grid { gap: 15px; }
.flow-card {
  padding: 20px;
}
.flow-no {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 11px;
  font-size: 14px;
}
.flow-card h3 {
  font-size: 16px;
  line-height: 1.45;
}
.flow-card p { font-size: 13px; }
.faq-layout { gap: 34px; }
.faq-item {
  border-radius: 18px;
  padding: 0 18px;
}
.faq-item summary {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.65;
}
.faq-item summary:before {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  font-size: 13px;
}
.faq-item p {
  padding: 0 0 15px 34px;
  font-size: 13px;
  line-height: 1.75;
}
.company-box { padding: 30px; }
.company-table th,
.company-table td {
  padding: 13px 15px;
  font-size: 13px;
}
.company-table th { width: 165px; }
.contact-section {
  padding: 68px 0;
}
.contact-grid { gap: 34px; }
.contact-copy span { font-size: 11px; }
.contact-copy h2 {
  margin: 7px 0 12px;
  font-size: clamp(24px, 3.2vw, 24px);
  line-height: 1.38;
}
.contact-copy p {
  font-size: 14px;
  line-height: 1.8;
}
.contact-telbox {
  margin-top: 22px;
  padding: 22px;
  border-radius: 23px;
}
.contact-telbox a {
  font-size: 24px;
}
.contact-form {
  padding: 25px;
}
.contact-form label {
  margin-bottom: 13px;
  font-size: 13px;
}
.contact-form label span { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: #fee2e2; color: #b91c1c; border: 1px solid #fca5a5; font-size: 11px; font-weight: 900; line-height: 1.2; vertical-align: middle; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-top: 6px;
  padding: 11px 12px;
  border-radius: 12px;
  font-size: 13px;
}
.contact-form button {
  padding: 13px 22px;
  font-size: 15px;
}
.footer-inner {
  padding: 25px 0;
  font-size: 12px;
}
@media (max-width: 980px) {
  .hero-grid { padding: 44px 0 50px; }
  .hero h1 { font-size: 24px; }
}
@media (max-width: 680px) {
  body { font-size: 13px; }
  .container { width: min(100% - 24px, 1100px); }
  .brand-name { font-size: 22px; }
    .header-tel { font-size: 21px; }
  .nav-inner a { padding: 8px 9px; font-size: 11px; }
  .hero h1 { font-size: 24px; }
  .hero-lead { font-size: 14px; }
  .section { padding: 48px 0; }
  .section-head h2 { font-size: 23px; }
  .worry-box, .company-box, .contact-form { padding: 20px; border-radius: 20px; }
  .contact-telbox a { font-size: 24px; }
  .mobile-fixed-cta a { padding: 10px 8px; font-size: 13px; }
}

/* step1c: company section balance fix */
.company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: 26px;
  align-items: stretch;
}
.company-main {
  min-width: 0;
}
.company-main .section-head p {
  font-size: 13px;
  line-height: 1.75;
  max-width: 620px;
}
.company-side-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d6edf0;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f5fcff);
  box-shadow: 0 14px 32px rgba(7, 89, 133, .08);
}
.company-photo-wrap {
  overflow: hidden;
  background: #eaf7f7;
}
.company-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 190px;
}
.company-side-body {
  padding: 20px;
}
.company-side-title {
  color: #083344;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 8px;
}
.company-side-body p {
  margin: 0 0 15px;
  color: #536b75;
  font-size: 13px;
  line-height: 1.75;
}
.company-mini-list {
  display: grid;
  gap: 9px;
}
.company-mini-list div {
  padding: 10px 12px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dceff3;
}
.company-mini-list span {
  display: block;
  color: #0f766e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
}
.company-mini-list strong {
  display: block;
  margin-top: 3px;
  color: #16323d;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 820px) {
  .company-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .company-side-card {
    border-radius: 20px;
  }
  .company-photo {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
  .company-side-body {
    padding: 17px;
  }
}


/* Cleaning template color adjustment */
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, .16), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(34, 197, 94, .14), transparent 28%),
    linear-gradient(180deg, #f0fdfa 0%, #eefaff 48%, #ffffff 100%) !important;
}
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(167,243,208,.26), transparent 34%),
    linear-gradient(135deg, #064e3b 0%, #047857 52%, #0ea5e9 100%) !important;
}
.site-header,
.topbar {
  background: linear-gradient(90deg, #064e3b 0%, #047857 65%, #0ea5e9 100%) !important;
}
.section-label,
.price-main,
.tel {
  color: #047857 !important;
}
.btn-primary,
.cta-button,
.submit-button,
.admin-submit,
button[type="submit"] {
  background: linear-gradient(135deg, #047857 0%, #22c55e 100%) !important;
}


/* Benriya template warm color adjustment */
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(251, 146, 60, .18), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(34, 197, 94, .12), transparent 28%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf4 48%, #ffffff 100%) !important;
}
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(254,215,170,.28), transparent 34%),
    linear-gradient(135deg, #7c2d12 0%, #ea580c 54%, #16a34a 100%) !important;
}
.site-header,
.topbar {
  background: linear-gradient(90deg, #7c2d12 0%, #ea580c 65%, #16a34a 100%) !important;
}
.section-label,
.price-main,
.tel {
  color: #c2410c !important;
}
.btn-primary,
.cta-button,
.submit-button,
.admin-submit,
button[type="submit"] {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%) !important;
}


/* Exterior painting template color adjustment */
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(30, 64, 175, .12), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(194, 65, 12, .15), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #fff7ed 50%, #ffffff 100%) !important;
}
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(254,215,170,.24), transparent 34%),
    linear-gradient(135deg, #1e293b 0%, #1d4ed8 48%, #c2410c 100%) !important;
}
.site-header,
.topbar {
  background: linear-gradient(90deg, #1e293b 0%, #1d4ed8 62%, #c2410c 100%) !important;
}
.section-label,
.price-main,
.tel {
  color: #c2410c !important;
}
.btn-primary,
.cta-button,
.submit-button,
.admin-submit,
button[type="submit"] {
  background: linear-gradient(135deg, #1d4ed8 0%, #c2410c 100%) !important;
}


/* Reform template color adjustment */
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 119, 6, .13), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(22, 101, 52, .12), transparent 28%),
    linear-gradient(180deg, #fff7ed 0%, #f7fee7 50%, #ffffff 100%) !important;
}
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(254, 215, 170, .25), transparent 34%),
    linear-gradient(135deg, #422006 0%, #b45309 48%, #166534 100%) !important;
}
.site-header,
.topbar {
  background: linear-gradient(90deg, #422006 0%, #b45309 62%, #166534 100%) !important;
}
.section-label,
.price-main,
.tel {
  color: #b45309 !important;
}
.btn-primary,
.cta-button,
.submit-button,
.admin-submit,
button[type="submit"] {
  background: linear-gradient(135deg, #b45309 0%, #166534 100%) !important;
}


/* Magitech adjustment: メニューバー直下の余白を詰める */
.site-header,
.global-nav,
main {
  margin-bottom: 0 !important;
}
main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hero {
  margin-top: 0 !important;
}
.hero-grid {
  padding-top: 18px !important;
}
@media (max-width: 700px) {
  .hero-grid {
    padding-top: 14px !important;
  }
}


/* =========================================================
   Construction template final green adjustment
   建築業デモ標準カラー：緑ベース
   既存テンプレートから残っている赤・橙系の指定を最終上書きします。
   ========================================================= */
:root {
  --green: #047857 !important;
  --green2: #059669 !important;
  --blue: #0f766e !important;
  --blue2: #0ea5a3 !important;
  --orange: #10b981 !important;
  --orange2: #a7f3d0 !important;
  --accent: #22c55e !important;
  --ink: #16352c !important;
  --muted: #4f6f64 !important;
  --line: #cdeee2 !important;
}
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(16, 185, 129, .18), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(14, 165, 163, .14), transparent 28%),
    linear-gradient(180deg, #ecfdf5 0%, #f0fdfa 48%, #ffffff 100%) !important;
  color: #16352c !important;
}
.site-header,
.topbar,
.global-nav {
  background: linear-gradient(90deg, #064e3b 0%, #047857 62%, #0ea5a3 100%) !important;
  color: #ffffff !important;
}
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(167, 243, 208, .28), transparent 34%),
    linear-gradient(135deg, #064e3b 0%, #047857 54%, #0ea5a3 100%) !important;
  color: #ffffff !important;
}
.hero *,
.global-nav *,
.topbar * {
  color: #ffffff !important;
}
.brand-name,
.section-head span,
h2,
h3,
.header-tel,
.section-label,
.price-main,
.tel,
.photo-label,
.stars,
.company-table th {
  color: #047857 !important;
}
.btn-main,
.cta-button,
.submit-button,
.admin-submit,
button[type="submit"],
.mobile-fixed-cta a:last-child {
  background: linear-gradient(135deg, #047857 0%, #10b981 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(4,120,87,.20) !important;
}
.btn-outline {
  border-color: #10b981 !important;
  color: #047857 !important;
  background: #ecfdf5 !important;
}
.btn-outline * { color: #047857 !important; }
.service-card,
.case-card,
.price-card,
.flow-card,
.voice-card,
.company-box,
.company-card,
.contact-form,
.faq-item,
.trust-panel,
.quick-grid div,
.worry-box {
  border-color: #cdeee2 !important;
  box-shadow: 0 14px 30px rgba(4,120,87,.10) !important;
}
.section:nth-child(even),
.flow-section,
.company-table th,
.mascot-side-bubble {
  background: #ecfdf5 !important;
}
.contact-section {
  background:
    radial-gradient(circle at 15% 12%, rgba(167,243,208,.26), transparent 30%),
    linear-gradient(135deg, #064e3b 0%, #047857 58%, #0ea5a3 100%) !important;
  color: #ffffff !important;
}
.contact-section *,
.contact-telbox a {
  color: #ffffff !important;
}
.contact-form,
.contact-form * {
  color: #16352c !important;
}
.mascot-side-bubble {
  border-color: #cdeee2 !important;
  color: #164e3b !important;
}
.worry-list div:before {
  background: #d1fae5 !important;
  color: #047857 !important;
}
.price-card.featured {
  border-color: #10b981 !important;
}
.recommend {
  background: linear-gradient(135deg, #047857, #10b981) !important;
  color: #ffffff !important;
}

/* Uploaded photos: keep a consistent frame while preserving the source aspect ratio. */
.hero-photo,.service-img,.reason-photo,.case-img,.company-photo{display:block;width:100%;object-fit:cover;object-position:center}
.hero-photo,.service-img,.reason-photo{aspect-ratio:4 / 3}
.case-img,.company-photo{aspect-ratio:16 / 10}
