:root {
  --navy: #15395b;
  --navy-dark: #0d263d;
  --blue: #1f6fae;
  --orange: #f39822;
  --yellow: #ffd447;
  --green: #06c755;
  --ink: #17212b;
  --muted: #667382;
  --line: #dce6ee;
  --paper: #f7fbff;
  --warm: #fff8ed;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(21, 57, 91, 0.14);
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--white);
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.75;
  margin: 0;
  padding-bottom: 78px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(243, 152, 34, 0.45);
  outline-offset: 3px;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.skip-link {
  background: var(--white);
  color: var(--navy);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

.container {
  margin: 0 auto;
  max-width: var(--content);
  padding: 0 20px;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(13, 38, 61, 0.06);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 76px;
  padding: 10px 18px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand img {
  background: var(--white);
  height: auto;
  width: 178px;
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.3;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
}

.desktop-nav a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--orange);
}

.header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.icon-button,
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.icon-button {
  font-size: 11px;
  min-width: 48px;
  padding: 0 10px;
}

.icon-button.tel {
  background: var(--navy);
  color: var(--white);
}

.icon-button.line {
  background: var(--green);
  color: var(--white);
}

.button {
  gap: 8px;
  padding: 13px 20px;
}

.button-doc,
.button-chat,
.button-phone,
.button-web,
.button-home,
.button-map,
.button-mail {
  position: relative;
}

.button-doc::before,
.button-chat::before,
.button-phone::before,
.button-web::before,
.button-home::before,
.button-map::before,
.button-mail::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 21px;
  height: 21px;
  opacity: 0.96;
  width: 21px;
  -webkit-mask: var(--button-icon) center / contain no-repeat;
  mask: var(--button-icon) center / contain no-repeat;
}

.button-doc {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h9l3 3v15H6z'/%3E%3Cpath d='M14 3v4h4'/%3E%3Cpath d='M9 12h6M9 16h6'/%3E%3C/svg%3E");
}

.button-chat {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v10H8l-4 4z'/%3E%3Cpath d='M8 9h8M8 12h5'/%3E%3C/svg%3E");
}

.button-phone {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 3.8l3 3-2 2c1.2 2.4 3.2 4.4 5.6 5.6l2-2 3 3-1.5 3c-.4.7-1.1 1.1-1.9 1C8.9 19.3 4.7 15.1 4 9.2c-.1-.8.3-1.5 1-1.9z'/%3E%3C/svg%3E");
}

.button-web {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h12'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

.button-home {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11.5 12 5l8 6.5'/%3E%3Cpath d='M6.5 10.5V20h11v-9.5'/%3E%3Cpath d='M10 20v-5h4v5'/%3E%3C/svg%3E");
}

.button-map {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 0 0-14 0c0 5.9 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
}

.button-mail {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16v12H4z'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E");
}

.button:hover,
.icon-button:hover {
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #f39822, #ffb33f);
  color: var(--white);
}

.button-line {
  background: linear-gradient(135deg, #06c755, #00a947);
  color: var(--white);
}

.button-light {
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(21, 57, 91, 0.08);
  color: var(--navy);
}

.button-outline {
  background: linear-gradient(180deg, #ffffff, #f5f9fc);
  border-color: var(--navy);
  color: var(--navy);
}

.button-switch {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(21, 57, 91, 0.2);
  color: var(--white);
  white-space: nowrap;
}

.hero {
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.hero-photo,
.hero-photo img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-photo img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 38, 61, 0.92), rgba(13, 38, 61, 0.64) 42%, rgba(13, 38, 61, 0.18) 76%),
    linear-gradient(0deg, rgba(13, 38, 61, 0.2), transparent 35%);
  inset: 0;
  position: absolute;
}

.hero-lp .hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 38, 61, 0.94), rgba(13, 38, 61, 0.74) 34%, rgba(13, 38, 61, 0.3) 63%, rgba(13, 38, 61, 0.06) 100%),
    linear-gradient(0deg, rgba(13, 38, 61, 0.16), transparent 38%);
}

