:root {
  color-scheme: light;
  --ink: #12161b;
  --muted: #65707a;
  --line: #d8e1e8;
  --surface: #ffffff;
  --soft: #f4f7fa;
  --soft-blue: #eef5ff;
  --deep: #050b10;
  --panel: #0b1218;
  --cyan: #42e6df;
  --blue: #1a73e8;
  --teal: #139c8d;
  --orange: #f28b35;
  --plum: #7b4cc2;
  --shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--deep);
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  line-height: 1.8;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

.search-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--deep);
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 0;
}

.section-menu {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  padding: 18px 20px;
  background: rgba(5, 11, 16, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(5, 11, 16, 0.24);
  backdrop-filter: blur(14px);
}

.section-menu a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.section-menu a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.section-menu a:hover::after,
.section-menu a:focus-visible::after {
  transform: scaleX(1);
}

.section-menu a:hover {
  color: #fff;
}

.section-menu a:focus-visible {
  outline: 3px solid rgba(66, 230, 223, 0.28);
  outline-offset: 8px;
}

.top-links {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 120px) 20px clamp(96px, 12vw, 150px);
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 118px),
    linear-gradient(180deg, #050b10 0%, #07111a 52%, #091018 100%);
}

.top-links .section-inner {
  width: min(1240px, 100%);
}

.top-links .section-heading p {
  color: var(--cyan);
}

.top-links .section-heading h2 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 1.05;
}

.top-banner-list {
  display: grid;
  gap: 34px;
  margin-top: 44px;
}

.top-banner {
  position: relative;
  min-height: clamp(330px, 42vw, 460px);
  display: grid;
  align-content: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 7vw, 82px);
  color: #fff;
  background:
    linear-gradient(100deg, rgba(5, 11, 16, 0.98) 0%, rgba(5, 11, 16, 0.84) 46%, rgba(19, 156, 141, 0.68) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 28px),
    var(--deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.34);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.top-banner:nth-child(2n) {
  background:
    linear-gradient(100deg, rgba(5, 11, 16, 0.98) 0%, rgba(9, 20, 35, 0.82) 46%, rgba(26, 115, 232, 0.64) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 28px),
    #091423;
}

.top-banner:nth-child(3n) {
  background:
    linear-gradient(100deg, rgba(5, 11, 16, 0.98) 0%, rgba(18, 18, 24, 0.82) 46%, rgba(123, 76, 194, 0.58) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 28px),
    #121218;
}

.top-banner:hover {
  border-color: rgba(66, 230, 223, 0.38);
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.42);
}

.top-banner::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  content: "";
  background: var(--cyan);
  z-index: 1;
}

.top-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.16) 50%, transparent 58%, transparent 100%);
  transform: translateX(-130%);
  transition: transform 620ms ease;
  z-index: 2;
}

.top-banner:hover::after {
  transform: translateX(130%);
}

.top-banner span {
  position: relative;
  z-index: 3;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.top-banner strong {
  position: relative;
  z-index: 3;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.02;
}

.top-banner p {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.top-banner img {
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  bottom: 50%;
  z-index: 0;
  width: clamp(210px, 30vw, 360px);
  height: clamp(210px, 30vw, 360px);
  opacity: 0.2;
  transform: translateY(50%);
  filter: drop-shadow(0 24px 46px rgba(66, 230, 223, 0.2));
}

.top-command {
  min-height: calc(100svh - 60px);
  isolation: isolate;
  padding: clamp(58px, 7vw, 92px) 20px clamp(76px, 9vw, 112px);
  background: #050b10;
}

.command-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.18) contrast(1.08) brightness(0.96);
}

.top-command.bg-draft {
  display: grid;
  place-items: center;
  min-height: calc(100svh - 60px);
  padding: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(66, 230, 223, 0.12), transparent 34%),
    linear-gradient(180deg, #02060a 0%, #08131a 48%, #04070c 100%);
}

.bg-draft .command-bg-video,
.bg-draft .command-stage {
  display: none;
}

.top-command.video-draft {
  min-height: 200svh;
  padding: 0;
  background: #050b10;
}

.video-draft .command-bg-video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  box-shadow: none;
}

.video-draft .portrait-motion,
.video-draft .command-stage {
  display: none;
}

.video-draft .portrait-motion {
  display: none;
}

.video-draft .command-stage {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1680px, 100%);
  min-height: 200svh;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) clamp(18px, 2.4vw, 36px) clamp(84px, 10vw, 132px);
}

.video-draft .command-heading {
  display: none;
}

.video-draft .command-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  align-items: stretch;
  justify-content: stretch;
  column-gap: clamp(260px, 24vw, 390px);
  row-gap: clamp(28px, 4vw, 54px);
  min-height: auto;
  margin-top: 0;
}

.video-draft .command-map::before {
  display: none;
}

.video-draft .command-lines {
  position: absolute;
  grid-column: 1 / -1;
  grid-row: 1 / span 3;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.video-draft .command-lines path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.video-draft .command-line-base path {
  stroke: url("#commandLineGradient");
  stroke-width: 1.35;
  opacity: 0.55;
  filter:
    drop-shadow(0 0 7px rgba(66, 230, 223, 0.62))
    drop-shadow(0 0 14px rgba(197, 92, 255, 0.32));
}

.video-draft .command-line-flow path {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 0.72;
  stroke-dasharray: 0.08 0.28;
  opacity: 0.78;
  animation: commandLineFlow 2.7s linear infinite;
}

.video-draft .command-line-flow path:nth-child(2n) {
  animation-delay: -0.9s;
}

.video-draft .command-line-flow path:nth-child(3n) {
  animation-delay: -1.6s;
}

.video-draft .command-card {
  grid-column: auto;
  grid-row: auto;
  z-index: 2;
  min-height: clamp(340px, 38svh, 430px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  justify-items: start;
  padding: clamp(26px, 3.4vw, 44px);
  background:
    linear-gradient(105deg, rgba(5, 11, 16, 0.72) 0%, rgba(7, 20, 30, 0.54) 52%, rgba(197, 92, 255, 0.3) 100%),
    rgba(8, 19, 28, 0.42);
  border-color: rgba(66, 230, 223, 0.42);
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px) saturate(1.18);
}

.video-draft .command-core {
  position: absolute;
  grid-column: 1 / -1;
  grid-row: 1 / span 3;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  justify-self: auto;
  align-self: auto;
  width: clamp(150px, 14vw, 220px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: videoCorePulse 4.8s ease-in-out infinite;
}

@keyframes videoCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes commandLineFlow {
  to {
    stroke-dashoffset: -1;
  }
}

.video-draft .command-card::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 50%, rgba(66, 230, 223, 0.16), transparent 25%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 26px);
}

.video-draft .command-card::after {
  height: 7px;
}

.video-draft .command-card span {
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
}

.video-draft .command-card strong {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(2.3rem, 4.2vw, 3.8rem);
  line-height: 0.98;
}

