/* ==========================================================
   新規登録LP v2 — 「やめた判断をデータで検証する」構成
   palette: #4F7AF1 / #6DC4F9 / #F6CA4A / #FEFCE6
   namespace: .nr2-
   ========================================================== */

:root {
  /* ブランドパレット（4色） */
  --nr2-blue: #4F7AF1;
  /* rgb(79,122,241) 主役 */
  --nr2-sky: #6DC4F9;
  /* 補助ブルー */
  --nr2-yellow: #F6CA4A;
  /* CTA・ハイライト */
  --nr2-cream: #FEFCE6;
  /* セクション背景 */

  /* パレットから導出したニュートラル */
  --nr2-ink: #2A3356;
  /* 本文（ブルー系の濃紺） */
  --nr2-ink-2: #4E5878;
  /* サブテキスト（視認性確保のため濃いめ） */
  --nr2-line: #DCE4F8;
  /* 罫線（blueの淡色） */
  --nr2-gone: #7C86A6;
  /* 「やめた理由」のグレーブルー（可読域を維持） */

  --nr2-num-font: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

h1 {
  text-align: justify;
}

.nr2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--nr2-ink);
  line-height: 1.85;
  font-size: 17px;
  overflow-x: hidden;
}

.nr2 *, .nr2 *::before, .nr2 *::after {
  box-sizing: border-box;
}

.nr2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nr2-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- 共通見出し ---- */
.nr2-eyebrow {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--nr2-blue);
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 16px;
  margin-bottom: 14px;
  background: #fff;
}

.nr2-h2 {
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: .02em;
  margin: 0 0 12px;
}

.nr2-h2 em {
  font-style: normal;
  color: var(--nr2-blue);
}

.nr2-lead {
  color: var(--nr2-ink-2);
  font-size: 16px;
  margin: 0 0 36px;
}

/* ---- 数字 ---- */
.nr2-num {
  font-family: var(--nr2-num-font);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
}

/* ---- フェードイン ---- */
.nr2 .fi {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.nr2 .fi.on {
  opacity: .85;
  transform: none;
}

.nr2 .fi-d1 {
  transition-delay: .12s;
}

.nr2 .fi-d2 {
  transition-delay: .24s;
}

.nr2 .fi-d3 {
  transition-delay: .36s;
}

@media (prefers-reduced-motion: reduce) {
  .nr2 .fi {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================
   HERO
   ========================================================== */
.nr2-hero {
  background: #f7fbff;
  padding: 46px 0 44px;
  position: relative;
  min-height: 613px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.nr2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 42%, rgba(255, 255, 255, .66) 54%, rgba(255, 255, 255, .08) 72%, rgba(255, 255, 255, 0) 88%),
    url("../images/new-registrations/img/mv01.webp") right top / cover no-repeat;
  z-index: 0;
  background-position: right center;
  background-size: 65% auto;
}

.nr2-hero .nr2-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  padding: 0 48px;
}

.nr2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 612px);
  gap: 40px;
  align-items: center;
}

