/* 下層ページ共通：トップと同じ白い紙面・ネイビー・細い罫線 */
.page-editorial { background: var(--color-paper); }
.page-editorial .page-hero { background: var(--color-paper); color: var(--color-navy); }
.page-editorial .page-hero::before,
.page-editorial .page-hero::after { content: none; }
.page-editorial .page-hero-content {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: 20px 72px;
  padding: 72px 24px 64px;
}
.page-editorial .page-hero-label {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-steel);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
}
.page-editorial .page-hero-label::before { width: 6px; height: 6px; background: var(--color-steel); }
.page-editorial .page-hero h1 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.035em;
  max-width: none;
}
.page-editorial .page-hero p { margin: 0 0 5px; font-size: .92rem; line-height: 2.1; color: var(--color-text-muted); }
.page-editorial .page-hero strong { color: var(--color-steel); font-weight: 500; }
.page-editorial .breadcrumb { border-top: 1px solid var(--color-border); font-size: .73rem; }
.page-editorial .breadcrumb ul { padding: 14px 0; gap: 10px; }
.page-editorial .breadcrumb li:not(:last-child)::after { color: var(--color-text-muted); margin-left: 10px; }
.page-editorial .section { padding: 80px 0; }
.page-editorial .section-alt { background: var(--color-bg); }
.page-editorial .section-head { margin-bottom: 36px; }
.page-editorial .section-head h2 { font-size: clamp(1.7rem, 2.8vw, 2.35rem); font-weight: 700; letter-spacing: -.025em; }
.page-editorial .section-head p { line-height: 2; }
.page-editorial .section-divider { width: 48px; height: 1px; margin-top: 24px; background: var(--color-border); }