.video-draft .command-card p {
  max-width: 680px;
  margin-top: 16px;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.video-draft .command-card b {
  justify-self: center;
  width: min(100%, 320px);
  min-height: 54px;
  margin-right: auto;
  margin-top: clamp(20px, 2.6vw, 32px);
  margin-left: auto;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.video-draft .access-card {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.12fr) minmax(320px, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  min-height: clamp(330px, 38svh, 460px);
  overflow: hidden;
  padding: clamp(22px, 3vw, 40px);
  color: #fff;
  background:
    linear-gradient(105deg, rgba(5, 11, 16, 0.78) 0%, rgba(7, 20, 30, 0.58) 48%, rgba(197, 92, 255, 0.28) 100%),
    rgba(8, 19, 28, 0.44);
  border: 1px solid rgba(66, 230, 223, 0.42);
  border-radius: 8px;
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px) saturate(1.18);
}

.video-draft .access-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 30%),
    radial-gradient(circle at 30% 50%, rgba(66, 230, 223, 0.14), transparent 27%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 26px);
}

.video-draft .access-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--plum));
}

.access-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.access-copy span {
  color: var(--cyan);
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.access-copy h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  line-height: 1;
}

.access-copy address {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  font-size: clamp(1.02rem, 1.45vw, 1.24rem);
  font-weight: 700;
  line-height: 1.8;
}

.access-copy address strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.14em;
  font-weight: 900;
}

.access-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 300px);
  min-height: 54px;
  margin-top: clamp(22px, 2.8vw, 34px);
  color: #031016;
  background: linear-gradient(90deg, var(--cyan), #c55cff);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(66, 230, 223, 0.22);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.access-map-link::after {
  margin-left: 10px;
  content: ">";
  font-size: 1.16em;
}

.access-map-link:hover,
.access-map-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(197, 92, 255, 0.26);
}

.access-map-link:focus-visible {
  outline: 3px solid rgba(66, 230, 223, 0.34);
  outline-offset: 4px;
}

.access-map,
.access-photo {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(66, 230, 223, 0.28);
  border-radius: 8px;
  background: rgba(5, 11, 16, 0.45);
}

.access-map {
  isolation: isolate;
}

.access-map iframe,
.access-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 31svh, 390px);
  border: 0;
}

.access-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(72px, 5.8vw, 104px);
  aspect-ratio: 1;
  pointer-events: none;
  filter:
    drop-shadow(0 14px 16px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 12px rgba(66, 230, 223, 0.28));
  transform: translate(-50%, -88%);
}

.access-map-pin::after {
  position: absolute;
  right: 26%;
  bottom: 0;
  left: 26%;
  height: 9%;
  border-radius: 50%;
  background: rgba(2, 7, 12, 0.24);
  content: "";
  filter: blur(8px);
  transform: translateY(88%);
}

.access-map-pin img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.access-photo {
  margin: 0;
}

.access-photo img {
  object-fit: cover;
}

.video-draft .mini-news-list {
  justify-self: center;
  width: min(100%, 720px);
  max-width: 720px;
  gap: 8px;
  margin: 18px auto 0;
}

.video-draft .mini-news-list li {
  grid-template-columns: 106px minmax(0, 1fr);
  padding: 9px 13px;
  font-size: clamp(0.82rem, 1.1vw, 1rem);
}

.video-draft .service-icons {
  justify-self: center;
  width: min(100%, 760px);
  max-width: 760px;
  gap: 12px;
  margin: 22px auto 0;
}

.video-draft .service-icons i {
  min-height: clamp(58px, 6vw, 78px);
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
}

.video-draft .service-portfolio {
  position: relative;
  justify-self: center;
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px auto 0;
  padding: 14px;
  border: 1px solid rgba(66, 230, 223, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.08), transparent 42%),
    rgba(5, 11, 16, 0.24);
}

.video-draft .service-portfolio::before {
  position: absolute;
  inset: 50% 12px auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(66, 230, 223, 0.72), transparent);
}

.video-draft .service-portfolio i {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px 0 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.13), rgba(197, 92, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  font-family: inherit;
  font-size: clamp(0.88rem, 1.02vw, 1rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  white-space: nowrap;
}

.video-draft .service-portfolio i::before {
  position: absolute;
  left: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #061016;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--cyan), rgba(255, 255, 255, 0.88));
  box-shadow: 0 0 18px rgba(66, 230, 223, 0.42);
  content: attr(data-icon);
  font-size: 0.72rem;
  font-weight: 900;
}

.video-draft .service-portfolio i::after {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 1px;
  background: rgba(66, 230, 223, 0.42);
  content: "";
}

.video-draft .service-portfolio-image {
  isolation: isolate;
  display: block;
  min-height: clamp(116px, 13vw, 172px);
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.18), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.18)),
    rgba(5, 11, 16, 0.16);
}

.video-draft .service-portfolio-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), transparent 34%, rgba(5, 11, 16, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(5, 11, 16, 0.36) 100%);
}

.video-draft .service-portfolio-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 20%, transparent 80%, rgba(197, 92, 255, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px);
  mix-blend-mode: screen;
}

.video-draft .service-portfolio-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(116px, 13vw, 172px);
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.video-draft .policy-line {
  justify-self: center;
  width: min(100%, 640px);
  max-width: 640px;
  height: 76px;
  margin: 22px auto 0;
}

.video-draft .policy-visual-image {
  position: relative;
  isolation: isolate;
  justify-self: center;
  display: block;
  width: min(100%, 760px);
  min-height: clamp(116px, 13vw, 172px);
  overflow: hidden;
  margin: 22px auto 0;
  padding: 0;
  border: 1px solid rgba(66, 230, 223, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.18), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.18)),
    rgba(5, 11, 16, 0.16);
}

.video-draft .policy-visual-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), transparent 34%, rgba(5, 11, 16, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(5, 11, 16, 0.36) 100%);
}

.video-draft .policy-visual-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 20%, transparent 80%, rgba(197, 92, 255, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px);
  mix-blend-mode: screen;
}

.video-draft .policy-visual-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(116px, 13vw, 172px);
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.video-draft .company-map {
  justify-self: center;
  width: min(100%, 740px);
  max-width: 740px;
  grid-template-rows: repeat(2, minmax(54px, 1fr));
  gap: 9px;
  margin: 22px auto 0;
}

.video-draft .command-card-company {
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.video-draft .command-card-company > span,
.video-draft .command-card-company > strong {
  justify-self: start;
}

.video-draft .company-visual-image {
  position: relative;
  isolation: isolate;
  align-self: end;
  justify-self: center;
  display: block;
  width: min(100%, 760px);
  min-height: clamp(116px, 13vw, 172px);
  overflow: hidden;
  margin: 22px auto 0;
  padding: 0;
  border: 1px solid rgba(66, 230, 223, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.18), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.18)),
    rgba(5, 11, 16, 0.16);
}

.video-draft .company-visual-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), transparent 34%, rgba(5, 11, 16, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(5, 11, 16, 0.36) 100%);
}

.video-draft .company-visual-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 20%, transparent 80%, rgba(197, 92, 255, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px);
  mix-blend-mode: screen;
}

