@charset "UTF-8";

/* page-511: remove theme/body default top gap and thin border-like whitespace */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

#itx-experience,
#itx-experience.itx-page {
  margin-top: 0 !important;
  border-top: 0 !important;
}


:root {
  --itx-navy: #071329;
  --itx-blue: #0a63ff;
  --itx-cyan: #20d7ff;
  --itx-green: #33f0b4;
  --itx-orange: #ffb545;
  --itx-white: #ffffff;
  --itx-ink: #102033;
  --itx-muted: #64748b;
  --itx-line: rgba(15, 35, 64, .12);
  --itx-soft: #f4f8ff;
  --itx-shadow: 0 24px 70px rgba(5, 20, 44, .13);
  --itx-radius: 28px;
  --itx-shell: min(1160px, calc(100% - 40px));
}

#itx-experience.itx-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
  color: var(--itx-ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(32, 215, 255, .12), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 34%, #f5f9ff 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.85;
  isolation: isolate;
}

#itx-experience *,
#itx-experience *::before,
#itx-experience *::after {
  box-sizing: border-box;
}

#itx-experience a {
  color: inherit;
  text-decoration: none;
}

#itx-experience svg {
  display: block;
  width: 100%;
  height: 100%;
}

.itx-shell {
  width: var(--itx-shell);
  margin-inline: auto;
}

.itx-section {
  position: relative;
  padding: clamp(82px, 9vw, 140px) 0;
}

.itx-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: transparent;
}

.itx-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--itx-cyan), var(--itx-blue), var(--itx-green));
  box-shadow: 0 0 18px rgba(32, 215, 255, .7);
}

.itx-hero {
  position: relative;
  min-height: clamp(740px, 100svh, 920px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 26%, rgba(32, 215, 255, .24), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(51, 240, 180, .16), transparent 34%),
    linear-gradient(135deg, #061126 0%, #091b3f 42%, #041023 100%);
}

.itx-webgl,
.itx-cta__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .92;
  z-index: 0;
}

.itx-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 48%, #000 0%, rgba(0,0,0,.8) 44%, transparent 82%);
}

.itx-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(32, 215, 255, .18);
  border-radius: 999px;
  pointer-events: none;
}

.itx-orbit::before,
.itx-orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--itx-cyan);
  box-shadow: 0 0 26px var(--itx-cyan);
}

.itx-orbit-a {
  width: 600px;
  height: 600px;
  right: -190px;
  top: 7%;
  animation: itxSpin 22s linear infinite;
}

.itx-orbit-a::before {
  left: 120px;
  top: 32px;
}

.itx-orbit-a::after {
  right: 86px;
  bottom: 80px;
  background: var(--itx-green);
  box-shadow: 0 0 26px var(--itx-green);
}

.itx-orbit-b {
  width: 380px;
  height: 380px;
  left: -120px;
  bottom: 10%;
  border-color: rgba(51, 240, 180, .14);
  animation: itxSpin 28s linear reverse infinite;
}

.itx-orbit-b::before {
  left: 50%;
  top: -5px;
}

.itx-orbit-b::after {
  display: none;
}

@keyframes itxSpin {
  to { transform: rotate(360deg); }
}

.itx-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  padding: clamp(120px, 14vh, 170px) 0 92px;
}

.itx-eyebrow,
.itx-kicker {
  margin: 0 0 16px;
  color: var(--itx-cyan);
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 800;
  text-transform: uppercase;
}

.itx-hero__title {
  margin: 0;
  max-width: 850px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .98;
  letter-spacing: -.08em;
  font-weight: 900;
  text-wrap: balance;
}

.itx-hero__title span {
  display: inline-block;
  background: linear-gradient(90deg, #fff 0%, #d8f8ff 36%, #7be9ff 70%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(32, 215, 255, .34));
}

.itx-hero__lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 2;
}

.itx-hero__actions,
.itx-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.itx-btn {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: .04em;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.itx-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .28s ease;
}

.itx-btn:hover {
  transform: translateY(-3px);
}

.itx-btn:hover::after {
  transform: translateX(4px) rotate(45deg);
}

.itx-btn--primary {
  color: #061126;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green));
  box-shadow: 0 18px 44px rgba(32, 215, 255, .28);
}

.itx-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.itx-btn--entry {
  color: #061126;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green));
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 18px 44px rgba(32, 215, 255, .28);
}

.itx-btn--entry-light {
  color: #061126;
  background: linear-gradient(135deg, #ffffff 0%, #dffaff 46%, #bfffe9 100%);
  border-color: rgba(255, 255, 255, .36);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.itx-btn--light {
  color: #071329;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.itx-btn--outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .08);
}

.itx-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.itx-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.itx-hero__badges li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--itx-green);
  box-shadow: 0 0 18px var(--itx-green);
}

.itx-hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}

.itx-device {
  position: relative;
  width: min(100%, 430px);
  border-radius: 34px;
  padding: 16px;
  background: linear-gradient(155deg, rgba(255,255,255,.18), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 36px 90px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(20px);
  transform: rotateX(8deg) rotateY(-12deg);
}

.itx-device::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(32,215,255,.55), transparent 32%, rgba(51,240,180,.38));
  opacity: .45;
  filter: blur(18px);
  z-index: -1;
}

.itx-device__top {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.itx-device__top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.36);
}

.itx-device__screen {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at 70% 30%, rgba(32, 215, 255, .25), transparent 35%),
    linear-gradient(180deg, rgba(3, 10, 22, .92), rgba(5, 19, 42, .82));
  border: 1px solid rgba(255,255,255,.1);
}

.itx-code-line {
  height: 10px;
  width: 62%;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(32,215,255,.9), rgba(255,255,255,.2));
  box-shadow: 0 0 24px rgba(32,215,255,.26);
  transform-origin: left center;
  animation: itxPulseLine 2.4s ease-in-out infinite;
}

.itx-code-line.is-long { width: 86%; }
.itx-code-line.is-mid { width: 72%; animation-delay: .2s; }
.itx-code-line.is-short { width: 44%; animation-delay: .35s; }

@keyframes itxPulseLine {
  0%, 100% { transform: scaleX(.92); opacity: .58; }
  50% { transform: scaleX(1); opacity: 1; }
}

.itx-circuit {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  height: 140px;
  border: 1px solid rgba(32,215,255,.22);
  border-radius: 24px;
  background-image:
    linear-gradient(90deg, transparent 47%, rgba(32,215,255,.22) 48%, rgba(32,215,255,.22) 52%, transparent 53%),
    linear-gradient(transparent 47%, rgba(32,215,255,.22) 48%, rgba(32,215,255,.22) 52%, transparent 53%);
  background-size: 42px 42px;
}

.itx-circuit i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--itx-green);
  box-shadow: 0 0 20px var(--itx-green);
  animation: itxNodeBlink 1.8s ease-in-out infinite;
}

.itx-circuit i:nth-child(1) { left: 20%; top: 24%; }
.itx-circuit i:nth-child(2) { left: 68%; top: 30%; animation-delay: .35s; }
.itx-circuit i:nth-child(3) { left: 40%; top: 70%; animation-delay: .55s; }
.itx-circuit i:nth-child(4) { right: 16%; bottom: 14%; animation-delay: .8s; }

@keyframes itxNodeBlink {
  0%, 100% { transform: scale(.8); opacity: .55; }
  50% { transform: scale(1.18); opacity: 1; }
}

.itx-device__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 2px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  letter-spacing: .12em;
}

.itx-device__footer strong {
  color: var(--itx-cyan);
  letter-spacing: .08em;
}

.itx-float-card {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 104px;
  min-height: 86px;
  padding: 16px;
  color: #fff;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.12);
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.1;
}

.itx-float-card--cad { left: 0; top: 72px; color: #bff4ff; animation: itxFloat 5.4s ease-in-out infinite; }
.itx-float-card--embedded { right: 0; top: 168px; color: #c8ffe9; animation: itxFloat 5.8s ease-in-out infinite .2s; }
.itx-float-card--java { left: 30px; bottom: 72px; color: #ffe3ad; animation: itxFloat 6.2s ease-in-out infinite .45s; }

@keyframes itxFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -16px, 0); }
}

.itx-anchor {
  position: sticky;
  top: 0;
  z-index: 30;
  margin-top: -1px;
  background: rgba(7, 19, 41, .94);
  border-top: 0;
  border-bottom: 1px solid rgba(32, 215, 255, .18);
  box-shadow: 0 18px 44px rgba(4, 16, 35, .18);
  backdrop-filter: blur(18px);
}

.admin-bar .itx-anchor { top: 32px; }

.itx-anchor__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  overflow-x: auto;
  scrollbar-width: none;
}

.itx-anchor__inner::-webkit-scrollbar { display: none; }

.itx-anchor a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.itx-anchor a:hover,
.itx-anchor a.is-active {
  color: #fff !important;
  background: rgba(32, 215, 255, .24);
  box-shadow: 0 10px 28px rgba(32, 215, 255, .16);
  transform: translateY(-1px);
}

.itx-anchor__entry {
  margin-left: auto;
  color: #061126 !important;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green)) !important;
  border-color: rgba(32, 215, 255, .4) !important;
}

.itx-anchor__entry + .itx-anchor__entry {
  margin-left: 0;
}

.itx-section-head h2,
.itx-info__panel h2,
.itx-cta h2 {
  margin: 0;
  color: var(--itx-navy);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.18;
  letter-spacing: -.06em;
  font-weight: 900;
  text-wrap: balance;
}

.itx-section-head p:not(.itx-kicker),
.itx-info__panel p,
.itx-cta p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--itx-muted);
  font-size: 16px;
}

.itx-section-head--center {
  text-align: center;
  display: grid;
  justify-items: center;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.itx-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: end;
}

.itx-intro__body {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(8, 26, 58, .1);
  border-radius: var(--itx-radius);
  background: rgba(255,255,255,.72);
  box-shadow: var(--itx-shadow);
  backdrop-filter: blur(18px);
}

.itx-intro__body p {
  margin: 0;
  color: #334155;
}

.itx-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.itx-stats div {
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  border: 1px solid rgba(8, 26, 58, .08);
}

.itx-stats strong {
  color: var(--itx-blue);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.itx-stats span {
  margin-top: 6px;
  color: var(--itx-muted);
  font-size: 13px;
  font-weight: 700;
}

.itx-tracks {
  background:
    linear-gradient(180deg, rgba(255,255,255,.6), rgba(244,248,255,.9)),
    radial-gradient(circle at 86% 20%, rgba(10, 99, 255, .1), transparent 32%);
}

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

.itx-track-card {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(8, 26, 58, .1);
  background:
    radial-gradient(circle at 85% 12%, rgba(32,215,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,251,255,.86));
  box-shadow: 0 24px 62px rgba(5, 20, 44, .1);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.itx-track-card::before {
  content: "";
  position: absolute;
  inset: auto -18% -24% -18%;
  height: 180px;
  background: linear-gradient(90deg, rgba(32,215,255,.18), rgba(10,99,255,.16), rgba(51,240,180,.18));
  filter: blur(28px);
  opacity: .65;
  transition: opacity .35s ease, transform .35s ease;
}

.itx-track-card:hover {
  transform: translateY(-10px);
  border-color: rgba(10,99,255,.26);
  box-shadow: 0 34px 90px rgba(5, 20, 44, .16);
}

.itx-track-card:hover::before {
  opacity: .95;
  transform: translateY(-12px);
}

.itx-track-card__num {
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(7, 19, 41, .07);
  font-size: 74px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
}

.itx-track-card__icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--itx-blue);
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(8, 26, 58, .08);
  box-shadow: 0 15px 40px rgba(10, 99, 255, .12);
}

.itx-track-card__icon path,
.itx-track-card__icon rect,
.itx-track-card__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.itx-track-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 14px;
  color: var(--itx-navy);
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.25;
  letter-spacing: -.04em;
  font-weight: 900;
}

.itx-track-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #475569;
}

.itx-track-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.itx-track-card dl div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8, 26, 58, .08);
}

