.page-executive-recruitment {
  --exec-navy: #1c2b33;
  --exec-green: #1f3a34;
  --exec-ink: #243038;
  --exec-muted: #5c676c;
  --exec-line: #d7ddd8;
  --exec-paper: #f6f4ef;
  --exec-gold: #a6844a;
  color: var(--exec-ink);
}

.p-exec {
  background: #fff;
}

.p-exec-fv {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  color: #f7f4ee;
  overflow: hidden;
  background: var(--exec-navy);
}

.p-exec-fv__media,
.p-exec-fv__media img,
.p-exec-asean__media,
.p-exec-asean__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.p-exec-fv__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 28, 32, 0.78) 0%, rgba(18, 28, 32, 0.42) 52%, rgba(18, 28, 32, 0.18) 100%);
}

.p-exec-fv__inner,
.p-exec-section__inner,
.p-exec-asean__inner {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.p-exec-fv__inner {
  position: relative;
  z-index: 1;
  padding: 120px 0 72px;
}

.p-exec-fv__en {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 1.45;
  color: #e6d3ae;
}

.p-exec-fv__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.p-exec-fv__lead {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-exec-fv__anchor {
  display: inline-block;
  margin-top: 32px;
  color: #f7f4ef;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(230, 211, 174, 0.8);
  padding-bottom: 4px;
}

.p-exec-section {
  padding: 88px 0;
}

.p-exec-intro,
.p-exec-roles,
.p-exec-position,
.p-exec-apply {
  background: var(--exec-paper);
}

.p-exec-kicker {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.18em;
  color: var(--exec-gold);
  font-size: 15px;
}

.p-exec-kicker--light,
.p-exec-heading--light {
  color: #f7f4ef;
}

.p-exec-heading {
  margin: 0 0 24px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-exec-prose p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 2;
  color: var(--exec-ink);
}

.p-exec-prose strong {
  font-weight: 700;
}

.p-exec-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.p-exec-figure {
  margin: 0;
}

.p-exec-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
}

.p-exec-note {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 2px solid var(--exec-gold);
  background: #fff;
}

.p-exec-note__label {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.p-exec-note p:last-child {
  margin: 0;
  color: var(--exec-muted);
  line-height: 1.8;
}

.p-exec-roles__note,
.p-exec-apply__hint {
  margin: -8px 0 28px;
  color: var(--exec-muted);
  font-size: 14px;
  line-height: 1.8;
}

.p-exec-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.p-exec-card {
  background: #fff;
  border: 1px solid var(--exec-line);
  padding: 24px 20px 28px;
  min-height: 180px;
}

.p-exec-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-exec-card h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-bottom: 14px;
  background: var(--exec-gold);
}

.p-exec-card p {
  margin: 0;
  color: var(--exec-muted);
  line-height: 1.8;
  font-size: 14px;
}

.p-exec-asean {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: #f7f4ef;
  overflow: hidden;
  background: var(--exec-green);
}

.p-exec-asean__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 36, 32, 0.15), rgba(20, 36, 32, 0.72));
}

.p-exec-asean__inner {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}

.p-exec-asean__inner p:last-child {
  max-width: 36em;
  margin: 0;
  line-height: 1.9;
}

.p-exec-flow {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}

.p-exec-flow li {
  position: relative;
  margin: 0;
  padding: 0 0 22px 28px;
  line-height: 1.6;
}

.p-exec-flow li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--exec-green);
}

.p-exec-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  bottom: 0;
  width: 1px;
  background: var(--exec-line);
}

.p-exec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-exec-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--exec-line);
  line-height: 1.7;
}

.p-exec-spec {
  margin: 0;
  background: #fff;
  border-top: 1px solid var(--exec-line);
}

.p-exec-spec__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--exec-line);
}

.p-exec-spec dt {
  margin: 0;
  font-weight: 500;
}

.p-exec-spec dd {
  margin: 0;
  line-height: 1.7;
}

