/* ============================================================
   footer.css — フッター
   ============================================================ */

footer{
  background:var(--navy); color:#fff;
  padding:70px 24px 30px;
}
.footer-inner{
  max-width:1100px; margin:0 auto;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:30px;
  padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,0.1);
}
.footer-logo{display:flex; align-items:center; gap:10px; margin-bottom:20px; font-weight:800; height:40px;}
.logo-icon{width:auto; height:50px;}
.footer-info{font-size:16px; color:rgba(255,255,255,0.75); line-height:1.9;}
.footer-links{display:flex; flex-direction:column; gap:14px; font-size:16px; color:rgba(255,255,255,0.82);}
.footer-links a:hover{color:#fff;}
.footer-copy{
  max-width:1100px; margin:0 auto; padding-top:24px;
  font-size:13px; color:rgba(255,255,255,0.6);
}
