:root {
  --jcec-header-height: 68px;
  --jcec-navy: #0d2444;
  --jcec-navy-dark: #081628;
  --jcec-red: #c41e3a;
  --jcec-gold: #d4a574;
  --jcec-gold-light: #e8c99a;
}

html { scroll-padding-top: calc(var(--jcec-header-height) + 12px); }
body { padding-top: var(--jcec-header-height) !important; }
body.jcec-menu-open { overflow: hidden; }

.jcec-site-header,
.jcec-site-header *,
.jcec-site-footer,
.jcec-site-footer * { box-sizing: border-box; }

.jcec-site-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 5000 !important;
  width: 100% !important;
  min-height: var(--jcec-header-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(212,165,116,.25) !important;
  border-radius: 0 !important;
  background: rgba(13,36,68,.97) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif !important;
}

.jcec-site-header.jcec-scrolled {
  background: rgba(8,22,40,.985) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.2) !important;
}

.jcec-header-inner {
  display: flex !important;
  width: min(1200px, calc(100% - 40px)) !important;
  min-height: var(--jcec-header-height) !important;
  margin: 0 auto !important;
  padding: 8px 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.jcec-logo,
.jcec-footer-logo {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 12px !important;
  color: inherit !important;
  text-decoration: none !important;
}

.jcec-logo { flex: 0 1 auto !important; }

.jcec-logo img,
.jcec-footer-logo img {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  max-width: none !important;
  flex: 0 0 46px !important;
  border: 2px solid var(--jcec-red) !important;
  border-radius: 50% !important;
  background: #fff !important;
  object-fit: cover !important;
}

.jcec-logo-text,
.jcec-logo-text strong,
.jcec-logo-text small,
.jcec-footer-logo span,
.jcec-footer-logo strong,
.jcec-footer-logo small { display: block !important; }

.jcec-logo-text { min-width: 0 !important; }

.jcec-logo-text strong {
  margin: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

.jcec-logo-text small {
  margin: 2px 0 0 !important;
  color: rgba(255,255,255,.55) !important;
  font-size: 10px !important;
  letter-spacing: .1em !important;
}

.jcec-navigation {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.jcec-navigation ul {
  position: static !important;
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 4px !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.jcec-navigation li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jcec-navigation a {
  display: block !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  color: rgba(255,255,255,.88) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
}

.jcec-navigation a:hover {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.jcec-navigation a.is-active {
  background: var(--jcec-red) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(196,30,58,.45) !important;
}

.jcec-menu-button {
  display: none !important;
  margin: 0 !important;
  padding: 9px 11px !important;
  align-items: center !important;
  gap: 9px !important;
  border: 1px solid rgba(196,30,58,.4) !important;
  border-radius: 10px !important;
  background: rgba(196,30,58,.15) !important;
  color: #fff !important;
  box-shadow: none !important;
  font: inherit !important;
  cursor: pointer !important;
}

.jcec-menu-button span { font-size: 11px !important; font-weight: 700 !important; }

.jcec-menu-button i,
.jcec-menu-button i::before,
.jcec-menu-button i::after {
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}

.jcec-menu-button i { position: relative !important; }
.jcec-menu-button i::before,
.jcec-menu-button i::after { content: '' !important; position: absolute !important; left: 0 !important; }
.jcec-menu-button i::before { top: -6px !important; }
.jcec-menu-button i::after { top: 6px !important; }

.jcec-skip-link {
  position: fixed !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 6000 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--jcec-navy) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transform: translateY(-150%) !important;
}

.jcec-skip-link:focus { transform: translateY(0) !important; }

.jcec-site-footer {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(40px,5vw,58px) 20px 32px !important;
  border: 0 !important;
  border-top: 1px solid rgba(212,165,116,.18) !important;
  border-radius: 0 !important;
  background: var(--jcec-navy-dark) !important;
  color: rgba(255,255,255,.72) !important;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif !important;
  text-align: left !important;
}

.jcec-footer-inner { width: min(1000px,100%) !important; margin: 0 auto !important; }
.jcec-footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1.5fr 1fr !important;
  gap: clamp(28px,5vw,56px) !important;
  margin-bottom: clamp(28px,4.5vw,52px) !important;
}

.jcec-footer-brand { max-width: 300px !important; }
.jcec-footer-logo { margin-bottom: 18px !important; }
.jcec-footer-logo strong { color: #fff !important; font-size: 13px !important; line-height: 1.45 !important; }
.jcec-footer-logo small { color: rgba(255,255,255,.5) !important; font-size: 10px !important; }
.jcec-footer-brand > p,
.jcec-footer-contact > p { margin: 0 !important; color: rgba(255,255,255,.55) !important; font-size: 12px !important; line-height: 1.85 !important; }

.jcec-footer-column h2 {
  margin: 4px 0 16px !important;
  color: var(--jcec-gold) !important;
  font-size: 10px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.jcec-footer-column ul { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.jcec-footer-column li { margin: 0 0 8px !important; padding: 0 !important; list-style: none !important; }
.jcec-footer-column a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.66) !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.jcec-footer-column a:hover { color: #fff !important; }
.jcec-footer-contact > a { display: inline-block !important; margin-top: 10px !important; overflow-wrap: anywhere !important; }
.jcec-footer-bottom { padding-top: 18px !important; border-top: 1px solid rgba(255,255,255,.08) !important; }
.jcec-footer-bottom p { margin: 0 !important; color: rgba(255,255,255,.4) !important; font-size: 10px !important; }

.jcec-site-header :where(a,button):focus-visible,
.jcec-site-footer a:focus-visible { outline: 3px solid var(--jcec-gold-light) !important; outline-offset: 3px !important; }

@media (max-width: 900px) {
  .jcec-footer-grid { grid-template-columns: 1fr 1fr !important; }
  .jcec-footer-brand { max-width: 100% !important; grid-column: 1 / -1 !important; }
}

@media (max-width: 768px) {
  .jcec-menu-button { display: inline-flex !important; flex: 0 0 auto !important; }
  .jcec-navigation {
    position: absolute !important;
    inset: 100% 0 auto !important;
    display: none !important;
    width: 100% !important;
    padding: 12px 16px 16px !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(8,22,40,.99) !important;
  }
  .jcec-navigation.is-open { display: block !important; }
  .jcec-navigation ul { align-items: stretch !important; flex-direction: column !important; gap: 5px !important; }
  .jcec-navigation a { padding: 11px 16px !important; border-radius: 11px !important; font-size: 13px !important; }
  .jcec-logo-text small { display: none !important; }
}

@media (max-width: 560px) {
  .jcec-header-inner { width: calc(100% - 28px) !important; }
  .jcec-logo img { width: 40px !important; height: 40px !important; flex-basis: 40px !important; }
  .jcec-logo-text strong {
    max-width: 205px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    text-overflow: ellipsis !important;
  }
  .jcec-menu-button span { display: none !important; }
  .jcec-footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .jcec-footer-brand { grid-column: auto !important; }
}
