/*
  page-517.css
  中日本技研株式会社 / 中途採用特設ページ
  CSS設置先: /wp-content/themes/vvv/css/page-517.css
*/

:root {
  --ngk517-navy: #07152f;
  --ngk517-blue: #0b5cff;
  --ngk517-cyan: #00d4ff;
  --ngk517-sky: #e9f7ff;
  --ngk517-white: #ffffff;
  --ngk517-ink: #10203d;
  --ngk517-muted: #63718a;
  --ngk517-line: rgba(15, 67, 130, .14);
  --ngk517-shadow: 0 24px 80px rgba(7, 21, 47, .16);
  --ngk517-radius: 28px;
  --ngk517-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body:has(.ngk517-modal[open]) {
  overflow: hidden;
}

.ngk517,
.ngk517 * {
  box-sizing: border-box;
}

.ngk517 {
  position: relative;
  overflow: clip;
  color: var(--ngk517-ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(0, 212, 255, .18), transparent 34rem),
    radial-gradient(circle at 80% 12%, rgba(11, 92, 255, .15), transparent 38rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f6fbff 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  isolation: isolate;
}

.ngk517::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    linear-gradient(rgba(10, 63, 130, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 63, 130, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
  z-index: -2;
}

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

.ngk517-skip {
  position: fixed;
  left: 16px;
  top: 16px;
  transform: translateY(-140%);
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ngk517-navy);
  color: #fff;
  transition: transform .2s ease;
}

.ngk517-skip:focus {
  transform: translateY(0);
}

.ngk517-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 999;
  background: transparent;
}

.ngk517-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--ngk517-blue), var(--ngk517-cyan));
  box-shadow: 0 0 24px rgba(0, 212, 255, .8);
}

.ngk517-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(98px, 12vw, 150px) 20px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 26%, rgba(32, 215, 255, .24), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(51, 240, 180, .13), transparent 34rem),
    linear-gradient(135deg, #061126 0%, #091b3f 42%, #041023 100%);
  overflow: hidden;
}

.ngk517-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -100px;
  height: 210px;
  background: #f7fbff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
}

.ngk517-hero-canvas,
.ngk517-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ngk517-hero-canvas {
  z-index: 0;
  opacity: .9;
}

.ngk517-hero-glow {
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 0 20%, rgba(255,255,255,.08) 38%, transparent 60%),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(0, 212, 255, .07) 35px, transparent 36px);
  mix-blend-mode: screen;
  animation: ngk517-scan 9s linear infinite;
}

@keyframes ngk517-scan {
  0% { transform: translateX(-6%); }
  100% { transform: translateX(6%); }
}

.ngk517-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--ngk517-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
}

.ngk517-kicker,
.ngk517-section-kicker,
.ngk517-panel-label,
.ngk517-job-tag {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ngk517-kicker,
.ngk517-panel-label {
  color: #8feaff;
}

.ngk517-hero h1 {
  margin: 0;
  font-size: clamp(52px, 9vw, 112px);
  line-height: .95;
  letter-spacing: -.08em;
  font-weight: 950;
  text-wrap: balance;
}

.ngk517-hero-lead {
  margin: 28px 0 0;
  max-width: 690px;
  font-size: clamp(16px, 1.65vw, 22px);
  line-height: 2;
  color: rgba(255, 255, 255, .84);
}

.ngk517-hero-actions,
.ngk517-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ngk517-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  border: 1px solid transparent;
}

.ngk517-btn:hover,
.ngk517-job-more:hover {
  transform: translateY(-3px);
}

.ngk517-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ngk517-blue), #00a7ff 54%, var(--ngk517-cyan));
  box-shadow: 0 18px 48px rgba(0, 126, 255, .34);
}

.ngk517-btn-ghost {
  color: #fff;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.2);
  backdrop-filter: blur(16px);
}

.ngk517-hero-panel {
  position: relative;
  min-height: 470px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07)),
    radial-gradient(circle at 80% 15%, rgba(0, 212, 255, .18), transparent 22rem);
  box-shadow: 0 28px 90px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.ngk517-hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(143, 234, 255, .18);
  border-radius: 26px;
  pointer-events: none;
}

.ngk517-hero-panel h2 {
  position: relative;
  margin: 0 0 16px;
  max-width: 420px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.ngk517-hero-panel p:not(.ngk517-panel-label) {
  position: relative;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.9;
}

.ngk517-panel-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -105px;
  bottom: -110px;
  border: 1px solid rgba(143, 234, 255, .28);
  border-radius: 999px;
  animation: ngk517-spin 18s linear infinite;
}

.ngk517-panel-orbit span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #8feaff;
  box-shadow: 0 0 28px rgba(0, 212, 255, .9);
}

.ngk517-panel-orbit span:nth-child(1) { left: 50%; top: -7px; }
.ngk517-panel-orbit span:nth-child(2) { right: 22px; top: 72px; }
.ngk517-panel-orbit span:nth-child(3) { left: 34px; bottom: 48px; }

@keyframes ngk517-spin {
  to { transform: rotate(360deg); }
}

.ngk517-hero-stats {
  position: absolute;
  left: clamp(20px, 4vw, 42px);
  right: clamp(20px, 4vw, 42px);
  bottom: clamp(20px, 4vw, 42px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
}

.ngk517-hero-stats div {
  padding: 16px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
}

.ngk517-hero-stats dt {
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.56);
}

.ngk517-hero-stats dd {
  margin: 6px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  line-height: 1;
}

.ngk517-hero-stats dd span {
  margin-left: 3px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.62);
}

.ngk517-anchor {
  position: relative;
  z-index: 3;
  width: min(100%, var(--ngk517-max));
  margin: clamp(60px, 8vw, 100px) auto 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.ngk517-anchor a {
  padding: 12px 18px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
  font-size: 14px;
  transition: background .22s ease, color .22s ease;
}

.ngk517-anchor a:hover,
.ngk517-anchor a.is-active {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.ngk517-section {
  width: min(calc(100% - 40px), var(--ngk517-max));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 128px) 0;
}

.ngk517-section-head {
  max-width: 820px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.ngk517-section-kicker {
  color: var(--ngk517-blue);
}

.ngk517-section-head h2,
.ngk517-fit-board h2,
.ngk517-flow-inner h2,
.ngk517-final h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -.06em;
  font-weight: 950;
  color: var(--ngk517-navy);
  text-wrap: balance;
}

.ngk517-section-head p,
.ngk517-flow-inner p,
.ngk517-final p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 2;
  color: var(--ngk517-muted);
}

.ngk517-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ngk517-reason-card,
.ngk517-job-card,
.ngk517-field-track article,
.ngk517-pathline article,
.ngk517-faq details,
.ngk517-fit-board,
.ngk517-flow-inner,
.ngk517-final-inner {
  border: 1px solid var(--ngk517-line);
  background: rgba(255,255,255,.78);
  box-shadow: var(--ngk517-shadow);
  backdrop-filter: blur(14px);
}

.ngk517-reason-card {
  min-height: 290px;
  padding: 30px;
  border-radius: var(--ngk517-radius);
  position: relative;
  overflow: hidden;
}

.ngk517-reason-card::after,
.ngk517-job-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -50% auto;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,212,255,.2), transparent 68%);
  opacity: 0;
  transition: opacity .28s ease, transform .28s ease;
}

.ngk517-reason-card:hover::after,
.ngk517-job-card:hover::after {
  opacity: 1;
  transform: translate(-20px, -20px);
}

.ngk517-card-no {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ngk517-blue), var(--ngk517-cyan));
  font-size: 13px;
  font-weight: 950;
}

.ngk517-reason-card h3,
.ngk517-job-card h3,
.ngk517-field-track h3,
.ngk517-pathline h3 {
  margin: 24px 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: var(--ngk517-navy);
}

.ngk517-reason-card p,
.ngk517-job-card p,
.ngk517-field-track p,
.ngk517-pathline p,
.ngk517-modal p,
.ngk517-modal li,
.ngk517-faq p {
  margin: 0;
  color: var(--ngk517-muted);
  line-height: 1.9;
}

.ngk517-fit-board {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(30px, 5vw, 62px);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(233,247,255,.82)),
    radial-gradient(circle at 80% 20%, rgba(0,212,255,.18), transparent 24rem);
}

.ngk517-fit-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ngk517-fit-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--ngk517-line);
  color: var(--ngk517-ink);
  font-weight: 800;
  line-height: 1.65;
}

.ngk517-fit-list span,
.ngk517-flow-list span,
.ngk517-pathline span,
.ngk517-field-track span {
  color: var(--ngk517-blue);
  font-size: 12px;
  letter-spacing: .13em;
  font-weight: 950;
}

.ngk517-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.ngk517-filter button {
  appearance: none;
  border: 1px solid var(--ngk517-line);
  background: #fff;
  color: var(--ngk517-muted);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}

.ngk517-filter button:hover {
  transform: translateY(-2px);
}

.ngk517-filter button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--ngk517-blue), var(--ngk517-cyan));
}

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

.ngk517-job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  border-radius: var(--ngk517-radius);
  overflow: hidden;
  transition: transform .24s ease, opacity .22s ease, filter .22s ease;
}

.ngk517-job-card.is-hidden {
  display: none;
}

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

.ngk517-job-top {
  min-height: 112px;
}

.ngk517-job-tag {
  color: var(--ngk517-blue);
}

.ngk517-job-card h3 {
  margin-top: 0;
  font-size: 25px;
}

.ngk517-job-card dl {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.ngk517-job-card dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid var(--ngk517-line);
}

.ngk517-job-card dt {
  color: var(--ngk517-muted);
  font-size: 13px;
  font-weight: 900;
}

.ngk517-job-card dd {
  margin: 0;
  color: var(--ngk517-ink);
  font-weight: 900;
  line-height: 1.5;
}

.ngk517-job-more {
  appearance: none;
  margin-top: auto;
  border: 0;
  border-radius: 18px;
  padding: 15px 18px;
  color: #fff;
  background: var(--ngk517-navy);
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease;
}

.ngk517-job-more:hover {
  background: var(--ngk517-blue);
}

.ngk517-fields {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  background:
    linear-gradient(180deg, transparent, rgba(233,247,255,.55), transparent);
}

.ngk517-fields .ngk517-section-head,
.ngk517-field-track {
  width: min(100%, var(--ngk517-max));
  margin-left: auto;
  margin-right: auto;
}

.ngk517-field-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
}

.ngk517-field-track article {
  min-height: 290px;
  padding: 30px;
  border-radius: var(--ngk517-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.7)),
    radial-gradient(circle at 30% 0%, rgba(0,212,255,.14), transparent 18rem);
}

.ngk517-pathline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ngk517-pathline::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--ngk517-blue), var(--ngk517-cyan));
  opacity: .38;
}

.ngk517-pathline article {
  position: relative;
  padding: 30px;
  border-radius: var(--ngk517-radius);
}

.ngk517-pathline article::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 999px;
  margin-bottom: 22px;
  background: #fff;
  border: 5px solid var(--ngk517-blue);
  box-shadow: 0 0 0 8px rgba(11,92,255,.09);
}

.ngk517-flow {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.ngk517-flow-inner {
  width: min(100%, var(--ngk517-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(30px, 5vw, 62px);
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(0,212,255,.22), transparent 24rem),
    linear-gradient(135deg, #051633, #09275c);
}

.ngk517-flow-inner h2,
.ngk517-flow-inner p,
.ngk517-flow-inner .ngk517-section-kicker {
  color: #fff;
}

.ngk517-flow-inner p {
  color: rgba(255,255,255,.74);
}

.ngk517-flow-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ngk517-flow-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  font-weight: 900;
}

.ngk517-flow-list span {
  color: #8feaff;
}

.ngk517-faq-list {
  display: grid;
  gap: 14px;
}

.ngk517-faq details {
  border-radius: 24px;
  overflow: hidden;
}

.ngk517-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  font-weight: 950;
  color: var(--ngk517-navy);
  list-style: none;
}

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

.ngk517-faq summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--ngk517-blue);
}

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

.ngk517-faq details p {
  padding: 0 28px 26px;
}

.ngk517-final {
  width: 100%;
  padding: clamp(80px, 10vw, 150px) 20px clamp(120px, 11vw, 170px);
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,212,255,.2), transparent 28rem),
    linear-gradient(135deg, #041029 0%, #0a2557 100%);
}

.ngk517-final-inner {
  width: min(100%, var(--ngk517-max));
  margin: 0 auto;
  padding: clamp(34px, 7vw, 76px);
  border-radius: 42px;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}

.ngk517-final h2,
.ngk517-final p,
.ngk517-final .ngk517-section-kicker {
  color: #fff;
}

.ngk517-final p {
  max-width: 780px;
  color: rgba(255,255,255,.74);
}

.ngk517-sticky-entry {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 990;
  transform: translateX(-50%) translateY(140%);
  display: flex;
  align-items: center;
  gap: 10px;
  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);
  transition: transform .28s ease;
}

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

.ngk517-sticky-entry span {
  padding: 0 10px 0 14px;
  font-size: 13px;
  font-weight: 900;
  color: rgba(255,255,255,.72);
  white-space: nowrap;
}

.ngk517-sticky-entry a {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-weight: 900;
  white-space: nowrap;
}

.ngk517-sticky-entry a:last-child {
  background: linear-gradient(135deg, var(--ngk517-blue), var(--ngk517-cyan));
}

.ngk517-modal {
  width: min(92vw, 760px);
  padding: 0;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 30px 120px rgba(0,0,0,.32);
  background: transparent;
}

