:root {
  --color-base: #fffdf9;
  --color-text: #202331;
  --color-subtext: #606678;
  --color-blue-dark: #182060;
  --color-red: #ff8000;
  --color-red-muted: #c77724;
  --color-action: #b85d00;
  --color-muted: #f4f6ff;
  --color-line: #e6e8f0;
  --color-gray-deep: #3f4652;
  --color-gray-mid: #626b78;
  --color-gray-soft: #f5f6f8;
  --shadow-soft: 0 24px 80px rgba(24, 32, 96, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.75;
  background: var(--color-base);
}

body.is-modal-open {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #ffffff;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.48s ease, visibility 0.48s ease;
}

html.site-intro-skip .site-loader {
  display: none;
}

.site-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-loader-stage {
  position: relative;
  width: min(227px, 36vw);
  aspect-ratio: 945 / 634;
  perspective: 900px;
  transform-style: preserve-3d;
}

.site-loader-logo-layer {
  position: absolute;
  inset: 0;
}

.site-loader-fan-layer {
  z-index: 2;
}

.site-loader-more-layer {
  z-index: 1;
}

.site-loader-logo-layer svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.site-loader-fan-layer path {
  opacity: 0;
  transform: translate(var(--fan-x), var(--fan-y)) scale(var(--fan-scale));
  transform-box: fill-box;
  transform-origin: center bottom;
}

.site-loader-more-layer path {
  opacity: 0;
  transform: translate(var(--more-x), var(--more-y)) scale(var(--more-scale));
  transform-box: fill-box;
  transform-origin: center;
}

.site-loader-stage.replay .site-loader-fan-layer path {
  animation: loaderFanIn var(--fan-duration) cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: var(--fan-delay);
}

.site-loader-stage.replay .site-loader-more-layer path {
  animation: loaderMoreIn var(--more-duration) cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: var(--more-delay);
}

body.site-is-loading .hero-renewal-oval,
body.site-is-loading .hero-renewal-copy img {
  animation-play-state: paused !important;
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 42px;
  background: rgba(17, 19, 28, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease, padding 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 0;
  background: rgba(17, 19, 28, 0.8);
  box-shadow: 0 12px 34px rgba(17, 19, 28, 0.22);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  background: transparent;
  border: 0;
}

.site-logo img {
  width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-nav {
  display: flex;
  gap: 18px;
  align-self: stretch;
  align-items: stretch;
}

.site-nav a,
.nav-button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  background:
    linear-gradient(var(--color-red), var(--color-red)) left bottom / 0 5px no-repeat;
  transition: color 0.24s ease, background-size 0.28s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-header .nav-button:hover,
.site-header .nav-button:focus-visible {
  color: #ffffff;
}

.site-header .nav-button {
  align-self: center;
  min-height: 42px;
  padding: 0 18px;
  color: #ffffff;
  background: var(--color-red);
  border: 1px solid var(--color-red);
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-header .nav-button:hover::before,
.site-header .nav-button:focus-visible::before {
  display: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-header .nav-button:hover,
.site-header .nav-button:focus-visible {
  background-size:
    100% 5px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 150px 24px 92px;
  color: var(--color-blue-dark);
  background: #ffffff;
}

.hero-renewal {
  min-height: 92vh;
  padding: clamp(118px, 12vw, 156px) 24px clamp(72px, 7vw, 108px);
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(244, 246, 255, 0.72) 0%, rgba(255, 255, 255, 0) 58%),
    #ffffff;
}

.hero-renewal-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: none;
  animation: none;
  pointer-events: none;
}

.hero-renewal-oval {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0;
  opacity: 0;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  animation:
    heroRenewalFadeIn 0.85s ease 0.12s forwards,
    heroRenewalScaleIn 3.6s cubic-bezier(.16, 1, .3, 1) 0.97s forwards;
  will-change: opacity, transform;
}

.hero-renewal-oval::before {
  display: none;
  content: none;
}

.hero-renewal-oval::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: clamp(70px, 10vw, 150px);
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 82%);
}

.hero-renewal-oval img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(0.98) brightness(1.02);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: translate(-50%, -50%) scale(1.015);
}

.hero-renewal-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  width: clamp(390px, 36vw, 620px);
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  color: var(--color-blue-dark);
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}

.hero-renewal-copy img {
  width: var(--copy-line-width, 100%);
  height: auto;
  filter: none;
  opacity: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0 48%, transparent 62%);
  mask-image: linear-gradient(90deg, #000 0 48%, transparent 62%);
  -webkit-mask-size: 230% 100%;
  mask-size: 230% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: heroTextMaskIn 1.15s cubic-bezier(.16, 1, .3, 1) var(--copy-delay, 1.18s) forwards;
  transform: translateZ(0);
  will-change: opacity, -webkit-mask-position, mask-position;
}

