/*
Theme Name:  Stopla
Theme URI:   https://stopla.co.jp
Author:      Stopla Co., Ltd.
Description: 株式会社ストプラ オリジナルテーマ
Version:     1.0.0
License:     Private
Text Domain: stopla
*/

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #1c1c1a;
  background: #f8f7f4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* =============================================
   DESIGN TOKENS
============================================= */
:root {
  --ink:       #1c1c1a;
  --ink-mid:   #4a4845;
  --ink-sub:   #7a7874;
  --bg:        #f8f7f4;
  --bg-warm:   #f2f0ea;
  --bg-dark:   #111210;
  --soil:      #2d2a22;
  --accent:    #7a6438;
  --accent-l:  #a8894e;
  --border:    rgba(28,28,26,0.10);
  --border-d:  rgba(255,255,255,0.08);
  --radius:    0px;
}

/* =============================================
   TYPOGRAPHY
============================================= */
.serif { font-family: 'Noto Serif JP', serif; }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: var(--ink);
}

/* =============================================
   LAYOUT UTILITIES
============================================= */
.site-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) { .site-container { padding: 0 20px; } }

.sec-label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px;
  display: flex; align-items: center; gap: 10px;
}
.sec-label::before {
  content: ''; width: 20px; height: 0.5px;
  background: var(--accent); display: block;
}
.sec-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500; letter-spacing: 0.06em; line-height: 1.5;
}
.sec-lead {
  font-size: 14px; font-weight: 300; color: var(--ink-mid);
  line-height: 2.0; letter-spacing: 0.03em; margin-top: 16px;
}
.sec-header-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .sec-header-row { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 36px; }
}

.link-arrow {
  font-size: 13px; font-weight: 300; letter-spacing: 0.06em;
  color: var(--ink-mid); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .2s, color .2s;
}
.link-arrow:hover { color: var(--ink); gap: 12px; }

/* =============================================
   BUTTONS
============================================= */
.btn-dark {
  display: inline-block; font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; color: #fff; background: var(--soil);
  padding: 16px 40px; text-decoration: none;
  border: 1px solid var(--soil); transition: background .2s;
  white-space: nowrap;
}
.btn-dark:hover { background: var(--ink); }

.btn-accent {
  display: inline-block; font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; color: var(--soil); background: var(--accent-l);
  padding: 18px 52px; text-decoration: none;
  border: 1px solid var(--accent-l); transition: background .2s;
}
.btn-accent:hover { background: var(--accent); border-color: var(--accent); }

.btn-ghost {
  display: inline-block; font-size: 13px; font-weight: 300;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.65);
  padding: 17px 36px; text-decoration: none;
  border: 0.5px solid rgba(255,255,255,0.2);
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff; }

