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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  appearance: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where([hidden]) {
  display: none;
}

:where(address) {
  font-style: normal;
}

iframe {
  width: 100%;
  height: 100%;
}

:root {
  --color-text: #1f1f1f;
  --color-text-sub: #666666;
  --color-text-light: #ffffff;
  --color-bg: #ffffff;
  --color-bg-light: #f7f7f7;
  --color-bg-dark: #111111;
  --color-primary: #E60012;
  --color-primary-light: #fd3d4d;
  --color-accent: #FFED2B;
  --color-border: #dddddd;
  --color-bg: #003e73;
  --color-bg-dark: #001f3a;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "Oswald", sans-serif;
  --container-width: 1280px;
  --container-padding: 20px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-round: 999px;
  --shadow-card: 0 16px 40px rgba(0, 0, 0, 0.08);
  --transition-base: 0.3s ease;
}

@media screen and (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }
}
html {
  font-size: 100%;
}

body {
  color: var(--color-text);
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  transition: opacity var(--transition-base);
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.75;
  }
}

button {
  transition: opacity var(--transition-base);
}
@media (hover: hover) and (pointer: fine) {
  button:hover {
    opacity: 0.75;
  }
}

input,
textarea,
select {
  width: 100%;
}

textarea {
  resize: vertical;
}

