/*
Theme Name: Yaspen Tosou
Theme URI: https://yasupen.com
Author: LIX Design
Description: Yaspen Tosou custom corporate theme
Version: 1.0
*/

/* ===== YASPEN - 塗装・リフォーム会社 ===== */

:root {
  --primary: #1A1A1A;
  --primary-light: #2E2E2E;
  --primary-dark: #0D0D0D;
  --accent: #C9A84C;
  --accent-light: #E4C96A;
  --bg: #FFFFFF;
  --bg-section: #F7F7F7;
  --text: #1A1A1A;
  --text-light: #777777;
  --white: #FFFFFF;
  --border: #E5E5E5;
  --shadow: rgba(0, 0, 0, 0.09);
  --font-ja: 'Noto Sans JP', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-ja);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== HEADER ===== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.05em;
}

.logo-tagline {
  font-size: 10px;
  color: var(--text-light);
  letter-spacing: 0.1em;
}

.site-logo {
  height: 64px;
  width: auto;
  display: block;
}

/* ===== フルブリードヒーロー（写真いっぱい＋ロゴ＋キャッチコピー） ===== */
.hero-fullbleed {
  position: relative;
  width: 100%;
  margin-top: 76px;
  aspect-ratio: 2.2 / 1;
  min-height: 460px;
  max-height: 680px;
  overflow: hidden;
}
.hero-fullbleed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 38%;
  display: block;
}
.hero-fullbleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0.12) 0%, rgba(13,13,13,0.35) 55%, rgba(13,13,13,0.82) 100%);
}
.hero-fullbleed-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 24px;
  padding-bottom: 72px;
}
.hero-fullbleed-logo-wrap {
  margin-bottom: 20px;
}
.hero-fullbleed-logo {
  height: 112px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,0.55));
}
.hero-fullbleed-catch {
  font-size: clamp(28px, 5.5vw, 58px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.55);
}
.hero-fullbleed-catch .x {
  color: var(--accent-light);
  margin: 0 14px;
}
@media(max-width:600px){
  .hero-fullbleed { aspect-ratio: 3 / 4; min-height: 440px; max-height: 620px; }
  .hero-fullbleed-img { object-position: 30% 38%; }
  .hero-fullbleed-logo-wrap { margin-bottom: 14px; }
  .hero-fullbleed-logo { height: 66px; }
}

/* ===== 会社紹介ストリップ（フルブリードヒーロー直下） ===== */
.company-intro-strip {
  background: var(--white);
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.company-intro-strip p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
}

/* ===== 会社理念セクション ===== */
.philosophy-section {
  padding: 88px 0;
  background: var(--bg-section);
}
.philosophy-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.philosophy-tag {
  font-family: 'Caveat', cursive;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 700;
  color: var(--accent);
  transform: rotate(-3deg);
  margin-bottom: 2px;
}
.philosophy-stat {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}
.philosophy-stat-num {
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  vertical-align: -0.08em;
}
.philosophy-stat-unit {
  font-size: 0.6em;
  font-weight: 900;
  color: var(--accent);
  margin-right: 4px;
}
.philosophy-heading {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 10px;
}
.philosophy-lead {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 36px;
}
.philosophy-body p {
  font-size: 15px;
  color: var(--text);
  line-height: 2;
  text-align: left;
  margin-bottom: 22px;
}
.philosophy-body p:last-child {
  margin-bottom: 0;
}
@media(max-width:600px){
  .philosophy-section { padding: 56px 0; }
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.05em;
  transition: color 0.2s;
  position: relative;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s;
}

nav a:hover {
  color: var(--primary);
}

nav a:hover::after {
  width: 100%;
}

.nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}

.nav-cta:hover {
  background: var(--primary-light) !important;
}

.nav-cta::after {
  display: none !important;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
  padding-top: 76px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 60%, #2A2A2A 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--accent-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.hero-title span {
  color: var(--accent-light);
}

.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  line-height: 1.8;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(200,149,42,0.4);
}

.btn-primary:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,149,42,0.5);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-card-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.hero-main-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
}

.stat-num {
  font-size: 36px;
  font-weight: 900;
  color: var(--accent-light);
  line-height: 1;
}

.stat-unit {
  font-size: 14px;
  color: var(--accent-light);
  font-weight: 700;
}

.stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
  letter-spacing: 0.05em;
}

.hero-feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.feature-check {
  width: 24px;
  height: 24px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}

/* ===== SECTION COMMON ===== */
.section {
  padding: 100px 0;
}

.section-alt {
  background: var(--bg-section);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-head {
  text-align: center;
  margin-bottom: 64px;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 4px 16px;
  border: 1px solid var(--accent);
  border-radius: 100px;
}

.section-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.4;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 16px;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ===== REASONS ===== */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.reason-card {
  background: var(--white);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 24px var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid var(--border);
}

.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px var(--shadow);
}

.reason-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
}