/* =============================================
   HEADER / NAV
============================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 64px;
  background: rgba(248,247,244,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 0.5px solid var(--border);
  display: flex; align-items: center;
}
.header-inner {
  width: 100%; max-width: 1160px; margin: 0 auto;
  padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
}
@media (max-width: 768px) { .header-inner { padding: 0 20px; } }

.site-logo { text-decoration: none; display: flex; flex-direction: column; gap: 1px; }
.site-logo .logo-main {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px; font-weight: 500; color: var(--ink);
  letter-spacing: 0.08em; line-height: 1;
}
.site-logo .logo-sub {
  font-size: 9px; font-weight: 300; letter-spacing: 0.2em;
  color: var(--ink-sub); text-transform: uppercase;
}

.global-nav { display: flex; gap: 36px; align-items: center; }
@media (max-width: 900px) { .global-nav { gap: 20px; } }
@media (max-width: 768px) { .global-nav { display: none; } }

.global-nav a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.04em;
  color: var(--ink-mid); text-decoration: none;
  transition: color .2s;
}
.global-nav a:hover { color: var(--ink); }

.header-cta {
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
  color: #fff; background: var(--soil);
  padding: 9px 24px; text-decoration: none;
  border: 1px solid var(--soil);
  transition: background .2s; white-space: nowrap;
}
.header-cta:hover { background: var(--ink); }

/* ハンバーガー（SP） */
.menu-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
@media (max-width: 768px) { .menu-toggle { display: flex; } }
.menu-toggle span {
  display: block; width: 22px; height: 1px;
  background: var(--ink); transition: transform .25s, opacity .25s;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* SP ドロワー */
.sp-nav {
  display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
  background: var(--bg); z-index: 190; overflow-y: auto;
  flex-direction: column; padding: 32px 20px;
  border-top: 0.5px solid var(--border);
}
.sp-nav.is-open { display: flex; }
.sp-nav a {
  font-size: 16px; font-weight: 400; color: var(--ink);
  text-decoration: none; padding: 18px 0;
  border-bottom: 0.5px solid var(--border);
  letter-spacing: 0.06em;
}
.sp-nav .sp-cta {
  margin-top: 32px; text-align: center;
  background: var(--soil); color: #fff;
  padding: 18px; font-size: 14px; font-weight: 500;
  letter-spacing: 0.1em; border: none;
}

/* =============================================
   HERO（画像なし・ダーク2カラム）
============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero {
  padding-top: 64px;          /* fixed header 分 */
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 300px;
  background: var(--soil);
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
}

/* 左：テキストエリア */
.hero-left {
  padding: 80px 56px 80px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
@media (max-width: 900px) { .hero-left { padding: 64px 20px 48px; } }

.hero-question {
  font-size: 12px; font-weight: 300; letter-spacing: 0.22em;
  color: var(--accent-l); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
  animation: fadeUp .6s .1s both;
}
.hero-question::before {
  content: ''; width: 28px; height: 0.5px;
  background: var(--accent-l); display: block; flex-shrink: 0;
}

.hero-h1 {
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 500; line-height: 1.7; letter-spacing: 0.04em;
  color: #fff; margin-bottom: 28px;
  animation: fadeUp .7s .2s both;
}
.hero-h1 em {
  font-style: normal; color: #fff;
  border-bottom: 1.5px solid var(--accent-l); padding-bottom: 2px;
}

.hero-body {
  font-size: 14px; font-weight: 300; line-height: 2.1;
  color: rgba(255,255,255,0.65);
  margin-bottom: 36px; letter-spacing: 0.04em;
  animation: fadeUp .7s .3s both;
}

.hero-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px;
  animation: fadeUp .7s .4s both;
}
.hero-tag {
  font-size: 11px; font-weight: 400; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.65);
  border: 0.5px solid rgba(255,255,255,0.2);
  padding: 5px 14px;
  transition: border-color .2s, color .2s;
}
.hero-tag:hover { border-color: var(--accent-l); color: var(--accent-l); }

.hero-ctas {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  animation: fadeUp .7s .5s both;
}
.btn-hero-primary {
  display: inline-block; font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; color: var(--soil);
  background: var(--accent-l); padding: 15px 40px;
  text-decoration: none; border: 1px solid var(--accent-l);
  transition: background .2s; white-space: nowrap;
}
.btn-hero-primary:hover { background: var(--accent); border-color: var(--accent); }
.btn-hero-text {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 300; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55); text-decoration: none;
  transition: gap .2s, color .2s;
}
.btn-hero-text:hover { color: #fff; gap: 12px; }

/* 右：相談パネル */
.hero-right {
  border-left: 0.5px solid rgba(255,255,255,0.08);
  padding: 80px 36px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
@media (max-width: 900px) { .hero-right { display: none; } }

.consult-head {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.28); margin-bottom: 8px;
}
.consult-card {
  display: block;
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.1);
  padding: 13px 16px; text-decoration: none;
  transition: background .2s, border-color .2s;
}
.consult-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.25);
}
.consult-card-title {
  font-size: 12px; font-weight: 500; color: #fff;
  letter-spacing: 0.04em; margin-bottom: 3px;
}
.consult-card-sub {
  font-size: 10px; font-weight: 300; color: rgba(255,255,255,0.4);
  letter-spacing: 0.03em; line-height: 1.5;
}