.p-exec-spec__salary {
  display: block;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.p-exec-spec__note {
  display: block;
  margin-top: 4px;
  color: var(--exec-muted);
  font-size: 14px;
}

.p-exec-apply__panel {
  max-width: 760px;
}

.p-exec-form {
  margin-top: 12px;
}

.p-exec-field {
  margin-bottom: 22px;
}

.p-exec-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.p-exec-badge {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #8d3d36;
  color: #8d3d36;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-exec-badge--optional {
  border-color: #8a918c;
  color: #66706b;
}

.p-exec-field input,
.p-exec-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9d0cb;
  border-radius: 4px;
  background: #fff;
  color: var(--exec-ink);
  font: inherit;
  font-size: 16px;
  padding: 14px 16px;
  min-height: 52px;
}

.p-exec-field textarea {
  min-height: 160px;
  resize: vertical;
}

.p-exec-field input:focus,
.p-exec-field textarea:focus {
  outline: 2px solid rgba(31, 58, 52, 0.25);
  border-color: var(--exec-green);
}

.p-exec-field.is-error input,
.p-exec-field.is-error textarea {
  border-color: #8d3d36;
}

.p-exec-field__error,
.p-exec-form__alert {
  margin: 8px 0 0;
  color: #8d3d36;
  font-size: 13px;
}

.p-exec-privacy {
  margin: 8px 0 16px;
  color: var(--exec-muted);
  font-size: 13px;
  line-height: 1.8;
}

.p-exec-checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}

.p-exec-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.p-exec-check label {
  cursor: pointer;
}

.p-exec-check input {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  flex: 0 0 auto;
  accent-color: #1f3a34;
}

.p-exec-check .p-exec-badge {
  margin-left: 8px;
}

.p-exec-check.is-error,
.p-exec-checks.is-error .p-exec-field__error {
  color: #8d3d36;
}

.p-exec-privacy a {
  color: var(--exec-green);
}

.p-exec-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.p-exec-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 4px;
  background: var(--exec-green);
  color: #f7f4ee;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.p-exec-button--ghost {
  background: transparent;
  color: var(--exec-green);
  border: 1px solid var(--exec-green);
}

.p-exec-confirm {
  margin: 0 0 28px;
  background: #fff;
}

.p-exec-confirm > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--exec-line);
}

.p-exec-confirm dt {
  margin: 0;
  color: var(--exec-muted);
}

.p-exec-confirm dd {
  margin: 0;
  line-height: 1.7;
}

.p-exec-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.c-exec-banner {
  width: min(1080px, calc(100% - 40px));
  margin: 48px auto 56px;
}

.c-exec-banner__link {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 148px;
  text-decoration: none;
  color: #f7f4ee;
  background: #1c2b33;
  overflow: hidden;
}

.c-exec-banner__media {
  background-size: cover;
  background-position: center 35%;
}

.c-exec-banner__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px 28px;
}

.c-exec-banner__kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #e6d3ae;
}

.c-exec-banner__title {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-exec-banner__note {
  font-size: 13px;
  color: rgba(247, 244, 238, 0.78);
}

.c-exec-banner--image .c-exec-banner__link {
  display: block;
  background: transparent;
}

.c-exec-banner--image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .p-exec-split,
  .p-exec-cards,
  .c-exec-banner__link {
    grid-template-columns: 1fr;
  }

  .c-exec-banner__media {
    min-height: 140px;
  }

  .p-exec-spec__row,
  .p-exec-confirm > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media screen and (max-width: 768px) {
  .p-exec-fv {
    min-height: 86vh;
    align-items: flex-end;
  }

  .p-exec-fv__media img {
    object-position: center 30%;
  }

  .p-exec-fv__inner {
    padding: 96px 0 48px;
  }

  .p-exec-fv__lead,
  .p-exec-prose p {
    font-size: 15px;
  }

  .p-exec-section {
    padding: 56px 0;
  }

  .p-exec-fv__inner,
  .p-exec-section__inner,
  .p-exec-asean__inner,
  .c-exec-banner {
    width: min(1080px, calc(100% - 32px));
  }

  .p-exec-button {
    width: 100%;
  }

  .p-exec-field input,
  .p-exec-field textarea {
    font-size: 16px;
  }
}

.c-exec-banner--image {
  width: min(360px, calc(100% - 40px));
  margin: 28px auto 36px;
}