.ngk517-modal::backdrop {
  background: rgba(4, 16, 41, .68);
  backdrop-filter: blur(8px);
}

.ngk517-modal-body {
  position: relative;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 90% 0%, rgba(0,212,255,.18), transparent 20rem),
    #fff;
  border-radius: 30px;
}

.ngk517-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ngk517-navy);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.ngk517-modal h3 {
  margin: 0 0 18px;
  color: var(--ngk517-navy);
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -.05em;
}

.ngk517-modal ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding-left: 1.2em;
}

.ngk517-modal .ngk517-btn-ghost {
  color: var(--ngk517-navy);
  background: #eef6ff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .ngk517-hero-inner,
  .ngk517-fit-board,
  .ngk517-flow-inner {
    grid-template-columns: 1fr;
  }

  .ngk517-hero-panel {
    min-height: 420px;
  }

  .ngk517-reason-grid,
  .ngk517-field-track,
  .ngk517-pathline {
    grid-template-columns: repeat(2, 1fr);
  }

  .ngk517-job-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .ngk517-hero {
    padding-top: 84px;
  }

  .ngk517-hero h1 {
    font-size: clamp(46px, 15vw, 70px);
  }

  .ngk517-anchor {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 24px;
  }

  .ngk517-anchor a {
    white-space: nowrap;
  }

  .ngk517-reason-grid,
  .ngk517-job-grid,
  .ngk517-field-track,
  .ngk517-pathline {
    grid-template-columns: 1fr;
  }

  .ngk517-hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
  }

  .ngk517-hero-panel {
    min-height: auto;
  }

  .ngk517-panel-orbit {
    opacity: .45;
  }

  .ngk517-section {
    width: min(calc(100% - 28px), var(--ngk517-max));
  }

  .ngk517-job-card {
    min-height: auto;
  }

  .ngk517-pathline::before {
    display: none;
  }

  .ngk517-sticky-entry {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: translateY(140%);
    justify-content: center;
  }

  .ngk517-sticky-entry.is-visible {
    transform: translateY(0);
  }

  .ngk517-sticky-entry span {
    display: none;
  }

  .ngk517-sticky-entry a {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ngk517-hero-actions,
  .ngk517-final-actions {
    flex-direction: column;
  }

  .ngk517-btn {
    width: 100%;
  }

  .ngk517-reason-card,
  .ngk517-job-card,
  .ngk517-field-track article,
  .ngk517-pathline article,
  .ngk517-fit-board,
  .ngk517-flow-inner,
  .ngk517-final-inner {
    padding: 24px;
    border-radius: 22px;
  }

  .ngk517-job-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ngk517-hero-glow,
  .ngk517-panel-orbit,
  [data-reveal] {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}


/* ===== v3.0 応募フォーム追加・詳細常時表示・Hero見切れ対策 ===== */
.ngk517 {
  overflow-x: hidden;
  overflow-y: visible;
}

.ngk517-hero {
  padding: clamp(110px, 12vw, 166px) 20px 72px;
  overflow: visible;
  isolation: isolate;
}

.ngk517-hero::after {
  display: none !important;
}

.ngk517-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(247,251,255,0) 0%, rgba(247,251,255,.76) 72%, #f7fbff 100%);
  pointer-events: none;
  z-index: 1;
}

.ngk517-hero-canvas {
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  opacity: .94;
  contain: layout paint;
}

.ngk517-anchor,
.ngk517-job-more,
.ngk517-modal {
  display: none !important;
}

.ngk517-section {
  position: relative;
  z-index: 2;
}

.ngk517-job-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.ngk517-job-card {
  min-height: auto;
  padding: clamp(26px, 3vw, 34px);
}

.ngk517-job-top {
  min-height: 74px;
}

.ngk517-job-summary {
  margin-top: 0;
}

.ngk517-job-detail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin-top: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 67, 130, .12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(244,250,255,.9)),
    radial-gradient(circle at 90% 0%, rgba(0,212,255,.12), transparent 18rem);
}

.ngk517-job-detail h4 {
  margin: 0 0 8px;
  color: var(--ngk517-navy);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ngk517-job-detail h4:not(:first-child) {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 67, 130, .10);
}

.ngk517-job-detail ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.ngk517-job-detail li::marker {
  color: var(--ngk517-blue);
}

.ngk517-job-entry {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 18px;
  color: #fff;
  background: var(--ngk517-navy);
  font-weight: 950;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.ngk517-job-entry::after {
  content: "→";
  margin-left: 10px;
  transition: transform .22s ease;
}

.ngk517-job-entry:hover {
  transform: translateY(-3px);
  background: var(--ngk517-blue);
  box-shadow: 0 16px 38px rgba(11, 92, 255, .22);
}

.ngk517-job-entry:hover::after {
  transform: translateX(3px);
}

.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));
}

.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;
}

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

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

.ngk517-entry-copy p {
  margin: 20px 0 0;
  color: var(--ngk517-muted);
  line-height: 2;
}

.ngk517-entry-note {
  margin-top: 30px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--ngk517-line);
  background: rgba(255,255,255,.72);
}

.ngk517-entry-note strong {
  color: var(--ngk517-navy);
  font-weight: 950;
}

.ngk517-entry-note p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.ngk517-entry-note code {
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(11,92,255,.08);
  color: var(--ngk517-blue);
}

.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);
}

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

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

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

.ngk517-form label,
.ngk517-form-row > label {
  color: var(--ngk517-navy);
  font-size: 13px;
  font-weight: 950;
}

.ngk517-form label span,
.ngk517-form-row > label span {
  margin-left: 6px;
  color: #fff;
  background: var(--ngk517-blue);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
}

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

.ngk517-form textarea {
  resize: vertical;
  min-height: 132px;
}

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

.ngk517-file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  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;
}

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

.ngk517-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: rgba(244,250,255,.8);
  color: var(--ngk517-muted);
  line-height: 1.8;
}

.ngk517-consent input {
  margin-top: 6px;
}

.ngk517-submit {
  appearance: none;
  border: 0;
  min-height: 58px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--ngk517-blue), #00a7ff 54%, var(--ngk517-cyan));
  box-shadow: 0 18px 48px rgba(0, 126, 255, .28);
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ngk517-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(0, 126, 255, .34);
}

.ngk517-form-alert {
  margin-bottom: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  line-height: 1.8;
}

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

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

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

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

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

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

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

@media (max-width: 760px) {
  .ngk517-hero {
    padding-top: 94px;
    padding-bottom: 62px;
  }

  .ngk517-job-grid,
  .ngk517-form {
    grid-template-columns: 1fr;
  }

  .ngk517-entry {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ngk517-entry-card {
    border-radius: 24px;
  }
}


/* ===== v3.1 フォーム必須指摘・PDF限定対応 ===== */
.ngk517-client-errors[hidden] {
  display: none !important;
}

.ngk517-form input[aria-invalid="true"],
.ngk517-form select[aria-invalid="true"],
.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;
}

.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);
}

