/* TSR A-level landing – Recruit (toHS) */

body {
  margin: 0;
}

.tsr-a-level--recruit {
  --rec-navy: #122841;
  --rec-blue: #1D3E60;
  --rec-gold: #B5872E;
  --rec-cream: #F3E6C8;
  --rec-bg: #FAFAF8;
  --rec-warm: #F1EFE9;
  --rec-muted: #5D6B7A;
  --rec-accent: #CB9F3F;
  --rec-ink: #1F3346;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--rec-ink);
  -webkit-font-smoothing: antialiased;
  background: var(--rec-bg);
  line-height: 1.6;
}

.tsr-a-level--recruit *,
.tsr-a-level--recruit *::before,
.tsr-a-level--recruit *::after {
  box-sizing: border-box;
}

.tsr-a-level--recruit img {
  max-width: 100%;
  height: auto;
}

.tsr-a-level--recruit a {
  color: var(--rec-gold);
  transition: color 0.2s, opacity 0.2s;
}

.tsr-a-level--recruit a:hover {
  color: #8f6a22;
}

.tsr-a-level--recruit .tsr-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.55;
  margin: 12px 0 0;
  font-size: clamp(22px, 2.8vw, 32px);
}

.tsr-a-level--recruit .tsr-heading--cta {
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.5;
  margin-top: 14px;
  color: #fff;
}

.tsr-a-level--recruit .tsr-text {
  font-size: 15px;
  line-height: 2;
  color: var(--rec-muted);
}

.tsr-a-level--recruit .tsr-text--light {
  color: rgba(255, 255, 255, 0.88);
}

.tsr-a-level--recruit .tsr-text--sm {
  font-size: 14px;
  line-height: 1.9;
}

.tsr-a-level--recruit .tsr-text--cta {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.tsr-a-level--recruit .tsr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 100px;
}

.tsr-a-level--recruit .tsr-badge--student {
  background: var(--rec-cream);
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-badge--parent {
  background: var(--rec-blue);
  color: #fff;
}

.tsr-a-level--recruit .tsr-chip {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--rec-blue);
  border: 1px solid rgba(31, 51, 70, 0.18);
  border-radius: 100px;
  padding: 8px 16px;
  background: #fff;
  display: inline-block;
}

.tsr-a-level--recruit .tsr-chip--soft {
  background: var(--rec-warm);
  border: none;
  padding: 6px 13px;
}

.tsr-a-level--recruit .tsr-section {
  padding: 100px 6vw;
}

.tsr-a-level--recruit .tsr-section--warm {
  background: var(--rec-warm);
}

.tsr-a-level--recruit .tsr-section--cta {
  padding: 120px 6vw;
  background: linear-gradient(165deg, var(--rec-blue), var(--rec-navy));
  color: #fff;
  text-align: center;
}

/* Top bar */
.tsr-a-level--recruit .tsr-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 6vw;
  background: var(--rec-navy);
  color: var(--rec-cream);
}

.tsr-a-level--recruit .tsr-topbar__brand {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 14px;
}

.tsr-a-level--recruit .tsr-topbar__tag {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(243, 230, 200, 0.7);
}

/* Hero */
.tsr-a-level--recruit .tsr-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, var(--rec-blue), var(--rec-navy));
  color: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.tsr-a-level--recruit .tsr-hero__content {
  padding: 80px 4vw 60px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tsr-a-level--recruit .tsr-hero__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 20px;
  font-size: clamp(24px, 2.9vw, 38px);
  text-wrap: pretty;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tsr-a-level--recruit .tsr-hero__lead {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 20px;
  max-width: min(440px, 100%);
  color: rgba(255, 255, 255, 0.88);
}

.tsr-a-level--recruit .tsr-hero__pyramid {
  margin-top: 32px;
}

.tsr-a-level--recruit .tsr-hero__pyramid img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.tsr-a-level--recruit .tsr-hero__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 24px 24px 24px 0;
  height: 100%;
  box-sizing: border-box;
}

.tsr-a-level--recruit .tsr-hero__photo {
  overflow: hidden;
  border-radius: 10px;
}

.tsr-a-level--recruit .tsr-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TSR intro */
.tsr-a-level--recruit .tsr-tsr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
  align-items: center;
}

