/* ================================================================
   SHINZO Marushine Theme - Components CSS
   各ページのコンポーネント(ヒーロー・サービス・施工事例 等)
   ================================================================ */

/* ========================================
   FRONT PAGE - HERO
   ======================================== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--deep) 0%, var(--ink-2) 50%, var(--brand-deep) 100%);
  color: #fff;
  padding: 180px 80px 120px;
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(62, 177, 214, 0.25), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 60px, rgba(255,255,255,0.025) 60px, rgba(255,255,255,0.025) 61px);
  pointer-events: none;
}
.hero-bignum {
  position: absolute;
  right: -50px; top: 30%;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 480px;
  line-height: 1;
  color: rgba(62, 177, 214, 0.05);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.hero-tag {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--brand);
  margin-bottom: 32px;
  padding-left: 56px;
  position: relative;
}
.hero-tag::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 40px;
  height: 1px;
  background: var(--brand);
}
.hero h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.15;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}
.hero h1 .accent {
  color: var(--brand);
  position: relative;
}
.hero h1 .accent::before {
  content: '';
  position: absolute;
  left: -8px; top: 10%;
  width: calc(100% + 16px); height: 80%;
  background: rgba(62, 177, 214, 0.12);
  z-index: -1;
}
.hero-sub {
  font-size: 17px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 48px;
  max-width: 540px;
}
.hero-actions {
  display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
}
.hero-visual {
  position: relative;
  height: 600px;
  z-index: 2;
}
.hero-visual-inner {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15,31,44,0.4), rgba(41,137,168,0.2)),
    linear-gradient(180deg, var(--brand) 0%, var(--ink-2) 100%);
  border: 1px solid rgba(62, 177, 214, 0.3);
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.05) 60px, rgba(255,255,255,0.05) 61px),
    repeating-linear-gradient(90deg, transparent 0, transparent 60px, rgba(255,255,255,0.05) 60px, rgba(255,255,255,0.05) 61px);
}
.hero-stats {
  position: absolute;
  bottom: -1px; left: -1px; right: -1px;
  background: rgba(15, 31, 44, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(62, 177, 214, 0.3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hero-stats .stat {
  padding: 24px 16px;
  text-align: center;
  border-right: 1px solid rgba(62, 177, 214, 0.2);
}
.hero-stats .stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

/* ========================================
   FRONT PAGE - ABOUT
   ======================================== */
.about {
  padding: 130px 80px;
  background: var(--paper);
}
.about-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.about-image {
  height: 580px;
  background:
    linear-gradient(135deg, rgba(15,31,44,0.5), rgba(41,137,168,0.3)),
    linear-gradient(160deg, var(--brand) 0%, var(--ink-2) 100%);
  position: relative;
  overflow: hidden;
}
.about-image::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.04) 60px, rgba(255,255,255,0.04) 61px);
}
.about-image-tag {
  position: absolute;
  bottom: 32px; left: 32px;
  background: rgba(15, 31, 44, 0.85);
  padding: 20px 28px;
  color: #fff;
  z-index: 2;
}
.about-image-tag small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
}
.about-image-tag strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
}
.about-text h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.5;
  margin-bottom: 32px;
}
.about-text h3 em {
  font-style: normal;
  color: var(--brand-deep);
  background: linear-gradient(transparent 65%, rgba(62,177,214,0.25) 65%);
  padding: 0 4px;
}
.about-text p {
  font-size: 15.5px;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.95;
}
.about-creds {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cred-badge {
  background: var(--brand-mist);
  border-left: 3px solid var(--brand);
  color: var(--brand-deep);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
}
.about-sign {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
}
.about-sign small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gray);
  display: block;
  margin-bottom: 6px;
}
.about-sign-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
}

/* ========================================
   FRONT PAGE - SERVICES GRID
   ======================================== */
