/* ============================================================
   46-je-m — Atlux-style infrastructure consulting design
   Reference: https://je-m.jp/ (atlux-co.com)
   - Deep blue (#0a3a8c) + ultra-light bg (#fafdff)
   - Bridge/sky hero photo with strong horizontal layout
   - Massive thin-stroke outline "CONSULTING" headline
   - Pill-shaped white nav buttons on dark hero
   - Clean corporate tables and rows for company info
   ============================================================ */
@import url('./fonts.css');

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--p46-font-jp);
  background: #fafdff;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.02em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.p46-skip {
  position: absolute; left: -9999px; top: 0;
  background: #0a3a8c; color: #fff; padding: 8px 16px; z-index: 9999;
}
.p46-skip:focus { left: 16px; top: 16px; }

/* ─── HEADER (over hero) ────────────────────────────────── */
.p46-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  color: #fff;
  font-family: var(--p46-font-en);
}
.p46-header__brand {
  display: flex; align-items: center; gap: 14px;
  font-weight: 600; letter-spacing: 0.04em;
}
.p46-header__brand strong {
  font-size: 18px; font-weight: 600;
  font-family: var(--p46-font-en);
  letter-spacing: 0.08em;
}
.p46-header__brand small {
  font-size: 11px; opacity: 0.85;
  border-left: 1px solid rgba(255,255,255,0.4);
  padding-left: 14px;
}
.p46-header__lang {
  display: flex; gap: 4px; align-items: center;
  font-size: 12px; font-weight: 500;
  margin-left: 18px;
}
.p46-header__lang a {
  padding: 4px 10px;
  border-radius: 999px;
  opacity: 0.7;
}
.p46-header__lang a.is-on { opacity: 1; font-weight: 600; }
.p46-header__nav {
  display: flex; align-items: center; gap: 28px;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em;
}
.p46-header__nav a { padding: 6px 2px; }
.p46-header__nav a:hover { opacity: 0.7; }
.p46-header__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #0a3a8c;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em;
}
.p46-header__cta:hover { background: #f0f6ff; }

@media (max-width: 800px) {
  .p46-header { padding: 14px 18px; }
  .p46-header__nav { display: none; }
  .p46-header__brand small { display: none; }
}

/* ─── HERO ──────────────────────────────────────────────── */
.p46-hero {
  position: relative;
  height: 100vh; min-height: 640px; max-height: 880px;
  overflow: hidden;
  background: #051a3d;
  color: #fff;
}
.p46-hero__photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.p46-hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,20,55,0.35) 0%, rgba(5,20,55,0.15) 30%, rgba(5,20,55,0.65) 100%);
}
.p46-hero__inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 56px 80px;
  max-width: 1400px; margin: 0 auto;
}
.p46-hero__copy {
  font-family: var(--p46-font-jp);
  font-weight: 600;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 18px;
  white-space: pre-line;
}
.p46-hero__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 540px;
  margin: 0;
  opacity: 0.92;
}
.p46-hero__giant {
  position: absolute; left: -2vw; right: -2vw;
  bottom: 22%;
  font-family: var(--p46-font-en);
  font-weight: 200;
  font-size: clamp(80px, 14vw, 220px);
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.7);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}
.p46-hero__scroll {
  position: absolute;
  left: 50%; bottom: 24px;
  transform: translateX(-50%);
  font-family: var(--p46-font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  opacity: 0.75;
  z-index: 3;
}
.p46-hero__scroll::after {
  content: ""; display: block; width: 1px; height: 36px;
  background: rgba(255,255,255,0.5); margin: 8px auto 0;
}

@media (max-width: 800px) {
  .p46-hero__inner { padding: 0 22px 60px; }
  .p46-hero__giant { font-size: 64px; bottom: 30%; }
}

/* ─── ABOUT BLOCK ───────────────────────────────────────── */
.p46-about {
  padding: 140px 32px 120px;
  max-width: 1240px; margin: 0 auto;
}
.p46-about__label {
  font-family: var(--p46-font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #0a3a8c;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.p46-about__head {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 56px;
  letter-spacing: 0.04em;
}
.p46-about__head small {
  display: block; font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
  margin-top: 6px;
  letter-spacing: 0.08em;
}
.p46-about__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}
.p46-about__row__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.04em;
  color: #0a3a8c;
}
.p46-about__row__body {
  font-size: 14px;
  line-height: 2.1;
  color: #1a1a1a;
  margin: 0;
}
.p46-about__row__body p { margin: 0 0 16px; }
.p46-about__row__body p:last-child { margin: 0; }