::selection {
  color: var(--color-text-light);
  background: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

[id] {
  scroll-margin-top: 100px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.22s ease;
}
.c-button--outline {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
}

.c-section-heading {
  margin: 0 0 44px;
  text-align: center;
}
.c-section-heading--left {
  text-align: left;
}
.c-section-heading__en {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}
.c-section-heading__title {
  margin: 0;
  color: var(--color-text-light);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.5;
}
.c-section-heading__text {
  color: var(--color-text-light);
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  line-height: 1.9;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-section-heading {
    margin-bottom: 32px;
    text-align: left;
  }
  .c-section-heading__en {
    font-size: 0.92rem;
  }
  .c-section-heading__title {
    font-size: 1.75rem;
    line-height: 1.45;
  }
  .c-section-heading__text {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.c-page-top {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 80;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: var(--color-text-light);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)), var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.26);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(14px) scale(0.94);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.2s ease;
}
.c-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.c-page-top__arrow {
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}
.c-page-top__text {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.c-page-top:hover {
  box-shadow: 0 22px 42px rgba(230, 0, 18, 0.34);
  transform: translateY(-3px) scale(1);
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
  .c-page-top__text {
    font-size: 10px;
  }
}

body.is-drawer-open {
  overflow: hidden;
  touch-action: none;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.l-header::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 13, 26, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.l-header__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.l-header__brand-text {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.l-header__brand-title {
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 700;
  color: var(--color-text-light);
}
.l-header__brand-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: var(--color-text-light);
  padding: 4px 8px;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding-inline: 32px;
  gap: 32px;
  transition: height 0.25s ease;
}
@media (max-width: 1023px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
.l-header__nav {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
}
.l-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-light);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.l-header__nav-link i {
  line-height: 1;
}
.l-header__nav-link--button {
  color: var(--color-text-light);
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 700;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.l-header__menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 52px;
  height: 52px;
  margin-left: auto;
  padding: 0;
  color: #fff;
  background: rgba(0, 31, 58, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.l-header__menu-button span {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: top 0.28s ease, transform 0.28s ease, opacity 0.2s ease;
}
.l-header__menu-button span:nth-child(1) {
  top: 17px;
}
.l-header__menu-button span:nth-child(2) {
  top: 25px;
}
.l-header__menu-button span:nth-child(3) {
  top: 33px;
}
.l-header__menu-button:hover {
  transform: translateY(-1px);
}
@media (min-width: 1024px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(0, 31, 58, 0.12);
  backdrop-filter: blur(10px);
}
.l-header.is-scrolled .l-header__brand-title {
  color: #001f3a;
}
.l-header.is-scrolled .l-header__brand-label {
  color: var(--color-primary);
  background: #fff;
  border: 1px solid rgba(230, 0, 18, 0.18);
}
.l-header.is-scrolled .l-header__nav-link {
  color: #001f3a;
}
.l-header.is-scrolled .l-header__nav-link--button {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.l-header.is-scrolled .l-header__menu-button {
  color: #001f3a;
  background: #fff;
  border-color: rgba(0, 31, 58, 0.18);
  box-shadow: 0 10px 24px rgba(0, 31, 58, 0.12);
}
.l-header.is-menu-open::before {
  opacity: 1;
  pointer-events: auto;
}
.l-header.is-menu-open .l-header__menu-button {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.l-header.is-menu-open .l-header__menu-button span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.l-header.is-menu-open .l-header__menu-button span:nth-child(2) {
  opacity: 0;
}
.l-header.is-menu-open .l-header__menu-button span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .l-header__inner {
    height: 78px;
    gap: 16px;
  }
  .l-header__brand {
    position: relative;
    z-index: 5;
    min-width: 0;
  }
  .l-header__brand-text {
    min-width: 0;
  }
  .l-header__logo {
    width: 58px;
    min-width: 58px;
  }
  .l-header__brand-title {
    max-width: min(48vw, 360px);
    overflow: hidden;
    font-size: clamp(0.95rem, 2.8vw, 1.25rem);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .l-header__brand-label {
    font-size: 0.72rem;
    white-space: nowrap;
  }
  .l-header__menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    z-index: 5;
  }
  .l-header__nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 4;
    display: block;
    width: min(86vw, 420px);
    height: 100dvh;
    margin-left: 0;
    padding: 112px 28px 40px;
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px) 0 0/64px 64px, linear-gradient(150deg, #001f3a 0%, #003e73 100%);
    box-shadow: -28px 0 54px rgba(0, 13, 26, 0.32);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header__nav-list {
    display: grid;
    gap: 0;
  }
  .l-header__nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .l-header__nav-item:last-child {
    border-bottom: 0;
  }
  .l-header__nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 22px 0;
    color: #fff;
    font-size: clamp(1.05rem, 4vw, 1.35rem);
    line-height: 1.4;
    opacity: 0;
    transform: translateX(18px);
    transition: color 0.2s ease, opacity 0.32s ease, transform 0.32s ease;
  }
  .l-header__nav-link::after {
    content: "";
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
  }
  .l-header__nav-link i {
    margin-left: 4px;
    font-size: 0.72em;
    transform: translateY(-0.08em);
  }
  .l-header__nav-link--button {
    justify-content: center;
    width: 100%;
    height: 58px;
    margin-top: 28px;
    padding: 0 24px;
    color: #fff;
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 999px;
  }
  .l-header__nav-link--button::after {
    display: none;
  }
  .l-header.is-scrolled .l-header__nav-link {
    color: #fff;
  }
  .l-header.is-menu-open .l-header__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .l-header.is-menu-open .l-header__nav-link {
    opacity: 1;
    transform: translateX(0);
  }
  .l-header.is-menu-open .l-header__nav-item:nth-child(1) .l-header__nav-link {
    transition-delay: 0.08s;
  }
  .l-header.is-menu-open .l-header__nav-item:nth-child(2) .l-header__nav-link {
    transition-delay: 0.14s;
  }
  .l-header.is-menu-open .l-header__nav-item:nth-child(3) .l-header__nav-link {
    transition-delay: 0.2s;
  }
  .l-header.is-menu-open .l-header__nav-item:nth-child(4) .l-header__nav-link {
    transition-delay: 0.26s;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 72px;
    padding-inline: 16px;
  }
  .l-header__logo {
    width: 50px;
    min-width: 50px;
  }
  .l-header__brand {
    gap: 10px;
    max-width: calc(100vw - 104px);
  }
  .l-header__brand-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .l-header__brand-title {
    max-width: calc(100vw - 156px);
    font-size: 0.88rem;
  }
  .l-header__brand-label {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 2px 7px;
    color: #fff;
    font-size: 0.66rem;
    line-height: 1;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
  }
  .l-header__menu-button {
    position: fixed;
    top: 13px;
    right: 16px;
    width: 46px;
    height: 46px;
    color: #fff;
    background: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 12px 24px rgba(0, 13, 26, 0.24);
  }
  .l-header__menu-button span {
    left: 12px;
    width: 20px;
  }
  .l-header__menu-button span:nth-child(1) {
    top: 15px;
  }
  .l-header__menu-button span:nth-child(2) {
    top: 22px;
  }
  .l-header__menu-button span:nth-child(3) {
    top: 29px;
  }
  .l-header.is-menu-open .l-header__menu-button span:nth-child(1), .l-header.is-menu-open .l-header__menu-button span:nth-child(3) {
    top: 22px;
    left: 12px;
  }
  .l-header__nav {
    width: min(88vw, 360px);
    padding: 96px 24px 32px;
  }
}

.l-footer__inner {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 80px;
  padding-block: 48px !important;
}
.l-footer__info {
  min-width: 0;
}
.l-footer__logo {
  display: inline-block;
  width: 96px;
  margin-bottom: 20px;
  text-decoration: none;
}
.l-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__company {
  margin: 0 0 28px;
  color: #fff;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.l-footer__address {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.l-footer__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-top: 32px;
}
.l-footer__nav {
  margin-left: auto;
}
.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__nav-link {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.l-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #e60012;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s ease;
}
.l-footer__nav-link:hover {
  color: #ff1d2e;
}
.l-footer__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.l-footer__copyright {
  margin: 0;
  color: #fff;
  font-family: var(--font-en);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-align: right;
  font-weight: 400;
}

.l-container {
  width: min(100% - var(--container-padding) * 2, var(--container-width));
  margin-inline: auto;
}

.l-container--wide {
  width: min(100% - var(--container-padding) * 2, 1480px);
  margin-inline: auto;
}

.l-container--narrow {
  width: min(100% - var(--container-padding) * 2, 960px);
  margin-inline: auto;
}

.l-container--text {
  width: min(100% - var(--container-padding) * 2, 760px);
  margin-inline: auto;
}

.l-section {
  padding-block: 120px;
}
@media (max-width: 767px) {
  .l-section {
    padding-block: 80px;
  }
}

.l-section--sm {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .l-section--sm {
    padding-block: 56px;
  }
}

.l-section--lg {
  padding-block: 160px;
}
@media (max-width: 767px) {
  .l-section--lg {
    padding-block: 96px;
  }
}

.l-section--pt-none {
  padding-top: 0;
}

.l-section--pb-none {
  padding-bottom: 0;
}

.l-section--bg {
  background: var(--color-bg-light);
}

.p-home-hero {
  position: relative;
  height: 100vh;
  background: url("../images/home/hero_v2.webp") no-repeat center center/cover;
  --hero-object-opacity: 0.92;
}
.p-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 38, 77, 0.2);
  pointer-events: none;
}
.p-home-hero::after {
  content: "";
  position: absolute;
  right: 5vw;
  bottom: 0;
  z-index: 2;
  width: clamp(300px, 33vw, 633px);
  aspect-ratio: 640/617;
  background: url("../images/home/staff.webp?v2") center/contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: translateX(34%) scale(0.98);
  filter: drop-shadow(-24px 28px 42px rgba(0, 13, 26, 0.42));
  will-change: opacity, transform;
}
.p-home-hero.is-ready::after {
  animation: homeHeroObjectSlide 0.92s cubic-bezier(0.18, 0.92, 0.22, 1) 0.35s forwards;
}
.p-home-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 100%;
  margin-left: 5vw;
}
.p-home-hero__title {
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: -3px -3px 0 #c00, 3px -3px 0 #c00, -3px 3px 0 #c00, 3px 6px 0 #c00;
}
.p-home-hero__char {
  display: inline-block;
  opacity: 0;
  transform: scale(0.42);
  transform-origin: center center;
  filter: blur(10px) brightness(1.9);
  will-change: opacity, transform, filter;
}
.p-home-hero.is-ready .p-home-hero__char {
  animation: homeHeroCharPop 0.58s cubic-bezier(0.12, 1.08, 0.2, 1) forwards;
  animation-delay: calc(var(--char-index) * 0.04s);
}
.p-home-hero.is-ready .p-home-hero__lead, .p-home-hero.is-ready .p-home-hero__text, .p-home-hero.is-ready .p-home-hero__button {
  opacity: 0;
  transform: translateY(28px);
  animation: homeHeroFadeUp 0.72s cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
  will-change: opacity, transform;
}
.p-home-hero.is-ready .p-home-hero__lead {
  animation-delay: 1.25s;
}
.p-home-hero.is-ready .p-home-hero__text {
  animation-delay: 1.45s;
}
.p-home-hero.is-ready .p-home-hero__button {
  animation-delay: 1.65s;
}
.p-home-hero__lead {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: var(--color-accent);
  line-height: 1.5;
}
.p-home-hero__text {
  color: #fff;
  font-size: 1rem;
}
.p-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  background-color: var(--color-primary);
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-home-hero__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .p-home-hero {
    min-height: 720px;
  }
  .p-home-hero::after {
    right: -120px;
    bottom: 34px;
    width: min(420px, 44vw);
    --hero-object-opacity: 0.68;
  }
  .p-home-hero__content {
    width: min(720px, 100% - 40px);
    margin-inline: auto;
    padding-top: 78px;
  }
  .p-home-hero__title {
    font-size: clamp(3rem, 8vw, 4.6rem);
  }
  .p-home-hero__lead {
    font-size: clamp(1.35rem, 4vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home-hero {
    height: auto;
    min-height: 680px;
    background-position: 58% center;
  }
  .p-home-hero::after {
    content: none;
  }
  .p-home-hero__inner {
    min-height: 680px;
  }
  .p-home-hero__content {
    gap: 18px;
    width: calc(100% - 32px);
    padding-block: 104px 52px;
  }
  .p-home-hero__title {
    font-size: clamp(1.78rem, 7.5vw, 2.1rem);
    line-height: 1.18;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .p-home-hero__lead {
    font-size: 1.15rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .p-home-hero__text {
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .p-home-hero__button {
    width: 100%;
    min-height: 54px;
    font-size: 1rem;
  }
}

@keyframes homeHeroObjectSlide {
  from {
    opacity: 0;
    transform: translateX(34%) scale(0.98);
  }
  to {
    opacity: var(--hero-object-opacity, 0.92);
    transform: translateX(0) scale(1);
  }
}
@keyframes homeHeroCharPop {
  0% {
    opacity: 0;
    transform: scale(0.42);
    filter: blur(10px) brightness(1.9);
  }
  46% {
    opacity: 1;
    transform: scale(1.24);
    filter: blur(0) brightness(1.35);
  }
  72% {
    opacity: 1;
    transform: scale(0.96);
    filter: blur(0) brightness(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes homeHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-home-hero__char, .p-home-hero::after, .p-home-hero.is-ready .p-home-hero__char, .p-home-hero.is-ready .p-home-hero__lead, .p-home-hero.is-ready .p-home-hero__text, .p-home-hero.is-ready .p-home-hero__button {
    opacity: var(--hero-object-opacity, 1);
    transform: none;
    filter: none;
    animation: none;
  }
}
.p-lower-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--color-text-light);
  background: var(--color-bg);
}

.p-home-strength {
  position: relative;
  overflow: hidden;
  margin-top: -120px;
  z-index: 1;
  background: var(--color-bg);
  --skew-size: clamp(48px, 7vw, 120px);
  clip-path: polygon(0 var(--skew-size), 100% 0, 100% 100%, 0 100%);
}
.p-home-strength::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -220px;
  width: 900px;
  height: 720px;
  background: radial-gradient(circle at center, rgba(0, 190, 210, 0.28) 0%, rgba(0, 150, 180, 0.18) 34%, rgba(5, 58, 95, 0.08) 62%, rgba(5, 58, 95, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
}
.p-home-strength__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p-home-strength-card {
  position: relative;
  overflow: hidden;
  min-height: 468px;
  color: #fff;
}
.p-home-strength-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-home-strength-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.p-home-strength-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
}
.p-home-strength-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 468px;
  padding: 40px 32px 36px;
}
.p-home-strength-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.p-home-strength-card__number {
  color: #ef1b2d;
  font-size: clamp(5.6rem, 5vw, 7.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: var(--font-en);
}
.p-home-strength-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-home-strength-card__lead {
  margin: 0 0 44px;
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}
.p-home-strength-card__text {
  margin: auto 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-home-strength {
    margin-top: -80px;
  }
  .p-home-strength__cards {
    grid-template-columns: 1fr;
  }
  .p-home-strength-card, .p-home-strength-card__content {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength {
    margin-top: -64px;
    --skew-size: 48px;
  }
  .p-home-strength::before {
    display: none;
  }
  .p-home-strength__cards {
    gap: 18px;
  }
  .p-home-strength-card, .p-home-strength-card__content {
    min-height: 320px;
  }
  .p-home-strength-card__content {
    padding: 30px 22px;
  }
  .p-home-strength-card__head {
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .p-home-strength-card__number {
    font-size: 4.6rem;
    line-height: 0.9;
  }
  .p-home-strength-card__title {
    font-size: 1.75rem;
    line-height: 1;
    white-space: nowrap;
  }
  .p-home-strength-card__lead {
    margin-bottom: 28px;
    font-size: 1.22rem;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .p-home-strength-card__text {
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
}

.p-home-work {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p-home-work__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  min-height: 560px;
}
.p-home-work__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 64px 96px max(48px, (100vw - 1280px) / 2);
  background: #fff;
}
.p-home-work__content::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -282px;
  width: 284px;
  height: calc(100% + 4px);
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  box-shadow: -3px 0 0 #fff;
  pointer-events: none;
}
.p-home-work .c-section-heading__title {
  color: var(--color-text);
}
.p-home-work .c-section-heading__text {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
}
.p-home-work__lead {
  margin: 0 0 36px;
  color: #050505;
  font-size: clamp(1rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.p-home-work__text {
  max-width: 360px;
  margin: 0 0 44px;
  color: #050505;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.p-home-work__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  min-height: 58px;
  padding: 8px 10px 8px 28px;
  color: #fff;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.24);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.p-home-work__link span:first-child {
  padding: 0;
}
.p-home-work__link:hover {
  color: #fff;
  background: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
  box-shadow: 0 18px 34px rgba(0, 34, 56, 0.28);
  transform: translateY(-2px);
}
.p-home-work__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: var(--color-primary);
  background: #fff;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.p-home-work__link:hover .p-home-work__link-icon {
  color: var(--color-bg-dark);
  transform: translateX(3px);
}
.p-home-work__image {
  position: relative;
  z-index: 1;
  min-height: 560px;
  overflow: hidden;
  background: #001b2c;
}
.p-home-work__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 20, 34, 0.12) 0%, rgba(0, 20, 34, 0.02) 42%, rgba(0, 20, 34, 0.28) 100%), linear-gradient(180deg, rgba(0, 20, 34, 0.08) 0%, rgba(0, 20, 34, 0.18) 100%);
  pointer-events: none;
}
.p-home-work__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .p-home-work__inner {
    grid-template-columns: minmax(300px, 45%) 1fr;
    min-height: 500px;
  }
  .p-home-work__content {
    padding: 80px 40px;
  }
  .p-home-work__content::after {
    right: -102px;
    width: 204px;
  }
  .p-home-work__image {
    min-height: 500px;
  }
  .p-home-work__image img {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-work__inner {
    display: block;
    min-height: auto;
  }
  .p-home-work__content {
    padding: 64px 24px 56px;
  }
  .p-home-work__content::after {
    display: none;
  }
  .p-home-work__title {
    margin-bottom: 28px;
  }
  .p-home-work__lead {
    margin-bottom: 28px;
    font-size: 1.55rem;
  }
  .p-home-work__text {
    max-width: none;
    margin-bottom: 36px;
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .p-home-work__link {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding-left: 22px;
    font-size: 0.95rem;
  }
  .p-home-work__image {
    min-height: 300px;
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
  .p-home-work__image img {
    min-height: 300px;
  }
}

.p-work__label {
  margin-bottom: 12px;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.p-work__title {
  color: var(--color-text);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

/* Hero */
.p-work-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--color-text-light);
  background: var(--color-bg);
}

.p-work-hero__bg {
  position: absolute;
  inset: 0;
}
.p-work-hero__bg::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(3, 21, 38, 0.95) 0%, rgba(3, 21, 38, 0.72) 36%, rgba(3, 21, 38, 0.12) 72%), linear-gradient(180deg, rgba(3, 21, 38, 0.2) 0%, rgba(3, 21, 38, 0.75) 100%);
}
.p-work-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-work-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
  padding: 180px 0 120px;
}

.p-work-hero__label {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.p-work-hero__title {
  margin-bottom: 24px;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.p-work-hero__lead {
  margin-bottom: 28px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.55;
}

.p-work-hero__text {
  max-width: 620px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

/* Intro */
.p-work-intro {
  padding: 112px 0 96px;
  background: var(--color-bg);
}

.p-work-intro__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-intro__text {
  margin-top: 28px;
  color: var(--color-text-light);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}

.p-work-intro__images {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 16px;
}

.p-work-intro__image {
  overflow: hidden;
  border-radius: 4px;
}
.p-work-intro__image--large {
  grid-row: span 2;
}
.p-work-intro__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.p-work-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: min(var(--container-width), 100% - 48px);
  margin: 64px auto 0;
}

.p-work-values__item {
  padding: 32px;
  color: var(--color-text-light);
  background: linear-gradient(145deg, #07233d, #031526);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.p-work-values__num {
  display: block;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.p-work-values__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 800;
}

.p-work-values__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

/* Detail */
.p-work-detail {
  padding: 104px 0;
  background: var(--color-bg);
}

.p-work-detail__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-detail__catch {
  margin-top: 16px;
  color: var(--color-text);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
}

.p-work-detail__text {
  margin-top: 20px;
  color: var(--color-text-light);
  font-size: 16px;
  line-height: 2;
}

.p-work-detail__list {
  margin-top: 32px;
  padding: 28px;
  background: var(--color-bg);
  border-left: 4px solid var(--color-primary);
  box-shadow: 0 16px 40px rgba(3, 21, 38, 0.08);
}
.p-work-detail__list ul {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.p-work-detail__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
}
.p-work-detail__list li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--color-primary);
  border-radius: 50%;
}

.p-work-detail__heading {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 800;
}

.p-work-detail__image {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(3, 21, 38, 0.22);
}
.p-work-detail__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

/* Fields */
.p-work-fields {
  padding: 104px 0;
  background: var(--color-bg);
}

.p-work-fields__inner {
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-fields__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.p-work-field-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  color: var(--color-text-light);
  background: var(--color-bg);
}
.p-work-field-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(3, 21, 38, 0.15), rgba(3, 21, 38, 0.9));
}
.p-work-field-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.p-work-field-card__body {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.p-work-field-card__body h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}
.p-work-field-card__body p {
  font-size: 13px;
  line-height: 1.7;
}

/* Point */
.p-work-point {
  padding: 96px 0;
  background: linear-gradient(180deg, #031526, #062747);
}

.p-work-point__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-point__box {
  padding: 40px;
  color: var(--color-text-light);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.p-work-point__box--accent {
  border-color: rgba(230, 0, 18, 0.55);
}

.p-work-point__title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
}

.p-work-point__list {
  display: grid;
  gap: 16px;
}
.p-work-point__list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.9;
}
.p-work-point__list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--color-primary);
  border-radius: 50%;
}

/* Growth */
.p-work-growth {
  padding: 112px 0;
  background: var(--color-bg);
}

.p-work-growth__inner {
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-growth__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.p-work-growth__item {
  position: relative;
  min-height: 240px;
  padding: 28px;
  background: var(--color-bg);
  border-top: 4px solid var(--color-primary);
  box-shadow: 0 12px 34px rgba(3, 21, 38, 0.08);
}
.p-work-growth__item span {
  display: block;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.p-work-growth__item h3 {
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 800;
}
.p-work-growth__item p {
  color: var(--color-text-light);
  font-size: 14px;
  line-height: 1.8;
}

/* Schedule */
.p-work-schedule {
  padding: 104px 0;
  background: var(--color-bg);
}

.p-work-schedule__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-schedule__list {
  margin-top: 34px;
  border-top: 1px solid var(--color-border);
}
.p-work-schedule__list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.p-work-schedule__list dt {
  color: var(--color-blue);
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.p-work-schedule__list dd {
  font-size: 16px;
  font-weight: 700;
}

.p-work-schedule__note {
  margin-top: 20px;
  color: var(--color-text-light);
  font-size: 13px;
}

.p-work-trip {
  padding: 40px;
  color: var(--color-text-light);
  background: linear-gradient(145deg, #07233d, #031526);
}

.p-work-trip__icon {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 42px;
}

.p-work-trip__title {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 800;
}

.p-work-trip__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 2;
}

.p-work-trip__list {
  display: grid;
  gap: 10px;
}
.p-work-trip__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.p-work-trip__list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--color-primary);
  border-radius: 50%;
}

/* Fit */
.p-work-fit {
  padding: 96px 0;
  background: var(--color-bg);
}

.p-work-fit__inner {
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
}

.p-work-fit__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.p-work-fit__item {
  display: grid;
  gap: 20px;
  place-items: center;
  min-height: 180px;
  padding: 28px;
  text-align: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
}
.p-work-fit__item i {
  color: var(--color-text);
  font-size: 48px;
}
.p-work-fit__item h3 {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 800;
}

/* CTA */
.p-work-cta {
  position: relative;
  overflow: hidden;
  color: var(--color-text-light);
  background: var(--color-bg);
}

.p-work-cta__bg {
  position: absolute;
  inset: 0;
}
.p-work-cta__bg::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(3, 21, 38, 0.96), rgba(3, 21, 38, 0.55), rgba(3, 21, 38, 0.9));
}
.p-work-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-work-cta__inner {
  position: relative;
  z-index: 2;
  width: min(var(--container-width), 100% - 48px);
  margin-inline: auto;
  padding: 96px 0;
}

