:root {
  --black: #08090c;
  --black-2: #101116;
  --black-3: #17191f;
  --white: #f5f5f2;
  --muted: rgba(245, 245, 242, 0.66);
  --line: rgba(245, 245, 242, 0.18);
  --yellow: #f6c817;
  --content: 1480px;
  --header-h: 108px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

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

.wrap {
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-h);
  color: var(--white);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, height 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(25, 26, 29, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.home-page .site-header {
  color: var(--white);
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .site-header .brand span {
  color: rgba(255, 255, 255, 0.78);
}

.home-page .site-header .brand strong,
.home-page .site-header .nav-trigger,
.home-page .site-header .nav-link {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.home-page .site-header .header-button.is-primary {
  color: var(--white);
  background: rgba(8, 9, 12, 0.14);
  border-color: var(--white);
}

.home-page .site-header .menu-toggle {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.home-page .site-header.is-scrolled,
.home-page .site-header.is-open,
.home-page .site-header:has(.nav-group:hover),
.home-page .site-header:has(.nav-group:focus-within),
.home-page .site-header:has(.nav-group.is-active) {
  color: #15161a;
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(21, 22, 26, 0.12);
  box-shadow: 0 8px 24px rgba(25, 30, 28, 0.035);
  backdrop-filter: blur(16px);
}

.home-page .site-header.is-scrolled .brand span,
.home-page .site-header.is-open .brand span,
.home-page .site-header:has(.nav-group:hover) .brand span,
.home-page .site-header:has(.nav-group:focus-within) .brand span,
.home-page .site-header:has(.nav-group.is-active) .brand span {
  color: rgba(21, 22, 26, 0.56);
}

.home-page .site-header.is-scrolled .brand strong,
.home-page .site-header.is-scrolled .nav-trigger,
.home-page .site-header.is-scrolled .nav-link,
.home-page .site-header:has(.nav-group:hover) .brand strong,
.home-page .site-header:has(.nav-group:hover) .nav-trigger,
.home-page .site-header:has(.nav-group:hover) .nav-link,
.home-page .site-header:has(.nav-group:focus-within) .brand strong,
.home-page .site-header:has(.nav-group:focus-within) .nav-trigger,
.home-page .site-header:has(.nav-group:focus-within) .nav-link,
.home-page .site-header:has(.nav-group.is-active) .brand strong,
.home-page .site-header:has(.nav-group.is-active) .nav-trigger,
.home-page .site-header:has(.nav-group.is-active) .nav-link {
  text-shadow: none;
}

.home-page .site-header.is-scrolled .header-button.is-primary,
.home-page .site-header:has(.nav-group:hover) .header-button.is-primary,
.home-page .site-header:has(.nav-group:focus-within) .header-button.is-primary,
.home-page .site-header:has(.nav-group.is-active) .header-button.is-primary {
  color: #15161a;
  background: transparent;
  border-color: #15161a;
}

.home-page .site-header.is-open .menu-toggle,
.home-page .site-header.is-scrolled .menu-toggle {
  color: #15161a;
  border-color: rgba(21, 22, 26, 0.45);
}

.header-inner {
  display: flex;
  width: min(1840px, calc(100% - 80px));
  height: 100%;
  align-items: center;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  margin-right: auto;
  line-height: 1;
}

.brand strong {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.brand span {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.65);
  border-left: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 10px;
}

.nav-group {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-trigger,
.nav-link {
  display: inline-flex;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.nav-trigger::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-link:hover,
.nav-link:focus-visible {
  color: #a7a8aa;
  outline: none;
}

.nav-group:hover .nav-trigger::after,
.nav-group:focus-within .nav-trigger::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.mega-menu {
  position: fixed;
  z-index: 102;
  top: var(--header-h);
  right: 0;
  left: 0;
  width: 100vw;
  padding: 46px 0 48px;
  visibility: hidden;
  opacity: 0;
  color: var(--black);
  background: #f5f5f2;
  border-top: 1px solid rgba(21, 22, 26, 0.12);
  border-radius: 0;
  box-shadow: 0 22px 50px rgba(25, 30, 28, 0.08);
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu,
.nav-group.is-active .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-grid {
  display: grid;
  width: min(920px, calc(100% - 80px));
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 54px;
  margin: 0 auto;
}

.mega-feature {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  color: #15161a;
  background: transparent;
}

.mega-feature img {
  position: static;
  height: 182px;
  object-fit: cover;
  filter: brightness(1.08) saturate(0.92);
  border-radius: 8px;
  transition: transform 0.45s ease;
}

.mega-feature:hover img {
  transform: scale(1.035);
}

.mega-feature div {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
}

.mega-feature strong {
  font-size: 19px;
  line-height: 1.4;
}

.mega-feature b {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--black);
  font-size: 18px;
}

.mega-links {
  display: grid;
  align-content: start;
}

.mega-links a {
  display: grid;
  min-height: 66px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(8, 9, 12, 0.18);
  font-size: 16px;
  font-weight: 900;
}

.mega-links a:first-child {
  border-top: 1px solid rgba(8, 9, 12, 0.18);
}

.mega-links small {
  color: #9a7610;
  font-size: 9px;
}

.mega-links i {
  font-style: normal;
  transition: transform 0.2s ease;
}

.mega-links a:hover i {
  transform: translateX(5px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 22px;
}

.header-button {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.header-button:hover,
.header-button:focus-visible {
  color: var(--black);
  background: var(--white);
  outline: none;
}

.header-button.is-primary {
  color: var(--white);
  background: rgba(8, 9, 12, 0.28);
  border-color: var(--white);
}

.header-button.is-primary:hover,
.header-button.is-primary:focus-visible {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-open .menu-toggle span {
  opacity: 0;
}

.site-header.is-open .menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .menu-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  z-index: 99;
  inset: var(--header-h) 0 0;
  display: none;
  overflow-y: auto;
  padding: 26px 24px 80px;
  background: #08090c;
}

.mobile-nav a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 900;
}

.mobile-nav small {
  color: var(--yellow);
  font-size: 9px;
}

.mobile-actions {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.mobile-actions .header-button {
  min-height: 56px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--black);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(0.82) brightness(0.86);
  animation: pull-back 8s cubic-bezier(0.18, 0.72, 0.22, 1) both;
}

@keyframes pull-back {
  from { transform: scaleX(-1.12) scaleY(1.12); }
  to { transform: scaleX(-1) scaleY(1); }
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 11, 14, 0.92) 0%, rgba(10, 11, 14, 0.74) 32%, rgba(10, 11, 14, 0.3) 64%, rgba(10, 11, 14, 0.08) 100%),
    linear-gradient(0deg, rgba(10, 11, 14, 0.92) 0%, rgba(10, 11, 14, 0.46) 26%, rgba(10, 11, 14, 0.06) 56%, transparent 74%),
    linear-gradient(180deg, rgba(10, 11, 14, 0.62) 0%, transparent 22%);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(var(--content), calc(100% - 64px));
  min-height: 100svh;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 auto;
  padding: 150px 0 122px;
}

.hero-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.hero-tag {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.hero-tag::before,
.eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero-tag::before {
  width: 52px;
  height: 3px;
}

.hero h1 {
  max-width: 960px;
  margin: 26px 0 26px;
  font-size: clamp(78px, 8.5vw, 148px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.01em;
  text-shadow: 0 10px 44px rgba(0, 0, 0, 0.62), 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-promise {
  margin-bottom: 22px;
  padding-left: 20px;
  border-left: 4px solid var(--yellow);
  color: var(--yellow);
  font-size: clamp(22px, 2.3vw, 36px);
  font-weight: 900;
  line-height: 1.5;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero .button {
  min-height: 58px;
  padding: 15px 28px;
}

.hero .button:not(.is-outline) {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

.hero .button.is-outline {
  background: rgba(10, 11, 14, 0.42);
  backdrop-filter: blur(2px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 13px 24px;
  color: var(--black);
  background: var(--yellow);
  border: 1px solid var(--yellow);
  font-size: 13px;
  font-weight: 900;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.button::after,
.text-link::after {
  content: "→";
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  background: transparent;
  outline: none;
  transform: translateY(-3px);
}

.button.is-outline {
  color: var(--white);
  background: rgba(8, 9, 12, 0.3);
  border-color: rgba(255, 255, 255, 0.56);
}

.button.is-outline:hover,
.button.is-outline:focus-visible {
  color: var(--black);
  background: var(--white);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 36px;
  writing-mode: vertical-rl;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.quick-jobs {
  background: #0d0f13;
  border-top: 1px solid rgba(246, 200, 23, 0.34);
  border-bottom: 1px solid rgba(246, 200, 23, 0.34);
}

.quick-jobs-inner {
  display: grid;
  width: min(var(--content), 100%);
  grid-template-columns: minmax(260px, 0.72fr) repeat(4, minmax(0, 1fr));
  margin: 0 auto;
}

.quick-intro,
.quick-job {
  min-height: 160px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.quick-intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.quick-intro span {
  color: var(--yellow);
  font-size: 9px;
  font-weight: 900;
}

.quick-intro strong {
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.35;
}

.quick-job {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: color 0.22s ease, background 0.22s ease;
}

.quick-job:hover {
  color: var(--black);
  background: var(--yellow);
}

.quick-job small {
  color: var(--yellow);
  font-size: 9px;
}

.quick-job:hover small {
  color: var(--black);
}

.quick-job strong {
  font-size: 19px;
}

.home-about,
.home-section {
  color: #15161a;
  background: #f8f8f6;
}

.about-showcase {
  overflow: hidden;
  color: #293039;
  background: #fff;
}

.about-showcase-main {
  display: grid;
  width: min(1720px, calc(100% - 80px));
  min-height: 720px;
  grid-template-columns: minmax(440px, 0.94fr) minmax(0, 1.06fr);
  margin: 0 auto;
}

.about-showcase-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 70px clamp(52px, 7vw, 120px) 84px;
}

.about-showcase-number {
  display: block;
  margin-bottom: 72px;
  color: #aeb1b4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 400;
  line-height: 1;
}

.about-showcase-copy h2 {
  margin: 18px 0 40px;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.6;
}

.about-showcase-copy p {
  max-width: 640px;
  margin-bottom: 12px;
  color: #68717a;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.05;
}

.about-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  color: #15161a;
  font-size: 12px;
  font-weight: 900;
}

.about-showcase-hero {
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  border-radius: 230px 0 0 0;
}

.about-showcase-hero img {
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1) saturate(0.96);
}

.about-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.about-showcase-gallery figure {
  height: 235px;
  margin: 0;
  overflow: hidden;
}

.about-showcase-gallery img {
  height: 100%;
  object-fit: cover;
  filter: brightness(1.08) saturate(0.94);
}

.about-showcase-page {
  padding-top: 64px;
}

.home-wide {
  position: relative;
  width: min(1720px, calc(100% - 80px));
  min-height: 760px;
  margin: 0 auto;
  padding: 76px 0 116px;
}

.home-wide > img {
  width: calc(100% - 110px);
  height: 650px;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) brightness(1.18);
}

.home-about-card {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: min(760px, 52%);
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(52px, 6vw, 96px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 28, 25, 0.08);
}

.home-kicker {
  display: block;
  color: #9a7610;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.home-about-card h2,
.home-section-head h2,
.environment-copy h2 {
  margin: 18px 0 28px;
  font-size: clamp(40px, 4.7vw, 70px);
  font-weight: 900;
  line-height: 1.2;
}

.home-about-card p,
.home-section-head p,
.environment-copy > p {
  color: rgba(21, 22, 26, 0.66);
  font-size: 14px;
  line-height: 2.05;
}

.home-read-more {
  display: flex;
  width: min(100%, 520px);
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  padding: 0 18px 0 28px;
  border: 3px solid #15161a;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 900;
  transition: color 0.22s ease, background 0.22s ease;
}

.home-read-more b {
  display: grid;
  width: 46px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: #15161a;
  font-size: 28px;
  line-height: 1;
}

.home-read-more:hover,
.home-read-more:focus-visible {
  color: #15161a;
  background: var(--yellow);
  outline: none;
}

.home-container {
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto;
}

.home-section {
  padding: clamp(104px, 10vw, 164px) 0;
  border-top: 1px solid rgba(21, 22, 26, 0.12);
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.home-section-head h2 {
  margin-bottom: 0;
}

.home-section-head p {
  margin: 0;
}

.business-section {
  background: #fff;
}

.business-reference-section {
  padding: clamp(28px, 4vw, 64px) 0;
  background: #f7f7f5;
}

.business-reference-head {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 44px;
  color: #15161a;
}

.business-reference-head p {
  color: rgba(21, 22, 26, 0.72);
}

.business-fields-grid {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.business-field-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: #fff;
  background: #181a1d;
  border-radius: 7px;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-field-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 16, 18, 0.18);
}

.business-field-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 21, 23, 0) 24%, rgba(20, 22, 24, 0.62) 48%, rgba(20, 22, 24, 0.92) 72%, #191b1e 100%);
  content: "";
}

.business-field-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  overflow: hidden;
}

.business-field-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.business-field-card > div {
  position: absolute;
  right: clamp(14px, 2.4%, 22px);
  bottom: clamp(14px, 2.4%, 22px);
  left: clamp(14px, 2.4%, 22px);
}

.business-field-card small {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
}

.business-field-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.35;
}

.business-field-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.75;
}

.business-field-card strong {
  font-size: 13px;
}

.business-field-card:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: -4px;
}

@media (max-width: 900px) {
  .business-fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.business-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: #15161a;
}

.business-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(22, 23, 26, 0.7), rgba(22, 23, 26, 0) 66%);
  content: "";
}

.business-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(1.14);
  transition: transform 0.5s ease;
}

.business-card:hover img {
  transform: scale(1.035);
}

.business-card > div {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.business-card small,
.business-card h3 {
  margin: 16px 0 12px;
  font-size: 34px;
}

.business-card p {
  min-height: 56px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.business-card span {
  font-size: 11px;
  font-weight: 900;
}

.members-section {
  background: #f3f5f3;
}

.people-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.people-strip a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #212b30;
  border-radius: 8px;
  color: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.people-strip a:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 16, 18, 0.18);
}

.people-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.people-strip figure::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(33, 43, 48, 0) 0%, rgba(33, 43, 48, 0.72) 58%, #212b30 100%);
  content: "";
}

.people-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 20%;
}

.people-strip a > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2px 14px 18px;
}