.video-draft .company-visual-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(116px, 13vw, 172px);
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.video-draft .command-card-recruit {
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.video-draft .command-card-recruit > span,
.video-draft .command-card-recruit > strong {
  justify-self: start;
}

.video-draft .recruit-visual-image {
  position: relative;
  isolation: isolate;
  align-self: end;
  justify-self: center;
  display: block;
  width: min(100%, 760px);
  min-height: clamp(116px, 13vw, 172px);
  overflow: hidden;
  margin: 22px auto 0;
  padding: 0;
  border: 1px solid rgba(66, 230, 223, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.18), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.18)),
    rgba(5, 11, 16, 0.16);
}

.video-draft .recruit-visual-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), transparent 34%, rgba(5, 11, 16, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(5, 11, 16, 0.36) 100%);
}

.video-draft .recruit-visual-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 20%, transparent 80%, rgba(197, 92, 255, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px);
  mix-blend-mode: screen;
}

.video-draft .recruit-visual-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(116px, 13vw, 172px);
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.video-draft .recruit-network {
  justify-self: center;
  width: min(100%, 720px);
  max-width: 720px;
  height: 96px;
  margin: 22px auto 0;
}

.video-draft .recruit-network i {
  width: 54px;
  height: 54px;
}

.video-draft .command-card-contact {
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.video-draft .command-card-contact > span,
.video-draft .command-card-contact > strong {
  justify-self: start;
}

.video-draft .contact-visual-image {
  position: relative;
  isolation: isolate;
  align-self: end;
  justify-self: center;
  display: block;
  width: min(100%, 760px);
  min-height: clamp(116px, 13vw, 172px);
  overflow: hidden;
  margin: 22px auto 0;
  padding: 0;
  border: 1px solid rgba(66, 230, 223, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.18), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.18)),
    rgba(5, 11, 16, 0.16);
}

.video-draft .contact-visual-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), transparent 34%, rgba(5, 11, 16, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(5, 11, 16, 0.36) 100%);
}

.video-draft .contact-visual-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 20%, transparent 80%, rgba(197, 92, 255, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px);
  mix-blend-mode: screen;
}

.video-draft .contact-visual-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(116px, 13vw, 172px);
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.video-draft .contact-lines {
  justify-self: center;
  width: min(100%, 720px);
  max-width: 720px;
  gap: 9px;
  margin: 22px auto 0;
}

.video-draft .contact-lines i {
  height: 30px;
}

.video-draft .contact-lines i:last-child {
  height: 68px;
}

.top-command.video-draft::before {
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.08), rgba(5, 11, 16, 0.22)),
    linear-gradient(90deg, rgba(5, 11, 16, 0.08), transparent 18%, transparent 82%, rgba(5, 11, 16, 0.08));
}

.portrait-motion {
  position: relative;
  z-index: 2;
  height: min(1120px, calc(100svh - 60px));
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 6, 10, 0.16), rgba(2, 6, 10, 0.76)),
    linear-gradient(110deg, #20343c 0%, #73888c 28%, #263a45 44%, #a1b2b0 60%, #17232f 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 34px 90px rgba(0, 0, 0, 0.52);
}

.portrait-motion::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 15%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 32%, rgba(4, 7, 12, 0.36) 74%, rgba(4, 7, 12, 0.78)),
    radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle at 72% 58%, rgba(197, 92, 255, 0.18), transparent 26%),
    radial-gradient(circle at 28% 78%, rgba(66, 230, 223, 0.22), transparent 30%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.motion-grid,
.motion-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.motion-grid {
  background:
    repeating-linear-gradient(90deg, rgba(66, 230, 223, 0.12) 0 1px, transparent 1px 10.8%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 8.8%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 22px);
  animation: gridDrift 9s linear infinite;
  opacity: 0.62;
}

.motion-vignette {
  z-index: 8;
  background:
    linear-gradient(90deg, rgba(2, 6, 10, 0.74), transparent 22%, transparent 78%, rgba(2, 6, 10, 0.74)),
    linear-gradient(180deg, rgba(2, 6, 10, 0.38), transparent 40%, rgba(2, 6, 10, 0.76));
}

.motion-rails,
.motion-panels,
.motion-holo,
.motion-code,
.motion-core,
.motion-floor {
  position: absolute;
}

.motion-rails {
  inset: 0;
  z-index: 1;
}

.motion-rails i {
  position: absolute;
  top: -6%;
  bottom: -6%;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(66, 230, 223, 0.2), rgba(255, 255, 255, 0.16));
  opacity: 0.48;
  transform-origin: center;
  animation: railBreath 6s ease-in-out infinite;
}

.motion-rails i:nth-child(1) {
  left: 16%;
  transform: rotate(2deg);
}

.motion-rails i:nth-child(2) {
  left: 31%;
  transform: rotate(-1deg);
  animation-delay: -1s;
}

.motion-rails i:nth-child(3) {
  left: 50%;
  width: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(66, 230, 223, 0.42), rgba(4, 7, 12, 0.2));
  animation-delay: -2s;
}

.motion-rails i:nth-child(4) {
  left: 68%;
  transform: rotate(1deg);
  animation-delay: -3s;
}

.motion-rails i:nth-child(5) {
  left: 82%;
  transform: rotate(-2deg);
  animation-delay: -4s;
}

.motion-panels {
  inset: 0;
  z-index: 2;
}

.motion-panels i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(66, 230, 223, 0.08), rgba(197, 92, 255, 0.12));
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.1);
  animation: panelGlow 7.5s ease-in-out infinite;
}

.panel-left {
  left: -2%;
  top: 66%;
  width: 38%;
  height: 26%;
}

.panel-center {
  left: 38%;
  top: 63%;
  width: 28%;
  height: 31%;
  animation-delay: -2s;
}

.panel-right {
  right: -4%;
  top: 22%;
  width: 30%;
  height: 20%;
  animation-delay: -4s;
}

.motion-holo {
  z-index: 5;
  border: 1px solid rgba(66, 230, 223, 0.46);
  border-radius: 8px;
  background: rgba(66, 230, 223, 0.1);
  box-shadow:
    0 0 26px rgba(66, 230, 223, 0.18),
    inset 0 0 22px rgba(66, 230, 223, 0.14);
  backdrop-filter: blur(8px);
  animation: holoFloat 6s ease-in-out infinite;
}

.motion-holo i,
.motion-code i {
  display: block;
  height: 2px;
  margin: 9px;
  background: rgba(66, 230, 223, 0.68);
  box-shadow: 0 0 10px rgba(66, 230, 223, 0.44);
}

.motion-holo-1 {
  left: 11%;
  top: 19%;
  width: 30%;
  height: 10%;
}

.motion-holo-2 {
  right: 12%;
  top: 32%;
  width: 28%;
  height: 15%;
  animation-delay: -2.4s;
}

.motion-holo-3 {
  left: 15%;
  top: 48%;
  width: 24%;
  height: 12%;
  animation-delay: -4.2s;
}

