:root {
  --black: #061229;
  --ink: #0b1b33;
  --panel: #102441;
  --panel-2: #172f52;
  --line: rgba(255, 255, 255, .14);
  --text: #f6f8f9;
  --muted: #b9c7d8;
  --blue: #4ea3ff;
  --blue-dark: #1d5fa8;
  --orange: #f4a13a;
  --silver: #e4edf7;
  --shadow: 0 28px 70px rgba(0, 0, 0, .38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--black);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
}

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 48px));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(6, 18, 41, .78);
  backdrop-filter: blur(16px);
}

.brand img {
  width: auto;
  height: 42px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--silver);
  font-size: 14px;
  font-weight: 800;
}

.header-nav a:last-child {
  padding: 9px 18px;
  color: #061229;
  background: var(--orange);
}

.hero {
  margin-top: 71px;
  padding: 0;
  background: #07142a;
}

.hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .12em;
}

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

h1,
h2,
h3 {
  line-height: 1.25;
}

.section-title h1,
.section-heading h2,
.income-layout h2,
.form-layout h2,
.confirm-page h1 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
}

.section-title h1 {
  max-width: 720px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

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

.btn-primary {
  color: #061229;
  background: linear-gradient(135deg, var(--orange), #ffd06b);
  box-shadow: 0 14px 34px rgba(244, 161, 58, .24);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .06);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a1830;
}

.quick-info div {
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.quick-info span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.quick-info strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
}

.quick-value {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.25;
}

.quick-value span {
  color: var(--orange);
  font-size: 1.22em;
  line-height: 1;
}

.section,
.section-dark {
  padding: 104px 0;
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(78, 163, 255, .16), transparent 38%),
    #0a1830;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: start;
}

.copy-block p,
.form-layout > div > p,
.income-layout p {
  color: var(--silver);
  font-size: 17px;
}

.manga {
  grid-column: 1 / -1;
  width: 100%;
}

.manga img {
  width: 100%;
  height: auto;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 48px;
}

.job-section,
.recruit-section,
.company-section {
  background: #07142a;
}

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

.job-cards article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel), #09172d);
  box-shadow: var(--shadow);
}

.job-cards img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.job-cards article > div {
  padding: 32px;
}

.job-cards span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.job-cards h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.job-cards p,
.merit-card p,
.work-list p,
.timeline span,
.confirm-lead {
  color: var(--muted);
}

.wide-photo {
  width: 100%;
  background: #061229;
}

.wide-photo img {
  width: 100%;
  height: min(54vw, 600px);
  min-height: 280px;
  object-fit: cover;
}

.merit-section {
  background:
    linear-gradient(135deg, rgba(78, 163, 255, .12), transparent 40%),
    #0a1830;
}

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

.merit-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel), #0b1b33);
  box-shadow: var(--shadow);
}

.merit-card.accent {
  color: #061229;
  background: linear-gradient(160deg, var(--orange), #ffd06b);
}

.merit-card.accent p,
.merit-card.accent span {
  color: rgba(6, 18, 41, .78);
}

.merit-card span {
  display: block;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, .4);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.merit-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.work-section {
  background: #061229;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.work-list article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  background: var(--panel);
}

.work-list article > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #142b4a;
}

.work-list article > div {
  padding: 28px;
}

.work-list h3 {
  margin-bottom: 14px;
  font-size: 25px;
}

.income-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.income-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.income-cards article {
  padding: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
}

.income-cards span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.income-cards strong {
  display: flex;
  align-items: baseline;
  margin: 8px 0 10px;
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 5.4vw, 72px);
  line-height: 1;
  white-space: nowrap;
}

.income-num {
  display: inline-block;
}

.income-unit {
  display: inline-block;
  margin-left: .05em;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: .46em;
  font-weight: 900;
}

.schedule-section,
.photo-section {
  background: #0a1830;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.timeline time {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.timeline strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.timeline span {
  display: block;
  font-size: 14px;
}

.photo-swiper {
  position: relative;
  padding: 0 0 48px;
  overflow: hidden;
}

.photo-swiper figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #112642;
}

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

.photo-swiper .swiper-button-prev,
.photo-swiper .swiper-button-next {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 16, 20, .72);
  backdrop-filter: blur(10px);
}