.itx-track-card dt {
  color: var(--itx-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.itx-track-card dd {
  margin: 4px 0 0;
  color: #1e293b;
  font-weight: 700;
}

.itx-track-card ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.itx-track-card li {
  padding: 8px 12px;
  color: #06324b;
  border-radius: 999px;
  background: rgba(32, 215, 255, .12);
  font-size: 12px;
  font-weight: 900;
}

.itx-outcomes__grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.itx-outcome-list {
  display: grid;
  gap: 16px;
}

.itx-outcome {
  position: relative;
  padding: 28px 28px 28px 92px;
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8, 26, 58, .1);
  box-shadow: 0 20px 60px rgba(5, 20, 44, .08);
}

.itx-outcome span {
  position: absolute;
  left: 28px;
  top: 30px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #071329;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green));
  font-size: 12px;
  font-weight: 950;
}

.itx-outcome h3 {
  margin: 0;
  color: var(--itx-navy);
  font-size: 20px;
  letter-spacing: -.03em;
}

.itx-outcome p {
  margin: 8px 0 0;
  color: var(--itx-muted);
}

.itx-flow {
  background: #071329;
  color: #fff;
}

.itx-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  background:
    radial-gradient(circle at 18% 20%, rgba(32,215,255,.22), transparent 34%),
    radial-gradient(circle at 80% 72%, rgba(51,240,180,.14), transparent 34%);
}

.itx-flow .itx-shell { position: relative; z-index: 1; }
.itx-flow .itx-kicker { color: var(--itx-green); }
.itx-flow .itx-section-head h2 { color: #fff; }

.itx-flowline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.itx-flowline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(32,215,255,.7), rgba(51,240,180,.7), transparent);
}

.itx-flowline li {
  position: relative;
  min-height: 270px;
  padding: 76px 22px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.itx-flowline span {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #071329;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green));
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 28px rgba(32, 215, 255, .32);
}

.itx-flowline strong {
  display: block;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.03em;
}

.itx-flowline p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.itx-info__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.itx-info__panel {
  padding: clamp(30px, 5vw, 46px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 18%, rgba(32,215,255,.28), transparent 35%),
    linear-gradient(135deg, #071329, #0b2d67);
  box-shadow: var(--itx-shadow);
}

.itx-info__panel h2,
.itx-info__panel p { color: #fff; }
.itx-info__panel p { color: rgba(255,255,255,.75); }

.itx-info__table-wrap {
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(8, 26, 58, .1);
  box-shadow: var(--itx-shadow);
}

.itx-info__table {
  width: 100%;
  border-collapse: collapse;
}

.itx-info__table th,
.itx-info__table td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(8, 26, 58, .08);
  vertical-align: top;
}

.itx-info__table tr:last-child th,
.itx-info__table tr:last-child td {
  border-bottom: 0;
}

.itx-info__table th {
  width: 32%;
  color: var(--itx-blue);
  background: #f6faff;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}

.itx-info__table td {
  color: #334155;
  font-weight: 700;
}

.itx-fit {
  padding-top: 0;
}

.itx-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.itx-fit-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(8, 26, 58, .1);
  box-shadow: 0 20px 54px rgba(5, 20, 44, .07);
  color: #1e293b;
  font-weight: 800;
}

.itx-fit-card span {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 24%, transparent 26%),
    linear-gradient(135deg, var(--itx-cyan), var(--itx-blue));
  box-shadow: 0 0 24px rgba(32,215,255,.26);
}

.itx-faq {
  background: linear-gradient(180deg, #fff, #f4f8ff);
}

.itx-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
  gap: clamp(28px, 6vw, 80px);
}

.itx-faq__items {
  display: grid;
  gap: 14px;
}

.itx-faq-item {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(8, 26, 58, .1);
  box-shadow: 0 18px 48px rgba(5, 20, 44, .06);
}

.itx-faq-item summary {
  position: relative;
  display: block;
  padding: 22px 58px 22px 24px;
  color: var(--itx-navy);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -.02em;
}

.itx-faq-item summary::-webkit-details-marker { display: none; }

.itx-faq-item summary::before,
.itx-faq-item summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--itx-blue);
  transition: transform .25s ease;
}

.itx-faq-item summary::after {
  transform: rotate(90deg);
}

.itx-faq-item[open] summary::after {
  transform: rotate(0deg);
}

.itx-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--itx-muted);
}

.itx-cta {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071329;
}

.itx-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 22% 50%, rgba(32,215,255,.22), transparent 34%),
    linear-gradient(90deg, rgba(7,19,41,.82), rgba(7,19,41,.52));
}

.itx-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: left;
  padding: 90px 0;
}

.itx-cta .itx-kicker { color: var(--itx-green); }
.itx-cta h2 { color: #fff; }
.itx-cta p { color: rgba(255,255,255,.76); font-size: 18px; }

.itx-reveal {
  will-change: transform, opacity;
}

@media (max-width: 1080px) {
  .itx-hero__inner,
  .itx-intro__grid,
  .itx-outcomes__grid,
  .itx-info__grid,
  .itx-faq__grid {
    grid-template-columns: 1fr;
  }

  .itx-hero__visual {
    min-height: 460px;
  }

  .itx-track-grid {
    grid-template-columns: 1fr;
  }

  .itx-track-card {
    min-height: auto;
  }

  .itx-flowline,
  .itx-fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .itx-flowline::before { display: none; }
}

@media (max-width: 720px) {
  :root { --itx-shell: min(100% - 28px, 1160px); }

  .itx-section { padding: 72px 0; }

  .itx-hero { min-height: auto; }

  .itx-hero__inner {
    padding: 110px 0 70px;
    gap: 36px;
  }

  .itx-hero__title {
    font-size: clamp(43px, 14vw, 68px);
  }

  .itx-hero__visual { min-height: 420px; }

  .itx-device {
    width: min(92vw, 380px);
    transform: rotateX(4deg) rotateY(-8deg);
  }

  .itx-device__screen { min-height: 280px; }

  .itx-float-card {
    min-width: 86px;
    min-height: 68px;
    font-size: 12px;
  }

  .itx-float-card--cad { left: -4px; top: 40px; }
  .itx-float-card--embedded { right: -4px; top: 142px; }
  .itx-float-card--java { left: 14px; bottom: 38px; }

  .itx-stats,
  .itx-flowline,
  .itx-fit-grid {
    grid-template-columns: 1fr;
  }

  .itx-outcome { padding: 82px 22px 24px; }
  .itx-outcome span { left: 22px; top: 24px; }

  .itx-info__table th,
  .itx-info__table td {
    display: block;
    width: 100%;
    padding: 16px 18px;
  }

  .itx-info__table th {
    padding-bottom: 4px;
    background: #fff;
  }

  .itx-info__table td {
    padding-top: 0;
  }

  .itx-anchor__entry { margin-left: 0; }

  .admin-bar .itx-anchor { top: 0; }
}


/* Responsive refinements: page-511 */
#itx-experience canvas,
#itx-experience table,
#itx-experience .itx-device,
#itx-experience .itx-track-card,
#itx-experience .itx-info__table-wrap,
#itx-experience .itx-faq-item {
  max-width: 100%;
}

#itx-experience h1,
#itx-experience h2,
#itx-experience h3,
#itx-experience p,
#itx-experience a,
#itx-experience dd,
#itx-experience td,
#itx-experience summary {
  overflow-wrap: anywhere;
}

@media (max-width: 960px) {
  .itx-anchor__inner {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 8px;
    min-height: auto;
    padding: 10px 0;
  }

  .itx-anchor a {
    flex: 1 1 calc(20% - 8px);
    min-width: 104px;
    padding: 9px 10px;
    font-size: 12px;
    letter-spacing: .02em;
  }

  .itx-anchor__entry,
  .itx-anchor__entry + .itx-anchor__entry {
    flex: 1 1 calc(50% - 8px);
    min-width: 160px;
    margin-left: 0;
  }

  .itx-hero__inner {
    padding-top: 96px;
  }

  .itx-hero__lead {
    max-width: 100%;
  }

  .itx-track-card {
    min-height: auto;
  }

  .itx-info__panel,
  .itx-info__table-wrap,
  .itx-track-card,
  .itx-faq-item,
  .itx-outcome,
  .itx-fit-card,
  .itx-flowline li {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  :root { --itx-shell: min(100% - 24px, 1160px); }

  .itx-webgl {
    opacity: .72;
  }

  .itx-orbit,
  .itx-grid-bg {
    opacity: .42;
  }

  .itx-hero__inner {
    padding: 86px 0 54px;
  }

  .itx-eyebrow,
  .itx-kicker {
    font-size: 11px;
    letter-spacing: .16em;
  }

  .itx-hero__title {
    font-size: clamp(40px, 15vw, 62px);
    line-height: 1.04;
    letter-spacing: -.07em;
  }

  .itx-hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.85;
  }

  .itx-hero__actions,
  .itx-cta__actions {
    gap: 10px;
    margin-top: 28px;
  }

  .itx-hero__actions .itx-btn,
  .itx-cta__actions .itx-btn {
    width: 100%;
  }

  .itx-btn {
    min-height: 52px;
    padding: 13px 18px;
    font-size: 14px;
  }

  .itx-hero__badges {
    gap: 8px;
  }

  .itx-hero__badges li {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
  }

  .itx-hero__visual {
    min-height: 330px;
    margin-top: 4px;
  }

  .itx-device {
    width: min(86vw, 330px);
    padding: 12px;
    border-radius: 26px;
    transform: rotateX(3deg) rotateY(-5deg);
  }

  .itx-device__screen {
    min-height: 230px;
    padding: 20px;
    border-radius: 20px;
  }

  .itx-circuit {
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 110px;
  }

  .itx-float-card {
    min-width: 76px;
    min-height: 58px;
    padding: 10px;
    border-radius: 18px;
  }

  .itx-anchor {
    box-shadow: 0 12px 30px rgba(4, 16, 35, .16);
  }

  .itx-anchor__inner {
    gap: 6px;
    padding: 8px 0;
  }

  .itx-anchor a {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 0;
    padding: 8px 6px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .itx-anchor__entry,
  .itx-anchor__entry + .itx-anchor__entry {
    flex-basis: calc(50% - 6px);
  }

  .itx-section-head h2,
  .itx-info__panel h2,
  .itx-cta h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.25;
    letter-spacing: -.05em;
  }

  .itx-section-head p:not(.itx-kicker),
  .itx-info__panel p,
  .itx-cta p {
    font-size: 15px;
  }

  .itx-intro__body,
  .itx-info__panel,
  .itx-track-card,
  .itx-outcome,
  .itx-fit-card,
  .itx-flowline li {
    padding: 22px;
  }

  .itx-stats div {
    min-height: 94px;
  }

  .itx-track-card__num {
    right: 18px;
    top: 14px;
    font-size: 54px;
  }

  .itx-track-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .itx-track-card h3 {
    margin-top: 22px;
    font-size: 24px;
  }

  .itx-track-card dl div {
    padding: 14px;
  }

  .itx-outcome {
    padding-top: 78px;
    padding-left: 22px;
  }

  .itx-outcome span {
    left: 22px;
    top: 22px;
  }

  .itx-flowline li {
    min-height: auto;
    padding-top: 72px;
  }

  .itx-info__table th,
  .itx-info__table td {
    padding-inline: 18px;
  }

  .itx-faq-item summary {
    padding: 18px 52px 18px 18px;
  }

  .itx-faq-item p {
    padding: 0 18px 20px;
  }

  .itx-cta {
    min-height: 470px;
  }

  .itx-cta__inner {
    padding: 70px 0;
  }
}

@media (max-width: 390px) {
  :root { --itx-shell: min(100% - 18px, 1160px); }

  .itx-anchor a {
    flex-basis: calc(50% - 6px);
    font-size: 10px;
  }

  .itx-anchor__entry,
  .itx-anchor__entry + .itx-anchor__entry {
    flex-basis: 100%;
  }

  .itx-hero__title {
    font-size: clamp(36px, 14.5vw, 52px);
  }

  .itx-hero__visual {
    min-height: 300px;
  }

  .itx-float-card--cad { left: 0; top: 24px; }
  .itx-float-card--embedded { right: 0; top: 112px; }
  .itx-float-card--java { left: 12px; bottom: 24px; }
}

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

  .itx-webgl,
  .itx-cta__canvas {
    display: none;
  }
}

/* =========================================================
   2026-06-29 final responsive pass / Japanese anchor labels
   ========================================================= */
#itx-experience img,
#itx-experience video,
#itx-experience iframe {
  max-width: 100%;
  height: auto;
}