.nr2-hero-eyebrow {
  display: block;
  width: fit-content;
  background: var(--nr2-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 16px;
  border-radius: 999px;
  margin: 0 auto 26px;
  position: relative;
  box-shadow: 0 8px 22px rgba(79, 122, 241, .22);
}

/*.nr2-hero-eyebrow::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 2px rgba(79, 122, 241, .22);
}*/
.nr2-hero-title {
  font-size: clamp(32px, 3.2vw, 32px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #102653;
}

.nr2-hero-title .blue {
  color: var(--nr2-blue);
}

.nr2-hero-sub {
  color: var(--nr2-ink);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 28px;
}

.nr2-hero-stats {
  position: absolute;
  right: 48px;
  bottom: 0;
  z-index: 1;
  margin: 0;
  background: #fff;
  border: 1px solid var(--nr2-line);
  border-radius: 18px;
  padding: 38px 24px 18px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.nr2-hero-stats-title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--nr2-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 7px 18px;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 2;
}

.nr2-hero-stats-chips {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
}

.nr2-stat-chip {
  background: var(--nr2-cream);
  border: 1px solid rgba(220, 228, 248, .6);
  border-radius: 12px;
  padding: 22px 14px 14px;
  box-shadow: none;
  backdrop-filter: none;
  width: 200px;
  text-align: center;
  position: relative;
}

.nr2-stat-rank {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--nr2-yellow);
  color: var(--nr2-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 4px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(246, 202, 74, .45);
  white-space: nowrap;
  z-index: 2;
}

.nr2-hero-stats-note {
  margin: 0;
  font-size: 12px;
  color: var(--nr2-ink-2);
  text-align: center;
  letter-spacing: .02em;
}

/*.nr2-stat-chip::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(79, 122, 241, .10);
  transform: translateX(-50%);
}
.nr2-stat-chip::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 16px;
  height: 12px;
  border: 2px solid var(--nr2-blue);
  border-radius: 3px;
  transform: translateX(-50%);
}*/
.nr2-stat-chip .label {
  font-size: 16px;
  font-weight: 900;
  color: var(--nr2-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 72px;*/
  line-height: 1.55;
  text-wrap: balance;
}

.nr2-stat-chip .label span {
  display: block;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nr2-stat-chip .val {
  font-size: 56px;
  color: var(--nr2-blue);
  display: block;
  margin-top: 6px;
}

.nr2-stat-chip .val sup {
  font-size: 20px;
  font-weight: 700;
}

.nr2-cta-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--nr2-yellow);
  color: var(--nr2-ink);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 999px;
  padding: 17px 28px;
  box-shadow: 0 8px 22px rgba(246, 202, 74, .45);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  width: 520px;
  max-width: 100%;
  min-height: 60px;
}

.nr2-cta-main:hover, .nr2-cta-main:focus-visible {
  filter: brightness(.96);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(246, 202, 74, .55);
}

.nr2-cta-main .free {
  background: var(--nr2-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  padding: 2px 10px;
  flex: none;
}

.nr2-cta-main .arrow {
  font-weight: 400;
}

.nr2-cta-main span:not(.free):not(.arrow) {
  white-space: nowrap;
}

.nr2-cta-micro {
  font-size: 13.5px;
  color: var(--nr2-ink-2);
  margin: 10px 4px 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.nr2-cta-micro span::before {
  content: "✓ ";
  color: var(--nr2-blue);
  font-weight: 700;
}

.nr2-hero .nr2-cta-micro {
  font-size: 12.5px;
  color: var(--nr2-ink);
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 520px;
}

.nr2-hero .nr2-cta-micro span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(220, 228, 248, .72);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(42, 51, 86, .06);
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}

.nr2-hero .nr2-cta-micro span::before {
  width: 24px;
  height: 24px;
  flex: none;
  border: 2px solid var(--nr2-blue);
  border-radius: 50%;
}

.nr2-cta-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 520px;
  min-height: 52px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--nr2-blue);
  text-decoration: none;
  border: 1px solid var(--nr2-blue);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
}

.nr2-cta-sub:hover {
  background: #fff;
  text-decoration: none;
}

.nr2-hero-visual,
.nr2-hero-person-sp {
  display: none;
}

/* ==========================================================
   検証セクション（シグネチャ）
   ========================================================== */
.nr2-verify {
  padding: 76px 0;
  background: #fff;
}

.nr2-verify-list {
  display: grid;
  gap: 18px;
}

.nr2-vcard {
  display: grid;
  grid-template-columns: 45% 42px 1fr;
  align-items: stretch;
  min-height: 176px;
  border: 1px solid rgba(220, 228, 248, .95);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(42, 51, 86, .06);
}

.nr2-vcard-left {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 8px;
  align-items: center;
  background: linear-gradient(90deg, rgba(254, 252, 230, .88), rgba(255, 255, 255, .74));
  padding: 22px 28px 0 28px;
  position: relative;
  overflow: hidden;
}

.nr2-vcard:nth-child(2) .nr2-vcard-left {
  background: linear-gradient(90deg, rgba(238, 248, 255, .92), rgba(255, 255, 255, .74));
}

.nr2-vcard:nth-child(3) .nr2-vcard-left {
  background: linear-gradient(90deg, rgba(234, 247, 240, .92), rgba(255, 255, 255, .74));
}

.nr2-vcard-no {
  position: absolute;
  left: 24px;
  top: 12px;
  font-family: var(--nr2-num-font);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(79, 122, 241, .16);
}

.nr2-vcard:nth-child(3) .nr2-vcard-no {
  color: rgba(38, 173, 134, .16);
}

.nr2-vcard-illust {
  align-self: center;
  position: relative;
  z-index: 1;
}

.nr2-vcard-illust img {
  width: 200px;
  max-height: 190px;
  object-fit: contain;
}

.nr2-vcard-left .tag {
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--nr2-blue);
  display: block;
  margin-bottom: 10px;
}