.motion-code {
  z-index: 4;
  width: 28%;
  padding: 8px 0;
  border: 1px solid rgba(197, 92, 255, 0.32);
  border-radius: 7px;
  background: rgba(11, 18, 24, 0.36);
  box-shadow: 0 0 24px rgba(197, 92, 255, 0.16);
  animation: codeDrift 8s ease-in-out infinite;
}

.motion-code i {
  height: 3px;
  margin: 7px 10px;
  background: linear-gradient(90deg, rgba(66, 230, 223, 0.9), rgba(197, 92, 255, 0.4));
}

.motion-code i:nth-child(2n) {
  width: 66%;
}

.motion-code i:nth-child(3n) {
  width: 42%;
}

.motion-code-1 {
  left: 39%;
  top: 71%;
}

.motion-code-2 {
  right: 8%;
  top: 62%;
  animation-delay: -3.5s;
}

.motion-core {
  z-index: 7;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 140deg, var(--cyan), var(--plum), var(--blue), var(--cyan));
  box-shadow:
    0 0 0 8px rgba(66, 230, 223, 0.12),
    0 0 46px rgba(66, 230, 223, 0.42);
  transform: translate(-50%, -50%);
  animation: motionCorePulse 4.2s ease-in-out infinite;
}

.motion-core::before,
.motion-core::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.motion-core::before {
  inset: -12%;
  border: 1px solid rgba(66, 230, 223, 0.28);
}

.motion-core::after {
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.motion-core span {
  display: grid;
  place-items: center;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(3, 8, 13, 0.84);
}

.motion-core img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(66, 230, 223, 0.38));
}

.motion-floor {
  z-index: 3;
  right: -12%;
  bottom: -2%;
  left: -12%;
  height: 26%;
  background:
    linear-gradient(90deg, rgba(66, 230, 223, 0.18), transparent 34%, rgba(197, 92, 255, 0.18)),
    linear-gradient(180deg, transparent, rgba(4, 7, 12, 0.72));
  transform: perspective(440px) rotateX(58deg);
  transform-origin: bottom;
}

.motion-floor i {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(66, 230, 223, 0.22) 0 1px, transparent 1px 18%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16%);
  animation: floorMove 5.8s linear infinite;
}

@keyframes gridDrift {
  to {
    background-position:
      52px 0,
      0 44px,
      70px 70px;
  }
}

@keyframes railBreath {
  0%,
  100% {
    opacity: 0.34;
  }

  50% {
    opacity: 0.66;
  }
}

@keyframes panelGlow {
  0%,
  100% {
    filter: brightness(0.82) saturate(1);
    transform: translateY(0);
  }

  50% {
    filter: brightness(1.18) saturate(1.18);
    transform: translateY(-8px);
  }
}

@keyframes holoFloat {
  0%,
  100% {
    opacity: 0.68;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

@keyframes codeDrift {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.86;
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes motionCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.045);
  }
}

@keyframes floorMove {
  to {
    background-position:
      70px 0,
      0 52px;
  }
}

.top-command::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.22), rgba(5, 11, 16, 0.52)),
    radial-gradient(circle at 50% 48%, rgba(66, 230, 223, 0.12), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 118px),
    linear-gradient(112deg, transparent 0 32%, rgba(66, 230, 223, 0.08) 32% 34%, transparent 34% 100%),
    linear-gradient(68deg, transparent 0 56%, rgba(123, 76, 194, 0.1) 56% 58%, transparent 58% 100%);
  opacity: 1;
}

.top-command::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--plum));
}

.command-stage {
  position: relative;
  z-index: 2;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.command-heading {
  max-width: 720px;
}

.top-command .command-heading h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.top-command .command-heading h2 span {
  display: inline;
}

.command-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(170px, 240px) minmax(280px, 350px);
  grid-template-rows: repeat(3, minmax(210px, 1fr));
  gap: clamp(22px, 3.6vw, 42px) clamp(44px, 7vw, 96px);
  align-items: center;
  justify-content: center;
  min-height: clamp(760px, 82vw, 930px);
  margin-top: clamp(36px, 5vw, 60px);
}

.command-map::before {
  position: absolute;
  inset: 9% 18%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(66, 230, 223, 0.28) 48% 52%, transparent 52% 100%),
    linear-gradient(23deg, transparent 0 49%, rgba(66, 230, 223, 0.18) 49% 51%, transparent 51% 100%),
    linear-gradient(-23deg, transparent 0 49%, rgba(123, 76, 194, 0.2) 49% 51%, transparent 51% 100%);
  opacity: 0.6;
}

.command-card {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.32), rgba(123, 76, 194, 0.32)),
    rgba(7, 18, 28, 0.72);
  border: 1px solid rgba(66, 230, 223, 0.36);
  border-radius: 8px;
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.command-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 22px);
  opacity: 0.75;
}

.command-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--plum));
}

.command-card:hover {
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 34px 74px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(66, 230, 223, 0.22);
  transform: translateY(-8px) scale(1.02);
}

.command-card span,
.command-card strong,
.command-card p,
.command-card ul,
.command-card div,
.command-card b {
  position: relative;
  z-index: 1;
}

.command-card span {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.command-card strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  line-height: 1.16;
}

.command-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.7;
}

.command-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  color: #071017;
  background: linear-gradient(90deg, var(--cyan), #c55cff);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.command-card b::after {
  margin-left: 10px;
  content: ">";
  font-size: 1.2em;
}

.command-card-news {
  grid-column: 1;
  grid-row: 1;
}