.services {
  background: var(--deep);
  color: var(--paper);
  padding: 130px 80px;
}
.services .section-label {
  color: var(--brand);
}
.services .section-lead {
  color: rgba(255, 255, 255, 0.7);
}
.services-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.service-card {
  background: rgba(255, 255, 255, 0.03);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 48px 32px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card:hover {
  background: var(--brand);
  color: var(--ink);
}
.service-card:hover .service-num,
.service-card:hover .service-title-en {
  color: var(--ink);
}
.service-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--brand);
  margin-bottom: 24px;
}
.service-icon {
  width: 64px;
  height: 64px;
  color: var(--brand);
  margin-bottom: 32px;
  transition: color 0.4s;
}
.service-card:hover .service-icon { color: var(--ink); }
.service-card .service-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}
.services-grid .service-title-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--brand-pale);
  margin-bottom: 20px;
  display: block;
}
.service-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.service-card:hover .service-desc { color: var(--deep); }
.service-arrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s;
}
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }

/* ========================================
   FRONT PAGE - LICENSE BAR
   ======================================== */
.license-bar {
  background: var(--ink-2);
  color: #fff;
  padding: 32px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.license-item {
  text-align: center;
}
.license-item small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
}
.license-item strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
}
.license-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
}

/* ========================================
   FRONT PAGE - STRENGTHS
   ======================================== */
.strengths {
  background: var(--paper);
  padding: 130px 80px;
}
.strengths-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strength {
  padding: 56px 40px;
  background: #fff;
  position: relative;
  border-top: 3px solid var(--brand);
  transition: all 0.4s;
}
.strength:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -30px rgba(10, 25, 41, 0.3);
}
.strength-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  color: var(--brand-pale);
  line-height: 1;
  margin-bottom: 24px;
}
.strength-tag {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.strength h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.strength p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.95;
}

/* ========================================
   FRONT PAGE - WORKS LIST
   ======================================== */
.works {
  background: var(--paper);
  padding: 130px 80px 130px;
}
.works-list {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
.work-item {
  display: grid;
  grid-template-columns: 80px 140px 1fr 100px 40px;
  align-items: center;
  gap: 32px;
  padding: 32px 40px;
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.work-item:last-child { border-bottom: none; }
.work-item:hover {
  background: var(--brand-mist);
  padding-left: 56px;
}
.work-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--brand);
}
.work-type {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  background: var(--brand-mist);
  color: var(--brand-deep);
  font-weight: 700;
  text-align: center;
}
.work-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}
.work-date {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: var(--gray);
  text-align: right;
}
.work-arrow {
  font-size: 18px;
  color: var(--gray);
  text-align: right;
}

/* ========================================
   FRONT PAGE - FLOW
   ======================================== */
.flow {
  background: var(--ink-2);
  color: #fff;
  padding: 130px 80px;
}
.flow .section-label,
.common-flow .section-label { color: var(--brand); }
.flow .section-title,
.common-flow h2 {
  color: #fff;
}
.flow .section-lead,
.common-flow-lead {
  color: rgba(255, 255, 255, 0.7);
}
.flow-track {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
}
.flow-track::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  height: 1px;
  background: rgba(62, 177, 214, 0.3);
  z-index: 1;
}
.flow-step {
  position: relative;
  z-index: 2;
  background: var(--ink-2);
  padding: 24px 16px;
  text-align: center;
}
.flow-step-num {
  font-family: 'Bebas Neue', sans-serif;
  width: 100px; height: 100px;
  margin: 0 auto 24px;
  border: 2px solid var(--brand);
  background: var(--ink-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--brand);
  letter-spacing: 0.05em;
}
.flow-step h5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  margin-bottom: 12px;
}
.flow-step p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
}

/* ========================================
   FRONT PAGE - CTA BANNER (上に大きいバナー)
   ======================================== */