.p-work-cta__title {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.45;
}

.p-work-cta__text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
}

.p-work-cta__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.p-work-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  color: var(--color-text-light);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.p-work-cta__button--primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.p-home-attractions {
  position: relative;
  overflow: hidden;
}
.p-home-attractions::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -220px;
  width: 900px;
  height: 720px;
  background: radial-gradient(circle at center, rgba(0, 190, 210, 0.28) 0%, rgba(0, 150, 180, 0.18) 34%, rgba(5, 58, 95, 0.08) 62%, rgba(5, 58, 95, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
}
.p-home-attractions__inner {
  position: relative;
  z-index: 1;
}
.p-home-attractions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-home-attractions__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 330px;
  padding: 0 38px 48px;
  text-align: center;
}
.p-home-attractions__item:nth-child(-n+3) {
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
.p-home-attractions__item:nth-child(n+4) {
  padding-top: 66px;
}
.p-home-attractions__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: calc(100% - 44px);
  background: rgba(64, 194, 221, 0.65);
}
.p-home-attractions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-bottom: 30px;
  color: #ff1728;
  font-size: 4.4rem;
  line-height: 1;
}
.p-home-attractions__icon i {
  display: block;
}
.p-home-attractions__item-title {
  margin: 0 0 36px;
  color: #fff;
  font-size: clamp(2.2rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.p-home-attractions__text {
  margin: auto 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-home-attractions__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .p-home-attractions__item {
    min-height: 300px;
    padding: 34px 28px;
    background: rgba(0, 31, 58, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  .p-home-attractions__item:nth-child(-n+3), .p-home-attractions__item:nth-child(n+4) {
    padding-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .p-home-attractions__item:not(:nth-child(3n))::after {
    display: none;
  }
  .p-home-attractions__item:nth-child(odd)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-attractions::before {
    display: none;
  }
  .p-home-attractions__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-home-attractions__item {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    row-gap: 14px;
    align-items: center;
    min-height: auto;
    padding: 22px 18px 24px;
    text-align: left;
    background: rgba(0, 31, 58, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 4px solid var(--color-primary);
  }
  .p-home-attractions__item:nth-child(-n+3), .p-home-attractions__item:nth-child(n+4) {
    padding-top: 22px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .p-home-attractions__item::after, .p-home-attractions__item:nth-child(odd)::after {
    display: none;
  }
  .p-home-attractions__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    font-size: 2.35rem;
  }
  .p-home-attractions__item-title {
    margin-bottom: 0;
    font-size: 1.35rem;
    line-height: 1.38;
    letter-spacing: 0.04em;
  }
  .p-home-attractions__text {
    grid-column: 1/-1;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
  }
}

.p-home-interview {
  background: var(--color-bg-dark);
  overflow: hidden;
  margin-top: -120px;
  --skew-size: clamp(48px, 7vw, 120px);
  clip-path: polygon(0 var(--skew-size), 100% 0, 100% 100%, 0 100%);
  position: relative;
}
.p-home-interview::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -220px;
  width: 900px;
  height: 720px;
  background: radial-gradient(circle at center, rgba(0, 190, 210, 0.28) 0%, rgba(0, 150, 180, 0.18) 34%, rgba(5, 58, 95, 0.08) 62%, rgba(5, 58, 95, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
}
.p-home-interview .l-section {
  padding-block: 200px 120px;
}
.p-home-interview__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.p-home-interview__button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  min-height: 56px;
  padding: 8px 10px 8px 28px;
  color: #fff;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.24);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.p-home-interview__button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color-bg-dark);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.p-home-interview__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  color: var(--color-primary);
  background: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.p-home-interview__button:hover .p-home-interview__button-icon {
  color: #fff;
  background: var(--color-primary);
  transform: translateX(3px);
}
.p-home-interview__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p-home-interview__card {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 252px;
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-base), transform 0.25s ease;
}
.p-home-interview__card-image {
  position: relative;
  overflow: hidden;
  min-height: 252px;
  background: #111;
}
.p-home-interview__card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(6, 17, 28, 0.18);
  pointer-events: none;
}
.p-home-interview__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 252px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transform: scale(1);
  transition: transform 0.45s ease, filter 0.35s ease;
  will-change: transform, filter;
}
.p-home-interview__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 252px;
  padding: 48px 20px;
  color: #050505;
  background: var(--color-bg-light);
}
.p-home-interview__card-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 24px;
  color: #35364d;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-home-interview__card-label span {
  color: #ff1728;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
.p-home-interview__card-title {
  margin: 0 0 20px;
  color: #050505;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.p-home-interview__card-text {
  margin: 0;
  color: #050505;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.p-home-interview__card:hover .p-home-interview__card-image img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .p-home-interview__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .p-home-interview__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-home-interview .l-section {
    padding-block: 144px 80px;
  }
  .p-home-interview__head {
    margin-bottom: 40px;
  }
  .p-home-interview__button {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding-left: 22px;
    font-size: 0.95rem;
  }
  .p-home-interview__card {
    grid-template-columns: 1fr;
  }
  .p-home-interview__card-image, .p-home-interview__card-image img, .p-home-interview__card-body {
    min-height: 220px;
  }
}

.p-home-faq {
  position: relative;
  overflow: hidden;
  background: url("../images/faq/faq-bg.webp") center/cover no-repeat;
}
.p-home-faq__content {
  max-width: 690px;
}
.p-home-faq__heading {
  margin-bottom: 46px;
}
.p-home-faq__en {
  margin: 0 0 14px;
  color: #ff1428;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
}
.p-home-faq__title {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.p-home-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  align-items: start;
  gap: 14px 20px;
}
.p-home-faq__item {
  overflow: hidden;
  color: #fff;
  background: rgba(0, 5, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  backdrop-filter: blur(6px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.p-home-faq__item:hover {
  background: rgba(0, 20, 38, 0.86);
  border-color: rgb(255, 255, 255);
  transform: translateY(-2px);
}
.p-home-faq__item.is-open {
  background: rgba(0, 20, 38, 0.9);
  border-color: rgba(230, 0, 18, 0.95);
}
.p-home-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 0 14px 0 28px;
  color: inherit;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.p-home-faq__toggle:hover {
  opacity: 1;
}
.p-home-faq__question {
  display: block;
  padding-right: 16px;
}
.p-home-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.p-home-faq__icon::before, .p-home-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease, transform 0.25s ease;
}
.p-home-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-home-faq__item.is-open .p-home-faq__icon::before, .p-home-faq__item.is-open .p-home-faq__icon::after {
  background: var(--color-primary);
}
.p-home-faq__item.is-open .p-home-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-home-faq__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease;
}
.p-home-faq__answer {
  margin: 0;
  padding: 0 58px 20px 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-home-faq__cta {
  margin-top: 60px;
  text-align: center;
}
.p-home-faq__catch {
  margin: 0 0 28px;
  color: #fff000;
  font-size: clamp(3rem, 3.6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
  font-feature-settings: "palt";
}
.p-home-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  min-height: 76px;
  padding: 0 48px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: #e60012;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.p-home-faq__button:hover {
  background: #ff1024;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 767px) {
  .p-home-faq__content {
    max-width: none;
  }
  .p-home-faq__list {
    grid-template-columns: 1fr;
  }
  .p-home-faq__toggle {
    min-height: 54px;
    padding: 0 16px 0 18px;
  }
  .p-home-faq__answer {
    padding: 0 48px 18px 18px;
    font-size: 0.875rem;
  }
  .p-home-faq__catch {
    margin-bottom: 22px;
    font-size: clamp(1.85rem, 7vw, 2.45rem);
    line-height: 1.45;
    letter-spacing: 0.02em;
  }
  .p-home-faq__catch br {
    display: none;
  }
  .p-home-faq__button {
    min-width: 0;
    width: 100%;
    min-height: 62px;
    padding: 0 24px;
    font-size: 1.25rem;
  }
}

html,
body {
  overflow-x: hidden;
}

.p-page-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: #001f3a;
}
.p-page-hero__image {
  position: absolute;
  inset: 0;
}
.p-page-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 18, 34, 0.92) 0%, rgba(0, 31, 58, 0.68) 44%, rgba(0, 31, 58, 0.18) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.p-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 10vw);
  min-height: 520px;
  margin-inline: auto;
  padding-top: 88px;
}
.p-page-hero__label, .p-page-hero__title {
  font-family: var(--font-en);
}
.p-page-hero__label {
  margin-bottom: 18px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.p-page-hero__title {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 5.6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
}
.p-page-hero__lead {
  max-width: 900px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.6;
}

.p-lower-section {
  color: var(--color-text);
  background: #fff;
}
.p-lower-section--light {
  background: linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px) 0 0/112px 112px, #f5f8fb;
}
.p-lower-section--summary {
  padding-block: clamp(82px, 9vw, 122px);
}
.p-lower-section--dark {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px) 0 0/96px 96px, linear-gradient(135deg, #002443 0%, #003e73 100%);
}
.p-lower-section--dark .p-lower-title,
.p-lower-section--dark .p-lower-text,
.p-lower-section--dark .p-lower-catch {
  color: #fff;
}
.p-lower-section__inner {
  margin-inline: auto;
}