/* =============================================
   TRUST BAR
============================================= */
.trust-bar {
  background: var(--bg-warm);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  padding: 28px 0;
}
.trust-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
@media (max-width: 768px) { .trust-inner { padding: 0 20px; gap: 20px; } }
.trust-item { display: flex; align-items: baseline; gap: 8px; }
.trust-val {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px; font-weight: 500; color: var(--soil); letter-spacing: 0.04em;
}
.trust-txt {
  font-size: 11px; font-weight: 300; color: var(--ink-sub);
  letter-spacing: 0.04em; line-height: 1.5;
}
.trust-divider { width: 0.5px; height: 28px; background: var(--border); }
@media (max-width: 640px) { .trust-divider { display: none; } }

/* =============================================
   ABOUT
============================================= */
.section-about { padding: 120px 0; background: var(--bg); }
@media (max-width: 768px) { .section-about { padding: 80px 0; } }

.about-grid {
  display: grid; grid-template-columns: 5fr 4fr; gap: 80px; align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } }

.about-body {
  font-size: 15px; font-weight: 300; line-height: 2.2;
  color: var(--ink-mid); margin: 20px 0; letter-spacing: 0.03em;
}
.about-position {
  background: var(--bg-warm);
  border-left: 2px solid var(--accent);
  padding: 20px 24px; margin: 24px 0;
}
.about-position p {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px; font-weight: 400; color: var(--soil);
  letter-spacing: 0.06em; line-height: 1.9;
}

.strength-list { display: flex; flex-direction: column; }
.strength-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; border-bottom: 0.5px solid var(--border);
}
.strength-item:first-child { border-top: 0.5px solid var(--border); }
.strength-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px; color: var(--accent); letter-spacing: 0.1em;
  margin-top: 2px; min-width: 28px;
}
.strength-title {
  font-size: 14px; font-weight: 500; color: var(--ink);
  letter-spacing: 0.04em; margin-bottom: 4px;
}
.strength-desc {
  font-size: 12px; font-weight: 300; color: var(--ink-sub);
  line-height: 1.75; letter-spacing: 0.02em;
}

/* =============================================
   BUSINESS
============================================= */
.section-business { padding: 120px 0; background: var(--bg-warm); }
@media (max-width: 768px) { .section-business { padding: 80px 0; } }

.biz-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 0.5px solid var(--border);
}
@media (max-width: 900px) { .biz-grid { grid-template-columns: 1fr; } }

.biz-card {
  display: flex; flex-direction: column;
  background: var(--bg); padding: 44px 36px;
  text-decoration: none; color: inherit;
  transition: background .2s;
  position: relative; overflow: hidden;
}
.biz-card:hover { background: #fff; }
.biz-card::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--accent);
  transition: width .3s ease;
}
.biz-card:hover::after { width: 100%; }
@media (max-width: 768px) { .biz-card { padding: 32px 24px; } }

.biz-idx {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-l); margin-bottom: 20px;
}
.biz-title {
  font-size: 18px; font-weight: 500; color: var(--ink);
  letter-spacing: 0.06em; line-height: 1.65; margin-bottom: 14px;
}
.biz-body {
  font-size: 12px; font-weight: 300; color: var(--ink-mid);
  line-height: 1.95; flex: 1; margin-bottom: 20px; letter-spacing: 0.02em;
}
.biz-keywords { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.biz-kw {
  font-size: 10px; letter-spacing: 0.06em; color: var(--ink-sub);
  border: 0.5px solid var(--border); padding: 3px 10px;
  background: var(--bg-warm);
}
.biz-more {
  font-size: 11px; letter-spacing: 0.12em; color: var(--accent);
  display: flex; align-items: center; gap: 8px; text-transform: uppercase;
}

/* =============================================
   COLUMN / ARCHIVE
============================================= */
.section-column { padding: 120px 0; background: var(--bg); }
@media (max-width: 768px) { .section-column { padding: 80px 0; } }

.col-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 900px) { .col-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .col-grid { grid-template-columns: 1fr; } }