.people-name {
  display: block;
  margin-top: 2px;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 900;
  line-height: 1.5;
}

.people-line {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.75;
}

.people-strip small {
  display: block;
  min-height: 2.8em;
  color: var(--yellow);
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 700;
  line-height: 1.6;
}

.people-strip strong {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.people-strip a:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: -4px;
}

@media (max-width: 1180px) {
  .people-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .people-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-read-more.is-compact {
  width: 360px;
  margin: 44px 0 0 auto;
  background: transparent;
}

.environment-section {
  background: #fff;
}

.environment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  min-height: 680px;
}

.environment-photo {
  min-height: 620px;
}

.environment-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) brightness(1.14) contrast(0.97);
}

.environment-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(50px, 6vw, 94px);
  background: #f7f8f6;
}

.environment-menu {
  margin-top: 34px;
  border-top: 1px solid rgba(21, 22, 26, 0.24);
}

.environment-menu a {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 22, 26, 0.2);
  font-size: 15px;
  font-weight: 900;
}

.environment-menu a:hover {
  color: #9a7610;
}

.positions-section {
  background: #fff;
}

.positions-list {
  border-top: 2px solid #15161a;
}

.positions-list a {
  display: grid;
  min-height: 105px;
  grid-template-columns: 72px minmax(180px, 0.5fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid rgba(21, 22, 26, 0.22);
  transition: color 0.2s ease, background 0.2s ease;
}

.positions-list a:hover {
  background: var(--yellow);
}

.positions-list small {
  color: #9a7610;
}

.positions-list strong {
  font-size: 21px;
}

.positions-list span {
  color: rgba(21, 22, 26, 0.62);
  text-align: right;
}

.home-entry {
  padding: 100px 0;
  color: #15161a;
  background: var(--yellow);
}

.home-entry h2 {
  margin: 14px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.2;
}

.home-entry .home-kicker {
  color: rgba(21, 22, 26, 0.62);
}

.home-entry .button {
  color: #fff;
  background: #202125;
  border-color: #202125;
}

.home-entry .button:hover,
.home-entry .button:focus-visible {
  color: #15161a;
  background: transparent;
}

.home-entry .button.is-outline {
  color: #15161a;
  background: transparent;
  border-color: #15161a;
}

.home-entry .button.is-outline:hover,
.home-entry .button.is-outline:focus-visible {
  color: #fff;
  background: #202125;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 156px) 0;
  border-bottom: 1px solid rgba(246, 200, 23, 0.15);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 66px;
}

.section-title {
  margin: 18px 0 0;
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 900;
  line-height: 1.18;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2.05;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
}

.text-link::after {
  transition: transform 0.2s ease;
}

.text-link:hover::after {
  transform: translateX(6px);
}

.feature-row {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  border: 1px solid var(--line);
}

.feature-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--black-2);
}

.feature-media img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.76);
  transition: transform 0.55s ease;
}

.feature-row:hover .feature-media img {
  transform: scale(1.025);
}

.feature-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(42px, 6vw, 86px);
  background: rgba(13, 15, 19, 0.96);
}

.feature-copy h3 {
  margin: 20px 0 24px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.35;
}

.feature-copy p {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2.05;
}

.portal-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portal-link {
  min-height: 310px;
  padding: 36px;
  border-right: 1px solid var(--line);
  transition: color 0.25s ease, background 0.25s ease;
}

.portal-link:last-child {
  border-right: 0;
}

.portal-link:hover {
  color: var(--black);
  background: var(--yellow);
}

.portal-link small {
  display: block;
  color: var(--yellow);
  font-size: 9px;
}

.portal-link:hover small {
  color: var(--black);
}

.portal-link h3 {
  margin: 78px 0 20px;
  font-size: 29px;
  line-height: 1.35;
}

.portal-link p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.portal-link:hover p {
  color: rgba(8, 9, 12, 0.68);
}

.future-band {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.96), rgba(8, 9, 12, 0.62)),
    url("risby-site-team-v2.jpg") center / cover no-repeat;
}

.future-copy {
  max-width: 940px;
}

.future-copy h2 {
  margin: 22px 0 26px;
  font-size: clamp(52px, 6.6vw, 104px);
  line-height: 1.12;
}

.future-copy h2 em {
  color: var(--yellow);
  font-style: normal;
}

.future-copy p {
  max-width: 700px;
  margin-bottom: 36px;
  color: var(--muted);
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.person-card {
  overflow: hidden;
  background: var(--black-2);
  border: 1px solid var(--line);
  transition: transform 0.3s ease;
}

.person-card:hover {
  transform: translateY(-6px);
}

.person-card img {
  height: 360px;
  object-fit: cover;
  filter: grayscale(0.7) brightness(0.72);
  transition: filter 0.3s ease, transform 0.45s ease;
}

.person-card:hover img {
  filter: grayscale(0) brightness(0.9);
  transform: scale(1.025);
}

.person-copy {
  min-height: 230px;
  padding: 28px;
  border-top: 4px solid var(--yellow);
}

.person-copy small {
  color: var(--yellow);
  font-size: 9px;
}

.person-copy h3 {
  margin: 20px 0 16px;
  font-size: 23px;
  line-height: 1.45;
}

.person-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.work-band {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.96), rgba(8, 9, 12, 0.55)),
    url("risby-elite-team-v2.jpg") center / cover no-repeat;
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 90px;
  align-items: end;
  min-height: 520px;
}

.work-layout h2 {
  margin: 20px 0 28px;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.2;
}

.work-links {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.work-links a {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 17px;
  font-weight: 900;
}

.jobs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.job-row {
  display: grid;
  min-height: 200px;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 0.22s ease, background 0.22s ease;
}

.job-row:nth-child(2n) {
  border-right: 0;
}

.job-row:hover {
  color: var(--black);
  background: var(--yellow);
}

.job-row small {
  color: var(--yellow);
  font-size: 9px;
}

.job-row:hover small {
  color: var(--black);
}

.job-row h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.job-row p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.job-row:hover p {
  color: rgba(8, 9, 12, 0.68);
}

.entry-band {
  color: var(--black);
  background: var(--yellow);
}

.entry-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.entry-layout h2 {
  margin: 0;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: 1.2;
}

.entry-layout .button {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.entry-layout .button:hover {
  color: var(--black);
  background: transparent;
}

.footer {
  padding: 76px 0 118px;
  background: #232529;
}

.home-page .footer {
  color: #15161a;
  background: #eef0ed;
}

.home-page .footer-grid {
  border-bottom-color: rgba(21, 22, 26, 0.14);
}

.home-page .footer-brand {
  color: #15161a;
}

.home-page .footer h3 {
  color: #8a6a0b;
}

.home-page .footer p,
.home-page .footer a {
  color: rgba(21, 22, 26, 0.62);
}

.home-page .footer-bottom {
  color: rgba(21, 22, 26, 0.44);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) repeat(3, minmax(0, 0.7fr));
  gap: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
}

.footer h3 {
  margin-bottom: 16px;
  color: var(--yellow);
  font-size: 10px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
}

.page-hero {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 80px) 0 92px;
  background: var(--black-2);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.96), rgba(8, 9, 12, 0.48)),
    var(--page-image, none) center / cover no-repeat;
  content: "";
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 1080px;
  margin: 22px 0 24px;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 1.1;
}

.page-hero p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.about-page .page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.82), rgba(8, 9, 12, 0.12)),
    var(--page-image, none) center / cover no-repeat;
  filter: brightness(1.2) saturate(0.9);
}

.about-page .detail-section {
  color: #111217;
  background: #f1f0eb;
  border-bottom-color: rgba(8, 9, 12, 0.12);
}

.about-page .detail-copy,
.about-page .service-flow ul {
  color: rgba(17, 18, 23, 0.68);
}

.about-page .detail-copy strong {
  color: #111217;
}

.about-page .service-flow {
  border-color: rgba(8, 9, 12, 0.22);
}

.about-page .service-flow article {
  border-right-color: rgba(8, 9, 12, 0.18);
}

.about-page .service-flow li {
  border-bottom-color: rgba(8, 9, 12, 0.12);
}

.detail-section {
  padding: clamp(88px, 9vw, 140px) 0;
  border-bottom: 1px solid rgba(246, 200, 23, 0.14);
}

.definition-grid,
.two-column {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 120px);
}

.detail-title {
  margin: 18px 0 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.25;
}

.detail-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 2.15;
}

.detail-copy strong {
  display: block;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.5;
}