#itx-experience .itx-anchor a {
  color: #fff !important;
  line-height: 1.35;
}

#itx-experience .itx-anchor__entry {
  color: #061126 !important;
}

@media (max-width: 1180px) {
  #itx-experience .itx-track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #itx-experience .itx-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #itx-experience .itx-flowline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #itx-experience .itx-flowline::before {
    display: none;
  }
}

@media (max-width: 980px) {
  #itx-experience .itx-hero__inner,
  #itx-experience .itx-intro__grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid {
    grid-template-columns: 1fr !important;
  }

  #itx-experience .itx-hero__content {
    max-width: 760px;
  }

  #itx-experience .itx-anchor__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    min-height: auto;
    padding: 10px 0;
    overflow-x: visible;
  }

  #itx-experience .itx-anchor a {
    flex: 1 1 calc(25% - 8px);
    min-width: 116px;
    padding: 9px 10px;
    font-size: 12px;
    letter-spacing: .01em;
  }

  #itx-experience .itx-anchor__entry,
  #itx-experience .itx-anchor__entry + .itx-anchor__entry {
    flex: 1 1 calc(50% - 8px);
    min-width: 156px;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  #itx-experience .itx-section {
    padding-block: 68px;
  }

  #itx-experience .itx-hero__inner {
    padding-top: 82px;
    padding-bottom: 56px;
  }

  #itx-experience .itx-hero__actions,
  #itx-experience .itx-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #itx-experience .itx-hero__actions .itx-btn,
  #itx-experience .itx-cta__actions .itx-btn {
    width: 100%;
  }

  #itx-experience .itx-track-grid,
  #itx-experience .itx-stats,
  #itx-experience .itx-fit-grid,
  #itx-experience .itx-flowline {
    grid-template-columns: 1fr !important;
  }

  #itx-experience .itx-track-card {
    min-height: auto;
  }

  #itx-experience .itx-info__table,
  #itx-experience .itx-info__table tbody,
  #itx-experience .itx-info__table tr,
  #itx-experience .itx-info__table th,
  #itx-experience .itx-info__table td {
    display: block;
    width: 100%;
  }

  #itx-experience .itx-info__table th {
    white-space: normal;
    padding: 16px 18px 4px;
    border-bottom: 0;
  }

  #itx-experience .itx-info__table td {
    padding: 0 18px 16px;
  }
}

@media (max-width: 560px) {
  #itx-experience .itx-anchor {
    position: sticky;
    top: 0;
  }

  #itx-experience .itx-anchor__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
    scroll-snap-type: x proximity;
  }

  #itx-experience .itx-anchor a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 8px 12px;
    font-size: 11px;
    scroll-snap-align: start;
  }

  #itx-experience .itx-anchor__entry,
  #itx-experience .itx-anchor__entry + .itx-anchor__entry {
    min-width: 118px;
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(36px, 13.8vw, 58px);
  }

  #itx-experience .itx-hero__lead,
  #itx-experience .itx-section-head p:not(.itx-kicker),
  #itx-experience .itx-info__panel p,
  #itx-experience .itx-cta p {
    font-size: 15px;
    line-height: 1.85;
  }

  #itx-experience .itx-intro__body,
  #itx-experience .itx-info__panel,
  #itx-experience .itx-track-card,
  #itx-experience .itx-outcome,
  #itx-experience .itx-fit-card,
  #itx-experience .itx-flowline li {
    padding: 20px;
    border-radius: 22px;
  }

  #itx-experience .itx-outcome {
    padding-top: 74px;
  }

  #itx-experience .itx-outcome span,
  #itx-experience .itx-flowline span {
    left: 20px;
    top: 20px;
  }

  #itx-experience .itx-flowline li {
    padding-top: 74px;
  }
}

@media (max-width: 430px) {
  #itx-experience .itx-shell {
    width: min(100% - 18px, 1160px);
  }

  #itx-experience .itx-anchor a {
    padding-inline: 10px;
    font-size: 10.5px;
  }

  #itx-experience .itx-btn {
    min-height: 50px;
    padding-inline: 16px;
    font-size: 13px;
  }

  #itx-experience .itx-hero__visual {
    min-height: 280px;
  }

  #itx-experience .itx-device {
    width: min(88vw, 300px);
  }

  #itx-experience .itx-float-card {
    transform: scale(.9);
  }
}


/* =========================================================
   2026-06-29 menu wording / sticky nav / responsive hardening
   ========================================================= */
#itx-experience.itx-page {
  overflow-x: clip;
  overflow-y: visible;
}

#itx-experience .itx-anchor {
  position: sticky !important;
  top: 0;
  z-index: 90;
  margin-top: 0;
}

.admin-bar #itx-experience .itx-anchor {
  top: 32px;
}

#itx-experience .itx-anchor__inner {
  min-width: 0;
}

#itx-experience .itx-anchor a {
  color: #fff !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.35;
}

#itx-experience .itx-anchor a:hover,
#itx-experience .itx-anchor a.is-active {
  color: #fff !important;
}

#itx-experience .itx-anchor__entry,
#itx-experience .itx-anchor__entry:hover,
#itx-experience .itx-anchor__entry.is-active {
  color: #061126 !important;
}

@media (max-width: 1180px) {
  #itx-experience .itx-shell {
    width: min(100% - 32px, 1160px);
  }

  #itx-experience .itx-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  #itx-experience .itx-hero__content {
    max-width: 840px;
  }

  #itx-experience .itx-hero__visual {
    width: min(560px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 980px) {
  #itx-experience .itx-anchor__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
    min-height: auto;
    overflow: visible;
  }

  #itx-experience .itx-anchor a {
    flex: 1 1 calc(25% - 8px);
    min-width: 112px;
    padding: 9px 10px;
    font-size: 12px;
    letter-spacing: .01em;
  }

  #itx-experience .itx-anchor__entry,
  #itx-experience .itx-anchor__entry + .itx-anchor__entry {
    flex: 1 1 calc(50% - 8px);
    min-width: 150px;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  #itx-experience .itx-section {
    padding-block: 68px;
  }

  #itx-experience .itx-hero {
    min-height: auto;
  }

  #itx-experience .itx-hero__inner {
    padding: 86px 0 58px;
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(38px, 13vw, 62px);
    letter-spacing: -.07em;
  }

  #itx-experience .itx-hero__lead,
  #itx-experience .itx-section-head p:not(.itx-kicker),
  #itx-experience .itx-info__panel p,
  #itx-experience .itx-cta p {
    font-size: 15px;
    line-height: 1.9;
  }

  #itx-experience .itx-track-grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid,
  #itx-experience .itx-fit-grid,
  #itx-experience .itx-flowline,
  #itx-experience .itx-stats {
    grid-template-columns: 1fr !important;
  }

  #itx-experience .itx-hero__actions,
  #itx-experience .itx-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #itx-experience .itx-hero__actions .itx-btn,
  #itx-experience .itx-cta__actions .itx-btn {
    width: 100%;
  }

  #itx-experience .itx-info__table,
  #itx-experience .itx-info__table tbody,
  #itx-experience .itx-info__table tr,
  #itx-experience .itx-info__table th,
  #itx-experience .itx-info__table td {
    display: block;
    width: 100%;
  }

  #itx-experience .itx-info__table th {
    padding: 16px 18px 4px;
    border-bottom: 0;
    white-space: normal;
  }

  #itx-experience .itx-info__table td {
    padding: 0 18px 16px;
  }
}

@media (max-width: 560px) {
  #itx-experience .itx-shell {
    width: min(100% - 22px, 1160px);
  }

  #itx-experience .itx-anchor {
    top: 0;
  }

  .admin-bar #itx-experience .itx-anchor {
    top: 0;
  }

  #itx-experience .itx-anchor__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 8px 0 10px;
  }

  #itx-experience .itx-anchor__inner::-webkit-scrollbar {
    display: none;
  }

  #itx-experience .itx-anchor a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 8px 12px;
    font-size: 11px;
    scroll-snap-align: start;
  }

  #itx-experience .itx-anchor__entry,
  #itx-experience .itx-anchor__entry + .itx-anchor__entry {
    min-width: max-content;
  }

  #itx-experience .itx-hero__visual {
    min-height: 300px;
  }

  #itx-experience .itx-device {
    width: min(88vw, 320px);
  }

  #itx-experience .itx-float-card {
    min-width: 72px;
    min-height: 56px;
    padding: 9px;
    border-radius: 16px;
    font-size: 11px;
  }
}

/* =========================================================
   2026-06-29 entry button visibility fix v2
   応募フォームボタンを青空カラーで強調表示
   ========================================================= */
#itx-experience .itx-anchor__entry,
#itx-experience .itx-anchor__entry:hover,
#itx-experience .itx-anchor__entry.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6ee7ff 0%, #22b8f0 44%, #2563eb 100%) !important;
  border-color: rgba(219, 244, 255, .72) !important;
  box-shadow: 0 12px 32px rgba(14, 165, 233, .34), inset 0 1px 0 rgba(255, 255, 255, .32) !important;
  text-shadow: 0 1px 8px rgba(5, 37, 77, .34);
}

#itx-experience .itx-anchor__entry:hover,
#itx-experience .itx-anchor__entry.is-active {
  background: linear-gradient(135deg, #9befff 0%, #38bdf8 42%, #1d4ed8 100%) !important;
  box-shadow: 0 16px 38px rgba(56, 189, 248, .42), inset 0 1px 0 rgba(255, 255, 255, .40) !important;
}

#itx-experience .itx-btn--entry,
#itx-experience .itx-btn--entry-light,
#itx-experience .itx-btn--entry:visited,
#itx-experience .itx-btn--entry-light:visited {
  color: #ffffff !important;
  background: linear-gradient(135deg, #7dd3fc 0%, #0ea5e9 46%, #2563eb 100%) !important;
  border-color: rgba(219, 244, 255, .66) !important;
  box-shadow: 0 20px 54px rgba(14, 165, 233, .34), inset 0 1px 0 rgba(255, 255, 255, .32) !important;
  text-shadow: 0 1px 8px rgba(5, 37, 77, .34);
}

#itx-experience .itx-btn--entry:hover,
#itx-experience .itx-btn--entry-light:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #bae6fd 0%, #38bdf8 42%, #1d4ed8 100%) !important;
  box-shadow: 0 24px 62px rgba(56, 189, 248, .44), inset 0 1px 0 rgba(255, 255, 255, .40) !important;
}

#itx-experience .itx-btn--entry::after,
#itx-experience .itx-btn--entry-light::after {
  border-color: currentColor;
}

@media (max-width: 560px) {
  #itx-experience .itx-anchor__entry,
  #itx-experience .itx-anchor__entry + .itx-anchor__entry {
    padding-inline: 14px;
    font-size: 11.5px;
  }
}


/* =========================================================
   2026-06-29 primary CTA color update
   「体験内容を見る」を応募ボタンと差別化
   ========================================================= */
#itx-experience .itx-btn--primary,
#itx-experience .itx-btn--primary:visited {
  color: #07305f !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fbff 52%, #d8f3ff 100%) !important;
  border-color: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 20px 52px rgba(255, 255, 255, .20), 0 10px 34px rgba(32, 215, 255, .20), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  text-shadow: none !important;
}

#itx-experience .itx-btn--primary:hover {
  color: #04264e !important;
  background: linear-gradient(135deg, #ffffff 0%, #e6f8ff 45%, #bfeaff 100%) !important;
  box-shadow: 0 24px 62px rgba(255, 255, 255, .24), 0 14px 40px rgba(56, 189, 248, .28), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
}

/* =========================================================
   2026-06-29 Hero visual update v3
   小さなテキストボックスを使わない訴求型 Engineering Gate
   ========================================================= */
#itx-experience .itx-hero__visual {
  min-height: 560px;
  isolation: isolate;
}

#itx-experience .itx-launch-portal.itx-device {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: rotateX(8deg) rotateY(-10deg);
  display: grid;
  place-items: center;
  overflow: visible;
}

#itx-experience .itx-launch-portal::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.32) 0 8%, rgba(125,211,252,.20) 9% 30%, rgba(37,99,235,.08) 56%, transparent 72%),
    conic-gradient(from 120deg, rgba(125,211,252,.0), rgba(125,211,252,.8), rgba(52,211,153,.78), rgba(37,99,235,.78), rgba(125,211,252,.0));
  filter: blur(2px) drop-shadow(0 0 36px rgba(34,211,238,.42));
  opacity: .84;
  animation: itxPortalPulse 4.8s ease-in-out infinite;
}