.col-card {
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  border: 0.5px solid var(--border); background: #fff;
  transition: border-color .2s;
}
.col-card:hover { border-color: var(--accent); }

.col-card-thumb {
  width: 100%; aspect-ratio: 16/9; overflow: hidden;
  background: var(--bg-warm);
}
.col-card-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s ease;
}
.col-card:hover .col-card-thumb img { transform: scale(1.03); }
.col-card-thumb-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px; color: var(--ink-sub); letter-spacing: 0.1em;
}

.col-card-body { padding: 24px 22px; flex: 1; display: flex; flex-direction: column; }
.col-cat {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.col-cat::before { content: ''; width: 16px; height: 0.5px; background: var(--accent); display: block; }
.col-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px; font-weight: 400; color: var(--ink);
  line-height: 1.65; letter-spacing: 0.04em; flex: 1; margin-bottom: 14px;
}
.col-excerpt {
  font-size: 11px; font-weight: 300; color: var(--ink-sub);
  line-height: 1.8; letter-spacing: 0.02em;
}

/* single post */
.single-wrap { max-width: 800px; margin: 0 auto; padding: 120px 40px 100px; }
@media (max-width: 768px) { .single-wrap { padding: 100px 20px 80px; } }
.single-cat {
  font-size: 10px; letter-spacing: 0.18em; color: var(--accent);
  text-transform: uppercase; margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.single-cat::before { content: ''; width: 16px; height: 0.5px; background: var(--accent); display: block; }
.single-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500; line-height: 1.6; letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.single-meta { font-size: 12px; color: var(--ink-sub); margin-bottom: 48px; letter-spacing: 0.06em; }
.single-thumb { margin-bottom: 48px; }
.single-thumb img { width: 100%; height: auto; }
.entry-content { font-size: 15px; font-weight: 300; line-height: 2.1; color: var(--ink-mid); letter-spacing: 0.03em; }
.entry-content h2 { font-size: 22px; margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 0.5px solid var(--border); }
.entry-content h3 { font-size: 18px; margin: 36px 0 14px; }
.entry-content p { margin-bottom: 24px; }
.entry-content ul, .entry-content ol { margin: 0 0 24px 1.5em; }
.entry-content li { margin-bottom: 8px; }
.single-back { margin-top: 64px; padding-top: 32px; border-top: 0.5px solid var(--border); }

/* =============================================
   CTA SECTION
============================================= */
.section-cta {
  padding: 120px 0; background: var(--bg-dark);
  position: relative; overflow: hidden;
}
@media (max-width: 768px) { .section-cta { padding: 80px 0; } }
.section-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 0.5px, transparent 0.5px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 0.5px, transparent 0.5px);
  background-size: 48px 48px; pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-l); margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}
.cta-label::before { content: ''; width: 20px; height: 0.5px; background: var(--accent-l); display: block; }
.cta-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 400; color: #fff;
  letter-spacing: 0.08em; line-height: 1.65; margin-bottom: 20px;
}
.cta-sub {
  font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5);
  line-height: 2.0; margin-bottom: 48px; letter-spacing: 0.04em;
}
.cta-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-bottom: 48px;
}
@media (max-width: 768px) { .cta-cards { grid-template-columns: 1fr; } }
.cta-card {
  display: flex; flex-direction: column; gap: 6px;
  border: 0.5px solid rgba(255,255,255,0.1);
  padding: 24px 20px; text-decoration: none;
  transition: border-color .2s, background .2s;
}
.cta-card:hover { border-color: var(--accent-l); background: rgba(255,255,255,0.03); }
.cta-card-title { font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 0.04em; }
.cta-card-desc { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; }
.cta-card-arrow { font-size: 11px; color: var(--accent-l); margin-top: 4px; letter-spacing: 0.1em; }
.cta-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-note {
  margin-top: 20px; font-size: 11px; font-weight: 300;
  color: rgba(255,255,255,0.25); letter-spacing: 0.06em;
}