.p-lower-label {
  margin-bottom: 14px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.p-lower-title {
  color: var(--color-text);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
}
.p-lower-title span {
  display: inline-block;
}
.p-lower-title--split span {
  display: block;
  white-space: nowrap;
}

.p-lower-catch {
  margin-top: 18px;
  color: var(--color-primary);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
}

.p-lower-text {
  margin-top: 24px;
  max-width: 720px;
  color: #26394a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-hero__lead,
.p-lower-title,
.p-lower-catch,
.p-lower-text,
.p-interview-card h2,
.p-interview-card h3,
.p-interview-card p {
  overflow-wrap: normal;
  word-break: normal;
}

.p-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}
.p-split > * {
  min-width: 0;
}
.p-split .p-lower-title {
  font-size: clamp(2.1rem, 3.4vw, 3rem);
}
.p-split__images {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 16px;
  align-items: end;
}
.p-split__images img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 46px rgba(0, 13, 26, 0.28);
}
.p-split__images img:nth-child(2) {
  height: 300px;
  align-self: end;
}

.p-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.p-value-card {
  position: relative;
  min-height: 250px;
  padding: 32px;
  background: rgba(0, 14, 28, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.p-value-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72px;
  height: 4px;
  background: var(--color-primary);
}
.p-value-card:hover {
  background: rgba(0, 19, 38, 0.42);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-4px);
}
.p-value-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-value-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}
.p-value-card p {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.9;
}