.tsr-a-level--recruit .tsr-tsr__stats {
  display: flex;
  gap: 44px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.tsr-a-level--recruit .tsr-tsr__stat-num {
  display: inline-flex;
  align-items: flex-end;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(44px, 6vw, 64px);
  line-height: 1;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-tsr__stat-num .tsr-tsr__stat-prefix {
  font-size: 22.4px;
  line-height: 1;
}

.tsr-a-level--recruit .tsr-tsr__stat-num .tsr-tsr__stat-unit {
  font-size: 0.35em;
  line-height: 1;
}

.tsr-a-level--recruit .tsr-tsr__stat-num--accent {
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-tsr__stat-note {
  font-size: 11.5px;
  color: var(--rec-muted);
  margin-top: 10px;
  max-width: 170px;
  line-height: 1.7;
}

.tsr-a-level--recruit .tsr-tsr__figure {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 60px -34px rgba(18, 40, 65, 0.55);
  width: 80%;
  justify-self: center;
}

.tsr-a-level--recruit .tsr-tsr__figure img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.tsr-a-level--recruit .tsr-tsr__figure-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px;
  background: linear-gradient(180deg, transparent, rgba(18, 40, 65, 0.9));
}

.tsr-a-level--recruit .tsr-tsr__figure-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}

.tsr-a-level--recruit .tsr-tsr__figure-text {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  line-height: 1.7;
}

/* Proof */
.tsr-a-level--recruit .tsr-proof__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 400px));
  gap: 28px;
  margin-top: 44px;
  justify-content: start;
}

.tsr-a-level--recruit .tsr-proof__card {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 20px 44px -28px rgba(18, 40, 65, 0.3);
}

.tsr-a-level--recruit .tsr-proof__card--tilt-l {
  transform: rotate(-1.5deg);
}

.tsr-a-level--recruit .tsr-proof__card--tilt-r {
  transform: rotate(1.5deg);
}

.tsr-a-level--recruit .tsr-proof__card img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: contain;
}

.tsr-a-level--recruit .tsr-proof__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 18px;
}

.tsr-a-level--recruit .tsr-proof__card-text {
  font-size: 12.5px;
  color: var(--rec-muted);
  margin-top: 8px;
  line-height: 1.8;
}

.tsr-a-level--recruit .tsr-proof__card-meta {
  font-size: 12px;
  margin-top: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: var(--rec-gold);
}

/* Score cards */
.tsr-a-level--recruit .tsr-scores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.tsr-a-level--recruit .tsr-score {
  background: #fff;
  border-radius: 14px;
  padding: 34px 32px;
  border: 1px solid rgba(31, 51, 70, 0.08);
  box-shadow: 0 18px 40px -32px rgba(18, 40, 65, 0.5);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.tsr-a-level--recruit .tsr-score__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  opacity: 0.22;
  pointer-events: none;
}

.tsr-a-level--recruit .tsr-score__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rec-warm);
  border: 1px solid #E3DDD0;
  flex: none;
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-score__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-top: 22px;
  color: var(--rec-blue);
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-score__line {
  width: 32px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-score__text {
  font-size: 13.5px;
  color: var(--rec-muted);
  margin-top: 14px;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

/* Parent metrics */
.tsr-a-level--recruit .tsr-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2px;
  margin-top: 32px;
  background: var(--rec-accent);
}

.tsr-a-level--recruit .tsr-metrics__cell {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}

.tsr-a-level--recruit .tsr-metrics__val {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-metrics__label {
  font-size: 12px;
  color: var(--rec-muted);
  margin-top: 8px;
}

/* FAQ */
.tsr-a-level--recruit .tsr-faq {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.tsr-a-level--recruit .tsr-faq__item {
  padding: 24px 0;
  border-top: 1px solid rgba(31, 51, 70, 0.12);
}

.tsr-a-level--recruit .tsr-faq__item:last-child {
  border-bottom: 1px solid rgba(31, 51, 70, 0.12);
}

.tsr-a-level--recruit .tsr-faq__item summary {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
}

.tsr-a-level--recruit .tsr-faq__item summary::-webkit-details-marker {
  display: none;
}

.tsr-a-level--recruit .tsr-faq__q {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: var(--rec-cream);
  font-size: 20px;
}

.tsr-a-level--recruit .tsr-faq__a {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--rec-muted);
  margin-top: 14px;
  padding-left: 40px;
}

/* Banner */
.tsr-a-level--recruit .tsr-banner {
  width: 100%;
  line-height: 0;
}

.tsr-a-level--recruit .tsr-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Jobs */
.tsr-a-level--recruit .tsr-jobs__depts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.tsr-a-level--recruit .tsr-jobs__dept {
  background: #fff;
  border: 1px solid var(--rec-accent);
  border-radius: 12px;
  padding: 28px 24px;
}

.tsr-a-level--recruit .tsr-jobs__dept-num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--rec-gold);
  letter-spacing: 0.06em;
}