/* =============================================
   NEWS
============================================= */
.section-news { padding: 100px 0; background: var(--bg-warm); }
@media (max-width: 768px) { .section-news { padding: 72px 0; } }
.news-table { border-top: 0.5px solid var(--border); }
.news-row {
  display: grid; grid-template-columns: 110px 90px 1fr;
  gap: 20px; align-items: baseline;
  padding: 20px 0; border-bottom: 0.5px solid var(--border);
  text-decoration: none; color: inherit; transition: opacity .15s;
}
@media (max-width: 640px) { .news-row { grid-template-columns: 100px 1fr; } }
.news-row:hover { opacity: .75; }
.news-date { font-size: 12px; font-weight: 300; color: var(--ink-sub); letter-spacing: 0.06em; }
.news-tag {
  font-size: 10px; letter-spacing: 0.1em; color: var(--accent);
  border: 0.5px solid var(--accent); padding: 2px 9px; white-space: nowrap;
}
@media (max-width: 640px) { .news-tag { display: none; } }
.news-title { font-size: 14px; font-weight: 400; color: var(--ink-mid); letter-spacing: 0.03em; line-height: 1.6; }

/* =============================================
   FOOTER
============================================= */
.site-footer { background: var(--bg-dark); padding: 80px 0 40px; }
.footer-top {
  display: grid; grid-template-columns: 1fr auto;
  gap: 48px; padding-bottom: 56px;
  border-bottom: 0.5px solid var(--border-d);
}
@media (max-width: 768px) { .footer-top { grid-template-columns: 1fr; gap: 40px; } }
.footer-logo-main {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px; font-weight: 500; color: #fff; letter-spacing: 0.08em; margin-bottom: 4px;
}
.footer-logo-en { font-size: 9px; letter-spacing: 0.2em; color: rgba(255,255,255,0.22); text-transform: uppercase; display: block; margin-bottom: 20px; }
.footer-concept {
  font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.32);
  line-height: 1.9; letter-spacing: 0.04em;
  border-left: 1px solid var(--accent); padding-left: 16px; max-width: 260px;
}
.footer-nav { display: flex; gap: 48px; }
@media (max-width: 768px) { .footer-nav { flex-wrap: wrap; gap: 32px; } }
.footer-nav-col { display: flex; flex-direction: column; gap: 14px; }
.footer-col-head { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 4px; }
.footer-nav-a { font-size: 12px; font-weight: 300; letter-spacing: 0.04em; color: rgba(255,255,255,0.48); text-decoration: none; transition: color .2s; }
.footer-nav-a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.2); text-decoration: none; transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }
.site-copyright { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.2); letter-spacing: 0.06em; }

/* =============================================
   PAGE TEMPLATE (固定ページ)
============================================= */
.page-wrap { max-width: 900px; margin: 0 auto; padding: 120px 40px 100px; }
@media (max-width: 768px) { .page-wrap { padding: 100px 20px 80px; } }
.page-title { font-size: clamp(24px, 3vw, 36px); margin-bottom: 40px; }
.page-content { font-size: 15px; font-weight: 300; line-height: 2.1; color: var(--ink-mid); }
.page-content h2 { font-size: 22px; margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 0.5px solid var(--border); }
.page-content p { margin-bottom: 24px; }