.reason-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.reason-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 12px;
  line-height: 1.4;
}

.reason-text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.8;
}

/* ===== SERVICES ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px var(--shadow);
  border: 1px solid var(--border);
  display: flex;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-img {
  width: 160px;
  flex-shrink: 0;
  background: linear-gradient(160deg, var(--primary-light), var(--primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.service-body {
  padding: 28px;
  flex: 1;
}

.service-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(200,149,42,0.1);
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.service-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.service-text {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.7;
}

/* ===== FLOW ===== */
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}

.flow-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
}

.flow-item:last-child {
  padding-bottom: 0;
}

.flow-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.flow-num {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 900;
  font-size: 18px;
  z-index: 1;
}

.flow-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, var(--primary), var(--border));
  margin-top: 8px;
  min-height: 40px;
}

.flow-item:last-child .flow-line {
  display: none;
}

.flow-body {
  flex: 1;
  padding-top: 12px;
}

.flow-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.flow-text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.8;
}

/* ===== VOICE ===== */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.voice-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 24px var(--shadow);
  border: 1px solid var(--border);
}

.voice-stars {
  color: var(--accent);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.voice-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.voice-text::before {
  content: '「';
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
}

.voice-text::after {
  content: '」';
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
}

.voice-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.voice-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 800;
  font-size: 16px;
}

.voice-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.voice-area {
  font-size: 11px;
  color: var(--text-light);
}

/* ===== CTA BANNER ===== */
.cta-section {
  background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 65%, #2A2318 100%);
  border-top: 3px solid var(--accent);
  padding: 88px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.4;
}

.cta-section p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

.cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-white {
  background: var(--white);
  color: var(--primary-dark);
  padding: 16px 40px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

/* ===== FOOTER ===== */
footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 32px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .logo-name {
  color: var(--white);
  font-size: 22px;
}

.footer-brand .logo-tagline {
  color: rgba(255,255,255,0.5);
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 16px;
  color: rgba(255,255,255,0.6);
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent-light);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 24px;
  z-index: 999;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 32px var(--shadow);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

/* ===== PAGE HERO ===== */
.page-hero {
  padding-top: 76px;
  background: var(--white);
  padding-bottom: 56px;
  padding-top: calc(76px + 56px);
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.page-hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 16px;
  border: 1px solid var(--accent);
  border-radius: 100px;
}

.page-hero h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 15px;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ===== STICKY BOTTOM BAR (site-wide) ===== */
body { padding-bottom: 68px; }

.sticky-bottom {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
  padding: 10px 24px;
  display: flex; align-items: center; justify-content: center; gap: 24px;
}
.sticky-tel { display: flex; align-items: center; gap: 10px; }
.sticky-tel-label { font-size: 10px; color: var(--text-light); letter-spacing: 0.1em; }
.sticky-tel-num { font-size: 22px; font-weight: 900; color: var(--primary-dark); letter-spacing: 0.05em; display: flex; align-items: center; gap: 6px; text-decoration: none; }
.sticky-tel-num svg { width: 18px; height: 18px; color: var(--accent); }
.sticky-hours { font-size: 11px; color: var(--text-light); }
.sticky-btns { display: flex; gap: 10px; }
.sticky-btn-main {
  background: var(--accent); color: white;
  padding: 11px 24px; border-radius: 7px;
  font-weight: 800; font-size: 14px;
  display: flex; align-items: center; gap: 6px;
  transition: background 0.2s;
}
.sticky-btn-main:hover { background: var(--accent-light); }
.sticky-btn-sub {
  background: var(--bg-section); color: var(--primary-dark);
  border: 1px solid var(--border);
  padding: 11px 20px; border-radius: 7px;
  font-weight: 700; font-size: 13px;
  display: flex; align-items: center; gap: 6px;
}
.sticky-btn-main svg, .sticky-btn-sub svg, .sticky-btn-line svg { width: 16px; height: 16px; }
.sticky-btn-line {
  background: #06C755; color: white;
  padding: 11px 20px; border-radius: 7px;
  font-weight: 700; font-size: 13px;
  display: flex; align-items: center; gap: 6px;
  transition: background 0.2s;
}
.sticky-btn-line:hover { background: #05b34c; }

@media(max-width:960px){
  .sticky-bottom { padding: 8px 12px; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .sticky-tel-num { font-size: 18px; }
}
@media(max-width:600px){
  .sticky-tel { display: none; }
}

/* ===== FADE-IN (site-wide) ===== */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ===== CONTACT FORM ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-info-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 4px;
}

.contact-info-body p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.7;
}

.form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 8px 48px var(--shadow);
  border: 1px solid var(--border);
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.form-group label .required {
  color: #C0392B;
  margin-left: 4px;
  font-size: 11px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-ja);
  font-size: 15px;
  color: var(--text);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}

.form-group textarea {
  resize: vertical;
  min-height: 160px;
}

