/* SES recruitment front page based on the approved page proposal. */
.home .site-main { min-height: 0; }
.ses-front { --blue: #0754a3; --blue-dark: #003f82; --blue-soft: #eef5fb; --accent: #ff8500; --ink: #17212b; --muted: #52606d; --line: #d7e2ec; background: #fff; color: var(--ink); font-family: "Yu Gothic", "游ゴシック", Meiryo, sans-serif; line-height: 1.8; }
.ses-front *, .ses-front *::before, .ses-front *::after { box-sizing: border-box; }
.ses-front h1, .ses-front h2, .ses-front h3, .ses-front p, .ses-front ul, .ses-front ol { margin-top: 0; }
.ses-front a { text-underline-offset: .2em; }
.ses-container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.ses-container--narrow { width: min(920px, calc(100% - 48px)); }
.ses-section { padding: clamp(72px, 8vw, 112px) 0; scroll-margin-top: 90px; }
.ses-section--tint { background: linear-gradient(135deg, #f8fbfe 0%, var(--blue-soft) 100%); }
.ses-section-label { margin-bottom: 8px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.ses-section-label--light { color: #b8ddff; }
.ses-section-heading { margin-bottom: 38px; text-align: center; }
.ses-section-heading h2, .ses-about h2, .support-panel h2 { margin-bottom: 0; color: var(--blue-dark); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.35; letter-spacing: .02em; }
.ses-section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; text-align: left; }
.ses-text-link { color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.ses-text-link::after { content: "  ›"; }
.ses-lead { color: var(--ink); font-size: clamp(18px, 2vw, 24px); font-weight: 800; line-height: 1.8; }
.ses-note { margin: 24px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

/* Placeholder used until approved photography is delivered. */
.ses-media-placeholder { position: relative; display: grid; min-height: 220px; border: 1px solid #a9bfd2; color: var(--blue); background: repeating-linear-gradient(135deg, #f6f9fc 0, #f6f9fc 16px, #edf3f8 16px, #edf3f8 32px); place-content: center; text-align: center; overflow: hidden; }
.ses-media-placeholder::before, .ses-media-placeholder::after { position: absolute; width: 1px; height: 150%; background: rgba(7,84,163,.18); content: ""; left: 50%; top: 50%; transform-origin: center; }
.ses-media-placeholder::before { transform: translate(-50%,-50%) rotate(45deg); }
.ses-media-placeholder::after { transform: translate(-50%,-50%) rotate(-45deg); }
.ses-media-placeholder span, .ses-media-placeholder small { position: relative; z-index: 1; display: block; padding: 0 12px; background: rgba(246,249,252,.9); }
.ses-media-placeholder span { font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.ses-media-placeholder small { color: var(--muted); font-size: 11px; }

.ses-media { margin: 0; overflow: hidden; background: #eaf2f8; }
.ses-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Hero */
.ses-hero { min-height: 660px; padding: 0; background: var(--blue); scroll-margin-top: 110px; }
.ses-hero__inner { display: grid; min-height: 660px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: none; margin: 0; }
.ses-hero__copy { position: relative; z-index: 2; display: flex; padding: clamp(54px, 7vw, 96px) clamp(32px, 6vw, 84px); color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); flex-direction: column; justify-content: center; }
.ses-kicker { margin-bottom: 14px; color: #b9ddff; font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.ses-hero h1 { margin-bottom: 24px; color: #fff; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.45; letter-spacing: .01em; }
.ses-hero-title--desktop { display: inline; }
.ses-hero-title--mobile { display: none; }
.ses-hero__lead { margin-bottom: 32px; font-size: 16px; font-weight: 700; line-height: 2; }
.ses-media--hero { min-height: 660px; }
.ses-media--hero img { object-position: center 42%; }
.ses-actions { display: flex; flex-wrap: nowrap; gap: 14px; }
.ses-button { display: inline-flex; min-height: 56px; padding: 12px 24px; border: 2px solid transparent; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 800; line-height: 1.4; white-space: nowrap; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.ses-button:hover, .ses-button:focus-visible { transform: translateY(-2px); }
.ses-button--accent { border-color: var(--accent); background: var(--accent); }
.ses-button--apply { border-color: var(--blue); color: #fff; background: var(--blue); }
.ses-button--light { border-color: #fff; color: var(--blue-dark); background: #fff; }
.ses-button--outline { border-color: #fff; background: transparent; }
.ses-button small { display: block; margin-left: 5px; font-size: 10px; }
.ses-button--marketer { flex: 0 0 auto; min-height: 56px; color: #00376f; background: #ffd329; box-shadow: 0 8px 24px rgba(0,0,0,.18); flex-direction: column; }
.ses-button--marketer span { font-size: 14px; letter-spacing: .04em; }
.ses-button--marketer small { margin: 2px 0 0; color: #0754a3; font-size: 9px; letter-spacing: .16em; }
.ses-button--marketer:hover, .ses-button--marketer:focus-visible { color: #00376f; background: #ffe064; }

/* About */
.ses-about { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
.ses-about h2 { margin-bottom: 24px; text-align: left; }
.ses-about__copy > p:last-child { margin-bottom: 0; }
.ses-media--about { aspect-ratio: 4 / 3; min-height: 0; }
.ses-media--about img { object-position: center; }

/* Reasons */
.reason-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.reason-card { min-height: 340px; padding: 28px 20px; border-top: 4px solid var(--blue); background: #fff; box-shadow: 0 8px 24px rgba(0,51,100,.07); text-align: center; }
.reason-card__number { display: grid; width: 52px; height: 52px; margin: 0 auto 14px; border: 2px solid #1684cf; color: var(--blue); font-size: 15px; font-weight: 900; place-items: center; }
.reason-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.reason-card__icon { display: block; width: 44px; height: 44px; margin: 0 auto 16px; color: #1684cf; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reason-card h3 { margin-bottom: 16px; color: var(--blue-dark); font-size: 17px; line-height: 1.55; word-break: keep-all; }
.reason-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* Projects */
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-card { position: relative; border: 1px solid var(--line); background: #fff; box-shadow: 0 6px 20px rgba(0,51,100,.06); }
.project-card__media { min-height: 0; border: 0; border-bottom: 1px solid var(--line); aspect-ratio: 16 / 8.5; }
.project-card__body { padding: 22px; }
.project-card__tag { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 3px 13px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }
.project-card h3 { margin-bottom: 14px; color: var(--blue-dark); font-size: 18px; line-height: 1.5; }
.project-card ul { margin: 0; padding: 0; color: var(--muted); font-size: 12px; line-height: 1.9; list-style: none; }

.project-card__media img { object-position: center; }
/* Metrics */
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.metric-card { min-height: 230px; padding: 36px 20px; border-bottom: 5px solid var(--blue); background: #fff; text-align: center; }
.metric-card h3 { min-height: 32px; margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.metric-card p { margin-bottom: 0; color: var(--blue); white-space: nowrap; }
.metric-card strong { font-size: clamp(52px, 5.5vw, 76px); line-height: .95; letter-spacing: -.03em; }
.project-grid + .project-note { margin: 0; padding-top: 38px; }
.metric-card p span { margin-left: 3px; font-size: 13px; font-weight: 800; }
.metric-card small { color: var(--muted); font-size: 10px; }

/* Career */
.career-paths { display: grid; gap: 18px; }
.career-paths + .ses-note { margin-top: 38px; }
.career-row { display: grid; grid-template-columns: 190px 1fr; align-items: stretch; }
.career-row h3 { display: grid; margin: 0; padding: 18px; color: #fff; background: var(--blue); font-size: 15px; place-items: center; text-align: center; }
.career-row ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.career-row li { position: relative; display: flex; min-width: 0; min-height: 84px; gap: 12px; align-items: center; justify-content: center; padding: 14px 28px 14px 14px; border: 1px solid #bfd3e4; border-left: 0; color: var(--blue-dark); background: #f2f7fc; font-size: 13px; font-weight: 800; text-align: left; }
.career-row li:not(:last-child)::after { position: absolute; z-index: 2; right: -14px; width: 28px; height: 28px; border-top: 1px solid #bfd3e4; border-right: 1px solid #bfd3e4; background: #f2f7fc; content: ""; transform: rotate(45deg); }
.career-icon { box-sizing: border-box; flex: 0 0 42px; width: 42px; height: 42px; padding: 8px; border-radius: 50%; color: #fff; background: var(--blue); stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.career-step { display: block; min-width: 0; line-height: 1.45; }
.career-step small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; }
.career-row li:last-child { gap: 8px; padding-inline: 10px 18px; }
.career-row li:last-child .career-step { font-size: 12px; white-space: nowrap; }
.career-row--green h3 { background: #168a79; }
.career-row--green li { border-color: #b9dcd6; color: #116f62; background: #eff9f6; }
.career-row--green li:not(:last-child)::after { border-color: #b9dcd6; background: #eff9f6; }
.career-row--green .career-icon { background: #19a38e; }

/* Support */
.support-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 48px; align-items: stretch; padding-block: 48px; }
.support-panel__copy { padding: 20px 0 20px 24px; }
.support-panel h2 { margin-bottom: 24px; }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { position: absolute; left: 0; color: var(--blue); content: "✓"; font-weight: 900; }
.support-panel__media { min-height: 380px; }

.support-panel__media img { object-position: center; }
/* Interviews */
.interview-list { display: grid; gap: 22px; }
.interview-card { display: grid; grid-template-columns: 270px 1fr; border: 1px solid var(--line); background: linear-gradient(135deg, #fff, #f5f9fd); }
.interview-card__media { min-height: 250px; border: 0; border-right: 1px solid var(--line); }
.interview-card__body { display: flex; padding: 32px 38px; flex-direction: column; justify-content: center; }
.interview-card h3 { margin-bottom: 14px; color: var(--ink); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.55; }
.interview-card__body > p:not(.interview-card__meta) { color: var(--muted); font-size: 14px; }
.interview-card__meta { display: flex; margin: 4px 0 0; gap: 12px; color: var(--blue); font-size: 13px; font-weight: 800; }
.interview-card__meta span + span { padding-left: 12px; border-left: 1px solid var(--blue); }

/* FAQ */
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); background: #fff; }
.faq-item h3 { margin: 0; }
.faq-item__button { display: flex; width: 100%; min-height: 64px; padding: 16px 22px; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; align-items: center; justify-content: space-between; text-align: left; }
.faq-item__button b, .faq-item__answer b { color: var(--blue); }
.faq-item__button i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; margin-left: 16px; }
.faq-item__button i::before, .faq-item__button i::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--blue); content: ""; transition: transform .2s ease; }
.faq-item__button i::after { transform: rotate(90deg); }
.faq-item__button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-item__answer { padding: 0 22px 20px; color: var(--muted); font-size: 14px; }
.faq-item__answer p { margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }

/* Entry, trust and closing CTA */
.entry-panel { color: #fff; background: var(--blue-dark); scroll-margin-top: 90px; }
.entry-panel__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); min-height: 470px; width: min(1320px, 100%); }
.entry-panel__copy { display: flex; padding: 62px clamp(30px, 6vw, 78px); flex-direction: column; justify-content: center; }
.entry-panel h2 { margin-bottom: 18px; color: #fff; font-size: clamp(28px, 3.4vw, 42px); }
.entry-panel__actions { display: grid; max-width: 440px; margin-top: 24px; gap: 12px; }
.entry-panel__media { min-height: 470px; border: 0; }
.trust-section { padding: 48px 0 56px; background: #fff; text-align: center; }
.trust-section h2 { margin-bottom: 32px; color: var(--blue-dark); font-size: clamp(22px, 2.6vw, 32px); }
.trust-section ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; }
.trust-section li { padding: 10px 20px; color: var(--blue-dark); font-size: 13px; font-weight: 800; }
.trust-section li + li { border-left: 1px solid var(--line); }
.entry-panel__media img { object-position: center; }
.trust-section li span { display: grid; width: 44px; height: 44px; margin: 0 auto 12px; border: 2px solid var(--blue); color: var(--blue); place-items: center; }
.closing-cta { position: relative; min-height: 280px; display: grid; color: #fff; background: var(--blue-dark); place-items: center; overflow: hidden; }
.closing-cta__placeholder { position: absolute; inset: 0; display: grid; color: rgba(255,255,255,.5); background: repeating-linear-gradient(135deg, #064d91 0, #064d91 24px, #0757a3 24px, #0757a3 48px); place-items: center; }
.closing-cta__placeholder::after { position: absolute; inset: 0; background: rgba(0,31,68,.38); content: ""; }
.closing-cta__placeholder span { display: none; }
.closing-cta__content { position: relative; z-index: 2; padding: 56px 24px; text-align: center; }
.closing-cta h2 { margin-bottom: 24px; color: #fff; font-size: clamp(26px, 3.4vw, 42px); }
.closing-cta .ses-actions { justify-content: center; }
.home #footer_banner { display: none; }

@media (min-width: 1201px) and (max-width: 1600px) {
  .ses-hero__inner { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); }
  .ses-hero__copy { min-width: 0; padding-inline: 36px; }
  .ses-actions { max-width: 100%; gap: 10px; }
  .ses-button { min-width: 0; padding-inline: 16px; font-size: 13px; }
  .ses-button--marketer { flex-shrink: 1; }
  .ses-button--marketer span { font-size: 13px; }
}

@media (max-width: 1200px) {
  .ses-hero__inner { grid-template-columns: 1fr; }
  .ses-hero__copy { min-height: 560px; }
  .ses-media--hero { min-height: 420px; }
}
@media (max-width: 1100px) {
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .ses-section, .ses-hero, .entry-panel { scroll-margin-top: 72px; }
  .ses-hero__inner { grid-template-columns: 1fr; }
  .ses-hero__copy { min-height: 560px; }
  .ses-media--hero { min-height: 420px; }
  .ses-about { grid-template-columns: 1fr; }
  .ses-about h2 { text-align: left; }
  .ses-media--about { max-width: 620px; width: 100%; }
  .support-panel { grid-template-columns: 1fr; gap: 24px; }
  .support-panel__copy { padding-inline: 0; }
  .entry-panel__inner { grid-template-columns: 1fr; }
  .entry-panel__media { min-height: 360px; }
}

@media (max-width: 720px) {
  .ses-container, .ses-container--narrow { width: min(100% - 32px, 1160px); }
  .ses-section { padding: 64px 0; }
  .ses-section-heading--row { display: block; }
  .ses-section-heading--row .ses-text-link { display: inline-block; margin-top: 14px; }
  .ses-hero { min-height: 0; }
  .ses-hero__inner { width: 100%; min-height: 0; margin: 0; }
  .ses-hero__copy { min-height: 0; padding: 46px 22px 48px; }
  .ses-hero h1 { margin-bottom: 26px; font-size: clamp(25px, 6.4vw, 28px); line-height: 1.55; }
  .ses-hero-title__keyphrase { white-space: nowrap; }
  .ses-hero-title--desktop { display: none; }
  .ses-hero-title--mobile { display: inline; }
  .ses-hero__lead { margin-bottom: 28px; font-size: 13px; line-height: 1.9; }
  .ses-actions { display: grid; gap: 10px; }
  .ses-button { min-height: 52px; width: 100%; padding: 10px 16px; white-space: normal; }
  .ses-media--hero { min-height: 260px; }
  .reason-grid, .project-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 0; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card strong { font-size: 48px; }
  .career-paths + .ses-note { margin-top: 46px; }
  .career-row { grid-template-columns: 1fr; }
  .career-row ol { grid-template-columns: 1fr; }
  .career-row li { min-height: 72px; justify-content: flex-start; padding-inline: 24px; border-left: 1px solid #bfd3e4; border-top: 0; }
  .career-row li:not(:last-child)::after { right: auto; bottom: -10px; width: 20px; height: 20px; transform: rotate(135deg); }
  .interview-card { grid-template-columns: 1fr; }
  .interview-card__media { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .interview-card__body { padding: 26px 24px; }
  .support-panel__media { min-height: 300px; }
  .trust-section ul { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .trust-section li:nth-child(3) { border-left: 0; }
  .entry-panel__copy { padding: 54px 24px; }
  .entry-panel__media { min-height: 300px; }
}

@media (max-width: 360px) {
  .ses-hero h1 { font-size: clamp(22px, 6.8vw, 25px); }
}

@media (max-width: 420px) {
  .metric-card { padding-inline: 8px; }
  .metric-card h3 { font-size: 12px; }
  .metric-card strong { font-size: 42px; }
  .trust-section li { padding-inline: 8px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ses-button, .faq-item__button i::after { transition: none; }
}