.p-job-detail {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(52px, 6vw, 88px);
  align-items: center;
}
.p-job-detail > * {
  min-width: 0;
}
.p-job-detail figure {
  overflow: hidden;
  border: 1px solid rgba(0, 31, 58, 0.12);
  box-shadow: 0 24px 56px rgba(0, 31, 58, 0.2);
}
.p-job-detail img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.p-check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.p-check-list li {
  position: relative;
  padding-left: 24px;
  color: #1f2f3f;
  font-weight: 700;
  line-height: 1.8;
}
.p-check-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--color-primary);
  border-radius: 50%;
}
.p-check-list--light li {
  color: #fff;
}

.p-field-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.p-field-grid article {
  overflow: hidden;
  background: #f5f8fb;
  border: 1px solid #dbe4ec;
  box-shadow: 0 16px 36px rgba(0, 31, 58, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.p-field-grid article:hover {
  box-shadow: 0 22px 44px rgba(0, 31, 58, 0.13);
  transform: translateY(-4px);
}
.p-field-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}
.p-field-grid h3 {
  margin: 22px 22px 10px;
  color: #001f3a;
  font-size: 1.2rem;
  font-weight: 800;
}
.p-field-grid p {
  margin: 0 22px 24px;
  color: #26394a;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-two-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.p-two-panel article {
  position: relative;
  padding: 40px;
  background: rgba(0, 14, 28, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 44px rgba(0, 13, 26, 0.18);
}
.p-two-panel article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-primary);
}
.p-two-panel h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 800;
}