.cta-banner {
  background: var(--brand);
  color: #fff;
  padding: 80px;
  display: grid; grid-template-columns: 2fr 1fr;
  align-items: center; gap: 60px;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute;
  right: -100px; top: -100px;
  width: 400px; height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
}
.cta-banner h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 38px; font-weight: 700;
  line-height: 1.35; margin-bottom: 16px;
}
.cta-banner p { font-size: 15px; opacity: 0.85; }
.cta-banner-action { text-align: right; position: relative; z-index: 2; }
.cta-banner .btn-primary { background: var(--ink); color: #fff; }
.cta-banner .btn-primary:hover { background: #fff; color: var(--ink); }

/* ========================================
   COMPANY PAGE
   ======================================== */
.greeting {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto 120px;
}
.greeting-image {
  height: 600px;
  background:
    linear-gradient(135deg, rgba(15,31,44,0.5), rgba(41,137,168,0.3)),
    linear-gradient(160deg, var(--brand) 0%, var(--ink-2) 100%);
  position: relative;
  overflow: hidden;
}
.greeting-image::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.04) 60px, rgba(255,255,255,0.04) 61px);
}
.greeting-image-tag {
  position: absolute;
  bottom: 32px; left: 32px;
  background: rgba(15, 31, 44, 0.85);
  padding: 20px 28px;
  color: #fff;
  z-index: 2;
}
.greeting-image-tag small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
}
.greeting-image-tag strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
}
.greeting-text h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.5;
  margin-bottom: 32px;
}
.greeting-text h2 em {
  font-style: normal;
  color: var(--brand-deep);
  background: linear-gradient(transparent 65%, rgba(62,177,214,0.25) 65%);
  padding: 0 4px;
}
.greeting-text p {
  font-size: 15.5px;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.95;
}
.greeting-sign {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
}
.greeting-sign small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gray);
  display: block;
  margin-bottom: 6px;
}
.greeting-sign-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.greeting-sign-creds {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.05em;
}
.company-info {
  max-width: 1200px;
  margin: 0 auto 120px;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 48px;
}
.info-table tr {
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
}
.info-table th {
  width: 240px;
  text-align: left;
  padding: 24px 32px;
  background: var(--brand-mist);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  vertical-align: top;
}
.info-table th small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--brand-deep);
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
.info-table td {
  padding: 24px 32px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink);
  vertical-align: top;
}
.info-table td a {
  color: var(--brand-deep);
  text-decoration: none;
}
.info-table td a:hover { text-decoration: underline; }
.info-table .sub-info {
  color: var(--gray);
  font-size: 12px;
  margin-left: 8px;
}
.info-table ul li {
  list-style: none;
  padding: 4px 0;
}

.qualifications {
  max-width: 1200px;
  margin: 0 auto 120px;
}
.qual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.qual-card {
  background: #fff;
  padding: 48px 32px;
  text-align: center;
  border-top: 3px solid var(--brand);
  transition: all 0.4s;
}
.qual-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(10, 25, 41, 0.25);
}
.qual-icon {
  width: 80px;
  height: 80px;
  color: var(--brand);
  margin: 0 auto 24px;
}
.qual-tag {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  background: var(--brand-mist);
  color: var(--brand-deep);
  padding: 6px 16px;
  margin-bottom: 24px;
}
.qual-card h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.qual-card p {
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.95;
  margin-bottom: 20px;
}
.qual-id {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--brand);
  padding-top: 16px;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
}

.access {
  max-width: 1200px;
  margin: 0 auto;
}
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  margin-top: 64px;
  border-top: 2px solid var(--brand);
}
.access-info {
  background: var(--ink);
  color: #fff;
  padding: 56px 48px;
}
.access-detail {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.access-detail:last-child { border-bottom: none; }
.access-detail small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 8px;
}
.access-detail strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}
.access-detail a {
  color: #fff;
  text-decoration: none;
}
.access-map {
  background: var(--paper-warm);
  min-height: 400px;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  inset: 0;
}

/* ========================================
   SERVICES PAGE
   ======================================== */
.intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 80px 60px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.intro h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.45;
}
.intro h2 em {
  font-style: normal;
  color: var(--brand-deep);
  background: linear-gradient(transparent 65%, rgba(62,177,214,0.25) 65%);
  padding: 0 4px;
}
.intro-text p {
  font-size: 15.5px;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.95;
}
.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(10, 25, 41, 0.1);
  border-bottom: 1px solid rgba(10, 25, 41, 0.1);
}
.stat-item {
  padding: 24px 0;
  border-right: 1px solid rgba(10, 25, 41, 0.1);
}
.stat-item:last-child { border-right: none; }
.stat-item .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  line-height: 1;
  color: var(--brand);
  margin-bottom: 6px;
}
.stat-item .label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-transform: uppercase;
}