.hero-renewal-copy-line--01 {
  --copy-line-width: 100%;
  --copy-delay: 1.18s;
}

.hero-renewal-copy-line--02 {
  --copy-line-width: 82%;
  --copy-delay: 1.42s;
  margin-top: -12%;
  margin-left: 18%;
}

.section-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.deco-part {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.58s ease,
    transform 0.9s cubic-bezier(.22, .61, .36, 1);
}

.deco-part img {
  display: block;
  width: 100%;
  height: auto;
}

.section-label {
  margin: 0 0 14px;
  color: var(--color-red-muted);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 900;
  letter-spacing: 0;
}

.recruit-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.primary-button,
.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button:hover,
.nav-button:hover {
  transform: translateY(-2px);
}

.primary-button {
  color: #ffffff;
  background: var(--color-action);
  border: 1px solid var(--color-action);
  box-shadow: 0 12px 30px rgba(184, 93, 0, 0.24);
}

.primary-button:disabled,
.primary-button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.works-gallery-intro {
  margin-top: clamp(42px, 5vw, 66px);
}

.works-gallery-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.works-gallery-cta .primary-button {
  gap: 10px;
}

.works-gallery-preview {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  height: clamp(460px, 52vw, 650px);
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.95fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.works-gallery-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  background: #dfe2e8;
}

.works-gallery-photo--main {
  grid-row: 1 / 3;
}

.works-gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
  transition: transform 0.8s cubic-bezier(.16, 1, .3, 1), filter 0.4s ease;
}

.works-gallery-photo--main img {
  object-position: 52% center;
}

.works-gallery-photo--sub01 img {
  object-position: 42% center;
}

.works-gallery-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, transparent 58%, rgba(17, 19, 28, 0.24));
  pointer-events: none;
  transition: background 0.35s ease;
}

.works-gallery-view {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(17, 19, 28, 0.58);
}

.works-gallery-view b {
  font-size: 18px;
  font-weight: 500;
  transition: transform 0.24s ease;
}

.works-gallery-preview:hover .works-gallery-photo img,
.works-gallery-preview:focus-visible .works-gallery-photo img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1);
}

.works-gallery-preview:hover::after,
.works-gallery-preview:focus-visible::after {
  background: linear-gradient(135deg, transparent 52%, rgba(17, 19, 28, 0.34));
}

.works-gallery-preview:hover .works-gallery-view b,
.works-gallery-preview:focus-visible .works-gallery-view b {
  transform: translateX(5px);
}

.works-gallery-preview:focus-visible {
  outline: 3px solid var(--color-red-muted);
  outline-offset: 5px;
}

.nav-button {
  color: var(--color-blue-dark);
  background: #ffffff;
  border: 1px solid rgba(24, 32, 96, 0.22);
}

.site-header .nav-button {
  color: #ffffff;
  background: var(--color-action);
  border: 2px solid var(--color-action);
  font-size: 16px;
}