.tsr-a-level--recruit .tsr-jobs__dept-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--rec-blue);
  margin-top: 6px;
}

.tsr-a-level--recruit .tsr-jobs__dept-line {
  width: 28px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 12px;
}

.tsr-a-level--recruit .tsr-jobs__dept-text {
  font-size: 16px;
  color: var(--rec-muted);
  margin-top: 14px;
  line-height: 1.9;
}

.tsr-a-level--recruit .tsr-jobs__clients {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(31, 51, 70, 0.14);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.tsr-a-level--recruit .tsr-jobs__clients-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-jobs__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

/* Stats grid */
.tsr-a-level--recruit .tsr-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 2px;
  margin-top: 40px;
  background: var(--rec-cream);
}

.tsr-a-level--recruit .tsr-stats__cell {
  background: #fff;
  padding: 28px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tsr-a-level--recruit .tsr-stats__cell-val {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(17px, 1.7vw, 24px);
  color: var(--rec-blue);
  white-space: nowrap;
  min-height: 36px;
}

.tsr-a-level--recruit .tsr-stats__cell-label {
  font-size: 14px;
  color: var(--rec-muted);
  margin-top: 8px;
}

.tsr-a-level--recruit .tsr-stats__safety {
  margin-top: 40px;
  background: #fff;
  border-left: 3px solid var(--rec-accent);
  border-radius: 0 12px 12px 0;
  padding: 34px 38px;
}

.tsr-a-level--recruit .tsr-stats__safety-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--rec-blue);
  line-height: 1.6;
}

.tsr-a-level--recruit .tsr-stats__safety .tsr-text {
  font-size: 14.5px;
  margin-top: 16px;
  max-width: 720px;
}

.tsr-a-level--recruit .tsr-stats__safety .tsr-text + .tsr-text {
  margin-top: 14px;
}

.tsr-a-level--recruit .tsr-stats__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.tsr-a-level--recruit .tsr-stats__card {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--rec-accent);
  border-radius: 12px;
  padding: 16px 20px;
  min-height: 108px;
}

.tsr-a-level--recruit .tsr-stats__card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.tsr-a-level--recruit .tsr-stats__card img.is-cover {
  object-fit: cover;
  border-radius: 6px;
}

.tsr-a-level--recruit .tsr-stats__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--rec-blue);
  line-height: 1.55;
}

.tsr-a-level--recruit .tsr-stats__card-sub {
  font-size: 11.5px;
  color: var(--rec-muted);
  margin-top: 5px;
  line-height: 1.6;
}

.tsr-a-level--recruit .tsr-stats__sdgs {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 51, 70, 0.12);
}

.tsr-a-level--recruit .tsr-stats__sdgs-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-stats__sdgs-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tsr-a-level--recruit .tsr-stats__sdgs-icons img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  display: block;
}

/* Voices */
.tsr-a-level--recruit .tsr-voice__grid,
.tsr-a-level--recruit .tsr-voices__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.tsr-a-level--recruit .tsr-voice {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.tsr-a-level--recruit .tsr-voice__mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 44px;
  color: var(--rec-cream);
  position: absolute;
  top: 14px;
  right: 22px;
  line-height: 1;
}

.tsr-a-level--recruit .tsr-voice__profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.tsr-a-level--recruit .tsr-voice__profile img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.tsr-a-level--recruit .tsr-voice__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.tsr-a-level--recruit .tsr-voice__role {
  font-size: 11.5px;
  color: var(--rec-muted);
}

.tsr-a-level--recruit .tsr-voice__quote {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

/* Women */
.tsr-a-level--recruit .tsr-women__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.tsr-a-level--recruit .tsr-women__card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid rgba(31, 51, 70, 0.08);
  box-shadow: 0 18px 40px -32px rgba(18, 40, 65, 0.5);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tsr-a-level--recruit .tsr-women__card:has(.tsr-women__card-link):hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px -24px rgba(18, 40, 65, 0.45);
}

.tsr-a-level--recruit .tsr-women__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 14px;
}

.tsr-a-level--recruit .tsr-women__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tsr-a-level--recruit .tsr-women__head img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.tsr-a-level--recruit .tsr-women__label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-women__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 21px;
  color: var(--rec-blue);
  margin-top: 3px;
}

