/* ============================================================
   東葉警備保障 採用LP — style.css
   Color: navy #0A1628 / gold #C9A227
   ============================================================ */
:root {
  --navy: #0A1628;
  --navy-deep: #060D1A;
  --gold: #C9A227;
  --gold-bright: #D4AF37;
  --gold-dark: #B8941F;
  --text: #0A1628;
  --text-sub: #3C4656;
  --text-mute: #6B7484;
  --text-dim: #B9C0CC;
  --line: #D8DCE3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.en {
  font-family: 'Outfit', sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 250px;
  height: 60px;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: filter .2s, background .2s, transform .2s;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(201,162,39,.35);
}

.btn-gold:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.btn-outline {
  background: rgba(10,22,40,.6);
  border: 1px solid var(--gold);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(201,162,39,.2);
}

.btn .arrow {
  font-family: 'Outfit', sans-serif;
}

.btn-outline .arrow {
  color: var(--gold);
}

/* ---------- header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  min-height: 50px;
  padding: 11px 28px;
  background: var(--navy);
  border-bottom: 1px solid rgba(201,162,39,.35);
}

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

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.brand-logo--footer {
  height: 36px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-ja {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
}

.brand-en {
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .32em;
  line-height: 1;
}

.gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 26px;
}

.gnav a {
  color: #E8EAEE;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .2s;
}

.gnav a:hover {
  color: var(--gold);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
  transition: filter .2s, background .2s;
}

.header-cta .h-gold {
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold-dark) 100%);
  color: var(--navy);
}

.header-cta .h-gold:hover {
  filter: brightness(1.08);
}

.header-cta .h-outline {
  border: 1px solid var(--gold);
  color: #fff;
}

.header-cta .h-outline:hover {
  background: rgba(201,162,39,.15);
}

/* ---------- FV ---------- */
.fv {
  position: relative;
  background: var(--navy);
  min-height: 640px;
  overflow: hidden;
}

.fv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: .55;
}

.fv-shade-x {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,22,40,.96) 0%, rgba(10,22,40,.82) 38%, rgba(10,22,40,.25) 70%, rgba(10,22,40,.55) 100%);
}

.fv-shade-y {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,22,40,.95) 0%, rgba(10,22,40,0) 30%);
}

.fv-human {
  position: absolute;
  right: 2%;
  bottom: 0;
  height: 92%;
  max-width: 46vw;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,.6));
  animation: fvFadeUp .9s ease .2s both;
}

.fv-body {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 28px 72px;
  animation: fvFadeUp .8s ease both;
}

.fv-title {
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
  text-shadow: 0 4px 24px rgba(0,0,0,.5);
}

.fv-sub {
  margin: 18px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.fv-badges {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
  max-width: 580px;
}

.fv-badge {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(201,162,39,.7);
  background: rgba(10,22,40,.72);
  padding: 10px 18px 10px 12px;
  width: calc((100% - 32px) / 3);
}

.fv-badge img {
  width: 60px;
  /* height: 44px; */
}

.fv-badge span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
}

.fv-ctas {
  display: flex;
  gap: 16px;
  margin-top: 44px;
  flex-wrap: wrap;
}

@keyframes fvFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- sections ---------- */
.sec {
  padding: 96px 28px;
}

.sec-white {
  background: #fff;
}

.sec-navy {
  background: var(--navy);
}

.sec-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.sec-num {
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.sec-title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .05em;
  color: var(--navy);
}

.sec-navy .sec-title {
  color: #fff;
}

/* framed image */
.frame {
  position: relative;
}

.frame::before {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold);
}

.frame.frame-left::before {
  right: auto;
  left: -14px;
}

.frame img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}

/* 01 about */
.about-grid {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 48px;
  margin-top: 40px;
  align-items: center;
}

.about-lead {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: .04em;
  text-wrap: pretty;
}

.about-text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 2.1;
  color: var(--text-sub);
  text-wrap: pretty;
}

.about-grid .frame img {
  aspect-ratio: 16 / 9;
}

/* 02 support */
.support-grid {
  display: grid;
  /* grid-template-columns: 7fr 5fr; */
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 48px;
  align-items: start;
}

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

.support-card {
  border: 1px solid rgba(201,162,39,.45);
  background: rgba(255,255,255,.03);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.support-card img {
  width: 52px;
  /* height: 44px; */
}

.support-card .t {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
}

.support-card .d {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.support-photo {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* min-height: 380px; */
  /* object-fit: cover;
  object-position: center top; */
}

/* 03 price */
.price-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  margin-top: 44px;
  align-items: center;
}

.price-main {
  width: 100%;
  overflow: hidden;
}

.price-table-contents {
  overflow-x: scroll;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  min-width: 570px;
}

.price-table th {
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 14px 18px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.15);
}

.price-table th:first-child {
  border-left: none;
}

.price-table td {
  padding: 16px 18px;
  font-size: 16px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.price-table td:first-child {
  border-left: none;
  font-weight: 700;
}

.price-table .num {
  text-align: right;
}

.price-table .ctr {
  text-align: center;
}

.price-table .total {
  font-weight: 700;
}

.price-table .row-max td {
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 100%);
  font-weight: 900;
  font-size: 18px;
  border-left-color: rgba(10,22,40,.2);
}

.price-table .row-max .total {
  font-size: 20px;
}

.price-table .row-max .check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.price-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--text-mute);
  letter-spacing: .03em;
}

.price-grid .frame img {
  aspect-ratio: 4 / 3;
}

/* 04 work */
.work {
  position: relative;
  overflow: hidden;
}

.work-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
}

.work-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 46%, rgba(10,22,40,.55) 75%, rgba(10,22,40,.8) 100%);
}

.work .inner {
  position: relative;
}