.form-submit {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.form-submit:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--shadow);
}

/* ===== COMPANY TABLE ===== */
.company-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px var(--shadow);
}

.company-table tr {
  border-bottom: 1px solid var(--border);
}

.company-table tr:last-child {
  border-bottom: none;
}

.company-table th {
  width: 200px;
  padding: 20px 28px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark);
  background: var(--bg-section);
  vertical-align: top;
}

.company-table td {
  padding: 20px 28px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
}

/* ===== LP PAGE ===== */
.lp-hero {
  padding-top: 76px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #0D0D0D 0%, #1A1A1A 50%, #2A2A2A 100%);
  position: relative;
  text-align: center;
}

.lp-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 24px;
  position: relative;
  z-index: 1;
}

.lp-hero-catch {
  font-size: clamp(28px, 5vw, 60px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
}

.lp-hero-catch .highlight {
  color: var(--accent-light);
  border-bottom: 3px solid var(--accent);
  padding-bottom: 2px;
}

.lp-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  line-height: 1.8;
}

.lp-cta-box {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 40px;
  margin-top: 48px;
}

.lp-cta-box p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.price-info {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 24px 0;
  flex-wrap: wrap;
}

.price-item {
  text-align: center;
}

.price-label {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.price-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--accent-light);
}

.price-unit {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}