.site-header .site-nav a,
.site-header .site-nav .nav-button {
  align-self: stretch;
  min-height: auto;
  padding: 0 13px;
  background:
    linear-gradient(var(--color-red-muted), var(--color-red-muted)) left bottom / 0 5px no-repeat;
  transform: none;
  transition: color 0.24s ease, background-size 0.28s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .site-nav a {
  border: 0;
}

.site-header .site-nav .nav-button {
  min-height: 40px;
  align-self: center;
  padding: 0 18px;
  border: 2px solid var(--color-red);
  border-radius: 0;
  color: #ffffff;
  background: var(--color-red);
  background-image: none;
  box-shadow: 0 12px 30px rgba(184, 93, 0, 0.24);
}

.site-header .site-nav .nav-button:hover,
.site-header .site-nav .nav-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(184, 93, 0, 0.28);
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible {
  color: var(--color-red-muted);
  background-size:
    100% 5px;
}

.site-header .site-nav a[aria-current="page"] {
  color: var(--color-red-muted);
  background-size: 100% 5px;
}

.site-header .site-nav .nav-button:hover,
.site-header .site-nav .nav-button:focus-visible {
  color: #ffffff;
  border-color: var(--color-action);
  background: var(--color-action);
  background-image: none;
}

.section {
  position: relative;
  overflow: clip;
  padding: 108px 24px;
  scroll-margin-top: 92px;
}

main > section[tabindex="-1"]:focus {
  outline: none;
}

.uses-site-deco {
  position: relative;
  overflow: visible;
}

.site-deco-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.site-deco-part {
  position: absolute;
  display: block;
  width: var(--deco-width, 160px);
  height: var(--deco-height, 160px);
  opacity: 0;
  mix-blend-mode: difference;
  transform: var(--deco-translate, translate(-50%, -50%)) rotate(var(--deco-rotate, 0deg)) scale(var(--deco-scale, 1));
  transition:
    opacity 0.58s ease,
    transform 0.9s cubic-bezier(.22, .61, .36, 1);
}

.site-deco-part.is-site-deco-visible {
  opacity: var(--deco-opacity, 0.18);
}

.site-deco-part--css-diagonal {
  background:
    repeating-linear-gradient(
      -45deg,
      var(--deco-color, var(--color-red-muted)) 0 8px,
      transparent 8px 18px
    );
}

.site-deco-part--css-dot {
  background:
    radial-gradient(circle, var(--deco-color, var(--color-blue-dark)) 0 var(--deco-dot-radius, 6px), transparent var(--deco-dot-radius, 6px));
  background-size: var(--deco-dot-gap, 22px) var(--deco-dot-gap, 22px);
  clip-path: inset(0 0 var(--deco-dot-bottom-trim, 8px) 0);
}

.site-deco-part--css-rect {
  background: var(--deco-color, var(--color-blue-dark));
}

.site-deco--message-01 {
  --deco-left: 94.24;
  --deco-top: 101.50;
  --deco-width: 30%;
  --deco-height: 170px;
  --deco-color: #c77724;
  --deco-opacity: 0.1;
  --deco-scale: 1.5;
}

.site-deco--message-02 {
  --deco-left: 91.49;
  --deco-top: 17.57;
  --deco-width: 24%;
  --deco-height: 160px;
  --deco-color: #182060;
  --deco-opacity: 0.18;
  --deco-scale: 1.25;
}

.site-deco--message-03 {
  --deco-left: 1.28;
  --deco-top: 65.81;
  --deco-width: 24%;
  --deco-height: 160px;
  --deco-color: #d9dde6;
  --deco-opacity: 0.3;
  --deco-scale: 1.5;
}

.site-deco--message-04 {
  --deco-left: 99.74;
  --deco-top: 23.75;
  --deco-width: 18%;
  --deco-height: 90px;
  --deco-color: #27306f;
  --deco-opacity: 0.1;
  --deco-scale: 1.33;
}

.site-deco--company-01 {
  --deco-left: 5.71;
  --deco-top: 102;
  --deco-width: 24%;
  --deco-height: 160px;
  --deco-color: #182060;
  --deco-opacity: 0.18;
}

.site-deco--business-01 {
  --deco-left: 83.30;
  --deco-top: 8.76;
  --deco-width: 30%;
  --deco-height: 170px;
  --deco-color: #d9dde6;
  --deco-opacity: 0.11;
  --deco-scale: 1.33;
}

.site-deco--works-01 {
  --deco-left: 0;
  --deco-top: 95.50;
  --deco-width: 45.7%;
  --deco-height: 170px;
  --deco-color: #3f4652;
  --deco-opacity: 0.24;
}

.site-deco--works-02 {
  --deco-left: 96.02;
  --deco-top: 12.56;
  --deco-width: 39.3%;
  --deco-height: 160px;
  --deco-color: #182060;
  --deco-opacity: 0.18;
}

.site-deco--flow-01 {
  --deco-left: -20.28;
  --deco-top: 76.80;
  --deco-width: 42%;
  --deco-height: 170px;
  --deco-color: #e6e8f0;
  --deco-opacity: 0.52;
  --deco-anchor: top-left;
}

.site-deco--flow-02 {
  --deco-left: 14.46;
  --deco-top: 85.78;
  --deco-width: 12%;
  --deco-height: 160px;
  --deco-color: #182060;
  --deco-opacity: 0.18;
  --deco-anchor: top-left;
}

.site-deco--recruit-01 {
  --deco-left: 79.53;
  --deco-top: 66;
  --deco-width: 15.37%;
  --deco-height: 110px;
  --deco-color: #ff8000;
  --deco-opacity: 0.18;
  --deco-scale: 1.92;
  --deco-anchor: top-left;
  --deco-dot-radius: 3px;
  --deco-dot-gap: 11.5px;
}

.section-deco {
  z-index: 0;
}

.uses-site-deco .section-inner,
.uses-site-deco .section-reveal::before {
  z-index: 2;
}

.section-reveal.is-section-visible .section-deco .deco-part {
  opacity: 1;
  transform: translateY(0);
}

.deco-part--css-diagonal {
  background:
    repeating-linear-gradient(
      -45deg,
      var(--deco-color, var(--color-red-muted)) 0 8px,
      transparent 8px 18px
    );
}

.deco-part--css-dot {
  background:
    radial-gradient(circle, var(--deco-color, var(--color-blue-dark)) 0 6px, transparent 6px);
  background-size: 22px 22px;
}

.section-deco--recruit-hero .deco-part--recruit-hero-01 {
  left: 0.92%;
  top: 73.30%;
  width: 37.2%;
  height: 160px;
  --deco-color: #ff8000;
}

.section-deco--recruit-hero .deco-part--recruit-hero-02 {
  left: 92.97%;
  top: 85.55%;
  width: 30%;
  height: 170px;
  --deco-color: #3f4652;
}

.section-reveal.is-section-visible .section-deco--recruit-hero .deco-part--recruit-hero-01 {
  opacity: 0.18;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.section-reveal.is-section-visible .section-deco--recruit-hero .deco-part--recruit-hero-02 {
  opacity: 0.1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1.22);
}

.section-reveal::before {
  position: absolute;
  top: var(--section-accent-top, 76px);
  left: max(24px, calc((100% - 1120px) / 2));
  width: 72px;
  height: 3px;
  content: "";
  background: var(--color-red-muted);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.section-reveal.is-section-visible::before {
  animation: sectionAccentIn 0.64s ease forwards;
}

.section-alt {
  background: var(--color-muted);
}

.section-blue {
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-gray-deep), var(--color-gray-mid));
}