/* ===== v3.2 上部余白・テーマヘッダー非表示 / 希望内容選択 ===== */
html:has(#ngk517),
body.ngk517-page-body,
body:has(#ngk517) {
  margin: 0 !important;
  padding-top: 0 !important;
}

body.ngk517-page-body > header,
body.ngk517-page-body #masthead,
body.ngk517-page-body .site-header,
body.ngk517-page-body .l-header,
body.ngk517-page-body .header,
body.ngk517-page-body .customsb-header,
body:has(#ngk517) > header,
body:has(#ngk517) #masthead,
body:has(#ngk517) .site-header,
body:has(#ngk517) .l-header,
body:has(#ngk517) .customsb-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.ngk517-page-body #page,
body.ngk517-page-body .site,
body.ngk517-page-body .site-content,
body.ngk517-page-body .content-area,
body.ngk517-page-body .entry-content,
body:has(#ngk517) #page,
body:has(#ngk517) .site,
body:has(#ngk517) .site-content,
body:has(#ngk517) .content-area,
body:has(#ngk517) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.ngk517-page-body .ngk517,
body:has(#ngk517) .ngk517 {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.ngk517-choice-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ngk517-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.ngk517-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ngk517-choice span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(15, 67, 130, .16);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--ngk517-muted);
  font-weight: 950;
  text-align: center;
  line-height: 1.45;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.ngk517-choice input:focus-visible + span {
  border-color: rgba(11, 92, 255, .72);
  box-shadow: 0 0 0 4px rgba(11, 92, 255, .10);
}

.ngk517-choice input:checked + span {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ngk517-blue), #00a7ff 54%, var(--ngk517-cyan));
  color: #fff;
  box-shadow: 0 14px 32px rgba(11, 92, 255, .22);
}

.ngk517-choice:hover span {
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .ngk517-choice-group {
    grid-template-columns: 1fr;
  }
}

/* ===== v3.3 ご希望の内容を分かりやすく・大きく表示 ===== */
.ngk517-contact-purpose {
  margin-bottom: 6px;
}

.ngk517-purpose-label {
  font-size: clamp(20px, 2.2vw, 28px) !important;
  letter-spacing: -.02em;
}

.ngk517-purpose-help {
  margin: 0 0 10px;
  color: var(--ngk517-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ngk517-choice-group {
  gap: 16px;
}

.ngk517-choice span {
  min-height: 128px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 22px;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}

.ngk517-choice strong {
  display: block;
  color: var(--ngk517-navy);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.ngk517-choice small {
  display: block;
  margin-top: 10px;
  color: var(--ngk517-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.ngk517-choice input:checked + span strong,
.ngk517-choice input:checked + span small {
  color: #fff;
}

.ngk517-choice input:checked + span::before {
  content: "選択中";
  display: inline-flex;
  order: -1;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

@media (max-width: 760px) {
  .ngk517-choice span {
    min-height: 104px;
    padding: 18px;
  }
}

/* ===== v3.4 ご希望の内容カードを横長・上質に再設計 ===== */
.ngk517-contact-purpose {
  padding: 22px;
  border: 1px solid rgba(15, 67, 130, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, .12), transparent 18rem),
    linear-gradient(180deg, rgba(244, 250, 255, .92), rgba(255, 255, 255, .96));
}

.ngk517-purpose-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px !important;
  font-size: clamp(20px, 2.1vw, 26px) !important;
  line-height: 1.35;
  letter-spacing: -.04em;
}

.ngk517-purpose-help {
  margin: 0 0 16px !important;
  color: var(--ngk517-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.ngk517-choice-group {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.ngk517-choice {
  min-width: 0;
}

.ngk517-choice span {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: auto !important;
  padding: 17px 18px !important;
  border-radius: 20px !important;
  text-align: left !important;
  overflow: hidden;
}

.ngk517-choice span::before {
  content: none !important;
  display: none !important;
}

.ngk517-choice em {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(11, 92, 255, .08);
  color: var(--ngk517-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .04em;
}

.ngk517-choice-text {
  display: block !important;
  min-width: 0;
}

.ngk517-choice strong {
  display: block;
  color: var(--ngk517-navy);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.25;
  letter-spacing: -.04em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.ngk517-choice small {
  display: block;
  margin-top: 6px;
  color: var(--ngk517-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ngk517-choice b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(7, 21, 47, .06);
  color: var(--ngk517-muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  white-space: nowrap;
}

.ngk517-choice input:checked + span {
  transform: translateY(-1px);
  border-color: transparent !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.24), transparent 14rem),
    linear-gradient(135deg, var(--ngk517-blue), #008dff 55%, var(--ngk517-cyan)) !important;
  box-shadow: 0 18px 44px rgba(11, 92, 255, .25) !important;
}

.ngk517-choice input:checked + span em {
  background: rgba(255,255,255,.2);
  color: #fff;
}

.ngk517-choice input:checked + span strong,
.ngk517-choice input:checked + span small {
  color: #fff !important;
}

.ngk517-choice input:checked + span b {
  background: rgba(255,255,255,.22);
  color: #fff;
}

.ngk517-choice:hover span {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 21, 47, .10);
}

@media (max-width: 560px) {
  .ngk517-contact-purpose {
    padding: 18px;
    border-radius: 22px;
  }

  .ngk517-choice span {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 16px !important;
  }

  .ngk517-choice em {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }

  .ngk517-choice b {
    grid-column: 2;
    width: fit-content;
    margin-top: 4px;
  }

  .ngk517-choice strong {
    font-size: 19px;
  }
}

/* ===== v3.5 ご希望の内容をコンパクトで自然な選択UIに再調整 ===== */
.ngk517-contact-purpose {
  padding: 18px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(244,250,255,.76), rgba(255,255,255,.94)) !important;
}

.ngk517-purpose-label {
  margin-bottom: 6px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.ngk517-purpose-help {
  margin: 0 0 12px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
}

.ngk517-choice-group {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.ngk517-choice span {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  align-items: start !important;
  min-height: 86px !important;
  padding: 14px 14px 13px !important;
  border-radius: 16px !important;
  text-align: left !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.ngk517-choice span::before {
  content: none !important;
  display: none !important;
}

.ngk517-choice em,
.ngk517-choice b {
  display: none !important;
}

.ngk517-choice-text {
  display: block !important;
  min-width: 0;
}

.ngk517-choice strong {
  display: block !important;
  color: var(--ngk517-navy);
  font-size: 16px !important;
  line-height: 1.35 !important;
  letter-spacing: -.02em !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: keep-all;
}

.ngk517-choice small {
  display: block !important;
  margin-top: 5px !important;
  color: var(--ngk517-muted);
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.ngk517-choice input:checked + span {
  border-color: rgba(11, 92, 255, .18) !important;
  background:
    linear-gradient(180deg, rgba(236,247,255,.96), rgba(255,255,255,.98)) !important;
  box-shadow: inset 0 0 0 2px var(--ngk517-blue), 0 10px 26px rgba(11,92,255,.13) !important;
  transform: none !important;
}

.ngk517-choice input:checked + span strong {
  color: var(--ngk517-blue) !important;
}

.ngk517-choice input:checked + span small {
  color: var(--ngk517-ink) !important;
}

.ngk517-choice input:checked + span::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ngk517-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.ngk517-choice:hover span {
  transform: none !important;
  border-color: rgba(11,92,255,.28);
  box-shadow: 0 8px 22px rgba(7,21,47,.08) !important;
}

@media (max-width: 760px) {
  .ngk517-choice-group {
    grid-template-columns: 1fr !important;
  }

  .ngk517-choice span {
    min-height: auto !important;
    padding: 14px 42px 14px 14px !important;
  }
}

/* ===== v3.6 ご希望の内容 UI全面刷新：均一サイズ・高コントラスト ===== */
.ngk517-contact-purpose {
  padding: 20px !important;
  border: 1px solid rgba(7, 21, 47, .10) !important;
  border-radius: 24px !important;
  background: #f6f9ff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.ngk517-purpose-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 6px !important;
  color: var(--ngk517-navy) !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.ngk517-purpose-help {
  margin: 0 0 14px !important;
  color: #52627c !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
}

.ngk517-choice-group {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.ngk517-choice {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  height: 100% !important;
  cursor: pointer !important;
}

.ngk517-choice input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ngk517-choice > span {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  height: 116px !important;
  min-height: 116px !important;
  padding: 16px 12px !important;
  border: 2px solid #d7e2f2 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: var(--ngk517-navy) !important;
  text-align: center !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(7, 21, 47, .06) !important;
  transform: none !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.ngk517-choice > span::before,
.ngk517-choice > span::after {
  content: none !important;
  display: none !important;
}

.ngk517-choice em,
.ngk517-choice b {
  display: none !important;
}

.ngk517-choice-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.ngk517-choice strong {
  display: block !important;
  width: 100% !important;
  color: var(--ngk517-navy) !important;
  font-size: clamp(17px, 1.55vw, 20px) !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  letter-spacing: -.03em !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: keep-all !important;
}

.ngk517-choice small {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: #52627c !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: keep-all !important;
}

.ngk517-choice:hover > span {
  border-color: #8fb3ea !important;
  box-shadow: 0 12px 28px rgba(7, 21, 47, .10) !important;
  transform: translateY(-1px) !important;
}

.ngk517-choice input:focus-visible + span {
  border-color: var(--ngk517-blue) !important;
  box-shadow: 0 0 0 4px rgba(11, 92, 255, .14), 0 12px 28px rgba(7, 21, 47, .10) !important;
}

.ngk517-choice input:checked + span {
  border-color: var(--ngk517-blue) !important;
  background: linear-gradient(180deg, #0b5cff 0%, #073fbb 100%) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(11, 92, 255, .25) !important;
  transform: none !important;
}

.ngk517-choice input:checked + span::after {
  content: "✓" !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: inline-flex !important;
  width: 24px !important;
  height: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ngk517-blue) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.ngk517-choice input:checked + span strong,
.ngk517-choice input:checked + span small {
  color: #fff !important;
}

@media (max-width: 760px) {
  .ngk517-choice-group {
    grid-template-columns: 1fr !important;
  }

  .ngk517-choice > span {
    height: 86px !important;
    min-height: 86px !important;
    align-items: flex-start !important;
    padding: 16px 48px 16px 16px !important;
    text-align: left !important;
  }

  .ngk517-choice-text {
    align-items: flex-start !important;
  }

  .ngk517-choice strong,
  .ngk517-choice small {
    text-align: left !important;
  }
}

/* ===== v3.7 ご希望の内容を通常のリスト選択に戻す ===== */
.ngk517-contact-purpose,
.ngk517-purpose-label,
.ngk517-purpose-help,
.ngk517-choice-group,
.ngk517-choice,
.ngk517-choice-text {
  all: revert;
}

.ngk517-form select#ngk517_contact_type {
  width: 100%;
  border: 1px solid rgba(15, 67, 130, .16);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: var(--ngk517-ink);
  padding: 14px 15px;
  font: inherit;
  line-height: 1.55;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

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

/* ===== v3.8 応募フォーム内の濃い青背景＋白文字を読みやすい配色へ変更 ===== */
.ngk517-entry-card .ngk517-form label span,
.ngk517-entry-card .ngk517-form-row > label span {
  color: var(--ngk517-blue) !important;
  background: rgba(11, 92, 255, .10) !important;
  border: 1px solid rgba(11, 92, 255, .18) !important;
}

.ngk517-entry-card .ngk517-submit {
  color: var(--ngk517-navy) !important;
  background:
    linear-gradient(135deg, #e9f7ff 0%, #d9f1ff 54%, #c9edff 100%) !important;
  border: 1px solid rgba(11, 92, 255, .20) !important;
  box-shadow: 0 16px 38px rgba(11, 92, 255, .16) !important;
}

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

.ngk517-entry-card .ngk517-submit:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(11, 92, 255, .14),
    0 20px 46px rgba(11, 92, 255, .20) !important;
}

/* ===== v3.9 応募フォームの文字サイズを全体的に拡大 ===== */
.ngk517-entry-card {
  font-size: 17px;
}

.ngk517-entry-copy p,
.ngk517-entry-note p {
  font-size: 15px;
}

.ngk517-entry-card .ngk517-form {
  gap: 20px;
}

.ngk517-entry-card .ngk517-form label,
.ngk517-entry-card .ngk517-form-row > label {
  font-size: 15px !important;
  line-height: 1.55;
}

.ngk517-entry-card .ngk517-form label span,
.ngk517-entry-card .ngk517-form-row > label span {
  font-size: 12px !important;
  padding: 3px 9px !important;
}

.ngk517-entry-card .ngk517-form input[type="text"],
.ngk517-entry-card .ngk517-form input[type="email"],
.ngk517-entry-card .ngk517-form input[type="tel"],
.ngk517-entry-card .ngk517-form select,
.ngk517-entry-card .ngk517-form textarea {
  font-size: 16px !important;
  padding: 16px 16px !important;
  border-radius: 17px !important;
}

.ngk517-entry-card .ngk517-form textarea {
  line-height: 1.8 !important;
}

.ngk517-entry-card .ngk517-file {
  min-height: 82px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.ngk517-entry-card .ngk517-consent {
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.ngk517-entry-card .ngk517-submit {
  min-height: 62px !important;
  font-size: 17px !important;
}

.ngk517-entry-card .ngk517-form-alert {
  font-size: 15px !important;
}

@media (max-width: 760px) {
  .ngk517-entry-card {
    font-size: 16px;
  }

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

/* ===== v4.1 求人カードの応募ボタンを見やすく・位置統一 ===== */
.ngk517-job-card {
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto !important;
  align-content: stretch !important;
}

.ngk517-job-detail {
  align-self: stretch !important;
}

.ngk517-job-entry {
  align-self: end !important;
  width: 100% !important;
  margin-top: 24px !important;
  min-height: 56px !important;
  border: 1px solid rgba(11, 92, 255, .24) !important;
  color: #07346f !important;
  background:
    linear-gradient(180deg, #f5fbff 0%, #e7f4ff 100%) !important;
  box-shadow: 0 12px 30px rgba(11, 92, 255, .12) !important;
  letter-spacing: .02em;
}

.ngk517-job-entry::after {
  color: #0b5cff;
  font-weight: 950;
}

.ngk517-job-entry:hover {
  color: #052b5f !important;
  background:
    linear-gradient(180deg, #eaf7ff 0%, #d6ecff 100%) !important;
  border-color: rgba(11, 92, 255, .42) !important;
  box-shadow: 0 16px 38px rgba(11, 92, 255, .18) !important;
}

/* ===== v4.2 Hero右側の数値情報を削除したため、余白を再調整 ===== */
.ngk517-hero-stats {
  display: none !important;
}

.ngk517-hero-panel {
  min-height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ngk517-hero-panel p:not(.ngk517-panel-label) {
  max-width: 460px;
}

/* ===== v4.4 Hero直後：大型画像の無限ループスライドショー ===== */
.ngk517-loop-gallery {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(46px, 6vw, 76px) 0 clamp(70px, 8vw, 118px);
  margin-top: -1px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 212, 255, .16), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(11, 92, 255, .12), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 50%, #eef7ff 100%);
}

.ngk517-loop-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 67, 130, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 67, 130, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
}

.ngk517-loop-head {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--ngk517-max));
  margin: 0 auto clamp(28px, 4vw, 48px);
}

.ngk517-loop-head h2 {
  margin: 0;
  color: var(--ngk517-navy);
  font-size: clamp(34px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.06em;
}

.ngk517-loop-head p:not(.ngk517-section-kicker) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ngk517-muted);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.ngk517-loop-window {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 34px;
}

.ngk517-loop-window::before,
.ngk517-loop-window::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: min(12vw, 160px);
  pointer-events: none;
}

.ngk517-loop-window::before {
  left: 0;
  background: linear-gradient(90deg, #f7fbff, rgba(247, 251, 255, 0));
}

.ngk517-loop-window::after {
  right: 0;
  background: linear-gradient(270deg, #eef7ff, rgba(238, 247, 255, 0));
}

.ngk517-loop-rail {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: ngk517-loop-slide 54s linear infinite;
}


.ngk517-loop-track {
  display: flex;
  gap: clamp(18px, 2.4vw, 30px);
  padding-right: clamp(18px, 2.4vw, 30px);
}

@keyframes ngk517-loop-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.ngk517-loop-slide {
  position: relative;
  flex: 0 0 clamp(520px, 72vw, 860px);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(28px, 3.4vw, 46px);
  border: 1px solid rgba(255, 255, 255, .72);
  background: #041029;
  box-shadow:
    0 34px 90px rgba(7, 21, 47, .18),
    0 0 0 1px rgba(15, 67, 130, .08) inset;
  transform: translateZ(0);
}

.ngk517-loop-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .48), transparent 19rem),
    radial-gradient(circle at 20% 82%, rgba(0, 212, 255, .24), transparent 23rem),
    linear-gradient(135deg, #07152f 0%, #0b5cff 58%, #8feaff 100%);
}

.ngk517-loop-image::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 54px 54px;
  mix-blend-mode: screen;
}

.ngk517-loop-image::after {
  content: "";
  position: absolute;
  inset: -25%;
  opacity: .62;
  background: linear-gradient(115deg, transparent 0 40%, rgba(255,255,255,.36) 48%, transparent 56%);
  transform: translateX(-18%);
  animation: ngk517-loop-shine 5.6s ease-in-out infinite;
}

@keyframes ngk517-loop-shine {
  0%, 100% {
    transform: translateX(-26%) rotate(0deg);
  }
  50% {
    transform: translateX(20%) rotate(2deg);
  }
}

.ngk517-loop-orb,
.ngk517-loop-line,
.ngk517-loop-object {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ngk517-loop-orb {
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 0 46px rgba(143, 234, 255, .72);
}

.ngk517-loop-orb.is-one {
  width: 96px;
  height: 96px;
  right: 12%;
  top: 13%;
}

.ngk517-loop-orb.is-two {
  width: 18px;
  height: 18px;
  left: 15%;
  top: 19%;
}

.ngk517-loop-line {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  transform-origin: left center;
}

.ngk517-loop-line.is-one {
  width: 46%;
  left: 11%;
  bottom: 27%;
  transform: rotate(-12deg);
}

.ngk517-loop-line.is-two {
  width: 34%;
  right: 7%;
  top: 36%;
  transform: rotate(22deg);
}

.ngk517-loop-object {
  left: 50%;
  top: 50%;
  width: 34%;
  height: 31%;
  transform: translate(-50%, -46%) rotate(-11deg);
  border-radius: 32px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(4, 16, 41, .22);
}

.ngk517-loop-slide-aero .ngk517-loop-image {
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, .52), transparent 18rem),
    radial-gradient(circle at 22% 82%, rgba(143, 234, 255, .20), transparent 24rem),
    linear-gradient(135deg, #041029 0%, #0b2d63 46%, #0b5cff 100%);
}

.ngk517-loop-slide-aero .ngk517-loop-object {
  width: 18%;
  height: 44%;
  border-radius: 52% 52% 28% 28%;
  clip-path: polygon(50% 0, 78% 30%, 90% 72%, 60% 100%, 50% 84%, 40% 100%, 10% 72%, 22% 30%);
}

.ngk517-loop-slide-mobility .ngk517-loop-image {
  background:
    radial-gradient(circle at 72% 72%, rgba(0, 212, 255, .34), transparent 19rem),
    linear-gradient(135deg, #051633 0%, #083c8e 58%, #00d4ff 100%);
}

.ngk517-loop-slide-mobility .ngk517-loop-object {
  top: 58%;
  width: 48%;
  height: 24%;
  border-radius: 48px 62px 34px 34px;
}

.ngk517-loop-slide-mobility .ngk517-loop-object::before,
.ngk517-loop-slide-mobility .ngk517-loop-object::after {
  content: "";
  position: absolute;
  bottom: -23%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #061a43;
  box-shadow: inset 0 0 0 12px #8feaff;
}

.ngk517-loop-slide-mobility .ngk517-loop-object::before {
  left: 14%;
}

.ngk517-loop-slide-mobility .ngk517-loop-object::after {
  right: 14%;
}

.ngk517-loop-slide-industrial .ngk517-loop-image {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.30), transparent 17rem),
    linear-gradient(135deg, #07152f 0%, #114b90 55%, #e9f7ff 100%);
}

.ngk517-loop-slide-industrial .ngk517-loop-object {
  width: 42%;
  height: 42%;
  border-radius: 28px;
  clip-path: polygon(0 44%, 23% 44%, 38% 10%, 54% 10%, 70% 44%, 100% 44%, 100% 70%, 74% 70%, 74% 100%, 18% 100%, 18% 70%, 0 70%);
}

.ngk517-loop-slide-digital .ngk517-loop-image {
  background:
    radial-gradient(circle at 78% 18%, rgba(143,234,255,.42), transparent 16rem),
    linear-gradient(135deg, #061a43 0%, #0b5cff 55%, #dff8ff 100%);
}

.ngk517-loop-slide-digital .ngk517-loop-object {
  width: 48%;
  height: 42%;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(11,92,255,.82) 0 32%, #fff 32% 100%);
}

.ngk517-loop-slide-career .ngk517-loop-image {
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.46), transparent 14rem),
    linear-gradient(135deg, #06204c 0%, #0b5cff 46%, #8feaff 100%);
}

.ngk517-loop-slide-career .ngk517-loop-object {
  width: 38%;
  height: 44%;
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 28%, #0b5cff 0 17%, transparent 18%),
    linear-gradient(180deg, #fff 0%, #e9f7ff 100%);
}

.ngk517-loop-slide figcaption {
  position: absolute;
  left: clamp(22px, 3.4vw, 42px);
  right: clamp(22px, 3.4vw, 42px);
  bottom: clamp(22px, 3.4vw, 42px);
  z-index: 3;
  display: grid;
  gap: 8px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.28);
}

.ngk517-loop-slide figcaption span {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(4, 16, 41, .45);
  backdrop-filter: blur(10px);
  color: #8feaff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.ngk517-loop-slide figcaption strong {
  font-size: clamp(34px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
}

.ngk517-loop-slide figcaption em {
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .ngk517-loop-gallery {
    padding-top: 34px;
  }

  .ngk517-loop-head {
    width: min(calc(100% - 32px), var(--ngk517-max));
  }

  .ngk517-loop-slide {
    flex-basis: 86vw;
    border-radius: 28px;
  }

  .ngk517-loop-slide figcaption strong {
    font-size: clamp(30px, 10vw, 46px);
  }

  .ngk517-loop-slide figcaption em {
    font-size: 13px;
  }

  .ngk517-loop-rail {
    animation-duration: 42s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ngk517-loop-rail,
  .ngk517-loop-image::after {
    animation: none !important;
  }
}

/* ===== v4.5 水色プレースホルダー画像・非停止ループ・シェイプ強化 ===== */
.ngk517-loop-rail,
.ngk517-loop-window:hover .ngk517-loop-rail,
.ngk517-loop-window:focus-within .ngk517-loop-rail {
  animation-play-state: running !important;
}

.ngk517-loop-slide {
  flex-basis: clamp(560px, 76vw, 940px) !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  );
}

.ngk517-loop-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(143,234,255,.28) 36%, rgba(11,92,255,.16) 72%, rgba(255,255,255,.70)),
    linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,0) 22% 78%, rgba(255,255,255,.62));
}

.ngk517-loop-slide::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  );
  border: 1px solid rgba(255, 255, 255, .54);
  box-shadow:
    0 0 0 1px rgba(11, 92, 255, .12) inset,
    0 24px 88px rgba(11, 92, 255, .18);
  mix-blend-mode: screen;
}

.ngk517-loop-image {
  inset: 10px !important;
  z-index: 1;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  );
  border-radius: 0 !important;
  background: #bff7ff !important;
  transform: translateZ(0);
}

.ngk517-loop-image img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.055);
  filter: saturate(1.16) contrast(1.02) brightness(1.02);
}

.ngk517-loop-image::before {
  z-index: 2;
  opacity: .30 !important;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(4,16,41,.10) 0 1px, transparent 1px 7px) !important;
  background-size: 48px 48px, 48px 48px, auto !important;
  mix-blend-mode: soft-light !important;
}

.ngk517-loop-image::after {
  z-index: 4;
  opacity: .86 !important;
  background:
    linear-gradient(105deg, transparent 0 31%, rgba(255,255,255,.10) 38%, rgba(255,255,255,.58) 47%, transparent 56%),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.48), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(4,16,41,.30)) !important;
  mix-blend-mode: screen;
  animation: ngk517-loop-shine 4.8s ease-in-out infinite !important;
}

.ngk517-loop-orb {
  z-index: 5;
  opacity: .68;
  background: rgba(255, 255, 255, .72);
  mix-blend-mode: screen;
}

.ngk517-loop-orb.is-one {
  right: 8%;
  top: 11%;
  width: clamp(74px, 8vw, 120px);
  height: clamp(74px, 8vw, 120px);
}

.ngk517-loop-orb.is-two {
  left: 12%;
  top: 16%;
  width: clamp(12px, 1.4vw, 22px);
  height: clamp(12px, 1.4vw, 22px);
}

.ngk517-loop-line {
  z-index: 5;
  height: 3px;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.82), rgba(143,234,255,.72), transparent);
  box-shadow: 0 0 18px rgba(143,234,255,.62);
}

.ngk517-loop-line.is-one {
  left: 7%;
  bottom: 24%;
  width: 58%;
  transform: rotate(-9deg);
}

.ngk517-loop-line.is-two {
  right: 4%;
  top: 34%;
  width: 42%;
  transform: rotate(18deg);
}

.ngk517-loop-object {
  z-index: 5;
  left: auto !important;
  right: clamp(24px, 4vw, 58px);
  top: auto !important;
  bottom: clamp(28px, 4vw, 62px);
  width: clamp(118px, 16vw, 208px) !important;
  height: clamp(74px, 10vw, 134px) !important;
  transform: rotate(-6deg) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.44), rgba(143,234,255,.12)) !important;
  border: 1px solid rgba(255,255,255,.52);
  backdrop-filter: blur(10px);
  box-shadow:
    0 20px 46px rgba(4,16,41,.16),
    0 0 28px rgba(143,234,255,.34) inset;
  clip-path: polygon(0 18%, 14% 0, 100% 0, 86% 100%, 0 100%) !important;
}

.ngk517-loop-slide figcaption {
  z-index: 8 !important;
  left: clamp(28px, 4vw, 56px) !important;
  right: clamp(28px, 4vw, 56px) !important;
  bottom: clamp(30px, 4.2vw, 62px) !important;
}

.ngk517-loop-slide figcaption span {
  color: #07346f !important;
  background: rgba(255, 255, 255, .72) !important;
  border-color: rgba(255, 255, 255, .62) !important;
  text-shadow: none !important;
}

.ngk517-loop-slide figcaption strong {
  color: #fff;
  text-shadow:
    0 4px 24px rgba(4,16,41,.34),
    0 1px 0 rgba(4,16,41,.22);
}

.ngk517-loop-slide figcaption em {
  color: rgba(255, 255, 255, .92) !important;
  text-shadow: 0 3px 18px rgba(4,16,41,.30);
}

.ngk517-loop-window {
  pointer-events: none;
}

@media (max-width: 760px) {
  .ngk517-loop-slide {
    flex-basis: 90vw !important;
  }

  .ngk517-loop-slide::after,
  .ngk517-loop-image {
    inset: 7px !important;
  }

  .ngk517-loop-object {
    display: none;
  }
}

/* ===== v4.7 スライドショーのテキスト視認性を改善 ===== */
.ngk517-loop-image img {
  filter: saturate(1.04) contrast(.98) brightness(.88) !important;
}

.ngk517-loop-image::after {
  opacity: .42 !important;
  background:
    linear-gradient(105deg, transparent 0 36%, rgba(255,255,255,.08) 43%, rgba(255,255,255,.32) 50%, transparent 58%),
    linear-gradient(180deg, rgba(4,16,41,.06) 0%, rgba(4,16,41,.18) 54%, rgba(4,16,41,.64) 100%) !important;
}

.ngk517-loop-slide figcaption {
  width: min(620px, calc(100% - 72px));
  padding: clamp(18px, 2.2vw, 26px) clamp(20px, 2.8vw, 32px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(4, 16, 41, .82), rgba(4, 16, 41, .60));
  box-shadow:
    0 20px 52px rgba(4, 16, 41, .28),
    0 0 0 1px rgba(143, 234, 255, .10) inset;
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  text-shadow: none !important;
}

.ngk517-loop-slide figcaption span {
  color: #dff8ff !important;
  background: rgba(143, 234, 255, .16) !important;
  border-color: rgba(143, 234, 255, .34) !important;
}

.ngk517-loop-slide figcaption strong {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .42) !important;
}

.ngk517-loop-slide figcaption em {
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34) !important;
}

.ngk517-loop-orb,
.ngk517-loop-line,
.ngk517-loop-object {
  opacity: .42;
}

@media (max-width: 760px) {
  .ngk517-loop-slide figcaption {
    width: calc(100% - 48px);
    padding: 16px 18px;
    border-radius: 20px;
  }
}

/* ===== v4.8 スライドショー：装飾・テキストを削除し、画像をそのまま表示 ===== */
.ngk517-loop-slide {
  background: transparent !important;
  box-shadow: none !important;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  ) !important;
}

.ngk517-loop-slide::before {
  content: none !important;
}

.ngk517-loop-slide::after {
  content: "" !important;
  position: absolute !important;
  inset: 8px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  ) !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  box-shadow:
    0 28px 90px rgba(7, 21, 47, .18),
    0 0 0 1px rgba(11, 92, 255, .10) inset !important;
  mix-blend-mode: normal !important;
}

.ngk517-loop-image {
  inset: 8px !important;
  z-index: 1 !important;
  clip-path: polygon(
    0 12%,
    8% 0,
    86% 0,
    100% 15%,
    100% 86%,
    91% 100%,
    13% 100%,
    0 88%
  ) !important;
  background: transparent !important;
}

.ngk517-loop-image img {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  filter: none !important;
}

.ngk517-loop-image::before,
.ngk517-loop-image::after,
.ngk517-loop-orb,
.ngk517-loop-line,
.ngk517-loop-object,
.ngk517-loop-slide figcaption {
  content: none !important;
  display: none !important;
}

.ngk517-loop-window {
  pointer-events: none;
}

@media (max-width: 760px) {
  .ngk517-loop-slide::after,
  .ngk517-loop-image {
    inset: 6px !important;
  }
}

/* ===== v4.9 スライドごとに枠形状を変更＋枠だけアニメーション ===== */
.ngk517-loop-slide {
  --ngk517-frame-shape: polygon(0 12%, 8% 0, 86% 0, 100% 15%, 100% 86%, 91% 100%, 13% 100%, 0 88%);
  --ngk517-frame-glow: rgba(11, 92, 255, .28);
  --ngk517-frame-speed: 6.2s;
  padding: clamp(7px, .75vw, 12px) !important;
  background:
    linear-gradient(120deg,
      rgba(255,255,255,.96) 0%,
      rgba(143,234,255,.92) 20%,
      rgba(11,92,255,.28) 44%,
      rgba(255,255,255,.72) 58%,
      rgba(0,212,255,.70) 78%,
      rgba(255,255,255,.94) 100%
    ) !important;
  background-size: 280% 280% !important;
  clip-path: var(--ngk517-frame-shape) !important;
  box-shadow:
    0 30px 88px rgba(7, 21, 47, .18),
    0 0 34px var(--ngk517-frame-glow) !important;
  animation:
    ngk517-frame-flow var(--ngk517-frame-speed) linear infinite,
    ngk517-frame-breathe 3.8s ease-in-out infinite alternate !important;
}

.ngk517-loop-image {
  inset: clamp(7px, .75vw, 12px) !important;
  clip-path: var(--ngk517-frame-shape) !important;
}

.ngk517-loop-slide::after {
  inset: 0 !important;
  clip-path: var(--ngk517-frame-shape) !important;
  border: 0 !important;
  background:
    linear-gradient(120deg,
      transparent 0%,
      rgba(255,255,255,.42) 18%,
      transparent 34%,
      rgba(143,234,255,.34) 52%,
      transparent 68%,
      rgba(255,255,255,.36) 84%,
      transparent 100%
    ) !important;
  background-size: 240% 240% !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.78) inset,
    0 0 0 2px rgba(143,234,255,.18) inset,
    0 26px 84px rgba(7, 21, 47, .16) !important;
  mix-blend-mode: screen !important;
  opacity: .74;
  animation:
    ngk517-frame-flow calc(var(--ngk517-frame-speed) * .82) linear infinite reverse,
    ngk517-frame-pulse 2.9s ease-in-out infinite alternate !important;
}

.ngk517-loop-slide-aero {
  --ngk517-frame-shape: polygon(0 18%, 12% 0, 82% 0, 100% 20%, 100% 84%, 88% 100%, 9% 100%, 0 86%);
  --ngk517-frame-glow: rgba(0, 212, 255, .32);
  --ngk517-frame-speed: 6s;
}

.ngk517-loop-slide-mobility {
  --ngk517-frame-shape: polygon(7% 0, 100% 0, 93% 100%, 0 100%, 0 22%);
  --ngk517-frame-glow: rgba(11, 92, 255, .30);
  --ngk517-frame-speed: 5.4s;
}

.ngk517-loop-slide-industrial {
  --ngk517-frame-shape: polygon(0 0, 88% 0, 100% 14%, 100% 100%, 14% 100%, 0 84%);
  --ngk517-frame-glow: rgba(7, 52, 111, .28);
  --ngk517-frame-speed: 6.8s;
}

.ngk517-loop-slide-digital {
  --ngk517-frame-shape: polygon(10% 0, 90% 0, 100% 18%, 100% 82%, 90% 100%, 10% 100%, 0 82%, 0 18%);
  --ngk517-frame-glow: rgba(143, 234, 255, .36);
  --ngk517-frame-speed: 5.8s;
}

.ngk517-loop-slide-career {
  --ngk517-frame-shape: polygon(0 0, 100% 8%, 92% 100%, 8% 92%);
  --ngk517-frame-glow: rgba(0, 212, 255, .26);
  --ngk517-frame-speed: 6.4s;
}

@keyframes ngk517-frame-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes ngk517-frame-breathe {
  0% {
    box-shadow:
      0 28px 82px rgba(7, 21, 47, .16),
      0 0 22px var(--ngk517-frame-glow);
  }
  100% {
    box-shadow:
      0 34px 96px rgba(7, 21, 47, .20),
      0 0 46px var(--ngk517-frame-glow);
  }
}

@keyframes ngk517-frame-pulse {
  0% {
    opacity: .46;
  }
  100% {
    opacity: .90;
  }
}

@media (max-width: 760px) {
  .ngk517-loop-slide {
    padding: 7px !important;
  }

  .ngk517-loop-image {
    inset: 7px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ngk517-loop-slide,
  .ngk517-loop-slide::after {
    animation: none !important;
  }
}

/* ===== v5.0 “おっと”感のあるWebGL背景＋オービット型スライド演出 ===== */
.ngk517-loop-gallery {
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 8%, rgba(143, 234, 255, .28), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(11, 92, 255, .18), transparent 38rem),
    linear-gradient(180deg, #f7fbff 0%, #eef8ff 52%, #ffffff 100%) !important;
}

.ngk517-loop-webgl {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .92;
}

.ngk517-loop-depth {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(255,255,255,0) 0 34%, rgba(255,255,255,.64) 72%, #fff 100%),
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,0) 18% 82%, rgba(255,255,255,.96));
}

.ngk517-loop-head,
.ngk517-loop-window {
  z-index: 3 !important;
}

.ngk517-loop-window {
  overflow: visible !important;
  perspective: 1200px;
  transform-style: preserve-3d;
  padding-top: 24px !important;
  padding-bottom: 62px !important;
}

.ngk517-loop-window::before,
.ngk517-loop-window::after {
  z-index: 12 !important;
}

.ngk517-loop-rail {
  transform-style: preserve-3d;
  animation-duration: 46s !important;
}

.ngk517-loop-track {
  align-items: center;
  gap: clamp(22px, 3vw, 44px) !important;
  padding-right: clamp(22px, 3vw, 44px) !important;
}

.ngk517-loop-slide {
  --ngk517-wow-y: 0px;
  --ngk517-wow-rot: 0deg;
  --ngk517-wow-scale: 1;
  transform:
    translateY(var(--ngk517-wow-y))
    rotate(var(--ngk517-wow-rot))
    scale(var(--ngk517-wow-scale))
    translateZ(0);
  transform-origin: center;
  animation:
    ngk517-frame-flow var(--ngk517-frame-speed) linear infinite,
    ngk517-frame-breathe 3.8s ease-in-out infinite alternate,
    ngk517-card-hover 7s ease-in-out infinite !important;
  transition: none !important;
}

.ngk517-loop-slide:nth-child(5n + 1) {
  --ngk517-wow-y: -18px;
  --ngk517-wow-rot: -1.4deg;
  --ngk517-wow-scale: 1.02;
  animation-delay: 0s, 0s, -.4s !important;
}

.ngk517-loop-slide:nth-child(5n + 2) {
  --ngk517-wow-y: 22px;
  --ngk517-wow-rot: 1.8deg;
  --ngk517-wow-scale: .98;
  animation-delay: -1.4s, -.8s, -2s !important;
}

.ngk517-loop-slide:nth-child(5n + 3) {
  --ngk517-wow-y: -8px;
  --ngk517-wow-rot: .7deg;
  --ngk517-wow-scale: 1.01;
  animation-delay: -2.4s, -1.2s, -3.1s !important;
}

.ngk517-loop-slide:nth-child(5n + 4) {
  --ngk517-wow-y: 30px;
  --ngk517-wow-rot: -2deg;
  --ngk517-wow-scale: .985;
  animation-delay: -.8s, -2s, -4.2s !important;
}

.ngk517-loop-slide:nth-child(5n) {
  --ngk517-wow-y: -24px;
  --ngk517-wow-rot: 2.2deg;
  --ngk517-wow-scale: 1.015;
  animation-delay: -3.2s, -1.6s, -5.1s !important;
}

.ngk517-loop-slide::before {
  content: "" !important;
  position: absolute;
  inset: -18px;
  z-index: -1;
  pointer-events: none;
  clip-path: var(--ngk517-frame-shape);
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.74), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(143,234,255,.46), transparent 30%),
    linear-gradient(135deg, rgba(11,92,255,.20), rgba(0,212,255,.12));
  filter: blur(20px);
  opacity: .78;
  transform: scale(.98);
  animation: ngk517-halo-wake 4.4s ease-in-out infinite alternate;
}

.ngk517-loop-slide::after {
  opacity: .86 !important;
  background:
    conic-gradient(from 0deg,
      rgba(255,255,255,.05),
      rgba(143,234,255,.82),
      rgba(11,92,255,.28),
      rgba(255,255,255,.84),
      rgba(143,234,255,.22),
      rgba(255,255,255,.05)
    ) !important;
  background-size: 100% 100% !important;
  animation:
    ngk517-frame-spin 5.2s linear infinite,
    ngk517-frame-pulse 2.4s ease-in-out infinite alternate !important;
}

.ngk517-loop-image,
.ngk517-loop-image img {
  transform: none !important;
  filter: none !important;
}

.ngk517-loop-slide-aero {
  --ngk517-frame-shape: polygon(0 22%, 14% 0, 80% 0, 100% 18%, 93% 100%, 8% 100%, 0 82%);
}

.ngk517-loop-slide-mobility {
  --ngk517-frame-shape: polygon(6% 0, 100% 0, 94% 74%, 80% 100%, 0 100%, 0 20%);
}

.ngk517-loop-slide-industrial {
  --ngk517-frame-shape: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 18% 100%, 0 78%);
}

.ngk517-loop-slide-digital {
  --ngk517-frame-shape: polygon(12% 0, 88% 0, 100% 16%, 96% 84%, 84% 100%, 16% 100%, 0 84%, 4% 16%);
}

.ngk517-loop-slide-career {
  --ngk517-frame-shape: polygon(0 10%, 84% 0, 100% 22%, 90% 100%, 10% 90%);
}

@keyframes ngk517-card-hover {
  0%, 100% {
    transform:
      translateY(var(--ngk517-wow-y))
      rotate(var(--ngk517-wow-rot))
      scale(var(--ngk517-wow-scale))
      translateZ(0);
  }
  50% {
    transform:
      translateY(calc(var(--ngk517-wow-y) - 12px))
      rotate(calc(var(--ngk517-wow-rot) * -0.65))
      scale(calc(var(--ngk517-wow-scale) + .012))
      translateZ(0);
  }
}

@keyframes ngk517-halo-wake {
  0% {
    opacity: .38;
    transform: translate(-6px, 4px) scale(.96);
  }
  100% {
    opacity: .82;
    transform: translate(8px, -6px) scale(1.03);
  }
}

@keyframes ngk517-frame-spin {
  0% {
    filter: hue-rotate(0deg) brightness(1);
  }
  100% {
    filter: hue-rotate(22deg) brightness(1.08);
  }
}

@media (max-width: 760px) {
  .ngk517-loop-window {
    overflow: hidden !important;
    padding-top: 10px !important;
    padding-bottom: 44px !important;
  }

  .ngk517-loop-slide {
    --ngk517-wow-y: 0px !important;
    --ngk517-wow-rot: 0deg !important;
    --ngk517-wow-scale: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ngk517-loop-webgl {
    display: none !important;
  }
}

/* ===== v5.1 シネマティック調整：画像は完全に無加工、枠と背景だけで魅せる ===== */
.ngk517-loop-gallery {
  padding-top: clamp(58px, 7vw, 96px) !important;
  padding-bottom: clamp(78px, 9vw, 128px) !important;
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 212, 255, .18), transparent 30rem),
    radial-gradient(circle at 86% 30%, rgba(11, 92, 255, .20), transparent 38rem),
    linear-gradient(180deg, #031023 0%, #061a43 54%, #020814 100%) !important;
}

.ngk517-loop-gallery::before {
  opacity: .32 !important;
  background-image:
    linear-gradient(rgba(143, 234, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 234, 255, .055) 1px, transparent 1px) !important;
  background-size: 56px 56px !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%) !important;
}

.ngk517-loop-webgl {
  opacity: .46 !important;
  mix-blend-mode: screen;
}

.ngk517-loop-depth {
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0,212,255,.06) 0 24%, rgba(3,16,35,0) 54%, rgba(2,8,20,.82) 100%),
    linear-gradient(90deg, #031023 0%, rgba(3,16,35,0) 16% 84%, #031023 100%) !important;
}

.ngk517-loop-head h2,
.ngk517-loop-head .ngk517-section-kicker {
  color: #ffffff !important;
}

.ngk517-loop-head p:not(.ngk517-section-kicker) {
  color: rgba(255, 255, 255, .70) !important;
}

.ngk517-loop-window {
  padding-top: 34px !important;
  padding-bottom: 78px !important;
  overflow: visible !important;
}

.ngk517-loop-window::before {
  background: linear-gradient(90deg, #031023, rgba(3, 16, 35, 0)) !important;
}

.ngk517-loop-window::after {
  background: linear-gradient(270deg, #020814, rgba(2, 8, 20, 0)) !important;
}

.ngk517-loop-rail {
  animation-duration: 52s !important;
}

.ngk517-loop-slide {
  flex-basis: clamp(620px, 78vw, 1040px) !important;
  padding: clamp(8px, .85vw, 14px) !important;
  background:
    linear-gradient(120deg,
      rgba(143,234,255,.92) 0%,
      rgba(255,255,255,.72) 12%,
      rgba(11,92,255,.38) 30%,
      rgba(0,212,255,.84) 48%,
      rgba(255,255,255,.62) 60%,
      rgba(11,92,255,.30) 78%,
      rgba(143,234,255,.92) 100%
    ) !important;
  background-size: 320% 320% !important;
  box-shadow:
    0 38px 110px rgba(0, 0, 0, .34),
    0 0 42px rgba(0, 212, 255, .18) !important;
}

/* 画像の上に乗る光・色・反射は完全に無効化 */
.ngk517-loop-slide::after,
.ngk517-loop-image::before,
.ngk517-loop-image::after {
  content: none !important;
  display: none !important;
}

.ngk517-loop-slide::before {
  inset: -26px !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(143,234,255,.24), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(11,92,255,.20), transparent 34%),
    linear-gradient(135deg, rgba(0,212,255,.12), rgba(11,92,255,.08)) !important;
  filter: blur(28px) !important;
  opacity: .62 !important;
  mix-blend-mode: screen;
}

.ngk517-loop-image {
  inset: clamp(8px, .85vw, 14px) !important;
  background: #000 !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.22) inset,
    0 20px 70px rgba(0,0,0,.24) !important;
}

/* 画像そのものは完全にそのまま表示 */
.ngk517-loop-image img {
  display: block !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* 枠だけが呼吸する。画像には触れない */
.ngk517-loop-slide {
  animation:
    ngk517-frame-flow var(--ngk517-frame-speed) linear infinite,
    ngk517-cinema-frame-breathe 4.4s ease-in-out infinite alternate,
    ngk517-card-hover 8.2s ease-in-out infinite !important;
}

@keyframes ngk517-cinema-frame-breathe {
  0% {
    box-shadow:
      0 34px 96px rgba(0, 0, 0, .30),
      0 0 26px rgba(0, 212, 255, .13);
  }
  100% {
    box-shadow:
      0 42px 124px rgba(0, 0, 0, .40),
      0 0 58px rgba(0, 212, 255, .26);
  }
}

@media (max-width: 760px) {
  .ngk517-loop-gallery {
    padding-top: 46px !important;
    padding-bottom: 86px !important;
  }

  .ngk517-loop-window {
    overflow: hidden !important;
    padding-bottom: 52px !important;
  }

  .ngk517-loop-slide {
    flex-basis: 92vw !important;
  }
}

/* ===== v5.2 背景を白に戻し、枠をシンプルで上品なフォトフレームへ変更 ===== */
.ngk517-loop-gallery {
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 212, 255, .10), transparent 26rem),
    radial-gradient(circle at 86% 14%, rgba(11, 92, 255, .08), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 56%, #ffffff 100%) !important;
}

.ngk517-loop-gallery::before {
  opacity: .42 !important;
  background-image:
    linear-gradient(rgba(15, 67, 130, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 67, 130, .035) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%) !important;
}

.ngk517-loop-webgl {
  opacity: .16 !important;
  mix-blend-mode: multiply !important;
}

.ngk517-loop-depth {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255,255,255,0) 0 34%, rgba(255,255,255,.72) 72%, #fff 100%),
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 16% 84%, #fff 100%) !important;
}

.ngk517-loop-head h2,
.ngk517-loop-head .ngk517-section-kicker {
  color: var(--ngk517-navy) !important;
}

.ngk517-loop-head p:not(.ngk517-section-kicker) {
  color: var(--ngk517-muted) !important;
}

.ngk517-loop-window::before {
  background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0)) !important;
}