.work-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  max-width: 1200px;
  margin-right:auto;
  margin-left:auto;
}

.work-card {
  position: relative;
  border: 1px solid rgba(201,162,39,.55);
  background: rgba(10,22,40,.85);
  padding: 26px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.work-card img {
  width: 52px;
  /* height: 42px; */
}

.work-card .t {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}

.work-card .d {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.8;
}

.work-card .next {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translate(50% , -50%);
  z-index: 2;
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

/* 05 qualify */
.qualify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 56px;
  margin-top: 44px;
  max-width: 900px;
}

.qualify-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
}

.qualify-item svg {
  flex-shrink: 0;
}

/* 06 company */
.company-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 48px;
  margin-top: 44px;
  align-items: center;
}

.company-table {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid rgba(201,162,39,.4);
}

.company-table dt {
  margin: 0;
  padding: 18px 8px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  border-bottom: 1px solid rgba(201,162,39,.4);
}

.company-table dd {
  margin: 0;
  padding: 18px 8px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid rgba(201,162,39,.4);
}

.company-text {
  margin: 28px 0 0;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 2;
  text-wrap: pretty;
}

.company-grid .frame img {
  aspect-ratio: 16 / 10;
}

/* 07 faq */
.faq .inner {
  position: relative;
}
.faq-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  margin-top: 44px;
  align-items: end;
}

.faq-chara {
  display: block;
  width: 100%;
  max-width: 280px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 8px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq-q:hover {
  background: #F7F8FA;
}

.faq-q .q-text {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.faq-q .q-mark {
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.faq-q .toggle {
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.faq-item .toggle::before {
  content: '＋';
}

.faq-item.is-open .toggle::before {
  content: '−';
}

.faq-a {
  display: none;
  gap: 14px;
  padding: 0 8px 22px;
}

.faq-item.is-open .faq-a {
  display: flex;
}

.faq-a .a-mark {
  color: var(--navy);
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.faq-a p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: var(--text-sub);
  text-wrap: pretty;
}

/* final CTA */
.cta {
  position: relative;
  background: var(--navy);
  padding: 40px 28px 0;
  overflow: visible;
}

.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,162,39,.14) 0%, rgba(201,162,39,0) 55%);
}

.cta-grid {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: end;
}

.cta-body {
  padding-bottom: 72px;
}

.cta-title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: .04em;
  text-wrap: pretty;
}

.cta-title em {
  font-style: normal;
  color: var(--gold);
}

.cta-text {
  margin: 22px 0 0;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 2;
}

.cta-ctas {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.cta-chara {
  display: block;
  width: 100%;
  max-width: 300px;
  align-self: end;
  margin-top: -140px;
}


/* calendar */
.calendar {
  background: #F2F4F7;
  padding: 80px 28px 96px;
}

.calendar-card {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 48px rgba(10,22,40,.1);
  padding: 48px 48px 44px;
}

.calendar-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.calendar-head .kicker {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .28em;
  color: var(--gold);
}

.calendar-head h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .05em;
}

.calendar-head p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #5A6678;
}

/* footer */
.footer {
  background: var(--navy-deep);
  padding: 40px 28px;
}

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

.footer .brand-ja {
  font-size: 14px;
}

.footer .brand-en {
  font-size: 9px;
  letter-spacing: .26em;
  color: rgba(201,162,39,.8);
}

.copyright {
  color: #5A6678;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
}

/* ============ responsive ============ */
@media (max-width: 1024px) {
  .fv-title {
    font-size: 48px;
  }

  .fv-sub {
    font-size: 21px;
  }

  .about-grid,
  .support-grid,
  .price-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .support-photo {
    min-height: 0;
    max-height: 420px;
  }

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

  .work-card .next {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 1fr 220px;
  }
}

@media (max-width: 768px) {
  .gnav {
    display: none;
  }

  .sec {
    padding: 64px 20px;
  }

  .sec-num {
    font-size: 40px;
  }

  .sec-title {
    font-size: 22px;
  }

  .fv {
    min-height: 0;
  }

  .fv-body {
    padding: 56px 20px 48px;
  }

  .fv-title {
    font-size: 36px;
  }

  .fv-sub {
    font-size: 17px;
  }

  .fv-human {
    position: relative;
    display: block;
    right: auto;
    margin: 24px auto -48px;
    height: auto;
    max-width: 78vw;
  }

  .fv-badges {
    /* flex-direction: column; */
    gap: 10px;
    justify-content: center;
  }

  .fv-badge {
    width: calc((100% - 16px) / 2);
  }

  .btn {
    min-width: 0;
    width: 100%;
  }

  .about-lead {
    font-size: 20px;
  }

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

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

  .qualify-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-chara {
    max-width: 120px;
    position: absolute;
    top: 0;
    right: 0;width: 20%;
  }

  .cta {
    padding: 64px 20px 0;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 27px;
  }

  .cta-body {
    padding-bottom: 0;
  }

  .cta-chara {
    margin-left: auto;
    margin-right: 0;
    max-width: 120px;
  }

  .calendar {
    padding: 56px 16px 64px;
  }

  .calendar-card {
    padding: 28px 18px;
  }

  .header-cta .h-outline {
    display: none;
  }
}

/* ---------- qualify location ---------- */
.qualify-location {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 40px;
  padding: 20px 24px;
  background: rgba(201,162,39,.08);
  border-left: 3px solid var(--gold);
}

.qualify-location__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--gold);
  font-size: 16px;
  white-space: nowrap;
}

.qualify-location__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}

.qualify-location__note {
  font-size: 14px;
  color: var(--text-sub);
}

/* キラッと光るボタン */
.shine {
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.shine::after {
	animation: 1.5s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.shine:hover {
	color: #fff;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}