/* 全ページ共通フッター（3-5 フッターナビゲーション統一）
   LP・ブログ・固定ページでCSS変数の定義が異なるため、色は直接hex指定する */
.site-footer{background:#0a1628;border-top:1px solid rgba(255,255,255,.08);padding:3.5rem 0 1.5rem;color:#c0cdd8;font-family:'Noto Sans JP','DM Sans',sans-serif;text-align:left;line-height:1.7}
.site-footer .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.site-footer .footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2.5rem}
.site-footer .footer-brand{max-width:260px}
.site-footer .footer-brand .nav-logo{color:#f0f4f8;text-decoration:none;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;display:inline-block;margin-bottom:.6rem}
.site-footer .footer-brand .nav-logo span{color:#00d4aa}
.site-footer .footer-brand p{font-size:.85rem;color:#8899aa;line-height:1.8;margin:0}
.site-footer .footer-links{display:flex;flex-wrap:wrap;gap:2.5rem}
.site-footer .footer-col{min-width:152px}
.site-footer .footer-col h4{font-size:.75rem;color:#8899aa;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .85rem;font-weight:600}
.site-footer .footer-col a{display:block;color:#c0cdd8;text-decoration:none;font-size:.84rem;margin:0 0 .5rem;line-height:1.6;transition:color .2s}
.site-footer .footer-col a:hover{color:#f0f4f8}
.site-footer .footer-bottom{margin-top:2.75rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#8899aa;text-align:left}
.site-footer .footer-bottom a{color:#8899aa;text-decoration:none;margin:0}
.site-footer .footer-bottom a:hover{color:#f0f4f8}
.site-footer .footer-legal{display:flex;gap:1.4rem;flex-wrap:wrap}
@media(max-width:900px){.site-footer{padding:2.5rem 0 1.25rem}.site-footer .footer-inner{flex-direction:column;gap:2rem}.site-footer .footer-links{gap:1.8rem}}
@media(max-width:600px){.site-footer .footer-col{min-width:132px}.site-footer .footer-links{gap:1.4rem}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start}}