.ngk517-loop-window::after {
  background: linear-gradient(270deg, #ffffff, rgba(255,255,255,0)) !important;
}

/* 派手な多角形・発光枠をやめて、余白のある写真カードへ */
.ngk517-loop-slide,
.ngk517-loop-slide-aero,
.ngk517-loop-slide-mobility,
.ngk517-loop-slide-industrial,
.ngk517-loop-slide-digital,
.ngk517-loop-slide-career {
  --ngk517-frame-shape: inset(0 round 34px) !important;
  --ngk517-wow-y: 0px !important;
  --ngk517-wow-scale: 1 !important;
  clip-path: none !important;
}

.ngk517-loop-slide {
  flex-basis: clamp(620px, 76vw, 980px) !important;
  padding: 10px !important;
  border-radius: 38px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,250,255,.92)) !important;
  box-shadow:
    0 26px 70px rgba(15, 67, 130, .14),
    0 1px 0 rgba(255,255,255,.95) inset,
    0 0 0 1px rgba(15, 67, 130, .08) inset !important;
  animation: ngk517-card-float-clean 7.8s ease-in-out infinite !important;
}

.ngk517-loop-slide:nth-child(5n + 1) {
  --ngk517-clean-rot: -1.1deg;
  --ngk517-clean-y: -10px;
  animation-delay: -.2s !important;
}