.nr2-vcard:nth-child(3) .nr2-vcard-left .tag {
  color: #27A889;
}

.nr2-vcard-left .said {
  font-size: 20px;
  font-weight: 900;
  color: var(--nr2-ink);
  line-height: 1.7;
  margin: 0;
}

.nr2-vcard-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--nr2-blue);
  font-weight: 900;
  font-size: 22px;
  position: relative;
}

.nr2-vcard-mid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--nr2-blue);
  transform: skewX(-8deg);
  transform-origin: center;
}

.nr2-vcard:nth-child(3) .nr2-vcard-mid::before {
  background: #27A889;
}

.nr2-vcard-mid span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--nr2-yellow);
  background: #fff;
}

.nr2-vcard-right {
  padding: 28px 34px;
}

.nr2-vcard-right .tag {
  position: relative;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--nr2-blue);
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.nr2-vcard-right .tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: currentColor;
}

.nr2-vcard:nth-child(3) .nr2-vcard-right .tag {
  color: #27A889;
}

.nr2-vcard-fact {
  display: flex;
  align-items: baseline;
  gap: 0px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.nr2-vcard-fact .val {
  font-size: 42px;
  color: var(--nr2-blue);
  flex: none;
}

.nr2-vcard:nth-child(3) .nr2-vcard-fact .val {
  color: #27A889;
}

.nr2-vcard-fact .val sup {
  font-size: 22px;
  font-weight: 700;
  margin: 0 6px;
}

.nr2-vcard-fact .what {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}

.nr2-vcard-note {
  font-size: 15px;
  color: var(--nr2-ink-2);
  margin: 0;
}

.nr2-vcard-note strong {
  color: var(--nr2-ink);
  background: linear-gradient(transparent 62%, rgba(246, 202, 74, .45) 62%);
}

/* ==========================================================
   年代別データ
   ========================================================== */
.nr2-age {
  padding: 72px 0;
  background: var(--nr2-cream);
}

.nr2-age-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 44px;
  row-gap: 28px;
  align-items: start;
}

.nr2-age-title {
  grid-column: 1 / -1;
}

.nr2-age-chart {
  min-width: 0;
}

.nr2-bars {
  display: grid;
  gap: 16px;
}

.nr2-bar-row {
  display: grid;
  grid-template-columns: 88px 1fr 72px;
  gap: 12px;
  align-items: center;
}

.nr2-bar-row .age {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.nr2-bar-track {
  background: #fff;
  border-radius: 999px;
  height: 26px;
  overflow: hidden;
  border: 1px solid var(--nr2-line);
}

.nr2-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--nr2-sky);
  width: 0;
  transition: width 1s cubic-bezier(.2, .7, .3, 1) .2s;
}

.nr2-bar-row.is-hot .nr2-bar-fill {
  background: linear-gradient(90deg, var(--nr2-sky), var(--nr2-blue));
}

.nr2-bar-row .pct {
  font-size: 22px;
  color: var(--nr2-ink-2);
}

.nr2-bar-row.is-hot .pct {
  color: var(--nr2-blue);
}

.on .nr2-bar-fill {
  width: var(--w);
}

@media (prefers-reduced-motion: reduce) {
  .nr2-bar-fill {
    transition: none;
    width: var(--w);
  }
}

.nr2-age-copy {
  background: #fff;
  border: 1px solid var(--nr2-line);
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: 0 10px 28px rgba(42, 51, 86, .06);
  position: relative;
}

.nr2-age-copy::before {
  content: "💡 データから見えること";
  display: block;
  font-size: 13.5px;
  font-weight: 900;
  color: var(--nr2-blue);
  letter-spacing: .06em;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nr2-line);
}