.video-draft .command-card-news {
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.video-draft .command-card-news > span,
.video-draft .command-card-news > strong {
  justify-self: start;
}

.video-draft .command-card-news .mini-news-list {
  align-self: end;
}

.command-card-policy {
  grid-column: 1;
  grid-row: 2;
}

.command-card-recruit {
  grid-column: 1;
  grid-row: 3;
}

.command-card-service {
  grid-column: 3;
  grid-row: 1;
}

.command-card-company {
  grid-column: 3;
  grid-row: 2;
}

.command-card-contact {
  grid-column: 3;
  grid-row: 3;
}

.mini-news-list {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mini-news-list li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  line-height: 1.35;
}

.mini-news-list time {
  color: var(--cyan);
  font-weight: 800;
}

.mini-news-list em {
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.service-icons i {
  display: grid;
  place-items: center;
  min-height: 46px;
  color: var(--cyan);
  border: 1px solid rgba(66, 230, 223, 0.34);
  border-radius: 6px;
  background: rgba(5, 11, 16, 0.22);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.policy-line {
  position: relative;
  height: 66px;
  margin-top: 12px;
  border-bottom: 2px solid rgba(197, 92, 255, 0.7);
}

.policy-line::before {
  position: absolute;
  right: 18%;
  bottom: -2px;
  left: 18%;
  height: 42px;
  content: "";
  background: linear-gradient(180deg, transparent 0 45%, var(--cyan) 45% 52%, transparent 52% 100%);
  transform: skewX(-28deg);
}

.policy-line i {
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 22px;
  height: 22px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(66, 230, 223, 0.75);
  transform: translateX(-50%);
}

.company-map {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-template-rows: repeat(2, 42px);
  gap: 7px;
  margin-top: 18px;
}

.company-map i {
  border: 1px solid rgba(66, 230, 223, 0.44);
  background: rgba(66, 230, 223, 0.08);
}

.company-map i:nth-child(1) {
  grid-row: span 2;
}

.recruit-network {
  position: relative;
  height: 84px;
  margin-top: 16px;
  background:
    linear-gradient(28deg, transparent 0 48%, rgba(66, 230, 223, 0.28) 48% 51%, transparent 51% 100%),
    linear-gradient(-28deg, transparent 0 48%, rgba(197, 92, 255, 0.24) 48% 51%, transparent 51% 100%);
}

.recruit-network i {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(66, 230, 223, 0.5);
  border-radius: 8px;
  background: rgba(66, 230, 223, 0.14);
}

.recruit-network i:nth-child(1) {
  left: 8%;
  bottom: 10px;
}

.recruit-network i:nth-child(2) {
  left: 43%;
  top: 2px;
}

.recruit-network i:nth-child(3) {
  right: 8%;
  bottom: 10px;
}

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.contact-lines i {
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-lines i:last-child {
  height: 54px;
}

.command-core {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  justify-self: center;
  align-self: center;
  display: grid;
  place-items: center;
  width: clamp(170px, 18vw, 245px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 130deg, var(--cyan), var(--plum), var(--blue), var(--cyan));
  box-shadow:
    0 0 0 10px rgba(66, 230, 223, 0.1),
    0 0 58px rgba(66, 230, 223, 0.32),
    0 28px 70px rgba(0, 0, 0, 0.38);
  animation: corePulse 4.8s ease-in-out infinite;
}

.command-core::before,
.command-core::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.command-core::before {
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.command-core::after {
  inset: -18px;
  border: 1px solid rgba(66, 230, 223, 0.2);
  box-shadow: inset 0 0 22px rgba(66, 230, 223, 0.12);
}

.command-core span {
  display: grid;
  place-items: center;
  width: 78%;
  aspect-ratio: 1;
  background: rgba(5, 11, 16, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  backdrop-filter: blur(7px) saturate(1.08);
}

.command-core img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(66, 230, 223, 0.36));
}

@keyframes corePulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 28px;
  background: rgba(5, 11, 16, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 38px rgba(5, 11, 16, 0.22);
  backdrop-filter: blur(14px);
}

.page-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.page-logo img {
  width: 34px;
  height: 34px;
}

.page-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-nav::-webkit-scrollbar {
  display: none;
}

.page-nav a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.page-nav a:hover {
  color: #fff;
}

.page-main {
  min-height: 70vh;
}

.page-hero {
  position: relative;
  min-height: clamp(360px, 54svh, 560px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(82px, 10vw, 138px) 20px;
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 32px),
    linear-gradient(105deg, #050b10 0%, #071d24 46%, #111827 100%);
}

.page-hero::before {
  position: absolute;
  top: 50%;
  right: clamp(-120px, -5vw, -40px);
  width: min(52vw, 520px);
  aspect-ratio: 1;
  content: "";
  background: url("./assets/nobishiro-icon.png") center / contain no-repeat;
  opacity: 0.14;
  transform: translateY(-50%);
}

.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--plum), var(--orange));
}

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

.page-hero p {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3.6rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.98;
}

.back-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  box-shadow: 0 16px 34px rgba(26, 115, 232, 0.3);
}

.secondary-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.46);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.primary-button:focus-visible,
.secondary-button:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.28);
  outline-offset: 3px;
}

.content-band {
  position: relative;
  padding: clamp(84px, 10vw, 132px) 20px;
  background: var(--surface);
}

.content-band.alt {
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 118px),
    linear-gradient(180deg, #071017, #0d1620);
}

.content-band.alt .section-heading h2,
.content-band.alt .principles h3 {
  color: #fff;
}

.content-band.alt .principles article {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.content-band.alt .principles span {
  color: var(--cyan);
}

.content-band.alt .principles p {
  color: rgba(255, 255, 255, 0.76);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 82px);
  align-items: start;
}

.policy-message-layout {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.policy-message-layout .text-block {
  width: min(100%, 980px);
  font-size: clamp(1.14rem, 1.45vw, 1.24rem);
  line-height: 2;
}

.policy-principle-layout {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
}

.policy-principle-layout .section-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.policy-principle-layout .principles {
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 30px);
}

.policy-principle-layout .principles article {
  display: grid;
  grid-template-columns: minmax(96px, 140px) minmax(0, 1fr);
  gap: 10px clamp(22px, 4vw, 38px);
  align-items: start;
}

.policy-principle-layout .principles span {
  grid-row: 1 / span 3;
  margin: 0;
}

.policy-principle-layout .principles h3,
.policy-principle-layout .principles p {
  grid-column: 2;
}

.policy-statement {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.1), transparent 44%),
    rgba(5, 11, 16, 0.46);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.policy-statement p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  font-weight: 700;
  line-height: 1.95;
}

.policy-statement p:last-child {
  margin-bottom: 0;
}

.policy-closing {
  justify-self: center;
  text-align: center;
}

.section-heading p {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.news-list {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.news-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px 30px;
  align-items: start;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-left: 7px solid var(--teal);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.08), transparent 38%),
    #fff;
  box-shadow: var(--shadow);
}

.news-item:last-child {
  border-bottom: 1px solid var(--line);
}

.news-item time {
  color: var(--teal);
  font-size: 0.95rem;
  font-weight: 900;
}

.news-item h2,
.news-item h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.3;
}

.news-item p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.text-block {
  color: #3c4043;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.09), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
  font-size: 1.08rem;
  line-height: 1.9;
}

.text-block p {
  margin: 0 0 24px;
}

.text-block p:last-child {
  margin-bottom: 0;
}

.recruit-layout,
.entry-layout {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.recruit-requirements,
.entry-form {
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.12), transparent 42%),
    linear-gradient(120deg, rgba(5, 11, 16, 0.76), rgba(18, 28, 42, 0.66));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.recruit-requirements-head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.recruit-requirements-head p {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.recruit-requirements-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.08;
}

.recruit-requirements dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.recruit-requirements dl > div {
  display: grid;
  grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.recruit-requirements dt {
  color: var(--cyan);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 900;
}

.recruit-requirements dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  font-weight: 700;
  line-height: 1.9;
}

.recruit-requirements ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-requirements li {
  position: relative;
  padding-left: 18px;
}

.recruit-requirements li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.recruit-note {
  margin: 18px 0 0;
  color: #fff;
  font-weight: 900;
}

.entry-button,
.entry-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(26px, 4vw, 40px);
  min-width: min(100%, 260px);
  text-decoration: none;
}

.entry-button {
  justify-self: center;
}

.entry-form {
  display: grid;
  gap: 22px;
}