.ngk517-loop-slide:nth-child(5n + 2) {
  --ngk517-clean-rot: .9deg;
  --ngk517-clean-y: 14px;
  animation-delay: -1.6s !important;
}

.ngk517-loop-slide:nth-child(5n + 3) {
  --ngk517-clean-rot: -.45deg;
  --ngk517-clean-y: 2px;
  animation-delay: -2.4s !important;
}

.ngk517-loop-slide:nth-child(5n + 4) {
  --ngk517-clean-rot: 1.25deg;
  --ngk517-clean-y: 18px;
  animation-delay: -3.1s !important;
}

.ngk517-loop-slide:nth-child(5n) {
  --ngk517-clean-rot: -.8deg;
  --ngk517-clean-y: -14px;
  animation-delay: -4.3s !important;
}

.ngk517-loop-slide::before {
  content: "" !important;
  position: absolute !important;
  inset: 10px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: 28px !important;
  background: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.82) inset,
    0 0 0 2px rgba(15,67,130,.055) inset !important;
  mix-blend-mode: normal !important;
  animation: none !important;
}

.ngk517-loop-slide::after {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 3 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: 39px !important;
  border: 1px solid rgba(15, 67, 130, .10) !important;
  background: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  animation: ngk517-frame-line-clean 4.8s ease-in-out infinite alternate !important;
}