.service-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-flow article {
  min-height: 300px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.service-flow article:last-child {
  border-right: 0;
}

.service-flow small {
  color: var(--yellow);
  font-size: 9px;
}

.service-flow h3 {
  margin: 62px 0 22px;
  font-size: 28px;
}

.service-flow ul,
.environment-list {
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 12px;
}

.service-flow li,
.environment-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.principle-stack article {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1.62fr);
  gap: 70px;
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.principle-stack article:first-child {
  padding-top: 0;
  border-top: 0;
}

.principle-stack small {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
}

.principle-stack h2 {
  margin: 0 0 26px;
  font-size: clamp(42px, 5.5vw, 82px);
  line-height: 1.25;
}

.principle-stack h2 em {
  color: var(--yellow);
  font-style: normal;
}

.principle-stack p {
  max-width: 850px;
  color: var(--muted);
}

.credo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credo-grid div {
  min-height: 230px;
  padding: 34px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.credo-grid div:last-child {
  border-right: 0;
}

.credo-grid strong {
  display: block;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.6vw, 40px);
  font-style: italic;
  line-height: 1;
}

.credo-grid span {
  display: block;
  margin-top: 62px;
  font-size: 14px;
  line-height: 1.9;
  white-space: nowrap;
}

.roadmap-chart {
  display: grid;
  height: 470px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin-top: 72px;
  border-bottom: 2px solid rgba(246, 200, 23, 0.58);
}

.roadmap-bar {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}

.roadmap-bar strong {
  margin-bottom: 10px;
  font-size: clamp(18px, 2.4vw, 34px);
}

.roadmap-bar i {
  display: block;
  height: var(--level);
  min-height: 36px;
  background: rgba(161, 148, 108, 0.58);
}

.roadmap-bar.goal i {
  background: var(--yellow);
}

.roadmap-bar.future i {
  background: rgba(246, 200, 23, 0.02);
  border: 2px dashed rgba(246, 200, 23, 0.4);
}

.roadmap-bar span {
  min-height: 42px;
  padding-top: 10px;
  color: var(--muted);
  font-size: 10px;
}

.profile-grid,
.environment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.profile {
  background: var(--black-2);
  border: 1px solid var(--line);
}

.profile img {
  height: 390px;
  object-fit: cover;
}

.profile div,
.environment-grid article {
  padding: 30px;
}

.profile small,
.environment-grid small {
  color: var(--yellow);
  font-size: 9px;
}

.profile h2,
.environment-grid h2 {
  margin: 18px 0;
  font-size: 25px;
  line-height: 1.45;
}

.profile p,
.environment-grid p {
  color: var(--muted);
  font-size: 12px;
}

.environment-grid article {
  min-height: 330px;
  border: 1px solid var(--line);
}

.job-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.job-detail {
  min-height: 340px;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.job-detail:nth-child(2n) {
  border-right: 0;
}

.job-detail small {
  color: var(--yellow);
  font-size: 9px;
}

.job-detail h2 {
  margin: 46px 0 20px;
  font-size: 30px;
}

.job-detail p {
  color: var(--muted);
  font-size: 12px;
}

.job-detail .button {
  margin-top: 26px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 17px;
  list-style: none;
}

.faq-list summary::after {
  color: var(--yellow);
  content: "+";
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 940px;
  padding: 0 0 28px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .header-inner {
    width: calc(100% - 40px);
  }

  .brand {
    gap: 12px;
  }

  .brand strong {
    font-size: 27px;
  }

  .brand span {
    font-size: 11px;
  }

  .desktop-nav {
    gap: 0;
  }

  .nav-trigger,
  .nav-link {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .header-actions {
    margin-left: 8px;
  }

  .header-button {
    min-height: 50px;
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  .quick-jobs-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-intro {
    grid-column: 1 / -1;
  }

  .feature-row,
  .work-layout,
  .definition-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .environment-layout {
    grid-template-columns: 1fr;
  }

  .about-showcase-main {
    width: calc(100% - 48px);
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-showcase-copy {
    padding: 72px 7vw 64px;
  }

  .about-showcase-number {
    margin-bottom: 42px;
  }

  .about-showcase-hero {
    min-height: 560px;
    border-radius: 150px 0 0 0;
  }

  .about-showcase-gallery {
    grid-template-columns: repeat(5, minmax(260px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 820px) {
  :root {
    --header-h: 72px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.is-open + .mobile-nav,
  .mobile-nav.is-open {
    display: block;
  }

  .wrap,
  .hero-content,
  .header-inner {
    width: calc(100% - 40px);
  }

  .home-container,
  .home-wide {
    width: calc(100% - 40px);
  }

  .about-showcase-main {
    width: calc(100% - 40px);
  }

  .about-showcase-copy {
    padding: 56px 10px 54px;
  }

  .about-showcase-number {
    margin-bottom: 34px;
    font-size: 64px;
  }

  .about-showcase-copy h2 {
    margin-bottom: 28px;
    font-size: 26px;
  }

  .about-showcase-copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .about-showcase-hero {
    min-height: 440px;
    border-radius: 110px 0 0 0;
  }

  .about-showcase-gallery figure {
    height: 210px;
  }

  .brand strong {
    font-size: 26px;
  }

  .hero-photo {
    object-position: 18% center;
  }

  .hero-content {
    padding: 130px 0 100px;
  }

  .hero h1 {
    font-size: clamp(58px, 15vw, 86px);
  }

  .quick-jobs-inner,
  .portal-links,
  .people-grid,
  .jobs-list,
  .service-flow,
  .profile-grid,
  .environment-grid,
  .job-detail-grid,
  .credo-grid,
  .business-grid,
  .member-strip {
    grid-template-columns: 1fr;
  }

  .home-wide {
    min-height: 0;
    padding: 54px 0 76px;
  }

  .home-wide > img {
    width: 100%;
    height: 440px;
  }

  .home-about-card {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 28px);
    min-height: 0;
    margin: -84px auto 0;
    padding: 48px 34px;
  }

  .business-card {
    min-height: 520px;
  }

  .member-strip img {
    height: 390px;
  }

  .environment-photo {
    min-height: 440px;
  }

  .positions-list a {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 10px;
  }

  .positions-list span {
    grid-column: 2;
    text-align: left;
  }

  .quick-intro,
  .quick-job,
  .portal-link,
  .service-flow article,
  .credo-grid div,
  .job-row,
  .job-detail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-row {
    min-height: 0;
  }

  .feature-media {
    min-height: 420px;
  }

  .entry-layout,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .principle-stack article {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .roadmap-chart {
    height: 360px;
    gap: 7px;
  }
}

@media (max-width: 560px) {
  .brand span {
    display: none;
  }

  .hero-copy br {
    display: none;
  }

  .button-row .button,
  .entry-layout .button {
    width: 100%;
  }

  .section,
  .detail-section {
    padding: 82px 0;
  }

  .home-section {
    padding: 86px 0;
  }

  .about-showcase-main {
    width: calc(100% - 28px);
  }

  .about-showcase-copy {
    padding-top: 46px;
  }

  .about-showcase-number {
    margin-bottom: 26px;
    font-size: 54px;
  }

  .about-showcase-copy h2 {
    font-size: 23px;
    line-height: 1.55;
  }

  .about-showcase-hero {
    min-height: 350px;
    border-radius: 78px 0 0 0;
  }

  .about-showcase-gallery {
    grid-template-columns: repeat(5, minmax(225px, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  .about-showcase-gallery figure {
    height: 175px;
  }

  .home-about-card h2,
  .home-section-head h2,
  .environment-copy h2 {
    font-size: 40px;
  }

  .home-about-card {
    width: calc(100% - 18px);
    padding: 40px 24px;
  }

  .home-read-more,
  .home-read-more.is-compact {
    width: 100%;
  }

  .business-card {
    min-height: 470px;
  }

  .business-card > div {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .environment-copy {
    padding: 48px 24px;
  }

  .future-band {
    min-height: 560px;
  }

  .person-card img,
  .profile img {
    height: 320px;
  }

  .job-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 24px 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 65svh;
  }

  .roadmap-chart {
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(84px, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ===== KNOW RISBY (home) ===== */
.know-risby {
  padding: clamp(90px, 10vw, 150px) 0 clamp(90px, 10vw, 140px);
  color: #15161a;
  background: #f8f8f6;
}

.know-block {
  margin-top: clamp(70px, 8vw, 130px);
}

.know-label {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--yellow);
  color: #15161a;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

/* --- PHILOSOPHY --- */
.know-philosophy {
  text-align: center;
}

.know-quote {
  margin: 32px 0 0;
  font-size: clamp(22px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.55;
}

.know-quote em {
  position: relative;
  font-style: normal;
  color: #15161a;
}

.know-quote em::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.12em;
  height: 0.34em;
  background: rgba(246, 200, 23, 0.55);
  z-index: -1;
}

.know-quote em {
  z-index: 0;
}

/* --- VISION --- */
.know-vision {
  text-align: center;
}

.know-vision-title {
  margin: 30px 0 0;
  font-size: clamp(24px, 3.4vw, 50px);
  font-weight: 900;
  line-height: 1.3;
}

.know-vision-title em {
  font-style: normal;
  color: #b8880b;
}

.know-vision-lead {
  margin: 18px 0 0;
  color: rgba(21, 22, 26, 0.6);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.know-vision-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  text-align: left;
}

.know-vision-cards > div {
  padding: 34px 28px 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(21, 22, 26, 0.07);
}

.know-step {
  display: block;
  margin-bottom: 16px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.know-vision-cards p {
  margin: 0 0 14px;
  color: rgba(21, 22, 26, 0.76);
  font-size: 14px;
  line-height: 1.95;
}

.know-vision-cards p:last-child {
  margin-bottom: 0;
}

.know-vision-cards b {
  color: #15161a;
  background: linear-gradient(transparent 62%, rgba(246, 200, 23, 0.5) 62%);
}

/* --- CREDO --- */
.know-credo {
  text-align: center;
}

.know-credo-lead {
  margin: 22px 0 0;
  color: rgba(21, 22, 26, 0.62);
  font-size: 14px;
  line-height: 2;
}

.know-credo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(21, 22, 26, 0.14);
  border-bottom: 1px solid rgba(21, 22, 26, 0.14);
}

.know-credo-grid > div {
  min-height: 200px;
  padding: 38px 20px;
  border-right: 1px solid rgba(21, 22, 26, 0.14);
  text-align: center;
}

.know-credo-grid > div:last-child {
  border-right: 0;
}

.know-credo-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #b8880b;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.know-credo-grid span {
  display: block;
  color: rgba(21, 22, 26, 0.72);
  font-size: 13px;
  line-height: 1.95;
}

/* --- PRESIDENT --- */
.know-president {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
  padding: clamp(34px, 4vw, 56px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(21, 22, 26, 0.08);
}

.know-president-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.know-president-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center 12%;
}

.know-president-copy h3 {
  margin: 26px 0 24px;
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 900;
  line-height: 1.45;
}

.know-president-copy p {
  margin: 0 0 16px;
  color: rgba(21, 22, 26, 0.76);
  font-size: 14px;
  line-height: 2.05;
}

.know-president-name {
  margin-top: 24px !important;
  color: #15161a !important;
  font-weight: 900;
}

.know-youtube {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 16px 24px;
  border-radius: 999px;
  color: #fff;
  background: #15161a;
  transition: background 0.2s ease, transform 0.2s ease;
}

.know-youtube:hover {
  background: #000;
  transform: translateY(-2px);
}

.know-youtube-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #ff0033;
  font-size: 11px;
}

.know-youtube > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.know-youtube small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.know-youtube b {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .know-vision-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .know-credo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .know-credo-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .know-credo-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(21, 22, 26, 0.14);
  }

  .know-president {
    grid-template-columns: minmax(0, 1fr);
  }

  .know-president-photo img {
    max-height: 320px;
  }
}

@media (max-width: 640px) {
  .know-risby {
    padding: 72px 0 76px;
  }

  .know-block {
    margin-top: 60px;
  }

  .know-quote {
    font-size: 21px;
    line-height: 1.75;
  }

  .know-vision-title {
    font-size: 23px;
  }

  .know-vision-cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .know-vision-cards > div {
    padding: 26px 22px;
  }

  .know-credo-grid > div {
    min-height: 0;
    padding: 28px 14px;
  }

  .know-president {
    padding: 24px 20px 30px;
  }

  .know-youtube {
    width: 100%;
    justify-content: space-between;
  }
}

/* ===== ABOUT: Read More card (home) ===== */
.about-more {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  width: min(1480px, calc(100% - 80px));
  margin: -230px auto 64px;
}

.about-more-card {
  max-width: 660px;
  padding: clamp(44px, 4.6vw, 76px) clamp(28px, 3.6vw, 68px) clamp(40px, 4vw, 64px);
  background: #fff;
  box-shadow: 0 34px 74px rgba(21, 22, 26, 0.14);
}

.about-more-card h2 {
  margin: 0 0 26px;
  color: #15161a;
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 900;
  line-height: 1.3;
}

.about-more-card p {
  margin: 0;
  color: rgba(21, 22, 26, 0.7);
  font-size: 14px;
  line-height: 2.05;
}

.read-more-button {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: min(370px, 100%);
  margin-top: clamp(30px, 3vw, 46px);
  padding: 12px 12px 12px 26px;
  border: 2px solid #15161a;
  color: #15161a;
  transition: background 0.2s ease, color 0.2s ease;
}

.read-more-button span {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.read-more-button b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 38px;
  color: #fff;
  background: #15161a;
  font-size: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.read-more-button:hover {
  color: #fff;
  background: #15161a;
}

.read-more-button:hover b {
  color: #15161a;
  background: #fff;
}

@media (max-width: 820px) {
  .about-more {
    display: block;
    width: calc(100% - 40px);
    margin: -60px auto 40px;
  }

  .about-more-card {
    max-width: none;
  }

  .read-more-button {
    width: 100%;
  }
}

/* philosophy ページに置いた KNOW RISBY の上下調整 */
.page-hero + .know-risby {
  padding-top: clamp(70px, 8vw, 120px);
}

/* ヒーローを持たない下層ページ：ヘッダーを常に不透明にして白背景でも読めるようにする */
body:not(.home-page) .site-header {
  background: rgba(25, 26, 29, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

/* ページ先頭に KNOW RISBY が来る場合の余白 */
main > .know-risby:first-child {
  padding-top: calc(var(--header-h) + clamp(48px, 6vw, 96px));
}

/* --- MOVIE（社長の言葉） --- */
.know-movie {
  text-align: center;
}

.know-movie-title {
  margin: 28px 0 0;
  font-size: clamp(19px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.45;
}

.know-movie-frame {
  width: min(620px, 100%);
  margin: 36px auto 0;
  overflow: hidden;
  border-radius: 16px;
  background: #0b0c0e;
  box-shadow: 0 26px 60px rgba(21, 22, 26, 0.16);
}

.know-movie-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.know-movie .know-youtube {
  margin-top: 34px;
  text-align: left;
}

@media (max-width: 640px) {
  .know-movie-frame {
    margin-top: 26px;
    border-radius: 10px;
  }

  .know-movie-title {
    font-size: 18px;
  }
}

/* --- MOVIE：サブ動画2本 --- */
.know-movie-sub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 40px);
  width: min(760px, 100%);
  margin: clamp(28px, 3.2vw, 44px) auto 0;
  text-align: left;
}

.know-movie-sub figure {
  margin: 0;
}

.know-movie-frame.is-small {
  width: 100%;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(21, 22, 26, 0.13);
}

.know-movie-sub figcaption {
  margin-top: 16px;
}

.know-movie-sub figcaption small {
  display: block;
  margin-bottom: 6px;
  color: #9a7610;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.know-movie-sub figcaption strong {
  display: block;
  color: #15161a;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 900;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .know-movie-sub {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ===== 下層ページ先頭のビジュアル帯 ===== */
.page-visual {
  position: relative;
  margin-top: var(--header-h);
  overflow: hidden;
  background: #0b0c0e;
}

.page-visual img {
  display: block;
  width: 100%;
  height: clamp(260px, 34vw, 520px);
  object-fit: cover;
  object-position: center 55%;
}

.page-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 16, 0.34);
}

.page-visual-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 26px);
  color: #fff;
  text-align: center;
}

.page-visual-copy h1 {
  margin: 0;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 400;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .page-visual img {
    height: 220px;
  }
}

/* ===== 社員インタビュー個別ページ ===== */
.page-visual .page-visual-bg {
  position: absolute;
  z-index: 0;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  max-width: none;
  height: calc(100% + 120px);
  margin: 0;
  object-fit: cover;
  object-position: center 30%;
  filter: blur(34px) brightness(0.52) saturate(0.9);
}

.page-visual.is-person::after {
  z-index: 1;
  background: rgba(12, 13, 16, 0.22);
}

.page-visual.is-person img:not(.page-visual-bg) {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: min(100%, 430px);
  height: clamp(300px, 32vw, 440px);
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.interview-no {
  display: block;
  margin-bottom: 14px;
  color: #9a7610;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.interview {
  padding: clamp(56px, 7vw, 100px) 0 clamp(70px, 8vw, 120px);
  color: #15161a;
  background: #f8f8f6;
}

.interview-head {
  max-width: 900px;
}

.interview-head h2 {
  margin: 30px 0 0;
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.45;
}

.interview-note {
  margin: 26px 0 0;
  padding: 14px 18px;
  border-left: 3px solid var(--yellow);
  color: rgba(21, 22, 26, 0.6);
  background: rgba(246, 200, 23, 0.09);
  font-size: 12px;
  line-height: 1.8;
}

.interview-qa {
  margin-top: clamp(44px, 5vw, 76px);
  border-top: 1px solid rgba(21, 22, 26, 0.12);
}

.interview-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(24px, 3vw, 56px);
  padding: clamp(30px, 3.4vw, 48px) 0;
  border-bottom: 1px solid rgba(21, 22, 26, 0.12);
}

.interview-q {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.interview-q span {
  flex: none;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.35;
}

.interview-q h3 {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 900;
  line-height: 1.65;
}

.interview-a p {
  margin: 0 0 16px;
  color: rgba(21, 22, 26, 0.76);
  font-size: 14px;
  line-height: 2.05;
}

.interview-a p:last-child {
  margin-bottom: 0;
}

.interview-next {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 4.6vw, 70px);
}

.interview-next .read-more-button {
  width: min(340px, 100%);
}

@media (max-width: 820px) {
  .interview-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}

/* ===== 社員インタビュー ヒーロー（写真＋見出しの2カラム） ===== */
.person-hero {
  margin-top: var(--header-h);
  padding: clamp(44px, 5vw, 84px) 0;
  overflow: hidden;
  color: #fff;
  background: #101216;
}

.person-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: center;
}

.person-hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.person-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 18%;
}

.person-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.person-hero-no {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 900;
  letter-spacing: 0.24em;
}

.person-hero-role {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.person-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .person-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .person-hero-photo {
    max-width: 160px;
  }
}

/* ===== インタビュー本文（記事型） ===== */
.article {
  padding: clamp(48px, 6vw, 88px) 0 clamp(70px, 8vw, 120px);
  color: #15161a;
  background: #fff;
}

.article-inner {
  width: min(680px, calc(100% - 40px));
  margin: 0 auto;
}

.article-profile {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.article-profile img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.article-profile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}

.article-profile p {
  margin: 0;
  color: rgba(21, 22, 26, 0.68);
  font-size: 13px;
  line-height: 1.85;
}

.article-lead {
  margin: 36px 0 0;
  color: rgba(21, 22, 26, 0.82);
  font-size: 15px;
  line-height: 2.1;
}

.article-toc {
  margin-top: 40px;
  padding: 28px 30px;
  border-radius: 10px;
  background: #f5f5f2;
}

.article-toc h3 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 900;
}

.article-toc h3::before {
  width: 16px;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.article-toc ul {
  margin: 0;
  padding-left: 20px;
}

.article-toc li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.article-toc a {
  border-bottom: 1px solid rgba(21, 22, 26, 0.28);
  color: #9a7610;
}

.article-toc a:hover {
  border-bottom-color: var(--yellow);
}

.article-chapter {
  margin-top: clamp(52px, 6vw, 84px);
  scroll-margin-top: 130px;
}

.article-chapter h2 {
  margin: 0 0 28px;
  padding-left: 16px;
  border-left: 4px solid var(--yellow);
  font-size: clamp(19px, 2.1vw, 27px);
  font-weight: 900;
  line-height: 1.6;
}

.article-photo {
  margin: 0 0 28px;
}

.article-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.article-photo figcaption {
  margin-top: 8px;
  color: rgba(21, 22, 26, 0.4);
  font-size: 11px;
}

.article-chapter p {
  margin: 0 0 26px;
  color: rgba(21, 22, 26, 0.82);
  font-size: 15px;
  line-height: 2.1;
}

.article-quote {
  margin: 0 0 26px;
  padding: 28px 30px;
  border-radius: 10px;
  background: #f5f5f2;
}

.article-quote p {
  margin: 0;
  color: rgba(21, 22, 26, 0.86);
  font-size: 14px;
  line-height: 2.15;
}

.article-next {
  display: flex;
  justify-content: center;
  margin-top: clamp(48px, 5vw, 76px);
}

.article-next .read-more-button {
  width: min(340px, 100%);
}

@media (max-width: 560px) {
  .article-profile {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .article-profile img {
    width: 64px;
    height: 64px;
  }

  .article-toc,
  .article-quote {
    padding: 22px 20px;
  }
}

/* ===== インタビュー：記事ヘッダー（写真なし） ===== */
.article-head {
  padding: calc(var(--header-h) + clamp(40px, 5vw, 76px)) 0 0;
  color: #15161a;
  background: #fff;
}

.article-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(21, 22, 26, 0.42);
  font-size: 11px;
  font-weight: 700;
}

.article-crumb a {
  color: rgba(21, 22, 26, 0.62);
  border-bottom: 1px solid transparent;
}

.article-crumb a:hover {
  border-bottom-color: rgba(21, 22, 26, 0.4);
}

.article-crumb em {
  font-style: normal;
}

.article-head h1 {
  margin: 26px 0 0;
  font-size: clamp(23px, 2.9vw, 40px);
  font-weight: 900;
  line-height: 1.55;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.article-tags li {
  padding: 7px 16px;
  border-radius: 999px;
  color: rgba(21, 22, 26, 0.66);
  background: #f2f2ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.article {
  padding-top: clamp(30px, 3.4vw, 48px);
}

/* ===== 働く環境・制度（トップ着地） ===== */
.env-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 3.4vw, 46px);
}

.env-card {
  padding: clamp(26px, 2.6vw, 36px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 22, 26, 0.06);
}

.env-card small {
  display: block;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.env-card h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 16px 0 12px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 900;
  line-height: 1.5;
}

.env-tag {
  padding: 4px 10px;
  border-radius: 999px;
  color: rgba(21, 22, 26, 0.5);
  background: #f0efe9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.env-card p {
  margin: 0;
  color: rgba(21, 22, 26, 0.7);
  font-size: 13px;
  line-height: 1.95;
}

.env-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(26px, 3vw, 40px);
}

.env-note {
  margin: 0;
  color: rgba(21, 22, 26, 0.45);
  font-size: 12px;
  line-height: 1.8;
}

.env-foot .home-read-more.is-compact {
  width: 320px;
  margin: 0;
}

/* リンクを外した事業領域カード */
.business-field-card:hover {
  transform: none;
  box-shadow: none;
}

@media (max-width: 900px) {
  .env-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .env-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .env-foot .home-read-more.is-compact {
    width: 100%;
  }
}

/* ===== 目指す未来 ===== */
.future-page {
  --fut-ink: #15161a;
}

.fut-kicker,
.fut-label {
  display: block;
  color: #9a7610;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.fut-hero {
  padding: calc(var(--header-h) + clamp(60px, 7vw, 120px)) 0 clamp(60px, 7vw, 110px);
  color: #15161a;
  background: linear-gradient(120deg, #f6c817 0%, #f2b705 55%, #e9a900 100%);
}

.fut-hero .fut-kicker {
  color: rgba(21, 22, 26, 0.6);
}

.fut-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(23px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.4;
}

.fut-hero h1 em {
  font-style: normal;
}

.fut-section {
  padding: clamp(60px, 7vw, 110px) 0;
  color: #15161a;
  background: #f8f8f6;
}

.fut-section.is-light {
  background: #fff;
}

.fut-section.is-dark {
  color: #fff;
  background: #101216;
}

.fut-section.is-dark .fut-label {
  color: var(--yellow);
}

.fut-section h2 {
  margin: 20px 0 0;
  font-size: clamp(19px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.45;
}

.fut-section h2 em {
  font-style: normal;
  color: #b8880b;
}

.fut-section.is-dark h2 em {
  color: var(--yellow);
}

.fut-big {
  font-size: clamp(25px, 3.6vw, 52px) !important;
  line-height: 1.3 !important;
}

.fut-big i {
  font-style: normal;
  color: var(--yellow);
}

.fut-lead {
  margin: 26px 0 0;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.9;
}

.fut-lead em {
  font-style: normal;
  color: #b8880b;
}

.fut-section.is-dark .fut-lead em {
  color: var(--yellow);
}

.fut-lead.is-center {
  text-align: center;
}

.fut-note {
  margin: 22px 0 0;
  color: rgba(21, 22, 26, 0.5);
  font-size: 12px;
  line-height: 1.8;
}

.fut-section.is-dark .fut-note {
  color: rgba(255, 255, 255, 0.5);
}

.fut-note.is-right {
  text-align: right;
}

/* 0 → 10 */
.fut-figure {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: baseline;
  margin-top: 20px;
}

.fut-figure strong {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(40px, 5.6vw, 84px);
  font-weight: 900;
  line-height: 1;
}

.fut-figure i {
  color: var(--yellow);
  font-style: normal;
  font-size: clamp(24px, 3.4vw, 46px);
  font-weight: 900;
}

.fut-figure small {
  color: rgba(21, 22, 26, 0.55);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.fut-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(30px, 3.6vw, 52px);
}

.fut-three > div {
  padding-top: 24px;
  border-top: 1px solid rgba(21, 22, 26, 0.16);
}

.fut-section.is-dark .fut-three > div {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.fut-three.is-bordered > div {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 2px solid var(--yellow);
}

.fut-three small {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.fut-three h3 {
  margin: 0 0 12px;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 900;
}

.fut-three p {
  margin: 0;
  color: rgba(21, 22, 26, 0.68);
  font-size: 13px;
  line-height: 1.9;
}

.fut-section.is-dark .fut-three p {
  color: rgba(255, 255, 255, 0.72);
}

/* クライアント */
.fut-clients {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 3.6vw, 48px);
}

.fut-clients span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(21, 22, 26, 0.14);
  border-radius: 8px;
  background: #fafaf8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}

/* NEW バッジ */
.fut-new {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.fut-new > div {
  padding: 26px 28px;
  border-radius: 8px;
  color: #15161a;
  background: linear-gradient(120deg, #f6c817, #eeb105);
}

.fut-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--yellow);
  background: #15161a;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.fut-new h3 {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 900;
}

.fut-new p {
  margin: 0;
  color: rgba(21, 22, 26, 0.72);
  font-size: 13px;
  line-height: 1.85;
}

/* フロー */
.fut-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: clamp(30px, 3.6vw, 48px);
}

.fut-flow span {
  padding: 12px 22px;
  border: 2px solid #15161a;
  font-size: 14px;
  font-weight: 900;
}

.fut-flow span.is-accent {
  color: #15161a;
  background: var(--yellow);
  border-color: var(--yellow);
}

.fut-flow i {
  color: rgba(21, 22, 26, 0.45);
  font-style: normal;
  font-weight: 900;
}

/* BUT / VS */
.fut-vs {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 34px 0 0;
  font-size: clamp(21px, 2.6vw, 34px);
  font-weight: 900;
}

.fut-vs i {
  color: var(--yellow);
  font-style: normal;
}

/* グラフ */
.fut-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  height: clamp(220px, 26vw, 340px);
  margin-top: clamp(34px, 4vw, 56px);
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fut-bar {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.fut-bar b {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: var(--h);
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.22);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 900;
  color: #fff;
}

.fut-bar.is-now b {
  color: #15161a;
  background: linear-gradient(180deg, #f6c817, #eeb105);
}

.fut-bar.is-ghost b {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 1px dashed rgba(246, 200, 23, 0.6);
}

.fut-bar span {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.fut-bar.is-now span {
  color: var(--yellow);
}

/* NEXT RISBY */
.fut-cards4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 3.6vw, 48px);
}

.fut-cards4 > div {
  padding: 26px 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.fut-cards4 > div.is-accent {
  color: #15161a;
  background: linear-gradient(140deg, #f6c817, #eeb105);
  border-color: transparent;
}

.fut-cards4 small {
  display: block;
  margin-bottom: 14px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
  opacity: 0.7;
}

.fut-cards4 h3 {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 900;
}

.fut-cards4 b {
  display: block;
  margin-top: 14px;
  color: var(--yellow);
  font-size: 20px;
}

.fut-cards4 p {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
}

/* バナー帯 */
.fut-banner {
  margin: 30px 0 0;
  padding: 18px 26px;
  color: #fff;
  background: #15161a;
  font-size: clamp(14px, 1.4vw, 19px);
  font-weight: 900;
  line-height: 1.6;
}

.fut-banner em {
  font-style: normal;
  color: var(--yellow);
}

.fut-banner.is-strong {
  text-align: center;
}

/* 数値 */
.fut-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(30px, 3.6vw, 48px);
}

.fut-stats small {
  display: block;
  margin-bottom: 8px;
  color: rgba(21, 22, 26, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.fut-stats strong {
  color: #b8880b;
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.1;
}

/* キャリアステップ */
.fut-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: clamp(30px, 3.6vw, 48px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.fut-steps li {
  padding-top: 16px;
  border-top: 3px solid rgba(21, 22, 26, 0.2);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.fut-steps li.is-accent {
  border-top-color: var(--yellow);
  color: #b8880b;
}

/* 3年で10年分 */
.fut-list {
  margin: clamp(30px, 3.6vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}

.fut-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 24px;
  margin-bottom: 12px;
  border-left: 3px solid var(--yellow);
  background: rgba(255, 255, 255, 0.06);
}

.fut-list small {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.fut-list h3 {
  margin: 0 0 8px;
  font-size: clamp(15px, 1.7vw, 21px);
  font-weight: 900;
}

.fut-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.85;
}

/* 比較 */
.fut-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: clamp(30px, 3.6vw, 48px);
}

.fut-compare-a,
.fut-compare-b {
  padding: 30px 30px 34px;
}

.fut-compare-a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.fut-compare-b {
  color: #15161a;
  background: linear-gradient(140deg, #f6c817, #eeb105);
}

.fut-compare h3 {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
}

.fut-compare ul {
  margin: 0 0 18px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 2;
}

.fut-compare p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.fut-vs-mark {
  color: rgba(255, 255, 255, 0.6);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

/* エントリー */
.fut-entry {
  padding: clamp(60px, 7vw, 110px) 0;
  color: #15161a;
  background: linear-gradient(120deg, #f6c817 0%, #f2b705 100%);
}

.fut-entry .fut-kicker {
  color: rgba(21, 22, 26, 0.6);
}

.fut-entry h2 {
  margin: 20px 0 0;
  font-size: clamp(21px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.45;
}

.fut-entry p {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.fut-entry .button-row {
  margin-top: 34px;
}

.fut-entry .button {
  color: #f6c817;
  background: #15161a;
  border-color: #15161a;
}

.fut-entry .button.is-outline {
  color: #15161a;
  background: transparent;
  border: 2px solid #15161a;
}

@media (max-width: 900px) {
  .fut-three,
  .fut-clients,
  .fut-cards4,
  .fut-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fut-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .fut-compare {
    grid-template-columns: minmax(0, 1fr);
  }

  .fut-vs-mark {
    text-align: center;
  }

  .fut-chart {
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .fut-three,
  .fut-clients,
  .fut-new,
  .fut-cards4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .fut-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fut-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

/* ===== 目指す未来：背景写真 ===== */
.fut-hero.has-bg,
.fut-entry.has-bg,
.fut-section.has-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.fut-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fut-hero.has-bg::after,
.fut-entry.has-bg::after,
.fut-section.has-bg::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
}

/* 黄色いヒーロー／エントリー：写真をグレースケール化して黄色を重ねる */
.fut-hero .fut-bg,
.fut-entry .fut-bg {
  filter: grayscale(1) contrast(1.06);
}

.fut-hero.has-bg::after,
.fut-entry.has-bg::after {
  background: linear-gradient(115deg, rgba(246, 200, 23, 0.94) 0%, rgba(242, 183, 5, 0.9) 45%, rgba(233, 169, 0, 0.86) 100%);
}

/* 暗いセクション */
.fut-section.is-dark.has-bg::after {
  background: linear-gradient(180deg, rgba(10, 11, 14, 0.9) 0%, rgba(10, 11, 14, 0.8) 45%, rgba(10, 11, 14, 0.92) 100%);
}

/* 明るいセクション */
.fut-section.is-light.has-bg::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 0.95) 100%);
}

.fut-section.has-bg:not(.is-dark):not(.is-light)::after {
  background: linear-gradient(180deg, rgba(248, 248, 246, 0.95) 0%, rgba(248, 248, 246, 0.84) 40%, rgba(248, 248, 246, 0.95) 100%);
}

/* 写真が入ったぶん、余白と字を締める */
.fut-section.has-bg {
  padding: clamp(56px, 6vw, 96px) 0;
}

.fut-section.is-dark.has-bg .fut-clients span {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
}

.fut-section.is-light.has-bg .fut-clients span {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}

.fut-section.is-light.has-bg .fut-flow span {
  background: rgba(255, 255, 255, 0.86);
}

.fut-section.is-light.has-bg .fut-flow span.is-accent {
  background: var(--yellow);
}

/* ===== 採用資料スライドビューア ===== */
.know-deck {
  text-align: center;
}

.know-deck-title {
  margin: 30px 0 0;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.know-deck-lead {
  margin: 20px 0 0;
  color: rgba(21, 22, 26, 0.7);
  font-size: 14px;
  line-height: 2;
}

.deck {
  position: relative;
  width: min(1080px, 100%);
  margin: clamp(30px, 3.6vw, 48px) auto 0;
  outline: none;
}

.deck-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 12px;
  box-shadow: 0 24px 56px rgba(21, 22, 26, 0.16);
}

.deck-track::-webkit-scrollbar {
  display: none;
}

.deck-track figure {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: center;
}

.deck-track img {
  display: block;
  width: 100%;
  aspect-ratio: 1287 / 735;
  height: auto;
  object-fit: cover;
  background: #101216;
}

.deck-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 18, 22, 0.78);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.deck-nav:hover {
  background: #15161a;
}

.deck-nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.deck-nav.is-prev {
  left: -14px;
}

.deck-nav.is-next {
  right: -14px;
}

.deck-foot {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.deck-count {
  color: rgba(21, 22, 26, 0.6);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.deck-count b {
  color: #15161a;
  font-size: 17px;
}

.deck-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.deck-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(21, 22, 26, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.deck-dots button.is-active {
  background: var(--yellow);
  transform: scale(1.35);
}

.deck-note {
  margin: 16px 0 0;
  color: rgba(21, 22, 26, 0.42);
  font-size: 12px;
}

@media (max-width: 820px) {
  .deck-nav {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .deck-nav.is-prev {
    left: 6px;
  }

  .deck-nav.is-next {
    right: 6px;
  }
}

/* ===== 会社を知る → これまでとこれから への導線バナー ===== */
.know-cta {
  display: block;
  position: relative;
  margin-top: clamp(70px, 8vw, 130px);
  padding: clamp(34px, 4vw, 64px) clamp(28px, 4vw, 72px) clamp(36px, 4.2vw, 68px);
  border-radius: 14px;
  color: #15161a;
  background: linear-gradient(118deg, #f6c817 0%, #f2b705 55%, #e9a900 100%);
  box-shadow: 0 24px 56px rgba(233, 169, 0, 0.28);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.know-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 66px rgba(233, 169, 0, 0.34);
}

.know-cta-label {
  display: block;
  color: rgba(21, 22, 26, 0.58);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.know-cta strong {
  display: block;
  margin: 18px 0 0;
  font-size: clamp(21px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1.45;
}

.know-cta-text {
  display: block;
  margin-top: 18px;
  max-width: 640px;
  color: rgba(21, 22, 26, 0.72);
  font-size: 13px;
  line-height: 1.95;
}

.know-cta-btn {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  margin-top: clamp(24px, 2.6vw, 36px);
  padding: 13px 24px;
  border-radius: 999px;
  color: var(--yellow);
  background: #15161a;
  font-size: 14px;
  font-weight: 900;
}

.know-cta-btn b {
  font-size: 18px;
  line-height: 1;
}

/* これまでとこれから：サブタイトル */
.fut-subtitle {
  margin: 16px 0 0;
  color: rgba(21, 22, 26, 0.66);
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* ===== これまでとこれから：スライドを積み上げる構造に統一 ===== */
.future-page {
  padding: calc(var(--header-h) + clamp(20px, 2.4vw, 40px)) 0 clamp(28px, 3vw, 48px);
  background: #e8e8e5;
}

/* 各セクションを 16:9 に近いスライドカードにする */
.future-page > .fut-hero,
.future-page > .fut-section,
.future-page > .fut-entry {
  display: flex;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  min-height: min(63vw, 600px);
  margin: 0 auto clamp(16px, 1.8vw, 26px);
  padding: clamp(30px, 3.4vw, 56px) 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(21, 22, 26, 0.12);
}



/* スライド内のコンテナはカードの内側余白に合わせる */
.future-page > .fut-hero > .home-container,
.future-page > .fut-section > .home-container,
.future-page > .fut-entry > .home-container {
  width: 100%;
  padding: 0 clamp(26px, 3.6vw, 62px);
  margin: 0;
}

/* 見出しまわりの間隔をスライドのリズムに合わせて詰める */
.fut-section h2,
.fut-hero h1,
.fut-entry h2 {
  margin-top: 14px;
}

.fut-three,
.fut-clients,
.fut-cards4,
.fut-stats,
.fut-steps,
.fut-list,
.fut-flow,
.fut-compare,
.fut-chart {
  margin-top: clamp(22px, 2.4vw, 34px) !important;
}

.fut-lead,
.fut-banner,
.fut-new,
.fut-vs {
  margin-top: clamp(18px, 2vw, 28px) !important;
}

.fut-note {
  margin-top: 14px;
}

.fut-list li {
  padding: 16px 20px;
  margin-bottom: 8px;
}

.fut-chart {
  height: clamp(170px, 20vw, 250px);
}

.fut-entry .button-row {
  margin-top: clamp(20px, 2.2vw, 30px);
}

.fut-subtitle {
  margin-top: 12px;
}

@media (max-width: 820px) {
  .future-page > .fut-hero,
  .future-page > .fut-section,
  .future-page > .fut-entry {
    min-height: 0;
    width: calc(100% - 24px);
    padding: 34px 0;
    border-radius: 10px;
  }
}

/* =========================================================
   これまでとこれから（Webページとして構成）
   ========================================================= */
.fx {
  color: #15161a;
  background: #fff;
}

.fx-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.fx-eyebrow,
.fx-label {
  display: block;
  margin-bottom: 18px;
  color: #9a7610;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.fx h2 {
  margin: 0;
  font-size: clamp(21px, 2.5vw, 35px);
  font-weight: 900;
  line-height: 1.55;
}

.fx h2 em {
  font-style: normal;
  color: #b8880b;
}

.fx h2 i {
  font-style: normal;
  color: var(--yellow);
}

.fx-body {
  margin: 22px 0 0;
  color: rgba(21, 22, 26, 0.7);
  font-size: 14px;
  line-height: 2.05;
}

.fx-note {
  margin: 18px 0 0;
  color: rgba(21, 22, 26, 0.44);
  font-size: 12px;
  line-height: 1.8;
}

.fx-note.is-right {
  text-align: right;
}

/* ---- HERO ---- */
.fx-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(78vh, 620px);
  padding: calc(var(--header-h) + 40px) 0 60px;
  overflow: hidden;
  color: #fff;
  background: #101216;
}

.fx-hero-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.fx-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 11, 14, 0.92) 0%, rgba(10, 11, 14, 0.78) 46%, rgba(10, 11, 14, 0.42) 100%);
  content: "";
}

.fx-hero .fx-eyebrow {
  color: var(--yellow);
}

.fx-hero h1 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.55;
}

.fx-hero p {
  margin: 26px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 2.05;
}

/* ---- セクション共通 ---- */
.fx-sec {
  position: relative;
  padding: clamp(64px, 7vw, 116px) 0;
  overflow: hidden;
}

.fx-sec.is-gray {
  background: #f6f6f3;
}

.fx-sec.is-dark {
  color: #fff;
  background: #101216;
}

.fx-sec.is-dark .fx-label {
  color: var(--yellow);
}

.fx-sec.is-dark h2 em {
  color: var(--yellow);
}

.fx-sec.is-dark .fx-body {
  color: rgba(255, 255, 255, 0.72);
}

.fx-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.fx-sec.is-dark::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 18, 22, 0.86) 0%, rgba(16, 18, 22, 0.7) 50%, rgba(16, 18, 22, 0.92) 100%);
  content: "";
}

/* ---- 2カラム ---- */
.fx-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4.4vw, 76px);
  align-items: center;
}

.fx-split.is-reverse .fx-photo {
  order: -1;
}

.fx-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.fx-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* 見出し＋補足の2カラムヘッド */
.fx-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 3.4vw, 60px);
  align-items: end;
  margin-bottom: clamp(30px, 3.4vw, 48px);
}

.fx-head .fx-body {
  margin: 0;
}

/* ---- 0 → 10 ---- */
.fx-figure {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 18px;
}

.fx-figure b {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(44px, 5.4vw, 78px);
  font-weight: 900;
  line-height: 1;
}

.fx-figure i {
  color: var(--yellow);
  font-style: normal;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
}

.fx-figure span {
  color: rgba(21, 22, 26, 0.5);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.fx-defs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-defs li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(21, 22, 26, 0.12);
}

.fx-defs li:first-child {
  border-top: 1px solid rgba(21, 22, 26, 0.12);
}

.fx-defs small {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.fx-defs h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
}

.fx-defs p {
  margin: 0;
  color: rgba(21, 22, 26, 0.66);
  font-size: 13px;
  line-height: 1.9;
}

/* ---- タグ ---- */
.fx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fx-tags li {
  padding: 8px 15px;
  border: 1px solid rgba(21, 22, 26, 0.16);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* ---- 3カラム ---- */
.fx-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(28px, 3.2vw, 44px);
}

.fx-grid3 > div {
  padding-top: 20px;
  border-top: 2px solid var(--yellow);
}

.fx-grid3 h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 900;
}

.fx-grid3 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.9;
}

.fx-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.fx-news > div {
  padding: 22px 24px;
  border-radius: 6px;
  color: #15161a;
  background: linear-gradient(120deg, #f6c817, #eeb105);
}

.fx-news span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--yellow);
  background: #15161a;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fx-news h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.fx-news p {
  margin: 0;
  color: rgba(21, 22, 26, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.fx-kicker-line {
  margin: 26px 0 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.9;
}

.fx-kicker-line em {
  font-style: normal;
  color: var(--yellow);
}

/* ---- ステップ ---- */
.fx-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: fxstep;
}

.fx-steps li {
  padding: 9px 16px;
  border: 1px solid rgba(21, 22, 26, 0.2);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
}

.fx-steps li:not(:last-child)::after {
  margin-left: 14px;
  color: rgba(21, 22, 26, 0.3);
  content: "→";
}

.fx-steps li.is-accent {
  color: #15161a;
  background: var(--yellow);
  border-color: var(--yellow);
}

/* ---- 声明バンド ---- */
.fx-statement {
  position: relative;
  padding: clamp(76px, 9vw, 150px) 0;
  overflow: hidden;
  color: #fff;
  background: #0c0d10;
}

.fx-statement::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 9, 12, 0.92) 0%, rgba(8, 9, 12, 0.72) 60%, rgba(8, 9, 12, 0.5) 100%);
  content: "";
}

.fx-statement .fx-label {
  color: var(--yellow);
}

.fx-statement h2 {
  font-size: clamp(30px, 4.6vw, 68px);
  line-height: 1.3;
}

.fx-statement h2 em {
  font-style: normal;
  color: var(--yellow);
}

.fx-statement p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 2;
}

.fx-vs {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 30px !important;
}

.fx-vs b {
  color: #fff;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
}

.fx-vs i {
  color: var(--yellow);
  font-style: normal;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
}

/* ---- グラフ ---- */
.fx-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  height: clamp(190px, 21vw, 280px);
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(21, 22, 26, 0.18);
}

.fx-bar {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.fx-bar b {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: var(--h);
  padding-top: 7px;
  border-radius: 3px 3px 0 0;
  background: rgba(21, 22, 26, 0.16);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(13px, 1.4vw, 19px);
  font-weight: 900;
}

.fx-bar.is-now b {
  color: #15161a;
  background: linear-gradient(180deg, #f6c817, #eeb105);
}

.fx-bar.is-ghost b {
  color: rgba(21, 22, 26, 0.4);
  background: transparent;
  border: 1px dashed rgba(184, 136, 11, 0.55);
}

.fx-bar small {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  color: rgba(21, 22, 26, 0.55);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.fx-bar.is-now small {
  color: #b8880b;
}

/* ---- 4カード ---- */
.fx-grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fx-grid4 > div {
  padding: 26px 24px 30px;
  border: 1px solid rgba(21, 22, 26, 0.16);
  border-radius: 6px;
}

.fx-grid4 > div.is-accent {
  color: #15161a;
  background: linear-gradient(140deg, #f6c817, #eeb105);
  border-color: transparent;
}

.fx-grid4 small {
  display: block;
  margin-bottom: 14px;
  color: rgba(21, 22, 26, 0.42);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.fx-grid4 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.fx-grid4 b {
  display: block;
  margin-top: 12px;
  color: var(--yellow);
  font-size: 18px;
}

.fx-grid4 p {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
}

/* ---- 数値 ---- */
.fx-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.fx-stats small {
  display: block;
  margin-bottom: 6px;
  color: rgba(21, 22, 26, 0.5);
  font-size: 11px;
  font-weight: 700;
}

.fx-stats b {
  color: #b8880b;
  font-size: clamp(21px, 2.3vw, 32px);
  font-weight: 900;
}

/* ---- キャリア ---- */
.fx-career {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-career li {
  padding-top: 14px;
  border-top: 3px solid rgba(21, 22, 26, 0.18);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.fx-career li.is-accent {
  border-top-color: var(--yellow);
  color: #b8880b;
}

/* ---- リスト ---- */
.fx-list {
  margin: clamp(28px, 3.2vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.fx-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.fx-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.fx-list small {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.fx-list h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
}

.fx-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.9;
}

/* ---- 比較 ---- */
.fx-sec.is-choice {
  background: #15161a;
  color: #fff;
}

.fx-sec.is-choice .fx-label {
  color: var(--yellow);
}

.fx-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fx-compare > div {
  padding: 30px 30px 34px;
  border-radius: 6px;
}

.fx-compare-a {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.66);
}

.fx-compare-b {
  color: #15161a;
  background: linear-gradient(140deg, #f6c817, #eeb105);
}

.fx-compare h3 {
  margin: 0 0 16px;
  font-size: clamp(17px, 1.9vw, 24px);
  font-weight: 900;
}

.fx-compare ul {
  margin: 0 0 16px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 2;
}

.fx-compare p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

/* ---- エントリー ---- */
.fx-entry {
  padding: clamp(64px, 7vw, 110px) 0;
  color: #15161a;
  background: linear-gradient(115deg, #f6c817 0%, #f0b304 100%);
}

.fx-entry .fx-eyebrow {
  color: rgba(21, 22, 26, 0.58);
}

.fx-entry h2 {
  font-size: clamp(22px, 2.8vw, 38px);
}

.fx-entry p {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.fx-entry .button-row {
  margin-top: 32px;
}

.fx-entry .button {
  color: var(--yellow);
  background: #15161a;
  border-color: #15161a;
}

.fx-entry .button.is-outline {
  color: #15161a;
  background: transparent;
  border: 2px solid #15161a;
}

@media (max-width: 900px) {
  .fx-split,
  .fx-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .fx-split.is-reverse .fx-photo {
    order: 0;
  }

  .fx-grid3,
  .fx-grid4,
  .fx-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-career {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .fx-grid3,
  .fx-grid4,
  .fx-news,
  .fx-compare,
  .fx-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .fx-career {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-chart {
    gap: 6px;
  }

  .fx-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

/* ===== これまでとこれから：調整 ===== */

/* 02 の写真が大きすぎて浮いていたので、列を細く・比率を横長に */
.fx-split.is-reverse {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.fx-photo img {
  aspect-ratio: 3 / 2;
}

/* 03 の NEW カードを控えめに */
.fx-news {
  gap: 12px;
  margin-top: 18px;
}

.fx-news > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid rgba(246, 200, 23, 0.55);
  border-radius: 4px;
  color: #fff;
  background: rgba(246, 200, 23, 0.09);
}

.fx-news span {
  grid-row: span 2;
  margin: 0;
  padding: 3px 9px;
  color: #15161a;
  background: var(--yellow);
  font-size: 9px;
}

.fx-news h3 {
  margin: 0;
  align-self: end;
  color: var(--yellow);
  font-size: 15px;
}

.fx-news p {
  margin: 0;
  align-self: start;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.7;
}

/* 07：01/02/03 のリストとグラフに合わせた罫線ベースの進捗 */
.fx-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-track li {
  padding-top: 18px;
  border-top: 3px solid rgba(21, 22, 26, 0.16);
}

.fx-track li.is-next {
  border-top-color: var(--yellow);
}

.fx-track small {
  display: block;
  margin-bottom: 10px;
  color: rgba(21, 22, 26, 0.4);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.fx-track li.is-next small {
  color: #b8880b;
}

.fx-track h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
}

.fx-track li.is-next h3 {
  color: #b8880b;
}

.fx-track p {
  margin: 0 0 14px;
  color: rgba(21, 22, 26, 0.62);
  font-size: 13px;
  line-height: 1.85;
}

.fx-track b {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  color: rgba(21, 22, 26, 0.5);
  background: rgba(21, 22, 26, 0.07);
  font-size: 11px;
  font-weight: 900;
}

.fx-track li.is-next b {
  color: #15161a;
  background: var(--yellow);
}

/* 10：キャリアのアイコン */
.fx-career li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
}

.fx-career-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(21, 22, 26, 0.42);
  background: rgba(21, 22, 26, 0.06);
}

.fx-career-icon svg {
  width: 21px;
  height: 21px;
}

.fx-career li.is-accent .fx-career-icon {
  color: #15161a;
  background: var(--yellow);
}

/* 12：比較の余白を整える */
.fx-compare {
  align-items: stretch;
  gap: 16px;
}

.fx-compare > div {
  display: flex;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.fx-compare h3 {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(16px, 1.7vw, 21px);
}

.fx-compare-a h3 {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.fx-compare-b h3 {
  border-bottom-color: rgba(21, 22, 26, 0.24);
}

.fx-compare ul {
  margin: 0;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.95;
}

.fx-compare p {
  margin-top: auto;
  padding-top: 18px;
  font-size: 13px;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .fx-split.is-reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .fx-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .fx-track {
    grid-template-columns: minmax(0, 1fr);
  }

  .fx-career-icon {
    width: 34px;
    height: 34px;
  }
}

/* =========================================================
   これまでとこれから：トップページの数値をそのまま適用
   ---------------------------------------------------------
   コンテナ幅   min(1180px, calc(100% - 48px))   ← 事業領域
   ラベル       10px / 900 / #9a7610             ← BUSINESS
   大見出し     clamp(40px,4.7vw,70px) / 1.2     ← 事業領域
   文章見出し   clamp(23px,2vw,34px) / 1.6       ← 空間演出事業
   本文         15px / 600 / 2.05 / #68717a      ← 同上
   セクション   clamp(28px,4vw,64px) 上下
   見出し下     44px
   カード見出し clamp(17px,1.7vw,22px) / 1.35    ← 事業領域カード
   カード本文   clamp(11px,1.05vw,13px) / 1.75
   グリッド間隔 16px
   ========================================================= */

.fx-wrap {
  width: min(1180px, calc(100% - 48px));
}

.fx-eyebrow,
.fx-label {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.fx h2 {
  margin: 18px 0 0;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.6;
}

.fx-hero h1,
.fx-statement h2 {
  margin: 18px 0 0;
  font-size: clamp(40px, 4.7vw, 70px);
  font-weight: 900;
  line-height: 1.2;
}

.fx-body,
.fx-hero p,
.fx-statement p {
  margin: 28px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.05;
}

.fx-body {
  color: #68717a;
}

.fx-sec.is-dark .fx-body,
.fx-hero p,
.fx-statement p {
  color: rgba(255, 255, 255, 0.74);
}

.fx-sec {
  padding: clamp(28px, 4vw, 64px) 0;
}

.fx-statement,
.fx-entry {
  padding: clamp(40px, 5.4vw, 88px) 0;
}

.fx-hero {
  min-height: 0;
  padding: calc(var(--header-h) + clamp(40px, 5vw, 80px)) 0 clamp(40px, 5vw, 80px);
}

.fx-head {
  margin-bottom: 44px;
  align-items: start;
}

.fx-head .fx-body {
  margin-top: 18px;
}

/* --- カード類：事業領域カードの数値に統一 --- */
.fx-defs h3,
.fx-grid3 h3,
.fx-track h3,
.fx-list h3,
.fx-news h3,
.fx-compare h3 {
  margin: 0 0 10px;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.fx-defs p,
.fx-grid3 p,
.fx-track p,
.fx-list p,
.fx-news p,
.fx-compare p,
.fx-compare ul,
.fx-note {
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.75;
}

.fx-defs small,
.fx-grid3 small,
.fx-track small,
.fx-list small,
.fx-proof-no,
.fx-stats small,
.fx-bar small,
.fx-career li,
.fx-steps li,
.fx-tags li {
  font-size: 11px;
  font-weight: 900;
}

.fx-defs,
.fx-grid3,
.fx-grid4,
.fx-track,
.fx-news,
.fx-compare,
.fx-stats,
.fx-chart {
  gap: 16px;
}

.fx-split {
  gap: clamp(28px, 3.4vw, 56px);
}

.fx-defs li {
  padding: 18px 0;
}

.fx-list li {
  padding: 16px 0;
}

.fx-compare > div {
  padding: 24px 24px 26px;
}

.fx-stats b {
  font-size: clamp(23px, 2vw, 34px);
}

.fx-figure b {
  font-size: clamp(40px, 4.7vw, 70px);
  line-height: 1.2;
}

.fx-figure i {
  font-size: clamp(23px, 2vw, 34px);
}

.fx-figure span {
  font-size: 11px;
}

.fx-vs b,
.fx-vs i {
  font-size: clamp(23px, 2vw, 34px);
}

.fx-kicker-line {
  margin-top: 22px;
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.75;
}

.fx-chart {
  height: clamp(150px, 15vw, 200px);
  padding-bottom: 26px;
}

.fx-bar b {
  font-size: 13px;
}

.fx-bar small {
  bottom: -21px;
}

.fx-career-icon {
  width: 36px;
  height: 36px;
}

.fx-career-icon svg {
  width: 19px;
  height: 19px;
}

/* =========================================================
   これまでとこれから：タイポと余白の最終調整
   スケールを固定して、全セクションで同じ規則を使う
     余白  16 / 24 / 32 / 48 / 72 / 96
     文字  11 / 13 / 15 / 17 / 22-34 / 30-56
   ========================================================= */

/* --- ラベル --- */
.fx-eyebrow,
.fx-label {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

/* --- 見出し --- */
.fx h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.fx-hero h1,
.fx-statement h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.005em;
}

/* --- 本文 --- */
.fx-body,
.fx-hero p,
.fx-statement p {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.fx-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.85;
}

/* --- セクションの縦リズム --- */
.fx-sec {
  padding: clamp(64px, 7vw, 104px) 0;
}

.fx-statement {
  padding: clamp(72px, 8vw, 120px) 0;
}

.fx-entry {
  padding: clamp(64px, 7vw, 104px) 0;
}

.fx-hero {
  min-height: min(66vh, 540px);
  padding: calc(var(--header-h) + clamp(48px, 5.4vw, 84px)) 0 clamp(48px, 5.4vw, 84px);
}

.fx-hero-inner {
  max-width: 940px;
}

/* --- 見出しブロック --- */
.fx-head {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(32px, 3.6vw, 52px);
}

.fx-head .fx-body {
  margin: 0;
}

/* --- 2カラム --- */
.fx-split {
  gap: clamp(32px, 4vw, 64px);
}

.fx-split-copy .fx-body {
  margin-top: 24px;
}

/* --- グリッド全般 --- */
.fx-defs,
.fx-grid3,
.fx-grid4,
.fx-track,
.fx-news,
.fx-compare,
.fx-stats,
.fx-chart,
.fx-career {
  gap: 20px;
}

/* --- カード内タイポ --- */
.fx-defs h3,
.fx-grid3 h3,
.fx-track h3,
.fx-list h3,
.fx-news h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.fx-compare h3 {
  font-size: 19px;
  line-height: 1.5;
}

.fx-defs p,
.fx-grid3 p,
.fx-track p,
.fx-list p,
.fx-news p,
.fx-compare p,
.fx-compare ul {
  font-size: 13px;
  line-height: 1.9;
}

.fx-defs small,
.fx-grid3 small,
.fx-track small,
.fx-list small,
.fx-stats small,
.fx-bar small,
.fx-tags li,
.fx-steps li,
.fx-career li,
.fx-track b {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.fx-defs li {
  padding: 20px 0;
  gap: 16px;
}

.fx-list li {
  padding: 18px 0;
  gap: 16px;
}

.fx-grid3 > div,
.fx-track li {
  padding-top: 18px;
}

.fx-news {
  margin-top: 20px;
}

.fx-news > div {
  padding: 16px 18px;
}

.fx-kicker-line {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.9;
}

/* --- 数字・図版 --- */
.fx-figure {
  gap: 16px;
  margin-bottom: 16px;
}

.fx-figure b {
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1;
}

.fx-figure i {
  font-size: clamp(22px, 2.4vw, 34px);
}

.fx-figure span {
  font-size: 11px;
  line-height: 1.7;
}

.fx-stats {
  margin-top: 32px;
}

.fx-stats b {
  font-size: clamp(22px, 2.4vw, 32px);
}

.fx-vs {
  margin-top: 32px !important;
  gap: 20px;
}

.fx-vs b,
.fx-vs i {
  font-size: clamp(22px, 2.4vw, 32px);
}

.fx-chart {
  height: clamp(160px, 16vw, 210px);
  padding-bottom: 28px;
}

.fx-bar b {
  font-size: 13px;
  padding-top: 6px;
}

.fx-bar small {
  bottom: -22px;
}

.fx-steps {
  margin-top: 24px;
  gap: 10px;
}

.fx-steps li {
  padding: 9px 15px;
}

.fx-tags {
  margin-top: 24px;
  gap: 8px;
}

.fx-tags li {
  padding: 8px 14px;
}

.fx-career li {
  gap: 12px;
  padding-top: 16px;
}

.fx-career-icon {
  width: 36px;
  height: 36px;
}

.fx-compare > div {
  padding: 24px 24px 26px;
}

.fx-compare ul {
  margin: 0;
}

.fx-compare p {
  padding-top: 20px;
}

.fx-entry h2 {
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.45;
}

.fx-entry p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
}

.fx-entry .button-row {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .fx-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .fx-hero {
    min-height: 0;
  }
}

/* 2カラムは上揃え（下に空白が溜まるのを防ぐ） */
.fx-split {
  align-items: start;
}

.fx-split .fx-photo {
  margin-top: 6px;
}

/* ===== 募集職種カードの整理 ===== */
.job-detail {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 34px 36px 36px;
}

.job-detail small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.job-detail h2 {
  margin: 28px 0 0;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.job-detail-sub {
  display: block;
  margin-top: 10px;
  color: rgba(245, 245, 242, 0.6);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.job-detail p {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.95;
}

.job-detail .button {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.job-detail p + .button {
  margin-top: 28px;
}

/* ===== 募集職種ページ ===== */
.jd-index {
  padding: clamp(48px, 6vw, 88px) 0 clamp(24px, 3vw, 40px);
}

.jd-index-head .eyebrow {
  display: block;
  margin-bottom: 14px;
}

.jd-index-head h2 {
  margin: 0 0 32px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
}

.jd-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jd-index-list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.jd-index-list a:hover {
  border-color: var(--yellow);
  background: rgba(246, 200, 23, 0.06);
}

.jd-index-list small {
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.jd-index-list strong {
  font-size: 17px;
  font-weight: 900;
}

.jd-index-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.jd {
  padding: clamp(48px, 6vw, 88px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.jd .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}

.jd-head {
  position: sticky;
  top: calc(var(--header-h) + 32px);
}

.jd-head small {
  display: block;
  margin-bottom: 16px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.jd-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.35;
}

.jd-sub {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.jd-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.jd-block:last-of-type {
  margin-bottom: 32px;
}

.jd-block h3 {
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 3px solid var(--yellow);
  font-size: 15px;
  font-weight: 900;
}

.jd-block h4 {
  margin: 20px 0 10px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.jd-block > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.jd-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.jd-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.jd-list li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--yellow);
  content: "";
}

.jd-spec {
  margin: 0;
}

.jd-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(245, 245, 242, 0.09);
}

.jd-row:first-child {
  padding-top: 0;
}

.jd-row dt {
  color: rgba(245, 245, 242, 0.9);
  font-size: 12px;
  font-weight: 900;
}

.jd-row dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
}

@media (max-width: 900px) {
  .jd .wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .jd-head {
    position: static;
  }

  .jd-index-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .jd-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

/* ===== 職種個別ページ ===== */
.jd-page-head {
  padding: calc(var(--header-h) + clamp(40px, 5vw, 76px)) 0 clamp(28px, 3.4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.jd-page-head .article-crumb {
  color: rgba(245, 245, 242, 0.4);
}

.jd-page-head .article-crumb a {
  color: rgba(245, 245, 242, 0.62);
}

.jd-page-no {
  display: block;
  margin: 24px 0 14px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.jd-page-head h1 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.35;
}

.jd.is-single {
  border-top: 0;
  padding: clamp(40px, 5vw, 72px) 0 clamp(48px, 6vw, 88px);
}

.jd.is-single .wrap {
  display: block;
}

.jd.is-single .jd-body {
  width: min(880px, 100%);
}

.jd-others {
  padding: clamp(40px, 5vw, 72px) 0;
  border-top: 1px solid var(--line);
}

.jd-others h2 {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 900;
}

/* 職種個別ページ：中央寄せの1カラムに */
.jd-page-head .wrap,
.jd.is-single .wrap,
.jd-others .wrap {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
}

.jd.is-single .jd-body {
  width: 100%;
}

/* 募集職種一覧：ヒーローを外したぶんの上余白 */
.detail-section.is-top {
  padding-top: calc(var(--header-h) + clamp(40px, 5vw, 80px));
}

/* =========================================================
   CULTURE MATCH TEST
   ========================================================= */
.ct {
  color: var(--white);
  background: var(--black);
}

.ct-wrap {
  position: relative;
  z-index: 2;
  width: min(940px, calc(100% - 48px));
  margin: 0 auto;
}

.ct-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.ct-btn {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding: 18px 34px;
  border: 0;
  border-radius: 2px;
  color: #15161a;
  background: var(--yellow);
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ct-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(246, 200, 23, 0.24);
}

.ct-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* ---------- 開始画面 ---------- */
.ct-intro {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + clamp(56px, 6vw, 96px)) 0 clamp(64px, 7vw, 110px);
}

.ct-intro-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.35;
}

.ct-intro::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.86) 0%, rgba(8, 9, 12, 0.78) 40%, rgba(8, 9, 12, 0.96) 100%);
  content: "";
}

.ct-intro h1 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1.35;
}

.ct-intro-body {
  margin-top: clamp(28px, 3.4vw, 46px);
  max-width: 660px;
}

.ct-intro-body p {
  margin: 0 0 20px;
  color: rgba(245, 245, 242, 0.74);
  font-size: 15px;
  font-weight: 600;
  line-height: 2.05;
}

.ct-intro-body p.is-strong {
  color: var(--yellow);
  font-weight: 900;
}

.ct-meta {
  display: flex;
  gap: 40px;
  margin: clamp(28px, 3.4vw, 44px) 0 clamp(30px, 3.6vw, 46px);
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.ct-meta small {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 245, 242, 0.45);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.ct-meta b {
  font-size: 19px;
  font-weight: 900;
}

/* ---------- 設問画面 ---------- */
.ct-quiz {
  padding: calc(var(--header-h) + clamp(40px, 5vw, 72px)) 0 clamp(56px, 6vw, 96px);
  min-height: 76vh;
}

.ct-progress {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: clamp(30px, 3.6vw, 50px);
}

.ct-progress-num {
  display: flex;
  gap: 4px;
  align-items: baseline;
  flex: none;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 900;
}

.ct-progress-num b {
  color: var(--yellow);
  font-size: 26px;
}

.ct-progress-num span,
.ct-progress-num i {
  color: rgba(245, 245, 242, 0.42);
  font-size: 13px;
  font-style: normal;
}

.ct-progress-track {
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(245, 245, 242, 0.16);
}

.ct-progress-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--yellow);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ct-question {
  margin: 0 0 clamp(26px, 3vw, 40px);
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.7;
}

.ct-options {
  display: grid;
  gap: 12px;
}

.ct-option {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 20px 22px;
  border: 1px solid rgba(245, 245, 242, 0.2);
  border-radius: 4px;
  color: var(--white);
  background: rgba(245, 245, 242, 0.03);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.ct-option:hover {
  border-color: rgba(246, 200, 23, 0.6);
  background: rgba(246, 200, 23, 0.06);
}

.ct-option:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}

.ct-option.is-selected {
  border-color: var(--yellow);
  background: rgba(246, 200, 23, 0.12);
  transform: translateX(4px);
}

.ct-option-key {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(245, 245, 242, 0.3);
  border-radius: 50%;
  color: rgba(245, 245, 242, 0.6);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.ct-option.is-selected .ct-option-key {
  color: #15161a;
  background: var(--yellow);
  border-color: var(--yellow);
}

.ct-option-check {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(245, 245, 242, 0.3);
  border-radius: 50%;
}

.ct-option.is-selected .ct-option-check {
  background: var(--yellow);
  border-color: var(--yellow);
}

.ct-option.is-selected .ct-option-check::after {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #15161a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

.ct-quiz-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.ct-back {
  padding: 12px 20px;
  border: 1px solid rgba(245, 245, 242, 0.28);
  border-radius: 2px;
  color: rgba(245, 245, 242, 0.78);
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ct-back:hover:not(:disabled) {
  border-color: var(--yellow);
  color: var(--yellow);
}

.ct-back:disabled {
  opacity: 0.28;
  cursor: default;
}

.ct-hint {
  margin: 0;
  color: rgba(245, 245, 242, 0.4);
  font-size: 12px;
}

/* ---------- 分析演出 ---------- */
.ct-loading {
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: calc(var(--header-h) + 40px) 0 60px;
  text-align: center;
}

.ct-loading .ct-eyebrow {
  margin-bottom: 22px;
}

.ct-loading-text {
  margin: 0 0 32px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0.06em;
  animation: ctBlink 1.2s ease-in-out infinite;
}

@keyframes ctBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.42; }
}

.ct-loading-bar {
  overflow: hidden;
  width: min(420px, 100%);
  height: 3px;
  margin: 0 auto;
  background: rgba(245, 245, 242, 0.16);
}

.ct-loading-bar span {
  display: block;
  width: 40%;
  height: 100%;
  background: var(--yellow);
  animation: ctSlide 1.1s ease-in-out infinite;
}

@keyframes ctSlide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(250%); }
}

/* ---------- 結果画面 ---------- */
.ct-result {
  padding: calc(var(--header-h) + clamp(40px, 5vw, 72px)) 0 clamp(56px, 6vw, 96px);
}

.ct-score {
  padding-bottom: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid var(--line);
}

.ct-score-num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1;
}

.ct-score-num b {
  color: var(--yellow);
  font-size: clamp(64px, 11vw, 150px);
  font-weight: 900;
}

.ct-score-num i {
  color: var(--yellow);
  font-size: clamp(24px, 3vw, 44px);
  font-style: normal;
  font-weight: 900;
}

.ct-verdict {
  padding: clamp(30px, 3.6vw, 50px) 0;
  border-bottom: 1px solid var(--line);
}

.ct-verdict-en {
  display: block;
  margin-bottom: 16px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ct-verdict h2 {
  margin: 0 0 26px;
  font-size: clamp(21px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}

.ct-verdict-body p {
  margin: 0 0 18px;
  max-width: 700px;
  color: rgba(245, 245, 242, 0.74);
  font-size: 14px;
  font-weight: 600;
  line-height: 2.05;
}

.ct-verdict-extra {
  margin: 26px 0 0;
  padding: 18px 22px;
  border-left: 3px solid var(--yellow);
  background: rgba(246, 200, 23, 0.08);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.95;
}

.ct-btn.is-cta {
  margin-top: clamp(26px, 3vw, 40px);
  text-decoration: none;
}

.ct-axes-block {
  padding: clamp(32px, 3.8vw, 52px) 0;
  border-bottom: 1px solid var(--line);
}

.ct-axes-block h3 {
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  font-size: 19px;
  font-weight: 900;
}

.ct-axes {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-axis-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 900;
}

.ct-axis-head span {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.ct-axis-head b {
  color: var(--yellow);
  font-size: 20px;
}

.ct-axis-ja {
  margin: 6px 0 10px;
  color: rgba(245, 245, 242, 0.44);
  font-size: 11px;
}

.ct-axis-track {
  height: 6px;
  background: rgba(245, 245, 242, 0.14);
}

.ct-axis-track span {
  display: block;
  width: var(--v);
  height: 100%;
  background: linear-gradient(90deg, #f6c817, #eeb105);
  animation: ctGrow 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ctGrow {
  from { width: 0; }
}

.ct-result-foot {
  padding-top: clamp(28px, 3.4vw, 44px);
}

.ct-retry {
  padding: 14px 26px;
  border: 1px solid rgba(245, 245, 242, 0.3);
  border-radius: 2px;
  color: var(--white);
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ct-retry:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.ct-note {
  margin: 26px 0 0;
  color: rgba(245, 245, 242, 0.36);
  font-size: 11px;
  line-height: 1.9;
}

/* ---------- 診断への導線バナー ---------- */
.ct-lead {
  padding: clamp(48px, 5.4vw, 84px) 0;
  color: var(--white);
  background: #15161a;
  border-top: 3px solid var(--yellow);
}

.ct-lead-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ct-lead small {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ct-lead h2 {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.45;
}

.ct-lead p {
  margin: 0;
  color: rgba(245, 245, 242, 0.68);
  font-size: 14px;
  line-height: 1.95;
}

.ct-lead .ct-btn {
  color: #15161a;
  background: var(--yellow);
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .ct-lead-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-option {
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 16px 16px;
    font-size: 13px;
  }

  .ct-option-key {
    width: 26px;
    height: 26px;
  }

  .ct-meta {
    gap: 28px;
  }

  .ct-quiz-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* hidden 属性を display 指定より優先させる（診断ページの画面切替用） */
[hidden] {
  display: none !important;
}


/* ===== トップ：DAILY CHOICE TEST バナー ===== */
.test-banner-section {
  padding-top: 0;
}

.test-banner-section .know-cta {
  margin-top: 0;
}
