html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.4;
  color: #1f2a24;
  background: #f7f8f5;
  --brand-green: #1f6b4a;
  --brand-dark: #07120e;
  --brand-blue: #096dd9;
  --brand-line: #dce5d8;
}

/* Corporate home */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(7,18,14,.94); box-shadow: 0 .5rem 2rem rgba(0,0,0,.12); backdrop-filter: blur(1rem); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; max-width: 86rem; margin: auto; padding: .5rem 1rem; }
.site-nav { display: flex; gap: clamp(1rem,2.5vw,2.5rem); align-items: center; font-size: .9rem; font-weight: 600; letter-spacing: .08em; }
.site-nav a { transition: opacity .2s; }
.site-nav a:hover { opacity: .65; }
.menu-button { display: none; position: relative; width: 3rem; height: 3rem; }
.menu-button span { position: absolute; left: .75rem; width: 1.5rem; height: 2px; background: #fff; transition: .25s; }
.menu-button span:nth-child(1) { top: .9rem; }.menu-button span:nth-child(2) { top: 1.45rem; }.menu-button span:nth-child(3) { top: 2rem; }
.menu-button.is-open span:nth-child(1) { top: 1.45rem; transform: rotate(45deg); }.menu-button.is-open span:nth-child(2) { opacity: 0; }.menu-button.is-open span:nth-child(3) { top: 1.45rem; transform: rotate(-45deg); }

.home-hero { position: relative; display: grid; min-height: 100svh; align-items: center; overflow: hidden; background: #07120e url("./images/hero.jpg") center/cover; color: #fff; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,18,14,.92),rgba(7,18,14,.46) 60%,rgba(7,18,14,.64)); }
.home-hero__inner { position: relative; z-index: 1; width: min(86rem,100%); margin: auto; padding: 9rem 1rem 7rem; }
.home-hero .en-label { color: #cce8b4; font-size: 1rem; letter-spacing: .3em; }
.home-hero h1 { margin-top: 1.1rem; font-size: clamp(4rem,10vw,8.5rem); line-height: .98; }
.home-hero__lead { margin-top: 1.5rem; font-size: clamp(1.15rem,2.4vw,1.8rem); letter-spacing: .07em; }
.hero-link { display: inline-flex; margin-top: 2.5rem; border: 1px solid rgba(255,255,255,.4); border-radius: 99rem; padding: 1rem 1.75rem; font-weight: 600; transition: .25s; }
.hero-link:hover { background: #fff; color: #07120e; transform: translateY(-.2rem); }
.home-hero__note { position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 1; color: rgba(255,255,255,.55); font-family: "Oswald",sans-serif; letter-spacing: .25em; writing-mode: vertical-rl; }

.content-split { display: grid; width: min(86rem,calc(100% - 2rem)); margin: auto; overflow: hidden; background: #fff; box-shadow: 0 1.5rem 5rem rgba(31,42,36,.09); }
.content-split__image { min-height: 28rem; }.content-split__image img { width: 100%; height: 100%; object-fit: cover; }
.content-split__body { padding: clamp(2rem,5vw,5rem); }.content-split__body .en-label,.recruit-message .en-label,.importance-callout .en-label { color: #1f6b4a; letter-spacing: .25em; }
.content-split__body h2,.recruit-message h2 { margin: .8rem 0 1.5rem; font-size: clamp(2.3rem,5vw,4.5rem); }
.content-split__body > p:not(.en-label):not(.signature) { margin-top: 1rem; color: #4d5b52; line-height: 1.9; }
.narrow-wrap { width: min(64rem,calc(100% - 2rem)); margin: auto; }

.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; width: min(82rem,calc(100% - 2rem)); margin: auto; }
.work-grid article { overflow: hidden; background: #fff; border: 1px solid #dce5d8; }.work-grid img { width: 100%; height: 17rem; object-fit: cover; }.work-grid article div { padding: 1.5rem; }.work-grid b,.benefits-list b,.policy-grid b { color: #096dd9; font-family: "Oswald",sans-serif; letter-spacing: .12em; }.work-grid h3 { margin: .4rem 0 .75rem; font-size: 1.7rem; }.work-grid p { color: #4d5b52; }
.importance-callout { width: min(64rem,calc(100% - 2rem)); margin: 3rem auto 0; border-left: .3rem solid #1f6b4a; background: #fff; padding: clamp(1.5rem,4vw,3rem); }.importance-callout h3 { margin: .6rem 0 1rem; font-size: clamp(1.6rem,3vw,2.4rem); }.importance-callout > p:last-child { color: #4d5b52; line-height: 1.8; }
.recruit-message { width: min(66rem,calc(100% - 2rem)); margin: auto; text-align: center; }.recruit-message > p:last-child { max-width: 52rem; margin: auto; color: #4d5b52; line-height: 2; text-align: left; }
.section-head--dark span { color: #b8d8ff; }.section-head--dark h2 { color: #fff; }
.voice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; width: min(86rem,calc(100% - 2rem)); margin: auto; }.voice-story { overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); }.voice-story img { width: 100%; height: 19rem; object-fit: cover; }.voice-story div { padding: 1.5rem; }.voice-story small { color: #b8d8ff; letter-spacing: .12em; }.voice-story h3 { margin: .6rem 0 1rem; font-size: 1.45rem; }.voice-story p { color: rgba(255,255,255,.7); }
.benefits-list { display: grid; grid-template-columns: repeat(5,1fr); width: min(86rem,calc(100% - 2rem)); margin: auto; border: 1px solid #dce5d8; }.benefits-list article { min-height: 18rem; border-right: 1px solid #dce5d8; padding: 1.6rem; }.benefits-list article:last-child { border: 0; }.benefits-list h3 { margin: 1.5rem 0 .8rem; font-size: 1.3rem; }.benefits-list p { color: #4d5b52; }
.fit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; width: min(76rem,calc(100% - 2rem)); margin: auto; }.fit-grid article { background: #fff; border: 1px solid #dce5d8; padding: 1.75rem; text-align: center; }.fit-grid img { width: 5rem; height: 5rem; margin: 0 auto 1rem; object-fit: contain; }.fit-grid h3 { font-size: 1.15rem; }.fit-grid p { margin-top: .7rem; color: #4d5b52; font-size: .95rem; }
.environment-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; width: min(66rem,calc(100% - 2rem)); margin: auto; }.environment-list span { border: 1px solid #dce5d8; background: #f7f8f5; padding: 1.3rem; text-align: center; font-weight: 600; }.environment-note { width: min(66rem,calc(100% - 2rem)); margin: 1.25rem auto 0; color: #4d5b52; text-align: center; }
.philosophy-section { padding: clamp(6rem,12vw,11rem) 1rem; background: linear-gradient(rgba(7,18,14,.84),rgba(7,18,14,.84)),url("./images/our-mission.jpg") center/cover fixed; color: #fff; }.philosophy-inner { max-width: 64rem; margin: auto; text-align: center; }.philosophy-inner .en-label { color: #cce8b4; letter-spacing: .3em; }.philosophy-inner h2 { margin: 1rem 0 1.5rem; font-size: clamp(3rem,7vw,6rem); }.philosophy-inner > p:last-child { max-width: 48rem; margin: auto; color: rgba(255,255,255,.8); line-height: 2; text-align: left; }
.slogan-block { width: min(72rem,calc(100% - 2rem)); margin: auto; border: 1px solid #dce5d8; padding: clamp(2rem,6vw,5rem); text-align: center; }.slogan-block .en-label { color: #1f6b4a; letter-spacing: .24em; }.slogan-block h2 { margin: 1rem 0 1.5rem; font-size: clamp(2.4rem,6vw,5rem); }.slogan-block > p:last-child { max-width: 48rem; margin: auto; color: #4d5b52; line-height: 1.9; text-align: left; }
.policy-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; width: min(72rem,calc(100% - 2rem)); margin: auto; }.policy-grid article { background: #fff; border: 1px solid #dce5d8; padding: 2rem; }.policy-grid h3 { margin: .7rem 0 .35rem; font-size: 2rem; }.policy-grid h4 { margin-bottom: 1rem; color: #1f6b4a; }.policy-grid p { color: #4d5b52; }
.cta__inner { width: min(64rem,calc(100% - 2rem)); margin: auto; color: #fff; text-align: center; }.cta__inner .en-label { color: #cce8b4; letter-spacing: .3em; }.cta__inner h2 { margin: 1rem 0; font-size: clamp(2.2rem,5vw,4rem); }.cta__inner > p:last-child { color: rgba(255,255,255,.82); }
.site-footer { background: #07120e; padding: 3rem 1rem; color: rgba(255,255,255,.65); text-align: center; }.site-footer img { width: 8rem; margin: auto; }.site-footer p { margin-top: 1rem; }.site-footer small { display: block; margin-top: 1.5rem; }

@media (min-width: 48rem) { .content-split { grid-template-columns: .9fr 1.1fr; } }
@media (max-width: 64rem) { .benefits-list { grid-template-columns: repeat(2,1fr); }.benefits-list article { min-height: auto; border-bottom: 1px solid #dce5d8; }.voice-grid { grid-template-columns: 1fr; max-width: 40rem; }.voice-story { display: grid; grid-template-columns: .9fr 1.1fr; }.voice-story img { height: 100%; min-height: 18rem; }.fit-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 47.99rem) {
  .site-logo { height: 4.25rem; }.site-logo img { height: 4rem; }
  .menu-button { display: block; }.site-nav { position: fixed; inset: 5.25rem 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #07120e; padding: 1rem; }.site-nav.is-open { display: flex; }.site-nav a { border-bottom: 1px solid rgba(255,255,255,.12); padding: 1rem; }
  .home-hero__note { display: none; }.work-grid,.policy-grid { grid-template-columns: 1fr; }.work-grid img { height: 14rem; }
  .benefits-list,.environment-list { grid-template-columns: 1fr; }.benefits-list article { border-right: 0; }.fit-grid { grid-template-columns: 1fr; }.voice-story { display: block; }.voice-story img { height: 15rem; min-height: 0; }
  .overview-table div { grid-template-columns: 1fr; }.overview-table dt,.overview-table dd { padding: 1rem; }.overview-table dd { padding-top: .5rem; }
  .philosophy-section { background-attachment: scroll; }
}

/* 2026 corporate blue direction */
body { --brand-blue: #1565b8; --brand-navy: #082b55; --brand-pale: #f3f7fc; color: #14233a; }
.corporate-header.is-scrolled { background: rgba(8,43,85,.97); }
.brand-lockup { display: inline-flex; align-items: center; gap: 1rem; color: #fff; font-family: "Noto Serif JP",serif; font-size: 1rem; font-weight: 600; letter-spacing: .05em; white-space: nowrap; }
.brand-lockup img { width: 6rem; height: 4.5rem; object-fit: contain; }
.site-nav { font-size: .86rem; font-weight: 500; letter-spacing: .11em; }
.corporate-hero { background-image: url("./images/hero.jpg"); }
.corporate-hero .home-hero__shade { background: linear-gradient(90deg,rgba(5,35,69,.94),rgba(5,44,87,.52) 62%,rgba(5,35,69,.72)); }
.corporate-hero .en-label { color: #9ed0ff; }
.corporate-hero h1 span { display: block; }
.corporate-hero .hero-link { background: #fff; border-color: #fff; color: #0c3f78; }
.corporate-hero .hero-link:hover { background: #9ed0ff; }
.hero-statement { position: absolute; right: clamp(1rem,6vw,6rem); bottom: clamp(2rem,8vw,6rem); z-index: 2; display: flex; align-items: center; gap: 1.2rem; border-left: 1px solid rgba(255,255,255,.45); padding-left: 1.5rem; color: #fff; }
.hero-statement b { font-family: "Oswald",sans-serif; font-size: clamp(4rem,7vw,7rem); line-height: .9; }.hero-statement span { color: rgba(255,255,255,.78); line-height: 1.8; }
.content-split { max-width: 90rem; }.content-split__body.long-copy { padding: clamp(2rem,4.3vw,4.5rem); }.content-split__body.long-copy h2 { color: #0c3f78; }
.content-split__body.long-copy > p:not(.en-label):not(.signature),.formal-copy p { line-height: 1.9; }
.content-split__body .en-label,.importance-callout .en-label { color: #1565b8; }
.section-head span { color: #1565b8; }.section-head h2 { color: #14233a; }
.overview-table dt { background: #eaf2fb; color: #0c3f78; }.overview-table,.overview-table div { border-color: #cddbeb; }
.work-grid b,.benefits-list b { color: #1565b8; }.work-grid article,.importance-callout,.benefits-list,.benefits-list article,.fit-grid article,.environment-list span { border-color: #cddbeb; }
.importance-callout { border-left-color: #1565b8; background: #f3f7fc; }
.recruit-message--blue { max-width: 66rem; }.recruit-message--blue .en-label { color: #9ed0ff; }.recruit-message--blue h2 { color: #fff; }.formal-copy { margin-top: 2.5rem; text-align: left; }.formal-copy p { margin-top: 1.1rem; color: rgba(255,255,255,.84); }
.voice-grid--two { grid-template-columns: repeat(2,1fr); max-width: 76rem; }.voice-grid--two .voice-story { border-color: #cddbeb; background: #fff; color: #14233a; }.voice-grid--two .voice-story small { color: #1565b8; }.voice-grid--two .voice-story p { color: #4b5f78; line-height: 1.8; }.voice-grid--two .voice-story p + p { margin-top: 1rem; }
.benefits-list { grid-template-columns: repeat(5,1fr); }.fit-grid p { line-height: 1.75; }.fit-conclusion { width: min(60rem,calc(100% - 2rem)); margin: 2rem auto 0; border-left: .25rem solid #1565b8; background: #fff; padding: 1.5rem; color: #344b66; }
.location-panel { display: flex; align-items: center; justify-content: space-between; width: min(66rem,calc(100% - 2rem)); margin: 1.5rem auto 0; background: #0c3f78; padding: 1.4rem 1.7rem; color: #fff; }.location-panel p { font-weight: 600; }.location-panel strong { font-size: 1.3rem; }
.philosophy-link-section { padding: clamp(6rem,10vw,9rem) 1rem; background: linear-gradient(115deg,rgba(5,35,69,.95),rgba(12,63,120,.82)),url("./images/our-mission.jpg") center/cover; color: #fff; }.philosophy-link-section > div { width: min(68rem,100%); margin: auto; }.philosophy-link-section .en-label { color: #9ed0ff; letter-spacing: .25em; }.philosophy-link-section h2 { margin: .8rem 0 1rem; font-size: clamp(2.4rem,5vw,4.6rem); }.philosophy-link-section p:not(.en-label) { max-width: 48rem; color: rgba(255,255,255,.8); line-height: 1.9; }.philosophy-link-section a { display: inline-flex; margin-top: 2rem; background: #fff; padding: 1rem 1.6rem; color: #0c3f78; font-weight: 600; }
.footer-brand { display: inline-flex; align-items: center; gap: .75rem; color: #fff; font-family: "Noto Serif JP",serif; }.footer-brand img { width: 5.5rem; margin: 0; }

.philosophy-hero { padding: 13rem 1rem 7rem; background: linear-gradient(110deg,rgba(5,35,69,.96),rgba(12,63,120,.74)),url("./images/hero.jpg") center/cover; color: #fff; }.philosophy-hero > div { width: min(76rem,100%); margin: auto; }.philosophy-hero .en-label { color: #9ed0ff; letter-spacing: .28em; }.philosophy-hero h1 { margin: .8rem 0 1rem; font-size: clamp(3.5rem,8vw,7rem); }.philosophy-hero p:last-child { color: rgba(255,255,255,.8); font-size: 1.15rem; }
.principle-section { display: grid; grid-template-columns: minmax(5rem,12rem) minmax(0,58rem); justify-content: center; gap: clamp(2rem,5vw,6rem); padding: clamp(6rem,10vw,9rem) 1rem; background: #fff; }.principle-section--blue { background: #0c3f78; color: #fff; }.principle-number { color: #d8e7f6; font-family: "Oswald",sans-serif; font-size: clamp(4rem,10vw,9rem); line-height: .9; }.principle-section--blue .principle-number { color: rgba(255,255,255,.16); }.principle-kicker { color: #1565b8; font-weight: 700; letter-spacing: .12em; }.principle-section--blue .principle-kicker { color: #9ed0ff; }.principle-copy h2 { margin: 1rem 0 2rem; color: #0c3f78; font-size: clamp(2.4rem,5vw,4.5rem); }.principle-section--blue .principle-copy h2 { color: #fff; }.principle-copy > p:not(.principle-kicker) { margin-top: 1rem; color: #4b5f78; line-height: 2; }.principle-section--blue .principle-copy > p:not(.principle-kicker) { color: rgba(255,255,255,.8); }.principle-copy .principle-lead { margin-top: 2rem !important; border-left: .3rem solid #1565b8; padding: .5rem 0 .5rem 1.5rem; color: #14233a !important; font-size: 1.1rem; font-weight: 600; }.principle-section--blue .principle-copy .principle-lead { border-left-color: #9ed0ff; color: #fff !important; }
.policy-page-section { background: #f3f7fc; }.policy-detail-list { width: min(76rem,calc(100% - 2rem)); margin: auto; }.policy-detail-list article { display: grid; grid-template-columns: 7rem 1fr; gap: 2rem; border-top: 1px solid #cddbeb; padding: 3rem 0; }.policy-detail-list article:last-child { border-bottom: 1px solid #cddbeb; }.policy-detail-list article > b { color: #aac7e5; font-family: "Oswald",sans-serif; font-size: 3.5rem; font-weight: 500; }.policy-tag { color: #1565b8; font-weight: 700; letter-spacing: .15em; }.policy-detail-list h3 { margin: .6rem 0 1.4rem; color: #0c3f78; font-size: clamp(1.8rem,3vw,2.8rem); }.policy-detail-list article div > p:not(.policy-tag) { margin-top: .75rem; color: #4b5f78; line-height: 1.9; }.back-home { background: #fff; padding: 4rem 1rem; text-align: center; }.back-home a { display: inline-flex; border: 1px solid #0c3f78; padding: 1rem 2rem; color: #0c3f78; font-weight: 600; }

@media (max-width: 64rem) {
  .benefits-list { grid-template-columns: repeat(2,1fr); }.voice-grid--two { grid-template-columns: 1fr; }.hero-statement { display: none; }
}
@media (max-width: 47.99rem) {
  .brand-lockup { gap: .55rem; font-size: .8rem; }.brand-lockup img { width: 4.8rem; height: 4rem; }
  .corporate-header .site-nav { top: 5rem; background: #082b55; }.home-hero__inner { padding-top: 8rem; }.home-hero h1 { font-size: clamp(3.6rem,18vw,5.5rem); }
  .content-split__image { min-height: 18rem; }.benefits-list { grid-template-columns: 1fr; }.location-panel { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .principle-section { grid-template-columns: 1fr; gap: 1rem; }.principle-number { font-size: 4rem; }.policy-detail-list article { grid-template-columns: 1fr; gap: .5rem; }.policy-detail-list article > b { font-size: 2.5rem; }
}

h1,
h2,
h3,
h4,
.section-head h2,
.policy-card h3,
.policy-card h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
}

p,
a,
li,
span,
div {
  line-height: 1.4;
}

.en-label,
.section-head span,
.recruit-card > p:first-child,
.number-card p {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.leading-tight,
.leading-snug,
.leading-normal,
.leading-relaxed,
.leading-loose {
  line-height: inherit;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 5.25rem;
  color: inherit;
}

.site-logo img {
  display: block;
  height: 5rem;
  width: auto;
  max-width: 8.75rem;
  object-fit: contain;
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(20, 40, 30, 0.2), rgba(20, 40, 30, 0.2)),
    url("./images/hero.jpg");
  background-size: cover;
  background-position: center;
}

.recruit-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(9, 109, 217, 0.28), transparent 27rem),
    radial-gradient(circle at 24% 80%, rgba(31, 107, 74, 0.38), transparent 23rem),
    linear-gradient(135deg, #07120e 0%, #10251a 52%, #07120e 100%);
}

.recruit-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 14, 0.96), rgba(7, 18, 14, 0.58) 48%, rgba(7, 18, 14, 0.9)),
    linear-gradient(0deg, rgba(7, 18, 14, 0.92), transparent 48%),
    url("./images/hero.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  animation: heroBreath 9s ease-in-out infinite alternate;
}

.recruit-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  margin: 0 auto;
  max-width: 88rem;
  padding: 8rem 1rem 8rem;
}

.recruit-hero__copy {
  max-width: 46rem;
  color: #ffffff;
  animation: fadeRise 0.9s ease both;
}

.recruit-hero__label {
  display: inline-flex;
  border-left: 0.25rem solid var(--brand-blue);
  padding-left: 0.875rem;
  color: #b8d8ff;
  font-size: 0.95rem;
  letter-spacing: 0.24em;
}

.recruit-hero h1 {
  display: grid;
  gap: 0.15em;
  margin-top: 1.25rem;
  font-size: clamp(3.2rem, 8.4vw, 7.5rem);
  letter-spacing: 0;
  line-height: 0.96;
}

.recruit-hero h1 span {
  display: block;
  overflow: hidden;
  animation: clipReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.recruit-hero h1 span:nth-child(2) {
  animation-delay: 0.16s;
}

.recruit-hero__lead {
  margin-top: 1.75rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.8;
}

.recruit-hero__actions,
.hero-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.recruit-hero__actions {
  margin-top: 2.25rem;
}

.hero-topics {
  margin-top: 1.25rem;
}

.hero-topics a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  transition:
    border-color 0.25s ease,
    color 0.25s ease;
}

.hero-topics a:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.recruit-hero__actions a,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999rem;
  font-weight: 600;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.recruit-hero__actions a:first-child {
  background: #ffffff;
  padding: 1rem 1.75rem;
  color: #07120e;
}

.recruit-hero__actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 1rem 1.75rem;
  color: #ffffff;
  backdrop-filter: blur(0.75rem);
}

.recruit-hero__actions a:hover,
.text-link:hover {
  transform: translateY(-0.2rem);
}

.recruit-hero__actions a:first-child:hover {
  background: #b8d8ff;
}

.hero-visual {
  position: relative;
  display: none;
  min-height: 38rem;
  animation: fadeRise 1s ease 0.18s both;
}

.hero-visual__frame {
  position: absolute;
  inset: 2rem 0 3.5rem 4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 7rem 0 0;
  background: #1f2a24;
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.38);
}

.hero-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 18, 14, 0.72));
}

.hero-visual__frame img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: imageDrift 8s ease-in-out infinite alternate;
}

.hero-visual__meta {
  position: absolute;
  left: 0;
  bottom: 6rem;
  max-width: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 18, 14, 0.78);
  padding: 1.4rem;
  color: #ffffff;
  backdrop-filter: blur(1rem);
}

.hero-visual__meta p {
  color: #b8d8ff;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
}

.hero-visual__meta span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
}

.hero-visual__count {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-align: right;
}

.hero-visual__count strong {
  font-family: "Oswald", sans-serif;
  font-size: 5.2rem;
  line-height: 0.9;
}

.hero-visual__count span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}

.hero-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 18, 14, 0.78);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 2vw, 1.6rem);
  white-space: nowrap;
  backdrop-filter: blur(1rem);
}

.hero-marquee div {
  display: flex;
  width: max-content;
  gap: 2rem;
  animation: marquee 24s linear infinite;
}

.hero-marquee span {
  padding: 0.8rem 0;
}

.scroll-cue {
  position: absolute;
  right: 2rem;
  bottom: 5.25rem;
  z-index: 3;
  display: none;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  display: block;
  height: 4rem;
  width: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.scroll-cue span::after {
  content: "";
  display: block;
  height: 1.25rem;
  width: 1px;
  background: #ffffff;
  animation: scrollLine 1.8s ease-in-out infinite;
}

@media (min-width: 64rem) {
  .recruit-hero__inner {
    grid-template-columns: 0.95fr 1.05fr;
    padding-inline: 2rem;
  }

  .hero-visual,
  .scroll-cue {
    display: block;
  }
}

@media (min-width: 64rem) {
  .media-section__head {
    grid-template-columns: 1fr 0.72fr;
  }
}

.section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-head {
  margin: 0 auto 3rem;
  max-width: 60rem;
  padding: 0 1.25rem;
  text-align: center;
}

.section-head span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--brand-green);
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.section-head h2 {
  font-size: clamp(2.25rem, 5.6vw, 4.4rem);
}

.section-head h2 {
  letter-spacing: 0;
}

.section-head p {
  margin: 1rem auto 0;
  max-width: 48rem;
  color: #4d5b52;
  text-align: left;
}

.intro-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid #dce5d8;
  background: #ffffff;
  box-shadow: 0 1.5rem 5rem rgba(31, 42, 36, 0.08);
}

.intro-panel__image {
  min-height: 18rem;
  background: #dce5d8;
}

.intro-panel__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 4rem);
}

.intro-panel__label {
  color: #1f6b4a;
  font-size: 1.1rem;
  letter-spacing: 0.22em;
}

.intro-panel__body h2 {
  margin-top: 0.75rem;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.intro-panel__body p {
  margin-top: 1.25rem;
  color: #4d5b52;
  font-size: 1.0625rem;
}

.text-link {
  align-self: flex-start;
  margin-top: 1.75rem;
  background: var(--brand-dark);
  padding: 0.9rem 1.4rem;
  color: #ffffff;
}

@media (min-width: 48rem) {
  .intro-panel {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .intro-panel__image {
    min-height: 34rem;
  }
}

@media (min-width: 48rem) {
  .section-head p {
    text-align: center;
    font-size: 1.125rem;
  }
}

.sub-hero {
  background:
    linear-gradient(rgba(31, 42, 36, 0.64), rgba(31, 42, 36, 0.64)),
    url("./images/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 12rem 1rem 6rem;
}

.sub-hero__inner {
  margin: 0 auto;
  max-width: 72rem;
  color: #ffffff;
}

.sub-hero__inner h1 {
  margin-top: 1rem;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
}

.sub-hero__inner p:last-child {
  margin-top: 1.5rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.125rem;
}

.check-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f2f6ef;
  padding: 1.75rem 1.75rem 1.75rem 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 0 0.75rem 2rem rgba(31, 42, 36, 0.08);
}

.check-card::before {
  content: "";
  position: absolute;
  left: 1.75rem;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 9999rem;
  background: #1f6b4a;
  transform: translateY(-50%);
}

.policy-card {
  min-height: 20rem;
  background: #ffffff;
  padding: 2.25rem;
  box-shadow: 0 1rem 3rem rgba(31, 42, 36, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.policy-card:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 1.5rem 4rem rgba(31, 42, 36, 0.14);
}

.policy-card > p:first-child {
  margin-bottom: 1.125rem;
  color: #1f6b4a;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
}

.policy-card h3 {
  margin-bottom: 0.75rem;
  font-size: 2rem;
}

.policy-card h4 {
  margin-bottom: 1.375rem;
  font-size: 1.125rem;
}

.policy-card .body {
  color: #4d5b52;
}

.cta {
  background:
    linear-gradient(rgba(31, 107, 74, 0.7), rgba(31, 107, 74, 0.7)),
    url("./images/cta.jpg");
  background-size: cover;
  background-position: top;
  padding: 7.5rem 0;
}

#menu-button.is-open .menu-line:nth-child(1) {
  top: 0.6875rem;
  transform: rotate(45deg);
}

#menu-button.is-open .menu-line:nth-child(2) {
  opacity: 0;
}

#menu-button.is-open .menu-line:nth-child(3) {
  top: 0.6875rem;
  transform: rotate(-45deg);
}

.js-fadein {
  opacity: 0;
  transform: translateY(3rem);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.recruit-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce5d8;
  padding: 2rem;
  min-height: 16rem;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.recruit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 107, 74, 0.09), transparent 46%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.recruit-card > * {
  position: relative;
}

.recruit-card:hover {
  border-color: var(--brand-blue);
  box-shadow: 0 1.25rem 3rem rgba(31, 42, 36, 0.12);
  transform: translateY(-0.375rem);
}

.recruit-card:hover::before {
  opacity: 1;
}

.recruit-card > p:first-child {
  margin-bottom: 1.5rem;
  color: var(--brand-blue);
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.stats-band {
  border-block: 1px solid #dce5d8;
}

.recruit-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.recruit-card p:last-child {
  color: #4d5b52;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce5d8;
  background: #ffffff;
  padding: 1.5rem;
  min-height: 19rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.25rem 1.5rem;
  height: 1px;
  background: var(--brand-blue);
}

.benefit-card:hover {
  box-shadow: 0 1.25rem 3.5rem rgba(31, 42, 36, 0.12);
  transform: translateY(-0.375rem);
}

.benefit-card > p:first-child {
  margin-bottom: 1.25rem;
  color: var(--brand-blue);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.benefit-card h3 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.benefit-card p:last-child {
  color: #4d5b52;
}

.number-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dce5d8;
  background: #ffffff;
  padding: 2rem;
  text-align: center;
}

.number-card p {
  margin-bottom: 0.75rem;
  color: #4d5b52;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.number-card strong {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
  color: #10251a;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 0.9;
}

.number-card strong b {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.number-card strong span {
  padding-bottom: 0.5rem;
  color: #4d5b52;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.voice-card {
  overflow: hidden;
  border: 1px solid #dce5d8;
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(31, 42, 36, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.voice-card:hover {
  box-shadow: 0 1.5rem 4rem rgba(31, 42, 36, 0.14);
  transform: translateY(-0.375rem);
}

.voice-card__image {
  position: relative;
  height: 16rem;
  overflow: hidden;
  background: #dce5d8;
}

.voice-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.voice-card:hover .voice-card__image img {
  transform: scale(1.06);
}

.voice-card__body {
  padding: 1.5rem;
}

.voice-card__label {
  margin-bottom: 0.5rem;
  color: var(--brand-blue);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.voice-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.voice-card__body p:not(.voice-card__label) {
  margin-top: 0.75rem;
  color: #4d5b52;
}

.recruit-table {
  border-top: 1px solid #dce5d8;
}

.recruit-table div {
  display: grid;
  grid-template-columns: 12rem 1fr;
  border-bottom: 1px solid #dce5d8;
}

.recruit-table dt,
.recruit-table dd {
  padding: 1.5rem;
}

.recruit-table dt {
  background: #f2f6ef;
  color: #1f6b4a;
  font-weight: 600;
}

.recruit-table dd {
  background: #ffffff;
  color: #4d5b52;
}

.message-block {
  background: #ffffff;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.message-block p {
  margin-top: 1rem;
  color: #4d5b52;
}

.signature {
  margin-top: 2rem;
  color: #1f2a24;
  font-weight: 600;
  text-align: right;
}

.overview-table {
  border-top: 1px solid #dce5d8;
}

.overview-table div {
  display: grid;
  grid-template-columns: 12rem 1fr;
  border-bottom: 1px solid #dce5d8;
}

.overview-table dt,
.overview-table dd {
  padding: 1.25rem 1.5rem;
}

.overview-table dt {
  background: #f2f6ef;
  color: #1f6b4a;
  font-weight: 600;
}

.overview-table dd {
  background: #ffffff;
  color: #4d5b52;
}

.business-card {
  border: 1px solid #dce5d8;
  background: #ffffff;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.business-card h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.business-card p {
  color: #4d5b52;
}

.person-card {
  border: 1px solid #dce5d8;
  background: #ffffff !important;
  box-shadow: 0 0.75rem 2rem rgba(31, 42, 36, 0.04);
}

.person-card:hover {
  border-color: var(--brand-blue);
  background: #f7f8f5 !important;
}

.media-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #07120e, #10251a);
  color: #ffffff;
}

.media-section__head {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin: 0 auto 3rem;
  max-width: 86rem;
  padding: 0 1rem;
}

.media-section__head .en-label {
  color: #b8d8ff;
  font-size: 1.1rem;
  letter-spacing: 0.24em;
}

.media-section__head h2 {
  margin-top: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1;
}

.media-section__head > p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.media-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  margin-inline: auto;
  max-width: 100%;
  padding: 0 max(1rem, calc((100vw - 86rem) / 2)) 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.media-track::-webkit-scrollbar {
  display: none;
}

.media-card {
  position: relative;
  flex: 0 0 min(78vw, 26rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  scroll-snap-align: start;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.media-card:hover {
  border-color: rgba(184, 216, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-0.5rem);
}

.media-card__image {
  height: 17rem;
  overflow: hidden;
}

.media-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.media-card:hover .media-card__image img {
  transform: scale(1.08);
}

.media-card__body {
  padding: 1.5rem;
}

.media-card__body p {
  color: #b8d8ff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
}

.media-card__body h3 {
  margin-top: 0.65rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.65rem;
}

.media-card__body span {
  display: block;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.media-card--text {
  display: flex;
  min-height: 27rem;
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(9, 109, 217, 0.36), transparent),
    rgba(255, 255, 255, 0.06);
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes clipReveal {
  from {
    clip-path: inset(0 0 100% 0);
    transform: translateY(0.25em);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes heroBreath {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.08);
  }
}

@keyframes imageDrift {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.25rem, 0.75rem, 0);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollLine {
  from {
    transform: translateY(-1.25rem);
  }
  to {
    transform: translateY(4rem);
  }
}

@media (max-width: 48rem) {
  .recruit-hero__inner {
    min-height: 92vh;
    padding-top: 7.5rem;
    padding-bottom: 6.5rem;
  }

  .recruit-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.4rem);
  }

  .recruit-hero__actions a {
    width: 100%;
  }

  .hero-marquee {
    font-size: 1.1rem;
  }

  .hero-topics {
    gap: 0.65rem 1rem;
  }

  .site-logo {
    height: 4rem;
  }

  .site-logo img {
    height: 3.75rem;
    max-width: 6.5rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .media-section__head {
    margin-bottom: 2rem;
  }

  .media-card {
    flex-basis: 84vw;
  }

  .media-card__image {
    height: 13.5rem;
  }

  .media-card__body h3 {
    font-size: 1.35rem;
  }

  .policy-card {
    min-height: auto;
    padding: 1.75rem;
  }

  .check-card {
    font-size: 1.0625rem;
  }

  .recruit-card {
    min-height: auto;
    padding: 1.5rem;
  }

  .benefit-card {
    min-height: auto;
  }

  .number-card {
    padding: 1.5rem;
  }

  .number-card strong {
    font-size: 3rem;
  }

  .number-card strong span {
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
  }

  .voice-card {
    box-shadow: 0 0.75rem 2rem rgba(31, 42, 36, 0.06);
  }

  .voice-card__image {
    height: 13rem;
  }

  .voice-card__body {
    padding: 1.25rem;
  }

  .recruit-table div {
    grid-template-columns: 1fr;
  }

  .overview-table div {
    grid-template-columns: 1fr;
  }

  .recruit-table dt,
  .recruit-table dd,
  .overview-table dt,
  .overview-table dd {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