.service-index {
  background: #fff;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
  position: sticky;
  top: 80px;
  z-index: 50;
}
.service-index-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.service-index-inner a {
  flex: 1;
  padding: 20px 24px;
  text-decoration: none;
  border-right: 1px solid rgba(10, 25, 41, 0.08);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service-index-inner a:last-child { border-right: none; }
.service-index-inner a:hover {
  background: var(--brand-mist);
}
.service-index-inner small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
}
.service-index-inner strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.service-section {
  padding: 120px 80px;
  position: relative;
}
.service-section.alt {
  background: var(--paper-warm);
}
.service-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.service-header {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.service-section.reverse .service-header {
  grid-template-columns: 1.2fr 1fr;
}
.service-section.reverse .service-image-block {
  order: 2;
}
.service-image-block {
  height: 480px;
  background:
    linear-gradient(135deg, rgba(15,31,44,0.4), rgba(41,137,168,0.2)),
    linear-gradient(180deg, var(--brand) 0%, var(--ink-2) 100%);
  position: relative;
  overflow: hidden;
}
.service-image-block::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.05) 60px, rgba(255,255,255,0.05) 61px);
}
.service-image-num {
  position: absolute;
  top: 32px; left: 32px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 96px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  z-index: 2;
}
.service-image-tag {
  position: absolute;
  bottom: 32px; left: 32px;
  background: rgba(15, 31, 44, 0.85);
  padding: 16px 24px;
  color: #fff;
  z-index: 2;
}
.service-image-tag small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
}
.service-image-tag strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
}
.service-section-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--brand);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-section-label::before {
  content: ''; width: 32px; height: 1px; background: var(--brand);
}
.service-text-block .service-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.3;
  margin-bottom: 8px;
}
.service-text-block .service-title-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brand-deep);
  margin-bottom: 24px;
  display: block;
}
.service-text-block .service-desc {
  font-size: 15.5px;
  color: var(--gray);
  line-height: 1.95;
  margin-bottom: 32px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-tag {
  background: var(--brand-mist);
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
}

.service-details {
  background: #fff;
  padding: 40px 48px;
  margin-bottom: 40px;
  border-left: 3px solid var(--brand);
}
.service-details h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--brand);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
}
.service-details ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
.service-details ul li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink);
}
.service-details ul li::before {
  content: '◇';
  position: absolute;
  left: 0;
  color: var(--brand);
}
.service-signs {
  background: var(--ink);
  color: #fff;
  padding: 32px 40px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.service-signs-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: var(--accent);
}
.service-signs h5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-signs p {
  font-size: 14px;
  line-height: 1.85;
  opacity: 0.85;
}

.common-flow {
  background: var(--ink-2);
  color: #fff;
  padding: 130px 80px;
}
.common-flow-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.common-flow h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.4;
  margin-bottom: 24px;
}
.common-flow-lead { margin-bottom: 80px; font-size: 16px; max-width: 640px; }

/* FAQ */
.faq-section {
  background: var(--paper);
  padding: 130px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-section h2,
.contact-faq h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3.5vw, 38px);
  margin-bottom: 64px;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  margin-bottom: 16px;
  padding: 32px 40px;
  border-left: 3px solid var(--brand);
}
.faq-q,
.faq-a {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.faq-q { margin-bottom: 16px; }
.faq-q-mark,
.faq-a-mark {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  flex-shrink: 0;
  width: 36px;
}
.faq-q-mark { color: var(--brand); }
.faq-a-mark { color: var(--accent); }
.faq-q-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink);
}
.faq-a-text {
  font-size: 14px;
  line-height: 1.95;
  color: var(--gray);
}

/* ========================================
   WORKS PAGE
   ======================================== */
