:root {
  --color-primary: #114FA1;
  --color-primary-hover: #0D3A75;
  --color-primary-light: #E8F0FA;
  --color-background: #f8f7f6;
  --color-surface: #ffffff;
  --color-text-main: #23221e;
  --color-text-sub: #6b6560;
  --color-link: #114FA1;
  --color-link-hover: #0D3A75;
  --color-border: #d6d3d0;
  --font-family-base: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-size-base: 1rem;
  --font-size-sm: 0.8125rem;
  --font-size-xs: 0.6875rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --line-height-tight: 1.3;
  --line-height-normal: 1.7;
  --letter-spacing-tight: -0.01em;
  --letter-spacing-normal: 0.04em;
  --spacing-unit: 8px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --border-width-thick: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-header: 0 2px 4px rgba(0, 0, 0, 0.06);
  --transition-fast: 150ms ease;
  --z-header: 200;
  --content-max-width: var(--content-max-width);
  --header-utility-height: 48px;
  --header-main-height: 50px;
  --header-height: calc(var(--header-utility-height) + var(--header-main-height));
  --header-mobile-height: 3.5rem;
}*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }body { min-height: 100vh; min-height: 100dvh; }img,
picture,
svg { display: block; max-width: 100%; }img { height: auto; }html { font-size: 100%; scroll-behavior: smooth; }body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
  color: var(--color-text-main);
  background-color: var(--color-background);
  line-height: var(--line-height-normal);
  letter-spacing: var(--letter-spacing-normal);
  -webkit-font-smoothing: antialiased;
}a { color: var(--color-link); transition: color var(--transition-fast); }h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}.l-header__wrapper {
  display: flex;
  align-items: stretch;
}.l-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 24px;
}.l-header__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}.l-header__upper {
  height: var(--header-utility-height);
  overflow: visible;
}.l-header__lower {
  height: var(--header-main-height);
}body.home-page .l-header {
  background: #fff;
}.l-header__mobile { display: block; }.l-header__desktop { display: none; }@media (min-width: 1280px) {.l-header__desktop { display: block; }.l-header__desktop .l-header__wrapper { display: flex; align-items: stretch; }.l-header__mobile { display: none; }
}.saikazo-main { padding-top: var(--header-mobile-height, 3.5rem); }@media (min-width: 1280px) {.saikazo-main { padding-top: var(--header-height); }
}.c-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 56px;
  background: var(--color-surface);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}@media (min-width: 1024px) {.c-bottom-bar { display: none; }
}.c-hero { position: relative; width: 100%; margin-top: var(--header-mobile-height, 3.5rem); }body.home-page .c-hero { margin-top: 0; }.c-hero__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2 / 1;
  max-height: calc(100svh - var(--header-mobile-height, 3.5rem));
  max-height: calc(100vh - var(--header-mobile-height, 3.5rem));
  background: var(--color-primary);
}.c-hero__track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}.c-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
}.c-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}.c-hero__slide.is-active picture {
  display: block;
  width: 100%;
  height: 100%;
}@media (min-width: 1280px) {.c-hero { margin-top: var(--header-height, 98px); }body.home-page .c-hero { margin-top: 0; }.c-hero__slider {
    max-height: calc(100svh - var(--header-height, 98px));
    max-height: calc(100vh - var(--header-height, 98px));
  }
}.c-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.l-main {
  max-width: var(--content-max-width);
  max-inline-size: var(--content-max-width);
  margin-inline: auto;
  padding-inline: 0;
  padding-block: var(--spacing-xl);
  container-type: inline-size;
  container-name: main;
}@media (min-width: 768px) {.l-main {
    padding-inline: var(--spacing-md);
  }
}.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  display: inline-block;
  overflow: hidden;
  max-width: 1.2em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}[data-reveal] {
  opacity: 0;
}@media (prefers-reduced-motion: reduce) {[data-reveal] {
    opacity: 1;
  }
}.l-footer__sitemap-panel[hidden] {
  display: none;
}