.hero-content {
  color: var(--white);
  max-width: 660px;
  padding: 118px 20px 160px;
  position: relative;
  z-index: 2;
  margin-left: max(20px, calc((100vw - var(--content)) / 2 + 20px));
}

.eyebrow,
.section-kicker {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 22px;
}

.hero-lead {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 14px;
}

.hero-text {
  font-size: 17px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-note {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  bottom: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 50%;
  max-width: min(840px, calc(100% - 40px));
  padding: 12px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-note span {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f3f8fc);
  border: 1px solid rgba(21, 57, 91, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(13, 38, 61, 0.08);
  color: var(--navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  padding: 9px 14px 9px 12px;
}

.hero-note span::before {
  background: var(--orange);
  border-radius: 3px;
  box-shadow: 0 0 0 4px rgba(243, 152, 34, 0.12);
  content: "";
  flex: 0 0 auto;
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
}

.hero-note span:nth-child(2)::before {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(38, 126, 191, 0.12);
}

.hero-note span:nth-child(3)::before {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(6, 199, 85, 0.12);
}

.hero-note span:nth-child(4)::before {
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(245, 197, 66, 0.15);
}

.hero-note span:nth-child(5)::before {
  background: var(--navy);
  box-shadow: 0 0 0 4px rgba(13, 38, 61, 0.1);
}

.site-switch-band {
  background:
    linear-gradient(135deg, rgba(255, 248, 237, 0.98), rgba(247, 251, 255, 0.98)),
    var(--warm);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.site-switch-band-lp {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(232, 245, 255, 0.96)),
    var(--paper);
}

.site-switch-button {
  align-items: center;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
  display: grid;
  gap: 4px 18px;
  grid-template-columns: auto 1fr;
  padding: 18px 22px;
  position: relative;
}

.site-switch-button::after {
  color: var(--yellow);
  content: "→";
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.site-switch-button span {
  align-items: center;
  align-self: center;
  background: var(--yellow);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  grid-row: span 2;
  justify-content: center;
  min-width: 118px;
  padding: 10px 13px;
}

.site-switch-button strong {
  font-size: 22px;
  line-height: 1.35;
  padding-right: 40px;
}

.site-switch-button small {
  color: #dce9f2;
  font-size: 13px;
  font-weight: 800;
  padding-right: 40px;
}

.site-switch-button-home {
  background: linear-gradient(135deg, var(--orange), #f6b13f);
}

.site-switch-button-home span {
  background: var(--navy);
  color: var(--white);
}

.site-switch-button-home small {
  color: #fff8ed;
}

.section {
  padding: 88px 0;
}

.section-soft {
  background: var(--paper);
}

.intro-band {
  background: var(--navy);
  color: var(--white);
  padding: 46px 0;
}

.intro-grid {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 1.05fr 0.95fr;
}

.intro-grid h2 {
  font-size: 29px;
  line-height: 1.45;
}

.intro-grid p:last-child {
  color: #d9e8f5;
}

.section-head {
  margin-bottom: 34px;
  max-width: 780px;
}

.section-head h2,
.work-copy h2,
.day-layout h2,
.company-layout h2,
.final-cta h2 {
  color: var(--navy);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.32;
}

.section-navy .section-head h2,
.section-navy .company-layout h2,
.final-cta h2 {
  color: var(--white);
}

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

.answer-card,
.reason-grid article,
.stats-grid article,
.interview-card,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(21, 57, 91, 0.08);
}

.answer-card {
  padding: 26px;
}

.answer-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.answer-card h3 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.45;
  margin: 9px 0 12px;
}

.answer-card p {
  color: var(--muted);
}

.answer-card strong {
  color: var(--ink);
}

.reason-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.reason-grid article {
  padding: 25px;
}

.reason-icon {
  align-items: center;
  background: var(--warm);
  border: 1px solid rgba(243, 152, 34, 0.32);
  border-radius: 8px;
  color: var(--orange);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 15px;
  width: 42px;
}

.reason-grid h3 {
  color: var(--navy);
  font-size: 19px;
  margin-bottom: 7px;
}

.reason-grid p {
  color: var(--muted);
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.work-layout,
.day-layout,
.company-layout {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.95fr 1.05fr;
}

.work-copy .lead {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  margin: 18px 0 15px;
}

.work-copy p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  background: var(--paper);
  border-radius: 8px;
  color: var(--navy);
  display: flex;
  font-weight: 900;
  gap: 10px;
  padding: 10px 12px;
}

.check-list li::before {
  background: var(--orange);
  border-radius: 50%;
  color: var(--white);
  content: "✓";
  display: inline-grid;
  flex: 0 0 auto;
  height: 22px;
  place-items: center;
  width: 22px;
}

.work-photos {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.work-photos img,
.day-layout img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.work-photos img:first-child {
  grid-column: 1 / -1;
}

.section-navy {
  background: var(--navy-dark);
  color: var(--white);
}

.section-navy .section-kicker,
.final-cta .section-kicker {
  color: var(--yellow);
}

.flow-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  min-height: 210px;
  padding: 22px;
  position: relative;
}

.flow-list li:not(:last-child)::after {
  color: var(--yellow);
  content: "→";
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.flow-list span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
}

.flow-list strong {
  display: block;
  font-size: 20px;
  margin: 24px 0 8px;
}

.flow-list p {
  color: #ccdae5;
  font-size: 14px;
}

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

.interview-card {
  overflow: hidden;
}

.interview-card img,
.placeholder-photo .photo-mark {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.interview-card img.photo-kansei {
  object-position: left top;
}

.placeholder-photo .photo-mark {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 58px;
  font-weight: 900;
  justify-content: center;
}

.interview-card div:last-child {
  padding: 20px;
}

.interview-card span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.interview-card h3 {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.45;
  margin: 8px 0 10px;
}

.interview-card p {
  color: var(--muted);
  font-size: 14px;
}

.stats-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, 1fr);
}

.stats-grid article {
  min-height: 150px;
  padding: 20px;
  text-align: center;
}

.stats-grid span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.stats-grid strong {
  color: var(--navy);
  display: block;
  font-size: 26px;
  line-height: 1.25;
  margin: 12px 0 8px;
}

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

.edit-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 16px;
}

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

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

.day-list li {
  border-left: 4px solid var(--orange);
  padding: 4px 0 4px 18px;
}

.day-list time {
  color: var(--orange);
  font-weight: 900;
}

.day-list strong {
  color: var(--navy);
  display: block;
  font-size: 18px;
}

.day-list p {
  color: var(--muted);
}

.company-layout {
  align-items: start;
}

.message-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 30px;
}