.filter-bar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(10, 25, 41, 0.08);
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
  position: sticky;
  top: 80px;
  z-index: 50;
}
.filter-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}
.filter-inner::-webkit-scrollbar { display: none; }
.filter-label {
  flex-shrink: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gray);
  padding: 22px 0;
}
.filter-buttons {
  display: flex;
  gap: 4px;
}
.filter-btn {
  flex-shrink: 0;
  padding: 18px 24px;
  background: none;
  border: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  text-decoration: none;
}
.filter-btn:hover { color: var(--ink); }
.filter-btn.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
.filter-btn .count {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--brand);
  margin-left: 6px;
  opacity: 0.7;
}

.works-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 80px 120px;
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.work-card {
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
}
.work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(10, 25, 41, 0.25);
}
.work-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(160deg, rgba(15,31,44,0.45), rgba(41,137,168,0.25)),
    linear-gradient(180deg, var(--brand), var(--ink-2));
  position: relative;
  overflow: hidden;
}
.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-image::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.05) 60px, rgba(255,255,255,0.05) 61px),
    repeating-linear-gradient(90deg, transparent 0, transparent 60px, rgba(255,255,255,0.05) 60px, rgba(255,255,255,0.05) 61px);
  pointer-events: none;
}
.work-cat {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--brand);
  color: #fff;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  z-index: 2;
}
.work-num {
  position: absolute;
  bottom: 20px; right: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: rgba(255,255,255,0.4);
  line-height: 1;
  z-index: 2;
}
.work-body {
  padding: 28px 28px 32px;
  border-top: 2px solid var(--brand);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.work-meta {
  display: flex;
  gap: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 12px;
}
.work-meta .date::before { content: '◆ '; color: var(--brand); }
.work-meta .area::before { content: '◇ '; color: var(--brand); }
.work-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.work-card p {
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.85;
  margin-bottom: 20px;
  flex: 1;
}
.work-specs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  padding: 16px 18px;
  background: var(--paper);
  font-size: 12.5px;
  margin-bottom: 20px;
}
.work-specs dt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--brand);
  padding-top: 3px;
}
.work-specs dd {
  color: var(--ink);
  font-weight: 600;
}
.work-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--ink);
  padding-top: 14px;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
  transition: all 0.3s;
  text-decoration: none;
}
.work-card:hover .work-link { color: var(--brand); }
.work-link .arrow { transition: transform 0.3s; }
.work-card:hover .arrow { transform: translateX(4px); }

/* WP標準ページネーション */
.pagination-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.pagination,
.nav-links {
  display: inline-flex;
  gap: 8px;
}
.pagination .page-numbers,
.nav-links .page-numbers {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(10, 25, 41, 0.1);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.3s;
}
.pagination .page-numbers:hover,
.nav-links .page-numbers:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.pagination .page-numbers.current,
.nav-links .page-numbers.current {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

/* ========================================
   SINGLE WORK
   ======================================== */
.single-work-overview {
  margin-bottom: 100px;
}
.single-work-overview-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.single-work-main-image {
  aspect-ratio: 4 / 3;
  background: var(--brand-mist);
  overflow: hidden;
}
.single-work-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-work-info {
  padding: 24px 0;
}
.single-work-tagline {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.single-work-summary {
  font-size: 16px;
  line-height: 2;
  color: var(--ink);
  margin-bottom: 40px;
}
.single-work-specs {
  background: #fff;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 24px;
  border-left: 3px solid var(--brand);
}
.single-work-specs dt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--brand);
  padding-top: 4px;
}
.single-work-specs dd {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.single-work-content,
.single-work-ba,
.single-work-progress,
.single-work-related {
  margin: 80px 0;
}
.single-work-body {
  font-size: 16px;
  line-height: 2;
  max-width: 800px;
}
.single-work-body h2,
.single-work-body h3 {
  font-family: 'Noto Serif JP', serif;
  margin: 32px 0 16px;
}
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.ba-label {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  padding: 8px 20px;
  color: #fff;
  margin-bottom: 16px;
}
.ba-label-before { background: var(--ink); }
.ba-label-after  { background: var(--brand); }
.ba-images {
  display: grid;
  gap: 12px;
}
.ba-images a {
  display: block;
  overflow: hidden;
}
.ba-images img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}
.ba-images a:hover img { transform: scale(1.05); }
.progress-images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.progress-images-grid a { overflow: hidden; }
.progress-images-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s;
}
.progress-images-grid a:hover img { transform: scale(1.05); }
.related-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-work-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s;
}
.related-work-card:hover { transform: translateY(-4px); }
.related-work-image {
  aspect-ratio: 4 / 3;
  background: var(--brand-mist);
  overflow: hidden;
  margin-bottom: 16px;
}
.related-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-work-card h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