/* ===== ABOUT PAGE ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-img-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  border-radius: 24px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}
.about-img-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.about-img-block::after {
  content: '';
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.35), rgba(201,168,76,0) 70%);
}
.about-img-block svg {
  position: relative;
  z-index: 1;
  color: var(--accent-light) !important;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.45));
}
.about-photo-block {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}
.about-photo-block img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 40%;
  display: block;
}
.about-photo-block .photo-tag {
  position: absolute; left: 14px; bottom: 14px;
}

.about-body h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 20px;
  line-height: 1.4;
}

.about-body p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 16px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.value-item {
  text-align: center;
  padding: 24px 16px;
  background: var(--bg-section);
  border-radius: 12px;
  border: 1px solid var(--border);
}

.value-icon {
  width: 52px; height: 52px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.value-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav { display: none; }
  .hamburger { display: flex; }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-visual { display: none; }

  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    flex-direction: column;
  }

  .service-img {
    width: 100%;
    height: 120px;
  }

  .voice-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-card {
    padding: 28px;
  }

  .company-table th {
    width: 120px;
    padding: 16px;
  }

  .company-table td {
    padding: 16px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .price-info {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 40px; }
  .hero-title { font-size: 28px; }
  .btn-primary, .btn-outline { padding: 14px 24px; font-size: 15px; }
}


/* ===== HOMEPAGE-SPECIFIC OVERRIDES (from former index.html inline style) ===== */

    /* ===== フェードイン ===== */
    .fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .fade-in.visible { opacity: 1; transform: none; }

    /* ===== ヒーロー（白ベース＋写真パネル） ===== */
    .hero {
      padding-top: 76px;
      background: var(--white);
      position: relative;
      overflow: hidden;
    }
    .hero-inner {
      max-width: 1200px; margin: 0 auto; padding: 68px 24px 60px;
      position: relative; z-index: 1;
      display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(26,26,26,0.05); border: 1px solid var(--border);
      color: var(--primary-dark); font-size: 12px; font-weight: 700;
      padding: 7px 18px; border-radius: 100px; letter-spacing: 0.1em;
      margin-bottom: 24px;
    }
    .hero-badge svg { width: 14px; height: 14px; color: var(--accent); flex-shrink: 0; }
    .hero-title {
      font-size: clamp(30px, 4vw, 52px); font-weight: 900;
      color: var(--primary-dark); line-height: 1.4; margin-bottom: 18px; letter-spacing: 0.02em;
    }
    .hero-title span { position: relative; }
    .hero-title span::after {
      content: ''; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 12px;
      background: rgba(201,168,76,0.4); z-index: -1;
    }
    .hero-sub { font-size: 15px; color: var(--text-light); margin-bottom: 28px; line-height: 1.9; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
    .hero .btn-outline, .hero-cta-strip .btn-outline { color: var(--primary-dark); border: 2px solid var(--primary-dark); }
    .hero .btn-outline:hover, .hero-cta-strip .btn-outline:hover { background: rgba(26,26,26,0.06); border-color: var(--primary-dark); }

    /* ヒーロー右側：施工写真コラージュ */
    .hero-photo-collage {
      width: 100%; height: 520px;
      display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr;
      gap: 10px;
    }
    .hero-photo-collage .main-photo { grid-row: 1 / 3; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 48px rgba(0,0,0,0.16); }
    .hero-photo-collage .sub-photo { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,0.14); }
    .hero-photo-collage .main-photo img, .hero-photo-collage .sub-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .photo-tag {
      position: absolute; left: 10px; bottom: 10px;
      background: rgba(13,13,13,0.75); color: white; font-size: 10px; font-weight: 700;
      padding: 4px 10px; border-radius: 100px; letter-spacing: 0.02em;
    }
    .hero-float-badge {
      position: absolute; left: 14px; right: 14px; bottom: 14px;
      background: rgba(13,13,13,0.88); backdrop-filter: blur(6px);
      border-radius: 12px; padding: 12px 8px;
      display: grid; grid-template-columns: repeat(2,1fr); gap: 6px;
    }
    .stat-item { text-align: center; }
    .stat-num { font-size: 18px; font-weight: 900; color: var(--accent-light); line-height: 1; }
    .stat-unit { font-size: 10px; font-weight: 700; color: var(--accent-light); }
    .stat-label { font-size: 9px; color: rgba(255,255,255,0.7); margin-top: 3px; letter-spacing: 0; white-space: nowrap; }
    .hero-check-item { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; font-weight: 500; }
    .chk {
      width: 22px; height: 22px; background: var(--accent); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; color: white;
    }
    .chk svg { width: 12px; height: 12px; }
    @media(max-width:960px){
      .hero .hero-visual { display: block; margin-top: 0; }
      .hero-photo-collage { height: 360px; }
    }
    @media(max-width:960px){
      .hero-inner { gap: 32px; }
    }

    /* ===== ヒーロー直後のCTAストリップ ===== */
    .hero-cta-strip { background: var(--white); padding: 40px 0 48px; }
    .hero-cta-strip-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
    .hero-cta-checks { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; }
    .hero-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
    @media(max-width:600px){ .hero-cta-checks { flex-direction: column; align-items: flex-start; gap: 11px; } }

    /* ===== 信頼バッジ行 ===== */
    .trust-bar { background: #fff; border-bottom: 2px solid var(--border); padding: 20px 0; }
    .trust-bar-inner {
      max-width: 1200px; margin: 0 auto; padding: 0 24px;
      display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
    }
    .trust-item {
      display: flex; align-items: center; gap: 14px;
      padding: 8px 20px;
      border-right: 1px solid var(--border);
    }
    .trust-item:last-child { border-right: none; }
    .trust-icon {
      width: 52px; height: 52px; flex-shrink: 0;
      background: linear-gradient(135deg, #B8860B, #DAA520);
      border-radius: 50%; display: flex; align-items: center;
      justify-content: center; font-size: 22px;
      box-shadow: 0 2px 8px rgba(184,134,11,0.3);
    }
    .trust-text-main { font-size: 13px; font-weight: 800; color: var(--primary-dark); line-height: 1.3; }
    .trust-text-sub { font-size: 11px; color: var(--text-light); margin-top: 2px; }

    /* ===== 選ばれる理由 ===== */
    .reasons-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
    .reason-card {
      background: var(--white); border-radius: 16px; padding: 36px 28px;
      text-align: center; box-shadow: 0 4px 28px var(--shadow);
      border: 1px solid var(--border); transition: transform 0.3s, box-shadow 0.3s;
    }
    .reason-card:hover { transform: translateY(-6px); box-shadow: 0 14px 44px var(--shadow); }
    .reason-icon-wrap {
      width: 72px; height: 72px; margin: 0 auto 20px;
      background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.05));
      border: 1px solid rgba(201,168,76,0.35);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 18px rgba(201,168,76,0.16);
    }
    .reason-icon-wrap svg { width: 32px; height: 32px; color: var(--accent); }
    .reason-num { font-size: 10px; font-weight: 700; color: var(--accent); letter-spacing: 0.2em; margin-bottom: 8px; }
    .reason-title { font-size: 18px; font-weight: 800; color: var(--primary-dark); margin-bottom: 12px; line-height: 1.4; }
    .reason-text { font-size: 13px; color: var(--text-light); line-height: 1.8; }

    /* ===== 施工事例ギャラリー ===== */
    .gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
    .gallery-item { border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 4/3; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
    .gallery-item:hover img { transform: scale(1.06); }
    .gallery-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(44,24,16,0.75) 0%, transparent 60%);
      display: flex; align-items: flex-end; padding: 16px;
    }
    .gallery-label { color: white; font-size: 13px; font-weight: 700; }
    .gallery-tag {
      display: inline-block; font-size: 10px; font-weight: 700;
      background: var(--accent); color: white; padding: 2px 8px;
      border-radius: 4px; margin-bottom: 4px;
    }

    /* ===== サービス ===== */
    .services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
    .service-card {
      background: var(--white); border-radius: 20px;
      box-shadow: 0 4px 24px var(--shadow); border: 1px solid var(--border);
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex; gap: 0; overflow: hidden;
    }
    .service-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px var(--shadow); }
    .service-icon-col {
      width: 110px; flex-shrink: 0;
      background: var(--bg-section); border-right: 1px solid var(--border);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 10px; padding: 28px 12px;
    }
    .service-icon-col .icon {
      width: 56px; height: 56px;
      background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.05));
      border: 1px solid rgba(201,168,76,0.35);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
    }
    .service-icon-col .icon svg { width: 28px; height: 28px; color: var(--accent); }
    .service-icon-col .tag {
      font-size: 9px; font-weight: 700; color: var(--primary-dark);
      background: rgba(201,168,76,0.16); border: 1px solid var(--accent);
      padding: 3px 8px; border-radius: 100px; letter-spacing: 0.08em; text-align: center;
    }
    .service-body { padding: 24px 22px; flex: 1; }
    .service-title { font-size: 17px; font-weight: 800; color: var(--primary-dark); margin-bottom: 10px; }
    .service-text { font-size: 13px; color: var(--text-light); line-height: 1.8; }
    .service-points { list-style: none; margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
    .service-points li { font-size: 12px; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
    .service-points li::before { content: '✓'; color: var(--accent); font-weight: 800; font-size: 11px; }
    @media(max-width:900px){
      .services-grid { grid-template-columns: 1fr; }
      .service-card { flex-direction: column; }
      .service-icon-col {
        width: 100%; flex-direction: row;
        border-right: none; border-bottom: 1px solid var(--border);
        padding: 16px 20px; gap: 12px;
      }
    }
    @media(max-width:500px){ .service-icon-col .icon { width: 44px; height: 44px; } .service-icon-col .icon svg { width: 22px; height: 22px; } }

    /* ===== 施工の流れ ===== */
    .flow-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; }
    .flow-item { display: flex; gap: 24px; align-items: flex-start; position: relative; padding-bottom: 36px; }
    .flow-item:last-child { padding-bottom: 0; }
    .flow-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
    .flow-num {
      width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary), var(--accent));
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      color: white; font-weight: 900; font-size: 18px; z-index: 1;
    }
    .flow-line { width: 2px; flex: 1; background: linear-gradient(to bottom, var(--accent), var(--border)); margin-top: 8px; min-height: 36px; }
    .flow-item:last-child .flow-line { display: none; }
    .flow-body { flex: 1; padding-top: 10px; }
    .flow-title { font-size: 18px; font-weight: 800; color: var(--primary-dark); margin-bottom: 6px; }
    .flow-text { font-size: 14px; color: var(--text-light); line-height: 1.8; }
    .flow-photo { width: 180px; flex-shrink: 0; border-radius: 12px; overflow: hidden; margin-top: 10px; }
    .flow-photo img { width: 100%; height: 130px; object-fit: cover; display: block; }
    @media(max-width:600px){ .flow-photo { display: none; } }

    /* ===== お客様の声 ===== */
    .voice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
    .voice-card {
      background: var(--white); border-radius: 16px; padding: 26px;
      box-shadow: 0 4px 24px var(--shadow); border: 1px solid var(--border);
    }
    .voice-stars { color: #F5A623; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
    .voice-text { font-size: 14px; color: var(--text); line-height: 1.8; margin-bottom: 18px; }
    .voice-text::before { content: '「'; color: var(--accent); font-size: 18px; font-weight: 800; }
    .voice-text::after { content: '」'; color: var(--accent); font-size: 18px; font-weight: 800; }
    .voice-author { display: flex; align-items: center; gap: 12px; }
    .voice-avatar {
      width: 38px; height: 38px; background: linear-gradient(135deg, var(--primary-light), var(--accent));
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      color: white; font-weight: 800; font-size: 15px; flex-shrink: 0;
    }
    .voice-name { font-size: 13px; font-weight: 700; color: var(--text); }
    .voice-area { font-size: 11px; color: var(--text-light); }

    /* ===== 施工実績（数字表示） ===== */
    .achv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 760px; margin: 0 auto; }
    .achv-item {
      background: var(--white); border: 1px solid var(--border); border-radius: 16px;
      padding: 32px 20px; text-align: center; box-shadow: 0 4px 24px var(--shadow);
    }
    .achv-num { font-size: 40px; font-weight: 900; color: var(--primary-dark); line-height: 1; }
    .achv-unit { font-size: 16px; font-weight: 700; color: var(--accent); margin-left: 2px; }
    .achv-label { font-size: 13px; color: var(--text-light); margin-top: 10px; letter-spacing: 0.02em; }
    @media(max-width:600px){ .achv-grid { grid-template-columns: 1fr; gap: 14px; } }

    /* ===== CTA ===== */
    .cta-section {
      background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 65%, #2A2318 100%);
      border-top: 3px solid var(--accent);
      padding: 88px 0; text-align: center;
    }
    .cta-section h2 { font-size: clamp(22px,3vw,38px); font-weight: 900; color: white; margin-bottom: 14px; line-height: 1.4; }
    .cta-section p { font-size: 16px; color: rgba(255,255,255,0.83); margin-bottom: 38px; }
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

    /* ===== 施工の流れ（ダーク） ===== */
    .flow-dark { background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 100%); }
    .flow-dark .section-label { color: var(--accent-light); border-color: var(--accent-light); }
    .flow-dark .section-title { color: #fff; }
    .flow-dark .section-desc { color: rgba(255,255,255,0.72); }
    .flow-dark .flow-title { color: #fff; }
    .flow-dark .flow-text { color: rgba(255,255,255,0.68); }
    .flow-dark .flow-line { background: linear-gradient(to bottom, var(--accent), rgba(255,255,255,0.15)); }

    /* ===== フッター ===== */
    footer { background: var(--primary-dark); color: rgba(255,255,255,0.78); padding: 56px 0 28px; }
    .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
    .footer-logo-img { height: 52px; width: auto; display: block; margin-bottom: 8px; }
    .footer-brand .logo-name { color: white; font-size: 22px; }
    .footer-brand .logo-tagline { color: rgba(255,255,255,0.45); }
    .footer-brand p { font-size: 13px; line-height: 1.8; margin-top: 14px; color: rgba(255,255,255,0.55); }
    .footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--accent-light); margin-bottom: 18px; text-transform: uppercase; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
    .footer-col a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
    .footer-col a:hover { color: white; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.38); }

    /* ===== 悬浮底栏 ===== */
    .sticky-bottom {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
      background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
      border-top: 1px solid var(--border);
      box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
      padding: 10px 24px;
      display: flex; align-items: center; justify-content: center; gap: 24px;
    }
    .sticky-tel { display: flex; align-items: center; gap: 10px; }
    .sticky-tel-label { font-size: 10px; color: var(--text-light); letter-spacing: 0.1em; }
    .sticky-tel-num { font-size: 22px; font-weight: 900; color: var(--primary-dark); letter-spacing: 0.05em; display: flex; align-items: center; gap: 6px; }
    .sticky-tel-num svg { width: 18px; height: 18px; color: var(--accent); }
    .sticky-hours { font-size: 11px; color: var(--text-light); }
    .sticky-btns { display: flex; gap: 10px; }
    .sticky-btn-main {
      background: var(--accent); color: white;
      padding: 11px 24px; border-radius: 7px;
      font-weight: 800; font-size: 14px;
      display: flex; align-items: center; gap: 6px;
      transition: background 0.2s;
    }
    .sticky-btn-main:hover { background: var(--accent-light); }
    .sticky-btn-sub {
      background: var(--bg-section); color: var(--primary-dark);
      border: 1px solid var(--border);
      padding: 11px 20px; border-radius: 7px;
      font-weight: 700; font-size: 13px;
      display: flex; align-items: center; gap: 6px;
    }
    .sticky-btn-main svg, .sticky-btn-sub svg, .sticky-btn-line svg { width: 16px; height: 16px; }
    .sticky-btn-line {
      background: #06C755; color: white;
      padding: 11px 20px; border-radius: 7px;
      font-weight: 700; font-size: 13px;
      display: flex; align-items: center; gap: 6px;
      transition: background 0.2s;
    }
    .sticky-btn-line:hover { background: #05b34c; }

    /* ===== body下余白（悬浮栏分） ===== */
    body { padding-bottom: 68px; }

    /* ===== ハンバーガー ===== */
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--text); transition: all 0.3s; }
    .mobile-nav {
      display: none; position: fixed; top: 76px; left: 0; right: 0;
      background: var(--white); border-bottom: 1px solid var(--border);
      padding: 24px; z-index: 999; flex-direction: column; gap: 16px;
      box-shadow: 0 8px 32px var(--shadow);
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a { font-size: 16px; font-weight: 600; color: var(--text); padding: 8px 0; border-bottom: 1px solid var(--border); }

    /* ===== レスポンシブ ===== */
    @media(max-width:960px){
      nav { display: none; }
      .hamburger { display: flex; }
      .hero-inner { grid-template-columns: 1fr; text-align: center; }
      .hero-btns { justify-content: center; }
      .hero-card { display: none; }
      .trust-bar-inner { grid-template-columns: 1fr 1fr; }
      .trust-item { border-right: none; border-bottom: 1px solid var(--border); }
      .trust-item:nth-child(odd) { border-right: 1px solid var(--border); }
      .trust-item:nth-last-child(-n+2) { border-bottom: none; }
      .reasons-grid, .voice-grid { grid-template-columns: 1fr; }
      .services-grid { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
      .sticky-bottom { padding: 8px 12px; gap: 10px; flex-wrap: wrap; justify-content: center; }
      .sticky-tel-num { font-size: 18px; }
    }
    @media(max-width:600px){
      .gallery-grid { grid-template-columns: 1fr; }
      .sticky-tel { display: none; }
    }

    /* ===== FAQ ===== */
    .faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
    .faq-item {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 12px; overflow: hidden;
      transition: box-shadow 0.2s;
    }
    .faq-item:hover { box-shadow: 0 4px 20px var(--shadow); }
    .faq-item summary {
      padding: 22px 28px; font-size: 15px; font-weight: 700;
      color: var(--text); cursor: pointer; list-style: none;
      display: flex; justify-content: space-between; align-items: center; gap: 16px;
    }
    .faq-item summary::after { content: '+'; font-size: 24px; color: var(--accent); font-weight: 300; flex-shrink: 0; }
    .faq-item[open] summary::after { content: '−'; }
    .faq-item[open] summary { border-bottom: 1px solid var(--border); }
    .faq-item p { padding: 20px 28px; font-size: 14px; color: var(--text-light); line-height: 1.85; }
    .faq-item summary::-webkit-details-marker { display: none; }

    /* ===== スタッフ紹介 ===== */
    .staff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
    .staff-card {
      background: var(--white); border-radius: 18px; overflow: hidden;
      box-shadow: 0 4px 24px var(--shadow); border: 1px solid var(--border);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .staff-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px var(--shadow); }
    .staff-photo { aspect-ratio: 4/3; overflow: hidden; }
    .staff-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .staff-body { padding: 20px 22px 24px; }
    .staff-role {
      display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
      color: var(--primary-dark); background: rgba(201,168,76,0.14); border: 1px solid var(--accent);
      padding: 3px 10px; border-radius: 100px; margin-bottom: 10px;
    }
    .staff-name { font-size: 16px; font-weight: 800; color: var(--primary-dark); margin-bottom: 8px; }
    .staff-text { font-size: 13px; color: var(--text-light); line-height: 1.8; }
    @media(max-width:900px){ .staff-grid { grid-template-columns: 1fr; } }

    /* ===== 金額と施工性 ===== */
    .price-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 48px; }
    .price-card {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 20px; padding: 36px 28px;
      box-shadow: 0 4px 24px var(--shadow);
    }
    .price-card.price-card-cta {
      background: var(--bg-section);
      border: 2px solid var(--accent); display: flex; flex-direction: column;
      align-items: center; text-align: center; gap: 16px; justify-content: center;
    }
    .price-type {
      font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
      color: var(--accent); margin-bottom: 10px; display: block;
    }
    .price-card-cta .price-type { color: var(--primary-dark); margin-bottom: 0; }
    .price-from { font-size: 54px; font-weight: 900; color: var(--primary-dark); line-height: 1; }
    .price-unit-label { font-size: 18px; font-weight: 700; color: var(--primary-dark); }
    .price-range { margin-bottom: 14px; }
    .price-note { font-size: 12px; color: var(--text-light); line-height: 1.7; }
    .price-cta-desc { font-size: 15px; color: var(--text-light); line-height: 1.7; }
    .price-reasons { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 16px; }
    .price-reason { text-align: center; padding: 28px; background: var(--bg); border-radius: 16px; }
    .price-reason-icon svg { width: 34px; height: 34px; color: var(--primary-dark); margin-bottom: 14px; }
    .price-reason-title { font-size: 16px; font-weight: 800; color: var(--primary-dark); margin-bottom: 8px; }
    .price-reason-text { font-size: 13px; color: var(--text-light); line-height: 1.8; }
    @media(max-width:900px){ .price-cards, .price-reasons { grid-template-columns: 1fr; } }

    /* ===== 声カード改良 ===== */
    .voice-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
    .google-badge {
      width: 30px; height: 30px; border-radius: 50%;
      background: #4285F4; color: white; display: flex; align-items: center;
      justify-content: center; font-weight: 900; font-size: 14px;
      flex-shrink: 0; margin-left: auto; font-family: Arial, sans-serif; letter-spacing: 0;
    }
    .voice-meta { flex: 1; }
    .voice-meta .voice-name { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.3; }
    .voice-meta .voice-area { font-size: 11px; color: var(--text-light); margin-top: 2px; }
  


/* ===== ABOUT PAGE-SPECIFIC ===== */
.mission-block {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      border-radius: 24px;
      padding: 64px;
      text-align: center;
      color: white;
      margin-bottom: 80px;
    }
    .mission-block .section-label { color: var(--accent-light); border-color: var(--accent-light); }
    .mission-block h2 { color: white; font-size: clamp(24px,3vw,40px); margin-bottom: 20px; }
    .mission-block p { color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.9; max-width: 700px; margin: 0 auto; }
    .member-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
    .member-card {
      background: var(--white);
      border-radius: 20px;
      padding: 36px 24px;
      text-align: center;
      box-shadow: 0 4px 24px var(--shadow);
      border: 1px solid var(--border);
    }
    .member-avatar {
      width: 120px; height: 120px;
      border-radius: 50%;
      margin: 0 auto 20px;
      overflow: hidden;
      border: 3px solid var(--accent);
    }
    .member-avatar img {
      width: 100%; height: 100%; object-fit: cover; object-position: top center;
    }
    .member-name { font-size: 18px; font-weight: 800; color: var(--primary-dark); margin-bottom: 4px; }
    .member-role { font-size: 12px; color: var(--accent); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 16px; }
    .member-bio { font-size: 13px; color: var(--text-light); line-height: 1.8; }
    @media(max-width:900px){ .member-grid { grid-template-columns: 1fr; } .mission-block { padding: 36px 24px; } }

/* ===== COMPANY PAGE-SPECIFIC ===== */
.map-placeholder {
      background: linear-gradient(135deg, var(--bg-section), var(--border));
      border-radius: 16px;
      height: 360px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 12px;
      color: var(--text-light);
      font-size: 48px;
      border: 2px dashed var(--border);
      margin-top: 60px;
    }
    .map-placeholder p { font-size: 14px; font-weight: 600; }
    .map-embed {
      border-radius: 16px;
      overflow: hidden;
      height: 360px;
      margin-top: 60px;
      border: 1px solid var(--border);
    }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    .access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 60px; align-items: start; }
    .access-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .access-list li { display: flex; gap: 12px; font-size: 14px; line-height: 1.7; }
    .access-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
    @media(max-width:900px){ .access-grid { grid-template-columns: 1fr; } }