.entry-form label,
.entry-form fieldset {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.entry-form span,
.entry-form legend {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.entry-form em {
  margin-left: 8px;
  color: var(--cyan);
  font-style: normal;
  font-size: 0.82rem;
}

.entry-form input,
.entry-form textarea {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(5, 11, 16, 0.42);
  font: inherit;
  outline: none;
}

.entry-form textarea {
  resize: vertical;
  line-height: 1.7;
}

.entry-form input:focus,
.entry-form textarea:focus {
  border-color: rgba(66, 230, 223, 0.74);
  box-shadow: 0 0 0 3px rgba(66, 230, 223, 0.14);
}

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

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.radio-row label {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(5, 11, 16, 0.36);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.radio-row input {
  width: auto;
  min-height: auto;
  margin: 0 8px 0 0;
}

.signature {
  margin-top: 34px;
  color: var(--ink);
  font-weight: 800;
  text-align: right;
}

.calligraphy-signature {
  display: flex;
  justify-content: flex-end;
  margin: clamp(46px, 6vw, 72px) 0 0 auto;
  color: rgba(255, 255, 255, 0.95);
}

.calligraphy-signature img {
  display: block;
  width: min(100%, 680px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 14px rgba(66, 230, 223, 0.16))
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.26));
}

.principles {
  display: grid;
  gap: 22px;
}

.principles article,
.business-grid article {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.1), transparent 42%),
    var(--surface);
  box-shadow: var(--shadow);
}

.principles span {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 900;
  line-height: 1;
}

.principles h3,
.business-grid h2,
.business-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.25;
}

.principles p,
.business-grid p {
  margin: 0;
  color: var(--muted);
}

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

.business-grid article {
  min-height: 240px;
  display: grid;
  align-content: end;
}

.business-grid article:first-child {
  grid-column: 1 / -1;
  min-height: 340px;
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 28px),
    linear-gradient(105deg, rgba(5, 11, 16, 0.98) 0%, rgba(5, 11, 16, 0.82) 48%, rgba(19, 156, 141, 0.68) 100%),
    var(--deep);
}

.business-grid article:first-child h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.05;
}

.business-grid article:first-child p {
  color: rgba(255, 255, 255, 0.82);
}

.service-page-head {
  max-width: none;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.service-page-head p {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-page-head .service-page-lead {
  max-width: none;
  margin: 0;
  color: #3c4043;
  font-size: clamp(0.88rem, 1.05vw, 1.02rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.8;
}

.service-page-head h2 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 1.02;
}

@media (min-width: 980px) {
  .service-page-head .service-page-lead {
    white-space: nowrap;
  }
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-detail-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.1), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
}

.service-detail-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 18%, rgba(66, 230, 223, 0.16), transparent 25%),
    repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.035) 0 1px, transparent 1px 28px);
}

.service-detail-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--plum));
}

.service-detail-card > span,
.service-detail-card h2,
.service-detail-card p,
.service-deliverables {
  position: relative;
  z-index: 1;
}

.service-detail-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 86px;
  height: 42px;
  padding: 0 14px;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 34px rgba(26, 115, 232, 0.24);
}

.service-detail-card > span::after {
  content: attr(data-icon);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

.service-detail-card h2 {
  margin: 0 0 18px;
  font-size: clamp(1.28rem, 2vw, 1.82rem);
  line-height: 1.25;
}

.service-detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-deliverables li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: var(--teal);
  border: 1px solid rgba(19, 156, 141, 0.22);
  border-radius: 999px;
  background: rgba(66, 230, 223, 0.08);
  font-size: 0.92rem;
  font-weight: 900;
}

.service-deliverables li::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.service-detail-card:first-child {
  grid-column: auto;
  min-height: 270px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(5, 11, 16, 0.98) 0%, rgba(5, 11, 16, 0.84) 48%, rgba(19, 156, 141, 0.68) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 28px),
    var(--deep);
}

.service-detail-card:first-child p {
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
}

.service-detail-card:first-child .service-deliverables li {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.service-detail-card:first-child .service-deliverables li::before {
  background: var(--cyan);
}

.company-profile-layout {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.company-table {
  margin: 0;
  padding: 10px clamp(20px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.07), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
}

.company-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table dt {
  color: var(--teal);
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
  font-weight: 800;
}

.company-table dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.2rem);
  font-weight: 700;
  line-height: 1.85;
}

.company-business-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-business-list li {
  position: relative;
  padding-left: 18px;
}

.company-business-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.contact-band {
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 118px),
    linear-gradient(105deg, #050b10 0%, #071d24 48%, #111827 100%);
}

.contact-band .section-heading p {
  color: var(--cyan);
}

.contact-band .section-heading h2 {
  color: #fff;
}

.contact-layout {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.contact-card {
  max-width: none;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.3);
}

.contact-card p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.12), transparent 42%),
    linear-gradient(120deg, rgba(5, 11, 16, 0.76), rgba(18, 28, 42, 0.66));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.contact-form label {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
}

.contact-form label > span {
  min-height: 52px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 900;
}

.contact-form em {
  margin-left: 4px;
  color: #ff5b6b;
  font-style: normal;
  font-size: 0.88em;
}

.contact-form small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(5, 11, 16, 0.42);
  font: inherit;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 260px;
  line-height: 1.7;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact-form select {
  appearance: auto;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(66, 230, 223, 0.74);
  box-shadow: 0 0 0 3px rgba(66, 230, 223, 0.14);
}

.contact-form .file-field {
  align-items: start;
}

.contact-form .file-field input,
.contact-form .file-field small {
  grid-column: 2;
}

.contact-submit {
  justify-self: center;
  min-width: min(100%, 430px);
  margin-top: 20px;
}

.mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  text-decoration: none;
}

.detail-page {
  color: #fff;
  background: #050b10;
}

.page-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  background: #050b10;
}

.detail-page .page-header {
  z-index: 30;
}

.detail-page .page-main,
.detail-page .site-footer {
  position: relative;
  z-index: 1;
}

.detail-page .page-main {
  background: transparent;
}

.detail-page .page-hero {
  min-height: clamp(260px, 38svh, 390px);
  padding: clamp(58px, 7vw, 92px) 20px clamp(84px, 7vw, 108px);
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.26), rgba(5, 11, 16, 0.52)),
    linear-gradient(90deg, rgba(5, 11, 16, 0.48), transparent 54%, rgba(5, 11, 16, 0.38));
}

.detail-page .page-hero::before {
  opacity: 0.08;
}

.detail-page .page-hero::after {
  right: auto;
  bottom: clamp(46px, 5vw, 72px);
  left: max(20px, calc((100vw - 1180px) / 2));
  width: clamp(120px, 17vw, 250px);
  height: 4px;
  border-radius: 999px;
}

.detail-page .page-hero p {
  margin-bottom: 10px;
  font-size: clamp(0.78rem, 1vw, 0.9rem);
}

.detail-page .page-hero h1 {
  font-size: clamp(2.8rem, 6.8vw, 5.4rem);
  line-height: 1.04;
}

.detail-page .content-band {
  color: #fff;
  border-top: 1px solid rgba(66, 230, 223, 0.18);
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.56), rgba(5, 11, 16, 0.72)),
    linear-gradient(90deg, rgba(66, 230, 223, 0.08), transparent 28%, rgba(197, 92, 255, 0.08));
  backdrop-filter: blur(8px);
}