.p-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.p-timeline article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dbe4ec;
  box-shadow: 0 14px 34px rgba(0, 31, 58, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.p-timeline article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 4px;
  background: var(--color-primary);
}
.p-timeline article:hover {
  border-color: rgba(0, 62, 115, 0.35);
  box-shadow: 0 20px 42px rgba(0, 31, 58, 0.12);
  transform: translateY(-4px);
}
.p-timeline span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.p-timeline h3 {
  margin-bottom: 10px;
  color: #001f3a;
  font-size: 1.2rem;
  font-weight: 800;
}
.p-timeline p {
  color: #26394a;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-schedule-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(48px, 6vw, 84px);
  align-items: start;
}
.p-schedule-layout > * {
  min-width: 0;
}

.p-schedule-list {
  margin-top: 34px;
  border-top: 1px solid #d8e1ea;
}
.p-schedule-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #d8e1ea;
  transition: background-color 0.2s ease, padding-inline 0.2s ease;
}
.p-schedule-list div:hover {
  padding-inline: 16px;
  background: rgba(0, 62, 115, 0.045);
}
.p-schedule-list dt {
  color: #003e73;
  font-family: var(--font-en);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.p-schedule-list dd {
  color: #1f2f3f;
  font-weight: 800;
}

.p-note {
  margin-top: 18px;
  color: #516273;
  font-size: 0.9rem;
  font-weight: 600;
}
.p-note--light {
  color: #fff;
}

.p-support-box {
  position: relative;
  padding: 40px;
  color: #fff;
  background: linear-gradient(145deg, #002443, #00182e);
  box-shadow: 0 20px 50px rgba(0, 31, 58, 0.18);
}
.p-support-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.p-support-box i {
  margin-bottom: 18px;
  color: var(--color-primary);
  font-size: 2.8rem;
}
.p-support-box h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}
.p-support-box p {
  color: #fff;
  font-weight: 600;
  line-height: 2;
}

.p-lower-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 18, 34, 0.94) 0%, rgba(0, 31, 58, 0.82) 48%, rgba(0, 31, 58, 0.44) 100%), url("../images/faq/faq-bg.webp") center/cover no-repeat;
}
.p-lower-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px) 0 0/112px 112px, linear-gradient(180deg, rgba(0, 13, 26, 0.1), rgba(0, 13, 26, 0.44));
  pointer-events: none;
}
.p-lower-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #003e73, #005b9c);
}
.p-lower-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}
.p-lower-cta h2 {
  max-width: 1040px;
  margin-bottom: 32px;
  color: #fff;
  font-size: clamp(2.4rem, 3.7vw, 3.55rem);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}
.p-lower-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.p-lower-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 56px;
  padding: 0 28px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.p-lower-cta__button--primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.28);
}
.p-lower-cta__button:hover {
  background: #fff;
  border-color: #fff;
  color: #001f3a;
  transform: translateY(-2px);
}

.p-interview-lead {
  text-align: center;
}
.p-interview-lead .p-lower-text {
  margin-inline: auto;
}

.p-lower-section--light:has(.p-interview-lead) {
  background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}
.p-lower-section--light:has(.p-interview-lead) .p-lower-label {
  margin-bottom: 18px;
  font-size: 0.95rem;
}
.p-lower-section--light:has(.p-interview-lead) .p-lower-title {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.35;
}
.p-lower-section--light:has(.p-interview-lead) .p-lower-text {
  margin-top: 28px;
  max-width: 760px;
  color: #183249;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 2.05;
}

.p-interview-story {
  background: linear-gradient(90deg, rgba(0, 31, 58, 0.035) 0 1px, transparent 1px) 0 0/112px 112px, #f5f8fb;
}
.p-interview-story__inner {
  display: grid;
  gap: 44px;
  margin-inline: auto;
}

.p-interview-card {
  position: relative;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
  padding: clamp(32px, 4.4vw, 56px);
  overflow: visible;
  background: #fff;
  border: 1px solid #dbe6ef;
  border-top: 4px solid var(--color-primary);
  box-shadow: 0 22px 56px rgba(0, 31, 58, 0.09);
}
.p-interview-card > * {
  min-width: 0;
}
.p-interview-card:nth-child(even) {
  grid-template-columns: 1fr 340px;
}
.p-interview-card:nth-child(even) .p-interview-card__image {
  order: 2;
}
.p-interview-card:nth-child(even) .p-interview-card__body {
  order: 1;
}
.p-interview-card__image {
  position: relative;
  align-self: start;
  overflow: hidden;
  height: 420px;
  margin: 0;
  background: #001f3a;
  border: 1px solid #d4e0ea;
  box-shadow: 0 16px 34px rgba(0, 31, 58, 0.13);
}
.p-interview-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 31, 58, 0.02), rgba(0, 31, 58, 0.18));
  pointer-events: none;
}
.p-interview-card__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.p-interview-card__body {
  position: relative;
  padding: 0;
}
.p-interview-card__body::before {
  display: none;
}
.p-interview-card__number {
  margin-bottom: 12px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.p-interview-card__profile {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 14px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  background: #003e73;
}
.p-interview-card h2 {
  max-width: 760px;
  margin-bottom: 26px;
  color: #001f3a;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-interview-card h3 {
  position: relative;
  margin: 24px 0 10px;
  padding-left: 18px;
  color: var(--color-primary);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.6;
}
.p-interview-card h3::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.p-interview-card p {
  color: #26394a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.95;
}
.p-interview-card__profile {
  color: #fff !important;
}

.p-growth-reasons {
  color: #fff;
  background: radial-gradient(circle at 50% 0%, rgba(0, 92, 150, 0.35), rgba(0, 31, 58, 0) 42%), linear-gradient(135deg, #001a31 0%, #003e73 100%);
}
.p-growth-reasons__inner {
  margin-inline: auto;
}
.p-growth-reasons__title {
  position: relative;
  margin-bottom: 52px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}
.p-growth-reasons__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 44px;
  height: 3px;
  background: var(--color-primary);
  transform: translateX(-50%);
}
.p-growth-reasons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p-growth-reasons__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  padding: 0 34px;
  text-align: center;
}
.p-growth-reasons__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(255, 255, 255, 0.24);
}
.p-growth-reasons__item h3 {
  margin: 20px 0 16px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.45;
}
.p-growth-reasons__item p {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.9;
}
.p-growth-reasons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: var(--color-primary);
  line-height: 1;
}
.p-growth-reasons__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-recruit-summary {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) 1.22fr;
  gap: 0;
  align-items: stretch;
  padding-block: 0;
  background: #fff;
  border: 1px solid #d8e1ea;
  box-shadow: 0 24px 58px rgba(0, 31, 58, 0.1);
}
.p-recruit-summary > * {
  min-width: 0;
}
.p-recruit-summary > div:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  padding: clamp(40px, 4.5vw, 60px);
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px) 0 0/72px 72px, linear-gradient(135deg, #001f3a 0%, #003e73 100%);
  border-top: 0;
  box-shadow: none;
  overflow: hidden;
}
.p-recruit-summary > div:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--color-primary);
}
.p-recruit-summary > div:first-child::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -74px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: rotate(45deg);
}
.p-recruit-summary .p-lower-title,
.p-recruit-summary .p-lower-text {
  color: #fff;
}
.p-recruit-summary .p-lower-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.35;
}
.p-recruit-summary .p-lower-title span {
  display: block;
  white-space: nowrap;
}
.p-recruit-summary .p-lower-text {
  max-width: 480px;
  font-weight: 700;
  opacity: 0.92;
}
.p-recruit-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: clamp(30px, 4vw, 46px);
  background: #fff;
}
.p-recruit-summary dl div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 26px 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: background-color 0.2s ease;
}
.p-recruit-summary dl div::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 32px;
  width: 42px;
  height: 3px;
  background: var(--color-primary);
}
.p-recruit-summary dl div:nth-child(odd) {
  border-right: 1px solid #d8e1ea;
}
.p-recruit-summary dl div:nth-child(n+3) {
  border-top: 1px solid #d8e1ea;
}
.p-recruit-summary dl div:hover {
  background: #f7fafc;
}
.p-recruit-summary dt {
  margin: 14px 0 34px;
  color: #003e73;
  font-size: 0.9rem;
  font-weight: 800;
}
.p-recruit-summary dd {
  color: #1f2f3f;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.45;
}
.p-recruit-summary dd span {
  display: block;
  margin-top: 6px;
  color: #667789;
  font-size: 0.82rem;
  font-weight: 700;
}

