/* Roadmap section 01 — Figma PC 201:1315 / SP 249:2602. */
html:has(body.sect-roadmap-rebuild) {
  font-size: calc(100vw / 136.6);
}

body.sect-roadmap-rebuild {
  margin: 0;
  overflow-x: clip;
}

.roadmap {
  min-height: 100vh;
}

.roadmap-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f3f4f6;
  color: #333;
}

.roadmap-hero__stage {
  position: relative;
  min-height: 66.9rem;
  padding: 17.5rem 10rem 4.8rem;
}

.roadmap-hero__wash,
.roadmap-hero__yellow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.roadmap-hero__wash {
  z-index: -2;
  background: #f3f4f6;
}

.roadmap-hero__yellow {
  z-index: -1;
  background: #f7e730;
  clip-path: polygon(31.8448% 0, 100% 0, 100% 100%, 0 100%);
}

.roadmap-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  min-height: 7.5rem;
  padding: 1.6rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255 255 255 / 75%);
}

.roadmap-header__logo,
.roadmap-header__logo-image {
  display: block;
}

.roadmap-header__logo-image {
  width: 17rem;
  height: 3.7rem;
}

.roadmap-header__actions,
.roadmap-header__panel,
.roadmap-header__links,
.roadmap-header__cta-group {
  display: flex;
  align-items: center;
}

.roadmap-header__panel {
  gap: 2.4rem;
}

.roadmap-header__links {
  width: 45.7rem;
  gap: 2.4rem;
}

.roadmap-header__link:nth-child(1) { width: 15.7rem; }
.roadmap-header__link:nth-child(2) { width: 8.7rem; }
.roadmap-header__link:nth-child(3) { width: 10.4rem; }
.roadmap-header__link:nth-child(4) { width: 3.7rem; }

.roadmap-header__link {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}

.roadmap-header__cta-group {
  gap: 1.6rem;
}

.roadmap-header__cta {
  width: 17rem;
  height: 4.3rem;
  padding-inline: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 0.05rem solid #000;
  background: #fff;
  box-shadow: 0.6rem 0.6rem 0 #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}

.roadmap-header__cta--consult {
  background: #f7e730;
}

.roadmap-header__arrow {
  position: relative;
  width: 1.5rem;
  height: 0.1rem;
  flex: 0 0 auto;
  background: #333;
}

.roadmap-header__arrow::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  transform: rotate(45deg);
}

.roadmap-nav-toggle {
  display: none;
}

.roadmap-hero__inner {
  position: relative;
  width: 58.5rem;
}

.roadmap-hero__copy {
  position: relative;
  z-index: 2;
  width: 58.5rem;
  padding-bottom: 0.9rem;
}

.roadmap-hero__breadcrumb {
  height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
}

.roadmap-hero__breadcrumb-current {
  color: #989898;
}

.roadmap-hero__breadcrumb-separator {
  width: 0.4rem;
  color: #989898;
  font-size: 1.7rem;
  line-height: 1;
}

.roadmap-hero__heading-group {
  margin-top: 4rem;
}

.roadmap-hero__eyebrow {
  height: 1.7rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.445;
  letter-spacing: 0;
  text-align: left;
}

.roadmap-hero__mark {
  position: relative;
  width: 2.6rem;
  height: 1.7rem;
  flex: 0 0 auto;
}

.roadmap-hero__mark::before,
.roadmap-hero__mark::after {
  content: "";
  position: absolute;
  background: #333;
}

.roadmap-hero__mark::before {
  left: 0;
  bottom: 0;
  width: 1.83rem;
  height: 1.2rem;
  clip-path: polygon(0 60%, 0 0, 78% 39%, 89% 42%, 100% 39%, 100% 92%, 74% 100%);
}

.roadmap-hero__mark::after {
  right: 0;
  top: 0;
  width: 1.39rem;
  height: 0.72rem;
  clip-path: polygon(64% 0, 0 76%, 35% 100%, 100% 20%);
}