.tsr-a-level--recruit .tsr-women__line {
  width: 32px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 20px;
}

.tsr-a-level--recruit .tsr-women__text {
  font-size: 14px;
  color: var(--rec-muted);
  margin-top: 16px;
  line-height: 1.9;
}

.tsr-a-level--recruit .tsr-women__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tsr-a-level--recruit .tsr-women__support {
  margin-top: 48px;
  background: #fff;
  border: 1px solid var(--rec-cream);
  border-radius: 14px;
  padding: 32px;
}

.tsr-a-level--recruit .tsr-women__support-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-women__support-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: var(--rec-blue);
  margin-top: 8px;
}

.tsr-a-level--recruit .tsr-women__support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.tsr-a-level--recruit .tsr-women__support-item {
  border-left: 2px solid var(--rec-accent);
  padding-left: 16px;
}

.tsr-a-level--recruit .tsr-women__support-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-women__support-item-text {
  font-size: 14px;
  color: var(--rec-muted);
  margin-top: 6px;
  line-height: 1.8;
}

/* Survey */
.tsr-a-level--recruit .tsr-survey__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2px;
  margin-top: 24px;
  background: var(--rec-accent);
}

.tsr-a-level--recruit .tsr-survey__cell {
  background: #fff;
  padding: 26px 18px;
  text-align: center;
}

.tsr-a-level--recruit .tsr-survey__val {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-survey__label {
  font-size: 14px;
  color: var(--rec-muted);
  margin-top: 8px;
}

/* Benefits */
.tsr-a-level--recruit .tsr-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.tsr-a-level--recruit .tsr-benefit {
  background: #fff;
  border-radius: 10px;
  padding: 26px 22px;
}

.tsr-a-level--recruit .tsr-benefit__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--rec-warm);
  border: 1px solid #E3DDD0;
}

.tsr-a-level--recruit .tsr-benefit__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

/* Mascot */
.tsr-a-level--recruit .tsr-mascot__layout {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.tsr-a-level--recruit .tsr-mascot__figure {
  margin: 0;
  flex: none;
}

.tsr-a-level--recruit .tsr-mascot__figure--photo {
  width: 210px;
  max-width: 210px;
}

.tsr-a-level--recruit .tsr-mascot__figure--mascot,
.tsr-a-level--recruit .tsr-mascot__figure--char {
  width: 190px;
  max-width: 190px;
}

.tsr-a-level--recruit .tsr-mascot__figure--photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.tsr-a-level--recruit .tsr-mascot__figure--mascot img,
.tsr-a-level--recruit .tsr-mascot__figure--char img {
  width: 190px;
  height: 240px;
  max-width: 100%;
  transform: rotate(-2deg);
  object-fit: contain;
  border-radius: 0;
}

.tsr-a-level--recruit .tsr-mascot__caption {
  font-size: 11.5px;
  color: var(--rec-muted);
  margin-top: 10px;
  line-height: 1.7;
}

.tsr-a-level--recruit .tsr-mascot__caption--center {
  text-align: center;
  margin-top: 14px;
}

.tsr-a-level--recruit .tsr-mascot__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-mascot__text {
  flex: 1 1 300px;
}

/* Promise */
.tsr-a-level--recruit .tsr-promise__inner {
  max-width: 720px;
}

.tsr-a-level--recruit .tsr-promise .tsr-text {
  margin-top: 18px;
}

/* CTA */
.tsr-a-level--recruit .tsr-cta__label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.tsr-a-level--recruit .tsr-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
  flex-wrap: wrap;
}

.tsr-a-level--recruit .tsr-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.tsr-a-level--recruit .tsr-btn:hover {
  opacity: 0.88;
  color: inherit;
}

.tsr-a-level--recruit .tsr-btn--primary {
  background: var(--rec-accent);
  color: var(--rec-navy);
}

.tsr-a-level--recruit .tsr-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.tsr-a-level--recruit .tsr-voice__actions {
  text-align: center;
  margin-top: 44px;
}

.tsr-a-level--recruit .tsr-btn--voice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(100%, 320px);
  padding: 18px 28px 18px 32px;
  background: #fff;
  color: var(--rec-blue);
  border: 1px solid rgba(29, 62, 96, 0.12);
  border-radius: 10px;
  box-shadow: 0 14px 36px -24px rgba(18, 40, 65, 0.45);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tsr-a-level--recruit .tsr-btn--voice::after {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rec-cream);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B5872E' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.tsr-a-level--recruit .tsr-btn--voice:hover {
  background: var(--rec-cream);
  border-color: rgba(181, 135, 46, 0.28);
  color: var(--rec-blue);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(18, 40, 65, 0.5);
}