.p-requirements-table {
  margin-top: 42px;
  background: #fff;
  border: 1px solid #d8e1ea;
  box-shadow: 0 24px 64px rgba(0, 31, 58, 0.1);
  overflow: hidden;
}
.p-requirements-table dl div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  align-items: start;
  padding: 28px 38px;
  border-bottom: 1px solid #d8e1ea;
  transition: background-color 0.18s ease;
}
.p-requirements-table dl div:hover {
  background: #f7fafc;
}
.p-requirements-table dl div:last-child {
  border-bottom: 0;
}
.p-requirements-table dt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003e73;
  font-size: 1.05rem;
  font-weight: 800;
}
.p-requirements-table dt::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 50%;
}
.p-requirements-table dd {
  color: #26394a;
  font-weight: 600;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.p-income-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.p-income-grid article {
  position: relative;
  min-height: 210px;
  padding: 34px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), rgba(0, 14, 28, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 42px rgba(0, 13, 26, 0.14);
}
.p-income-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 64px;
  height: 4px;
  background: var(--color-primary);
}
.p-income-grid small {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-en);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.p-income-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--color-accent);
  font-family: var(--font-en);
  font-size: clamp(2.7rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
}
.p-income-grid p {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

.p-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.p-system-grid article {
  position: relative;
  min-height: 260px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #d8e1ea;
  box-shadow: 0 14px 34px rgba(0, 31, 58, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.p-system-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-primary);
  transform: scaleX(0.22);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.p-system-grid article:hover {
  box-shadow: 0 20px 42px rgba(0, 31, 58, 0.11);
  transform: translateY(-4px);
}
.p-system-grid article:hover::before {
  transform: scaleX(1);
}
.p-system-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--color-primary);
  font-size: 2rem;
  background: rgba(230, 0, 18, 0.08);
  border-radius: 50%;
}
.p-system-grid h3 {
  margin-bottom: 14px;
  color: #001f3a;
  font-size: 1.2rem;
  font-weight: 800;
}
.p-system-grid p {
  color: #26394a;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.85;
}

.p-flow-layout {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 48px;
  align-items: start;
}
.p-flow-layout > * {
  min-width: 0;
}

.p-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  counter-reset: none;
}
.p-flow-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 185px;
  padding: 32px 24px 28px;
  color: #1f2f3f;
  font-weight: 800;
  background: #fff;
  border: 1px solid #d8e1ea;
  box-shadow: 0 14px 34px rgba(0, 31, 58, 0.05);
}
.p-flow-list li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 4px;
  background: var(--color-primary);
}
.p-flow-list li:not(:last-child)::after {
  display: none;
}
.p-flow-list span {
  display: block;
  margin-bottom: 26px;
  color: #003e73;
  font-family: var(--font-en);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.p-entry {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) 1fr;
  gap: clamp(48px, 6vw, 84px);
  align-items: start;
}
.p-entry > * {
  min-width: 0;
}
.p-entry__lead {
  position: sticky;
  top: 120px;
  box-sizing: border-box;
  width: 100%;
  padding: 42px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px) 0 0/72px 72px, linear-gradient(135deg, #001f3a 0%, #003e73 100%);
  box-shadow: 0 22px 56px rgba(0, 31, 58, 0.14);
}
.p-entry__lead .p-lower-title,
.p-entry__lead .p-lower-text {
  color: #fff;
}
.p-entry__lead .p-lower-title {
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.35;
}
.p-entry__lead .p-lower-title span {
  display: block;
  white-space: nowrap;
}
.p-entry__lead .p-lower-text {
  font-weight: 700;
  opacity: 0.9;
}

.p-entry-form {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(34px, 5vw, 56px);
  background: #fff;
  border: 1px solid #d8e1ea;
  box-shadow: 0 22px 56px rgba(0, 31, 58, 0.09);
}
.p-entry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.p-entry-form__field {
  display: grid;
  gap: 10px;
}
.p-entry-form__field--wide {
  grid-column: 1/-1;
}
.p-entry-form__field span {
  color: #001f3a;
  font-size: 0.95rem;
  font-weight: 800;
}
.p-entry-form__field em {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 7px;
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1;
  background: var(--color-primary);
}
.p-entry-form input,
.p-entry-form select,
.p-entry-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  color: #001f3a;
  font: inherit;
  font-weight: 700;
  background: #f7fafc;
  border: 1px solid #cfdbe6;
  border-radius: 0;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.p-entry-form input:focus,
.p-entry-form select:focus,
.p-entry-form textarea:focus {
  background: #fff;
  border-color: #003e73;
  box-shadow: 0 0 0 3px rgba(0, 62, 115, 0.12);
}
.p-entry-form textarea {
  min-height: 180px;
  padding-block: 16px;
  resize: vertical;
  line-height: 1.8;
}
.p-entry-form__privacy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #26394a;
  font-weight: 800;
}
.p-entry-form__privacy input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  accent-color: var(--color-primary);
}
.p-entry-form__submit {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.p-entry-form__submit button {
  min-width: 260px;
  min-height: 62px;
  padding: 0 34px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  background: var(--color-primary);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.22);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.p-entry-form__submit button:hover {
  background: #c90010;
  box-shadow: 0 20px 38px rgba(230, 0, 18, 0.28);
  transform: translateY(-2px);
}
.p-entry-form__submit p {
  margin: 0;
  color: #667789;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-thanks {
  position: relative;
}
.p-thanks__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px) 0 0/72px 72px, linear-gradient(135deg, #001f3a 0%, #003e73 100%);
  box-shadow: 0 28px 70px rgba(0, 31, 58, 0.16);
}
.p-thanks__panel::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: rotate(45deg);
}
.p-thanks__content, .p-thanks__note {
  position: relative;
  z-index: 1;
}
.p-thanks__label {
  margin: 0 0 18px;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}