.message-panel p {
  color: #dce9f2;
  margin-bottom: 16px;
}

.company-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 20px;
  padding-top: 8px;
}

.company-list div {
  display: grid;
  gap: 12px;
  grid-template-columns: 96px 1fr;
  padding: 10px 0;
}

.company-list dt {
  color: var(--yellow);
  font-weight: 900;
}

.company-list dd {
  color: var(--white);
}

.company-list a {
  color: var(--yellow);
  font-weight: 900;
}

.access-layout {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.access-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  margin-top: 16px;
}

.access-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 57, 91, 0.08);
  margin: 24px 0 18px;
  padding: 22px;
}

.access-card span {
  background: var(--warm);
  border-radius: 999px;
  color: var(--orange);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
}

.access-card address {
  color: var(--navy);
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 14px;
}

.access-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

.access-map {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  min-height: 500px;
  overflow: hidden;
}

.google-map-frame {
  background: linear-gradient(135deg, #e9f6ef, #eaf4ff);
  min-height: 360px;
  position: relative;
}

.google-map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  min-height: 360px;
  position: absolute;
  width: 100%;
}

.map-visual {
  background:
    radial-gradient(circle at 18% 22%, rgba(6, 199, 85, 0.16) 0 34px, transparent 35px),
    radial-gradient(circle at 84% 78%, rgba(243, 152, 34, 0.16) 0 46px, transparent 47px),
    linear-gradient(90deg, rgba(21, 57, 91, 0.06) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(21, 57, 91, 0.06) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #e9f6ef, #eaf4ff);
  min-height: 250px;
  overflow: hidden;
  position: relative;
}

.map-road {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(21, 57, 91, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(21, 57, 91, 0.08);
  display: block;
  position: absolute;
}

.map-road-main {
  height: 34px;
  left: -10%;
  top: 47%;
  transform: rotate(-10deg);
  width: 120%;
}

.map-road-sub {
  height: 26px;
  left: 50%;
  top: -18%;
  transform: rotate(24deg);
  width: 34px;
  height: 140%;
}

.map-road-cross {
  height: 24px;
  left: 8%;
  top: 25%;
  transform: rotate(39deg);
  width: 92%;
}

.map-area {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 57, 91, 0.08);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  position: absolute;
  z-index: 2;
}

.map-area-station {
  left: 22px;
  top: 24px;
}

.map-area-building {
  bottom: 24px;
  right: 22px;
}

.map-route-dot {
  background: var(--orange);
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(21, 57, 91, 0.16);
  display: block;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 3;
}

.map-route-dot-1 {
  left: 31%;
  top: 58%;
}

.map-route-dot-2 {
  left: 42%;
  top: 53%;
}

.map-route-dot-3 {
  left: 53%;
  top: 48%;
}

.map-pin {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border: 3px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(13, 38, 61, 0.24);
  color: var(--white);
  display: grid;
  font-size: 14px;
  font-weight: 900;
  left: 50%;
  line-height: 1.35;
  min-height: 54px;
  min-width: 120px;
  padding: 12px 15px;
  place-items: center;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -96%);
  z-index: 4;
}