.tsr-a-level--recruit .tsr-btn--voice:hover::after {
  background-color: #fff;
  transform: translateX(3px);
}

/* Footer */
.tsr-a-level--recruit .tsr-footer {
  background: #0F2036;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 11px;
}

/* Section spacing helpers */
.tsr-a-level--recruit .tsr-section .tsr-text {
  margin-top: 18px;
}

.tsr-a-level--recruit .tsr-section .tsr-badge + .tsr-heading {
  margin-top: 16px;
}

.tsr-a-level--recruit .tsr-tsr .tsr-text {
  margin-top: 24px;
}

.tsr-a-level--recruit .tsr-stats__sdgs .tsr-text--sm {
  margin-top: 8px;
  max-width: 560px;
}

.tsr-a-level--recruit .tsr-section--promise {
  padding: 110px 6vw;
}

/* Body HTML class alignment */
.tsr-a-level--recruit .tsr-section--lg {
  padding: 100px 6vw;
}

.tsr-a-level--recruit .tsr-hero__badge-row {
  margin-top: 32px;
}

.tsr-a-level--recruit .tsr-hero__pyramid {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.tsr-a-level--recruit .tsr-proof,
.tsr-a-level--recruit .tsr-parent,
.tsr-a-level--recruit .tsr-voice,
.tsr-a-level--recruit .tsr-survey,
.tsr-a-level--recruit .tsr-mascot,
.tsr-a-level--recruit .tsr-section--works {
  background: var(--rec-warm);
}

.tsr-a-level--recruit .tsr-tsr__figure-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px;
  background: linear-gradient(180deg, transparent, rgba(18, 40, 65, 0.9));
}

.tsr-a-level--recruit .tsr-tsr__figure-sub {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  line-height: 1.7;
}

.tsr-a-level--recruit .tsr-chip--label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 100px;
  background: var(--rec-cream);
  color: var(--rec-gold);
  border: none;
}

.tsr-a-level--recruit .tsr-chip--dark {
  background: var(--rec-blue);
  color: #fff;
}

.tsr-a-level--recruit .tsr-chip--outline {
  border: 1px solid rgba(31, 51, 70, 0.18);
  background: #fff;
}

.tsr-a-level--recruit .tsr-student__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.tsr-a-level--recruit .tsr-student__card {
  background: #fff;
  border-radius: 14px;
  padding: 34px 32px;
  border: 1px solid rgba(31, 51, 70, 0.08);
  box-shadow: 0 18px 40px -32px rgba(18, 40, 65, 0.5);
  position: relative;
  overflow: hidden;
}

.tsr-a-level--recruit .tsr-student__card-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  opacity: 0.22;
  pointer-events: none;
}

.tsr-a-level--recruit .tsr-student__card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rec-warm);
  border: 1px solid #E3DDD0;
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-student__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-top: 22px;
  color: var(--rec-blue);
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-student__card-rule {
  width: 32px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-student__card-text {
  font-size: 13.5px;
  color: var(--rec-muted);
  margin-top: 14px;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

.tsr-a-level--recruit .tsr-parent__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2px;
  margin-top: 32px;
  background: var(--rec-accent);
}

.tsr-a-level--recruit .tsr-parent__cell {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}

.tsr-a-level--recruit .tsr-parent__cell-val {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-parent__cell-label {
  font-size: 12px;
  color: var(--rec-muted);
  margin-top: 8px;
}

.tsr-a-level--recruit .tsr-faq__list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.tsr-a-level--recruit .tsr-faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
}

.tsr-a-level--recruit .tsr-faq__question::-webkit-details-marker {
  display: none;
}

.tsr-a-level--recruit .tsr-faq__answer {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--rec-muted);
  margin-top: 14px;
  padding-left: 40px;
}

.tsr-a-level--recruit .tsr-works__depts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.tsr-a-level--recruit .tsr-works__dept {
  background: #fff;
  border: 1px solid var(--rec-accent);
  border-radius: 12px;
  padding: 28px 24px;
}

.tsr-a-level--recruit .tsr-works__dept-num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--rec-gold);
  letter-spacing: 0.06em;
}