.ngk517-loop-image {
  inset: 10px !important;
  clip-path: none !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 画像はそのまま。明るさ・色・反射は一切変更しない */
.ngk517-loop-image img {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  object-fit: cover !important;
}

.ngk517-loop-image::before,
.ngk517-loop-image::after,
.ngk517-loop-orb,
.ngk517-loop-line,
.ngk517-loop-object,
.ngk517-loop-slide figcaption {
  content: none !important;
  display: none !important;
}

@keyframes ngk517-card-float-clean {
  0%, 100% {
    transform:
      translateY(var(--ngk517-clean-y, 0px))
      rotate(var(--ngk517-clean-rot, 0deg))
      translateZ(0);
  }
  50% {
    transform:
      translateY(calc(var(--ngk517-clean-y, 0px) - 10px))
      rotate(calc(var(--ngk517-clean-rot, 0deg) * -0.45))
      translateZ(0);
  }
}

@keyframes ngk517-frame-line-clean {
  0% {
    border-color: rgba(15, 67, 130, .08);
  }
  100% {
    border-color: rgba(11, 92, 255, .22);
  }
}

@media (max-width: 760px) {
  .ngk517-loop-slide {
    flex-basis: 90vw !important;
    padding: 7px !important;
    border-radius: 28px !important;
  }

  .ngk517-loop-image,
  .ngk517-loop-slide::before {
    inset: 7px !important;
    border-radius: 22px !important;
  }

  .ngk517-loop-slide::after {
    border-radius: 29px !important;
  }
}

/* ===== v5.3 応募書類説明・同意文の文字サイズを拡大 ===== */
.ngk517-entry-card .ngk517-file {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.ngk517-entry-card .ngk517-file [data-file-label],
.ngk517-entry-card .ngk517-file span,
.ngk517-entry-card .ngk517-file small {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.ngk517-entry-card .ngk517-consent {
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.ngk517-entry-card .ngk517-consent input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin-top: .25em !important;
}

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

/* ===== v5.4 希望職種リスト削除後のフォーム余白調整 ===== */
.ngk517-entry-card .ngk517-form-row textarea#ngk517_message::placeholder {
  color: rgba(78, 96, 126, .72);
}

/* ===== v5.5 同意文の文字サイズをさらに拡大 ===== */
.ngk517-entry-card .ngk517-consent {
  font-size: 17px !important;
  line-height: 2 !important;
}

.ngk517-entry-card .ngk517-consent span {
  font-size: 17px !important;
  line-height: 2 !important;
}

.ngk517-entry-card .ngk517-consent input[type="checkbox"] {
  width: 21px !important;
  height: 21px !important;
  margin-top: .3em !important;
}

@media (max-width: 760px) {
  .ngk517-entry-card .ngk517-consent,
  .ngk517-entry-card .ngk517-consent span {
    font-size: 16px !important;
  }
}

/* ===== v5.6 同意文をさらに拡大・交通費案内を追加 ===== */
.ngk517-entry-card .ngk517-consent {
  align-items: flex-start !important;
  gap: 13px !important;
  font-size: 19px !important;
  line-height: 2 !important;
  padding: 18px 20px !important;
}

.ngk517-entry-card .ngk517-consent span {
  font-size: 19px !important;
  line-height: 2 !important;
  font-weight: 850 !important;
}

.ngk517-entry-card .ngk517-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  margin-top: .42em !important;
}

.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);
}

.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;
}

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

@media (max-width: 760px) {
  .ngk517-entry-card .ngk517-consent,
  .ngk517-entry-card .ngk517-consent span {
    font-size: 17px !important;
  }

  .ngk517-entry-card .ngk517-consent input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

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

/* ===== v5.7 同意文を確実に大きく表示 ===== */
.ngk517-entry-card label.ngk517-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  grid-column: 1 / -1 !important;
  padding: 22px 24px !important;
  border-radius: 20px !important;
}

.ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
.ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
.ngk517-entry-card .ngk517-consent span.ngk517-consent-text {
  display: block !important;
  color: var(--ngk517-ink) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.75 !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}

.ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  min-width: 28px !important;
  margin-top: .35em !important;
}

@media (max-width: 760px) {
  .ngk517-entry-card label.ngk517-consent {
    gap: 12px !important;
    padding: 18px 18px !important;
  }

  .ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-consent span.ngk517-consent-text {
    font-size: 19px !important;
    line-height: 1.7 !important;
  }

  .ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    flex-basis: 25px !important;
    min-width: 25px !important;
  }
}

/* ===== v5.8 FAQ削除・同意文微調整・全体レスポンシブ強化 ===== */

/* 同意文は前回よりほんの少し小さく */
.ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
.ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
.ngk517-entry-card .ngk517-consent span.ngk517-consent-text {
  font-size: 20px !important;
  line-height: 1.75 !important;
}

.ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
  width: 26px !important;
  height: 26px !important;
  flex-basis: 26px !important;
  min-width: 26px !important;
}

/* 横スクロール・はみ出し対策 */
html,
body,
.ngk517,
.ngk517 * {
  box-sizing: border-box;
}

body.ngk517-page-body {
  overflow-x: hidden;
}

.ngk517 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.ngk517 img,
.ngk517 svg,
.ngk517 canvas,
.ngk517 video {
  max-width: 100%;
}

/* タブレット以下 */
@media (max-width: 1080px) {
  .ngk517-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    min-height: auto !important;
    padding-top: clamp(96px, 14vw, 132px) !important;
    padding-bottom: clamp(58px, 10vw, 88px) !important;
  }

  .ngk517-hero-copy,
  .ngk517-hero-panel {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .ngk517-hero-panel {
    min-height: auto !important;
  }

  .ngk517-loop-slide {
    flex-basis: min(82vw, 820px) !important;
  }

  .ngk517-reason-grid,
  .ngk517-job-grid,
  .ngk517-benefit-grid,
  .ngk517-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ngk517-entry-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .ngk517-entry-card,
  .ngk517-entry-copy {
    width: 100%;
    max-width: 820px;
    margin-inline: auto;
  }
}

/* スマホ */
@media (max-width: 760px) {
  .ngk517-section,
  .ngk517-loop-head,
  .ngk517-hero-inner,
  .ngk517-entry-inner,
  .ngk517-final-inner {
    width: min(100% - 32px, var(--ngk517-max)) !important;
  }

  .ngk517-hero-copy h1 {
    font-size: clamp(42px, 13vw, 68px) !important;
    line-height: 1.02 !important;
  }

  .ngk517-hero-lead {
    font-size: 15.5px !important;
  }

  .ngk517-hero-actions,
  .ngk517-final-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .ngk517-btn,
  .ngk517-job-entry,
  .ngk517-submit {
    width: 100% !important;
  }

  .ngk517-loop-gallery {
    padding-top: 40px !important;
    padding-bottom: 72px !important;
  }

  .ngk517-loop-head h2 {
    font-size: clamp(30px, 10vw, 46px) !important;
  }

  .ngk517-loop-window {
    overflow: hidden !important;
    padding-top: 12px !important;
    padding-bottom: 42px !important;
  }

  .ngk517-loop-rail {
    animation-duration: 44s !important;
  }

  .ngk517-loop-track {
    gap: 16px !important;
    padding-right: 16px !important;
  }

  .ngk517-loop-slide {
    flex-basis: 88vw !important;
    aspect-ratio: 16 / 10 !important;
    transform: none !important;
  }

  .ngk517-reason-grid,
  .ngk517-job-grid,
  .ngk517-benefit-grid,
  .ngk517-flow-grid {
    grid-template-columns: 1fr !important;
  }

  .ngk517-job-card {
    padding: 22px !important;
  }

  .ngk517-job-card dl div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .ngk517-job-detail {
    padding: 18px !important;
  }

  .ngk517-filter {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }

  .ngk517-filter button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px !important;
  }

  .ngk517-entry-card {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .ngk517-entry-card .ngk517-form {
    grid-template-columns: 1fr !important;
    gap: 17px !important;
  }

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

  .ngk517-entry-card label.ngk517-consent {
    padding: 17px 16px !important;
    gap: 11px !important;
  }

  .ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-consent span.ngk517-consent-text {
    font-size: 17.5px !important;
    line-height: 1.75 !important;
  }

  .ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
    width: 23px !important;
    height: 23px !important;
    flex-basis: 23px !important;
    min-width: 23px !important;
  }

  .ngk517-sticky-entry {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  .ngk517-sticky-entry span {
    display: none !important;
  }

  .ngk517-sticky-entry a {
    flex: 1 1 0;
    text-align: center;
    padding: 10px 8px !important;
  }
}

/* 小さめスマホ */
@media (max-width: 420px) {
  .ngk517-section,
  .ngk517-loop-head,
  .ngk517-hero-inner,
  .ngk517-entry-inner,
  .ngk517-final-inner {
    width: min(100% - 24px, var(--ngk517-max)) !important;
  }

  .ngk517-hero-copy h1 {
    font-size: clamp(38px, 14vw, 54px) !important;
  }

  .ngk517-loop-slide {
    flex-basis: 92vw !important;
    aspect-ratio: 4 / 3 !important;
  }

  .ngk517-entry-card {
    padding: 18px !important;
  }

  .ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
  .ngk517-entry-card .ngk517-consent span.ngk517-consent-text {
    font-size: 16.5px !important;
  }
}

/* ===== v5.9 FAQ削除・同意文サイズを確実に微縮小 ===== */
#ngk517 .ngk517-entry-card label.ngk517-consent {
  padding: 16px 18px !important;
  gap: 12px !important;
}

#ngk517 .ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
#ngk517 .ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
body.ngk517-page-body #ngk517 .ngk517-entry-card .ngk517-consent span.ngk517-consent-text,
html body.ngk517-page-body #ngk517 .ngk517-consent .ngk517-consent-text {
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: var(--ngk517-ink) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

#ngk517 .ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  min-width: 24px !important;
  margin-top: .32em !important;
}

@media (max-width: 760px) {
  #ngk517 .ngk517-entry-card label.ngk517-consent .ngk517-consent-text,
  #ngk517 .ngk517-entry-card .ngk517-form label.ngk517-consent .ngk517-consent-text,
  body.ngk517-page-body #ngk517 .ngk517-entry-card .ngk517-consent span.ngk517-consent-text,
  html body.ngk517-page-body #ngk517 .ngk517-consent .ngk517-consent-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  #ngk517 .ngk517-entry-card label.ngk517-consent input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
    min-width: 22px !important;
  }
}

