/* ================================================
   hr.css — ハイクラス人材紹介ページ専用スタイル
   サブページ共通要素は common.css に集約済み
   ================================================ */

/* ===================================================
   1. HERO
   =================================================== */
.hr-hero {
  position: relative;
  min-height: 420px;
  padding: 80px 0 80px;
  overflow: hidden;
  color: #fff;
}
.hr-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.hr-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19,45,127,0.85) 0%, rgba(29,69,164,0.75) 100%);
  z-index: 1;
}
.hr-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.hr-hero__eyebrow {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  color: var(--rc-gold);
  margin: 0 0 16px;
  font-weight: 500;
}
.hr-hero__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.hr-hero__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 24px;
  color: var(--rc-gold);
}
.hr-hero__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.9;
  max-width: 640px;
  margin: 0;
  opacity: 0.95;
}
.hr-hero__badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hr-hero__badge {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  border-radius: 2px;
}
.hr-hero__badge-num {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--rc-gold);
  line-height: 1;
}
.hr-hero__badge-en {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}

/* ===================================================
   2. CONCEPT
   =================================================== */
.hr-concept {
  position: relative;
  padding: 140px 0 120px;
  background: #fff;
  overflow: hidden;
}
.hr-concept__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hr-concept__left { }
.hr-concept__subheading {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.75rem, 3.5vw, 2.625rem);
  font-weight: 500;
  color: var(--rc-navy);
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 16px 0 28px;
}
.hr-concept__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--rc-navy);
  line-height: 1.9;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}
.hr-concept__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: var(--coolgray-90, #21272a);
  line-height: 2;
}
.hr-concept__right {
  position: relative;
}
.hr-concept__right img {
  width: 100%;
  height: auto;
  display: block;
}
.hr-concept__badge {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--rc-gold);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(203, 152, 49, 0.3);
  padding: 16px;
}
.hr-concept__badge-en {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.hr-concept__badge-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  opacity: 0.95;
  color: #fff;
}

/* ===================================================
   3. TWO PILLARS
   =================================================== */
.hr-pillars {
  position: relative;
  background: linear-gradient(150deg, var(--rc-navy) 0%, #0a1446 100%);
  overflow: hidden;
}
.hr-pillars__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
}
.hr-pillars__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.85;
  margin: 24px 0 56px;
  max-width: 640px;
}
.hr-pillars__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Pillar card */
.hr-pillar {
  background: #fff;
  border: 1px solid #dde1ec;
  border-top: 3px solid var(--rc-gold);
  padding: 40px 36px 44px;
  border-radius: 2px;
}
.hr-pillar__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.hr-pillar__num {
  font-family: "Shippori Mincho", serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: var(--rc-gold);
  line-height: 1;
  letter-spacing: 0.05em;
}
.hr-pillar__line {
  flex: 1;
  height: 1px;
  background: #dde1ec;
}
.hr-pillar__en {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--rc-gold);
  font-weight: 500;
  margin-bottom: 8px;
}
.hr-pillar__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--rc-navy);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.hr-pillar__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  margin-bottom: 20px;
  padding: 16px;
  background: #f8f9fb;
  border-radius: 2px;
}
.hr-pillar__meta dt {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  color: var(--rc-gold);
  font-weight: 600;
  padding-top: 2px;
}
.hr-pillar__meta dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: var(--coolgray-90);
  line-height: 1.6;
}
.hr-pillar__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: var(--coolgray-90);
  line-height: 2;
  margin-bottom: 24px;
}
.hr-pillar__menu-label {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  color: var(--rc-gold);
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dde1ec;
}
.hr-pillar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hr-pillar__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: var(--coolgray-90);
  line-height: 1.6;
  padding: 8px 0 8px 14px;
  position: relative;
  border-bottom: 1px solid #e5e8ee;
}
.hr-pillar__list li:last-child { border-bottom: none; }
.hr-pillar__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--rc-gold);
  border-radius: 50%;
}