.section-recruit {
  background:
    linear-gradient(135deg, rgba(255, 241, 224, 0.88), rgba(244, 246, 255, 0.94)),
    var(--color-base);
}

.subpage-main {
  padding-top: 66px;
}

.recruit-page-hero {
  position: relative;
  overflow: clip;
  padding: 118px 24px 92px;
  color: var(--color-text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 252, 0.96)),
    #ffffff;
}

.recruit-page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.18;
}

.recruit-page-hero .section-label {
  color: rgba(24, 32, 96, 0.62);
}

.recruit-page-hero p:not(.section-label) {
  max-width: 720px;
  color: var(--color-subtext);
  font-size: 18px;
}

.recruit-lead {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 34px auto 0;
  justify-items: center;
  text-align: center;
}

.recruit-page-hero .recruit-lead p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.85;
  text-wrap: balance;
  line-break: strict;
}

.recruit-page-hero .recruit-lead-copy {
  color: var(--color-blue-dark);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.55;
}

.recruit-line {
  display: block;
}

.recruit-phrase {
  display: inline-block;
}

.recruit-type-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(620px, 100%);
  margin: 48px auto 0;
  border: 1px solid var(--color-line);
}

.recruit-type-nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--color-blue-dark);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  transition: color 0.2s ease, background 0.2s ease;
}

.recruit-type-nav a + a {
  border-left: 1px solid var(--color-line);
}

.recruit-type-nav a:hover {
  color: #ffffff;
  background: var(--color-red);
}

.recruit-fulltime-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 246, 248, 0.94)),
    #ffffff;
}

.fulltime-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(48px, 5.5vw, 76px);
}

.fulltime-role {
  margin: 0 0 12px;
  color: var(--color-red-muted);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 900;
}

.fulltime-intro-copy h3 {
  margin: 0 0 24px;
  color: var(--color-blue-dark);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.35;
}

.fulltime-intro-copy p:not(.fulltime-role) {
  margin: 0;
  color: var(--color-subtext);
  font-size: 16px;
  line-height: 1.9;
}

.fulltime-intro-copy p + p {
  margin-top: 16px;
}

.fulltime-intro-visual {
  width: min(420px, 100%);
  justify-self: end;
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--color-line);
  box-shadow: 0 22px 54px rgba(24, 32, 96, 0.12);
}

.fulltime-intro-visual img {
  width: 100%;
  height: auto;
}

.fulltime-block {
  margin-top: clamp(76px, 8vw, 112px);
}

.fulltime-block-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-line);
}

.fulltime-block-heading span {
  color: var(--color-red-muted);
  font-size: 12px;
  font-weight: 900;
}

.fulltime-block-heading h3,
.fulltime-fit-grid h3,
.fulltime-contact h3 {
  margin: 0;
  color: var(--color-blue-dark);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(23px, 2.3vw, 30px);
  font-weight: 900;
  line-height: 1.4;
}

.fulltime-block-lead {
  max-width: 920px;
  margin: 0;
  color: var(--color-subtext);
  font-size: 16px;
  line-height: 1.9;
}

.fulltime-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--color-line);
  border-left: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.fulltime-work-grid article {
  min-width: 0;
  padding: clamp(24px, 2.8vw, 34px);
  border-right: 1px solid var(--color-line);
}

.fulltime-number {
  display: block;
  margin-bottom: 20px;
  color: rgba(24, 32, 96, 0.42);
  font-size: 14px;
  font-weight: 900;
}

.fulltime-work-grid h4 {
  margin: 0 0 18px;
  color: var(--color-blue-dark);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
}

.fulltime-work-grid ul,
.fulltime-fit-grid ul,
.fulltime-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fulltime-work-grid li,
.fulltime-fit-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--color-subtext);
  font-size: 15px;
  line-height: 1.75;
}