/* 情報の一覧は、背景の箱を重ねずに罫線で区切る */
.page-editorial .card {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: none;
}
.page-editorial .card:hover { transform: none; box-shadow: none; }
.page-editorial a.card:hover { border-color: var(--color-steel); background: var(--color-bg); }
.page-editorial .card-body { padding: 26px 12px 20px; }
.page-editorial .card-title { font-weight: 700; line-height: 1.7; }
.page-editorial .card-text { font-size: .88rem; line-height: 2; }
.page-editorial .card-icon {
  width: 40px; height: 40px;
  border-radius: 0;
  background: none;
  color: var(--color-steel);
  margin-bottom: 18px;
}
.page-editorial .card-icon--label { width: fit-content; min-width: 56px; border: 1px solid var(--color-border); padding: 0 10px; font-weight: 500; font-size: .73rem; }
.page-editorial .btn { max-width: 100%; height: auto; min-height: var(--btn-height); padding: 14px 22px; white-space: normal; text-align: center; border-radius: 6px; box-shadow: none; }
.page-editorial .btn-primary:hover { background: var(--color-steel); color: #fff; }
.page-editorial .btn-line { background: #c7f0d5; color: #18442a; }
.page-editorial .btn-line:hover { background: #dcf7e5; color: #18442a; }
.page-editorial .table-wrap { border: 0; border-top: 1px solid #a7b7c7; border-radius: 0; background: transparent; }
.page-editorial .table thead th { background: var(--color-bg); color: var(--color-navy); }
.page-editorial .table th,
.page-editorial .table td { padding: 20px 16px; line-height: 1.9; vertical-align: top; }

/* 会社案内：見出しと本文の揃う位置を全セクションで共通に */
.editorial-split,
.page-editorial .company-profile > .container,
.page-editorial .company-history > .container {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.65fr);
  gap: 72px;
  align-items: start;
}
.company-letter { padding-top: 26px; border-top: 1px solid #a7b7c7; }
.company-letter-lead { margin-bottom: 24px; font-size: 1.22rem; font-weight: 700; line-height: 1.9; color: var(--color-navy); }
.company-letter-body { font-size: .92rem; line-height: 2.1; color: var(--color-text-muted); }
.company-letter-body strong { color: var(--color-navy); font-weight: 500; }
.page-editorial .vision-card {
  border-radius: 0;
  border-top: 1px solid #a7b7c7;
  padding: 30px 12px 0;
  background: transparent;
  text-align: left;
  color: var(--color-text-muted);
}
.page-editorial .vision-card h3 { color: var(--color-navy); font-size: 1.3rem; font-weight: 700; margin-bottom: 18px; }
.page-editorial .vision-card p { opacity: 1; line-height: 2.1; }
.page-editorial .company-table { min-width: 0; }
.page-editorial .company-table th { width: 25%; font-weight: 500; }
.page-editorial .history-item { padding-bottom: 28px; margin-bottom: 28px; gap: 30px; }
.page-editorial .history-year { min-width: 100px; color: var(--color-steel); font-size: 1.35rem; font-weight: 400; }
.page-editorial .history-desc { font-size: .88rem; line-height: 2; }
.company-address { padding: 26px 0; border-top: 1px solid #a7b7c7; }
.page-editorial .map-embed { border-radius: 6px; box-shadow: none; }

/* 製品は図面記号と説明を並べた一覧 */
.product-list { display: grid; grid-template-columns: 1fr; }
.page-editorial .product-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.page-editorial .product-card:hover { transform: none; box-shadow: none; }
.page-editorial .product-card-body { padding: 0; max-width: 850px; }
.page-editorial .product-card-title { font-size: 1.1rem; font-weight: 700; line-height: 1.7; }
.page-editorial .product-card-desc { font-size: .87rem; line-height: 2; }
.page-editorial .product-card-category { font-family: var(--font-en); font-weight: 400; font-size: .72rem; margin-bottom: 10px; }
.page-editorial .schematic-visual { min-height: 156px; padding: 20px 12px; background: var(--color-bg); border: 0; border-radius: 6px; }
.page-editorial .schematic-visual::before { content: none; }
.page-editorial .schematic-visual svg { width: 68px; height: 68px; color: var(--color-steel); filter: none; }
.page-editorial .schematic-visual-title { color: var(--color-steel); text-shadow: none; font-weight: 500; font-size: .65rem; }
.page-editorial .schematic-visual-title::before,
.page-editorial .schematic-visual-title::after { width: 12px; background: var(--color-border); }
.page-editorial .work-item { border-radius: 0; background: transparent; border-bottom: 1px solid var(--color-border); box-shadow: none; }
.page-editorial .work-item:hover { transform: none; box-shadow: none; }
.page-editorial .work-img { height: 112px; background: var(--color-bg); border-radius: 6px; }
.page-editorial .work-body { padding: 22px 0; }
.page-editorial .work-title { font-weight: 700; line-height: 1.8; }
.page-editorial .work-desc { line-height: 2; }
.page-editorial .filter-btn { box-shadow: none; border-width: 1px; border-radius: 6px; }

/* 注意・案内。法令上の警告パネルはその意味を保つ */
.legal-notice { padding: 28px 32px; background: #fff8e1; border: 1px solid #dfc881; border-left: 3px solid #b98a21; border-radius: 6px; }
.service-note { padding: 32px; background: var(--color-bg); border-top: 1px solid #a7b7c7; color: var(--color-navy); }
.service-note-icon { display: flex; align-items: center; justify-content: center; color: var(--color-steel); }
.service-note-label,
.service-step-label { font-family: var(--font-en); font-size: .72rem; font-weight: 500; color: var(--color-steel); letter-spacing: .1em; margin-bottom: 10px; }
.service-note-title { font-size: 1.2rem; font-weight: 700; line-height: 1.9; margin-bottom: 16px; }
.service-note-emphasis { color: var(--color-steel); }
.service-note-desc { font-size: .9rem; line-height: 2; color: var(--color-text-muted); }
.editorial-note { margin-top: 40px; padding: 28px; background: var(--color-bg); border-top: 1px solid var(--color-border); }
.editorial-note--center { text-align: center; }
.page-editorial .law-card { border: 0; border-top: 1px solid #a7b7c7; padding: 28px 8px; background: transparent; border-radius: 0; box-shadow: none; }
.page-editorial .law-card:hover { transform: none; box-shadow: none; }
.page-editorial .law-card-title { font-weight: 700; }
.page-editorial .flow-num { position: relative; z-index: 1; background: var(--color-bg); color: var(--color-steel); border: 1px solid var(--color-border); border-radius: 6px; font-weight: 500; }
.page-editorial .flow-list::before { background: var(--color-border); width: 1px; }
.page-editorial .coming-soon-panel { padding: 20px 24px; text-align: left; border-radius: 6px; }
.page-editorial .coming-soon-panel .section-label { display: none; }
.page-editorial .coming-soon-panel h2 { font-size: 1rem; margin-bottom: 8px; }
.page-editorial .coming-soon-panel p { max-width: none; font-size: .84rem; }
.page-editorial .catalog-notice { padding-top: 28px; padding-bottom: 0; }
.source-links { margin-top: 16px; font-size: .78rem; line-height: 1.9; color: var(--color-text-muted); overflow-wrap: anywhere; }
.source-links a, .privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
.legal-detail { margin-top: 16px; font-size: .88rem; line-height: 1.9; color: #5a4a00; }
.equipment-note { margin-bottom: 24px; line-height: 1.9; color: var(--color-text-muted); }
.page-editorial .equipment-table { table-layout: fixed; min-width: 0; }
.equipment-table th:first-child { width: 16%; }
.equipment-table th:nth-child(2) { width: 24%; }
.equipment-table th:nth-child(3) { width: 36%; }
.equipment-table th:nth-child(4) { width: 24%; }
.equipment-table tbody th { font-weight: 700; color: var(--color-navy); }
.equipment-label { display: none; }
.privacy-note { margin-top: 24px; font-size: .83rem; line-height: 1.9; color: var(--color-text-muted); }
.contact-preparation { margin: 28px 0; padding-left: 22px; color: var(--color-text-muted); line-height: 2; }
.privacy-details { margin-top: 28px; border-top: 1px solid var(--color-border); padding-top: 20px; }
.privacy-details dl { margin-top: 20px; }
.privacy-details dt { font-weight: 700; margin-top: 16px; }
.privacy-details dd { margin: 6px 0 0; color: var(--color-text-muted); line-height: 1.9; font-size: .88rem; }

/* FAQ・お問い合わせ */
.page-editorial .faq-category-title { padding: 0 0 16px; border: 0; border-bottom: 1px solid #a7b7c7; border-radius: 0; background: none; font-size: 1.1rem; font-weight: 700; }
.page-editorial .accordion-item { border: 0; border-bottom: 1px solid var(--color-border); margin-bottom: 0; border-radius: 0; background: transparent; }
.page-editorial .accordion-header { padding: 22px 12px; font-weight: 500; line-height: 1.9; }
.page-editorial .q-mark { background: none; color: var(--color-steel); border-radius: 0; }
.page-editorial .contact-layout { gap: 28px; }
.page-editorial .contact-method { border: 1px solid var(--color-border); border-radius: 10px; padding: 36px 28px; box-shadow: none; }
.page-editorial .contact-method:hover { transform: translateY(-2px); box-shadow: none; border-color: var(--color-steel); }
.page-editorial .contact-method-line { background: #f2faf5; border-color: #c4e3ce; }
.page-editorial .contact-method-line .contact-method-value { color: #205637; }
.page-editorial .contact-method-badge { background: #e3ebf3; color: var(--color-steel); border-radius: 4px; font-weight: 500; }
.page-editorial .contact-method-title { font-weight: 700; }
.page-editorial .faq-link-card { box-shadow: none; background: transparent; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); border-radius: 0; padding: 26px 12px; }
.page-editorial .faq-link-card:hover { box-shadow: none; transform: none; background: var(--color-bg); }
.page-editorial .faq-link-text h3 { font-weight: 700; }

/* ページ末尾の相談欄はトップと同じ色・ボタン */
.page-contact { padding: 80px 24px; background: #203b50; color: #fff; text-align: center; }
.page-contact-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; line-height: 1.7; margin-bottom: 14px; }
.page-contact-desc { color: #d0deea; font-size: .92rem; line-height: 2; margin-bottom: 28px; }
.page-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.page-contact .btn-primary { background: #c7f0d5; color: #18442a; }
.page-contact .btn-primary:hover { background: #dcf7e5; color: #18442a; }

@media (max-width: 1024px) {
  .page-editorial .page-hero-content { gap: 18px 36px; }
  .editorial-split,
  .page-editorial .company-profile > .container,
  .page-editorial .company-history > .container { grid-template-columns: minmax(0, .65fr) minmax(0, 1.5fr); gap: 36px; }
}
@media (max-width: 768px) {
  .page-editorial .page-hero-content { grid-template-columns: minmax(0, 1fr); padding: 40px 24px 36px; gap: 18px; }
  .page-editorial .page-hero h1 { font-size: clamp(1.9rem, 6vw, 2.8rem); }
  .page-editorial .page-hero-label { font-size: .65rem; }
  .page-editorial .page-hero p { font-size: .84rem; margin: 0; }
  .page-editorial .section { padding: 56px 0; }
  .page-editorial .catalog-notice { padding: 24px 0 0; }
  .page-editorial .equipment-table-wrap { overflow: visible; }
  .equipment-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .equipment-table, .equipment-table tbody, .equipment-table tr { display: block; }
  .page-editorial .equipment-table tbody th, .page-editorial .equipment-table td { display: block; width: 100%; padding: 12px 4px; }
  .page-editorial .equipment-table tbody th { padding-top: 24px; font-size: 1rem; }
  .page-editorial .equipment-table td:last-child { padding-bottom: 24px; }
  .equipment-label { display: block; margin-bottom: 5px; font-size: .75rem; font-weight: 700; color: var(--color-steel); }
  .page-editorial .section-head { margin-bottom: 28px; }
  .editorial-split,
  .page-editorial .company-profile > .container,
  .page-editorial .company-history > .container { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .company-letter { padding-top: 22px; }
  .company-letter-lead { font-size: 1.08rem; }
  .company-letter-body { font-size: .87rem; }
  .page-editorial .vision-card { padding: 24px 0 12px; }
  .page-editorial .history-item { gap: 20px; }
  .page-editorial .history-year { min-width: 82px; font-size: 1.1rem; }
  .page-editorial .history-desc { font-size: .82rem; }
  .page-editorial .card-body { padding: 22px 4px; }
  .page-editorial .product-card { grid-template-columns: 104px minmax(0, 1fr); gap: 20px; align-items: start; }
  .page-editorial .product-card-title { font-size: 1rem; }
  .page-editorial .product-card-desc { font-size: .82rem; }
  .page-editorial .schematic-visual { min-height: 116px; padding: 16px 8px; }
  .page-editorial .schematic-visual svg { width: 48px; height: 48px; }
  .page-editorial .schematic-visual-title { font-size: .55rem; letter-spacing: .07em; }
  .page-editorial .schematic-visual-title::before,
  .page-editorial .schematic-visual-title::after { content: none; }
  .service-note, .editorial-note { padding: 24px 20px; }
  .service-note-title { font-size: 1.05rem; }
  .page-editorial .contact-method { padding: 28px 22px; }
  .page-contact { padding: 56px 12px; }
  .page-contact .btn { height: auto; min-height: 52px; padding: 14px 20px; max-width: 100%; }
}
@media (max-width: 480px) {
  .legal-notice { padding: 24px 20px; }
  .legal-notice > div { flex-direction: column; }
  .legal-notice .keep-together { display: inline; }
  .page-editorial .company-table th { width: 27%; }
  .page-editorial .company-table th,
  .page-editorial .company-table td { padding: 15px 6px; font-size: .8rem; overflow-wrap: anywhere; }
  .page-editorial .company-table .keep-together { display: inline; }
  .page-editorial .product-card { grid-template-columns: 1fr; gap: 18px; }
  .page-editorial .schematic-visual { min-height: 0; padding: 16px 22px; }
  .page-editorial .schematic-visual-inner { flex-direction: row; gap: 20px; }
  .page-editorial .schematic-visual-title { font-size: .72rem; }
  .page-editorial .contact-layout { grid-template-columns: minmax(0, 1fr); }
}
