/* AUTO-GENERATED by scripts/shared-chrome/generate.mjs. DO NOT EDIT. */
/* shared-chrome-version: 480617109d769b0fc60f8bd652a989822ea1e135d2e160670645557545c1a9ea */
.sakutio-chrome,
.sakutio-chrome *,
.sakutio-chrome *::before,
.sakutio-chrome *::after {
  box-sizing: border-box;
}

.sakutio-chrome {
  width: 100%;
  max-width: 100%;
  font-family: system-ui, -apple-system, "Segoe UI", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
}

.sakutio-chrome .sakutio-chrome__container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.sakutio-chrome .sakutio-chrome__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.sakutio-chrome .sakutio-chrome__brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 8px;
  background: linear-gradient(145deg, #4258a1 0%, #5b6fbf 100%);
  color: #ffffff;
  flex-shrink: 0;
}

.sakutio-chrome .sakutio-chrome__brand-icon svg {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
}

.sakutio-chrome .sakutio-chrome__brand-text {
  color: #4258a1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.sakutio-chrome a:focus-visible {
  outline: 2px solid #4258a1;
  outline-offset: 2px;
}

.sakutio-chrome.sakutio-chrome--header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #1b2233;
  background: rgba(251, 252, 254, 0.86);
  border-bottom: 1px solid #e6ebf4;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sakutio-chrome .sakutio-chrome__header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  min-height: 3.75rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.sakutio-chrome .sakutio-chrome__logo {
  text-decoration: none;
}

.sakutio-chrome .sakutio-chrome__logo:hover .sakutio-chrome__brand-text {
  color: #354887;
}

.sakutio-chrome .sakutio-chrome__header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
}

.sakutio-chrome .sakutio-chrome__header-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  color: #4b5568;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.sakutio-chrome .sakutio-chrome__header-link:hover {
  color: #4258a1;
  background: #f2f4fb;
}

.sakutio-chrome .sakutio-chrome__header-link svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.sakutio-chrome.sakutio-chrome--footer {
  margin-top: auto;
  padding: 2.5rem 0 1.85rem;
  color: #e4e8f2;
  background: linear-gradient(180deg, #36425d 0%, #2d3750 100%);
  overflow-x: hidden;
}

.sakutio-chrome .sakutio-chrome__footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  min-width: 0;
}

.sakutio-chrome .sakutio-chrome__footer-brand-block {
  min-width: 0;
  max-width: 20rem;
}

.sakutio-chrome .sakutio-chrome__footer-brand {
  margin: 0 0 0.45rem;
}

.sakutio-chrome .sakutio-chrome__footer-brand a,
.sakutio-chrome .sakutio-chrome__footer-nav a {
  color: #e4e8f2;
  text-decoration: none;
}

.sakutio-chrome .sakutio-chrome__brand--inverted .sakutio-chrome__brand-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.sakutio-chrome .sakutio-chrome__brand--inverted .sakutio-chrome__brand-text {
  color: #ffffff;
}

.sakutio-chrome .sakutio-chrome__tagline {
  margin: 0;
  color: #a8b0c4;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.sakutio-chrome .sakutio-chrome__footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1.35rem;
  min-width: 0;
  max-width: 100%;
}

.sakutio-chrome .sakutio-chrome__footer-nav a {
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 180ms ease;
  overflow-wrap: anywhere;
}

.sakutio-chrome .sakutio-chrome__footer-nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sakutio-chrome.sakutio-chrome--footer a:focus-visible {
  outline-color: #ffffff;
  outline-offset: 3px;
  border-radius: 2px;
}

.sakutio-chrome .sakutio-chrome__copy {
  margin: 1.5rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #a8b0c4;
  font-size: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .sakutio-chrome,
  .sakutio-chrome *,
  .sakutio-chrome *::before,
  .sakutio-chrome *::after {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 480px) {
  .sakutio-chrome .sakutio-chrome__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sakutio-chrome .sakutio-chrome__header-link {
    padding: 0.35rem 0.45rem;
    font-size: 0.85rem;
  }

  .sakutio-chrome.sakutio-chrome--footer {
    padding: 2.15rem 0 1.6rem;
  }

  .sakutio-chrome .sakutio-chrome__footer-top {
    flex-direction: column;
    gap: 1.25rem;
  }

  .sakutio-chrome .sakutio-chrome__footer-nav {
    gap: 0.7rem 1.1rem;
  }
}