.map-pin::before {
  background: var(--navy);
  border-bottom: 3px solid var(--white);
  border-right: 3px solid var(--white);
  bottom: -12px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
}

.map-pin span {
  position: relative;
  z-index: 1;
}

.map-caption {
  background: var(--white);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.map-caption-kicker {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.map-caption strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.55;
}

.map-info-list {
  display: grid;
  gap: 8px;
  margin: 4px 0;
}

.map-info-list div {
  display: grid;
  gap: 8px;
  grid-template-columns: 54px 1fr;
}

.map-info-list dt {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.map-info-list dd {
  color: var(--navy);
  font-weight: 900;
}

.map-caption p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.map-caption .button {
  justify-self: start;
}

.license-layout {
  display: grid;
  gap: 28px;
}

.license-sign {
  margin: 0;
}

.license-sign img {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: min(100%, 920px);
}

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

.faq-list details {
  padding: 0;
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
  padding: 18px 22px;
}

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

.faq-list summary::after {
  color: var(--orange);
  content: "+";
  float: right;
  font-size: 22px;
  line-height: 1;
}

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

.faq-list p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 16px 22px 20px;
}

.faq-list a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
}

.requirement-cards {
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.requirement-cards details {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.96)),
    var(--white);
  border-left: 6px solid var(--req-color, var(--orange));
  min-height: 168px;
  overflow: hidden;
  position: relative;
}

.requirement-cards details::before {
  background: var(--req-color, var(--orange));
  border-radius: 999px;
  content: "";
  height: 84px;
  opacity: 0.1;
  position: absolute;
  right: -28px;
  top: -30px;
  width: 84px;
}

.requirement-cards details:nth-child(1) {
  --req-color: var(--blue);
}

.requirement-cards details:nth-child(2) {
  --req-color: var(--green);
}

.requirement-cards details:nth-child(3) {
  --req-color: var(--orange);
}

.requirement-cards details:nth-child(4) {
  --req-color: #e85d75;
}

.requirement-cards details:nth-child(5) {
  --req-color: #8a63d2;
}

.requirement-cards details:nth-child(6) {
  --req-color: #00a7a7;
}

.requirement-cards details:nth-child(7) {
  --req-color: var(--yellow);
}

.requirement-cards details:nth-child(8) {
  --req-color: #4d7cff;
}

.requirement-cards details:nth-child(9) {
  --req-color: #f08a24;
}