#itx-experience .itx-launch-portal::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 3%;
  height: 25%;
  background:
    linear-gradient(180deg, rgba(34,211,238,.42), transparent 74%),
    repeating-linear-gradient(90deg, transparent 0 35px, rgba(125,211,252,.32) 36px 37px, transparent 38px 72px);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  transform: perspective(420px) rotateX(58deg);
  transform-origin: top center;
  opacity: .72;
  filter: drop-shadow(0 0 22px rgba(34,211,238,.4));
}

#itx-experience .itx-launch-portal__halo {
  position: absolute;
  inset: -9%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(32,215,255,.2), transparent 42%),
    radial-gradient(circle at 38% 22%, rgba(255,255,255,.2), transparent 18%),
    radial-gradient(circle at 72% 78%, rgba(51,240,180,.16), transparent 26%);
  filter: blur(12px);
  opacity: .92;
  animation: itxPortalHalo 6.4s ease-in-out infinite;
}

#itx-experience .itx-launch-portal__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, .34);
  box-shadow:
    inset 0 0 34px rgba(34, 211, 238, .08),
    0 0 42px rgba(34, 211, 238, .18);
}

#itx-experience .itx-launch-portal__ring--outer {
  inset: 3%;
  border-width: 2px;
  border-color: rgba(186, 230, 253, .5);
  animation: itxSpin 24s linear infinite;
}

#itx-experience .itx-launch-portal__ring--middle {
  inset: 14%;
  border-style: dashed;
  border-color: rgba(52, 211, 153, .42);
  animation: itxSpin 18s linear reverse infinite;
}

#itx-experience .itx-launch-portal__ring--inner {
  inset: 26%;
  border-color: rgba(255, 255, 255, .44);
  animation: itxPortalBreath 3.8s ease-in-out infinite;
}

#itx-experience .itx-launch-portal__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(34, 211, 238, .32));
}

#itx-experience .itx-launch-portal__beam {
  fill: none;
  stroke: url(#itxPortalLine);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18 18;
  opacity: .74;
  animation: itxPortalDash 9s linear infinite;
}

#itx-experience .itx-launch-portal__beam--b {
  stroke-width: 1.8;
  stroke-dasharray: 10 16;
  opacity: .58;
  animation-duration: 6.8s;
  animation-direction: reverse;
}

#itx-experience .itx-launch-portal__beam--c {
  stroke-width: 1.5;
  stroke-dasharray: 5 12;
  opacity: .54;
  animation-duration: 5.8s;
}

#itx-experience .itx-launch-portal__core-glow {
  fill: url(#itxPortalCore);
  stroke: rgba(255, 255, 255, .5);
  stroke-width: 1;
  filter: drop-shadow(0 0 28px rgba(125, 211, 252, .55));
}

#itx-experience .itx-launch-portal__axis {
  fill: none;
  stroke: rgba(186, 230, 253, .22);
  stroke-width: 1;
  stroke-dasharray: 2 14;
}

#itx-experience .itx-launch-portal__axis--diagonal {
  opacity: .62;
}

#itx-experience .itx-launch-portal__core {
  position: relative;
  z-index: 3;
  width: 42%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.22), transparent 38%),
    linear-gradient(145deg, rgba(4, 16, 35, .96), rgba(9, 43, 91, .9));
  border: 1px solid rgba(255,255,255,.28);
  box-shadow:
    0 28px 80px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 0 54px rgba(34,211,238,.18);
}

#itx-experience .itx-launch-portal__core strong {
  display: block;
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 950;
  background: linear-gradient(90deg, #ffffff 0%, #dffaff 38%, #7dd3fc 68%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(34,211,238,.38));
}

#itx-experience .itx-launch-portal__overline,
#itx-experience .itx-launch-portal__tagline {
  display: block;
  color: rgba(255,255,255,.78);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 0 18px rgba(34,211,238,.32);
}

#itx-experience .itx-launch-portal__overline {
  font-size: clamp(15px, 1.5vw, 20px);
  letter-spacing: .26em;
  color: #7dd3fc;
}

#itx-experience .itx-launch-portal__tagline {
  font-size: clamp(12px, 1.25vw, 16px);
  letter-spacing: .08em;
}

#itx-experience .itx-launch-portal__word {
  position: absolute;
  z-index: 4;
  color: rgba(255,255,255,.92);
  font-size: clamp(27px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  text-shadow:
    0 0 20px rgba(34,211,238,.44),
    0 12px 34px rgba(0,0,0,.34);
  mix-blend-mode: screen;
  pointer-events: none;
}

#itx-experience .itx-launch-portal__word--cad {
  left: 2%;
  top: 19%;
  transform: rotate(-10deg);
  color: #bae6fd;
}

#itx-experience .itx-launch-portal__word--control {
  right: -6%;
  top: 47%;
  transform: rotate(8deg);
  color: #bbf7d0;
}

#itx-experience .itx-launch-portal__word--java {
  left: 10%;
  bottom: 18%;
  transform: rotate(9deg);
  color: #dbeafe;
}

#itx-experience .itx-launch-portal__runway {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  bottom: 11%;
  height: 38%;
  transform: perspective(520px) rotateX(64deg);
  transform-origin: bottom center;
  opacity: .82;
}

#itx-experience .itx-launch-portal__runway span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(125,211,252,.88), rgba(255,255,255,.0));
  box-shadow: 0 0 18px rgba(34,211,238,.42);
  transform-origin: bottom center;
}

#itx-experience .itx-launch-portal__runway span:nth-child(1) { transform: translateX(-50%) rotate(-31deg); }
#itx-experience .itx-launch-portal__runway span:nth-child(2) { transform: translateX(-50%) rotate(-11deg); }
#itx-experience .itx-launch-portal__runway span:nth-child(3) { transform: translateX(-50%) rotate(11deg); }
#itx-experience .itx-launch-portal__runway span:nth-child(4) { transform: translateX(-50%) rotate(31deg); }

@keyframes itxPortalPulse {
  0%, 100% { transform: scale(.98); opacity: .72; }
  50% { transform: scale(1.03); opacity: .96; }
}

@keyframes itxPortalHalo {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .78; }
  50% { transform: translate3d(0, -10px, 0) scale(1.05); opacity: 1; }
}

@keyframes itxPortalBreath {
  0%, 100% { transform: scale(.96); opacity: .58; }
  50% { transform: scale(1.04); opacity: .9; }
}

@keyframes itxPortalDash {
  to { stroke-dashoffset: -180; }
}

@media (max-width: 1180px) {
  #itx-experience .itx-launch-portal.itx-device {
    width: min(88vw, 540px);
  }
}

@media (max-width: 760px) {
  #itx-experience .itx-hero__visual {
    min-height: 390px;
  }

  #itx-experience .itx-launch-portal.itx-device {
    width: min(92vw, 380px);
    transform: rotateX(5deg) rotateY(-6deg);
  }

  #itx-experience .itx-launch-portal__core {
    width: 48%;
  }

  #itx-experience .itx-launch-portal__word {
    font-size: clamp(22px, 8vw, 38px);
  }

  #itx-experience .itx-launch-portal__word--control {
    right: -3%;
  }
}

@media (max-width: 430px) {
  #itx-experience .itx-hero__visual {
    min-height: 310px;
  }

  #itx-experience .itx-launch-portal.itx-device {
    width: min(90vw, 300px);
  }

  #itx-experience .itx-launch-portal__core {
    width: 52%;
    gap: 5px;
  }

  #itx-experience .itx-launch-portal__core strong {
    font-size: clamp(21px, 8vw, 28px);
  }

  #itx-experience .itx-launch-portal__overline {
    font-size: 12px;
  }

  #itx-experience .itx-launch-portal__tagline {
    font-size: 10px;
  }

  #itx-experience .itx-launch-portal__word--cad {
    left: 1%;
    top: 18%;
  }

  #itx-experience .itx-launch-portal__word--control {
    right: -1%;
    top: 49%;
  }

  #itx-experience .itx-launch-portal__word--java {
    left: 9%;
    bottom: 17%;
  }
}


/* =========================================================
   2026-07-07 IT体験ページ内 応募フォーム追加
   page-517 の応募フォームUIを page-511 用に移植
   ========================================================= */
#itx-experience {
  --ngk517-navy: var(--itx-navy);
  --ngk517-blue: var(--itx-blue);
  --ngk517-cyan: var(--itx-cyan);
  --ngk517-sky: #e9f7ff;
  --ngk517-white: #ffffff;
  --ngk517-ink: var(--itx-ink);
  --ngk517-muted: var(--itx-muted);
  --ngk517-line: rgba(15, 67, 130, .14);
  --ngk517-shadow: 0 24px 80px rgba(7, 21, 47, .16);
  --ngk517-radius: 28px;
  --ngk517-max: 1180px;
}

#itx-experience .ngk517-section-kicker {
  margin: 0 0 14px;
  color: var(--ngk517-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#itx-experience .ngk517-entry {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 212, 255, .16), transparent 28rem),
    linear-gradient(180deg, rgba(233, 247, 255, .5), rgba(255, 255, 255, .92));
}

#itx-experience .ngk517-entry-layout {
  width: min(100%, var(--ngk517-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

#itx-experience .ngk517-entry-copy {
  position: sticky;
  top: 86px;
}

#itx-experience .ngk517-entry-copy h2 {
  margin: 0;
  color: var(--ngk517-navy);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 950;
}

#itx-experience .ngk517-entry-copy p {
  margin: 20px 0 0;
  color: var(--ngk517-muted);
  font-size: 16px;
  line-height: 2;
}

#itx-experience .ngk517-entry-card {
  border: 1px solid var(--ngk517-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--ngk517-shadow);
  backdrop-filter: blur(16px);
  padding: clamp(24px, 4vw, 42px);
  font-size: 17px;
}

#itx-experience .ngk517-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#itx-experience .ngk517-form-row {
  display: grid;
  gap: 8px;
}

#itx-experience .ngk517-form-row.is-full,
#itx-experience .ngk517-consent,
#itx-experience .ngk517-submit,
#itx-experience .ngk517-form-alert {
  grid-column: 1 / -1;
}

#itx-experience .ngk517-form label,
#itx-experience .ngk517-form-row > label {
  color: var(--ngk517-navy);
  font-size: 15px !important;
  line-height: 1.55;
  font-weight: 950;
}

#itx-experience .ngk517-form label span,
#itx-experience .ngk517-form-row > label span {
  margin-left: 6px;
  color: var(--ngk517-blue) !important;
  background: rgba(11, 92, 255, .10) !important;
  border: 1px solid rgba(11, 92, 255, .18) !important;
  border-radius: 999px;
  padding: 3px 9px !important;
  font-size: 12px !important;
}

#itx-experience .ngk517-form input[type="text"],
#itx-experience .ngk517-form input[type="email"],
#itx-experience .ngk517-form input[type="tel"],
#itx-experience .ngk517-form select,
#itx-experience .ngk517-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 67, 130, .16);
  border-radius: 17px !important;
  background: rgba(255, 255, 255, .92);
  color: var(--ngk517-ink);
  padding: 16px 16px !important;
  font: inherit;
  font-size: 16px !important;
  line-height: 1.55;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#itx-experience .ngk517-form textarea {
  resize: vertical;
  min-height: 132px;
  line-height: 1.8 !important;
}

#itx-experience .ngk517-form input:focus,
#itx-experience .ngk517-form select:focus,
#itx-experience .ngk517-form textarea:focus {
  border-color: rgba(11, 92, 255, .72);
  box-shadow: 0 0 0 4px rgba(11, 92, 255, .10);
  background: #fff;
}

#itx-experience .ngk517-entry-card .ngk517-transport-note {
  padding: 18px 20px;
  border: 1px solid rgba(11, 92, 255, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(233, 247, 255, .94), rgba(255, 255, 255, .96));
  box-shadow: 0 12px 30px rgba(11, 92, 255, .08);
}

#itx-experience .ngk517-entry-card .ngk517-transport-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ngk517-navy);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .02em;
}