.photo-swiper .swiper-button-prev::after,
.photo-swiper .swiper-button-next::after {
  font-size: 17px;
  font-weight: 900;
}

.photo-swiper .swiper-pagination {
  bottom: 0;
}

.photo-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, .62);
  opacity: 1;
}

.photo-swiper .swiper-pagination-bullet-active {
  background: var(--orange);
}

.recruit-tables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.recruit-tables article {
  padding: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #122846, #0b1b33);
}

.recruit-tables h3 {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 28px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  vertical-align: top;
}

th {
  width: 180px;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, .05);
}

td {
  color: var(--silver);
}

.detail-table {
  border: 1px solid var(--line);
  background: var(--panel);
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(6, 18, 41, .9), rgba(6, 18, 41, .66)),
    url("../img/wide.webp") center / cover no-repeat;
}

.cta-band .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 330px;
}

.cta-band p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .8);
  font-weight: 800;
}

.cta-band h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 4vw, 44px);
}

.cta-tel {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1;
}

.cta-hours {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

.form-section {
  background:
    linear-gradient(135deg, rgba(78, 163, 255, .16), transparent 42%),
    #0a1830;
}

.form-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.tel-box {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .05);
}

.tel-box span,
.tel-box small {
  display: block;
  color: var(--muted);
}

.tel-box a {
  display: block;
  margin: 4px 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
}

.entry-form {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.entry-form label {
  display: block;
  margin-bottom: 20px;
}

.entry-form label span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-weight: 900;
}

.entry-form em {
  padding: 2px 7px;
  color: #061229;
  background: var(--orange);
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: #07142a;
  color: #fff;
  outline: none;
}

input,
select {
  height: 52px;
  padding: 0 14px;
}

textarea {
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.error {
  display: block;
  margin-top: 6px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.map-section {
  padding: 90px 0 0;
  background: #07142a;
}

.map-section .section-heading {
  margin-bottom: 34px;
}

.map-section .section-heading p:last-child {
  color: var(--silver);
  font-weight: 800;
}

.map-frame {
  width: 100%;
  height: 470px;
  border-top: 1px solid var(--line);
  background: #102441;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #031028;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin-bottom: 6px;
}

.site-footer strong {
  color: #fff;
}

.sub-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(78, 163, 255, .18), transparent 40%),
    var(--black);
}

.confirm-page {
  padding-top: 40px;
}

.confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.thanks-box {
  padding: 56px;
  border: 1px solid var(--line);
  background: var(--panel);
}

@media (max-width: 1024px) {
  .site-header {
    padding: 12px 20px;
  }

  .header-nav {
    gap: 14px;
  }

  .quick-info,
  .merit-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .income-layout,
  .form-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .inner,
  .narrow {
    width: min(100% - 28px, 560px);
  }

  .site-header {
    padding: 12px 14px;
  }

  .hero {
    margin-top: 65px;
  }

  .brand img {
    height: 38px;
  }

  .header-nav a:not(:last-child) {
    display: none;
  }

  .header-nav a:last-child {
    padding: 8px 12px;
    font-size: 13px;
  }

  .quick-info,
  .job-cards,
  .merit-grid,
  .work-list,
  .timeline,
  .income-cards,
  .recruit-tables {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-info strong {
    font-size: 20px;
  }

  .quick-value {
    font-size: 20px;
    white-space: nowrap;
  }

  .section,
  .section-dark {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .job-cards article > div,
  .entry-form {
    padding: 22px;
  }

  .merit-card {
    min-height: 0;
  }

  .merit-card span {
    margin-bottom: 22px;
  }

  .photo-swiper .swiper-button-prev,
  .photo-swiper .swiper-button-next {
    display: none;
  }

  th,
  td {
    display: block;
    width: 100%;
    padding: 14px;
  }

  th {
    border-bottom: 0;
  }

  .cta-band .inner {
    display: block;
    min-height: 0;
    padding: 54px 0;
  }

  .cta-band .btn {
    width: 100%;
    margin-top: 24px;
  }

  .tel-box a {
    font-size: 36px;
  }

  .confirm-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .thanks-box {
    padding: 32px 22px;
  }
}