.nr2-age-copy h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 12px;
}

.nr2-age-copy h3 em {
  font-style: normal;
  color: var(--nr2-blue);
  background: linear-gradient(transparent 62%, rgba(246, 202, 74, .5) 62%);
}

.nr2-age-copy p {
  font-size: 15.5px;
  color: var(--nr2-ink-2);
  margin: 0;
  line-height: 1.95;
}

.nr2-age-copy p+p {
  margin-top: 14px;
}

.nr2-age-caption {
  font-size: 13px;
  color: var(--nr2-ink-2);
  margin-top: 18px;
}

/* ==========================================================
   VOICES
   ========================================================== */
.nr2-voice {
  padding: 72px 0;
  background: #fff;
}

.nr2-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 28px 24px;
}

.nr2-vc {
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 40px;
  border: 1px solid var(--nr2-line);
  border-radius: 16px;
  padding: 36px 28px 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(42, 51, 86, .07);
  position: relative;
}

.nr2-vc-before {
  font-size: 14px;
  font-weight: 700;
  color: var(--nr2-ink-2);
  background: var(--nr2-cream);
  border: 1px solid rgba(246, 202, 74, .55);
  border-radius: 10px;
  padding: 14px 16px;
  align-self: start;
  justify-self: stretch;
  display: flex;
  align-items: center;
  line-height: 1.65;
  position: relative;
}

.nr2-vc-before::before {
  content: "不安";
  position: absolute;
  top: -22px;
  left: -10px;
  background: var(--nr2-yellow);
  color: var(--nr2-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  padding: 4px 14px;
  border-radius: 6px;
  z-index: 2;
}

.nr2-vc-after {
  font-size: 16px;
  font-weight: 700;
  color: var(--nr2-blue);
  display: flex;
  align-items: center;
  line-height: 1.6;
  padding: 14px 18px;
  background: rgba(79, 122, 241, .07);
  border: 1px solid rgba(79, 122, 241, .22);
  border-radius: 10px;
  position: relative;
}

.nr2-vc-after::before {
  content: "type IT派遣の対応";
  position: absolute;
  top: -22px;
  left: -10px;
  background: var(--nr2-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  padding: 4px 14px;
  border-radius: 6px;
  z-index: 2;
}

.nr2-vc-body {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  color: var(--nr2-ink);
}

.nr2-vc-body strong {
  background: linear-gradient(transparent 62%, rgba(246, 202, 74, .45) 62%);
  font-weight: 900;
}

.nr2-vc-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--nr2-line);
  padding-top: 18px;
  margin-top: 4px;
  min-height: 72px;
}

.nr2-vc-icon {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 50%;
  .nr2-hero-title background: rgba(109, 196, 249, .22);
  display: grid;
  place-items: center;
}

.nr2-vc-icon img {
  width: 28px;
  height: 28px;
}

.nr2-vc-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--nr2-ink);
  line-height: 1.5;
}

.nr2-vc-meta {
  font-size: 13px;
  color: var(--nr2-ink-2);
  line-height: 1.5;
  margin-top: 2px;
}

/* ==========================================================
   Q&A
   ========================================================== */
.nr2-qa {
  padding: 72px 0;
  background: var(--nr2-cream);
}

.nr2-qa-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nr2-qa-card {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  background: #fff;
  border: 1px solid var(--nr2-line);
  border-radius: 12px;
  padding: 18px;
}

.nr2-qa-q {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
}

.nr2-qa-q .m {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--nr2-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.nr2-qa-a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.9;
  border-top: 1px solid var(--nr2-line);
  padding-top: 18px;
}

.nr2-qa-a .m {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--nr2-yellow);
  color: var(--nr2-ink);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}

.nr2-qa-a strong {
  background: linear-gradient(transparent 62%, rgba(246, 202, 74, .45) 62%);
}

/* ==========================================================
   COORDINATOR
   ========================================================== */
.nr2-coord {
  padding: 72px 0;
  background: #fff;
}

.nr2-coord .nr2-h2 {
  font-size: clamp(26px, 3.2vw, 28px);
  margin-bottom: 18px;
}