.fulltime-work-grid li + li,
.fulltime-fit-grid li + li {
  margin-top: 8px;
}

.fulltime-work-grid li::before,
.fulltime-fit-grid li::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 8px;
  height: 2px;
  content: "";
  background: var(--color-red-muted);
}

.fulltime-features {
  padding: clamp(30px, 4vw, 48px);
  background: #eef0f4;
  border-top: 1px solid #dfe2e8;
  border-bottom: 1px solid #dfe2e8;
}

.fulltime-features .fulltime-block-heading {
  margin-bottom: 30px;
  border-color: #d6dae2;
}

.fulltime-features > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fulltime-features > ul li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.fulltime-features > ul span {
  color: var(--color-red-muted);
  font-size: 12px;
  font-weight: 900;
}

.fulltime-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(76px, 8vw, 112px);
}

.fulltime-fit-grid section {
  padding-top: 24px;
  border-top: 4px solid var(--color-gray-mid);
}

.fulltime-fit-grid h3 {
  margin-bottom: 22px;
}

.fulltime-details {
  margin: 0;
  border-top: 1px solid var(--color-line);
}

.fulltime-details > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid var(--color-line);
}

.fulltime-details dt,
.fulltime-details dd {
  margin: 0;
  padding: 22px 24px;
}

.fulltime-details dt {
  color: var(--color-blue-dark);
  font-weight: 900;
  background: #eef0f4;
}

.fulltime-details dd {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.7);
}

.fulltime-details dd small {
  display: block;
  margin-top: 6px;
  color: var(--color-subtext);
  font-size: 13px;
}

.fulltime-details dd ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 24px;
}

.fulltime-details dd li {
  position: relative;
  padding-left: 14px;
}

.fulltime-details dd li::before {
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--color-red-muted);
}

.fulltime-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: clamp(76px, 8vw, 112px);
  padding: clamp(30px, 4.5vw, 52px);
  background: #eef0f4;
  border-left: 6px solid var(--color-red);
}

.fulltime-contact-label {
  margin: 0 0 8px;
  color: var(--color-red-muted);
  font-size: 12px;
  font-weight: 900;
}

.fulltime-contact p:last-child {
  margin: 12px 0 0;
  color: var(--color-subtext);
}

.fulltime-contact .primary-button {
  flex: 0 0 auto;
}

.recruit-staff-section .section-label,
.recruit-staff-section p {
  color: #ffffff;
}

.staff-recruit-layout {
  display: block;
}

.staff-line-block {
  display: grid;
  gap: 14px;
  align-self: end;
  justify-items: end;
}

.staff-line-block .primary-button {
  min-width: 180px;
}

.staff-recruit-title {
  margin-bottom: 44px;
}

.staff-recruit-title h2 {
  margin-bottom: 0;
}

