@charset "UTF-8";
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  background: transparent;
  border: none;
  display: none;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 16px;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.brand.small {
  gap: 8px;
}

.brand-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

.logo-box {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--primary);
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--primary-foreground);
  font-weight: 700;
}

.logo-box.lg {
  width: 48px;
  height: 48px;
}

.site-footer {
  background: color-mix(in oklch, var(--muted), transparent 70%);
  padding: 64px 0 32px;
}

@media (max-width: 768px) {
  .site-footer {
    padding-right: 60px;
  }
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 48px 32px;
  margin-bottom: 48px;
}

.foot-col h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.foot-col .links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.foot-col .links a {
  color: color-mix(in oklch, var(--foreground), transparent 25%);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.foot-col .links a:hover {
  color: var(--primary);
}

.footer-logo {
  height: 24px;
}

.copy {
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
  .footer-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ===== Design Tokens ===== */
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #00d0ff;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.45 0.15 220);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --radius: 10px;
}

/* ===== Base ===== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: var(--background);
  color: var(--foreground);
}

img {
  max-width: 100%;
  display: block;
}

main {
  margin-right: 80px;
}

@media (max-width: 1024px) {
  main {
    margin-right: 0;
  }
}

.container {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}

.container.narrow {
  max-width: 900px;
}

@media (max-width: 768px) {
  .container {
    padding-inline: 1rem;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.muted {
  color: var(--muted-foreground);
}

.dim {
  color: color-mix(in oklch, var(--foreground), transparent 35%);
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.xs {
  font-size: 0.875rem;
}

.sm {
  font-size: 0.95rem;
  font-weight: 600;
}

.xxs {
  font-size: 0.75rem;
}

.mt {
  margin-top: 2rem;
}

.center {
  text-align: center;
}

.block {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.text-primary {
  color: var(--primary);
}

.section {
  padding: 64px 0;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
  text-align: center;
}

.section-title .t-lg {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.section-title .sub {
  color: var(--muted-foreground);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 1rem;
}

.btn svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn.primary {
  background: var(--primary);
  color: var(--primary-foreground);
  -webkit-box-shadow: 0 4px 12px rgba(0, 119, 255, 0.2);
          box-shadow: 0 4px 12px rgba(0, 119, 255, 0.2);
}

.btn.primary:hover {
  background: color-mix(in oklch, var(--primary), black 10%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 119, 255, 0.3);
          box-shadow: 0 6px 20px rgba(0, 119, 255, 0.3);
}

.btn.primary:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn.outline {
  border-color: var(--border);
  background: transparent;
  color: var(--foreground);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn.outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 119, 255, 0.15);
          box-shadow: 0 4px 16px rgba(0, 119, 255, 0.15);
}

.btn.outline:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn.pill {
  border-radius: 50px;
}

.btn.lg {
  padding: 18px 40px;
  font-size: 1.125rem;
}

.right-rail {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 48px 0 0;
  z-index: 9999;
  gap: 0;
}

@media (max-width: 768px) {
  body {
    padding-right: 60px;
  }
  .right-rail {
    width: 60px;
    padding: 32px 0 0;
  }
  .rail-button-text {
    font-size: 0.75rem;
  }
  .rail-icon {
    width: 24px;
    height: 24px;
  }
}

/* スクロールバー */
.rail-scroll {
  position: relative;
  width: 2px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rail-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0077ff), color-stop(50%, rgba(0, 208, 255, 0.8)), to(rgba(0, 208, 255, 0)));
  background: linear-gradient(180deg, #0077ff 0%, rgba(0, 208, 255, 0.8) 50%, rgba(0, 208, 255, 0) 100%);
  z-index: 1;
}

.scroll-line {
  width: 2px;
  height: 100%;
  background: rgba(0, 208, 255, 0.2);
}

.scroll-thumb {
  position: absolute;
  top: 0;
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0077ff), to(rgba(0, 208, 255, 0.9)));
  background: linear-gradient(180deg, #0077ff 0%, rgba(0, 208, 255, 0.9) 100%);
  border-radius: 2px;
  -webkit-transition: top 0.1s ease;
  transition: top 0.1s ease;
  z-index: 2;
  left: -1px;
}

/* SCROLL DOWN テキスト */
.rail-scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: rgba(0, 208, 255, 0.7);
  margin: 32px 0;
  font-weight: 500;
}

/* ハンバーガーメニュー */
.rail-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 16px;
  cursor: pointer;
  margin-bottom: auto;
  position: relative;
  width: 60px;
  height: 60px;
}

.rail-hamburger span {
  width: 28px;
  height: 2.5px;
  background: var(--primary);
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.rail-hamburger:hover span {
  background: rgba(0, 119, 255, 0.8);
}

.rail-hamburger.active {
  gap: 0;
}

.rail-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}

.rail-hamburger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.rail-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  margin-top: -4.5px;
}

/* Recruit/Contact/LINE ボタン */
.rail-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
  text-decoration: none;
  gap: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rail-recruit {
  background: #4a8f5c;
  color: white;
}

.rail-contact {
  background: #00d0ff;
  color: white;
  border-top: solid;
}

.rail-line {
  background: #06C755;
  color: white;
  border-top: solid;
}

.rail-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.rail-icon {
  width: 32px;
  height: 32px;
  color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rail-button-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: white;
}

/* TOPへボタン */
.rail-top-button {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: auto;
}

.rail-top-button svg {
  width: 28px;
  height: 28px;
  color: var(--primary);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.rail-top-button:hover svg {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: rgba(0, 119, 255, 0.8);
}

.fullscreen-menu {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fullscreen-menu.active {
  opacity: 1;
  pointer-events: all;
}

.menu-container {
  padding: 80px 140px 60px 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .menu-container {
    padding: 60px 40px;
  }
}

.menu-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .menu-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
}

.menu-section-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.menu-section-link:hover .menu-section {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.menu-section {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.menu-section h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
}

.menu-section .menu-subtitle {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
  .menu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.menu-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .menu-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
}

.menu-footer-links a {
  color: var(--muted-foreground);
  text-decoration: none;
  font-size: 0.875rem;
}

.menu-footer-links a:hover {
  color: var(--primary);
}

.menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.menu-social a {
  color: var(--foreground);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.menu-social a:hover {
  color: var(--primary);
}

.fluid-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.fluid-loader.loaded {
  opacity: 0;
  pointer-events: none;
}

#champagne-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

body:has(.fluid-loader:not(.loaded)) {
  overflow: hidden;
}
/*# sourceMappingURL=common.css.map */