/* ===================================================
   4. SERVICE SCOPE
   =================================================== */
.hr-scope {
  position: relative;
  background: #f8f9fb;
  overflow: hidden;
}
.hr-scope__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
.hr-scope__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}
.hr-scope__col {
  border-top: 3px solid var(--rc-navy);
  padding-top: 28px;
}
.hr-scope__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.hr-scope__num {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--rc-navy);
  line-height: 1;
  letter-spacing: 0.03em;
}
.hr-scope__en {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--rc-gold);
  font-weight: 500;
}
.hr-scope__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rc-navy);
  margin: 0 0 12px;
  letter-spacing: 0.05em;
}
.hr-scope__meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: #888;
  margin-bottom: 20px;
}
.hr-scope__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hr-scope__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #444;
  line-height: 1.5;
  padding: 10px 0 10px 16px;
  border-bottom: 1px solid #e8eaf0;
  position: relative;
}
.hr-scope__list li:last-child { border-bottom: none; }
.hr-scope__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--rc-gold);
  border-radius: 50%;
}

/* ===================================================
   5. FOR YOUR SITUATION
   =================================================== */
.hr-situation {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.hr-situation__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
.hr-situation__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.85;
  margin: 24px 0 48px;
}
/* カードグリッド */
.hr-situation__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

/* シチュエーションカード */
.hr-sit-card {
  background: #fff;
  border: 1px solid #dde1ec;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
}
.hr-sit-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hr-sit-card__num {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--rc-gold);
  letter-spacing: 0.1em;
}
.hr-sit-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(19, 45, 127, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--rc-navy);
}
.hr-sit-card__issue {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--rc-navy);
  line-height: 1.5;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.hr-sit-card__divider {
  width: 32px;
  height: 2px;
  background: var(--rc-gold);
  margin-bottom: 16px;
}
.hr-sit-card__approach {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--rc-gold);
  margin: 0 0 8px;
}
.hr-sit-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: var(--coolgray-60);
  line-height: 1.85;
  margin: 0 0 20px;
  flex: 1;
}
.hr-sit-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.hr-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  color: var(--rc-navy);
  border: 1px solid var(--rc-navy);
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* ===================================================
   6. HOW IT WORKS / DATA × NETWORK
   =================================================== */
.hr-howitworks {
  position: relative;
  background: linear-gradient(150deg, #0a1446 0%, var(--rc-navy) 100%);
  overflow: hidden;
}
.hr-howitworks__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
.hr-howitworks__heading {
  text-align: center;
  margin-bottom: 64px;
}
.hr-howitworks__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin: 12px 0 20px;
}
.hr-howitworks__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.85;
}
.hr-howitworks__diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
}

/* BEFORE */
.hr-howitworks__before {
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 40px 36px;
  border-radius: 2px 0 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hr-howitworks__col-label {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  margin-bottom: 24px;
  font-weight: 600;
}
.hr-howitworks__before .hr-howitworks__col-label {
  color: rgba(255,255,255,0.4);
}
.hr-howitworks__before-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hr-howitworks__before-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.hr-howitworks__before-list li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.2);
  font-size: 0.7rem;
}

