/* ============================================================
   共通下層ページスタイル (Recruit系除く)
   ============================================================ */

/* フォントスケール・横スクロール防止 */
html { font-size: 62.5% !important; }
html, body { overflow-x: clip !important; }
body { font-size: 1.4rem !important; }

/* リンク有効化 */
a { pointer-events: auto !important; cursor: pointer !important; }
a:hover { text-decoration: none !important; }

/* ナビバー背景 */
.header__container {
  background: rgba(4, 8, 15, 0.92) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
/* ロゴを白に */
.header__logo img { filter: brightness(0) invert(1) !important; }
/* ナビリンク文字色を白に */
.header__menu-link,
.header__menu-link::after { color: rgba(255, 255, 255, 0.85) !important; }
.header__button--outline {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

/* section headerのライン非表示 */
.c-section-header { border-bottom: none !important; }
.c-section-header__line { display: none !important; }

/* Footer全体背景 */
body .footer { background: #ffffff !important; }

/* Footer本体: 白背景・ダークネイビーテキスト */
body .footer-main,
body .footer .footer-main {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
body .footer-main *,
body .footer-nav *,
body .footer-nav__label,
body .footer-nav__title,
body .footer-nav__link,
body .footer-copyright {
  color: #04080f !important;
}
body .footer-logo img,
body .footer-main .footer-logo img {
  filter: invert(1) !important;
}

/* Footer contact: TOPと同じ全面ダーク */
body .footer-contact {
  background: #04080f !important;
  background-color: #04080f !important;
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
@media screen and (max-width: 896px) {
  body .footer-contact { padding-top: 80px !important; padding-bottom: 80px !important; }
}
body .footer-contact .footer-contact__container {
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
}
body .footer-contact__description,
body .footer-contact a,
body .footer-contact a * {
  color: #ffffff !important;
}
/* タイトル・アイコン: TOPと同じ #3bb8cb */
body .footer-contact .footer-contact__title {
  color: #3bb8cb !important;
}
body .footer-contact .footer-contact__icon,
body .footer-contact .footer-contact__icon .material-icons {
  color: #3bb8cb !important;
}