.nr2-coord-card {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 72px;
  align-items: center;
  margin-bottom: 36px;
  min-height: 268px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 100%, rgba(109, 196, 249, .16) 0 180px, transparent 182px),
    linear-gradient(100deg, #fff 0%, #f5faff 100%);
  border: 1px solid rgba(220, 228, 248, .72);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(42, 51, 86, .06);
}

.nr2-coord-card-photo {
  height: 100%;
  min-height: 268px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.nr2-coord-card-photo img {
  width: 100%;
  height: 100%;
  min-height: 268px;
  object-fit: cover;
}

.nr2-coord-card>div:not(.nr2-coord-card-photo) {
  padding: 42px 58px 42px 0;
}

.nr2-coord-role {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: var(--nr2-blue);
  margin-bottom: 32px;
}

.nr2-coord-role::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 28px;
  height: 2px;
  background: var(--nr2-blue);
}

.nr2-coord-msg {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
}

.nr2-coord-feats {
  counter-reset: coord-feat;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.nr2-coord-feat {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(220, 228, 248, .72);
  border-radius: 8px;
  padding: 76px 26px 30px;
  box-shadow: 0 14px 34px rgba(42, 51, 86, .06);
}

.nr2-coord-feat::before {
  counter-increment: coord-feat;
  content: counter(coord-feat, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 1;
  font-family: var(--nr2-num-font);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(79, 122, 241, .12);
}

.nr2-coord-feat::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -64px;
  width: 220px;
  height: 180px;
  border-radius: 75% 0;
  background:
    radial-gradient(circle at 75% 74%, rgba(79, 122, 241, .16) 1px, transparent 2px) 0 0 / 9px 9px,
    linear-gradient(135deg, rgba(109, 196, 249, .22), rgba(79, 122, 241, .10));
}

.nr2-coord-feat:nth-child(2)::after {
  background:
    radial-gradient(circle at 75% 74%, rgba(66, 190, 142, .16) 1px, transparent 2px) 0 0 / 9px 9px,
    linear-gradient(135deg, rgba(80, 216, 169, .20), rgba(109, 196, 249, .12));
}

.nr2-coord-feat:nth-child(3)::after {
  background:
    radial-gradient(circle at 75% 74%, rgba(168, 122, 241, .14) 1px, transparent 2px) 0 0 / 9px 9px,
    linear-gradient(135deg, rgba(168, 122, 241, .18), rgba(246, 202, 74, .12));
}

.nr2-coord-feat .t {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
}

.nr2-coord-feat .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 28px;
  height: 2px;
  background: var(--nr2-blue);
}

.nr2-coord-feat .s {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  color: var(--nr2-ink-2);
  line-height: 1.9;
  margin: 0;
}

/* ==========================================================
   FLOW
   ========================================================== */
.nr2-flow {
  padding: 72px 0;
  background: var(--nr2-cream);
}

.nr2-flow .nr2-inner {
  max-width: 1280px;
}

.nr2-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.nr2-step {
  background: #fff;
  border: 1px solid var(--nr2-line);
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
  position: relative;
}

.nr2-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nr2-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.nr2-step:nth-child(3n)::after {
  display: none;
}

.nr2-step .n {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--nr2-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--nr2-num-font);
  font-size: 20px;
  font-weight: 700;
}

.nr2-step .t {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}

.nr2-step .t small {
  display: block;
  font-size: 16px;
  color: var(--nr2-blue);
  letter-spacing: .1em;
  margin-bottom: 2px;
}

.nr2-step .s {
  font-size: 14px;
  color: var(--nr2-ink-2);
  line-height: 1.8;
}

.nr2-step .badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--nr2-ink);
  background: rgba(246, 202, 74, .35);
  border: 1px solid var(--nr2-yellow);
  border-radius: 999px;
  padding: 1px 10px;
}

/* ==========================================================
   FINAL CTA
   ========================================================== */
.nr2-final {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--nr2-blue) 0%, #6A92F4 100%);
  color: #fff;
  text-align: center;
}

.nr2-final .nr2-h2 {
  color: #fff;
}

.nr2-final-lead {
  font-size: 16px;
  color: rgba(255, 255, 255, .96);
  margin: 0 0 30px;
}