/* ===== v6.0 同意文・チェックボックスを確実に縮小 ===== */
#ngk517 label.ngk517-consent {
  font-size: 16px !important;
  line-height: 1.65 !important;
  padding: 14px 16px !important;
  gap: 10px !important;
  align-items: flex-start !important;
}

#ngk517 label.ngk517-consent > input[type="checkbox"],
body.ngk517-page-body #ngk517 label.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;
}

#ngk517 label.ngk517-consent > span.ngk517-consent-text,
body.ngk517-page-body #ngk517 label.ngk517-consent > span.ngk517-consent-text,
html body.ngk517-page-body #ngk517 .ngk517-entry-card .ngk517-form label.ngk517-consent > span.ngk517-consent-text {
  display: inline !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: var(--ngk517-ink) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  #ngk517 label.ngk517-consent,
  #ngk517 label.ngk517-consent > span.ngk517-consent-text,
  body.ngk517-page-body #ngk517 label.ngk517-consent > span.ngk517-consent-text,
  html body.ngk517-page-body #ngk517 .ngk517-entry-card .ngk517-form label.ngk517-consent > span.ngk517-consent-text {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
  }

  #ngk517 label.ngk517-consent > input[type="checkbox"],
  body.ngk517-page-body #ngk517 label.ngk517-consent > input[type="checkbox"] {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    flex-basis: 19px !important;
  }
}

/* ===== v6.3 選考フローを全幅ではなく通常セクション幅で表示 ===== */
.ngk517-selection-flow {
  width: min(calc(100% - 40px), var(--ngk517-max)) !important;
  max-width: var(--ngk517-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ngk517-selection-flow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ngk517-selection-flow-list li {
  display: grid;
  grid-template-columns: 70px minmax(180px, .8fr) 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--ngk517-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 67, 130, .06);
}

.ngk517-selection-flow-list span {
  color: var(--ngk517-blue);
  font-weight: 950;
  letter-spacing: .12em;
}

.ngk517-selection-flow-list strong {
  color: var(--ngk517-navy);
  font-size: 17px;
}

.ngk517-selection-flow-list em {
  color: var(--ngk517-muted);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .ngk517-selection-flow {
    width: min(100% - 32px, var(--ngk517-max)) !important;
  }

  .ngk517-selection-flow-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .ngk517-selection-flow {
    width: min(100% - 24px, var(--ngk517-max)) !important;
  }
}

/* ===== v6.4 IT体験ボタン追加に伴う追従メニュー調整 ===== */
.ngk517-sticky-entry {
  max-width: min(calc(100% - 24px), 760px);
}

.ngk517-sticky-entry a {
  text-align: center;
}

@media (max-width: 760px) {
  .ngk517-sticky-entry {
    gap: 6px !important;
    padding: 8px !important;
  }

  .ngk517-sticky-entry a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 10px 6px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}

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

/* ===== v6.5 スライドショー画像カードの揺れ停止 ===== */
/* 横方向の無限ループは維持し、各画像カードの上下移動・回転だけを停止 */
#ngk517 .ngk517-loop-slide,
#ngk517 .ngk517-loop-slide:nth-child(5n + 1),
#ngk517 .ngk517-loop-slide:nth-child(5n + 2),
#ngk517 .ngk517-loop-slide:nth-child(5n + 3),
#ngk517 .ngk517-loop-slide:nth-child(5n + 4),
#ngk517 .ngk517-loop-slide:nth-child(5n) {
  --ngk517-clean-rot: 0deg !important;
  --ngk517-clean-y: 0px !important;
  --ngk517-wow-y: 0px !important;
  --ngk517-wow-rot: 0deg !important;
  --ngk517-wow-scale: 1 !important;
  transform: translateZ(0) !important;
  animation: none !important;
}

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

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

#ngk517 .ngk517-loop-rail {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  transform: translate3d(0, 0, 0);
  animation: ngk517-loop-slide 38s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
}

#ngk517 .ngk517-loop-window:hover .ngk517-loop-rail,
#ngk517 .ngk517-loop-window:focus-within .ngk517-loop-rail,
#ngk517 .ngk517-loop-rail.is-running {
  animation-play-state: running !important;
}

#ngk517 .ngk517-loop-track {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: stretch !important;
}

#ngk517 .ngk517-loop-slide {
  flex: 0 0 clamp(440px, 58vw, 780px) !important;
  min-width: 0 !important;
  animation: none !important;
}

@media (max-width: 1080px) {
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #ngk517 .ngk517-reason-grid,
  #ngk517 .ngk517-job-grid,
  #ngk517 .ngk517-benefit-grid,
  #ngk517 .ngk517-flow-grid,
  #ngk517 .ngk517-job-common-grid,
  #ngk517 .ngk517-condition-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

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

  #ngk517 {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  #ngk517 .ngk517-section,
  #ngk517 .ngk517-loop-head,
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner {
    width: min(100% - 26px, var(--ngk517-max)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

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

  #ngk517 .ngk517-hero-inner {
    padding-top: 84px !important;
    padding-bottom: 54px !important;
    text-align: left !important;
  }

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

  #ngk517 .ngk517-hero-lead,
  #ngk517 .ngk517-section-head p,
  #ngk517 .ngk517-loop-head p:not(.ngk517-section-kicker),
  #ngk517 .ngk517-entry-copy p,
  #ngk517 .ngk517-final p,
  #ngk517 .ngk517-job-card p,
  #ngk517 .ngk517-reason-card p,
  #ngk517 .ngk517-benefit-card p,
  #ngk517 .ngk517-flow-card p {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

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

  #ngk517 .ngk517-hero-panel h2,
  #ngk517 .ngk517-job-common-head h3,
  #ngk517 .ngk517-job-card h3,
  #ngk517 .ngk517-reason-card h3,
  #ngk517 .ngk517-benefit-card h3 {
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.35 !important;
  }

  #ngk517 .ngk517-hero-actions,
  #ngk517 .ngk517-final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

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

  #ngk517 .ngk517-hero-panel,
  #ngk517 .ngk517-reason-card,
  #ngk517 .ngk517-job-card,
  #ngk517 .ngk517-benefit-card,
  #ngk517 .ngk517-flow-card,
  #ngk517 .ngk517-entry-card,
  #ngk517 .ngk517-job-common,
  #ngk517 .ngk517-condition-box {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #ngk517 .ngk517-reason-grid,
  #ngk517 .ngk517-job-grid,
  #ngk517 .ngk517-benefit-grid,
  #ngk517 .ngk517-flow-grid,
  #ngk517 .ngk517-job-common-grid,
  #ngk517 .ngk517-condition-list,
  #ngk517 .ngk517-entry-card .ngk517-form {
    grid-template-columns: 1fr !important;
  }

  #ngk517 .ngk517-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #ngk517 .ngk517-hero-stats div {
    padding: 14px 10px !important;
  }

  #ngk517 .ngk517-job-card dl div,
  #ngk517 .ngk517-job-common-grid div {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  #ngk517 .ngk517-loop-gallery {
    padding-top: 44px !important;
    padding-bottom: 66px !important;
  }

  #ngk517 .ngk517-loop-window {
    overflow: hidden !important;
    padding: 8px 0 28px !important;
  }

  #ngk517 .ngk517-loop-window::before,
  #ngk517 .ngk517-loop-window::after {
    width: 34px !important;
  }

  #ngk517 .ngk517-loop-rail {
    animation-duration: 30s !important;
  }

  #ngk517 .ngk517-loop-track {
    gap: 14px !important;
    padding-right: 14px !important;
  }

  #ngk517 .ngk517-loop-slide {
    flex-basis: 82vw !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 22px !important;
    clip-path: none !important;
    transform: translateZ(0) !important;
  }

  #ngk517 .ngk517-loop-slide figcaption {
    padding: 18px !important;
  }

  #ngk517 .ngk517-loop-slide figcaption strong {
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
  }

  #ngk517 .ngk517-loop-slide figcaption em {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  #ngk517 .ngk517-entry-card input,
  #ngk517 .ngk517-entry-card select,
  #ngk517 .ngk517-entry-card textarea {
    font-size: 16px !important;
  }

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

  #ngk517 .ngk517-sticky-entry span {
    display: none !important;
  }

  #ngk517 .ngk517-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) {
  #ngk517 .ngk517-section,
  #ngk517 .ngk517-loop-head,
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner {
    width: min(100% - 22px, var(--ngk517-max)) !important;
  }

  #ngk517 .ngk517-hero-copy h1 {
    font-size: clamp(30px, 10.4vw, 42px) !important;
  }

  #ngk517 .ngk517-loop-slide {
    flex-basis: 86vw !important;
    aspect-ratio: 3 / 4 !important;
  }

  #ngk517 .ngk517-hero-stats {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   2026-07-08 responsive slideshow / nowrap fixes
   ========================================================= */
#ngk517 .ngk517-nowrap {
  display: inline-block;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

#ngk517 .ngk517-it-experience-card strong .ngk517-nowrap {
  max-width: 100%;
}

@media (max-width: 760px) {
  #ngk517 .ngk517-loop-rail.is-js-looping {
    animation: none !important;
    transform: translate3d(0, 0, 0);
  }

  #ngk517 .ngk517-loop-rail.is-js-looping .ngk517-loop-track {
    flex: 0 0 auto !important;
  }

  #ngk517 .ngk517-loop-rail.is-js-looping .ngk517-loop-slide {
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
  }

  #ngk517 .ngk517-it-experience-card strong {
    font-size: clamp(30px, 8.8vw, 44px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.05em !important;
  }

  #ngk517 .ngk517-it-experience-card strong .ngk517-nowrap {
    white-space: nowrap !important;
  }
}

@media (max-width: 420px) {
  #ngk517 .ngk517-loop-rail.is-js-looping .ngk517-loop-slide {
    flex-basis: 86vw !important;
    min-width: 86vw !important;
    max-width: 86vw !important;
  }

  #ngk517 .ngk517-it-experience-card strong {
    font-size: clamp(28px, 8.2vw, 36px) !important;
  }
}



/* ===== v6.6 職種紹介セクションの文字色を黒に統一 ===== */
/* 職種紹介内のみ対象。薄いグレー・青系の文字色を黒文字へ統一 */
#ngk517 .ngk517-jobs,
#ngk517 .ngk517-jobs * {
  color: #000000 !important;
}

#ngk517 .ngk517-jobs .ngk517-job-entry::after {
  color: #000000 !important;
}

/* ===== v6.7 応募フォーム下：IT体験セクション追加（シンプル導線カード） ===== */
.ngk517-it-experience {
  width: min(calc(100% - 40px), var(--ngk517-max)) !important;
  max-width: var(--ngk517-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ngk517-it-experience-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: clamp(300px, 34vw, 430px);
  align-content: center;
  padding: clamp(34px, 6vw, 78px);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: clamp(30px, 4vw, 48px);
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 212, 255, .38), transparent 26rem),
    radial-gradient(circle at 16% 88%, rgba(143, 234, 255, .18), transparent 24rem),
    linear-gradient(135deg, #041029 0%, #09275c 52%, #0b5cff 100%);
  box-shadow:
    0 30px 90px rgba(7, 21, 47, .22),
    0 0 0 1px rgba(143, 234, 255, .12) inset;
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease;
}

.ngk517-it-experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(143, 234, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 234, 255, .14) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 82%);
}

.ngk517-it-experience-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  width: clamp(280px, 38vw, 520px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(143, 234, 255, .24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.12), transparent 58%);
  box-shadow: 0 0 90px rgba(0, 212, 255, .18) inset;
  pointer-events: none;
}

.ngk517-it-experience-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 38px 110px rgba(7, 21, 47, .26),
    0 0 0 1px rgba(143, 234, 255, .20) inset;
}

.ngk517-it-experience-kicker {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(143, 234, 255, .32);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #8feaff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
}

.ngk517-it-experience-card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 760px;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 950;
}

.ngk517-it-experience-card em {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.6vw, 19px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.9;
}

.ngk517-it-experience-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--ngk517-navy);
  background: #fff;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
}

.ngk517-it-experience-cta::after {
  content: "→";
  margin-left: 10px;
  color: var(--ngk517-blue);
  transition: transform .22s ease;
}

.ngk517-it-experience-card:hover .ngk517-it-experience-cta::after {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .ngk517-it-experience {
    width: min(100% - 32px, var(--ngk517-max)) !important;
  }

  .ngk517-it-experience-card {
    min-height: 300px;
    padding: 28px;
    border-radius: 28px;
  }

  .ngk517-it-experience-card::after {
    right: -190px;
    opacity: .68;
  }

  .ngk517-it-experience-cta {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .ngk517-it-experience {
    width: min(100% - 24px, var(--ngk517-max)) !important;
  }

  .ngk517-it-experience-card {
    padding: 24px;
    border-radius: 24px;
  }
}

/* ===== v6.8 IT体験カード：視認性改善・2導線ボタン化 ===== */
.ngk517-it-experience-card {
  color: var(--ngk517-navy) !important;
  background:
    radial-gradient(circle at 88% 14%, rgba(0, 212, 255, .18), transparent 25rem),
    radial-gradient(circle at 12% 88%, rgba(11, 92, 255, .10), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #eef8ff 56%, #dff3ff 100%) !important;
  border: 1px solid rgba(11, 92, 255, .14) !important;
  box-shadow:
    0 28px 78px rgba(7, 21, 47, .14),
    0 0 0 1px rgba(255, 255, 255, .88) inset !important;
}

.ngk517-it-experience-card::before {
  opacity: .52 !important;
  background-image:
    linear-gradient(rgba(11, 92, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 92, 255, .06) 1px, transparent 1px) !important;
}

.ngk517-it-experience-card::after {
  border-color: rgba(11, 92, 255, .16) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.74), rgba(143,234,255,.20) 46%, transparent 68%) !important;
  box-shadow: 0 0 80px rgba(11, 92, 255, .10) inset !important;
}