/* ========================================
   PRIVACY POLICY
   ======================================== */
.policy-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 60px;
}
.policy-intro {
  margin-bottom: 80px;
  padding: 36px 44px;
  background: #fff;
  border-left: 3px solid var(--brand);
  box-shadow: 0 20px 40px -25px rgba(10, 25, 41, 0.1);
}
.policy-intro p {
  font-size: 15px;
  color: var(--ink);
  line-height: 2;
  margin-bottom: 12px;
}
.policy-intro p:last-child { margin-bottom: 0; }
.policy-toc {
  margin-bottom: 80px;
  padding: 32px 40px;
  background: var(--brand-mist);
}
.policy-toc h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--brand-deep);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(41, 137, 168, 0.2);
}
.policy-toc ol {
  list-style: none;
  counter-reset: toc-counter;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}
.policy-toc ol li {
  counter-increment: toc-counter;
  position: relative;
  padding-left: 40px;
}
.policy-toc ol li::before {
  content: counter(toc-counter, decimal-leading-zero);
  position: absolute;
  left: 0; top: 1px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  color: var(--brand);
  letter-spacing: 0.1em;
}
.policy-toc ol li a {
  text-decoration: none;
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
  transition: color 0.3s;
}
.policy-toc ol li a:hover { color: var(--brand-deep); }
.policy-article {
  margin-bottom: 56px;
  scroll-margin-top: 100px;
}
.policy-article h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(10, 25, 41, 0.12);
  position: relative;
  padding-left: 64px;
}
.policy-article h2::before {
  content: attr(data-num);
  position: absolute;
  left: 0; top: 4px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: var(--brand);
  line-height: 1;
}
.policy-article p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.95;
  margin-bottom: 16px;
}
.policy-article ol,
.policy-article ul {
  margin: 16px 0 16px 24px;
}
.policy-article ol li,
.policy-article ul li {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.95;
  margin-bottom: 8px;
}
.policy-article ol {
  counter-reset: article-counter;
  list-style: none;
  margin-left: 0;
}
.policy-article ol li {
  counter-increment: article-counter;
  padding-left: 36px;
  position: relative;
}
.policy-article ol li::before {
  content: '(' counter(article-counter) ')';
  position: absolute;
  left: 0; top: 0;
  color: var(--brand-deep);
  font-weight: 600;
}
.policy-article ul {
  list-style: none;
  margin-left: 0;
}
.policy-article ul li {
  padding-left: 22px;
  position: relative;
}
.policy-article ul li::before {
  content: '◇';
  position: absolute;
  left: 0; top: 0;
  color: var(--brand);
}
.policy-meta {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(10, 25, 41, 0.15);
}
.policy-meta-date {
  text-align: right;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 32px;
}
.policy-meta-date strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: var(--ink);
  display: inline-block;
  margin-left: 12px;
}
.policy-contact {
  padding: 32px 36px;
  background: var(--ink);
  color: #fff;
}
.policy-contact small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
  display: block;
  margin-bottom: 14px;
}
.policy-contact h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.policy-contact p {
  font-size: 14px;
  line-height: 1.95;
  opacity: 0.85;
  margin-bottom: 4px;
}

/* ========================================
   CONTACT PAGE
   ======================================== */
