/* site-common.css : 全ページ共通ヘッダー・フッター・共通リンク */
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #dfe7ee;
  backdrop-filter:blur(8px);
}
.site-header .header-inner{
  width:min(1200px,calc(100% - 34px));margin:auto;min-height:76px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.site-header .brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#102a43;white-space:nowrap}
.site-header .brand-mark{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#102a43,#2f80c7);color:#fff;font-weight:800;font-size:1.2rem;box-shadow:0 6px 16px rgba(23,105,170,.20)}
.site-header .brand-ja{display:block;font-size:1.02rem;font-weight:800;line-height:1.15}
.site-header .brand-en{display:block;margin-top:3px;color:#7a8997;font-size:.66rem}
.site-header .global-nav{display:flex;align-items:center;gap:2px}
.site-header .global-nav a{padding:9px 8px;color:#384a59;text-decoration:none;font-size:.82rem;font-weight:650;border-radius:8px;white-space:nowrap}
.site-header .global-nav a:hover,.site-header .global-nav a.current{color:#1769aa;background:#eef6fc}
.site-header .global-nav .nav-contact{margin-left:5px;padding:10px 13px;color:#fff;background:#1769aa}
.site-header .global-nav .nav-contact:hover{color:#fff;background:#125b94}
.site-header .menu-button{display:none;width:44px;height:42px;padding:9px;border:0;border-radius:8px;background:#eef6fc;cursor:pointer}
.site-header .menu-button span{display:block;height:2px;margin:5px 0;background:#173f5f}

/* トップページなどで使う詳細リンク */
.detail-link-wrap{margin-top:22px}
.detail-link{display:inline-flex;align-items:center;gap:.45em;padding:11px 18px;border:1px solid #1769aa;border-radius:8px;background:#fff;color:#1769aa;font-weight:700;text-decoration:none;transition:.2s ease}
.detail-link:hover{background:#1769aa;color:#fff;transform:translateY(-1px)}
.blue-section .detail-link{border-color:#fff;background:#fff;color:#1769aa}
.card .detail-link{padding:8px 12px;font-size:.9rem}
.section-more{margin-top:26px;text-align:center}

.site-footer{padding:32px 0;color:#82909e;background:#0b1d2c}
.site-footer .footer-inner{width:min(1200px,calc(100% - 34px));margin:auto;display:flex;justify-content:space-between;align-items:flex-start;gap:28px}
.site-footer .footer-name{margin:0;color:#e3edf4;font-weight:750}
.site-footer .footer-name a{color:#e3edf4;text-decoration:none}
.site-footer .footer-company-sub{margin:3px 0 0;color:#82909e;font-size:.76rem}
.site-footer .footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 17px}
.site-footer .footer-links a{color:#acbac5;text-decoration:none;font-size:.82rem}
.site-footer .footer-links a:hover{color:#fff}

@media(max-width:1080px){
  .site-header .menu-button{display:block}
  .site-header .global-nav{display:none;position:absolute;left:0;right:0;top:76px;padding:14px 17px 18px;background:#fff;border-bottom:1px solid #dfe7ee;box-shadow:0 12px 24px rgba(20,50,70,.08);flex-direction:column;align-items:stretch;gap:2px}
  .site-header .global-nav.is-open,.site-header .global-nav.open{display:flex}
  .site-header .global-nav a,.site-header .global-nav a:not(.nav-contact){display:block!important;padding:11px 13px;font-size:.9rem}
  .site-header .global-nav .nav-contact{margin:5px 0 0;text-align:center}
}
@media(max-width:700px){
  .site-header .header-inner{min-height:66px}.site-header .global-nav{top:66px}
  .site-header .brand-en{display:none}.site-header .brand-mark{width:38px;height:38px}
  .site-footer .footer-inner{display:block;text-align:center}.site-footer .footer-links{justify-content:center;margin-top:17px}
}

.company-local-summary{max-width:900px;margin:0 auto 28px;color:#586979;line-height:1.9}

/* XAA public counter */
.site-footer .footer-counter{margin:.65rem 0 0;font-size:.9rem;opacity:.9}.site-footer .footer-counter strong{font-size:1.05rem;letter-spacing:.04em}