#itx-experience .ngk517-entry-card .ngk517-transport-note p {
  margin: 0;
  color: var(--ngk517-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}

#itx-experience .ngk517-file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px !important;
  padding: 18px;
  border: 1px dashed rgba(11, 92, 255, .38);
  border-radius: 18px;
  background: rgba(233, 247, 255, .55);
  color: var(--ngk517-muted) !important;
  cursor: pointer;
  text-align: center;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

#itx-experience .ngk517-file input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#itx-experience .ngk517-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  border-radius: 18px;
  background: rgba(244, 250, 255, .8);
  color: var(--ngk517-muted);
  font-size: 16px !important;
  line-height: 1.65 !important;
}

#itx-experience .ngk517-consent input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  flex: 0 0 20px !important;
  margin-top: .28em !important;
  transform: none !important;
}

#itx-experience .ngk517-consent > span.ngk517-consent-text {
  display: inline !important;
  color: var(--ngk517-ink) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

#itx-experience .ngk517-submit {
  appearance: none;
  border: 1px solid rgba(11, 92, 255, .20) !important;
  min-height: 62px !important;
  border-radius: 999px;
  color: var(--ngk517-navy) !important;
  background: linear-gradient(135deg, #e9f7ff 0%, #d9f1ff 54%, #c9edff 100%) !important;
  box-shadow: 0 16px 38px rgba(11, 92, 255, .16) !important;
  font-size: 17px !important;
  font-weight: 950;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

#itx-experience .ngk517-submit:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #dff3ff 0%, #ccecff 54%, #b9e5ff 100%) !important;
  box-shadow: 0 20px 46px rgba(11, 92, 255, .20) !important;
}

#itx-experience .ngk517-form-alert {
  margin-bottom: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  line-height: 1.8;
  font-size: 15px !important;
}

#itx-experience .ngk517-form-alert strong {
  display: block;
  color: var(--ngk517-navy);
  font-weight: 950;
}

#itx-experience .ngk517-form-alert p,
#itx-experience .ngk517-form-alert ul {
  margin: 6px 0 0;
}

#itx-experience .ngk517-form-alert.is-success {
  border: 1px solid rgba(0, 140, 90, .22);
  background: rgba(226, 255, 242, .82);
}

#itx-experience .ngk517-form-alert.is-error {
  border: 1px solid rgba(214, 74, 74, .22);
  background: rgba(255, 238, 238, .86);
}

#itx-experience .ngk517-client-errors[hidden] {
  display: none !important;
}

#itx-experience .ngk517-form input[aria-invalid="true"],
#itx-experience .ngk517-form select[aria-invalid="true"],
#itx-experience .ngk517-form textarea[aria-invalid="true"] {
  border-color: rgba(214, 74, 74, .88);
  box-shadow: 0 0 0 4px rgba(214, 74, 74, .12);
  background: #fff;
}

#itx-experience .ngk517-file:has(input[aria-invalid="true"]) {
  border-color: rgba(214, 74, 74, .88);
  box-shadow: 0 0 0 4px rgba(214, 74, 74, .12);
  background: rgba(255, 238, 238, .7);
}

#itx-experience .ngk517-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media (max-width: 1080px) {
  #itx-experience .ngk517-entry-layout {
    grid-template-columns: 1fr;
  }

  #itx-experience .ngk517-entry-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  #itx-experience .ngk517-entry {
    padding-left: 14px;
    padding-right: 14px;
  }

  #itx-experience .ngk517-entry-card {
    padding: 22px !important;
    border-radius: 24px;
    font-size: 16px;
  }

  #itx-experience .ngk517-form {
    grid-template-columns: 1fr;
    gap: 17px !important;
  }

  #itx-experience .ngk517-form input[type="text"],
  #itx-experience .ngk517-form input[type="email"],
  #itx-experience .ngk517-form input[type="tel"],
  #itx-experience .ngk517-form select,
  #itx-experience .ngk517-form textarea {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }

  #itx-experience .ngk517-entry-card .ngk517-transport-note strong,
  #itx-experience .ngk517-entry-card .ngk517-transport-note p {
    font-size: 15.5px;
  }

  #itx-experience .ngk517-consent,
  #itx-experience .ngk517-consent > span.ngk517-consent-text {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
  }

  #itx-experience .ngk517-consent input[type="checkbox"] {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    flex-basis: 19px !important;
  }
}


/* =========================================================
   2026-07-07 Hero right visual v8
   Straight-line 3D geometric object / 10 random shapes
   ========================================================= */
#itx-experience .itx-hero__visual {
  min-height: 600px;
  isolation: isolate;
  overflow: visible;
}

#itx-experience .itx-geo-stage.itx-device {
  --itx-geo-x: 0px;
  --itx-geo-y: 0px;
  --itx-geo-tilt-x: 0deg;
  --itx-geo-tilt-y: 0deg;
  --itx-geo-float-y: 0px;
  --itx-geo-hue: 0deg;
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  transform:
    translate3d(var(--itx-geo-x), calc(var(--itx-geo-y) + var(--itx-geo-float-y)), 0)
    rotateX(calc(12deg + var(--itx-geo-tilt-x)))
    rotateY(calc(-18deg + var(--itx-geo-tilt-y)))
    rotateZ(-2deg);
  transform-style: preserve-3d;
  will-change: transform;
  filter: hue-rotate(var(--itx-geo-hue));
}

#itx-experience .itx-geo-stage.itx-device::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, .22) 1px, transparent 1px),
    linear-gradient(0deg, rgba(125, 211, 252, .14) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(32, 215, 255, .18), transparent 58%);
  background-size: 54px 54px, 54px 54px, 100% 100%;
  opacity: .54;
  transform: translateZ(-70px) rotateX(64deg) scale(.92);
  transform-origin: center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

#itx-experience .itx-geo-stage.itx-device::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 8%;
  height: 30%;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(32, 215, 255, .32), transparent 72%),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, .24) 35px 36px, transparent 37px 70px);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  transform: perspective(520px) rotateX(66deg) translateZ(-40px);
  transform-origin: top center;
  opacity: .46;
  filter: drop-shadow(0 0 18px rgba(32, 215, 255, .28));
}

#itx-experience .itx-geo-webgl,
#itx-experience .itx-geo-field,
#itx-experience .itx-geo-svg {
  position: absolute;
  pointer-events: none;
}

#itx-experience .itx-geo-webgl {
  inset: -6%;
  z-index: 0;
  width: 112%;
  height: 112%;
  opacity: .76;
  mix-blend-mode: screen;
  transform: translateZ(-46px);
}

#itx-experience .itx-geo-field {
  inset: 5%;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 49%, rgba(32,215,255,.18) 50%, transparent 51% 100%);
  background-size: 46px 46px, 46px 46px, 92px 92px;
  opacity: .28;
  transform: translateZ(-28px) rotateX(58deg) rotateZ(-8deg) scale(.88);
  mask-image: radial-gradient(circle, #000 0 62%, transparent 80%);
}

#itx-experience .itx-geo-svg {
  inset: -2%;
  z-index: 5;
  width: 104%;
  height: 104%;
  overflow: visible;
  transform: translateZ(64px);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .28));
}

#itx-experience .itx-geo-guide line {
  fill: none;
  stroke: rgba(190, 244, 255, .22);
  stroke-width: 1;
  stroke-linecap: square;
  stroke-dasharray: 9 14;
  vector-effect: non-scaling-stroke;
}

#itx-experience .itx-geo-object {
  transform-origin: 280px 280px;
  will-change: transform;
}

#itx-experience .itx-geo-face,
#itx-experience .itx-geo-side,
#itx-experience .itx-geo-edge {
  vector-effect: non-scaling-stroke;
  stroke-linejoin: miter;
  stroke-linecap: square;
}

#itx-experience .itx-geo-face--back {
  fill: url(#itxGeoBack);
  stroke: rgba(125, 211, 252, .38);
  stroke-width: 1.15;
  opacity: .72;
}

#itx-experience .itx-geo-side {
  fill: url(#itxGeoSide);
  stroke: rgba(223, 250, 255, .24);
  stroke-width: .9;
}

#itx-experience .itx-geo-side:nth-child(2n) {
  fill: rgba(14, 165, 233, .22);
}

#itx-experience .itx-geo-side:nth-child(3n) {
  fill: rgba(59, 130, 246, .26);
}

#itx-experience .itx-geo-face--front {
  fill: url(#itxGeoFront);
  stroke: rgba(255, 255, 255, .92);
  stroke-width: 1.55;
  opacity: .94;
}

#itx-experience .itx-geo-edge {
  fill: none;
  stroke: rgba(255, 255, 255, .78);
  stroke-width: 2.2;
  opacity: .92;
}

#itx-experience .itx-geo-face--front,
#itx-experience .itx-geo-edge {
  filter: drop-shadow(0 0 18px rgba(32, 215, 255, .28));
}

@media (max-width: 1180px) {
  #itx-experience .itx-geo-stage.itx-device {
    width: min(88vw, 560px);
  }
}

@media (max-width: 760px) {
  #itx-experience .itx-hero__visual {
    min-height: 430px;
  }

  #itx-experience .itx-geo-stage.itx-device {
    width: min(90vw, 400px);
    transform:
      translate3d(var(--itx-geo-x), calc(var(--itx-geo-y) + var(--itx-geo-float-y)), 0)
      rotateX(calc(8deg + var(--itx-geo-tilt-x)))
      rotateY(calc(-11deg + var(--itx-geo-tilt-y)))
      rotateZ(-1deg);
  }

  #itx-experience .itx-geo-webgl {
    inset: -4%;
    width: 108%;
    height: 108%;
    opacity: .58;
  }
}

@media (max-width: 430px) {
  #itx-experience .itx-hero__visual {
    min-height: 330px;
  }

  #itx-experience .itx-geo-stage.itx-device {
    width: min(90vw, 310px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #itx-experience .itx-geo-webgl {
    display: none !important;
  }

  #itx-experience .itx-geo-stage.itx-device,
  #itx-experience .itx-geo-stage.itx-device::before,
  #itx-experience .itx-geo-stage.itx-device::after,
  #itx-experience .itx-geo-field,
  #itx-experience .itx-geo-object,
  #itx-experience .itx-geo-face,
  #itx-experience .itx-geo-side,
  #itx-experience .itx-geo-edge {
    animation: none !important;
    transition: none !important;
  }
}


/* =========================================================
   2026-07-07 下部固定メニュー実装 / 上部追従メニュー削除
   ========================================================= */
#itx-experience .itx-anchor {
  display: none !important;
}

#itx-experience .itx-sticky-entry {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 990;
  transform: translateX(-50%) translateY(140%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  max-width: min(calc(100% - 24px), 760px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(5, 18, 45, .86);
  color: #fff;
  box-shadow: 0 18px 58px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .28s ease;
}

#itx-experience .itx-sticky-entry.is-visible {
  transform: translateX(-50%) translateY(0);
}

#itx-experience .itx-sticky-entry a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, .10);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
  text-align: center;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

#itx-experience .itx-sticky-entry a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .16);
}

#itx-experience .itx-sticky-entry a:last-child {
  color: #061126 !important;
  background: linear-gradient(135deg, var(--itx-cyan), var(--itx-green));
  box-shadow: 0 12px 32px rgba(32, 215, 255, .22);
}

#itx-experience .itx-sticky-entry a:last-child:hover {
  background: linear-gradient(135deg, #9befff 0%, #58ffd0 100%);
  box-shadow: 0 16px 38px rgba(32, 215, 255, .30);
}

@media (max-width: 760px) {
  #itx-experience .itx-sticky-entry {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    transform: translateY(140%);
    gap: 6px;
    padding: 8px;
  }

  #itx-experience .itx-sticky-entry.is-visible {
    transform: translateY(0);
  }

  #itx-experience .itx-sticky-entry a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    padding: 10px 6px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  #itx-experience .itx-sticky-entry a {
    font-size: 11px;
    letter-spacing: -.02em;
  }
}

/* =========================================================
   2026-07-07 Hero右側アニメーション削除 / Heroコピー中央配置
   ========================================================= */
#itx-experience .itx-hero__inner {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-items: center !important;
  gap: 0 !important;
  text-align: center !important;
}

#itx-experience .itx-hero__content {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  display: grid;
  justify-items: center;
}