.nr2-final .nr2-cta-main {
  margin: 0 auto;
  box-shadow: 0 8px 22px rgba(42, 51, 86, .3);
}

.nr2-final .nr2-cta-micro {
  justify-content: center;
  color: rgba(255, 255, 255, .95);
}

.nr2-final .nr2-cta-micro span::before {
  color: var(--nr2-yellow);
}

/* ---- 出典 ---- */
.nr2-source {
  padding: 48px;
  background: #6A92F4;
  margin-bottom: 64px;
}

.nr2-source p {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .9);
}

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 960px) {
  .nr2-flow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .nr2-step:not(:last-child)::after {
    display: none;
  }

  .nr2-voice-grid, .nr2-coord-feats {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .nr2-vc {
    grid-row: auto;
    grid-template-rows: auto auto 1fr auto;
  }

  .nr2-age-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nr2-coord-card {
    grid-template-columns: 320px 1fr;
    gap: 36px;
  }

  .nr2-coord-card>div:not(.nr2-coord-card-photo) {
    padding-right: 32px;
  }
}

@media (max-width: 820px) {
  .nr2-flow {
    padding: 44px 0;
  }

  .nr2-flow .nr2-lead {
    margin-bottom: 22px;
  }

  .nr2-flow-steps {
    position: relative;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nr2-step {
    display: block;
    min-height: 0;
    padding: 16px 18px;
    text-align: left;
    border-radius: 10px;
  }

  .nr2-step .t {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
  }

  .nr2-step .t small {
    display: block;
    margin: 0 0 4px;
    font-size: 11px;
    letter-spacing: .12em;
    color: var(--nr2-blue);
    font-weight: 700;
  }

  .nr2-step .s {
    font-size: 14px;
    line-height: 1.7;
  }

  .nr2-step .badge {
    justify-self: start;
    margin-top: 2px;
    font-size: 11px;
    padding: 1px 9px;
  }

  .nr2-hero {
    flex-direction: column;
    padding: 28px 0 38px;
    min-height: auto;
    align-items: stretch;
  }

  .nr2-hero .nr2-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 28px;
  }

  .nr2-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 100%);
  }

  .nr2-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nr2-hero-grid,
  .nr2-hero-grid>div {
    min-width: 0;
  }

  .nr2-hero-person-sp {
    display: block;
    width: min(100%, 360px);
    height: 178px;
    margin: 18px auto 22px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef8ff;
    box-shadow: 0 18px 42px rgba(42, 51, 86, .10);
  }

  .nr2-hero-person-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 18%;
  }

  .nr2-qa-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nr2-qa-card {
    grid-row: auto;
    display: block;
  }

  .nr2-qa-q {
    margin-bottom: 20px;
  }

  .nr2-vcard {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .nr2-vcard-left {
    grid-template-columns: 88px 1fr;
    gap: 14px;
    min-height: 132px;
    padding: 18px 20px 0;
  }

  .nr2-vcard-no {
    left: 10px;
    top: 6px;
    font-size: 36px;
  }

  .nr2-vcard-illust img {
    width: 86px;
    max-height: 112px;
  }

  .nr2-vcard-left .said {
    font-size: 16px;
    line-height: 1.65;
  }

  .nr2-vcard-mid {
    border-left: none;
    border-top: 0;
    padding: 2px 0;
    font-size: 18px;
  }

  .nr2-vcard-mid::before {
    display: none;
  }

  .nr2-vcard-mid span {
    display: inline-block;
    transform: rotate(90deg);
  }

  .nr2-vcard-right {
    border-left: none;
    border-top: 1px solid var(--nr2-line);
    padding: 20px;
    text-align: center;
  }

  .nr2-vcard-right .tag::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .nr2-vcard-fact {
    display: block;
  }

  .nr2-vcard-fact .val {
    font-size: 32px;
  }

  .nr2-vcard-fact .what {
    display: block;
    margin-top: 8px;
    font-size: 15px;
  }

  .nr2-vcard-note {
    font-size: 14px;
    text-align: left;
  }

  .nr2-coord-card {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    margin-bottom: 24px;
  }

  .nr2-coord-card-photo {
    width: 100%;
    max-width: none;
    min-height: 220px;
    margin: 0;
    clip-path: none;
  }

  .nr2-coord-card-photo img {
    min-height: 220px;
  }

  .nr2-coord-card>div:not(.nr2-coord-card-photo) {
    padding: 28px 24px 32px;
  }

  .nr2-coord-role {
    margin-bottom: 26px;
  }

  .nr2-coord-msg {
    font-size: 15px;
    line-height: 1.9;
  }

  .nr2-coord-feat {
    min-height: 0;
    padding: 72px 24px 28px;
  }

  .nr2-hero-title {
    font-size: 32px;
  }

  .nr2-hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 36px 0 24px;
    padding: 36px 16px 16px;
    gap: 22px;
  }

  .nr2-hero-stats-chips {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nr2-stat-chip {
    width: auto;
    padding: 20px 10px 12px;
  }

  .nr2-stat-chip .label {
    font-size: 14px;
    line-height: 1.5;
  }

  .nr2-stat-rank {
    font-size: 12px;
    padding: 3px 12px;
  }

  .nr2-hero-stats-title {
    font-size: 12.5px;
    padding: 6px 16px;
  }

  .nr2-hero-stats-note {
    font-size: 11.5px;
    line-height: 1.6;
  }

  .nr2-cta-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100%;
    max-width: none;
    gap: 8px;
    padding: 15px 18px;
    font-size: 15px;
  }

  .nr2-cta-main span:not(.free):not(.arrow) {
    min-width: 0;
    white-space: normal;
    line-height: 1.45;
    text-align: center;
  }

  .nr2-hero .nr2-cta-micro,
  .nr2-cta-micro {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 8px;
  }

  .nr2-hero .nr2-cta-micro span {
    min-height: 58px;
    gap: 5px;
    padding: 9px 6px;
    font-size: 11px;
    line-height: 1.35;
  }

  .nr2-hero .nr2-cta-micro span::before {
    width: 20px;
    height: 20px;
  }

  .nr2-cta-sub {
    max-width: none;
  }

  .nr2-stat-chip {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 18px 10px 16px;
  }

  .nr2-stat-chip .label {
    height: 58px;
    min-height: 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .nr2-stat-chip .val {
    font-size: 38px;
    margin-top: 6px;
  }
}