.staff-recruit-copy {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.staff-recruit-copy p {
  margin: 0;
}

.staff-recruit-copy p + p {
  margin-top: 14px;
}

.staff-intro {
  color: var(--color-blue-dark);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.45;
}

.staff-info-block {
  margin-top: 42px;
}

.staff-info-block--application {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
}

.staff-application-copy {
  min-width: 0;
}

.staff-info-block h3 {
  margin: 0 0 16px;
  color: var(--color-blue-dark);
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.35;
}

.staff-requirements {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-requirements li {
  position: relative;
  padding-left: 20px;
  color: var(--color-text);
  font-weight: 800;
}

.staff-requirements li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 2px;
  content: "";
  background: var(--color-red-muted);
}

.staff-requirements span {
  display: block;
  margin-top: 2px;
  color: var(--color-subtext);
  font-size: 0.92em;
  font-weight: 700;
}

.staff-line-qr {
  width: clamp(138px, 12vw, 180px);
  height: auto;
  display: block;
  background: #ffffff;
  border: 1px solid var(--color-line);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section h2 {
  margin: 0 0 18px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 2.75vw, 34px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

.section-title-row {
  display: flex;
  align-items: baseline;
  gap: 22px;
  min-width: 0;
}

.section-title-row h1,
.section-title-row h2 {
  flex: 0 0 auto;
}

.section-title-note {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0 0 18px;
  color: var(--color-subtext);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  white-space: nowrap;
}

.business-section .section-title-note {
  color: rgba(24, 27, 92, 0.72);
}

.message-section {
  --section-accent-top: calc(clamp(118px, 10vw, 168px) - 32px);
  padding-top: clamp(118px, 10vw, 168px);
  padding-bottom: clamp(128px, 11vw, 190px);
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(245, 246, 248, 0.88) 100%);
}

.message-section::after {
  display: none;
  content: none;
}

.message-inner {
  width: min(1120px, 100%);
  max-width: none;
  text-align: left;
}

.message-section .section-label {
  margin-top: 0;
}

.message-statements {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(46px, 5.5vw, 78px);
  max-width: 900px;
  margin: clamp(62px, 6vw, 92px) auto clamp(72px, 7vw, 108px);
  text-align: center;
}

.message-statement {
  display: block;
  padding: 0;
  border: 0;
}

.message-heading {
  margin: 0 0 22px;
  color: var(--color-red-muted);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.message-copy {
  margin: 0;
  color: var(--color-blue-dark);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(31px, 3.25vw, 46px);
  font-weight: 900;
  line-height: 1.62;
  letter-spacing: 0;
}

.message-copy-line {
  display: inline;
}

.message-body {
  max-width: 850px;
  margin: 0 auto;
  color: var(--color-text);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 500;
  line-height: 2.05;
  text-align: center;
}

.message-body p {
  margin: 0;
}

.message-body p + p {
  margin-top: 2.1em;
}

.message-word {
  font-weight: 900;
}

.message-word--fun {
  color: var(--color-red);
}

.message-word--fan {
  color: var(--color-blue-dark);
}

.lead-block p,
.section-inner > p:not(.section-label) {
  color: var(--color-subtext);
  font-size: 17px;
}

.section-blue .section-label,
.section-blue p {
  color: #ffffff;
}

.section-blue.recruit-staff-section {
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  background:
    linear-gradient(135deg, rgba(232, 239, 249, 0.98), rgba(244, 247, 252, 0.98)),
    #eef3fa;
}

.recruit-staff-section .section-inner {
  position: relative;
  z-index: 1;
}

.staff-deco {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  opacity: 0.4;
  filter: saturate(0.98) contrast(0.98);
  pointer-events: none;
  user-select: none;
}

.staff-deco--left {
  bottom: 16px;
  left: max(-260px, calc((100% - 1120px) / 2 - 340px));
  width: clamp(250px, 30vw, 450px);
}

.staff-deco--right {
  top: 48px;
  right: max(-330px, calc((100% - 1120px) / 2 - 430px));
  width: clamp(300px, 36vw, 540px);
}

.section-blue.recruit-staff-section .section-label {
  color: rgba(24, 32, 96, 0.62);
}

.section-blue.recruit-staff-section h2 {
  color: var(--color-blue-dark);
  margin-bottom: 0;
}

.section-blue.recruit-staff-section p {
  color: var(--color-subtext);
}

.business-section {
  background:
    linear-gradient(180deg, #f4f5f7 0%, #eceff3 100%);
}

.business-section .section-label {
  color: rgba(24, 27, 92, 0.82);
}

.business-section h2 {
  color: var(--color-navy);
}

.business-window-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.business-window {
  position: relative;
  display: block;
  min-height: 420px;
  padding: clamp(20px, 2vw, 30px);
  overflow: hidden;
  background: #f8f9fb;
  border: 1px solid rgba(17, 19, 28, 0.1);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(17, 19, 28, 0.08);
  outline: 0;
  transition: background 0.42s ease, border-color 0.42s ease, box-shadow 0.42s ease, color 0.42s ease;
}

.business-window::before,
.business-window::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.business-window::before {
  inset: 0;
  background:
    linear-gradient(rgba(24, 27, 92, 0.82), rgba(24, 27, 92, 0.82)) left top / 0 3px no-repeat,
    linear-gradient(rgba(24, 27, 92, 0.82), rgba(24, 27, 92, 0.82)) right top / 3px 0 no-repeat,
    linear-gradient(rgba(24, 27, 92, 0.82), rgba(24, 27, 92, 0.82)) right bottom / 0 3px no-repeat,
    linear-gradient(rgba(24, 27, 92, 0.82), rgba(24, 27, 92, 0.82)) left bottom / 3px 0 no-repeat;
}

.business-window::after {
  display: none;
  content: none;
}

html:not(.business-scroll-mode) .business-window:hover::before,
.business-window.is-scroll-active::before {
  animation: businessLineAround 0.55s cubic-bezier(.22, .61, .36, 1) forwards;
}

.business-window-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(0.82) contrast(0.92) brightness(1.08);
  transform: scale(0.96);
  transform-origin: center center;
  transition: opacity 0.95s ease 0.12s, transform 1.15s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
  pointer-events: none;
}

html:not(.business-scroll-mode) .business-window:hover,
.business-window.is-scroll-active {
  background: #ffffff;
  border-color: rgba(24, 27, 92, 0.2);
  box-shadow: 0 26px 58px rgba(17, 19, 28, 0.14);
}

html:not(.business-scroll-mode) .business-window:hover .business-window-photo,
.business-window.is-scroll-active .business-window-photo {
  opacity: 0.28;
  transform: scale(1);
}

.business-window-main {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2vw, 30px);
  left: clamp(20px, 2vw, 30px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  transform: translateY(-50%);
  transition: top 0.96s cubic-bezier(.16, 1, .3, 1), transform 0.96s cubic-bezier(.16, 1, .3, 1);
}

html:not(.business-scroll-mode) .business-window:hover .business-window-main,
.business-window.is-scroll-active .business-window-main {
  top: 34px;
  transform: translateY(0);
}

.business-window-main img {
  display: block;
  width: clamp(72px, 5.8vw, 94px);
  height: clamp(72px, 5.8vw, 94px);
  filter: none;
  object-fit: contain;
  transition: width 0.96s cubic-bezier(.16, 1, .3, 1), height 0.96s cubic-bezier(.16, 1, .3, 1), filter 0.72s ease, opacity 0.72s ease;
}

html:not(.business-scroll-mode) .business-window:hover .business-window-main img,
.business-window.is-scroll-active .business-window-main img {
  width: 74px;
  height: 74px;
  filter: saturate(0.92) contrast(1.08);
  opacity: 0.86;
  mix-blend-mode: multiply;
}

.business-window h3 {
  margin: 0;
  color: #20242d;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(17px, 1.28vw, 22px);
  font-weight: 900;
  line-height: 1.35;
  transition: color 0.72s ease;
}

html:not(.business-scroll-mode) .business-window:hover h3,
.business-window.is-scroll-active h3 {
  color: #11131c;
}

.business-window p {
  position: absolute;
  top: 208px;
  right: clamp(20px, 2vw, 30px);
  left: clamp(20px, 2vw, 30px);
  z-index: 1;
  margin: 0;
  color: #2f3540;
  font-size: clamp(14px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.72;
  opacity: 0;
  transform: translateY(18px);
  transition: color 0.72s ease, opacity 0.9s ease 0.22s, transform 1.05s cubic-bezier(.16, 1, .3, 1) 0.16s;
}

html:not(.business-scroll-mode) .business-window:hover p,
.business-window.is-scroll-active p {
  color: #252a33;
  opacity: 1;
  transform: translateY(0);
}

.flow-list {
  position: relative;
  z-index: 0;
  display: grid;
  counter-reset: flow-step;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 54px 20px 28px;
  text-align: center;
  border: 1px solid var(--color-line);
  border-radius: 0;
  background: #ffffff;
  counter-increment: flow-step;
}

.flow-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 46px;
  aspect-ratio: 1 / 1;
  place-items: center;
  content: counter(flow-step);
  color: #ffffff;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  background: var(--color-gray-deep);
}

.flow-list li:nth-child(1) {
  z-index: 6;
}

.flow-list li:nth-child(2) {
  z-index: 5;
}

.flow-list li:nth-child(3) {
  z-index: 4;
}

.flow-list li:nth-child(4) {
  z-index: 3;
}

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 20;
  width: 26px;
  height: 26px;
  border-top: 3px solid var(--color-red-muted);
  border-right: 3px solid var(--color-red-muted);
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
  pointer-events: none;
}

.flow-list span {
  display: block;
  color: var(--color-red-muted);
  font-weight: 900;
}

.flow-icon {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.flow-list strong {
  display: block;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.45;
}

.flow-list p {
  margin: 10px 0 0;
  color: var(--color-subtext);
  font-size: 15px;
  line-height: 1.65;
}

.company-list {
  margin: 32px 0 0;
}

.company-simple .lead-block {
  max-width: 1080px;
}

.company-simple .company-list {
  margin-top: 44px;
}

.company-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
}

.company-list dt {
  font-weight: 800;
}

.company-list dd {
  min-width: 0;
  margin: 0;
  color: var(--color-subtext);
  line-break: strict;
  overflow-wrap: break-word;
  white-space: normal;
}

.site-footer {
  padding: 42px 24px 30px;
  color: var(--color-text);
  background: var(--color-base);
  border-top: 1px solid var(--color-line);
}

.footer-inner {
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 auto 28px;
}

.footer-inner img {
  justify-self: start;
  width: 180px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 14px;
}

.instagram-link {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  color: var(--color-blue-dark);
  background: transparent;
  border: 0;
  margin-left: clamp(18px, 5vw, 72px);
  opacity: 0.9;
  transition:
    opacity 0.22s ease,
    filter 0.22s ease,
    transform 0.22s ease;
}

.instagram-link svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.instagram-link svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  opacity: 1;
  filter: drop-shadow(0 10px 12px rgba(17, 19, 28, 0.18));
  transform: translateY(-2px) scale(1.04);
}

.site-footer small {
  display: block;
  text-align: center;
  color: var(--color-subtext);
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(63, 70, 82, 0.72);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 34px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: var(--shadow-soft);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 40px;
  height: 40px;
  color: var(--color-text);
  font-size: 24px;
  background: var(--color-muted);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.modal-panel h2 {
  margin: 0 0 22px;
  font-size: 28px;
}

form {
  display: grid;
  gap: 16px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  background: #ffffff;
}

select {
  appearance: auto;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-message {
  margin: 0;
  color: var(--color-subtext);
  font-size: 14px;
}

.form-message {
  padding: 12px;
  color: var(--color-blue-dark);
  background: var(--color-muted);
  border-radius: 0;
}

.form-message.is-error {
  color: #8f1f12;
  background: rgba(255, 128, 0, 0.12);
}

form.is-sending button[type="submit"] {
  cursor: wait;
  opacity: 0.72;
}

.reveal-ready [data-reveal-step] {
  --reveal-y: 18px;
  opacity: 0;
  transform: translateY(var(--reveal-y));
  will-change: opacity, transform;
}

.section-reveal.is-section-visible [data-reveal-step].is-step-visible {
  animation: revealStepIn 0.64s cubic-bezier(.22, .61, .36, 1) both;
  animation-delay: calc(var(--reveal-index, 0) * 0.09s);
}

.section-reveal.is-section-visible [data-reveal-step].is-step-complete {
  --reveal-y: 0;
  opacity: 1;
  animation: none;
  will-change: auto;
}

@keyframes revealStepIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionAccentIn {
  from {
    opacity: 0;
    transform: translateX(-12px) scaleX(0);
  }
  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

@keyframes businessLineAround {
  0% {
    background-size:
      0 3px,
      3px 0,
      0 3px,
      3px 0;
  }

  28% {
    background-size:
      100% 3px,
      3px 0,
      0 3px,
      3px 0;
  }

  52% {
    background-size:
      100% 3px,
      3px 100%,
      0 3px,
      3px 0;
  }

  76% {
    background-size:
      100% 3px,
      3px 100%,
      100% 3px,
      3px 0;
  }

  100% {
    background-size:
      100% 3px,
      3px 100%,
      100% 3px,
      3px 100%;
  }
}

@keyframes heroRenewalFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes heroRenewalScaleIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.012);
  }
}

@keyframes heroTextMaskIn {
  from {
    opacity: 0;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  12% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.line-reveal div {
  background-image: linear-gradient(90deg, rgba(18, 86, 138, 0.34), rgba(185, 65, 62, 0.34));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
}

.section-reveal.is-section-visible .line-reveal [data-reveal-step] {
  background-size: 100% 1px;
  transition: background-size 0.82s ease;
  transition-delay: calc(var(--reveal-index, 0) * 0.09s);
}

.line-reveal [data-reveal-step].is-step-complete {
  background-size: 100% 1px;
}

.flow-list li {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.flow-list li:hover {
  z-index: 10;
  box-shadow: 0 16px 36px rgba(17, 31, 49, 0.1);
  transform: translateY(-4px);
}

.flow-list li:not(:last-child)::after {
  animation: arrowNudge 1.8s ease-in-out infinite;
}

.flow-list span {
  display: inline-block;
}

.recruit-cta .primary-button {
  position: relative;
  overflow: hidden;
}

.recruit-cta .primary-button::after {
  position: absolute;
  top: -40%;
  left: -60%;
  width: 44%;
  height: 180%;
  content: "";
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: rotate(16deg);
  animation: buttonSheen 4.2s ease-in-out infinite;
}

@keyframes loaderFanIn {
  0% {
    opacity: 0;
    filter: blur(var(--fan-blur));
    transform: translate(var(--fan-x), var(--fan-y)) scale(var(--fan-scale));
  }

  76% {
    opacity: 1;
    filter: blur(0);
    transform: translate(var(--fan-overshoot-x), var(--fan-overshoot-y)) scale(var(--fan-overshoot-scale));
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes loaderMoreIn {
  0% {
    opacity: 0;
    filter: blur(var(--more-blur));
    transform: translate(var(--more-x), var(--more-y)) scale(var(--more-scale));
  }

  74% {
    opacity: 1;
    filter: blur(0);
    transform: translate(var(--more-overshoot-x), var(--more-overshoot-y)) scale(var(--more-overshoot-scale));
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes arrowNudge {
  0% {
    transform: translateY(-50%) translateX(0) rotate(45deg);
  }
  50% {
    transform: translateY(-50%) translateX(4px) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(45deg);
  }
}

@keyframes buttonSheen {
  0%,
  45% {
    left: -70%;
  }
  68%,
  100% {
    left: 128%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader {
    display: none;
  }

  .hero-renewal-visual {
    opacity: 1;
    transform: none;
  }

  .hero-renewal-oval {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .hero-renewal-copy img {
    opacity: 1;
    animation: none !important;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  [data-reveal-step],
  [data-reveal-step].is-step-visible,
  [data-reveal-step].is-step-complete {
    --reveal-y: 0;
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