#itx-experience .itx-hero__title {
  max-width: 920px !important;
  margin-inline: auto !important;
}

#itx-experience .itx-hero__lead {
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#itx-experience .itx-hero__actions,
#itx-experience .itx-hero__badges {
  justify-content: center !important;
}

#itx-experience .itx-hero__visual {
  display: none !important;
}

@media (max-width: 760px) {
  #itx-experience .itx-hero__inner {
    text-align: left !important;
    justify-items: start !important;
  }

  #itx-experience .itx-hero__content {
    justify-items: start !important;
  }

  #itx-experience .itx-hero__title,
  #itx-experience .itx-hero__lead {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #itx-experience .itx-hero__actions,
  #itx-experience .itx-hero__badges {
    justify-content: flex-start !important;
  }
}

/* =========================================================
   2026-07-07 Hero下部：濃い青から白への自然な移ろいを追加
   page-517 Hero transition を page-511 用に移植
   ========================================================= */
#itx-experience .itx-hero {
  overflow: visible !important;
  isolation: isolate;
}

#itx-experience .itx-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: clamp(150px, 18vw, 230px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0) 0%,
    rgba(247, 251, 255, .18) 30%,
    rgba(247, 251, 255, .78) 72%,
    #f7fbff 100%
  );
}

#itx-experience .itx-hero__inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 760px) {
  #itx-experience .itx-hero::after {
    height: 150px;
  }
}

/* =========================================================
   2026-07-08 mobile readable layout adjustment
   ========================================================= */
#itx-experience {
  overflow-x: hidden !important;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#itx-experience img,
#itx-experience svg,
#itx-experience canvas,
#itx-experience video {
  max-width: 100%;
}

@media (max-width: 1080px) {
  #itx-experience .itx-hero__inner,
  #itx-experience .itx-intro__grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid,
  #itx-experience .ngk517-entry-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #itx-experience .itx-track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  #itx-experience {
    --itx-shell: min(100% - 26px, 1160px);
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  #itx-experience .itx-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  #itx-experience .itx-hero {
    min-height: auto !important;
  }

  #itx-experience .itx-hero__inner {
    padding-top: 84px !important;
    padding-bottom: 58px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  #itx-experience .itx-hero__content {
    justify-items: start !important;
    max-width: 100% !important;
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(32px, 9.8vw, 48px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.04em !important;
    text-wrap: balance;
  }

  #itx-experience .itx-hero__lead,
  #itx-experience .itx-section-head p:not(.itx-kicker),
  #itx-experience .itx-intro__body p,
  #itx-experience .itx-info__panel p,
  #itx-experience .itx-cta p,
  #itx-experience .ngk517-entry-copy p,
  #itx-experience .itx-track-card p,
  #itx-experience .itx-outcome p,
  #itx-experience .itx-flowline p,
  #itx-experience .itx-faq-item p {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

  #itx-experience .itx-section-head h2,
  #itx-experience .itx-info__panel h2,
  #itx-experience .itx-cta h2,
  #itx-experience .ngk517-entry-copy h2 {
    font-size: clamp(28px, 8.2vw, 38px) !important;
    line-height: 1.24 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
  }

  #itx-experience .itx-track-card h3,
  #itx-experience .itx-flowline strong,
  #itx-experience .itx-faq-item summary {
    font-size: clamp(20px, 5.6vw, 28px) !important;
    line-height: 1.35 !important;
  }

  #itx-experience .itx-hero__actions,
  #itx-experience .itx-cta__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  #itx-experience .itx-btn,
  #itx-experience .ngk517-submit {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    white-space: normal !important;
    font-size: 15px !important;
  }

  #itx-experience .itx-hero__badges {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
  }

  #itx-experience .itx-track-grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid,
  #itx-experience .itx-fit-grid,
  #itx-experience .itx-flowline,
  #itx-experience .itx-stats,
  #itx-experience .ngk517-entry-layout,
  #itx-experience .ngk517-form {
    grid-template-columns: 1fr !important;
  }

  #itx-experience .itx-intro__body,
  #itx-experience .itx-info__panel,
  #itx-experience .itx-track-card,
  #itx-experience .itx-outcome,
  #itx-experience .itx-fit-card,
  #itx-experience .itx-flowline li,
  #itx-experience .ngk517-entry-card {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #itx-experience .itx-track-card dl div {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  #itx-experience .itx-info__table,
  #itx-experience .itx-info__table tbody,
  #itx-experience .itx-info__table tr,
  #itx-experience .itx-info__table th,
  #itx-experience .itx-info__table td {
    display: block !important;
    width: 100% !important;
  }

  #itx-experience .itx-info__table th {
    padding: 16px 18px 4px !important;
    border-bottom: 0 !important;
    white-space: normal !important;
  }

  #itx-experience .itx-info__table td {
    padding: 0 18px 16px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  #itx-experience .ngk517-form input[type="text"],
  #itx-experience .ngk517-form input[type="email"],
  #itx-experience .ngk517-form input[type="tel"],
  #itx-experience .ngk517-form select,
  #itx-experience .ngk517-form textarea {
    font-size: 16px !important;
  }

  #itx-experience .itx-sticky-entry {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    gap: 6px !important;
    padding: 8px !important;
  }

  #itx-experience .itx-sticky-entry a {
    min-height: 40px !important;
    padding: 9px 5px !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 420px) {
  #itx-experience {
    --itx-shell: min(100% - 22px, 1160px);
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(30px, 10.4vw, 42px) !important;
  }

  #itx-experience .itx-intro__body,
  #itx-experience .itx-info__panel,
  #itx-experience .itx-track-card,
  #itx-experience .itx-outcome,
  #itx-experience .itx-fit-card,
  #itx-experience .itx-flowline li,
  #itx-experience .ngk517-entry-card {
    padding: 18px !important;
  }
}

/* =========================================================
   2026-07-08 page9 responsive parity final override
   ========================================================= */
@media (max-width: 1080px) {
  #itx-experience .itx-hero__inner,
  #itx-experience .itx-intro__grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid,
  #itx-experience .ngk517-entry-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #itx-experience .itx-track-grid,
  #itx-experience .itx-fit-grid,
  #itx-experience .itx-flowline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  #itx-experience {
    --itx-shell: min(100% - 26px, 1160px);
    overflow-x: hidden !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  #itx-experience .itx-shell,
  #itx-experience .ngk517-entry-layout {
    width: var(--itx-shell) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #itx-experience .itx-section,
  #itx-experience .ngk517-entry {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  #itx-experience .itx-hero {
    min-height: auto !important;
  }

  #itx-experience .itx-hero__inner {
    padding-top: 84px !important;
    padding-bottom: 54px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  #itx-experience .itx-hero__content {
    justify-items: start !important;
    max-width: 100% !important;
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(32px, 9.8vw, 48px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.04em !important;
    text-wrap: balance;
  }

  #itx-experience .itx-hero__lead,
  #itx-experience .itx-section-head p:not(.itx-kicker),
  #itx-experience .itx-intro__body p,
  #itx-experience .itx-info__panel p,
  #itx-experience .itx-cta p,
  #itx-experience .ngk517-entry-copy p,
  #itx-experience .itx-track-card p,
  #itx-experience .itx-track-card dd,
  #itx-experience .itx-outcome p,
  #itx-experience .itx-flowline p,
  #itx-experience .itx-faq-item p {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

  #itx-experience .itx-section-head h2,
  #itx-experience .itx-info__panel h2,
  #itx-experience .itx-cta h2,
  #itx-experience .ngk517-entry-copy h2 {
    font-size: clamp(28px, 8.2vw, 38px) !important;
    line-height: 1.24 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
  }

  #itx-experience .itx-track-card h3,
  #itx-experience .itx-flowline strong,
  #itx-experience .itx-faq-item summary {
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.35 !important;
  }

  #itx-experience .itx-hero__actions,
  #itx-experience .itx-cta__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  #itx-experience .itx-btn,
  #itx-experience .ngk517-submit {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    white-space: normal !important;
    font-size: 15px !important;
  }

  #itx-experience .itx-hero__badges {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  #itx-experience .itx-track-grid,
  #itx-experience .itx-outcomes__grid,
  #itx-experience .itx-info__grid,
  #itx-experience .itx-faq__grid,
  #itx-experience .itx-fit-grid,
  #itx-experience .itx-flowline,
  #itx-experience .itx-stats,
  #itx-experience .ngk517-entry-layout,
  #itx-experience .ngk517-form {
    grid-template-columns: 1fr !important;
  }

  #itx-experience .itx-intro__body,
  #itx-experience .itx-info__panel,
  #itx-experience .itx-track-card,
  #itx-experience .itx-outcome,
  #itx-experience .itx-fit-card,
  #itx-experience .itx-flowline li,
  #itx-experience .ngk517-entry-card {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #itx-experience .itx-track-card dl div {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  #itx-experience .itx-info__table,
  #itx-experience .itx-info__table tbody,
  #itx-experience .itx-info__table tr,
  #itx-experience .itx-info__table th,
  #itx-experience .itx-info__table td {
    display: block !important;
    width: 100% !important;
  }

  #itx-experience .itx-info__table th {
    padding: 16px 18px 4px !important;
    border-bottom: 0 !important;
    white-space: normal !important;
  }

  #itx-experience .itx-info__table td {
    padding: 0 18px 16px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  #itx-experience .ngk517-form input[type="text"],
  #itx-experience .ngk517-form input[type="email"],
  #itx-experience .ngk517-form input[type="tel"],
  #itx-experience .ngk517-form select,
  #itx-experience .ngk517-form textarea {
    font-size: 16px !important;
  }

  #itx-experience .itx-sticky-entry {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: none !important;
    gap: 7px !important;
    padding: 8px !important;
  }

  #itx-experience .itx-sticky-entry a {
    flex: 1 1 0 !important;
    min-height: 40px !important;
    padding: 9px 5px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  #itx-experience {
    --itx-shell: min(100% - 22px, 1160px);
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(30px, 10.4vw, 42px) !important;
  }

  #itx-experience .itx-intro__body,
  #itx-experience .itx-info__panel,
  #itx-experience .itx-track-card,
  #itx-experience .itx-outcome,
  #itx-experience .itx-fit-card,
  #itx-experience .itx-flowline li,
  #itx-experience .ngk517-entry-card {
    padding: 18px !important;
  }
}

/* =========================================================
   2026-07-08 page511 final: 採用ページ導線追加 / responsive overlap fix
   ========================================================= */
#itx-experience .itx-btn--recruit,
#itx-experience .itx-btn--recruit:visited {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .10) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255,255,255,.16) !important;
  text-shadow: 0 1px 8px rgba(5, 37, 77, .30);
}

#itx-experience .itx-btn--recruit:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .16) !important;
  border-color: rgba(255, 255, 255, .48) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

#itx-experience .itx-track-card,
#itx-experience .itx-outcome,
#itx-experience .itx-flowline li,
#itx-experience .itx-fit-card,
#itx-experience .itx-stats div,
#itx-experience .itx-info__panel,
#itx-experience .itx-info__table-wrap,
#itx-experience .itx-faq-item {
  min-width: 0;
}

#itx-experience .itx-track-card > *:not(.itx-track-card__num) {
  position: relative;
  z-index: 2;
}

#itx-experience .itx-track-card__num {
  z-index: 0;
  pointer-events: none;
}

#itx-experience .itx-track-card__icon,
#itx-experience .itx-outcome span,
#itx-experience .itx-flowline span,
#itx-experience .itx-fit-card span,
#itx-experience .itx-hero__badges li::before {
  flex: 0 0 auto;
}

#itx-experience .itx-track-card h3,
#itx-experience .itx-outcome h3,
#itx-experience .itx-flowline strong,
#itx-experience .itx-fit-card,
#itx-experience .itx-info__table th,
#itx-experience .itx-info__table td,
#itx-experience .ngk517-form label,
#itx-experience .ngk517-form-row > label {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  #itx-experience .itx-hero__actions {
    max-width: 760px;
  }

  #itx-experience .itx-hero__actions .itx-btn {
    flex: 1 1 210px;
  }
}