/* =============================================
   WP ALIGNMENT HELPERS
============================================= */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft   { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright  { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.wp-caption  { max-width: 100%; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

/* =============================================
   会社概要ページ専用スタイル（page-about.php用）
============================================= */
.about-page { max-width: 860px; margin: 0 auto; padding: 100px 40px 120px; }
@media (max-width: 768px) { .about-page { padding: 80px 20px 100px; } }

.about-hero { margin-bottom: 80px; padding-bottom: 80px; border-bottom: 0.5px solid var(--border); }
.about-hero-title { font-size: clamp(26px,3.5vw,40px); font-weight:500; line-height:1.65; letter-spacing:0.04em; color:var(--ink); margin:16px 0 28px; }
.about-hero-lead { font-size:15px; font-weight:300; line-height:2.2; color:var(--ink-mid); letter-spacing:0.03em; }

.about-statement { margin-bottom:80px; padding-bottom:80px; border-bottom:0.5px solid var(--border); }
.about-statement-lead { font-family:'Noto Serif JP',serif; font-size:18px; font-weight:500; color:var(--ink); letter-spacing:0.04em; margin-bottom:32px; line-height:1.7; }
.about-questions { border-left:2px solid var(--accent); padding:20px 28px; margin-bottom:32px; background:var(--bg-warm); display:flex; flex-direction:column; gap:10px; }
.about-questions p { font-family:'Noto Serif JP',serif; font-size:15px; font-weight:400; color:var(--soil); letter-spacing:0.04em; line-height:1.6; }
.about-statement-body { font-size:15px; font-weight:300; line-height:2.2; color:var(--ink-mid); letter-spacing:0.03em; margin-bottom:20px; }
.about-statement-body strong { font-weight:500; color:var(--ink); }

.about-section { margin-bottom:72px; padding-bottom:72px; border-bottom:0.5px solid var(--border); }
.about-section-title { font-size:clamp(20px,2.5vw,26px); font-weight:500; letter-spacing:0.06em; color:var(--ink); margin:12px 0 32px; }

.company-table { width:100%; border-collapse:collapse; }
.company-table th, .company-table td { padding:18px 0; vertical-align:top; border-bottom:0.5px solid var(--border); font-size:14px; font-weight:300; line-height:1.8; letter-spacing:0.03em; }
.company-table th { width:160px; color:var(--ink-sub); font-weight:400; white-space:nowrap; padding-right:24px; }
@media (max-width:640px) { .company-table th { width:110px; font-size:13px; } .company-table td { font-size:13px; } }
.company-table td { color:var(--ink-mid); }
.company-table tr:last-child th, .company-table tr:last-child td { border-bottom:none; }

.about-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; }
.about-list li { font-size:14px; font-weight:300; color:var(--ink-mid); letter-spacing:0.03em; line-height:1.7; padding:14px 0; border-bottom:0.5px solid var(--border); display:flex; align-items:baseline; gap:14px; }
.about-list li::before { content:''; display:block; width:16px; height:0.5px; background:var(--accent); flex-shrink:0; margin-top:10px; }

.about-message { margin-bottom:0; }
.about-message-body { display:flex; flex-direction:column; gap:24px; margin:32px 0 36px; padding:40px 44px; background:var(--bg-warm); border-left:2px solid var(--accent); }
@media (max-width:640px) { .about-message-body { padding:28px 24px; } }
.about-message-body p { font-size:15px; font-weight:300; line-height:2.1; color:var(--ink-mid); letter-spacing:0.04em; }
.about-message-body strong { font-weight:500; color:var(--ink); }
.about-message-sig { font-family:'Noto Serif JP',serif; font-size:14px; font-weight:400; color:var(--ink-sub); letter-spacing:0.1em; text-align:right; }

.breadcrumb { font-size:11px; color:var(--ink-sub); letter-spacing:0.08em; padding:20px 0 0; display:flex; gap:8px; align-items:center; }
.breadcrumb a { color:var(--ink-sub); text-decoration:none; transition:color .2s; }
.breadcrumb a:hover { color:var(--ink); }