.contact-channels {
  background: var(--paper);
  padding: 80px 80px;
}
.contact-channels-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.channel-card {
  background: #fff;
  padding: 48px 36px;
  text-align: center;
  border-top: 3px solid var(--brand-pale);
  transition: all 0.4s;
}
.channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(10, 25, 41, 0.2);
}
.channel-card-primary {
  border-top-color: var(--brand);
  background: linear-gradient(to bottom, var(--brand-mist) 0%, #fff 60%);
}
.channel-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  color: var(--brand);
}
.channel-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brand);
  margin-bottom: 12px;
}
.channel-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.channel-desc {
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.85;
  margin-bottom: 24px;
  min-height: 70px;
}
.channel-action {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: var(--ink);
  text-decoration: none;
  padding: 16px 0;
  border-top: 1px solid rgba(10, 25, 41, 0.08);
  border-bottom: 1px solid rgba(10, 25, 41, 0.08);
  margin-bottom: 16px;
  transition: color 0.3s;
}
.channel-action:hover { color: var(--brand); }
.channel-action-btn {
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.channel-action-btn:hover { background: var(--brand-deep); color: #fff; }
.channel-hours {
  font-size: 12px;
  color: var(--gray);
}

.contact-points {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 80px;
}
.points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.point-item {
  background: #fff;
  padding: 36px 28px;
  border-top: 2px solid var(--brand);
}
.point-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--brand-pale);
  line-height: 1;
  margin-bottom: 16px;
}
.point-item h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
.point-item p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.85;
}

.contact-form-section {
  background: var(--paper-warm);
  padding: 100px 80px;
}
.contact-form-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.contact-form-lead {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.95;
  margin-bottom: 48px;
}
.contact-form-box {
  background: #fff;
  padding: 56px 56px;
  border-top: 3px solid var(--brand);
}
.form-privacy-note {
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
  color: var(--gray);
}
.form-privacy-note a {
  color: var(--brand-deep);
  text-decoration: underline;
}

/* Contact Form 7 のフォームスタイル */
.wpcf7-form {
  display: grid;
  gap: 24px;
}
.wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid rgba(10, 25, 41, 0.15);
  background: #fff;
  transition: all 0.2s;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: var(--brand);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(62, 177, 214, 0.15);
}
.wpcf7-form .wpcf7-submit {
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 18px 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
}
.wpcf7-form .wpcf7-submit:hover {
  background: var(--brand-deep);
}
.wpcf7-not-valid-tip {
  color: var(--accent);
  font-size: 12px;
  margin-top: 4px;
}
.wpcf7-response-output {
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(10, 25, 41, 0.15);
  font-size: 14px;
}
.contact-faq {
  background: var(--paper);
  padding: 100px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ========================================
   BLOG
   ======================================== */
.blog-content {
  padding: 80px 80px 120px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-card {
  background: #fff;
  transition: all 0.4s;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(10, 25, 41, 0.2);
}
.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--brand-mist);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-image-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(160deg, rgba(15,31,44,0.45), rgba(41,137,168,0.25)),
    linear-gradient(180deg, var(--brand), var(--ink-2));
}
.blog-card-body {
  padding: 28px 28px 32px;
  border-top: 2px solid var(--brand);
}
.blog-card-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.blog-card-cat {
  background: var(--brand-mist);
  color: var(--brand-deep);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}