.roadmap-hero__title {
  margin-top: 2.4rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.roadmap-hero__title-line {
  width: max-content;
  min-height: 8rem;
  padding: 0 0 0 1.6rem;
  display: block;
  border: 0.1rem solid #989898;
  background: #fff;
  white-space: nowrap;
}

.roadmap-hero__title-line:first-child {
  width: 35.5rem;
}

.roadmap-hero__title-line:last-child {
  width: 58.5rem;
}

.roadmap-hero__title-line + .roadmap-hero__title-line {
  margin-top: 1.6rem;
}

.roadmap-hero__description {
  margin-top: 4rem;
  width: 58.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
}

.roadmap-hero__sp-break {
  display: none;
}

.roadmap-hero__people-frame {
  position: absolute;
  z-index: 1;
  top: -1.1rem;
  left: 36.1rem;
  width: 80.6rem;
  height: 50.6rem;
  margin: 0;
  overflow: hidden;
}

.roadmap-hero__people {
  position: absolute;
  top: -3.118rem;
  left: 0;
  width: 80.6rem;
  height: 53.735rem;
  max-width: none;
}

@media (hover: hover) {
  .roadmap-header__link:hover,
  .roadmap-header__cta:hover,
  .roadmap-header__logo:hover {
    opacity: 0.72;
  }
}

@media (max-width: 767px) {
  html:has(body.sect-roadmap-rebuild) {
    font-size: calc(100vw / 37.5);
  }

  /* Figma 249:2602 はヘッダー(h59)をヒーローに重ねた座標。実装はヘッダーが
     position:fixed でヒーローを 5.9rem 下げているため、その分を差し引く。
     パンくず上端 = ページ上端から 8rem（ヘッダー下 2.1rem）。 */
  .roadmap-hero__stage {
    min-height: 57.7rem;
    padding: 2.1rem 1.6rem 0;
  }

  .roadmap-hero__yellow {
    clip-path: polygon(84.8% 0, 100% 0, 100% 100%, 0 100%);
  }

  .roadmap-header {
    min-height: 5.9rem;
    padding: 0.8rem 1.6rem;
  }

  .roadmap-header__logo-image {
    width: 10rem;
    height: 2.1rem;
  }

  .roadmap-header__panel {
    display: none;
  }

  .roadmap-header__panel.is-open {
    position: absolute;
    top: 5.9rem;
    right: 1.6rem;
    width: min(32rem, calc(100vw - 3.2rem));
    padding: 2.4rem;
    display: grid;
    gap: 2.4rem;
    background: #fff;
    border: 0.1rem solid #333;
    box-shadow: 0.4rem 0.4rem 0 #000;
  }

  .roadmap-header__panel.is-open .roadmap-header__links,
  .roadmap-header__panel.is-open .roadmap-header__cta-group {
    display: grid;
    gap: 1.6rem;
  }

  .roadmap-header__panel.is-open .roadmap-header__cta {
    width: 100%;
  }

  .roadmap-nav-toggle {
    width: 3.6rem;
    height: 3.4rem;
    padding: 1.15rem 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0.05rem solid #000;
    background: #fff;
    box-shadow: 0.4rem 0.4rem 0 #000;
  }

  .roadmap-nav-toggle__line {
    width: 2rem;
    height: 0.1rem;
    display: block;
    background: #333;
  }

  .roadmap-hero__inner,
  .roadmap-hero__copy {
    width: 34.3rem;
  }

  .roadmap-hero__copy {
    padding-bottom: 0.9rem;
  }

  .roadmap-hero__breadcrumb {
    gap: 1.2rem;
    font-size: 1.6rem;
  }

  .roadmap-hero__heading-group {
    margin-top: 2.4rem;
    width: 31.6rem;
  }

  .roadmap-hero__eyebrow {
    height: 1.365rem;
    gap: 0.4rem;
    font-size: 2rem;
  }

  .roadmap-hero__mark {
    width: 1.6rem;
    height: 1.1rem;
  }

  .roadmap-hero__mark::before {
    width: 1.124rem;
    height: 0.773rem;
  }

  .roadmap-hero__mark::after {
    width: 0.855rem;
    height: 0.462rem;
  }

  .roadmap-hero__title {
    margin-top: 2.4rem;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .roadmap-hero__title-line {
    min-height: 4.4rem;
    padding-left: 0.8rem;
  }

  .roadmap-hero__title-line:first-child {
    width: 19.2rem;
  }

  .roadmap-hero__title-line:last-child {
    width: 31.6rem;
  }

  .roadmap-hero__title-line + .roadmap-hero__title-line {
    margin-top: 0.8rem;
  }

  .roadmap-hero__description {
    margin-top: 2.4rem;
    width: 31.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

  .roadmap-hero__sp-break {
    display: inline;
  }

  .roadmap-hero__people-frame {
    position: absolute;
    top: 33.965rem;
    left: 0;
    width: 34.3rem;
    height: 21.435rem;
  }

  .roadmap-hero__people {
    top: -1.331rem;
    width: 34.3rem;
    height: 22.937rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap-header__link,
  .roadmap-header__cta,
  .roadmap-header__logo {
    transition: none;
  }
}

/* Roadmap section 02 — Figma PC 201:1357 / SP 249:2648. */
.roadmap-purpose {
  position: relative;
  overflow: hidden;
  padding: 10rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  background: #f7e730;
  color: #333;
}

.roadmap-purpose__heading {
  width: 78.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.roadmap-purpose__kicker {
  margin: 0;
  height: 4.388rem;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-family: "Jost", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.roadmap-purpose__number {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 0.686;
}

.roadmap-purpose__kicker-label {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.445;
}

.roadmap-purpose__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}

.roadmap-purpose__sp-break { display: none; }

.roadmap-purpose__message {
  width: 116.6rem;
  height: 43rem;
  display: grid;
  grid-template-columns: 58rem 49.6rem;
  column-gap: 4rem;
  padding-right: 5rem;
  background: #333;
  color: #fff;
}

.roadmap-purpose__visual {
  position: relative;
  width: 58rem;
  height: 43rem;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 74.14% 100%, 0 100%);
}

.roadmap-purpose__image {
  position: absolute;
  top: -2.188rem;
  left: -5rem;
  width: 63rem;
  height: 47.3rem;
  max-width: none;
  object-fit: cover;
}

.roadmap-purpose__message-copy {
  width: 49.6rem;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}

.roadmap-purpose__message-heading {
  display: flex;
  flex-direction: column;
}

.roadmap-purpose__eyebrow,
.roadmap-purpose__message-title,
.roadmap-purpose__body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
}

.roadmap-purpose__eyebrow {
  color: #f7e730;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.roadmap-purpose__message-title {
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.roadmap-purpose__body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.roadmap-purpose__toc {
  position: absolute;
  z-index: 40;
  right: 5rem;
  bottom: 2.488rem;
  width: 26.8rem;
  height: 6.4rem;
  padding: 0.1rem;
  border: 0.1rem solid #989898;
  background: rgb(51 51 51 / 90%);
  color: #fff;
}

.roadmap-purpose__toc-details,
.roadmap-purpose__toc-details[open] { width: 100%; height: 100%; }

.roadmap-purpose__toc-inner {
  cursor: pointer;
  list-style: none;
}

.roadmap-purpose__toc-inner::-webkit-details-marker { display: none; }
.roadmap-purpose__toc-inner::marker { content: ""; }
.roadmap-purpose__toc-inner:focus-visible,
.roadmap-purpose__toc-menu a:focus-visible { outline: .3rem solid #f7e730; outline-offset: .2rem; }

.roadmap-purpose__toc-inner {
  height: 6.2rem;
  padding: 0.8rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1rem solid #989898;
}

.roadmap-purpose__toc-copy {
  display: flex;
  flex-direction: column;
}

.roadmap-purpose__toc-label {
  color: #f7e730;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
}

.roadmap-purpose__toc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.roadmap-purpose__toc-arrow {
  width: 1rem;
  height: 1rem;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  transform: rotate(45deg) translate(0.2rem, 0.2rem);
}

.roadmap-purpose__toc-details[open] .roadmap-purpose__toc-arrow {
  transform: rotate(225deg) translate(-.2rem, -.2rem);
}

.roadmap-purpose__toc-menu {
  position: absolute;
  right: -.1rem;
  bottom: calc(100% + .8rem);
  width: 32rem;
  border: .1rem solid #989898;
  background: rgb(51 51 51 / 96%);
  box-shadow: 0 .8rem 2.4rem rgb(0 0 0 / 24%);
}

.roadmap-purpose__toc-menu ol { margin: 0; padding: .8rem; list-style: none; }
.roadmap-purpose__toc-menu a { min-height: 5.2rem; padding: .8rem 1.2rem; display: flex; flex-direction: column; justify-content: center; color: #fff; font: 700 1.4rem/1.3 "Jost", sans-serif; letter-spacing: .1em; text-decoration: none; }
.roadmap-purpose__toc-menu a span { margin-top: .3rem; color: #fff; font: 500 1.2rem/1.5 "Noto Sans JP", sans-serif; letter-spacing: .1em; }
.roadmap-purpose__toc-menu a[aria-current="location"] { background: #f7e730; color: #333; }
.roadmap-purpose__toc-menu a[aria-current="location"] span { color: #333; }

@media (max-width: 767px) {
  .roadmap-purpose {
    padding: 8rem 1.6rem;
    gap: 4rem;
  }

  .roadmap-purpose__heading {
    width: 28.6rem;
    gap: 2.4rem;
  }

  .roadmap-purpose__kicker {
    height: 2.731rem;
  }

  .roadmap-purpose__number {
    font-size: 4rem;
    line-height: 0.683;
  }

  .roadmap-purpose__kicker-label {
    font-size: 2rem;
  }

  .roadmap-purpose__title {
    font-size: 2.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.1em;
  }

  .roadmap-purpose__sp-break { display: inline; }

  .roadmap-purpose__message {
    width: 34.3rem;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .roadmap-purpose__visual {
    width: 34.3rem;
    height: 19.9rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83.242%);
  }

  .roadmap-purpose__image {
    top: -19.2rem;
    left: -1.2rem;
    width: 52.2rem;
    height: 39.2rem;
  }

  .roadmap-purpose__message-copy {
    width: 34.3rem;
    min-height: 30.8rem;
    padding: 0 1.6rem 1.47rem;
    gap: 1.6rem;
  }

  .roadmap-purpose__eyebrow {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }

  .roadmap-purpose__message-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }

  .roadmap-purpose__body {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }

  .roadmap-purpose__toc {
    position: absolute;
    z-index: 899;
    right: 0;
    bottom: 0;
  }

  .roadmap-purpose__toc-menu { width: 26.8rem; }
}

/* Roadmap compound unit 03–04 — PC 201:1380 + 201:1465 / SP 249:2677. */
.roadmap-only-sp { display: none; }
.roadmap-only-pc { display: inline; }
.roadmap-work-history,
.roadmap-future { overflow: hidden; color: #333; }
.roadmap-unit-heading { display: flex; flex-direction: column; gap: 2.4rem; }
.roadmap-unit-heading p,
.roadmap-unit-heading h2 { margin: 0; }
.roadmap-unit-heading__kicker { height: 4.388rem; min-height: 4.388rem; flex: 0 0 4.388rem; display: flex; align-items: baseline; gap: .8rem; overflow: visible; font-family: "Jost", sans-serif; font-style: italic; line-height: 1; }
.roadmap-unit-heading__kicker strong { font-size: 6.4rem; line-height: .686; }
.roadmap-unit-heading__kicker span { font-size: 2.4rem; font-weight: 500; line-height: 1.445; }
.roadmap-unit-heading__title { font-family: "Noto Sans JP", sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.6; letter-spacing: .1em; white-space: nowrap; }
.roadmap-unit-heading__lead { font: 500 1.6rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .15em; white-space: nowrap; }

.roadmap-work { min-height: 99.388rem; padding: 10rem; display: flex; flex-direction: column; gap: 8rem; background: #f3f4f6; }
.roadmap-work__heading { width: 92rem; }
.roadmap-work__content { min-height: 46.8rem; display: flex; flex-direction: column; gap: 4rem; }
.roadmap-work__grid { width: 116.6rem; min-height: 35.4rem; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 28.4rem); gap: 1rem; list-style: none; }
.roadmap-work-card { position: relative; min-height: 35.4rem; overflow: visible; border: .1rem solid #989898; background: #fff; }
.roadmap-work-card__image { width: 28.2rem; height: 20rem; display: block; object-fit: cover; }
.roadmap-work-card__body { min-height: 15.2rem; padding: 4rem 1.2rem 1.2rem; display: flex; flex-direction: column; gap: 1.6rem; align-items: center; text-align: center; }
.roadmap-work-card__number { position: absolute; top: 18.42rem; left: 3.7rem; width: 20rem; height: 3.315rem; margin: 0; display: grid; place-items: center; background: #f7e730; font: 700 2rem/3.2rem "Noto Sans JP", sans-serif; letter-spacing: .05em; transform: skewX(-15deg) scaleY(.9652); transform-origin: center; }
.roadmap-work-card h3,
.roadmap-work-card__body > p:last-child { margin: 0; font-family: "Noto Sans JP", sans-serif; }
.roadmap-work-card h3 { font-size: 2rem; line-height: 1.6; letter-spacing: .05em; }
.roadmap-work-card__body > p:last-child { font-size: 1.6rem; font-weight: 500; line-height: 1.6; letter-spacing: .15em; }
.roadmap-work__jobs { width: 26.9rem; height: 7.4rem; min-height: 7.4rem; margin: 0 auto; padding: 2.4rem 4rem; display: flex; align-items: center; gap: 1.2rem; border: .1rem solid #333; background: #fff; box-shadow: .6rem .6rem 0 #333; color: #333; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.roadmap-work__jobs span { font: 700 2rem/2.4rem "Noto Sans JP", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.roadmap-work__jobs i { position: relative; flex: none; width: 2.5rem; height: 1.6rem; background: currentColor; -webkit-mask:url("../assets/shared/arrow-right.svg") center/contain no-repeat;mask:url("../assets/shared/arrow-right.svg") center/contain no-repeat; }
.roadmap-work__jobs i::after { content: none; }
.roadmap-work__jobs:focus-visible { background: #fff; box-shadow: .3rem .3rem 0 #333; color: #333; outline: .2rem solid #333; outline-offset: .3rem; transform: translate(.2rem, .2rem); }

.roadmap-history { min-height: 85.318rem; padding: 0 10rem 10rem; display: flex; flex-direction: column; align-items: center; gap: 4rem; background: #f3f4f6; }
.roadmap-history__heading { width: 52.4rem; min-height: 9.658rem; display: flex; flex-direction: column; gap: 1.6rem; text-align: center; }
.roadmap-history__heading p,
.roadmap-history__heading h2 { margin: 0; }
.roadmap-history__heading p { height: 1.658rem; font: italic 500 2.4rem/1.445 "Jost", sans-serif; }
.roadmap-history__heading h2 { font: 700 4rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.roadmap-history__timeline { position: relative; width: 116.6rem; min-height: 61.66rem; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5.6rem; list-style: none; }
.roadmap-history__timeline::before { content: ""; position: absolute; left: 28.9rem; top: 5.86rem; bottom: 2.5rem; width: .1rem; background: #f7e730; }
.roadmap-history-item { min-height: 11.215rem; display: grid; grid-template-columns: 21.38rem 2.5rem 83.06rem; column-gap: 6.4rem; align-items: center; }
.roadmap-history-item time { width: 20rem; height: 5.284rem; display: grid; place-items: center; background: #f7e730; font: 700 3.2rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .1em; transform: skewX(-15deg) scaleY(.9652); transform-origin: center; }
.roadmap-history-item > i { position: relative; z-index: 1; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #333; }
.roadmap-history-item__copy { min-height: 11.215rem; padding: 2.4rem 4rem 2.4rem 6.565rem; display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; background: #fff; }
.roadmap-history-item__copy h3,
.roadmap-history-item__copy p { margin: 0; font-family: "Noto Sans JP", sans-serif; }
.roadmap-history-item__copy h3 { font-size: 2.4rem; line-height: 1.2; letter-spacing: .1em; }
.roadmap-history-item__copy p { font-size: 1.6rem; font-weight: 500; line-height: 1.2; letter-spacing: .2em; }

.roadmap-future { min-height: 117.069rem; background: #333; color: #fff; }
.roadmap-future mark,
.roadmap-opportunity mark { padding: 0; background: transparent; color: #f7e730; }
.roadmap-future__vision { min-height: 64.411rem; padding: 10rem; display: flex; flex-direction: column; gap: 8rem; }
.roadmap-future__heading { width: 73.1rem; }
.roadmap-future__values { width: 116.6rem; min-height: 18.223rem; margin: 0; padding: 0; display: grid; grid-template-columns: 38.333rem 38.333rem 35.133rem; gap: 2.4rem; list-style: none; }
.roadmap-future__values > li { min-height: 18.223rem; padding: 2.4rem 4rem 2.234rem; display: flex; flex-direction: column; align-items: center; gap: 1.6rem; background: #fff; color: #333; text-align: center; }
.roadmap-future__values > li { transform: skewX(-15.63deg); transform-origin: center; }
.roadmap-future__values > li > * { transform: skewX(15.63deg); transform-origin: center; }
.roadmap-future__values > li:last-child { padding-inline: 2.4rem; }
.roadmap-future__values p,
.roadmap-future__values h3 { margin: 0; }
.roadmap-future-value__label { height: 2.3rem; padding: 0 1.2rem; background: #333; color: #fff; font: 700 1.6rem/2.312rem "Jost", sans-serif; letter-spacing: .1em; }
.roadmap-future__values h3 { font: 700 2.4rem/1.445 "Jost", "Noto Sans JP", sans-serif; letter-spacing: .1em; }
.roadmap-future__values > li > p:last-child { font: 500 1.6rem/1.445 "Jost", "Noto Sans JP", sans-serif; letter-spacing: .2em; }

.roadmap-opportunity { min-height: 52.658rem; padding: 0 10rem 10rem; display: flex; flex-direction: column; align-items: center; gap: 4rem; }
.roadmap-opportunity__heading { width: 91.9rem; min-height: 9.658rem; display: flex; flex-direction: column; gap: 1.6rem; text-align: center; }
.roadmap-opportunity__heading p,
.roadmap-opportunity__heading h2 { margin: 0; }
.roadmap-opportunity__heading p { height: 1.658rem; font: italic 500 2.4rem/1.445 "Jost", sans-serif; }
.roadmap-opportunity__heading h2 { font: 700 4rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.roadmap-opportunity__steps { position: relative; width: 116.6rem; min-height: 29rem; margin: 0; padding: 0; display: grid; grid-template-columns: 18rem 32.9333rem 32.8333rem 32.8334rem; grid-template-rows: 6.2rem 6.8rem 6rem 4rem 6rem; list-style: none; }
.roadmap-opportunity__steps::before { content: ""; position: absolute; left: 18rem; right: 0; top: 9.5rem; height: .2rem; background: #f7e730; }
.roadmap-opportunity__steps::after { content: ""; position: absolute; right: .1rem; top: 9.1rem; width: .8rem; height: .8rem; border-top: .2rem solid #f7e730; border-right: .2rem solid #f7e730; transform: rotate(45deg); }
.roadmap-opportunity-step { display: contents; }
.roadmap-opportunity-step > header { position: relative; z-index: 1; grid-row: 1; width: 32.8667rem; display: flex; flex-direction: column; gap: .4rem; }
.roadmap-opportunity-step:nth-child(1) > header { grid-column: 2; }
.roadmap-opportunity-step:nth-child(2) > header { grid-column: 3; margin-left: -.0666rem; }
.roadmap-opportunity-step:nth-child(3) > header { grid-column: 4; margin-left: -.0333rem; }
.roadmap-opportunity-step > header::before { display: none; }
.roadmap-opportunity-step > header::after { content: ""; position: absolute; z-index: 2; left: -1rem; top: 8.6rem; width: 2rem; height: 2rem; border: .2rem solid #f7e730; border-radius: 50%; background: radial-gradient(circle, #f7e730 0 .5rem, #333 calc(.5rem + .01rem)); }
.roadmap-opportunity-step > header p,
.roadmap-opportunity-step > header h3 { margin: 0; }
.roadmap-opportunity-step > header p { color: #f7e730; font: 700 2rem/1.3 "Jost", sans-serif; letter-spacing: .1em; }
.roadmap-opportunity-step > header h3 { font: 700 2rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .05em; white-space: nowrap; }
.roadmap-opportunity-row { display: contents; }
.roadmap-opportunity-row--company > * { grid-row: 3; }
.roadmap-opportunity-row--role > * { grid-row: 5; }
.roadmap-opportunity-step:nth-child(1) .roadmap-opportunity-row ul { grid-column: 2; }
.roadmap-opportunity-step:nth-child(2) .roadmap-opportunity-row ul { grid-column: 3; }
.roadmap-opportunity-step:nth-child(3) .roadmap-opportunity-row ul { grid-column: 4; }
.roadmap-opportunity-row__label { width: 18rem; height: 6rem; display: none; align-items: center; gap: 1.6rem; }
.roadmap-opportunity-step:first-child .roadmap-opportunity-row__label { grid-column: 1; display: flex; }
.roadmap-opportunity-row__label span { font: 700 2rem/1.3 "Noto Sans JP", sans-serif; letter-spacing: .1em; }
.roadmap-opportunity-row__company-icon,
.roadmap-opportunity-row__role-icon { flex: 0 0 auto; background: center / contain no-repeat; }
.roadmap-opportunity-row__company-icon { width: 4rem; height: 2.6rem; background-image: url("../assets/roadmap-section-04/company-opportunity.svg"); }
.roadmap-opportunity-row__role-icon { width: 4rem; height: 4rem; background-image: url("../assets/roadmap-section-04/role-opportunity.svg"); }
.roadmap-opportunity-row ul { margin: 0; padding: 0 2.4rem; display: flex; flex-direction: column; gap: .8rem; border-right: .1rem solid #989898; list-style: none; }
.roadmap-opportunity-step:first-child .roadmap-opportunity-row ul { border-left: .1rem solid #989898; }
.roadmap-opportunity-row li { position: relative; padding-left: 1.8rem; font: 700 1.6rem/1.6 "Noto Sans JP", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.roadmap-opportunity-row li::before { content: ""; position: absolute; left: 0; top: .9rem; width: .8rem; height: .8rem; background: #f7e730; }

@media (hover: hover) {
  .roadmap-work__jobs:hover { background: #fff; box-shadow: .3rem .3rem 0 #333; color: #333; transform: translate(.2rem, .2rem); }
  .roadmap-work__jobs:active { box-shadow: none; transform: translate(.6rem, .6rem); }
}

@media (max-width: 767px) {
  .roadmap-only-sp { display: inline; }
  .roadmap-only-pc { display: none; }
  .roadmap-unit-heading { gap: 2.4rem; }
  .roadmap-unit-heading__kicker { height: 2.731rem; min-height: 2.731rem; flex-basis: 2.731rem; gap: .8rem; }
  .roadmap-unit-heading__kicker strong { font-size: 4rem; line-height: .683; }
  .roadmap-unit-heading__kicker i { height: 2rem; border-width: .2rem; }
  .roadmap-unit-heading__kicker span { font-size: 2rem; }
  .roadmap-unit-heading__title { font-size: 2.4rem; line-height: 3.8rem; letter-spacing: .1em; }
  .roadmap-unit-heading__lead { font-size: 1.4rem; line-height: 2.2rem; letter-spacing: .15em; }

  /* 2026-09-02 SP redesign (Figma 249:2686): each card becomes a horizontal unit —
     114px square photo on the left, left-aligned copy on the right, and the
     WORK.0x badge straddling the card top border. */
  .roadmap-work { min-height: 0; padding: 8rem 1.6rem; gap: 4rem; }
  .roadmap-work__heading { width: 31.4rem; min-height: 21.731rem; }
  .roadmap-work__content { width: 34.3rem; min-height: 0; gap: 4rem; }
  .roadmap-work__grid { width: 34.3rem; min-height: 0; display: flex; flex-direction: column; gap: 2.5rem; }
  .roadmap-work-card { width: 34.3rem; min-height: 11.6rem; flex: 0 0 auto; display: flex; align-items: stretch; }
  .roadmap-work-card__image { width: 11.4rem; min-height: 11.4rem; height: auto; flex: 0 0 11.4rem; align-self: stretch; object-fit: cover; }
  /* Crop windows carried over from the Figma image transforms on 249:2689 / 2696 / 2703 / 345:130. */
  .roadmap-work-card:nth-child(1) .roadmap-work-card__image { object-position: 0% 56%; }
  .roadmap-work-card:nth-child(2) .roadmap-work-card__image { object-position: 79% 71%; }
  .roadmap-work-card:nth-child(3) .roadmap-work-card__image { object-position: 71% 0%; }
  .roadmap-work-card:nth-child(4) .roadmap-work-card__image { object-position: 90% 0%; }
  .roadmap-work-card__body { min-height: 11.4rem; padding: 2.4rem 1.2rem 1.2rem 1.6rem; gap: .8rem; flex: 1 1 auto; align-items: flex-start; justify-content: flex-start; text-align: left; }
  .roadmap-work-card h3 { font-size: 1.6rem; line-height: 1.6; letter-spacing: .05em; white-space: nowrap; }
  .roadmap-work-card__body > p:last-child { font-size: 1.4rem; line-height: 1.6; letter-spacing: .15em; }
  /* Badge straddles the card top border (Figma 249:2693: 15px above, 67px in). */
  .roadmap-work-card__number { top: -1.5rem; left: 6.7rem; }
  .roadmap-work__jobs { margin-inline: 3.7rem; }

  .roadmap-history { min-height: 78.662rem; padding: 0 3rem 8rem 1.6rem; gap: 4rem; align-items: flex-start; }
  .roadmap-history__heading { width: 32.9rem; min-height: 6.765rem; gap: 1.6rem; text-align: left; }
  .roadmap-history__heading p { height: 1.365rem; font-size: 2rem; line-height: 1.445; text-align: left; }
  .roadmap-history__heading h2 { font-size: 2.4rem; line-height: 3.8rem; letter-spacing: .1em; }
  .roadmap-history__timeline { width: 32.9rem; min-height: 0; gap: 1.6rem; }
  /* 2026-09-02 SP redesign (Figma 249:2727): 2px yellow rail at x=110 inside the list. */
  .roadmap-history__timeline::before { left: 11.05rem; top: 6.1rem; bottom: 5.8rem; width: .2rem; }
  .roadmap-history-item { height: auto; min-height: 11.7rem; padding-left: .6rem; display: grid; grid-template-columns: 8.9rem 4.2rem 17rem; column-gap: .8rem; }
  .roadmap-history-item time { width: 8.9rem; height: 3.2rem; font-size: 2rem; line-height: 1.6; letter-spacing: .1em; }
  .roadmap-history-item > i { width: 1.7rem; height: 1.7rem; justify-self: start; }
  /* Card is a notched rectangle (top-left / bottom-right cut) with a hard 6px offset shadow. */
  .roadmap-history-item__copy {
    min-height: 11.7rem;
    margin-left: 0;
    padding: 1.6rem;
    gap: 1.6rem;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 117' preserveAspectRatio='none'%3E%3Cpath d='M16 0H170V101L154 117H0V16Z' fill='white' stroke='%23989898' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(.6rem .6rem 0 #000);
  }
  .roadmap-history-item:nth-child(n+3) .roadmap-history-item__copy { gap: .6rem; }
  /* Line breaks come from the markup (Figma 249:2727), so nothing re-wraps. The negative
     margin cancels the trailing letter-space CSS adds but Figma's text width excludes. */
  .roadmap-history-item__copy h3 { font-size: 1.4rem; line-height: 1.2; letter-spacing: .1em; white-space: nowrap; margin-right: -.1em; }
  .roadmap-history-item__copy p { max-width: none; font-size: 1.4rem; line-height: 1.2; letter-spacing: .1em; white-space: nowrap; margin-right: -.1em; }

  .roadmap-future { min-height: 232.019rem; }
  .roadmap-future__vision { min-height: 101.198rem; padding: 8rem 1.6rem; gap: 4rem; }
  .roadmap-future__heading { width: 23.8rem; min-height: 21.731rem; }
  .roadmap-future__values { width: 34.3rem; min-height: 59.467rem; display: flex; flex-direction: column; gap: 2.4rem; }
  .roadmap-future__values > li,
  .roadmap-future__values > li:last-child { width: 29.8616rem; min-height: 18.223rem; margin-inline: auto; flex: 0 0 18.223rem; padding: 2.4rem 2.4rem 2.234rem; transform: skewX(-13.69deg); }
  .roadmap-future__values > li > * { transform: skewX(13.69deg); }

  /* FB-012: tighten step padding and the gap between steps. The timeline rail
     (::before), the terminating arrow (::after) and the per-step circles
     (header::after) are all positioned against these boxes, so they follow along. */
  .roadmap-opportunity { min-height: 0; padding: 0 1.6rem 8rem; gap: 4rem; align-items: flex-start; }
  .roadmap-opportunity__heading { width: 34.3rem; min-height: 10.565rem; gap: 1.6rem; }
  .roadmap-opportunity__heading p { height: 1.365rem; font-size: 2rem; line-height: 1.445; }
  .roadmap-opportunity__heading h2 { font-size: 2.4rem; line-height: 3.8rem; letter-spacing: .1em; white-space: normal; }
  .roadmap-opportunity__heading h2 .roadmap-opportunity__phrase { display: inline-block; white-space: nowrap; }
  .roadmap-opportunity__steps { width: 34.3rem; min-height: 0; padding: 0; display: flex; flex-direction: column; gap: 2.4rem; background-image: none; }
  .roadmap-opportunity__steps::before { left: .9rem; top: 1rem; bottom: 0; right: auto; width: .2rem; height: auto; }
  .roadmap-opportunity__steps::after { display: block; left: .5rem; right: auto; top: auto; bottom: .3rem; width: .8rem; height: .8rem; border: 0; border-right: .2rem solid #f7e730; border-bottom: .2rem solid #f7e730; transform: rotate(45deg); }
  .roadmap-opportunity-step { position: relative; width: 31.1rem; height: 30.2rem; margin-left: 3.2rem; flex: 0 0 30.2rem; display: grid; grid-template-rows: 6.2rem 10.8rem 10.8rem; row-gap: 1.2rem; }
  .roadmap-opportunity-step > header,
  .roadmap-opportunity-step:nth-child(n) > header { width: 31.1rem; margin-left: 0; grid-column: auto; grid-row: auto; }
  .roadmap-opportunity-step > .roadmap-opportunity-row { width: 31.1rem; height: 10.8rem; display: grid; grid-template-columns: 11.6rem 17.9rem; }
  .roadmap-opportunity-step > header::before { display: none; }
  .roadmap-opportunity-step > header::after { left: -3.2rem; top: 0; }
  .roadmap-opportunity-step > header h3 { white-space: nowrap; }
  .roadmap-opportunity-row { height: 10.8rem; padding: .6rem; background: rgb(255 255 255 / 15%); color: #fff; }
  .roadmap-opportunity-row--company > *,
  .roadmap-opportunity-row--role > *,
  .roadmap-opportunity-step:nth-child(n) .roadmap-opportunity-row ul { grid-column: auto; grid-row: auto; }
  .roadmap-opportunity-row__label,
  .roadmap-opportunity-step:first-child .roadmap-opportunity-row__label { position: static; width: 11.6rem; height: 9.6rem; display: flex; gap: .8rem; color: #fff; }
  .roadmap-opportunity-row__label span { font-size: 1.4rem; line-height: 1.3; letter-spacing: .1em; }
  .roadmap-opportunity-row__company-icon { width: 2rem; height: 1.3rem; }
  .roadmap-opportunity-row__role-icon { width: 2rem; height: 1.9rem; }
  .roadmap-opportunity-row ul,
  .roadmap-opportunity-step:first-child .roadmap-opportunity-row ul { padding: 0 2.4rem 0 1.6rem; justify-content: center; gap: .8rem; border: 0; border-left: .1rem solid #989898; }
  .roadmap-opportunity-row li { padding-left: 1.8rem; font-size: 1.4rem; line-height: 2.2rem; letter-spacing: .1em; white-space: nowrap; }
  .roadmap-opportunity-row li::before { top: .7rem; }
}

/* Tablet keeps the mobile relationship model and the page's proportional rem unit. */
@media (min-width: 768px) and (max-width: 1099px) {
  .roadmap-opportunity { min-height: 0; padding: 0 3.2rem 6.4rem; gap: 3.2rem; }
  .roadmap-opportunity__heading { width: min(100%, 91.9rem); min-height: 0; gap: 1.6rem; }
  .roadmap-opportunity__heading p { height: auto; font-size: 2.733rem; line-height: 1.445; }
  .roadmap-opportunity__heading h2 { font-size: 4.781rem; line-height: 1.5; white-space: normal; }
  .roadmap-opportunity__steps { width: 100%; min-height: 0; padding: 0; display: flex; flex-direction: column; gap: 5.464rem; background-image: none; }
  .roadmap-opportunity__steps::before { left: 1.537rem; top: 1.707rem; bottom: 0; right: auto; width: .341rem; height: auto; }
  .roadmap-opportunity__steps::after { left: .854rem; right: auto; top: auto; bottom: .512rem; width: 1.366rem; height: 1.366rem; border: 0; border-right: .341rem solid #f7e730; border-bottom: .341rem solid #f7e730; }
  .roadmap-opportunity-step { position: relative; width: calc(100% - 5.464rem); height: auto; margin-left: 5.464rem; flex: 0 0 auto; display: grid; grid-template-rows: auto auto auto; row-gap: 2.733rem; }
  .roadmap-opportunity-step > header,
  .roadmap-opportunity-step:nth-child(n) > header { width: 100%; min-height: 10.588rem; margin: 0; grid-column: auto; grid-row: auto; }
  .roadmap-opportunity-step > header::after { left: -5.464rem; top: 0; width: 3.415rem; height: 3.415rem; border-width: .341rem; background: radial-gradient(circle, #f7e730 0 .854rem, #333 .871rem); }
  .roadmap-opportunity-step > header p { font-size: 3.415rem; }
  .roadmap-opportunity-step > header h3 { font-size: 3.415rem; white-space: normal; }
  .roadmap-opportunity-step > .roadmap-opportunity-row { width: 100%; min-height: 20.49rem; height: auto; padding: 1.366rem; display: grid; grid-template-columns: 23.905rem minmax(0, 1fr); background: rgb(255 255 255 / 15%); }
  .roadmap-opportunity-row__label,
  .roadmap-opportunity-step:first-child .roadmap-opportunity-row__label { position: static; width: 23.905rem; height: 17.758rem; display: flex; gap: 2.049rem; color: #fff; }
  .roadmap-opportunity-row__label span { font-size: 2.391rem; line-height: 1.3; }
  .roadmap-opportunity-row__company-icon { width: 3.415rem; height: 2.22rem; }
  .roadmap-opportunity-row__role-icon { width: 3.415rem; height: 3.244rem; }
  .roadmap-opportunity-row--company > *,
  .roadmap-opportunity-row--role > *,
  .roadmap-opportunity-step:nth-child(n) .roadmap-opportunity-row ul { grid-column: auto; grid-row: auto; }
  .roadmap-opportunity-row ul,
  .roadmap-opportunity-step:first-child .roadmap-opportunity-row ul { min-height: 17.758rem; padding: 1.366rem 4.098rem 1.366rem 2.733rem; justify-content: center; gap: 2.733rem; border: 0; border-left: .171rem solid #989898; }
  .roadmap-opportunity-row li { padding-left: 3.074rem; font-size: 2.391rem; line-height: 3.756rem; white-space: normal; }
  .roadmap-opportunity-row li::before { top: 1.195rem; width: 1.366rem; height: 1.366rem; }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap-work__jobs { transition: none; }
}

/* The roadmap TOC starts at its Figma position, then follows only after that
   natural position reaches the viewport edge. JS also lifts it above footer. */
.roadmap-purpose__toc.is-following {
  position: fixed;
}

@media (max-width: 767px) {
  .roadmap-purpose__toc.is-following {
    position: fixed;
  }
}

/* Roadmap section 05 — CAREER, Figma PC 201:1574 / SP 249:2896. */
.roadmap-career { color: #333; background: #f3f4f6; }
.roadmap-career h2,
.roadmap-career h3,
.roadmap-career p,
.roadmap-career figure,
.roadmap-career ol { margin: 0; }
.roadmap-career__path { min-height: 96.353rem; padding: 10rem; display: flex; flex-direction: column; gap: 12rem; background-color: #f3f4f6; }
.roadmap-career__heading { width: 90rem; height: 19.588rem; display: flex; flex-direction: column; gap: 2.4rem; }
.roadmap-career__kicker { height: 4.388rem; font-family: "Jost", sans-serif; font-style: italic; line-height: 1; }
.roadmap-career__kicker > span { display: flex; align-items: center; gap: .8rem; height: 4.388rem; }
.roadmap-career__kicker strong { font-size: 6.4rem; font-weight: 700; line-height: .686; font-style: italic; }
.roadmap-career__kicker em { font-size: 2.4rem; font-weight: 500; line-height: 1.445; font-style: italic; }
.roadmap-career__heading h2 { font: 700 4rem/6.4rem "Noto Sans JP", sans-serif; letter-spacing: .4rem; }
/* FB-013: the rail wrapper only exists to group the swipe affordances on SP.
   `display: contents` keeps .roadmap-career__steps a direct flex child of
   .roadmap-career__path above 767px, so the PC grid below is untouched. */
/* FB-020: SP horizontal-scroll hint, rebuilt to match the client's reference site
   (https://ohri-seitai.jp/guide): a translucent dark rounded panel centred over the
   rail, holding a right arrow, a rocking hand and the caption "スクロールできます".
   It fades out for good once the rail has been scrolled past 10px (see the rail JS).
   `display: contents` keeps the wrapper out of the PC/tablet layout entirely. */
.sect-swipe-wrap { display: contents; }
.sect-swipe-hint { display: none; }
@keyframes sect-swipe-hint-hand {
  0% { transform: translate(0); }
  40% { transform: translate(-1rem); }
  60% { transform: translate(.6rem); }
  80% { transform: translate(-.4rem); }
  to { transform: translate(0); }
}
.roadmap-career__rail { display: contents; }
.roadmap-career__rail-status { display: none; }
/* The theme-wide .screen-reader-text class is never defined in a stylesheet here,
   so the counter carries its own visually-hidden helper (same as interview detail).
   FB-020: the swipe sentence uses the same helper at every width — sighted users get
   the .sect-swipe-hint panel overlaid on the rail, and PC stays out of flow either way. */
.roadmap-career__sr,
.roadmap-career__rail-help { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip-path: inset(50%); white-space: nowrap; }
.roadmap-career__steps { position: relative; width: 116.6rem; min-height: 44.765rem; display: grid; grid-template-columns: repeat(4, 28.4rem); gap: 1rem; align-items: start; }
.roadmap-career-trajectory { position: absolute; z-index: 0; display: block; overflow: visible; fill: #989898; pointer-events: none; }
.roadmap-career-trajectory--pc { left: .5rem; top: -7.652rem; width: 116.1rem; height: 15.6rem; }
.roadmap-career-trajectory--sp { display: none; }
.roadmap-career-step { position: relative; z-index: 1; min-height: 44.765rem; padding-top: 12rem; }
.roadmap-career-step--2 { min-height: 39.465rem; padding-top: 8rem; }
.roadmap-career-step--3 { min-height: 36.765rem; padding-top: 4rem; }
.roadmap-career-step--4 { min-height: 32.765rem; padding-top: 0; }
.roadmap-career-step__dot { position: absolute; z-index: 3; top: 3.7rem; left: 11.6rem; width: 3.4rem; height: 3.4rem; border: .2rem solid #989898; border-radius: 50%; background: #f3f4f6; }
.roadmap-career-step__dot i { position: absolute; left: .5rem; top: .5rem; width: 2rem; height: 2rem; border-radius: 50%; background: #f7e730; }
.roadmap-career-step--2 .roadmap-career-step__dot { top: -.3rem; }
.roadmap-career-step--3 .roadmap-career-step__dot { top: -4.3rem; }
.roadmap-career-step--4 .roadmap-career-step__dot { top: -8.3rem; }
.roadmap-career-step__period { position: absolute; z-index: 4; top: 9.948rem; left: 5.4rem; width: 17.2rem; height: 4.4rem; display: grid; place-items: center; border: .1rem solid #989898; background: #f7e730; font: 700 2.4rem/3.84rem "Noto Sans JP", sans-serif; letter-spacing: .24rem; white-space: nowrap; }
.roadmap-career-step--2 .roadmap-career-step__period { top: 5.948rem; }
.roadmap-career-step--3 .roadmap-career-step__period { top: 1.948rem; }
.roadmap-career-step--4 .roadmap-career-step__period { top: -2.052rem; }
.roadmap-career-step__card { position: relative; width: 28.4rem; min-height: 32.765rem; padding: 4rem 2.4rem 1.736rem; background: transparent; }
.roadmap-career-step__card-shape { position: absolute; z-index: 0; left: 0; top: 0; width: 28.6rem; height: 33.565rem; overflow: visible; pointer-events: none; }
.roadmap-career-step__number,
.roadmap-career-step__rule,
.roadmap-career-step__card h3,
.roadmap-career-step__card > p { position: relative; z-index: 1; }
.roadmap-career-step__number { height: 9.065rem; display: flex; flex-direction: column; align-items: flex-start; }
.roadmap-career-step__number small { padding-left: 1.882rem; font: 700 1.6rem/1.6rem "Noto Sans JP", sans-serif; letter-spacing: .08rem; }
.roadmap-career-step__number strong { height: 6.505rem; color: #989898; font: 600 8.2rem/.799 "Jost", sans-serif; letter-spacing: -.41rem; }
.roadmap-career-step__number small,
.roadmap-career-step__number strong { transform: skewX(-15deg) scaleY(.96593); transform-origin: center; }
.roadmap-career-step__rule { width: 5.6rem; height: .3rem; margin-top: .535rem; display: block; background: #f7e730; }
.roadmap-career-step__card h3 { height: 5.5rem; margin-top: 1.953rem; padding-bottom: .4rem; display: flex; align-items: center; font: 700 3.2rem/5.12rem "Noto Sans JP", sans-serif; letter-spacing: .16rem; }
.roadmap-career-step__card > p { margin-top: 1.6rem; font: 500 1.6rem/2.56rem "Noto Sans JP", sans-serif; letter-spacing: .24rem; }

.roadmap-career__support { min-height: 70.159rem; padding: 0 10rem 10rem; display: flex; flex-direction: column; align-items: center; gap: 8rem; background-color: #f3f4f6; }
.roadmap-career__support-heading { width: 78.6rem; height: 9.658rem; display: flex; flex-direction: column; align-items: center; gap: 1.6rem; text-align: center; }
.roadmap-career__support-heading p { height: 1.658rem; font: italic 500 2.4rem/1.445 "Jost", sans-serif; }
.roadmap-career__support-heading h2 { font: 700 4rem/6.4rem "Noto Sans JP", sans-serif; letter-spacing: .4rem; white-space: nowrap; }
.roadmap-career__support-body { width: 116.6rem; min-height: 42.501rem; display: grid; grid-template-columns: 57.788rem 56.412rem; gap: 2.4rem; align-items: center; }
.roadmap-career__photo { position: relative; width: 57.788rem; height: 42.501rem; overflow: hidden; clip-path: polygon(19.706% 0, 100% 0, 80.294% 100%, 0 100%); }
.roadmap-career__photo img { position: absolute; top: -6.9rem; left: 0; width: 57.8rem; height: 54.9rem; max-width: none; object-fit: cover; }
.roadmap-career__support-list { width: 56.412rem; min-height: 34rem; padding: 0; list-style: none; }
.roadmap-career__support-list li { min-height: 11.4rem; padding: 2.4rem .8rem; display: flex; align-items: center; gap: 4rem; border: .1rem solid #989898; }
.roadmap-career__support-list li + li { margin-top: -.1rem; }
.roadmap-career__support-list li > strong { width: 5.7rem; flex: 0 0 5.7rem; font: 700 4rem/5.78rem "Jost", sans-serif; letter-spacing: .4rem; }
.roadmap-career__support-list li > div { display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; }
.roadmap-career__support-list h3 { font: 700 2.4rem/2.88rem "Noto Sans JP", sans-serif; letter-spacing: .24rem; }
.roadmap-career__support-list p { font: 500 1.6rem/1.92rem "Noto Sans JP", sans-serif; letter-spacing: .32rem; white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1099px) {
  .roadmap-career__path { min-height: 0; padding: 10rem 4.8rem; gap: 8rem; }
  .roadmap-career__heading { width: auto; height: auto; min-height: 19.588rem; }
  .roadmap-career__heading h2 { width: 82rem; max-width: 100%; }
  .roadmap-career__steps { width: 60rem; min-height: 72rem; margin-inline: auto; grid-template-columns: repeat(2, 28.4rem); gap: 6.4rem 3.2rem; }
  .roadmap-career-trajectory,
  .roadmap-career-step__dot { display: none; }
  .roadmap-career-step,
  .roadmap-career-step--2,
  .roadmap-career-step--3,
  .roadmap-career-step--4 { width: 28.4rem; min-height: 32.765rem; padding-top: 0; }
  .roadmap-career-step__period,
  .roadmap-career-step--2 .roadmap-career-step__period,
  .roadmap-career-step--3 .roadmap-career-step__period,
  .roadmap-career-step--4 .roadmap-career-step__period { top: -2.052rem; }
}

@media (max-width: 767px) {
  /* FB-013: same SP swipe rail as the job-detail career steps (FB-008).
     Geometry mirrors .jd-career__graph / .jd-career__steps: the rail bleeds
     1.6rem past the section padding so the next card is visibly cut off, and
     scroll-padding-inline keeps that peek after every snap. */
  .roadmap-career__path { min-height: 0; padding: 8rem 1.6rem; gap: 12rem; overflow: hidden; }
  .roadmap-career__heading { width: 34.3rem; height: 20.331rem; gap: 2.4rem; }
  .roadmap-career__kicker { height: 2.731rem; }
  .roadmap-career__kicker > span { height: 2.731rem; font: italic 500 2.4rem/3.468rem "Jost", sans-serif; }
  .roadmap-career__heading h2 { width: 34.3rem; font-size: 2.4rem; line-height: 3.84rem; letter-spacing: .24rem; }
  .roadmap-career__rail { width: calc(100% + 1.6rem); display: flex; flex-direction: column; }
  .roadmap-career__steps { width: 100%; min-height: 0; display: flex; flex-direction: row; align-items: flex-start; gap: 1.6rem; margin: 0; padding: 2.4rem 1.6rem 1.6rem 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 0 1.6rem; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #333 transparent; }
  .roadmap-career__steps:focus-visible { outline: .3rem solid #333; outline-offset: .3rem; }
  /* FB-020: the "1 / 4" counter stays on the right; the swipe hint is overlaid on the rail. */
  .roadmap-career__rail-status { display: flex; width: calc(100% - 1.6rem); margin: 1.2rem 1.6rem 0 0; align-items: center; justify-content: flex-end; color: #333; font: 700 1.4rem/2rem "Jost", sans-serif; letter-spacing: .1rem; }
  .roadmap-career__rail-count { display: inline-flex; align-items: center; }
  .sect-swipe-wrap { position: relative; display: block; width: 100%; }
  .sect-swipe-hint { position: absolute; z-index: 20; top: 50%; left: 50%; width: 14.3rem; padding: 2.3rem 1.6rem 2.1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; border-radius: 1.2rem; background-color: rgba(59, 59, 59, .722); pointer-events: none; transition: opacity .4s; transform: translate(-50%, -50%); }
  .sect-swipe-hint__row { display: flex; align-items: center; justify-content: center; gap: .7rem; }
  .sect-swipe-hint__arrow { display: block; width: 1.4rem; height: .8rem; }
  .sect-swipe-hint__hand { display: block; width: 3.2rem; height: 3.2rem; animation: 1.6s ease-in-out infinite sect-swipe-hint-hand; }
  .sect-swipe-hint__text { color: #fff; font: 500 1.1rem/1.5 "Noto Sans JP", sans-serif; text-align: center; }
  .sect-swipe-wrap.is-scrolled .sect-swipe-hint { opacity: 0; }
  /* The vertical trajectory and its dots encoded the old stacked order; the rail
     carries that job now via the step numbers, period badges and the counter. */
  .roadmap-career-trajectory--pc,
  .roadmap-career-trajectory--sp { display: none; }
  .roadmap-career-step,
  .roadmap-career-step--2,
  .roadmap-career-step--3,
  .roadmap-career-step--4 { width: 28.4rem; flex: 0 0 28.4rem; min-height: 32.765rem; padding: 0; scroll-snap-align: start; scroll-snap-stop: always; }
  .roadmap-career-step__dot,
  .roadmap-career-step--2 .roadmap-career-step__dot,
  .roadmap-career-step--3 .roadmap-career-step__dot,
  .roadmap-career-step--4 .roadmap-career-step__dot { display: none; }
  .roadmap-career-step__period,
  .roadmap-career-step--2 .roadmap-career-step__period,
  .roadmap-career-step--3 .roadmap-career-step__period,
  .roadmap-career-step--4 .roadmap-career-step__period { top: -2.235rem; left: 4.9rem; }
  .roadmap-career-step__card { width: 28.4rem; margin: 0; padding-bottom: 2.038rem; }
  .roadmap-career-step__card h3 { width: 23.2rem; }

  .roadmap-career__support { min-height: 79.5rem; padding: 0 1.6rem 8rem; gap: 4rem; align-items: flex-start; }
  .roadmap-career__support-heading { width: 26.2rem; height: 10.6rem; margin: 0 auto; align-items: flex-start; text-align: left; }
  .roadmap-career__support-heading p { height: 1.4rem; font-size: 2rem; }
  .roadmap-career__support-heading h2 { font-size: 2.4rem; line-height: 3.84rem; letter-spacing: .24rem; white-space: nowrap; }
  .roadmap-career__support-body { width: 34.3rem; min-height: 57rem; display: flex; flex-direction: column; gap: 2.4rem; }
  .roadmap-career__photo { width: 34.3rem; height: 22.359rem; flex: 0 0 22.359rem; clip-path: polygon(11.435% 0, 100% 0, 88.565% 100%, 0 100%); }
  .roadmap-career__photo img { top: -3.5rem; left: -2.9rem; width: 36.694rem; height: 33rem; }
  .roadmap-career__support-list { width: 34.3rem; min-height: 32.2rem; }
  .roadmap-career__support-list li { min-height: 10.8rem; padding: 1.6rem .8rem; gap: 2.4rem; border-inline: 0; }
  .roadmap-career__support-list li + li { min-height: 10.7rem; }
  .roadmap-career__support-list li > strong { width: 5.8rem; flex-basis: 5.8rem; font-size: 3.2rem; line-height: 4.624rem; letter-spacing: .32rem; }
  .roadmap-career__support-list li > div { gap: 1.6rem; }
  .roadmap-career__support-list h3 { font-size: 2rem; line-height: 2.4rem; letter-spacing: .2rem; }
  /* Figma 249:2995 keeps this 15-char line unbroken even though it overruns the row by 3px. */
  .roadmap-career__support-list p { font-size: 1.4rem; line-height: 1.68rem; letter-spacing: .28rem; white-space: nowrap; }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .roadmap-career__steps { scroll-behavior: auto; }
  .sect-swipe-hint__hand { animation: none; }
  .sect-swipe-hint { transition: none; }
}

/* Roadmap section 06 — PEOPLE, Figma PC 201:1682 / SP 249:3001. */
.roadmap-people { overflow: hidden; color: #fff; background: #333; }
.roadmap-people h2,.roadmap-people h3,.roadmap-people p,.roadmap-people figure,.roadmap-people ul { margin: 0; }
.roadmap-action { height: 7.4rem; padding: 2.4rem 4rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; border: .1rem solid #333; background: #fff; box-shadow: .6rem .6rem 0 #f7e730; color: #333; text-decoration: none; transition: color .2s,background-color .2s,box-shadow .2s,transform .2s; }
.roadmap-action span { font: 700 2rem/2.4rem "Noto Sans JP",sans-serif; letter-spacing: .2rem; white-space: nowrap; }
.roadmap-action i { position: relative; flex: none; width: 2.5rem; height: 1.6rem; background: currentColor; -webkit-mask:url("../assets/shared/arrow-right.svg") center/contain no-repeat;mask:url("../assets/shared/arrow-right.svg") center/contain no-repeat; }
.roadmap-action i::after { content: none; }
.roadmap-action:focus-visible,.roadmap-people-carousel__arrow:focus-visible { outline: .3rem solid #fff; outline-offset: .4rem; }
.roadmap-action:active { box-shadow:none; transform:translate(.6rem,.6rem); }
.roadmap-people-carousel__arrow:active { background:#f7e730; color:#333; transform:translateY(.2rem); }
.roadmap-people__voices { min-height: 107.12rem; padding: 10rem; display:grid; grid-template-columns:1fr 37.9rem; grid-template-areas:"header header" "carousel carousel"; row-gap:6rem; }
.roadmap-people__voices-header { grid-area:header; width:116.6rem; height:8.858rem; display:flex; align-items:flex-start; }
.roadmap-people__heading { display:flex; flex-direction:column; gap:.8rem; }
.roadmap-people__heading p { height:1.658rem; font:italic 500 2.4rem/1.445 "Jost",sans-serif; display:flex; align-items:baseline; gap:.8rem; }
/* PC (Figma 201:1688) shows the label only; the "05." index is an SP-only element. */
.roadmap-people__number { display:none; }
.roadmap-people__heading h2 { font:700 4rem/6.4rem "Noto Sans JP",sans-serif; letter-spacing:.4rem; }
.roadmap-people__heading mark { padding:0; background:transparent; color:#f7e730; }
.roadmap-people__all { grid-area:header; width:37.9rem; justify-self:end; align-self:start; }
.roadmap-people-carousel { grid-area:carousel; width:116.6rem; }
.roadmap-people-carousel__controls { height:6.9rem; display:flex; justify-content:flex-end; align-items:center; gap:2.4rem; }
.roadmap-people-carousel__arrow { width:5rem; height:5rem; padding:0; display:grid; place-items:center; border:.1rem solid #f7e730; background:transparent; color:#f7e730; cursor:pointer; transition:background-color .2s,color .2s; }
.roadmap-people-carousel__arrow i { position:relative; width:2.5rem; height:1.6rem; background:currentColor; -webkit-mask:url("../assets/shared/arrow-right-thin.svg") center/contain no-repeat;mask:url("../assets/shared/arrow-right-thin.svg") center/contain no-repeat; }
.roadmap-people-carousel__arrow i::after { content:none; }
.roadmap-people-carousel__arrow--prev i { transform:rotate(180deg); }
.roadmap-people-carousel__arrow--next { order:3; }
.roadmap-people-carousel__count { width:9.5rem; font:700 4.8rem/6.936rem "Jost",sans-serif; letter-spacing:.48rem; }
.roadmap-people-carousel__viewport { margin-top:1.6rem; overflow:hidden; }
.roadmap-people-carousel__track { width:max-content; padding:0; display:flex; gap:3.999rem; list-style:none; transform:translateX(calc(-40.866rem * var(--people-index, 0))); transition:transform .35s ease; }
.roadmap-person { width:36.867rem; min-height:59.767rem; flex:0 0 36.867rem; background:#f7e730; color:#333; }
.roadmap-person__image { width:36.867rem; height:36.867rem; display:block; object-fit:cover; }
.roadmap-person__body { min-height:22.9rem; padding:1.6rem 2.4rem; }
.roadmap-person__name { height:3.8rem; display:flex; justify-content:center; align-items:center; gap:.4rem; font:700 2.4rem/2.88rem "Noto Sans JP",sans-serif; }
.roadmap-person__name span { font-size:1.7rem; transform:skew(-18deg); }
.roadmap-person__meta { height:5.1rem; margin-top:1.7rem; }
.roadmap-person__meta > p:first-child { height:2.4rem; display:flex; align-items:center; gap:1rem; }
.roadmap-person__meta strong { font:700 2rem/2.4rem "Noto Sans JP",sans-serif; letter-spacing:.1rem; }
.roadmap-person__meta span { min-width:9rem; height:2.3rem; padding:.3rem 1.7rem; background:#333; color:#fff; font:700 1.4rem/1.7rem "Noto Sans JP",sans-serif; }
.roadmap-person__meta > p:last-child { margin-top:1rem; font:500 1.4rem/1.68rem "Noto Sans JP",sans-serif; letter-spacing:.07rem; }
.roadmap-person__link { width:32.067rem; margin-top:1.7rem; box-shadow:.6rem .6rem 0 #333; }
.roadmap-people-carousel__progress { height:4rem; display:flex; justify-content:center; align-items:flex-end; gap:.2rem; }
.roadmap-people-carousel__progress i { width:6rem; border-top:.2rem solid #989898; }
.roadmap-people-carousel__progress i.is-active { border-color:#f7e730; }

.roadmap-ceo { min-height:146.9rem; padding:10rem 10rem 10rem; }
.roadmap-ceo__inner { width:116.6rem; min-height:56.9rem; display:grid; grid-template-columns:46.4rem 6.4rem 62.2rem; grid-template-rows:17.5rem 39.4rem; }
.roadmap-ceo__title { grid-column:3; grid-row:1; padding-top:1.6rem; }
.roadmap-ceo__title > p { height:1.7rem; display:flex; gap:.8rem; align-items:center; font:italic 500 2.4rem/1.445 "Jost",sans-serif; }
.roadmap-ceo__title > p span { font-size:1.8rem; transform:skew(-18deg); }
.roadmap-ceo__title h2 { margin-top:4rem; display:grid; grid-template-columns:3.2rem 41.9rem 3.3rem; gap:1.6rem; font:700 3.2rem/5.12rem "Noto Sans JP",sans-serif; letter-spacing:.32rem; }
.roadmap-ceo__title h2 em { font:inherit; font-style:normal; white-space:nowrap; }
.roadmap-ceo__title h2 > span { color:#f7e730; font-family:serif; font-size:4rem; line-height:3rem; }
.roadmap-ceo__title h2 span:last-child { align-self:end; transform:rotate(180deg); }
.roadmap-ceo__profile { grid-column:1; grid-row:1/3; }
.roadmap-ceo__profile img { width:46.4rem; height:40.4rem; display:block; object-fit:cover; }
.roadmap-ceo__profile figcaption { margin-top:2.4rem; display:flex; flex-direction:column; align-items:flex-start; gap:1.2rem; }
.roadmap-ceo__profile strong { width:39.5rem; font:700 2.4rem/3.84rem "Noto Sans JP",sans-serif; letter-spacing:.24rem; }
.roadmap-ceo__profile figcaption > span { width:33.4rem; font:700 1.6rem/2.56rem "Noto Sans JP",sans-serif; letter-spacing:.16rem; white-space:nowrap; }
.roadmap-ceo__message { grid-column:3; grid-row:2; padding-top:4rem; display:flex; flex-direction:column; gap:2.4rem; }
.roadmap-ceo__message p { width:59rem; font:500 1.6rem/2.88rem "Noto Sans JP",sans-serif; letter-spacing:.16rem; }
@media (min-width:768px) { .roadmap-ceo__line-pc { white-space:nowrap; } }
.roadmap-ceo__team { width:106.6rem; height:62rem; margin:8rem 5rem 0; display:flex; align-items:center; overflow:hidden; background:#000; }
.roadmap-ceo__video { width:100%; height:auto; aspect-ratio:16/9; display:block; border:0; }
.roadmap-ceo__video-fallback,
.roadmap-ceo__video-fallback img { width:100%; height:100%; display:block; }
.roadmap-ceo__video-fallback img { object-fit:cover; }

.roadmap-role { position:relative; min-height:62.733rem; padding:10rem; text-align:center; }
.roadmap-role__copy { position:relative; z-index:2; width:83.4rem; margin:0 auto; }
.roadmap-role__kicker { display:flex; justify-content:center; align-items:center; gap:1.6rem; height:2.73rem; }
.roadmap-role__kicker span { font:italic 500 4rem/5.78rem "Jost",sans-serif; }
.roadmap-role__kicker i { width:4rem; border-top:.1rem solid #fff; }
.roadmap-role__copy h2 { margin-top:1.6rem; font:700 6.4rem/10.24rem "Noto Sans JP",sans-serif; letter-spacing:.64rem; white-space:nowrap; }
.roadmap-role__copy mark { padding:0; background:transparent; color:#f7e730; }
.roadmap-role__copy > p:last-child { margin-top:4rem; font:700 1.6rem/2.56rem "Noto Sans JP",sans-serif; letter-spacing:.16rem; }
.roadmap-role__link { position:relative; z-index:3; width:37rem; margin:4rem auto 0; }
.roadmap-role__people { position:absolute; inset:25.8rem 3.2rem auto; height:37.1rem; display:flex; justify-content:space-between; pointer-events:none; }
.roadmap-role__people span { width:26.3rem; height:37.1rem; background-image:url("../assets/roadmap-section-06/role-people-9973fc18f7af.png"); background-repeat:no-repeat; background-size:55.6rem 37.1rem; }
.roadmap-role__people span:first-child { background-position:left bottom; }
.roadmap-role__people span:last-child { background-position:right bottom; }

@media (hover:hover) {
 .roadmap-action:hover { background:#f7e730; box-shadow:.3rem .3rem 0 #fff; transform:translate(.3rem,.3rem); }
 .roadmap-person__link:hover { box-shadow:.3rem .3rem 0 #333; }
 .roadmap-people-carousel__arrow:hover { background:#fff; color:#333; }
 .roadmap-action:active { box-shadow:none; transform:translate(.6rem,.6rem); }
 .roadmap-people-carousel__arrow:active { background:#f7e730; color:#333; transform:translateY(.2rem); }
}
@media (max-width:767px) {
 .roadmap-people__voices { min-height:112.67rem; padding:8rem 1.6rem; grid-template-columns:34.3rem; grid-template-areas:"header" "carousel" "cta"; row-gap:6rem; }
 /* SP redesign (Figma 366:156 / 366:219 / 390:379): the PEOPLE heading now uses the same
    numbered kicker as 01. PURPOSE / 02. WORK & HISTORY / 03. FUTURE / 04. CAREER —
    40px Jost index + 20px label on one baseline, 2.731rem tall, 2.4rem above the title. */
 .roadmap-people__voices-header { width:34.3rem; height:9.131rem; padding-top:.2rem; }
 .roadmap-people__heading { gap:2.4rem; }
 .roadmap-people__heading p { height:2.731rem; min-height:2.731rem; font-size:2rem; line-height:1.445; }
 .roadmap-people__number { display:inline; font-size:4rem; font-weight:700; line-height:.683; }
 .roadmap-people__heading h2 { font-size:2.4rem; line-height:3.84rem; letter-spacing:.24rem; }
 .roadmap-people__all { grid-area:cta; width:34.3rem; justify-self:stretch; }
 .roadmap-people-carousel { width:34.3rem; }
 .roadmap-people-carousel__controls { height:6.9rem; }
 .roadmap-people-carousel__viewport { margin-top:1.6rem; }
 .roadmap-people-carousel__track { width:auto; display:flex; gap:1.6rem; transform:translateX(calc(-35.9rem * var(--people-index, 1))); }
 .roadmap-person { width:34.3rem; min-height:57.2rem; flex:0 0 34.3rem; }
 .roadmap-person__image { width:34.3rem; height:34.3rem; }
 .roadmap-person__body { min-height:22.9rem; }
 .roadmap-person__link { width:29.5rem; }
 .roadmap-people-carousel__progress { height:4rem; justify-content:flex-start; }
 .roadmap-people-carousel__progress i { width:6.7rem; }
 .roadmap-ceo { min-height:93.2rem; padding:0 1.6rem; }
 .roadmap-ceo__inner { width:34.3rem; min-height:70.1rem; display:flex; flex-direction:column; }
 .roadmap-ceo__title { order:1; padding:0; }
 .roadmap-ceo__title > p { height:1.7rem; font-size:2rem; }
 .roadmap-ceo__title h2 { margin-top:2.4rem; grid-template-columns:1.8rem 28.8rem 1.8rem; gap:.8rem; font-size:2.4rem; line-height:3.84rem; letter-spacing:.24rem; }
 .roadmap-ceo__title h2 > span { font-size:2.4rem; line-height:1.6rem; }
 /* SP 249:3059 — 写真を左・氏名/経歴を右に置く横並び。 */
 /* .roadmap-people figure{margin:0} に勝つため詳細度を上げる。 */
 .roadmap-people .roadmap-ceo__profile { margin-top:3.2rem; }
 .roadmap-ceo__profile { order:2; min-height:14.6rem; display:flex; align-items:center; gap:1.6rem; }
 .roadmap-ceo__profile img { width:13.1rem; height:9.2rem; flex:none; }
 .roadmap-ceo__profile figcaption { width:19.6rem; margin-top:0; gap:.8rem; }
 .roadmap-ceo__profile strong { width:19.6rem; height:6.2rem; font-size:1.6rem; line-height:3.1rem; letter-spacing:.24rem; white-space:nowrap; }
 .roadmap-ceo__role { font-size:1.4rem; }
 .roadmap-ceo__profile figcaption > span { width:18.9rem; font-size:1.2rem; line-height:1.92rem; letter-spacing:0; }
 .roadmap-ceo__message { order:3; margin-top:2.4rem; padding:0; gap:1.6rem; }
 .roadmap-ceo__message p { width:34.3rem; font-size:1.4rem; line-height:2.52rem; letter-spacing:.14rem; }
 .roadmap-ceo__team { width:34.3rem; height:19.9rem; margin:3.2rem 0 0; }
 .roadmap-role { min-height:55.27rem; padding:8rem 1.6rem 0; }
 .roadmap-role__copy { width:34.3rem; }
 .roadmap-role__kicker { height:1.37rem; gap:1.6rem; }
 .roadmap-role__kicker span { font-size:2rem; line-height:2.89rem; }
 .roadmap-role__copy h2 { margin-top:1.6rem; font-size:2.4rem; line-height:3.84rem; letter-spacing:.24rem; }
 .roadmap-role__copy > p:last-child { margin-top:4rem; font-size:1.4rem; line-height:2.24rem; letter-spacing:.14rem; }
 .roadmap-role__link { width:34.3rem; margin-top:4rem; }
 .roadmap-role__people { inset:39.96rem 5rem auto; height:15.3rem; }
 .roadmap-role__people span { width:10.9rem; height:15.3rem; background-size:22.9rem 15.3rem; }
}
@media (prefers-reduced-motion:reduce) { .roadmap-action,.roadmap-people-carousel__arrow,.roadmap-people-carousel__track { transition:none; } }

/* Roadmap section 07 — ENTRY, Figma PC 201:1805 / SP 249:3087. */
.roadmap-entry{position:relative;isolation:isolate;min-height:59.934rem;overflow:hidden;background:#f3f4f6;color:#333}
.roadmap-entry h2,.roadmap-entry p,.roadmap-entry figure{margin:0}
.roadmap-entry__yellow{position:absolute;z-index:-2;inset:0;background:#f7e730;clip-path:polygon(100% 0,100% 100%,0 100%,0 69.8%)}
.roadmap-entry__content{position:relative;z-index:2;width:62.3rem;margin-top:10rem;margin-left:64.3rem;display:flex;flex-direction:column;gap:2.4rem}
.roadmap-entry__heading{display:flex;flex-direction:column;align-items:center;gap:2.4rem}
.roadmap-entry__eyebrow{height:6.534rem;display:flex;align-items:center;justify-content:center;gap:.8rem}
.roadmap-entry__symbol{position:relative;width:7rem;height:5.1rem;display:block;flex:none}
.roadmap-entry__symbol i,.roadmap-entry__symbol b{position:absolute;display:block;background:#333;transform:skewY(18deg)}
.roadmap-entry__symbol i{left:0;bottom:0;width:4.92rem;height:3.58rem;clip-path:polygon(0 0,100% 35%,100% 100%,0 65%)}
.roadmap-entry__symbol b{right:0;top:0;width:3.74rem;height:2.14rem;clip-path:polygon(30% 0,100% 20%,70% 100%,0 80%)}
.roadmap-entry__title{height:6.534rem;font:italic 500 9.6rem/.681 "Jost",sans-serif;letter-spacing:0}
.roadmap-entry__lead{font:700 2rem/3.2rem "Noto Sans JP",sans-serif;letter-spacing:.4rem}
.roadmap-entry__description{font:500 1.6rem/2.88rem "Noto Sans JP",sans-serif;letter-spacing:.24rem}
.roadmap-entry__actions{display:flex;flex-direction:column;gap:2.4rem}
.roadmap-entry__cta{width:62.3rem;height:7.4rem;padding:2.5rem 4rem;display:flex;align-items:center;justify-content:center;gap:1.2rem;border:.1rem solid #000;background:#fff;box-shadow:.6rem .6rem 0 #333;color:#333;text-decoration:none;transition:background-color .2s,color .2s,box-shadow .2s,transform .2s}
.roadmap-entry__cta span{font:700 2rem/2.4rem "Noto Sans JP",sans-serif;letter-spacing:.2rem;white-space:nowrap}
.roadmap-entry__arrow{position:relative;flex:none;width:2.5rem;height:1.6rem;background:currentColor;-webkit-mask:url("../assets/shared/arrow-right-thin.svg") center/contain no-repeat;mask:url("../assets/shared/arrow-right-thin.svg") center/contain no-repeat}
.roadmap-entry__arrow::after{content:none}
.roadmap-entry__cta:focus-visible{outline:.3rem solid #333;outline-offset:.4rem}
.roadmap-entry__cta:active{box-shadow:none;transform:translate(.6rem,.6rem)}
.roadmap-entry__collage{position:absolute;z-index:1;left:-6.6rem;top:10.024rem;width:77.751rem;height:55.7rem;pointer-events:none}
.roadmap-entry__collage-track{position:relative;width:100%;height:100%}
.roadmap-entry__photo{position:absolute;display:block;overflow:hidden}
.roadmap-entry__photo img{position:absolute;display:block;max-width:none;width:100%;height:100%;object-fit:cover}
.roadmap-entry__photo:nth-child(1){left:8.1rem;top:2.811rem;width:36.6rem;height:48.8rem}
.roadmap-entry__photo:nth-child(2){left:0;top:15.834rem;width:32.093rem;height:38.385rem}
.roadmap-entry__photo:nth-child(2) img{left:-62.767%;top:-12.236%;width:224.783%;height:332.77%;object-fit:fill;filter:brightness(1.1)}
.roadmap-entry__photo:nth-child(3){left:19.7rem;top:0;width:58.051rem;height:38.701rem}
.roadmap-entry__photo:nth-child(4){left:37.461rem;top:4.152rem;width:34.366rem;height:51.548rem}
.roadmap-entry__photo:nth-child(5){left:16.89rem;top:13.877rem;width:37.708rem;height:36.577rem}
.roadmap-entry__photo:nth-child(5) img{left:-27.933%;top:-7.629%;width:156.733%;height:107.72%;object-fit:fill}
@media (hover:hover){.roadmap-entry__cta:hover{background:#333;color:#fff;box-shadow:.3rem .3rem 0 #f7e730;transform:translate(.3rem,.3rem)}.roadmap-entry__cta:active{box-shadow:none;transform:translate(.6rem,.6rem)}}
@media (max-width:767px){
 .roadmap-entry{min-height:70.8rem}
 .roadmap-entry__yellow{clip-path:polygon(100% 0,100% 100%,0 100%,0 73.6%)}
 .roadmap-entry__content{width:34.5rem;margin-top:8rem;margin-left:1.6rem;gap:2.4rem}
 .roadmap-entry__heading{width:32.8rem;margin-left:.85rem;align-items:flex-start;gap:2.4rem}
 .roadmap-entry__eyebrow{height:2.8rem;justify-content:flex-start;gap:.8rem}
 .roadmap-entry__symbol{width:3.8rem;height:2.8rem}
 .roadmap-entry__symbol i{width:2.67rem;height:1.968rem}.roadmap-entry__symbol b{width:2.03rem;height:1.177rem}
 .roadmap-entry__title{height:2.731rem;font-size:4rem;line-height:.683}
 .roadmap-entry__lead{font-size:1.6rem;line-height:2.56rem;letter-spacing:.32rem;white-space:nowrap}
 .roadmap-entry .roadmap-entry__description{width:32rem;margin-left:1.25rem;font-size:1.4rem;line-height:2.52rem;letter-spacing:.21rem}
 .roadmap-entry__actions{gap:2.4rem}
 .roadmap-entry__cta{width:34.5rem;height:7.4rem}
 .roadmap-entry__collage{left:1.6rem;top:47.7rem;width:34.3rem;height:23.1rem;overflow:hidden}
 .roadmap-entry__collage-track{position:absolute;left:0;top:-1.1rem;width:34.3rem;height:26.672rem}
 .roadmap-entry__photo:nth-child(1){left:3.868rem;top:1.417rem;width:17.478rem;height:23.303rem}
 .roadmap-entry__photo:nth-child(2){left:0;top:7.635rem;width:15.325rem;height:18.329rem}
 .roadmap-entry__photo:nth-child(3){left:14.6rem;top:0;width:13.6rem;height:17.1rem}
 .roadmap-entry__photo:nth-child(3) img{left:-43.486%;top:.416%;width:188.306%;height:99.843%;object-fit:fill}
 .roadmap-entry__photo:nth-child(4){left:17.889rem;top:2.056rem;width:16.411rem;height:24.615rem}
 .roadmap-entry__photo:nth-child(5){left:8.068rem;top:6.7rem;width:18.007rem;height:17.466rem}
}
@media (prefers-reduced-motion:reduce){.roadmap-entry__cta{transition:none}}

/* Roadmap section 08 — FOOTER, Figma PC 201:1829 / SP 249:3114. */
.roadmap-footer{min-height:53.9rem;padding:10rem 5rem 2.4rem;display:flex;flex-direction:column;gap:2.4rem;background:#333;color:#fff}
.roadmap-footer p,.roadmap-footer h2,.roadmap-footer ul,.roadmap-footer address{margin:0}
.roadmap-footer__main{width:126.6rem;min-height:36.2rem;padding-bottom:5rem;display:grid;grid-template-columns:60.9rem 17.8rem 17.8rem 19.6rem;gap:3.5rem;border-bottom:.1rem solid #989898}
.roadmap-footer__brand{width:60.9rem;min-height:31.1rem;display:grid;grid-template-columns:31.1rem 27.4rem;gap:2.4rem}
.roadmap-footer__map{width:31.1rem;height:31.1rem;display:block;overflow:hidden}
.roadmap-footer__map iframe{width:100%;height:100%;display:block;border:0}
.roadmap-footer__company{width:27.4rem;min-height:31.1rem;display:flex;flex-direction:column;gap:2.4rem}
.roadmap-footer__logo-link,.roadmap-footer__logo{display:block}
.roadmap-footer__logo{width:14.3rem;height:3.1rem;object-fit:fill}
.roadmap-footer__tagline{width:22.1rem;min-height:8.7rem;color:#f3f4f6;font:500 1.6rem/2.88rem "Noto Sans JP",sans-serif;letter-spacing:.24rem}
.roadmap-footer__address{width:27.7rem;min-height:14.5rem;color:#fff;font:normal 500 1.6rem/2.88rem "Noto Sans JP",sans-serif;letter-spacing:.24rem}
.roadmap-footer__address a{color:inherit;text-decoration:none}
.roadmap-footer__nav,.roadmap-footer__nav-row{display:contents}
.roadmap-footer__group{width:100%;min-height:17.1rem;align-self:start;display:flex;flex-direction:column;gap:1.6rem}
.roadmap-footer__group h2{height:3.6rem;color:#f7e730;font:700 2rem/3.6rem "Noto Sans JP",sans-serif;letter-spacing:.3rem}
.roadmap-footer__group ul{padding:0;display:flex;flex-direction:column;gap:1.6rem;list-style:none}
.roadmap-footer__group li{height:2.9rem}
.roadmap-footer__group a{display:block;color:#fff;font:500 1.6rem/2.88rem "Noto Sans JP",sans-serif;letter-spacing:.24rem;text-decoration:none;white-space:nowrap;text-underline-offset:.4rem}
.roadmap-footer__copyright{width:126.6rem;height:2.9rem;font:500 1.6rem/2.88rem "Noto Sans JP",sans-serif;letter-spacing:.24rem;text-align:center}
.roadmap-footer a:focus-visible{outline:.3rem solid #f7e730;outline-offset:.3rem}
.roadmap-footer a:active{color:#f7e730}
@media (hover:hover){.roadmap-footer__group a:hover,.roadmap-footer__address a:hover{text-decoration:underline;color:#f7e730}.roadmap-footer__logo-link:hover img{filter:brightness(1.12)}}
@media (max-width:767px){
 .roadmap-footer{min-height:124.5rem;padding:8rem 1.6rem 2.4rem;gap:2.4rem}
 .roadmap-footer__main{width:34.3rem;min-height:108.8rem;padding-bottom:5rem;display:flex;flex-direction:column;gap:3.5rem}
 .roadmap-footer__brand{width:34.3rem;min-height:64.9rem;display:flex;flex-direction:column;gap:2.4rem}
 .roadmap-footer__company{order:1;width:32.7rem;min-height:28.2rem;gap:2.4rem}
 .roadmap-footer__map{order:2;width:34.3rem;height:34.3rem}
 .roadmap-footer__tagline{width:33rem;min-height:5.8rem}
 .roadmap-footer__address{width:27.7rem;min-height:14.5rem}
 .roadmap-footer__nav{display:flex;flex-direction:column;gap:3.5rem}
 .roadmap-footer__nav-row{min-height:15.9rem;display:grid;grid-template-columns:14.9rem 14.9rem;justify-content:space-between}
 .roadmap-footer__group{min-height:15.9rem}
 .roadmap-footer__group--other{width:16.4rem}
 .roadmap-footer__group li{height:2.5rem}
 .roadmap-footer__group a{font-size:1.4rem;line-height:2.52rem;letter-spacing:.14rem}
 .roadmap-footer__copyright{width:34.3rem;height:2.9rem}
}
@media (prefers-reduced-motion:reduce){.roadmap-footer a,.roadmap-footer img{transition:none}}