/* CENTER */
.hr-howitworks__center {
  width: 220px;
  background: var(--rc-gold);
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.hr-howitworks__center::before,
.hr-howitworks__center::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.hr-howitworks__center::before {
  left: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid var(--rc-gold);
}
.hr-howitworks__center::after {
  right: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid var(--rc-gold);
}
.hr-howitworks__center-service {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.hr-howitworks__center-service span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 4px;
  font-weight: 700;
  color: #fff;
}
.hr-howitworks__center-x {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  opacity: 0.6;
}
.hr-howitworks__logo {
  width: 90px;
  height: auto;
  margin-top: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* AFTER */
.hr-howitworks__after {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 40px 36px;
  border-radius: 0 2px 2px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hr-howitworks__after .hr-howitworks__col-label {
  color: var(--rc-gold);
}
.hr-howitworks__result {
  padding-left: 16px;
  border-left: 2px solid var(--rc-gold);
}
.hr-howitworks__result-num {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: var(--rc-gold);
  font-weight: 600;
  margin-bottom: 4px;
}
.hr-howitworks__result-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.5;
}
.hr-howitworks__result-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ===================================================
   7. WHY RISE CROSS
   =================================================== */
.hr-why {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.hr-why__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
.hr-why__heading {
  margin-bottom: 64px;
}
.hr-why__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.625rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: var(--rc-navy);
  margin: 0;
  letter-spacing: 0.05em;
}
.hr-why__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 100px;
}
.hr-why__block:last-child { margin-bottom: 0; }
.hr-why__block--reverse {
  direction: rtl;
}
.hr-why__block--reverse > * {
  direction: ltr;
}
.hr-why__media {
  border-radius: 2px;
  overflow: hidden;
}
.hr-why__media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hr-why__media:hover img {
  transform: scale(1.04);
}
.hr-why__num {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--rc-gold);
  opacity: 0.6;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: 0.03em;
}
.hr-why__block-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--rc-navy);
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
}
.hr-why__block-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--rc-navy);
  margin: 0 0 20px;
}
.hr-why__block-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: var(--coolgray-90, #21272a);
  line-height: 2;
  margin: 0;
}
.hr-why__keywords {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px;
  background: #f5f6fb;
  border-left: 3px solid var(--rc-gold);
  border-radius: 0 2px 2px 0;
}
.hr-why__keywords span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.5;
}
.hr-why__keywords strong {
  color: var(--rc-navy);
  font-weight: 700;
}

/* ===================================================
   8. FLOW
   =================================================== */
.hr-flow {
  position: relative;
  background: linear-gradient(150deg, var(--rc-navy) 0%, #0a1446 100%);
  overflow: hidden;
}
.hr-flow__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
.hr-flow__list {
  list-style: none;
  padding: 0;
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
}
.hr-flow__list::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: rgba(255,255,255,0.15);
  z-index: 0;
}
.hr-flow__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
}
.hr-flow__num {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  background: var(--rc-gold);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(203, 152, 49, 0.4);
}
.hr-flow__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
}
.hr-flow__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* ===================================================
   9. FAQ — sub-faq__* クラスを流用（maintenance.css で定義済み）
   セクション背景のみ hr-faq で管理
   =================================================== */
.hr-faq {
  position: relative;
  background: #f8f9fb;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ===================================================
   10. CTA
   =================================================== */
.hr-cta {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hr-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(19, 45, 127, 0.92) 0%,
    rgba(10, 20, 70, 0.85) 100%
  );
}
.hr-cta__container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px;
  text-align: center;
}
.hr-cta__eyebrow {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.35em;
  color: var(--rc-gold);
  font-weight: 600;
  margin-bottom: 20px;
}
.hr-cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.hr-cta__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.85;
  margin-bottom: 40px;
}
.hr-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
/* .hr-cta__btn → common.css に統合 */

/* ===================================================
   SCROLL REVEAL — HR page specific additions
   =================================================== */
.hr-concept__left,
.hr-concept__right,
.hr-pillar,
.hr-scope__col,
.hr-situation__row,
.hr-howitworks__heading,
.hr-howitworks__before,
.hr-howitworks__center,
.hr-howitworks__after,
.hr-why__heading,
.hr-why__media,
.hr-why__body,
.hr-flow__item,
.hr-faq__heading,
.hr-faq__item,
.hr-cta__container {
  /* handled by top.js IntersectionObserver */
}

/* ===================================================
   TABLET (min-width: 768px) adjustments
   =================================================== */