@media (max-width: 780px) {
  .nr2-hero .nr2-inner {
    padding-inline: 20px;
    margin-top: 40px;
  }

  .nr2-hero-title {
    font-size: 24px;
    margin-top: 40px;
    text-align: justify;
    font-weight: 700;
    line-height: 1.5;
  }

  .nr2-hero-title .blue {
    font-size: 20px;
  }

  .nr2-hero-eyebrow {
    font-size: 13px;
    padding-right: 16px;
  }

  .nr2-stat-chip .label {
    font-size: 12px;
    line-height: 1.45;
  }

  .nr2-hero-person-sp {
    width: 100%;
    height: 168px;
  }

  .nr2-vcard-left .tag {
    font-size: 15px;
  }

  .nr2-vcard-right .tag {
    text-align: center;
  }

  .nr2-h2 {
    font-size: 18px;
  }

  .nr2-coord .nr2-h2 {
    font-size: 18px;
  }

  .nr2-hero-stats-title {
    top: -22px;
  }

}

/* ==========================================================
   改行制御
   ========================================================== */
/* 見出し・キーフレーズは文節単位で自然に折り返す */
.nr2-hero-title,
.nr2-h2,
.nr2-age-copy h3,
.nr2-vcard-fact .what,
.nr2-vcard-left .said {
  word-break: auto-phrase;
  /* 対応ブラウザでは文節折り返し */
  /* text-wrap: balance;  */
}

.nr2 p, .nr2-qa-a, .nr2-vc-body {
  overflow-wrap: break-word;
}

/* PCのみ改行 / SPのみ改行 */
.nr2 .pc-br {
  display: inline;
}

.nr2 .sp-br {
  display: none;
}

@media (max-width: 820px) {
  .nr2 .pc-br {
    display: none;
  }

  .nr2 .sp-br {
    display: inline;
  }
}

.martp {
  margin-top: 40px;
}