.requirement-cards details:nth-child(10) {
  --req-color: #2f9f76;
}

.requirement-cards details:nth-child(11) {
  --req-color: #d35aa8;
}

.requirement-cards details:nth-child(12) {
  --req-color: #3d8fca;
}

.requirement-cards summary {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-bottom: 12px;
  position: relative;
}

.requirement-cards summary::before {
  background: var(--req-color, var(--orange));
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(13, 38, 61, 0.08);
  content: "";
  flex: 0 0 auto;
  height: 11px;
  width: 11px;
}

.requirement-cards summary::after {
  display: none;
}

.requirement-cards p {
  border-top: 1px solid rgba(220, 230, 238, 0.76);
  font-weight: 700;
  min-height: 82px;
  position: relative;
}

.lp-highlight-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.lp-highlight-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 5px solid var(--orange);
  box-shadow: var(--shadow);
  padding: 24px;
}

.lp-highlight-grid article:nth-child(2) {
  border-top-color: var(--green);
}

.lp-highlight-grid article:nth-child(3) {
  border-top-color: var(--blue);
}

.lp-highlight-grid span {
  background: var(--warm);
  border-radius: 999px;
  color: var(--orange);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 10px;
}

.lp-highlight-grid h3 {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.45;
  margin: 16px 0 10px;
}

.lp-highlight-grid p {
  color: var(--muted);
  font-weight: 700;
}

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

.apply-flow-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 57, 91, 0.08);
  min-height: 190px;
  padding: 22px;
}

.apply-flow-list span {
  align-items: center;
  background: var(--navy);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.apply-flow-list strong {
  color: var(--navy);
  display: block;
  font-size: 20px;
  margin: 18px 0 8px;
}

.apply-flow-list p {
  color: var(--muted);
  font-size: 14px;
}

.application-section {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(255, 248, 237, 0.78)),
    var(--paper);
}

.application-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.application-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  margin-top: 16px;
}

.application-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.application-points li {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  display: flex;
  font-weight: 900;
  gap: 10px;
  padding: 11px 13px;
}

.application-points li::before {
  background: var(--green);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.application-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 28px;
}

.form-two-columns {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.application-form label {
  color: var(--navy);
  display: grid;
  font-weight: 900;
  gap: 7px;
}

.application-form input,
.application-form select,
.application-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.application-form textarea {
  resize: vertical;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(243, 152, 34, 0.14);
  outline: none;
}

.form-required-note,
.form-note,
.form-status {
  color: var(--muted);
  font-size: 13px;
}

.required,
.form-required-note span {
  background: #fff0df;
  border-radius: 999px;
  color: #c86500;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  margin-left: 7px;
  padding: 5px 7px;
}

.form-required-note span {
  margin: 0 5px 0 0;
}

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

.form-submit {
  width: fit-content;
}

.form-submit[disabled] {
  cursor: progress;
  opacity: 0.72;
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(13, 38, 61, 0.95), rgba(21, 57, 91, 0.76)),
    url("../images/work-road.jpg") center / cover;
  color: var(--white);
  padding: 78px 0;
}

.final-inner {
  max-width: 850px;
}

.final-inner p:not(.section-kicker) {
  color: #e6f0f7;
  font-size: 18px;
  margin-top: 16px;
}

.site-footer {
  background: #071b2d;
  color: var(--white);
  padding: 38px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: space-between;
}

.footer-logo img {
  background: var(--white);
  border-radius: 8px;
  padding: 7px 10px;
  width: 190px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: #dce9f2;
  font-size: 13px;
  font-weight: 800;
}

.site-footer small {
  color: #9fb0bf;
  flex: 1 1 100%;
}