.tsr-a-level--recruit .tsr-works__dept-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--rec-blue);
  margin-top: 6px;
}

.tsr-a-level--recruit .tsr-works__dept-rule {
  width: 28px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 12px;
}

.tsr-a-level--recruit .tsr-works__dept-text {
  font-size: 16px;
  color: var(--rec-muted);
  margin-top: 14px;
  line-height: 1.9;
}

.tsr-a-level--recruit .tsr-works__meta {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(31, 51, 70, 0.14);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.tsr-a-level--recruit .tsr-works__meta-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--rec-gold);
}

.tsr-a-level--recruit .tsr-works__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tsr-a-level--recruit .tsr-stats__callout {
  margin-top: 40px;
  background: #fff;
  border-left: 3px solid var(--rec-accent);
  border-radius: 0 12px 12px 0;
  padding: 34px 38px;
}

.tsr-a-level--recruit .tsr-stats__callout-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--rec-blue);
  line-height: 1.6;
}

.tsr-a-level--recruit .tsr-stats__callout .tsr-text {
  font-size: 14.5px;
  margin-top: 16px;
  max-width: 720px;
}

.tsr-a-level--recruit .tsr-stats__callout .tsr-text + .tsr-text {
  margin-top: 14px;
}

.tsr-a-level--recruit .tsr-voice__card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tsr-a-level--recruit .tsr-voice__card:hover {
  transform: rotate(-2deg);
  box-shadow: 0 10px 28px rgba(18, 40, 65, 0.14);
}

.tsr-a-level--recruit .tsr-voice__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
}

.tsr-a-level--recruit .tsr-u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tsr-a-level--recruit .tsr-voice__quote-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 44px;
  color: var(--rec-cream);
  position: absolute;
  top: 14px;
  right: 22px;
  line-height: 1;
}

.tsr-a-level--recruit .tsr-voice__message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.tsr-a-level--recruit .tsr-women__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.tsr-a-level--recruit .tsr-women__profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tsr-a-level--recruit .tsr-women__profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.tsr-a-level--recruit .tsr-women__rule {
  width: 32px;
  height: 2px;
  background: var(--rec-accent);
  margin-top: 20px;
}

.tsr-a-level--recruit .tsr-survey__cell-val {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: var(--rec-blue);
}

.tsr-a-level--recruit .tsr-survey__cell-label {
  font-size: 14px;
  color: var(--rec-muted);
  margin-top: 8px;
}

.tsr-a-level--recruit .tsr-perks__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.tsr-a-level--recruit .tsr-perks__item {
  background: #fff;
  border-radius: 10px;
  padding: 26px 22px;
}

.tsr-a-level--recruit .tsr-perks__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--rec-warm);
  border: 1px solid #E3DDD0;
}

.tsr-a-level--recruit .tsr-perks__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

.tsr-a-level--recruit .tsr-cta__lead {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
  margin-left: auto;
  margin-right: auto;
}

.tsr-a-level--recruit .tsr-chip + .tsr-heading {
  margin-top: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .tsr-a-level--recruit .tsr-section,
  .tsr-a-level--recruit .tsr-section--cta,
  .tsr-a-level--recruit .tsr-section--promise {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tsr-a-level--recruit .tsr-hero__content {
    padding: 64px 6vw 48px;
  }

  .tsr-a-level--recruit .tsr-hero__photos {
    padding: 16px;
    min-height: 320px;
  }

  .tsr-a-level--recruit .tsr-tsr__figure {
    width: 100%;
  }

  .tsr-a-level--recruit .tsr-proof__card--tilt-l,
  .tsr-a-level--recruit .tsr-proof__card--tilt-r {
    transform: none;
  }

  .tsr-a-level--recruit .tsr-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .tsr-a-level--recruit .tsr-faq__a {
    padding-left: 0;
  }

  .tsr-a-level--recruit .tsr-mascot__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    align-items: start;
  }

  .tsr-a-level--recruit .tsr-mascot__figure--photo,
  .tsr-a-level--recruit .tsr-mascot__figure--mascot,
  .tsr-a-level--recruit .tsr-mascot__figure--char {
    width: 100%;
    max-width: none;
  }

  .tsr-a-level--recruit .tsr-mascot__figure--mascot img,
  .tsr-a-level--recruit .tsr-mascot__figure--char img {
    width: 100%;
    height: auto;
  }

  .tsr-a-level--recruit .tsr-mascot__text {
    grid-column: 1 / -1;
    flex: none;
  }
}