@media (max-width: 800px) {
  .p46-about { padding: 80px 22px 60px; }
  .p46-about__row { grid-template-columns: 1fr; gap: 22px; }
}

/* ─── NUMBERS BAND ──────────────────────────────────────── */
.p46-nums {
  background: #fff;
  border-top: 1px solid #e5edf7;
  border-bottom: 1px solid #e5edf7;
  padding: 80px 32px;
}
.p46-nums__inner {
  max-width: 1240px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.p46-nums__cell {
  padding: 20px 28px;
  border-left: 1px solid #e5edf7;
}
.p46-nums__cell:first-child { border-left: 0; }
.p46-nums__label {
  font-family: var(--p46-font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #0a3a8c;
  margin: 0 0 12px;
}
.p46-nums__value {
  font-family: var(--p46-font-en);
  font-size: 46px;
  font-weight: 300;
  color: #0a3a8c;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1;
}
.p46-nums__value small {
  font-size: 16px;
  margin-left: 4px;
  font-weight: 400;
  color: #1a1a1a;
}
.p46-nums__note {
  font-size: 11px;
  color: #6a7787;
  margin: 10px 0 0;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .p46-nums__inner { grid-template-columns: repeat(2, 1fr); }
  .p46-nums__cell { border-left: 0; border-top: 1px solid #e5edf7; padding: 22px; }
  .p46-nums__cell:nth-child(1), .p46-nums__cell:nth-child(2) { border-top: 0; }
  .p46-nums__value { font-size: 36px; }
}

/* ─── BUSINESS / JOBS LIST ──────────────────────────────── */
.p46-biz {
  padding: 120px 32px;
  max-width: 1240px; margin: 0 auto;
}
.p46-biz__head {
  display: flex; align-items: baseline; gap: 22px;
  margin: 0 0 56px;
}
.p46-biz__head small {
  font-family: var(--p46-font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #0a3a8c;
}
.p46-biz__head h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
}
.p46-biz__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p46-biz__card {
  background: #fff;
  border: 1px solid #e5edf7;
  padding: 28px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  color: inherit;
}
.p46-biz__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10,58,140,0.08);
}
.p46-biz__card__img {
  aspect-ratio: 16 / 10;
  background: #f0f6ff;
  margin: -28px -26px 24px;
  overflow: hidden;
}
.p46-biz__card__img img {
  width: 100%; height: 100%; object-fit: cover;
}
.p46-biz__card__code {
  font-family: var(--p46-font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #0a3a8c;
  margin: 0 0 8px;
}
.p46-biz__card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p46-biz__card__sub {
  font-size: 12px;
  color: #6a7787;
  margin: 0 0 16px;
  line-height: 1.6;
}
.p46-biz__card__meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  font-size: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}
.p46-biz__card__meta b {
  display: inline-block; margin-right: 6px;
  font-weight: 500;
  color: #0a3a8c;
}

@media (max-width: 800px) {
  .p46-biz { padding: 60px 22px; }
  .p46-biz__grid { grid-template-columns: 1fr; }
}

/* ─── VOICES STRIP ──────────────────────────────────────── */
.p46-voices {
  background: #f4f8fc;
  padding: 110px 32px;
}
.p46-voices__inner { max-width: 1240px; margin: 0 auto; }
.p46-voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.p46-voices__card {
  background: #fff;
  padding: 36px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: start;
}
.p46-voices__card img {
  width: 96px; height: 96px;
  border-radius: 50%;
  object-fit: cover;
}
.p46-voices__quote {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}
.p46-voices__name {
  font-size: 13px;
  color: #0a3a8c;
  margin: 0;
  letter-spacing: 0.04em;
}
.p46-voices__name b { font-weight: 600; font-size: 15px; color: #0a0a0a; margin-right: 8px; }

@media (max-width: 800px) {
  .p46-voices { padding: 60px 22px; }
  .p46-voices__grid { grid-template-columns: 1fr; }
  .p46-voices__card { grid-template-columns: 72px 1fr; padding: 24px; }
  .p46-voices__card img { width: 72px; height: 72px; }
}

/* ─── NEWS BLOCK ────────────────────────────────────────── */
.p46-news {
  padding: 110px 32px;
  max-width: 1240px; margin: 0 auto;
}
.p46-news__head h2 {
  font-family: var(--p46-font-en);
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 0;
  color: #0a3a8c;
}
.p46-news__head small {
  display: block;
  font-size: 12px;
  color: #6a7787;
  margin-top: 4px;
}
.p46-news__list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.p46-news__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e5edf7;
  font-size: 14px;
  align-items: center;
}
.p46-news__row:first-child { border-top: 1px solid #e5edf7; }
.p46-news__row__date {
  font-family: var(--p46-font-en);
  font-size: 13px;
  font-weight: 500;
  color: #0a3a8c;
  letter-spacing: 0.04em;
}
.p46-news__more {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  padding: 12px 28px;
  border: 1px solid #0a3a8c;
  border-radius: 999px;
  font-family: var(--p46-font-en);
  font-size: 12px;
  color: #0a3a8c;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.p46-news__more:hover { background: #0a3a8c; color: #fff; }

@media (max-width: 800px) {
  .p46-news { padding: 60px 22px; }
  .p46-news__head h2 { font-size: 32px; }
  .p46-news__row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
}

/* ─── CONTACT CARD (sky photo + blue pill) ──────────────── */
.p46-contact {
  padding: 0 32px 110px;
  max-width: 1240px; margin: 0 auto;
}
.p46-contact__inner {
  position: relative;
  background: linear-gradient(180deg, #4a8fd9, #0a3a8c);
  border-radius: 24px;
  overflow: hidden;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
}
.p46-contact__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.55;
  z-index: 0;
}
.p46-contact__inner > * { position: relative; z-index: 1; }
.p46-contact__title {
  font-family: var(--p46-font-en);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}
.p46-contact__lead {
  font-size: 14px;
  margin: 0 0 32px;
  opacity: 0.95;
  letter-spacing: 0.04em;
}
.p46-contact__btn {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; color: #0a3a8c;
  padding: 18px 48px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.p46-contact__btn::after {
  content: "→";
  font-size: 12px;
  background: #0a3a8c;
  color: #fff;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ─── FOOTER ────────────────────────────────────────────── */
.p46-foot {
  background: #2c343d;
  color: #fff;
  padding: 60px 32px 40px;
}
.p46-foot__inner {
  max-width: 1240px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.p46-foot__brand strong {
  font-family: var(--p46-font-en);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 18px;
}
.p46-foot__brand p {
  font-size: 12px;
  line-height: 1.9;
  opacity: 0.75;
  margin: 0;
}
.p46-foot__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  font-size: 13px;
}
.p46-foot__nav a { opacity: 0.85; padding: 2px 0; }
.p46-foot__nav a:hover { opacity: 1; }
.p46-foot__bottom {
  max-width: 1240px; margin: 30px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  opacity: 0.65;
  letter-spacing: 0.04em;
}
.p46-foot__bottom__links { display: flex; gap: 22px; }
.p46-foot__bottom__src {
  font-family: var(--p46-font-en);
  letter-spacing: 0.08em;
}

@media (max-width: 800px) {
  .p46-foot__inner { grid-template-columns: 1fr; gap: 36px; }
  .p46-foot__bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* ============================================================
   COMMON LOWER PAGES
   ============================================================ */
.p46-page {
  padding: 0 0 0;
  background: #fafdff;
}
.p46-page__hero {
  position: relative;
  background: #051a3d;
  color: #fff;
  padding: 180px 32px 80px;
  overflow: hidden;
}
.p46-page__hero__photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.45;
  z-index: 0;
}
.p46-page__hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,20,55,0.4), rgba(5,20,55,0.75));
}
.p46-page__hero__inner {
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto;
}
.p46-page__hero__label {
  font-family: var(--p46-font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  opacity: 0.85;
  margin: 0 0 12px;
}
.p46-page__hero__title {
  font-family: var(--p46-font-en);
  font-size: clamp(48px, 9vw, 110px);
  font-weight: 200;
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1;
}
.p46-page__hero__sub {
  font-size: 16px;
  margin: 18px 0 0;
  opacity: 0.92;
  letter-spacing: 0.04em;
}
.p46-page__crumb {
  max-width: 1240px;
  margin: 22px auto;
  padding: 0 32px;
  font-family: var(--p46-font-en);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #6a7787;
}
.p46-page__crumb a { color: #0a3a8c; }
.p46-page__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 32px 100px;
}
.p46-page__lead {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 60px;
}

/* jobs index — common */
.p46-jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p46-jobcard {
  background: #fff;
  border: 1px solid #e5edf7;
  padding: 0;
  overflow: hidden;
  display: block;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p46-jobcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10,58,140,0.1);
}
.p46-jobcard__plate {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f6ff;
}
.p46-jobcard__plate img { width: 100%; height: 100%; object-fit: cover; }
.p46-jobcard__body { padding: 24px; }
.p46-jobcard__code {
  font-family: var(--p46-font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #0a3a8c;
  margin: 0 0 8px;
}
.p46-jobcard__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: 0.03em;
}
.p46-jobcard__sub {
  font-size: 12px;
  color: #6a7787;
  margin: 0 0 16px;
}
.p46-jobcard__meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  font-size: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}
.p46-jobcard__meta b { color: #0a3a8c; margin-right: 6px; font-weight: 500; }

@media (max-width: 800px) {
  .p46-jobs__grid { grid-template-columns: 1fr; }
}

/* job detail hero / sections */
.p46-job__hero {
  background: #051a3d;
  color: #fff;
  padding: 170px 32px 70px;
  position: relative;
  overflow: hidden;
}
.p46-job__hero__inner {
  position: relative; z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}
.p46-job__hero__photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.4;
  z-index: 0;
}
.p46-job__hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,20,55,0.4), rgba(5,20,55,0.8));
}
.p46-job__hero__code {
  font-family: var(--p46-font-en);
  font-size: 12px;
  letter-spacing: 0.25em;
  opacity: 0.85;
  margin: 0 0 10px;
}
.p46-job__hero__title {
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
}
.p46-job__hero__sub {
  font-size: 15px;
  opacity: 0.92;
  margin: 0 0 32px;
  line-height: 1.9;
  max-width: 720px;
}
.p46-job__hero__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 24px;
}
.p46-job__hero__meta > div {
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,0.12);
}
.p46-job__hero__meta > div:first-child { border-left: 0; padding-left: 0; }
.p46-job__hero__meta dt {
  font-family: var(--p46-font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  opacity: 0.75;
  margin: 0 0 4px;
}
.p46-job__hero__meta dd {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.p46-job__sec {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 32px;
  border-bottom: 1px solid #e5edf7;
}
.p46-job__sec:last-child { border-bottom: 0; }
.p46-job__sec__head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 22px;
}
.p46-job__sec__head__label {
  font-family: var(--p46-font-en);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #0a3a8c;
  font-weight: 500;
}
.p46-job__sec__head h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.04em;
}
.p46-job__sec__body {
  padding-left: 252px;
  font-size: 14px;
  line-height: 2.1;
}
.p46-job__sec__body ul {
  margin: 0; padding-left: 20px;
}
.p46-job__sec__body li { padding: 2px 0; }
.p46-job__sec__body p { margin: 0 0 12px; }

