/* 自動生成: scripts/build-chrome.js（直接編集しない） */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
header.site, footer.site { --ink: #0e2b44; --text: #2b4d66; --muted: #5f7d90; --blue: #1a8fd0; --blue-deep: #0d6fb0; --blue-soft: #e6f4fc; --blue-line: rgba(26, 143, 208, 0.22); --line: rgba(14, 43, 68, 0.12); --paper: #ffffff; --r: 4px; --ease: cubic-bezier(.2, .7, .2, 1); --wrap: 1680px; --gutter: clamp(20px, 5vw, 88px); --wrap: 1440px; --header-h: 74px; --header-h: 68px; --ease: cubic-bezier(.22, .61, .36, 1); --ease-soft: cubic-bezier(.16, .84, .3, 1); font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 15.5px; line-height: 1.9; color: var(--ink); -webkit-font-smoothing: antialiased; text-align: left; }
:is(header.site, footer.site), :is(header.site, footer.site) * { box-sizing: border-box; }
:is(header.site, footer.site) a { color: inherit; text-decoration: none; border: 0; box-shadow: none; }
:is(header.site, footer.site) img { display: block; max-width: 100%; margin: 0; }
:is(header.site, footer.site) ul { list-style: none; margin: 0; padding: 0; }
:is(header.site, footer.site) li { margin: 0; padding: 0; border: 0; background: none; }
:is(header.site, footer.site) li::before, :is(header.site, footer.site) li::after { content: none; }
:is(header.site, footer.site) h4 { margin: 0; padding: 0; border: 0; background: none; font-weight: 900; letter-spacing: -0.02em; }
:is(header.site, footer.site) h4::before, :is(header.site, footer.site) h4::after { content: none; }
:is(header.site, footer.site) p { margin: 0; }
:is(header.site, footer.site) button, :is(header.site, footer.site) input { font: inherit; margin: 0; }
:is(header.site, footer.site) .wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
:is(header.site, footer.site) .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: var(--r); font-weight: 700; }
:is(header.site, footer.site) .btn-primary { background: var(--blue); color: #fff; }
footer.site { position: relative; z-index: 1; }

:is(header.site, footer.site) .topbar-links { display: flex; gap: 22px; }
:is(header.site, footer.site) .topbar-links a:hover { color: #fff; }
body > header.site#siteHeader {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 0;
  transition: box-shadow .3s ease;
}
header.site.is-scrolled { box-shadow: 0 10px 30px rgba(14,43,68,.08); background: rgba(255,255,255,.98); }
header.site .wrap { display: flex; align-items: center; gap: 28px; height: 82px; }
:is(header.site, footer.site) .logo { flex: 0 0 auto; }
:is(header.site, footer.site) .logo img { height: 34px; width: auto; }
:is(header.site, footer.site) .header-search { display: flex; align-items: center; width: 250px; height: 44px; padding: 0 4px 0 14px; border: 1.5px solid var(--line); border-radius: var(--r); background: #fff; }
:is(header.site, footer.site) .header-search input { flex: 1; min-width: 0; border: 0; outline: 0; font: inherit; font-size: 14.5px; color: var(--ink); background: transparent; }
:is(header.site, footer.site) .header-search button { width: 36px; height: 34px; border: 0; border-radius: var(--r); background: var(--ink); color: #fff; display: grid; place-items: center; cursor: pointer; }
:is(header.site, footer.site) nav.main { display: flex; align-items: center; gap: 26px; margin-left: auto; font-weight: 700; font-size: 15px; }
:is(header.site, footer.site) nav.main > a, :is(header.site, footer.site) .nav-trigger { position: relative; padding: 8px 0; }
:is(header.site, footer.site) nav.main > a::after, :is(header.site, footer.site) .nav-trigger::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
:is(header.site, footer.site) nav.main > a:hover::after, :is(header.site, footer.site) .nav-item:hover .nav-trigger::after { transform: scaleX(1); }
:is(header.site, footer.site) .nav-item { position: relative; }
:is(header.site, footer.site) .chev { font-size: 11px; }
:is(header.site, footer.site) .mega-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; width: 640px;
  padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 28px 60px rgba(14,43,68,.14);
  opacity: 0; pointer-events: none; transform: translate(-50%, 10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
:is(header.site, footer.site) .nav-item:hover .mega-menu, :is(header.site, footer.site) .nav-item:focus-within .mega-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
:is(header.site, footer.site) .mega-title { font-size: 13px; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
:is(header.site, footer.site) .mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
:is(header.site, footer.site) .mega-link { display: flex; gap: 14px; align-items: center; padding: 10px; border-radius: var(--r); transition: background .2s; font-weight: 700; font-size: 15px; }
:is(header.site, footer.site) .mega-link:hover { background: var(--blue-soft); }
:is(header.site, footer.site) .mega-link img { width: 74px; height: 52px; object-fit: cover; border-radius: var(--r); }
:is(header.site, footer.site) .mega-link small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; }
:is(header.site, footer.site) .header-cta { display: flex; align-items: center; gap: 18px; }
:is(header.site, footer.site) .phone { text-align: right; line-height: 1.25; }
:is(header.site, footer.site) .phone b { display: block; font-size: 19px; letter-spacing: .01em; }
:is(header.site, footer.site) .phone span { font-size: 12.5px; color: var(--muted); }
:is(header.site, footer.site) .header-inquiry { display: inline-flex; align-items: center; padding: 13px 24px; border-radius: var(--r); background: var(--blue); color: #fff; font-weight: 700; font-size: 15px; box-shadow: 0 10px 24px rgba(26,143,208,.22); transition: background .25s, transform .3s var(--ease); }
:is(header.site, footer.site) .header-inquiry:hover { background: var(--blue-deep); transform: translate3d(0,-2px,0); }
:is(header.site, footer.site) .hamburger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; }
:is(header.site, footer.site) .hamburger span { display: block; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
:is(header.site, footer.site) .hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
:is(header.site, footer.site) .hamburger.open span:nth-child(2) { opacity: 0; }
:is(header.site, footer.site) .hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
:is(header.site, footer.site) .mnav { display: none; }
:is(header.site, footer.site) .scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: transparent; }
:is(header.site, footer.site) .scroll-progress span { display: block; height: 100%; width: 100%; background: var(--blue); transform: scaleX(var(--scroll-ratio, 0)); transform-origin: left; }
:is(header.site, footer.site) .dock-success { display: none; margin-top: 14px; padding: 12px 16px; background: var(--blue-soft); color: var(--blue-deep); font-weight: 700; border-radius: var(--r); text-align: center; }
footer.site { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.92) 20%); padding: 64px 0 28px; color: var(--text); }
:is(header.site, footer.site) .f-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
:is(header.site, footer.site) .fmark img { height: 32px; width: auto; }
:is(header.site, footer.site) .f-brand p { margin-top: 16px; font-size: 14.5px; max-width: 420px; }
:is(header.site, footer.site) .f-contact { margin-top: 16px; font-size: 14px; }
:is(header.site, footer.site) .f-contact b { font-size: 20px; color: var(--ink); }
:is(header.site, footer.site) .f-social { display: flex; gap: 10px; margin-top: 16px; }
:is(header.site, footer.site) .f-social a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: var(--r); color: var(--ink); transition: background .2s, color .2s; }
:is(header.site, footer.site) .f-social a:hover { background: var(--ink); color: #fff; }
:is(header.site, footer.site) .f-col h4 { font-size: 15px; color: var(--ink); margin-bottom: 14px; }
:is(header.site, footer.site) .f-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14.5px; }
:is(header.site, footer.site) .f-col a:hover { color: var(--blue-deep); }
:is(header.site, footer.site) .f-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; font-size: 13.5px; }
:is(header.site, footer.site) .f-bottom .links { display: flex; gap: 20px; }
@media (max-width: 1280px) {
  :is(header.site, footer.site) .header-search { width: 200px; }
  :is(header.site, footer.site) nav.main { gap: 18px; }
  :is(header.site, footer.site) .phone { display: none; }
}
@media (max-width: 1080px) {
  :is(header.site, footer.site) .f-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :is(header.site, footer.site) .topbar-links { display: none; }
  header.site .wrap { height: 68px; gap: 12px; }
  :is(header.site, footer.site) .logo img { height: 28px; } :is(header.site, footer.site) .logo-svg { height: 26px; }
  :is(header.site, footer.site) .header-search { flex: 1; width: auto; min-width: 0; height: 40px; }
  :is(header.site, footer.site) nav.main, :is(header.site, footer.site) .header-inquiry { display: none; }
  :is(header.site, footer.site) .hamburger { display: flex; }
  :is(header.site, footer.site) .mnav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 12px var(--gutter) 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(14,43,68,.12); }
  :is(header.site, footer.site) .mnav.open { display: block; }
  :is(header.site, footer.site) .mnav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  :is(header.site, footer.site) .mnav .m-in { padding-top: 16px; }
  :is(header.site, footer.site) .mnav .m-in a { border: 0; padding: 16px; }
  :is(header.site, footer.site) .hero-visual .links { display: none; }
  :is(header.site, footer.site) .f-top { grid-template-columns: 1fr; gap: 26px; }
  footer.site { padding-bottom: 96px; }
}
body > header.site#siteHeader { transition: transform .45s var(--ease), box-shadow .3s ease, background .3s ease; will-change: transform; }
body > header.site#siteHeader.is-hidden { transform: translateY(-100%); }
header.site .wrap { height: 74px; }
:is(header.site, footer.site) .dock-success { grid-column: 1 / -1; }
:is(header.site, footer.site) .logo-svg { height: 32px; width: auto; display: block; }
:is(header.site, footer.site) .fmark .logo-svg { height: 30px; }
:is(header.site, footer.site) nav.main { gap: 20px; font-size: 14.5px; white-space: nowrap; }
:is(header.site, footer.site) .header-cta { gap: 14px; white-space: nowrap; }
:is(header.site, footer.site) .header-inquiry { padding: 12px 20px; font-size: 14.5px; }
:is(header.site, footer.site) .header-search { width: 210px; }
@media (max-width: 1500px) { :is(header.site, footer.site) .phone { display: none; } }
@media (max-width: 1180px) { :is(header.site, footer.site) .header-search { width: 170px; } :is(header.site, footer.site) nav.main { gap: 14px; font-size: 14px; } }
@media (max-width: 900px) {
  :is(header.site, footer.site) .header-search { flex: 1 1 auto; width: auto; min-width: 0; }
}
:is(header.site, footer.site) .mega-menu { transition-duration: .45s, .45s; }
body > header.site#siteHeader { transition-duration: .6s, .4s, .4s; }
:is(header.site, footer.site) .mega-link, :is(header.site, footer.site) .f-social a {
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .35s ease, background .35s ease, color .35s ease;
}
:is(header.site, footer.site) .mega-link:hover { transform: translate3d(0,-2px,0); box-shadow: 0 12px 24px rgba(14,43,68,.08); }
:is(header.site, footer.site) .f-social a:hover { transform: translate3d(0,-3px,0); box-shadow: 0 10px 20px rgba(14,43,68,.12); }
:is(header.site, footer.site) .dock-success { border-radius: 8px; }
:is(header.site, footer.site) .dock-success { grid-column: 1 / -1; }
/* 下層ページ用の上書き */
body > header.site#siteHeader { background: #fff; }
body > header.site#siteHeader.is-scrolled { background: rgba(255,255,255,.98); }
footer.site { background: #fff; }