.ngk517-it-experience-card:hover {
  box-shadow:
    0 34px 94px rgba(7, 21, 47, .17),
    0 0 0 1px rgba(11, 92, 255, .18) inset !important;
}

.ngk517-it-experience-kicker {
  color: var(--ngk517-blue) !important;
  background: rgba(11, 92, 255, .08) !important;
  border-color: rgba(11, 92, 255, .18) !important;
}

.ngk517-it-experience-card strong {
  color: var(--ngk517-navy) !important;
  text-shadow: none !important;
}

.ngk517-it-experience-card em {
  color: #42536f !important;
  font-size: clamp(17px, 1.8vw, 22px) !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
}

.ngk517-it-experience-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.ngk517-it-experience-cta {
  min-height: 56px !important;
  padding: 0 24px !important;
  border: 1px solid transparent;
  box-shadow: 0 14px 32px rgba(7, 21, 47, .10) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.ngk517-it-experience-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(7, 21, 47, .14) !important;
}

.ngk517-it-experience-cta--entry {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--ngk517-blue), #00a7ff 70%, var(--ngk517-cyan)) !important;
}

.ngk517-it-experience-cta--entry::after {
  color: #ffffff !important;
}

.ngk517-it-experience-cta--detail {
  color: var(--ngk517-navy) !important;
  background: #ffffff !important;
  border-color: rgba(11, 92, 255, .18) !important;
}

.ngk517-it-experience-cta--detail::after {
  color: var(--ngk517-blue) !important;
}

@media (max-width: 760px) {
  .ngk517-it-experience-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ngk517-it-experience-cta {
    width: 100% !important;
  }
}

/* ===== v6.9 中途採用：共通募集条件セクションを追加 ===== */
#ngk517 .ngk517-job-common {
  position: relative;
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(15, 67, 130, .12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 212, 255, .14), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 250, 255, .90));
  box-shadow: var(--ngk517-shadow);
  overflow: hidden;
}

#ngk517 .ngk517-job-common::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 67, 130, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 67, 130, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 74%);
}

#ngk517 .ngk517-job-common > * {
  position: relative;
  z-index: 1;
}

#ngk517 .ngk517-job-common-head {
  max-width: 860px;
}

#ngk517 .ngk517-job-common-head h3 {
  margin: 0;
  color: var(--ngk517-navy);
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.18;
  letter-spacing: -.05em;
}

#ngk517 .ngk517-job-common-head p:not(.ngk517-job-tag) {
  margin: 14px 0 0;
  color: var(--ngk517-muted);
  font-weight: 700;
  line-height: 1.9;
}

#ngk517 .ngk517-job-common-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#ngk517 .ngk517-job-common-grid dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

#ngk517 .ngk517-job-common-grid div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(15, 67, 130, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

#ngk517 .ngk517-job-common-grid dt {
  color: var(--ngk517-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
}

#ngk517 .ngk517-job-common-grid dd {
  margin: 0;
  color: var(--ngk517-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

#ngk517 .ngk517-condition-box {
  padding: 20px;
  border: 1px solid rgba(11, 92, 255, .14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(233, 247, 255, .92), rgba(255, 255, 255, .92));
}

#ngk517 .ngk517-condition-box h4 {
  margin: 0 0 14px;
  color: var(--ngk517-navy);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .02em;
}

#ngk517 .ngk517-condition-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#ngk517 .ngk517-condition-list li {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(15, 67, 130, .10);
  border-radius: 18px;
  background: #fff;
}

#ngk517 .ngk517-condition-list span {
  color: var(--ngk517-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

#ngk517 .ngk517-condition-list strong {
  color: var(--ngk517-navy);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 950;
}

@media (max-width: 1080px) {
  #ngk517 .ngk517-job-common-grid,
  #ngk517 .ngk517-condition-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #ngk517 .ngk517-job-common {
    padding: 22px;
    border-radius: 24px;
  }

  #ngk517 .ngk517-job-common-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========================================================
   2026-07-08 page9 responsive parity final override
   ========================================================= */
@media (max-width: 1080px) {
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #ngk517 .ngk517-reason-grid,
  #ngk517 .ngk517-job-grid,
  #ngk517 .ngk517-benefit-grid,
  #ngk517 .ngk517-flow-grid,
  #ngk517 .ngk517-job-common-grid,
  #ngk517 .ngk517-condition-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

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

  #ngk517 {
    overflow-x: hidden !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  #ngk517 .ngk517-section,
  #ngk517 .ngk517-loop-head,
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner,
  #ngk517 .ngk517-it-experience {
    width: min(100% - 26px, var(--ngk517-max)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

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

  #ngk517 .ngk517-hero-inner {
    padding-top: 84px !important;
    padding-bottom: 54px !important;
    text-align: left !important;
  }

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

  #ngk517 .ngk517-hero-lead,
  #ngk517 .ngk517-section-head p,
  #ngk517 .ngk517-loop-head p:not(.ngk517-section-kicker),
  #ngk517 .ngk517-entry-copy p,
  #ngk517 .ngk517-final p,
  #ngk517 .ngk517-job-card p,
  #ngk517 .ngk517-reason-card p,
  #ngk517 .ngk517-benefit-card p,
  #ngk517 .ngk517-flow-card p,
  #ngk517 .ngk517-job-common-head p:not(.ngk517-job-tag),
  #ngk517 .ngk517-job-common-grid dd {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

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

  #ngk517 .ngk517-hero-panel h2,
  #ngk517 .ngk517-job-common-head h3,
  #ngk517 .ngk517-job-card h3,
  #ngk517 .ngk517-reason-card h3,
  #ngk517 .ngk517-benefit-card h3,
  #ngk517 .ngk517-condition-list strong {
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.35 !important;
  }

  #ngk517 .ngk517-hero-actions,
  #ngk517 .ngk517-final-actions,
  #ngk517 .ngk517-it-experience-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

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

  #ngk517 .ngk517-hero-panel,
  #ngk517 .ngk517-reason-card,
  #ngk517 .ngk517-job-card,
  #ngk517 .ngk517-benefit-card,
  #ngk517 .ngk517-flow-card,
  #ngk517 .ngk517-entry-card,
  #ngk517 .ngk517-job-common,
  #ngk517 .ngk517-condition-box,
  #ngk517 .ngk517-it-experience-card {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #ngk517 .ngk517-reason-grid,
  #ngk517 .ngk517-job-grid,
  #ngk517 .ngk517-benefit-grid,
  #ngk517 .ngk517-flow-grid,
  #ngk517 .ngk517-job-common-grid,
  #ngk517 .ngk517-condition-list,
  #ngk517 .ngk517-entry-card .ngk517-form {
    grid-template-columns: 1fr !important;
  }

  #ngk517 .ngk517-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #ngk517 .ngk517-hero-stats div {
    padding: 14px 10px !important;
  }

  #ngk517 .ngk517-job-card dl div,
  #ngk517 .ngk517-job-common-grid div {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  #ngk517 .ngk517-loop-gallery {
    padding-top: 44px !important;
    padding-bottom: 66px !important;
  }

  #ngk517 .ngk517-loop-window {
    overflow: hidden !important;
    padding: 8px 0 28px !important;
  }

  #ngk517 .ngk517-loop-window::before,
  #ngk517 .ngk517-loop-window::after {
    width: 34px !important;
  }

  #ngk517 .ngk517-loop-rail {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    animation: ngk517-loop-slide 30s linear infinite !important;
    animation-play-state: running !important;
  }

  #ngk517 .ngk517-loop-track {
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 14px !important;
    padding-right: 14px !important;
  }

  #ngk517 .ngk517-loop-slide {
    flex: 0 0 82vw !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 22px !important;
    clip-path: none !important;
    transform: translateZ(0) !important;
    animation: none !important;
  }

  #ngk517 .ngk517-loop-slide figcaption {
    padding: 18px !important;
  }

  #ngk517 .ngk517-loop-slide figcaption strong {
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
  }

  #ngk517 .ngk517-loop-slide figcaption em {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  #ngk517 .ngk517-entry-card input,
  #ngk517 .ngk517-entry-card select,
  #ngk517 .ngk517-entry-card textarea {
    font-size: 16px !important;
  }

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

  #ngk517 .ngk517-sticky-entry span {
    display: none !important;
  }

  #ngk517 .ngk517-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) {
  #ngk517 .ngk517-section,
  #ngk517 .ngk517-loop-head,
  #ngk517 .ngk517-hero-inner,
  #ngk517 .ngk517-entry-inner,
  #ngk517 .ngk517-final-inner,
  #ngk517 .ngk517-it-experience {
    width: min(100% - 22px, var(--ngk517-max)) !important;
  }

  #ngk517 .ngk517-hero-copy h1 {
    font-size: clamp(30px, 10.4vw, 42px) !important;
  }

  #ngk517 .ngk517-loop-slide {
    flex-basis: 86vw !important;
    aspect-ratio: 3 / 4 !important;
  }

  #ngk517 .ngk517-hero-stats {
    grid-template-columns: 1fr !important;
  }
}

/* ===== v6.5 COMMON REQUIREMENTS・募集条件ラベルを青で統一 ===== */
#ngk517 .ngk517-job-common-head .ngk517-job-tag {
  color: var(--ngk517-blue) !important;
}

#ngk517 .ngk517-job-common-grid dt {
  color: var(--ngk517-blue) !important;
}

/* ===== v6.7 応募フォーム説明文の指定改行・レスポンシブ対応 ===== */
#ngk517 .ngk517-responsive-break {
  display: block;
}

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

/* ===== v6.8 最終CTA文章の指定改行・レスポンシブ対応 ===== */
#ngk517 .ngk517-final-responsive-break {
  display: block;
}

@media (max-width: 760px) {
  #ngk517 .ngk517-final-responsive-break {
    display: none;
  }
}



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

#ngk517 .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;
}

#ngk517 .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);
}

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

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

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

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

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

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

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

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

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

#ngk517 .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;
}

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

#ngk517 .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;
}

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

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

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

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

  #ngk517 .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;
  }

  #ngk517 .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;
  }

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

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

  #ngk517 .nkg-header__toggle i,
  #ngk517 .nkg-header__toggle i::before,
  #ngk517 .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;
  }

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

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

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

  #ngk517 .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);
  }

  #ngk517 .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;
  }

  #ngk517 .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;
  }

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

  #ngk517 .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;
  }

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

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

  #ngk517 .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;
  }

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

  #ngk517 .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;
  }

  #ngk517 .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;
  }

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

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


  #ngk517 .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);
  }

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


  #ngk517 .nkg-header__nav > .nkg-header__entry:hover,
  #ngk517 .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;
  }

  #ngk517 .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;
  }

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

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

  #ngk517 .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;
  }

  #ngk517 .nkg-mobile-menu__quick a:hover,
  #ngk517 .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);
  }

  #ngk517 .nkg-header__toggle:focus-visible,
  #ngk517 .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) {
  #ngk517 .nkg-brand__symbol { width: 40px; height: 31px; flex-basis: 40px; }
  #ngk517 .nkg-brand__copy strong { font-size: .74rem; letter-spacing: 0; }
  #ngk517 .nkg-brand__copy small { margin-top: 3px; font-size: .46rem; }
}

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

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

/* Responsive menu: disable the desktop underline animation on menu selection */
@media (max-width: 920px) {
  #ngk517 .nkg-header__nav > a:not(.nkg-header__entry)::after,
  #ngk517 .nkg-header__nav > a:not(.nkg-header__entry):hover::after,
  #ngk517 .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 会社HP導線追加
   PC: グローバルメニュー左端 / Responsive: quick links 下部
   ========================================================= */
@media (max-width: 920px) {
  #ngk517 .nkg-header__company-link {
    display: none !important;
  }

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

  #ngk517 .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) {
  #ngk517 .nkg-brand {
    position: relative;
    z-index: 1004;
  }
}


/* =========================================================
   2026-07-21 Hero responsive copy / IT experience tone
   ========================================================= */
@media (max-width: 760px) {
  .ngk517-hero-lead-break {
    display: none;
  }
}

/* =========================================================
   2026-07-21 Responsive Hero background motion stop
   ========================================================= */
@media (max-width: 920px) {
  #ngk517 .ngk517-hero-glow {
    animation: none !important;
  }

  #ngk517 .ngk517-hero-canvas {
    display: none !important;
  }
}

/* =========================================================
   2026-07-22 Responsive menu fixed header bar
   IT体験ページと同様にロゴ / CLOSE を独立固定し、
   スクロール中のメニュー干渉を防止
   ========================================================= */
@media (max-width: 920px) {
  body.nkg-menu-open #ngk517 .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);
  }

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

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

/* =========================================================
   2026-07-24 Hero panel: responsive only remove forced break
   ========================================================= */
@media (max-width: 920px) {
  #ngk517 .ngk517-hero-panel-responsive-break {
    display: none;
  }
}