.detail-page .content-band.alt,
.detail-page .contact-band {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 118px),
    linear-gradient(180deg, rgba(5, 11, 16, 0.58), rgba(5, 11, 16, 0.76));
}

.detail-page .section-heading h2,
.detail-page .service-page-head h2 {
  color: #fff;
}

.detail-page .service-page-head .service-page-lead,
.detail-page .news-item p,
.detail-page .text-block,
.detail-page .principles p,
.detail-page .business-grid p,
.detail-page .service-detail-card p,
.detail-page .company-table dd {
  color: rgba(255, 255, 255, 0.82);
}

.detail-page .news-item,
.detail-page .text-block,
.detail-page .principles article,
.detail-page .business-grid article,
.detail-page .service-detail-card,
.detail-page .company-table {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(66, 230, 223, 0.12), transparent 42%),
    linear-gradient(120deg, rgba(5, 11, 16, 0.76), rgba(18, 28, 42, 0.66));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.detail-page .news-item {
  border-left-color: var(--teal);
}

.detail-page .signature {
  color: #fff;
}

.detail-page .company-table div {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.detail-page .service-detail-card::before {
  background:
    radial-gradient(circle at 86% 18%, rgba(66, 230, 223, 0.18), transparent 25%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 28px);
}

.detail-page .service-deliverables li {
  color: var(--cyan);
  border-color: rgba(66, 230, 223, 0.26);
  background: rgba(66, 230, 223, 0.09);
}

.site-footer {
  padding: 30px 20px;
  color: rgba(255, 255, 255, 0.62);
  background: var(--deep);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .hero-video-bg {
    display: none;
  }

  .command-bg-video {
    display: none;
  }

  .page-bg-video {
    display: none;
  }

  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}

@media (max-width: 760px) {
  .search-hero {
    min-height: 100svh;
  }

  .section-menu {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 16px 20px;
    scrollbar-width: none;
  }

  .section-menu::-webkit-scrollbar {
    display: none;
  }

  .top-links {
    padding: 58px 18px 76px;
  }

  .top-links .section-heading h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .top-banner-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .top-banner {
    min-height: 280px;
    padding: 28px;
  }

  .top-banner strong {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .top-banner p {
    max-width: calc(100% - 34px);
    font-size: 0.96rem;
  }

  .top-banner img {
    right: -54px;
    bottom: 30px;
    width: 190px;
    height: 190px;
    opacity: 0.13;
    transform: none;
  }

  .top-command {
    padding: 44px 18px 74px;
  }

  .command-bg-video {
    opacity: 0.94;
  }

  .top-command.video-draft {
    min-height: 200svh;
    padding: 0;
  }

  .video-draft .command-stage {
    width: 100%;
    min-height: 200svh;
    padding: 30px 18px 74px;
  }

  .video-draft .command-map {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 26px;
  }

  .video-draft .command-lines {
    display: none;
  }

  .video-draft .command-bg-video {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border: 0;
  }

  .top-command .command-heading h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .top-command .command-heading h2 span {
    display: block;
  }

  .command-map {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 18px;
    margin-top: 28px;
  }

  .command-map::before {
    inset: 0 50%;
    width: 1px;
    background: rgba(66, 230, 223, 0.18);
  }

  .command-core {
    order: -1;
    width: 150px;
    margin: 12px auto 10px;
  }

  .video-draft .command-core {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    order: -1;
    width: 150px;
    margin: 12px auto 10px;
    transform: none;
    animation: corePulse 4.8s ease-in-out infinite;
  }

  .command-card {
    width: 100%;
    min-height: 220px;
    padding: 20px;
  }

  .command-card strong {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .video-draft .command-card {
    min-height: min(620px, 66svh);
    padding: 28px 22px;
  }

  .video-draft .command-card strong {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .video-draft .command-card b {
    width: 100%;
    min-height: 58px;
  }

  .video-draft .mini-news-list li {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 10px 12px;
    font-size: 0.76rem;
  }

  .video-draft .service-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .video-draft .service-portfolio {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .video-draft .service-portfolio-image {
    min-height: 170px;
    padding: 0;
  }

  .video-draft .service-portfolio::before {
    display: none;
  }

  .video-draft .service-portfolio-image::before {
    display: block;
  }

  .video-draft .service-portfolio-image img {
    min-height: 170px;
  }

  .video-draft .service-portfolio i {
    min-height: 48px;
    font-size: 0.78rem;
  }

  .video-draft .service-icons i {
    min-height: 64px;
  }

  .video-draft .policy-line {
    height: 92px;
  }

  .video-draft .policy-visual-image {
    min-height: 170px;
  }

  .video-draft .policy-visual-image img {
    min-height: 170px;
  }

  .video-draft .company-visual-image {
    min-height: 170px;
  }

  .video-draft .company-visual-image img {
    min-height: 170px;
  }

  .video-draft .recruit-visual-image {
    min-height: 170px;
  }

  .video-draft .recruit-visual-image img {
    min-height: 170px;
  }

  .video-draft .contact-visual-image {
    min-height: 170px;
  }

  .video-draft .contact-visual-image img {
    min-height: 170px;
  }

  .video-draft .company-map {
    grid-template-rows: repeat(2, 64px);
  }

  .video-draft .recruit-network {
    height: 130px;
  }

  .video-draft .contact-lines i:last-child {
    height: 82px;
  }

  .video-draft .access-card {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 20px 30px;
  }

  .access-map,
  .access-photo {
    min-height: 260px;
  }

  .access-map iframe,
  .access-photo img {
    min-height: 260px;
  }

  .mini-news-list li {
    grid-template-columns: 82px minmax(0, 1fr);
  }

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

  .page-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 20px;
  }

  .page-nav {
    width: 100%;
  }

  .page-hero {
    min-height: 320px;
    padding: 72px 20px 58px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  .detail-page .page-hero {
    min-height: 250px;
    padding: 58px 20px 74px;
  }

  .detail-page .page-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.8rem);
  }

  .detail-page .page-hero p {
    font-size: 0.76rem;
  }

  .detail-page .page-hero::after {
    bottom: 44px;
    left: 20px;
    width: 148px;
  }

  .page-hero::before {
    right: -110px;
    width: 340px;
  }

  .primary-button,
  .secondary-button {
    padding: 0 16px;
  }

  .content-band {
    padding: 68px 20px;
  }

  .two-column,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-form label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-form label > span {
    min-height: 0;
  }

  .contact-form .file-field input,
  .contact-form .file-field small {
    grid-column: auto;
  }

  .contact-submit {
    width: 100%;
  }

  .policy-message-layout,
  .policy-principle-layout,
  .company-profile-layout {
    gap: 26px;
  }

  .policy-message-layout .text-block {
    font-size: 1.08rem;
    line-height: 1.95;
  }

  .policy-principle-layout .section-heading h2 {
    white-space: normal;
  }

  .policy-principle-layout .principles {
    grid-template-columns: 1fr;
  }

  .policy-principle-layout .principles article {
    grid-template-columns: 1fr;
  }

  .policy-principle-layout .principles span,
  .policy-principle-layout .principles h3,
  .policy-principle-layout .principles p {
    grid-column: auto;
    grid-row: auto;
  }

  .policy-statement {
    padding: 24px;
  }

  .policy-statement p {
    font-size: 1.02rem;
    line-height: 1.85;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .news-item p {
    grid-column: auto;
  }

  .text-block {
    padding: 24px;
  }

  .recruit-requirements,
  .entry-form {
    padding: 24px;
  }

  .recruit-requirements dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .date-inputs {
    grid-template-columns: 1fr;
  }

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

  .calligraphy-signature {
    justify-content: center;
  }

  .calligraphy-signature img {
    width: min(100%, 520px);
  }

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

  .business-grid article,
  .business-grid article:first-child {
    grid-column: auto;
    min-height: 260px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card,
  .service-detail-card:first-child {
    grid-column: auto;
    min-height: 0;
  }

  .service-detail-card p {
    font-size: 0.98rem;
  }

  .service-deliverables {
    gap: 8px;
  }

  .service-deliverables li {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .company-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .company-table {
    padding: 4px 20px;
  }
}

@media (min-width: 761px) and (max-width: 1060px) {
  .top-command {
    padding: 58px 22px 86px;
  }

  .command-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 22px;
    min-height: 0;
  }

  .command-map::before {
    display: none;
  }

  .command-card,
  .command-core {
    grid-column: auto;
    grid-row: auto;
  }

  .command-core {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 190px;
    margin: 6px auto 18px;
  }

  .command-card {
    min-height: 230px;
  }

  .video-draft .command-stage {
    min-height: 200svh;
    padding: 64px 22px 92px;
  }

  .video-draft .command-map {
    min-height: auto;
    column-gap: clamp(150px, 22vw, 230px);
    row-gap: 28px;
  }

  .video-draft .command-core {
    width: clamp(130px, 16vw, 170px);
  }

  .video-draft .access-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .access-map,
  .access-photo {
    min-height: 300px;
  }

  .access-map iframe,
  .access-photo img {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .search-hero {
    min-height: 0;
    height: min(72svh, 620px);
    background: #050b10;
  }

  .hero-video-bg {
    object-position: center top;
  }

  .section-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px 8px;
    overflow: visible;
    padding: 10px 12px;
  }

  .section-menu a {
    min-width: 0;
    padding: 7px 2px;
    text-align: center;
    font-size: clamp(0.64rem, 2.8vw, 0.76rem);
    letter-spacing: 0.05em;
  }

  .section-menu a::after {
    bottom: 1px;
    right: 24%;
    left: 24%;
  }

  .top-command.video-draft {
    min-height: 0;
  }

  .video-draft .command-bg-video {
    object-position: center top;
  }

  .video-draft .command-stage {
    min-height: 0;
    padding: 24px 14px 58px;
  }

  .video-draft .command-map {
    gap: 18px;
  }

  .video-draft .command-core {
    order: 0;
    width: clamp(92px, 27vw, 118px);
    margin: 4px auto 8px;
    opacity: 0.88;
  }

  .video-draft .command-core::after {
    inset: -10px;
  }

  .video-draft .command-card-news {
    order: 1;
  }

  .video-draft .command-card-policy {
    order: 2;
  }

  .video-draft .command-card-service {
    order: 3;
  }

  .video-draft .command-card-company {
    order: 4;
  }

  .video-draft .command-card-recruit {
    order: 5;
  }

  .video-draft .command-card-contact {
    order: 6;
  }

  .video-draft .access-card {
    order: 7;
  }

  .video-draft .command-card {
    width: 100%;
    min-height: 0;
    align-content: start;
    padding: 24px 20px 26px;
  }

  .video-draft .command-card-news,
  .video-draft .command-card-service,
  .video-draft .command-card-policy,
  .video-draft .command-card-company,
  .video-draft .command-card-recruit,
  .video-draft .command-card-contact {
    grid-template-rows: auto auto auto auto;
  }

  .video-draft .command-card > span,
  .video-draft .command-card > strong {
    justify-self: start;
  }

  .video-draft .command-card span {
    font-size: clamp(0.82rem, 3vw, 0.95rem);
  }

  .video-draft .command-card strong {
    margin-top: 6px;
    font-size: clamp(2.1rem, 10.4vw, 3.15rem);
    line-height: 1.05;
  }

  .video-draft .command-card b {
    width: min(100%, 320px);
    min-height: 52px;
    margin-top: 22px;
    font-size: clamp(0.94rem, 3.7vw, 1.08rem);
  }

  .video-draft .mini-news-list {
    align-self: start;
    width: 100%;
    margin-top: 24px;
  }

  .video-draft .mini-news-list li {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    font-size: clamp(0.7rem, 2.7vw, 0.8rem);
  }

  .video-draft .mini-news-list em {
    white-space: normal;
  }

  .video-draft .service-portfolio-image,
  .video-draft .policy-visual-image,
  .video-draft .company-visual-image,
  .video-draft .recruit-visual-image,
  .video-draft .contact-visual-image {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
    background: rgba(5, 11, 16, 0.18);
  }

  .video-draft .service-portfolio-image {
    aspect-ratio: 1983 / 793;
  }

  .video-draft .policy-visual-image {
    aspect-ratio: 1774 / 887;
  }

  .video-draft .company-visual-image,
  .video-draft .recruit-visual-image,
  .video-draft .contact-visual-image {
    aspect-ratio: 1672 / 941;
  }

  .video-draft .service-portfolio-image img,
  .video-draft .policy-visual-image img,
  .video-draft .company-visual-image img,
  .video-draft .recruit-visual-image img,
  .video-draft .contact-visual-image img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .video-draft .service-portfolio-image::before,
  .video-draft .policy-visual-image::before,
  .video-draft .company-visual-image::before,
  .video-draft .recruit-visual-image::before,
  .video-draft .contact-visual-image::before {
    background:
      linear-gradient(180deg, rgba(5, 11, 16, 0.03), transparent 42%, rgba(5, 11, 16, 0.16)),
      radial-gradient(circle at 50% 50%, transparent 0 66%, rgba(5, 11, 16, 0.18) 100%);
  }

  .video-draft .access-card {
    gap: 18px;
    padding: 22px 18px 26px;
  }

  .access-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .access-copy address {
    font-size: 0.96rem;
  }

  .access-map,
  .access-photo {
    min-height: 220px;
  }

  .access-map iframe,
  .access-photo img {
    min-height: 220px;
  }

  .page-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .page-logo {
    font-size: 0.78rem;
  }

  .page-logo img {
    width: 28px;
    height: 28px;
  }

  .page-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 8px;
    overflow: visible;
  }

  .page-nav a {
    min-width: 0;
    padding: 6px 2px;
    text-align: center;
    font-size: clamp(0.62rem, 2.7vw, 0.72rem);
    letter-spacing: 0.05em;
  }

  .detail-page .page-hero {
    min-height: 220px;
    padding: 44px 18px 62px;
  }

  .detail-page .page-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.4rem);
  }

  .detail-page .content-band {
    padding: 54px 18px;
  }
}