.sticky-cta {
  background: var(--white);
  border-top: 1px solid var(--line);
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(21, 57, 91, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: 0;
  min-height: 70px;
  position: fixed;
  right: 0;
  z-index: 60;
}

.sticky-cta a {
  align-items: center;
  color: var(--navy);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  justify-items: center;
  padding: 9px 6px;
}

.sticky-cta a + a {
  border-left: 1px solid var(--line);
}

.sticky-cta span {
  align-items: center;
  background: var(--navy);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
  min-width: 48px;
  padding: 4px 8px;
}

.sticky-cta a:nth-child(2) span {
  background: var(--green);
}

.sticky-cta a:nth-child(3) span {
  background: var(--orange);
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .flow-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .apply-flow-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-list li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 90px;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 142px;
  }

  .brand span {
    display: none;
  }

  .header-actions .button {
    min-height: 38px;
    padding: 10px 13px;
  }

  .header-actions .button-switch {
    display: none;
  }

  .icon-button {
    min-height: 38px;
    min-width: 42px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 38, 61, 0.94), rgba(13, 38, 61, 0.66)),
      linear-gradient(0deg, rgba(13, 38, 61, 0.22), transparent 40%);
  }

  .hero-content {
    margin-left: 0;
    padding: 86px 20px 150px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 21px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .site-switch-button {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .site-switch-button::after {
    right: 18px;
    top: 28px;
  }

  .site-switch-button span {
    grid-row: auto;
    justify-self: start;
  }

  .site-switch-button strong,
  .site-switch-button small {
    padding-right: 34px;
  }

  .intro-grid,
  .work-layout,
  .day-layout,
  .company-layout,
  .access-layout,
  .application-layout {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-head h2,
  .work-copy h2,
  .day-layout h2,
  .company-layout h2,
  .final-cta h2 {
    font-size: 31px;
  }

  .anxiety-grid,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .work-photos {
    grid-template-columns: 1fr;
  }

  .flow-list,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .requirement-cards {
    grid-template-columns: 1fr;
  }

  .lp-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 72px;
  }

  .container {
    padding: 0 16px;
  }

  .header-inner {
    gap: 8px;
    padding: 8px 10px;
  }

  .brand img {
    width: 120px;
  }

  .header-actions {
    gap: 5px;
  }

  .icon-button {
    font-size: 10px;
    min-width: 38px;
    padding: 0 6px;
  }

  .header-actions .button {
    padding: 9px 10px;
  }

  .hero {
    min-height: 660px;
  }

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

  .hero-lp .hero-photo img {
    object-position: 63% center;
  }

  .hero-lp .hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 38, 61, 0.9), rgba(13, 38, 61, 0.58) 68%, rgba(13, 38, 61, 0.26)),
      linear-gradient(0deg, rgba(13, 38, 61, 0.18), transparent 38%);
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-note {
    bottom: 14px;
    justify-content: center;
    padding: 9px;
  }

  .hero-note span {
    font-size: 12px;
    gap: 6px;
    padding: 7px 9px 7px 10px;
  }

  .hero-note span::before {
    box-shadow: 0 0 0 3px rgba(13, 38, 61, 0.08);
    height: 7px;
    width: 7px;
  }

  .site-switch-band {
    padding: 14px 0;
  }

  .site-switch-button strong {
    font-size: 18px;
  }

  .site-switch-button small {
    font-size: 12px;
  }

  .section-head h2,
  .work-copy h2,
  .day-layout h2,
  .company-layout h2,
  .final-cta h2 {
    font-size: 28px;
  }

  .interview-grid,
  .flow-list,
  .stats-grid,
  .apply-flow-list,
  .form-two-columns {
    grid-template-columns: 1fr;
  }

  .application-form {
    padding: 22px;
  }

  .access-card {
    padding: 20px;
  }

  .access-card address {
    font-size: 18px;
  }

  .access-map,
  .google-map-frame,
  .google-map-frame iframe {
    min-height: 300px;
  }

  .access-map {
    grid-template-rows: minmax(300px, auto) auto;
  }

  .map-area {
    font-size: 11px;
    padding: 6px 8px;
  }

  .map-pin {
    min-width: 104px;
  }

  .map-caption strong {
    font-size: 19px;
  }

  .map-info-list div {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
  }

  .company-list div {
    grid-template-columns: 1fr;
  }

  .message-panel {
    padding: 22px;
  }
}