@media (min-width: 768px) and (max-width: 1023px) {
  .hr-hero__container { padding: 80px 40px 60px; }
  .hr-concept__container { padding: 80px 40px; gap: 48px; }
  .hr-concept__right img { height: 340px; }
  .hr-pillars__container { padding: 80px 40px; }
  .hr-pillars__grid { gap: 24px; }
  .hr-scope__container { padding: 80px 40px; }
  .hr-situation__container { padding: 80px 40px; }
  .hr-situation__grid { gap: 20px; }
  .hr-howitworks__container { padding: 80px 40px; }
  .hr-howitworks__center { width: 180px; }
  .hr-why__container { padding: 80px 40px; }
  .hr-why__block { gap: 48px; }
  .hr-flow__container { padding: 80px 40px; }
  .hr-flow__list { grid-template-columns: repeat(3, 1fr); gap: 48px 24px; }
  .hr-flow__list::before { display: none; }
  .hr-faq__container { padding: 80px 40px; }
  .hr-cta__container { padding: 80px 40px; }
}

/* ===================================================
   SP (max-width: 767px)
   =================================================== */
@media (max-width: 767px) {
  /* Hero */
  .hr-hero { min-height: 480px; }
  .hr-hero__container { padding: 80px 24px 48px; }
  .hr-hero__title { font-size: 2rem; }
  .hr-hero__badges { gap: 10px; }
  .hr-hero__badge { padding: 10px 14px; }
  .hr-hero__badge-num { font-size: 1.125rem; }

  /* Concept */
  .hr-concept__container {
    padding: 72px 24px 80px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hr-concept__right img { height: 260px; }
  .hr-concept__badge { left: 0; bottom: -16px; max-width: 180px; padding: 16px 18px; }

  /* Pillars */
  .hr-pillars__container { padding: 72px 24px; }
  .hr-pillars__lead { margin-bottom: 40px; }
  .hr-pillars__grid { grid-template-columns: 1fr; gap: 24px; }
  .hr-pillar { padding: 32px 24px 36px; }

  /* Scope */
  .hr-scope__container { padding: 72px 24px; }
  .hr-scope__grid { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }

  /* Situation */
  .hr-situation__container { padding: 64px 20px; }
  .hr-situation__lead { margin-bottom: 28px; }
  .hr-situation__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
  .hr-sit-card { padding: 28px 24px; }
  .hr-sit-card__issue { font-size: 1.25rem; }

  /* How It Works */
  .hr-howitworks__container { padding: 72px 24px; }
  .hr-howitworks__heading { margin-bottom: 40px; }
  .hr-howitworks__diagram {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hr-howitworks__center {
    width: 100%;
    padding: 32px 24px;
    border-radius: 0;
  }
  .hr-howitworks__center::before,
  .hr-howitworks__center::after { display: none; }
  .hr-howitworks__before,
  .hr-howitworks__after {
    border-radius: 0;
    padding: 28px 24px;
  }
  .hr-howitworks__after { gap: 20px; }

  /* Why */
  .hr-why__container { padding: 72px 24px; }
  .hr-why__heading { margin-bottom: 48px; }
  .hr-why__block,
  .hr-why__block--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    direction: ltr;
    margin-bottom: 64px;
  }
  .hr-why__block--reverse > * { direction: ltr; }
  .hr-why__media img { height: 240px; }
  .hr-why__num { font-size: 2.25rem; }

  /* Flow */
  .hr-flow__container { padding: 72px 24px; }
  .hr-flow__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-top: 40px;
  }
  .hr-flow__list::before { display: none; }
  .hr-flow__num { width: 48px; height: 48px; font-size: 1.25rem; }

  /* FAQ */
  .hr-faq__container { padding: 72px 24px; }
  .hr-faq__q { gap: 14px; }
  .hr-faq__q-text { font-size: 0.875rem; }

  /* CTA */
  .hr-cta__container { padding: 72px 24px; }
  .hr-cta__title { font-size: 1.5rem; }
  .hr-cta__actions { flex-direction: column; align-items: center; }
  .hr-cta__btn { width: 100%; max-width: 320px; justify-content: center; }
}