.p-thanks h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  font-weight: 800;
  line-height: 1.28;
}
.p-thanks__text {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 2;
}
.p-thanks__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.p-thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 28px;
  color: #fff;
  font-weight: 800;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(230, 0, 18, 0.24);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.p-thanks__button:hover {
  background: #c90010;
  border-color: #c90010;
  transform: translateY(-2px);
}
.p-thanks__button--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}
.p-thanks__button--outline:hover {
  color: #001f3a;
  background: #fff;
  border-color: #fff;
}
.p-thanks__note {
  padding: 32px;
  background: rgba(0, 16, 31, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.p-thanks__note-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
.p-thanks__note-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-thanks__note-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  line-height: 1.8;
}
.p-thanks__note-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 50%;
}
.p-thanks__note-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-thanks__note-list a:hover {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-value-grid,
  .p-field-grid,
  .p-timeline,
  .p-income-grid,
  .p-system-grid,
  .p-flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-split,
  .p-job-detail,
  .p-schedule-layout,
  .p-recruit-summary,
  .p-flow-layout,
  .p-entry {
    grid-template-columns: 1fr;
  }
  .p-entry__lead {
    position: static;
  }
  .p-thanks__panel {
    grid-template-columns: 1fr;
  }
  .p-recruit-summary > div:first-child {
    min-height: 340px;
  }
  .p-interview-card,
  .p-interview-card--reverse {
    grid-template-columns: 1fr;
  }
  .p-interview-card .p-interview-card__image,
  .p-interview-card--reverse .p-interview-card__image {
    order: initial;
  }
  .p-interview-card .p-interview-card__body,
  .p-interview-card--reverse .p-interview-card__body {
    order: initial;
  }
  .p-interview-card:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .p-interview-card:nth-child(even) .p-interview-card__image,
  .p-interview-card:nth-child(even) .p-interview-card__body {
    order: initial;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 72px;
    padding-inline: 16px;
  }
  .l-header__brand {
    gap: 10px;
  }
  .l-header__logo {
    width: 54px;
  }
  .l-header__brand-title {
    font-size: 0.92rem;
  }
  .l-header__brand-label {
    font-size: 0.72rem;
  }
  .p-page-hero {
    min-height: 430px;
  }
  .p-page-hero__inner {
    width: calc(100% - 10vw);
    min-height: 430px;
    padding-top: 72px;
  }
  .p-page-hero__label {
    font-size: 0.9rem;
  }
  .p-page-hero__title {
    font-size: 2.65rem;
  }
  .p-page-hero__lead {
    max-width: 100%;
    font-size: 0.95rem;
  }
  .p-lower-section__inner {
    margin-inline: auto;
  }
  .p-lower-section--summary {
    padding-block: 56px;
  }
  .p-lower-title {
    font-size: 1.5rem;
  }
  .p-page-hero__lead,
  .p-lower-title,
  .p-lower-catch,
  .p-lower-text,
  .p-interview-card h2,
  .p-interview-card h3,
  .p-interview-card p {
    line-break: strict;
    overflow-wrap: normal;
    word-break: normal;
  }
  .p-lower-text {
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.9;
  }
  .p-lower-title--split span {
    white-space: normal;
  }
  .p-interview-lead {
    text-align: left;
  }
  .p-interview-lead .p-lower-label,
  .p-interview-lead .p-lower-title {
    text-align: center;
  }
  .p-lower-section--light:has(.p-interview-lead) .p-lower-title {
    font-size: 1.7rem;
  }
  .p-lower-section--light:has(.p-interview-lead) .p-lower-text {
    margin-top: 24px;
    font-size: 0.95rem;
    line-height: 1.95;
  }
  .p-interview-story__inner {
    gap: 44px;
  }
  .p-interview-card {
    border-radius: 0;
    box-shadow: 0 18px 48px rgba(0, 31, 58, 0.12);
  }
  .p-interview-card__image, .p-interview-card--reverse .p-interview-card__image {
    height: auto;
    margin: 0;
  }
  .p-interview-card__image img {
    min-height: 0;
    height: 300px;
  }
  .p-interview-card__body {
    padding: 32px 20px 36px;
  }
  .p-interview-card__body::before {
    width: 4px;
  }
  .p-interview-card__number {
    font-size: 1rem;
  }
  .p-interview-card__profile {
    margin-bottom: 22px;
    font-size: 0.78rem;
  }
  .p-interview-card h3 {
    margin-top: 24px;
    font-size: 0.98rem;
  }
  .p-interview-card p {
    font-size: 0.88rem;
    line-height: 1.95;
  }
  .p-interview-card h2 {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  .p-growth-reasons__title {
    margin-bottom: 42px;
    font-size: 1.45rem;
  }
  .p-growth-reasons__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-growth-reasons__item {
    min-height: auto;
    padding: 32px 12px;
  }
  .p-growth-reasons__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .p-growth-reasons__item:not(:last-child)::after {
    display: none;
  }
  .p-split__images {
    grid-template-columns: 1fr;
  }
  .p-split__images img,
  .p-split__images img:nth-child(2) {
    height: 260px;
  }
  .p-value-grid,
  .p-field-grid,
  .p-timeline,
  .p-two-panel,
  .p-income-grid,
  .p-system-grid,
  .p-flow-list,
  .p-recruit-summary dl {
    grid-template-columns: 1fr;
  }
  .p-flow-list li {
    min-height: auto;
  }
  .p-flow-list li::after {
    display: none;
  }
  .p-entry-form__grid {
    grid-template-columns: 1fr;
  }
  .p-entry__lead,
  .p-entry-form {
    padding: 28px;
  }
  .p-entry__lead .p-lower-title span {
    white-space: normal;
  }
  .p-entry__lead .p-lower-text {
    overflow-wrap: anywhere;
  }
  .p-thanks__panel {
    padding: 34px 22px;
  }
  .p-thanks h2 {
    font-size: 2.25rem;
  }
  .p-thanks__text {
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .p-thanks__button {
    width: 100%;
  }
  .p-thanks__note {
    padding: 24px 20px;
  }
  .p-job-detail img {
    height: 360px;
  }
  .p-schedule-list div,
  .p-recruit-summary dl div,
  .p-requirements-table dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-recruit-summary > div:first-child {
    min-height: auto;
    padding: 34px 24px;
  }
  .p-recruit-summary .p-lower-title {
    width: 100%;
    min-width: 0;
    font-size: 1.85rem;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere;
    white-space: normal !important;
  }
  .p-recruit-summary .p-lower-title span {
    max-width: 100%;
    white-space: normal !important;
  }
  .p-recruit-summary .p-lower-text {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere;
    white-space: normal !important;
  }
  .p-requirements-table dd {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere;
    white-space: normal !important;
  }
  .p-recruit-summary dl div {
    min-height: auto;
    padding: 24px;
  }
  .p-recruit-summary dl div:nth-child(odd) {
    border-right: 0;
  }
  .p-recruit-summary dl div:nth-child(n+3) {
    border-top: 0;
  }
  .p-recruit-summary dl div:not(:last-child) {
    border-bottom: 1px solid #d8e1ea;
  }
  .p-recruit-summary dl div::before {
    top: 20px;
    left: 24px;
  }
  .p-requirements-table dl div {
    padding: 24px 20px;
  }
  .p-two-panel article,
  .p-support-box {
    padding: 28px;
  }
  .p-lower-cta__button {
    width: 100%;
  }
  .p-lower-cta {
    background-position: 62% center;
  }
  .p-lower-cta__inner {
    justify-items: stretch;
    text-align: center;
  }
  .p-lower-cta h2 {
    margin-bottom: 26px;
    font-size: 2rem;
    line-height: 1.45;
  }
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .l-footer__body {
    padding-top: 0;
  }
  .l-footer__nav {
    margin-left: 0;
  }
  .l-footer__nav-list {
    justify-content: flex-start;
  }
  .l-footer__copyright {
    margin-top: 32px;
    text-align: left;
  }
}
.cwcf-form-shell {
  padding: 40px;
}

/*# sourceMappingURL=styles.css.map */