@media (max-width: 760px) {
  #itx-experience .itx-hero__actions {
    max-width: none !important;
  }

  #itx-experience .itx-track-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  #itx-experience .itx-track-card__num {
    display: none !important;
  }

  #itx-experience .itx-track-card__icon {
    width: 62px !important;
    height: 62px !important;
    margin: 0 0 18px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  #itx-experience .itx-track-card h3 {
    margin: 0 0 12px !important;
  }

  #itx-experience .itx-track-card p {
    margin: 0 !important;
  }

  #itx-experience .itx-track-card dl {
    margin-top: 20px !important;
    gap: 10px !important;
  }

  #itx-experience .itx-track-card ul {
    margin-top: 18px !important;
  }

  #itx-experience .itx-outcome {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
    align-items: start !important;
    padding: 18px !important;
  }

  #itx-experience .itx-outcome span {
    position: static !important;
    grid-row: 1 / span 2 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  #itx-experience .itx-outcome h3,
  #itx-experience .itx-outcome p {
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  #itx-experience .itx-outcome h3 {
    margin: 0 !important;
    font-size: clamp(19px, 5.2vw, 24px) !important;
    line-height: 1.38 !important;
  }

  #itx-experience .itx-outcome p {
    margin-top: 4px !important;
  }

  #itx-experience .itx-flowline li {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 8px !important;
    align-items: start !important;
    min-height: auto !important;
    padding: 18px !important;
  }

  #itx-experience .itx-flowline span {
    position: static !important;
    grid-row: 1 / span 2 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  #itx-experience .itx-flowline strong,
  #itx-experience .itx-flowline p {
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  #itx-experience .itx-flowline strong {
    font-size: clamp(18px, 5vw, 23px) !important;
    line-height: 1.42 !important;
  }

  #itx-experience .itx-flowline p {
    margin-top: 2px !important;
  }

  #itx-experience .itx-fit-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    min-height: auto !important;
    line-height: 1.75 !important;
  }

  #itx-experience .itx-fit-card span {
    width: 28px !important;
    height: 28px !important;
    margin: .22em 0 0 !important;
    min-width: 28px !important;
  }

  #itx-experience .itx-hero__badges li {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
    line-height: 1.45 !important;
  }

  #itx-experience .itx-info__panel {
    min-height: auto !important;
  }

  #itx-experience .ngk517-consent {
    align-items: flex-start !important;
  }

  #itx-experience .ngk517-consent > span.ngk517-consent-text {
    min-width: 0 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 480px) {
  #itx-experience {
    --itx-shell: min(100% - 22px, 1160px) !important;
  }

  #itx-experience .itx-hero__inner {
    padding-top: 76px !important;
    padding-bottom: 48px !important;
  }

  #itx-experience .itx-hero__title {
    font-size: clamp(30px, 10vw, 40px) !important;
    line-height: 1.16 !important;
  }

  #itx-experience .itx-section-head h2,
  #itx-experience .itx-info__panel h2,
  #itx-experience .itx-cta h2,
  #itx-experience .ngk517-entry-copy h2 {
    font-size: clamp(27px, 8.5vw, 34px) !important;
  }

  #itx-experience .itx-outcome,
  #itx-experience .itx-flowline li {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    padding: 16px !important;
  }

  #itx-experience .itx-outcome span,
  #itx-experience .itx-flowline span {
    width: 38px !important;
    height: 38px !important;
    font-size: 11px !important;
  }

  #itx-experience .itx-track-card__icon {
    width: 58px !important;
    height: 58px !important;
  }

  #itx-experience .itx-sticky-entry {
    gap: 5px !important;
    padding: 7px !important;
  }

  #itx-experience .itx-sticky-entry a {
    font-size: 11px !important;
    letter-spacing: -.03em !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   2026-07-08 FAQ title desktop one-line fix
   PC表示のみ「よくある質問」を一行で見せる。スマホ側は既存指定を維持。
   ========================================================= */
@media (min-width: 1081px) {
  #itx-experience .itx-faq__grid {
    grid-template-columns: minmax(390px, .78fr) minmax(0, 1.22fr) !important;
    gap: clamp(28px, 5vw, 68px) !important;
  }

  #itx-experience #itx-faq-title {
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: clamp(40px, 4.4vw, 58px) !important;
    letter-spacing: -.05em !important;
  }
}


/* =========================================================
   2026-07-17 Hero lead break / feature badge color update
   ========================================================= */
#itx-experience .itx-hero__lead-break {
  display: block;
}

#itx-experience .itx-hero__badges li {
  color: #ffffff;
  background: #0b3a78;
  border-color: rgba(125, 211, 252, .34);
  box-shadow: 0 10px 26px rgba(3, 20, 55, .24);
}

@media (max-width: 760px) {
  #itx-experience .itx-hero__lead-break {
    display: none;
  }
}

/* =========================================================
   2026-07-17 SELECT YOUR TRACK copy responsive line break
   PCでは指定位置で改行し、スマートフォンでは自然な折り返しに戻す
   ========================================================= */
#itx-experience .itx-tracks-copy-break {
  display: block;
}

@media (max-width: 760px) {
  #itx-experience .itx-tracks-copy-break {
    display: none;
  }
}

/* =========================================================
   2026-07-17 INFORMATION copy responsive line break
   PCでは指定位置で改行し、スマートフォンでは自然な折り返しに戻す
   ========================================================= */
#itx-experience .itx-info-copy-break {
  display: block;
}

@media (max-width: 760px) {
  #itx-experience .itx-info-copy-break {
    display: none;
  }
}

/* =========================================================
   2026-07-17 交通費案内 responsive line break
   PCでは指定位置で改行し、スマートフォンでは自然な折り返しに戻す
   ========================================================= */
#itx-experience .ngk517-transport-break {
  display: block;
}

@media (max-width: 760px) {
  #itx-experience .ngk517-transport-break {
    display: none;
  }
}

/* =========================================================
   2026-07-21 応募書類案内：page-517 と表示・文字サイズを統一
   PCでは指定位置で改行し、スマートフォンでは自然な折り返しに戻す
   ========================================================= */
#itx-experience .ngk517-entry-card .ngk517-file,
#itx-experience .ngk517-entry-card .ngk517-file [data-file-label] {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

#itx-experience .ngk517-responsive-break {
  display: block;
}

@media (max-width: 760px) {
  #itx-experience .ngk517-entry-card .ngk517-file,
  #itx-experience .ngk517-entry-card .ngk517-file [data-file-label] {
    font-size: 15.5px !important;
  }

  #itx-experience .ngk517-responsive-break {
    display: none;
  }
}

/* =========================================================
   2026-07-21 応募フォーム導入文：page-517 と文言・構成を統一
   ========================================================= */
#itx-experience .ngk517-entry-note {
  margin-top: 30px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--ngk517-line);
  background: rgba(255, 255, 255, .72);
}

#itx-experience .ngk517-entry-note strong {
  color: var(--ngk517-navy);
  font-size: 16px;
  font-weight: 950;
}

#itx-experience .ngk517-entry-copy > p:not(.ngk517-section-kicker),
#itx-experience .ngk517-entry-note p {
  font-size: 15px;
}

#itx-experience .ngk517-entry-note p {
  margin-top: 8px;
  line-height: 1.8;
}

@media (max-width: 760px) {
  #itx-experience .ngk517-entry-copy > p:not(.ngk517-section-kicker),
  #itx-experience .ngk517-entry-note p,
  #itx-experience .ngk517-entry-note strong {
    font-size: 16px;
  }
}



/* =========================================================
   page-11 menu transplant
   page-11 の固定ヘッダー / 全画面レスポンシブメニューを共通化
========================================================= */
#itx-experience {
  --nkg-blue: #2867e8;
  --nkg-blue-deep: #1247c8;
  --nkg-line: #dce4f0;
}

#itx-experience .nkg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 17px 24px;
  background: rgba(255, 255, 255, 0.975);
  transition: padding 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

#itx-experience .nkg-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.975);
  box-shadow: 0 1px 0 rgba(30, 66, 128, 0.1);
}

#itx-experience .nkg-header__inner {
  width: min(1420px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#itx-experience .nkg-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: inherit;
  text-decoration: none;
}

#itx-experience .nkg-brand__symbol {
  position: relative;
  width: 46px;
  height: 35px;
  flex: 0 0 46px;
  overflow: hidden;
  border-radius: 6px;
  background: #08ace5;
}

#itx-experience .nkg-brand__symbol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#itx-experience .nkg-brand__copy {
  display: grid;
  line-height: 1.12;
}

#itx-experience .nkg-brand__copy strong {
  color: #174d9f;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .025em;
  white-space: nowrap;
}

#itx-experience .nkg-brand__copy small {
  margin-top: 4px;
  color: #8090ad;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .18em;
}

#itx-experience .nkg-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2vw, 34px);
}

#itx-experience .nkg-header__nav > a {
  position: relative;
  color: #28334a;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  text-decoration: none;
}

#itx-experience .nkg-header__nav > a:not(.nkg-header__entry)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: var(--nkg-blue);
  transition: right 240ms ease;
}

#itx-experience .nkg-header__nav > a:not(.nkg-header__entry):hover::after,
#itx-experience .nkg-header__nav > a.is-active:not(.nkg-header__entry)::after {
  right: 0;
}

#itx-experience .nkg-header__entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--nkg-blue);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(40, 103, 232, .24);
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

#itx-experience .nkg-header__entry:hover {
  transform: translateY(-2px);
  background: var(--nkg-blue-deep);
  box-shadow: 0 15px 34px rgba(40, 103, 232, .3);
}

#itx-experience .nkg-header__toggle,
#itx-experience .nkg-mobile-menu__head,
#itx-experience .nkg-mobile-menu__quick {
  display: none;
}