.blog-card-date {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gray);
}
.blog-card-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}
.blog-card-excerpt {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.85;
}
.single-blog-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  font-size: 13px;
}
.single-blog-cat {
  background: var(--brand);
  color: #fff;
  padding: 6px 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.single-blog-date,
.single-blog-author { color: var(--gray); }
.single-blog-thumb {
  margin-bottom: 48px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.single-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog-content {
  font-size: 16px;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}
.single-blog-content h2,
.single-blog-content h3 {
  font-family: 'Noto Serif JP', serif;
  margin: 40px 0 20px;
}
.single-blog-content h2 { font-size: 26px; }
.single-blog-content h3 { font-size: 22px; }
.single-blog-content p { margin-bottom: 20px; }
.related-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-blog-card {
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.related-blog-card:hover { transform: translateY(-4px); }
.related-blog-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--brand-mist);
}
.related-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-blog-body {
  padding: 20px 24px;
}
.related-blog-date {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 12px;
  color: var(--gray);
  display: block;
  margin-bottom: 8px;
}
.related-blog-card h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

/* ========================================
   レスポンシブ - 統合
   ======================================== */
@media (max-width: 1024px) {
  /* HERO */
  .hero { padding: 140px 24px 80px; grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { height: 400px; }

  /* ABOUT */
  .about { padding: 60px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image { height: 320px; }

  /* SERVICES */
  .services { padding: 60px 24px; }
  .services-grid { grid-template-columns: 1fr; }

  /* LICENSE BAR */
  .license-bar { padding: 24px; flex-direction: column; gap: 16px; }
  .license-divider { display: none; }

  /* STRENGTHS */
  .strengths { padding: 60px 24px; }
  .strengths-grid { grid-template-columns: 1fr; gap: 24px; }
  .strength { padding: 32px 24px; }

  /* WORKS LIST */
  .works { padding: 60px 24px; }
  .work-item { grid-template-columns: 1fr; gap: 12px; padding: 24px; text-align: left; }
  .work-date, .work-arrow { text-align: left; }

  /* FLOW */
  .flow, .common-flow { padding: 60px 24px; }
  .flow-track { grid-template-columns: 1fr; gap: 16px; }
  .flow-track::before { display: none; }

  /* CTA BANNER */
  .cta-banner { grid-template-columns: 1fr; padding: 48px 24px; }
  .cta-banner-action { text-align: left; }

  /* COMPANY */
  .greeting { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .greeting-image { height: 280px; }
  .company-info, .qualifications, .access { padding: 0 24px; }
  .info-table th { width: auto; display: block; padding: 16px 20px; }
  .info-table td { display: block; padding: 16px 20px; }
  .qual-grid { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr; }
  .access-info { padding: 32px 24px; }
  .access-map { min-height: 280px; }

  /* SERVICES PAGE */
  .intro { padding: 60px 24px; }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-stats { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(10, 25, 41, 0.1); }
  .stat-item:last-child { border-bottom: none; }
  .service-index { top: 70px; }
  .service-index-inner { overflow-x: auto; scrollbar-width: none; }
  .service-index-inner::-webkit-scrollbar { display: none; }
  .service-index-inner a { min-width: 200px; flex: 0 0 auto; }
  .service-section { padding: 60px 24px; }
  .service-header { grid-template-columns: 1fr; gap: 40px; }
  .service-section.reverse .service-header { grid-template-columns: 1fr; }
  .service-section.reverse .service-image-block { order: 0; }
  .service-image-block { height: 280px; }
  .service-details { padding: 24px; }
  .service-details ul { grid-template-columns: 1fr; }
  .service-signs { flex-direction: column; padding: 24px; }
  .faq-section, .contact-faq { padding: 60px 24px; }
  .faq-item { padding: 24px; }

  /* WORKS */
  .filter-bar { top: 70px; }
  .filter-inner { padding: 0 20px; }
  .works-section { padding: 40px 20px 80px; }
  .works-grid { grid-template-columns: 1fr; gap: 24px; }

  /* SINGLE WORK */
  .single-work-overview-grid { grid-template-columns: 1fr; gap: 32px; }
  .ba-grid { grid-template-columns: 1fr; gap: 32px; }
  .progress-images-grid { grid-template-columns: 1fr; }
  .related-works-grid { grid-template-columns: 1fr; }

  /* POLICY */
  .policy-wrapper { padding: 60px 24px; }
  .policy-intro { padding: 24px; }
  .policy-toc { padding: 24px; }
  .policy-toc ol { grid-template-columns: 1fr; }
  .policy-article h2 { padding-left: 48px; font-size: 20px; }
  .policy-article h2::before { font-size: 22px; }
  .policy-contact { padding: 24px; }

  /* CONTACT */
  .contact-channels { padding: 40px 24px; }
  .contact-channels-grid { grid-template-columns: 1fr; }
  .contact-points { padding: 60px 24px; }
  .points-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-form-section { padding: 60px 24px; }
  .contact-form-box { padding: 32px 24px; }

  /* BLOG */
  .blog-content { padding: 40px 24px 80px; }
  .blog-grid { grid-template-columns: 1fr; }
  .related-blog-grid { grid-template-columns: 1fr; }
  .single-blog-content { padding: 0 24px; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .points-grid { grid-template-columns: repeat(2, 1fr); }
}
