/* Layout — ページの大枠（FLOCSS: l-）*/
.l-page { width: 100%; min-height: 100vh; background: #fff; overflow-x: clip; }
.l-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #E8EDF4; box-shadow: 0 1px 2px rgba(15,31,68,0.04); }
.l-header__inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 76px; display: flex; align-items: center; justify-content: space-between; }
.l-container { max-width: 1200px; margin: 0 auto; }
.l-section { max-width: 1200px; margin: 0 auto; padding: 90px 40px 80px; }
.l-section--alt { background: #F5F8FC; border-top: 1px solid #E8EDF4; border-bottom: 1px solid #E8EDF4; padding: 80px 40px; }
.l-footer { background: #0B1F44; padding: 60px 40px 28px; }
.l-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(125,176,255,0.14); }
.l-footer__about { margin: 0; color: #8AA0C2; font-size: 13px; line-height: 1.95; max-width: 320px; }
.l-footer__heading { color: #7DB0FF; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; font-family: 'Inter', sans-serif; margin-bottom: 18px; }
.l-footer__links { display: grid; gap: 13px; }
.l-footer__link { color: #C4D3EC; font-size: 14px; transition: color 160ms ease; }
.l-footer__link:hover { color: #fff; }
.l-footer__address { color: #8AA0C2; font-size: 13px; line-height: 1.85; }
.l-footer__contact-link { display: inline-block; margin-top: 14px; color: #C4D3EC; font-size: 14px; transition: color 160ms ease; }
.l-footer__contact-link:hover { color: #fff; }
.l-footer__bottom { max-width: 1200px; margin: 24px auto 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; }
.l-footer__copyright { color: #6f86ad; font-size: 11px; font-family: 'Inter', sans-serif; letter-spacing: 0.06em; }
.l-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.l-footer__legal-link { color: #8AA0C2; font-size: 12px; transition: color 160ms ease; }
.l-footer__legal-link:hover { color: #7DB0FF; }