@media (max-width: 800px) {
  .p46-job__hero { padding: 130px 22px 50px; }
  .p46-job__hero__meta { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .p46-job__sec { padding: 36px 22px; }
  .p46-job__sec__head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
  .p46-job__sec__body { padding-left: 0; }
}

/* 1日の流れ */
.p46-day {
  display: flex; flex-direction: column; gap: 0;
}
.p46-day__row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #eef2f7;
  align-items: start;
}
.p46-day__row:last-child { border-bottom: 0; }
.p46-day__time {
  font-family: var(--p46-font-en);
  font-size: 22px;
  font-weight: 300;
  color: #0a3a8c;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p46-day__body h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
}
.p46-day__body p {
  margin: 0;
  font-size: 13px;
  color: #4a5560;
  line-height: 1.9;
}

/* requirements table */
.p46-reqtable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.p46-reqtable tr {
  border-bottom: 1px solid #e5edf7;
}
.p46-reqtable tr:first-child { border-top: 1px solid #e5edf7; }
.p46-reqtable th {
  text-align: left;
  width: 200px;
  padding: 22px 24px 22px 0;
  font-weight: 500;
  font-size: 13px;
  color: #0a3a8c;
  letter-spacing: 0.04em;
  vertical-align: top;
}
.p46-reqtable td {
  padding: 22px 0;
  line-height: 1.9;
  vertical-align: top;
}
.p46-reqtable td a { color: #0a3a8c; text-decoration: underline; }

@media (max-width: 800px) {
  .p46-reqtable, .p46-reqtable tbody, .p46-reqtable tr, .p46-reqtable th, .p46-reqtable td { display: block; width: 100%; }
  .p46-reqtable th { padding: 18px 0 4px; }
  .p46-reqtable td { padding: 0 0 18px; }
}

/* FAQ */
.p46-faqlist {
  display: flex; flex-direction: column;
  border-top: 1px solid #e5edf7;
}
.p46-faqitem {
  border-bottom: 1px solid #e5edf7;
}
.p46-faqitem summary {
  padding: 24px 40px 24px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p46-faqitem summary::-webkit-details-marker { display: none; }
.p46-faqitem summary::before {
  content: "Q";
  font-family: var(--p46-font-en);
  font-size: 14px;
  font-weight: 500;
  color: #0a3a8c;
  margin-right: 14px;
  letter-spacing: 0.06em;
}
.p46-faqitem summary::after {
  content: "+";
  position: absolute; right: 6px; top: 22px;
  font-size: 22px;
  font-weight: 300;
  color: #0a3a8c;
  transition: transform 0.3s ease;
}
.p46-faqitem[open] summary::after { transform: rotate(45deg); }
.p46-faqitem > div {
  padding: 0 40px 26px 28px;
  font-size: 14px;
  color: #4a5560;
  line-height: 2;
}

/* Form */
.p46-form {
  display: grid; gap: 22px;
  margin-top: 32px;
}
.p46-form > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #e5edf7;
}
.p46-form label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 10px;
}
.p46-form label small {
  display: inline-block;
  font-size: 10px;
  background: #0a3a8c;
  color: #fff;
  padding: 2px 8px;
  margin-left: 8px;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
.p46-form input,
.p46-form select,
.p46-form textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  border: 1px solid #d5dde8;
  background: #fff;
  border-radius: 4px;
}
.p46-form input:focus,
.p46-form select:focus,
.p46-form textarea:focus {
  outline: none;
  border-color: #0a3a8c;
  box-shadow: 0 0 0 3px rgba(10,58,140,0.08);
}
.p46-form button {
  margin-top: 16px;
  padding: 18px 56px;
  background: #0a3a8c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  justify-self: center;
  grid-column: 1 / -1;
}
.p46-form button:hover { background: #0d4ab0; }
.p46-form__note {
  font-size: 12px;
  color: #6a7787;
  line-height: 1.8;
  padding: 16px 20px;
  background: #f4f8fc;
  border-left: 3px solid #0a3a8c;
  margin: 0 0 12px;
}

@media (max-width: 800px) {
  .p46-form > div { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .p46-form label { padding-top: 0; }
}

/* History */
.p46-history {
  border-top: 1px solid #e5edf7;
  margin-top: 24px;
}
.p46-history__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e5edf7;
  align-items: start;
}
.p46-history__year {
  font-family: var(--p46-font-en);
  font-size: 22px;
  font-weight: 300;
  color: #0a3a8c;
  letter-spacing: 0.04em;
}
.p46-history__event {
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 800px) {
  .p46-history__row { grid-template-columns: 90px 1fr; gap: 14px; }
  .p46-history__year { font-size: 18px; }
}

/* Message (代表メッセージ) */
.p46-message {
  background: #f4f8fc;
  padding: 80px 32px;
  margin: 60px 0;
}
.p46-message__inner {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}
.p46-message__photo {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover; background-position: center;
  border-radius: 4px;
}
.p46-message__photo__cap {
  font-family: var(--p46-font-en);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #0a3a8c;
  margin: 14px 0 0;
}
.p46-message__photo__cap b {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  margin-top: 2px;
  letter-spacing: 0.02em;
}
.p46-message__label {
  font-family: var(--p46-font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #0a3a8c;
  margin: 0 0 12px;
}
.p46-message__title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p46-message__body {
  font-size: 14px;
  line-height: 2.2;
  white-space: pre-line;
}
.p46-message__sign {
  margin: 28px 0 0;
  font-size: 13px;
  color: #4a5560;
}
.p46-message__sign b {
  display: block;
  font-size: 16px;
  color: #0a0a0a;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

@media (max-width: 800px) {
  .p46-message { padding: 50px 22px; margin: 40px 0; }
  .p46-message__inner { grid-template-columns: 1fr; gap: 30px; }
  .p46-message__photo { max-width: 220px; }
  .p46-message__title { font-size: 22px; }
}

/* Mission/Vision/Value blocks (Atlux signature) */
.p46-mvv {
  margin: 60px 0;
}
.p46-mvv__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  padding: 42px 0;
  border-bottom: 1px solid #e5edf7;
  align-items: start;
}
.p46-mvv__row:first-child { border-top: 1px solid #e5edf7; }
.p46-mvv__label {
  font-family: var(--p46-font-en);
  font-size: 38px;
  font-weight: 200;
  color: #0a3a8c;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1;
}
.p46-mvv__label small {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #6a7787;
}
.p46-mvv__body {
  font-size: 15px;
  line-height: 2;
  margin: 0;
}
.p46-mvv__body ul {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 10px;
}
.p46-mvv__body li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Value (dark blue panel like the screenshot) */
.p46-mvv--dark {
  background: #0a3a8c;
  color: #fff;
  margin: 60px -1000px;
  padding: 0 1000px;
}
.p46-mvv--dark .p46-mvv__row { border-color: rgba(255,255,255,0.18); }
.p46-mvv--dark .p46-mvv__label { color: #fff; }
.p46-mvv--dark .p46-mvv__label small { color: rgba(255,255,255,0.7); }

@media (max-width: 800px) {
  .p46-mvv__row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .p46-mvv__label { font-size: 28px; }
  .p46-mvv--dark { margin: 40px -22px; padding: 0 22px; }
}