/* ===== CONTACT PAGE-SPECIFIC ===== */
.free-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(200,149,42,0.12); border: 1px solid var(--accent);
      color: var(--accent); font-size: 13px; font-weight: 700;
      padding: 8px 20px; border-radius: 100px; margin-bottom: 24px;
    }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    @media(max-width:600px){ .form-row { grid-template-columns: 1fr; } }

/* ===== JIREI PAGE-SPECIFIC ===== */
/* ===== CASES GRID ===== */
    .cases-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }

    .case-card {
      background: var(--white);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 32px rgba(0,0,0,0.08);
      border: 1px solid var(--border);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .case-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 48px rgba(0,0,0,0.13);
    }

    /* ===== BEFORE/AFTER SLIDER ===== */
    .ba-wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 4/3;
      overflow: hidden;
      cursor: col-resize;
      user-select: none;
    }

    .ba-before,
    .ba-after {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }

    .ba-before img,
    .ba-after img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      pointer-events: none;
    }

    .ba-after {
      clip-path: inset(0 50% 0 0);
    }

    .ba-handle {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 100%;
      background: var(--white);
      z-index: 10;
      cursor: col-resize;
    }

    .ba-handle::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 44px;
      height: 44px;
      background: var(--white);
      border-radius: 50%;
      box-shadow: 0 2px 16px rgba(0,0,0,0.3);
    }

    .ba-handle::after {
      content: '◀ ▶';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 11px;
      color: var(--primary);
      font-weight: 900;
      letter-spacing: -2px;
      z-index: 1;
      white-space: nowrap;
    }

    .ba-label {
      position: absolute;
      top: 14px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 5px 12px;
      border-radius: 100px;
      z-index: 5;
      pointer-events: none;
    }

    .ba-label-before {
      left: 14px;
      background: rgba(26,26,26,0.75);
      color: #fff;
    }

    .ba-label-after {
      right: 14px;
      background: var(--accent);
      color: #fff;
    }

    /* ===== CASE INFO ===== */
    .case-info {
      padding: 24px 28px 28px;
    }

    .case-tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 12px;
    }

    .case-tag {
      font-size: 10px;
      font-weight: 700;
      color: var(--accent);
      background: rgba(201,168,76,0.1);
      border: 1px solid rgba(201,168,76,0.3);
      padding: 3px 10px;
      border-radius: 100px;
      letter-spacing: 0.08em;
    }

    .case-title {
      font-size: 17px;
      font-weight: 800;
      color: var(--primary-dark);
      margin-bottom: 8px;
      line-height: 1.4;
    }

    .case-meta {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .case-meta-item {
      font-size: 12px;
      color: var(--text-light);
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .case-meta-item strong {
      color: var(--text);
      font-weight: 700;
    }

    /* ===== COUNT BAR ===== */
    .count-bar {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      color: white;
      padding: 40px 0;
      text-align: center;
      margin-bottom: 80px;
    }

    .count-bar .counts {
      display: flex;
      justify-content: center;
      gap: 60px;
      flex-wrap: wrap;
    }

    .count-item .num {
      font-size: 48px;
      font-weight: 900;
      color: var(--accent-light);
      line-height: 1;
    }

    .count-item .unit {
      font-size: 16px;
      color: var(--accent-light);
      font-weight: 700;
    }

    .count-item .lbl {
      font-size: 13px;
      color: rgba(255,255,255,0.7);
      margin-top: 6px;
      letter-spacing: 0.05em;
    }

    @media (max-width: 900px) {
      .cases-grid { grid-template-columns: 1fr; }
      .count-bar .counts { gap: 32px; }
    }