@media (max-width: 920px) {
  #itx-experience .nkg-header {
    padding: 10px 14px;
    z-index: 1000;
  }

  #itx-experience .nkg-header__inner {
    min-height: 56px;
  }

  #itx-experience .nkg-header__toggle {
    position: relative;
    z-index: 1003;
    display: inline-flex;
    min-width: 98px;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    padding: 0 15px 0 17px;
    border: 1px solid rgba(33, 80, 154, .16);
    border-radius: 15px;
    background: #fff;
    color: #17345f;
    box-shadow: 0 10px 30px rgba(18, 57, 116, .12);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  #itx-experience .nkg-header__toggle::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2b72ef;
    box-shadow: 0 0 0 5px rgba(43, 114, 239, .10);
    transition: background 220ms ease, box-shadow 220ms ease;
  }

  #itx-experience .nkg-header__toggle[aria-expanded="true"]::before {
    background: #00b8d9;
    box-shadow: 0 0 0 5px rgba(0, 184, 217, .13);
  }

  #itx-experience .nkg-header__toggle span {
    margin-right: auto;
    color: inherit;
    font-size: .62rem;
    font-weight: 950;
    letter-spacing: .13em;
  }

  #itx-experience .nkg-header__toggle i,
  #itx-experience .nkg-header__toggle i::before,
  #itx-experience .nkg-header__toggle i::after {
    width: 17px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 220ms ease, top 220ms ease, opacity 220ms ease;
  }

  #itx-experience .nkg-header__toggle i { position: relative; }

  #itx-experience .nkg-header__toggle i::before,
  #itx-experience .nkg-header__toggle i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  #itx-experience .nkg-header__toggle i::before { top: -5px; }
  #itx-experience .nkg-header__toggle i::after { top: 5px; }
  #itx-experience .nkg-header__toggle[aria-expanded="true"] i { background: transparent; }
  #itx-experience .nkg-header__toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
  #itx-experience .nkg-header__toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

  #itx-experience .nkg-header__toggle[aria-expanded="true"] {
    border-color: rgba(33, 80, 154, .16);
    background: #fff;
    color: #123f88;
    box-shadow: 0 14px 38px rgba(0, 18, 56, .18);
  }

  #itx-experience .nkg-header__nav {
    position: fixed;
    inset: 0;
    z-index: 1002;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 8px;
    width: 100vw;
    height: 100svh;
    padding: 92px clamp(18px, 4vw, 36px) max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f7fbff;
    color: #172033;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 200ms ease, visibility 200ms ease, transform 240ms ease;
    -webkit-overflow-scrolling: touch;
  }

  #itx-experience .nkg-header__nav::before {
    content: "";
    position: fixed;
    inset: 0 0 auto;
    height: 78px;
    z-index: 0;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #dce6f3;
    pointer-events: none;
  }

  #itx-experience .nkg-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #itx-experience .nkg-mobile-menu__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 2px 20px;
    border-bottom: 2px solid #173f84;
  }

  #itx-experience .nkg-mobile-menu__head span,
  #itx-experience .nkg-mobile-menu__head strong { display: block; }

  #itx-experience .nkg-mobile-menu__head span {
    color: #2867e8;
    font-size: .62rem;
    font-weight: 950;
    letter-spacing: .17em;
  }

  #itx-experience .nkg-mobile-menu__head strong {
    margin-top: 6px;
    color: #17345f;
    font-size: clamp(1.55rem, 5vw, 2.2rem);
    font-weight: 950;
    line-height: 1.2;
  }

  #itx-experience .nkg-mobile-menu__head p {
    margin: 0;
    color: #718096;
    font-size: .72rem;
    font-weight: 700;
    text-align: right;
  }

  #itx-experience .nkg-header__nav > a {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: 11px 14px;
    border: 1px solid #d9e4f2;
    border-radius: 15px;
    background: #fff;
    color: #1d2c48;
    box-shadow: 0 8px 24px rgba(39, 77, 136, .055);
    font-size: .98rem;
    font-weight: 900;
    opacity: 1;
    transform: none;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
  }

  #itx-experience .nkg-header__nav > a::before {
    content: attr(data-menu-index);
    position: static;
    display: grid;
    place-items: center;
    width: 38px;
    aspect-ratio: 1;
    border: 1px solid #c9daf0;
    border-radius: 50%;
    color: #2867e8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .65rem;
    font-weight: 950;
    transform: none;
  }

  #itx-experience .nkg-header__nav > a::after {
    content: none !important;
    display: none !important;
  }

  #itx-experience .nkg-header__nav > a:hover,
  #itx-experience .nkg-header__nav > a:focus-visible {
    border-color: #8db6ef;
    background: #edf5ff;
    color: #123f88;
  }


  #itx-experience .nkg-header__nav > .nkg-header__entry {
    min-height: 72px;
    margin: 0 !important;
    padding: 11px 14px;
    border: 1px solid #d9e4f2 !important;
    border-radius: 15px;
    background: #fff !important;
    color: #1d2c48 !important;
    box-shadow: 0 8px 24px rgba(39, 77, 136, .055);
  }

  #itx-experience .nkg-header__nav > .nkg-header__entry::before {
    color: #2867e8 !important;
    border-color: #c9daf0 !important;
  }


  #itx-experience .nkg-header__nav > .nkg-header__entry:hover,
  #itx-experience .nkg-header__nav > .nkg-header__entry:focus-visible {
    border-color: #8db6ef !important;
    background: #edf5ff !important;
    color: #123f88 !important;
    box-shadow: 0 10px 28px rgba(39, 77, 136, .09);
    transform: none;
  }

  #itx-experience .nkg-mobile-menu__quick {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 12px;
    padding: 18px;
    border: 1px solid #d9e4f2;
    border-radius: 17px;
    background: #eaf3ff;
  }

  #itx-experience .nkg-mobile-menu__quick > span {
    display: block;
    color: #49617f;
    font-size: clamp(1.02rem, 3vw, 1.16rem);
    font-weight: 900;
    line-height: 1.4;
  }

  #itx-experience .nkg-mobile-menu__quick > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
  }

  #itx-experience .nkg-mobile-menu__quick a {
    display: grid;
    place-items: center;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid #c8d9ee;
    border-radius: 12px;
    background: #fff;
    color: #174d9f;
    font-size: clamp(.88rem, 2.45vw, 1rem);
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  #itx-experience .nkg-mobile-menu__quick a:hover,
  #itx-experience .nkg-mobile-menu__quick a:focus-visible {
    border-color: #174fc2;
    background: #174fc2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 79, 194, .18);
  }

  #itx-experience .nkg-header__toggle:focus-visible,
  #itx-experience .nkg-header__nav a:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
  }

  body.nkg-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
  }
}

@media (max-width: 640px) {
  #itx-experience .nkg-brand__symbol { width: 40px; height: 31px; flex-basis: 40px; }
  #itx-experience .nkg-brand__copy strong { font-size: .74rem; letter-spacing: 0; }
  #itx-experience .nkg-brand__copy small { margin-top: 3px; font-size: .46rem; }
}

@media (max-width: 520px) {
  #itx-experience .nkg-header__nav { padding-inline: 14px; }
  #itx-experience .nkg-mobile-menu__head p { display: none; }
  #itx-experience .nkg-header__nav > a,
  #itx-experience .nkg-header__nav > .nkg-header__entry { min-height: 66px; border-radius: 13px; }
  #itx-experience .nkg-mobile-menu__quick > div { grid-template-columns: 1fr; }
  #itx-experience .nkg-mobile-menu__quick > span { font-size: 1.04rem; }
  #itx-experience .nkg-mobile-menu__quick a { min-height: 56px; font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  #itx-experience .nkg-header__nav,
  #itx-experience .nkg-header__nav > a { transition: none !important; }
}


/* page-11型ヘッダーを使用するため、WordPressテーマ側の既定ヘッダーだけ非表示 */
body.itx-page-body > header,
body.itx-page-body #masthead,
body.itx-page-body .site-header,
body.itx-page-body .l-header,
body.itx-page-body .customsb-header,
body:has(#itx-experience) > header,
body:has(#itx-experience) #masthead,
body:has(#itx-experience) .site-header,
body:has(#itx-experience) .l-header,
body:has(#itx-experience) .customsb-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Responsive menu: disable the desktop underline animation on menu selection */
@media (max-width: 920px) {
  #itx-experience .nkg-header__nav > a:not(.nkg-header__entry)::after,
  #itx-experience .nkg-header__nav > a:not(.nkg-header__entry):hover::after,
  #itx-experience .nkg-header__nav > a.is-active:not(.nkg-header__entry)::after {
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    transition: none !important;
  }
}

/* =========================================================
   2026-07-21 FAQ mobile order/font adjustment
   ========================================================= */
@media (max-width: 760px) {
  #itx-experience .itx-faq-item summary {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}


/* =========================================================
   2026-07-21 page511 応募フォーム responsive parity / FIT title break
   page9 と同様にスマートフォンではフォームを完全1カラム化
   ========================================================= */
#itx-experience .itx-fit-responsive-break {
  display: none;
}

@media (max-width: 760px) {
  #itx-experience .itx-fit-responsive-break {
    display: block;
  }

  #itx-experience .ngk517-entry {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    overflow: hidden !important;
  }

  #itx-experience .ngk517-entry-layout {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  #itx-experience .ngk517-entry-copy,
  #itx-experience .ngk517-entry-card,
  #itx-experience .ngk517-form,
  #itx-experience .ngk517-form-row,
  #itx-experience .ngk517-file,
  #itx-experience .ngk517-consent,
  #itx-experience .ngk517-transport-note {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #itx-experience .ngk517-entry-card {
    overflow: hidden !important;
  }

  #itx-experience .ngk517-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 17px !important;
  }

  #itx-experience .ngk517-form-row,
  #itx-experience .ngk517-form-row.is-full,
  #itx-experience .ngk517-consent,
  #itx-experience .ngk517-submit,
  #itx-experience .ngk517-form-alert {
    grid-column: 1 / -1 !important;
  }

  #itx-experience .ngk517-form input[type="text"],
  #itx-experience .ngk517-form input[type="email"],
  #itx-experience .ngk517-form input[type="tel"],
  #itx-experience .ngk517-form input[type="file"],
  #itx-experience .ngk517-form select,
  #itx-experience .ngk517-form textarea,
  #itx-experience .ngk517-submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #itx-experience .ngk517-file [data-file-label],
  #itx-experience .ngk517-consent-text,
  #itx-experience .ngk517-entry-copy p,
  #itx-experience .ngk517-entry-note {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
}

/* =========================================================
   2026-07-21 会社HP導線追加
   PC: グローバルメニュー左端 / Responsive: quick links 下部
   ========================================================= */
@media (max-width: 920px) {
  #itx-experience .nkg-header__company-link {
    display: none !important;
  }

  #itx-experience .nkg-mobile-menu__company-title {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #c8d9ee;
  }

  #itx-experience .nkg-mobile-menu__company-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* =========================================================
   2026-07-21 Keep recruitment brand visible in mobile menu
   ========================================================= */
@media (max-width: 920px) {
  #itx-experience .nkg-brand {
    position: relative;
    z-index: 1004;
  }
}

/* =========================================================
   2026-07-21 Responsive menu fixed header bar
   ロゴ / CLOSE を独立固定し、スクロール中のメニュー干渉を防止
   ========================================================= */
@media (max-width: 920px) {
  body.nkg-menu-open #itx-experience .nkg-header {
    padding: 10px 14px !important;
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid #dce6f3;
    box-shadow: 0 8px 24px rgba(18, 57, 116, .08);
    backdrop-filter: blur(16px);
  }

  #itx-experience .nkg-header__nav {
    inset: 76px 0 0 !important;
    height: calc(100svh - 76px) !important;
    height: calc(100dvh - 76px) !important;
    padding-top: 16px !important;
  }

  #itx-experience .nkg-header__nav::before {
    content: none !important;
    display: none !important;
  }
}

/* =========================================================
   2026-07-24 WHY JOIN? statistics label/value order
   ========================================================= */
#itx-experience .itx-stats div {
  align-content: center;
}

#itx-experience .itx-stats span {
  order: -1;
  margin: 0 0 9px;
  color: var(--itx-muted);
  font-size: 13px;
  font-weight: 800;
}

#itx-experience .itx-stats strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

#itx-experience .itx-stats strong b {
  font: inherit;
}

#itx-experience .itx-stats strong small {
  color: inherit;
  font-size: .42em;
  font-weight: 900;
  letter-spacing: 0;
}

#itx-experience .itx-stats .itx-stats__text {
  display: block;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  letter-spacing: -.04em;
}


/* =========================================================
   2026-07-24 WHY JOIN? label size / no-wrap adjustment
   ========================================================= */
@media (min-width: 1081px) {
  #itx-experience .itx-intro__grid {
    grid-template-columns: minmax(0, .72fr) minmax(620px, 1.28fr);
  }
}

#itx-experience .itx-stats span {
  font-size: clamp(15px, 1.2vw, 17px);
}

#itx-experience .itx-stats .itx-stats__text {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 760px) {
  #itx-experience .itx-stats span {
    font-size: 16px;
  }

  #itx-experience .itx-stats .itx-stats__text {
    font-size: clamp(28px, 9vw, 36px);
  }
}


/* =========================================================
   2026-07-24 WHY JOIN? 「持ち物無し」のみ微調整
   ========================================================= */
#itx-experience .itx-stats > div:nth-child(3) .itx-stats__text {
  font-size: clamp(23px, 2.8vw, 34px);
}

@media (max-width: 760px) {
  #itx-experience .itx-stats > div:nth-child(3) .itx-stats__text {
    font-size: clamp(27px, 8.6vw, 34px);
  }
}


/* =========================================================
   2026-07-24 WHY JOIN? ラベル位置を3項目で統一
   ========================================================= */
#itx-experience .itx-stats div {
  grid-template-rows: 24px minmax(58px, auto);
  row-gap: 9px;
}

#itx-experience .itx-stats span {
  align-self: center;
  margin: 0;
  line-height: 1.35;
}

#itx-experience .itx-stats strong {
  min-height: 58px;
  align-self: center;
}

/* =========================================================
   2026-07-24 WHY JOIN? 3項目の高さ・配置を整理
   ========================================================= */
#itx-experience .itx-stats > div {
  min-height: 120px;
  grid-template-rows: 24px 58px;
  align-content: center;
  row-gap: 8px;
}

#itx-experience .itx-stats > div > span {
  align-self: center;
}

#itx-experience .itx-stats > div > strong {
  min-height: 58px;
  align-self: center;
  align-items: baseline;
  align-content: center;
  flex-wrap: nowrap;
  line-height: 1;
}

#itx-experience .itx-stats > div > strong small {
  line-height: 1;
}

#itx-experience .itx-stats > div > .itx-stats__text {
  display: flex;
  align-items: center;
  min-height: 58px;
  line-height: 1.1;
}

@media (max-width: 760px) {
  #itx-experience .itx-stats > div {
    min-height: 120px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
