/* ============================================================
   GRCS ペネトレーションテスト キャンペーンLP
   ============================================================ */
:root {
  --teal:       #2aa389;
  --teal-light: #209179;
  --teal-dark:  #0d5747;
  --teal-deep:  #163c33;
  --ink:        #27332f;
  --ink-soft:   #42524d;
  --ink-mute:   #5a7068;
  --line:       #86ac9c;
  --line-soft:  #eef5f2;
  --tint:       #f4faf7;
  --tint-chip:  #e6f6f0;
  --orange:     #ff7d4f;
  --orange-lt:  #ff9326;
  --blue:       #7fd0ff;
--teal-band:  #1f7e6b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; }
::placeholder { color: #9bb3ab; }

/* ---------- layout helpers ---------- */
.wrap { max-width: 1200px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }

/* ---------- buttons ---------- */
.btn-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, var(--orange-lt), var(--orange));
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(241,92,12,.32);
}
.btn-cta--sm { padding: 11px 22px; font-size: 14px; gap: 8px; box-shadow: 0 6px 16px rgba(241,92,12,.32); }
.btn-cta--lg { padding: 18px 42px; font-size: 20px; }

/* ---------- header ---------- */
.header__inner { padding-top: 16px; padding-bottom: 8px; }
.site-header {
  background: #fff;
  padding: 18px 24px;
  display: flex;
  justify-content: center;
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
}
.site-header__burger span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--grcs-red);
}
.site-header__name {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #2b2b2b;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: #2aa389;
}
/* radial sunburst rays */
.hero__rays {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.1) 26%, rgba(255,255,255,0) 42%),
    repeating-conic-gradient(from 0deg at 70% 46%,
      rgba(255,255,255,.07) 0deg 4deg,
      rgba(255,255,255,0) 4deg 9deg);
}
/* soft light center + darker edges */
.hero__veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 52% 46%,
    rgba(120,210,185,.55) 0%,
    rgba(42,163,137,0) 42%,
    rgba(28,120,100,.45) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 96px 60px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

/* ---------- left: copy ---------- */
.hero__copy { position: relative; }

/* catch with diagonal flanking lines */
.hero__catch {
  position: relative;
  text-align: center;
  padding: 0 92px;
  margin: 0 auto 26px;
  width: fit-content;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-6px);
}
.hero__catch::before,
.hero__catch::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 2px;
  height: 104px;
  background: #fff;
}
.hero__catch::before { left: 8px;  transform: rotate(-28deg); transform-origin: top; }
.hero__catch::after  { right: 8px; transform: rotate(28deg);  transform-origin: top; }
.hero__catch-line1 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 2px 0 #13352b;
}
.hero__catch-line1 b { font-weight: 600; font-size: 1.3em; }
.hero__catch-line2 {
  margin: 8px 0 0;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 2px 0 #13352b;
}
.hero__catch-line2 b { font-weight: 600; font-size: 1.5em; }

/* headline boxes */
.hero__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero__title-box {
  background: #fff;
  padding: 8px 24px 11px;
  border-radius: 2px;
  border-bottom: 3px solid #013233;
  box-shado: 0 4px 24px rgba(0,40,30,.16);
	font-size: 1.3rem:
}
.hero__title-box span {
  display: block;
  font-size: clamp(21px, 3vw, 32px);
  font-weight: 600;
  color: #065254;
}
.title1 strong {
    color: #d70000;
    font-weight: 600;
	font-size: clamp(26px, 3vw, 48px);
	line-height: 1;
}
.title2 strong {
    color: #000;
    font-weight: 600;
	font-size: clamp(26px, 3vw, 48px);
}

/* ---------- right: illustration ---------- */
.hero__art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__art img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* ---------- bottom campaign band ---------- */
.hero__band {
  position: relative;
  z-index: 1;
  background: #04896a;
}
.hero__band-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 22px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  text-align: center;
}
.hero__band-main {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 1px 0 #13352b;
}
.hero__band-sub {
  font-size: clamp(22px, 2.6vw, 40px);
  font-weight: 600;
  color: var(--orange);
  line-height: 1.3;
  text-shadow: 0 1px 0 #13352b;
    position: relative;
}

/* びっくりマーク風のあしらい */
.hero__band-accent {
  position: absolute;
  top: -0.12em;
  right: -0.45em;
  width: 0.9em;
  height: 0.9em;
}
.hero__band-accent::before,
.hero__band-accent::after {
  content: "";
  position: absolute;
  border-radius: 2px;
}
/* 紺の短い線（奥・右1px上1pxずらし） */
.hero__band-accent::before {
  top: -1px;
  right: calc(0.42em - 1px);
  width: 0.12em;
  height: 0.5em;
  background: #9dcabd;
  transform: rotate(34deg);
  transform-origin: top;
}
/* 白の長い線（手前） */
.hero__band-accent::after {
  top: 0.12em;
  right: -0.04em;
  width: 0.12em;
  height: 0.62em;
  background: #fff;
  transform: rotate(55deg);
  transform-origin: top;
}






/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding: 44px 40px 40px;
    gap: 28px;
  }
  .hero__art { order: -1; }
  .hero__art img { max-width: 460px; }
  .hero__titles { align-items: center; }
  .hero__title-box span { text-align: center; }
.hero__rays {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 27%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.1) 26%, rgba(255,255,255,0) 42%),
    repeating-conic-gradient(from 0deg at 50% 27%,
      rgba(255,255,255,.07) 0deg 4deg,
      rgba(255,255,255,0) 4deg 9deg);
}
}
@media (max-width: 520px) {
  .site-header__name { font-size: 24px; }
  .hero__catch { padding: 6px 40px 0; }
  .hero__catch::before { left: 6px; }
  .hero__catch::after  { right: 6px; }
  .hero__band-inner { gap: 8px; padding: 18px 20px; }
}


/* ============================================================
   BODY (content + form)
   ============================================================ */
.body { padding-top: 72px; padding-bottom: 16px; }
.body__grid {
  display: grid;
  grid-template-columns: 1fr 372px;
  gap: 48px;
  align-items: start;
}

.sec-title {
  margin: 0;
  font-size: 24px; font-weight: 400;
  color: #000;
  padding-bottom: 14px;
  border-bottom: 1px solid #58867d;
}
.sec-title + * { margin-top: 24px; }
.block + .block { margin-top: 56px; }

.lead { font-size: 18px; font-weight: 600; line-height: 1.85; color: var(--ink); text-align: center; }
.para { margin: 16px 0 0; font-size: 16px; line-height: 2; color: var(--ink-soft); }
.para:first-of-type { margin-top: 24px; }
.para strong { color: var(--teal-dark); }
.para strong.ink { color: var(--ink); }

/* check list */
.checklist { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; line-height: 1.6; color: var(--ink); }
.checklist .ico {
  margin-top: 2px; flex: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--tint-chip);
  display: flex; align-items: center; justify-content: center;
}

/* campaign detail table */
.detail {
  margin: 24px 0 0;
  border: 2px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.detail dl { margin: 0; }
.detail .row { display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid var(--line-soft); }
.detail .row:last-child { border-bottom: none; }
.detail dt { background: var(--tint); padding: 16px 16px; font-size: 14px; font-weight: 600; color: var(--teal-dark); text-align: center;}
.detail dd { margin: 0; padding: 16px 24px 16px 16px; font-size: 15px; color: var(--ink); }
.detail .row--accent dt { background: #fff6ee; color: #d4660a; }
.detail .price { font-size: 22px; font-weight: 900; color: var(--orange); }
.detail .strong { font-weight: 700; }
.detail .note { font-size: 14px; color: var(--ink-mute); }

/* ============================================================
   FORM (sticky)
   ============================================================ */
.form { position: sticky; top: 84px; }
.form__card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.form__head { background: linear-gradient(135deg, var(--teal), var(--teal-light)); padding: 16px 24px; }

.form__title { margin: 8px 0 16px; font-size: 22px; font-weight: 400; color: #fff; text-align: center; }
.form__note { margin: 8px 0 0; font-size: 13px; line-height: 1.65; color: #e7fff7; text-align: center; }
.form__body { padding: 24px 26px 28px; }

.field { display: block; }
.field + .field { margin-top: 15px; }
.field__label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field__label .req { color: var(--orange); }
.field input,
.field textarea {
  margin-top: 7px;
  width: 100%;
  padding: 12px 13px;
  border: 1.5px solid #d4eadf;
  border-radius: 9px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field textarea { resize: vertical; }
.field input:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(42,163,137,.16);
}

.agree { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; cursor: pointer; }
.agree input { margin-top: 2px; width: 17px; height: 17px; accent-color: var(--teal); }
.agree span { font-size: 13px; line-height: 1.55; color: var(--ink-mute); }
.agree a { color: var(--teal-dark); font-weight: 700; text-decoration: none; }

.form__submit {
  margin-top: 22px; width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(180deg, var(--orange-lt), var(--orange));
  color: #fff; border: none;
  padding: 16px 0; border-radius: 11px;
  font-family: inherit; font-size: 17px; font-weight: 900;
  cursor: pointer;
}
.form__done {
  margin-top: 16px;
  display: none;
  align-items: center; gap: 9px;
  background: #e9f9f1; border: 1px solid #b6ebd2;
  border-radius: 9px; padding: 13px 15px;
}
.form__done.is-visible { display: flex; }
.form__done span { font-size: 14px; font-weight: 700; color: #137a64; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--tint); margin-top: 64px; border-top: 2px solid var(--line); }
.faq__inner { max-width: 880px; margin: 0 auto; padding: 72px 32px 96px; }
.faq__head { text-align: center; }
.eyebrow {
  display: inline-block;
  background: #fff; border: 2px solid var(--teal);
  color: var(--teal-dark);
  font-size: 13px; font-weight: 900; letter-spacing: .12em;
  padding: 6px 16px; border-radius: 999px;
}
.faq__title { margin: 18px 0 0; font-size: clamp(24px, 3.4vw, 32px); font-weight: 600; color: var(--teal-dark); }
.faq__list { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.qa { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px 32px; }
.qa__q { display: flex; align-items: flex-start; gap: 16px; }
.qa__badge {
  flex: none; width: 32px; height: 32px; border-radius: 8px;
  background: var(--teal); color: #fff;
  font-size: 16px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.qa__q p { margin: 2px 0 0; font-size: 18px; font-weight: 600; color: var(--ink); line-height: 1.5; }
.qa__a { margin: 16px 0 0 48px; font-size: 16px; line-height: 1.9; color: var(--ink-soft); }
.faq__cta { text-align: center; margin-top: 44px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--teal-deep); color: rgba(255,255,255,.7); font-size: 12px;}
.footer__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding-top: 34px; padding-bottom: 34px;
}
.footer .brand__name { color: #fff; font-size: 16px; }
.footer .brand__mark { box-shadow: none; width: 30px; height: 30px; }
.footer small { font-size: 13px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* tablet: form drops below content, hero stacks */
@media (max-width: 920px) {
  .body__grid { grid-template-columns: 1fr; gap: 40px; }
  .form { position: static; max-width: 520px; }
}
@media (max-width: 760px) {
  .hero__inner { grid-template-columns: 1fr; padding-top: 40px; text-align: center; }
  .hero__art { order: -1; }
  .hero__art img { max-width: 360px; }
  .hero__title { margin-top: 22px; }
  .body { padding-top: 52px; }
  .sec-title { font-size: 21px; }
  .lead { font-size: 16px; }
}
@media (max-width: 520px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .header__inner { padding-top: 16px; padding-bottom: 16px; }
  .brand__name { font-size: 18px; }
  .btn-cta--sm { padding: 9px 16px; font-size: 13px; }
  .btn-cta--lg { padding: 16px 30px; font-size: 17px; }
  .hero__art img { max-width: 300px; }
  .hero__band-inner { gap: 6px; }
  .detail .row { grid-template-columns: 104px 1fr; }
  .detail dt, .detail dd { padding: 13px 14px; font-size: 14px; }
  .detail .price { font-size: 19px; }
  .form__body { padding: 22px 20px 24px; }
  .qa { padding: 20px 18px; }
  .qa__a { margin-left: 0; margin-top: 12px; }
}




/* ---------------------------------------------
  Penetration Test LP - Campaign Flow
--------------------------------------------- */

.pt-flow {
  position: relative;
}

.pt-flow__inner {
  max-width: 860px;
  margin: 0 auto;
}

.pt-flow__heading {
  margin-bottom: 40px;
  text-align: center;
}

.pt-flow__title {
  margin: 0;
}

.pt-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pt-flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  box-shadow: none;
}

.pt-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 56px;
  bottom: -18px;
  width: 1px;
  height: 18px;
  background: var(--main-color, #00a67d);
}

.pt-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  background: var(--main-color, #00a67d);
  border-radius: 50%;
}

.pt-flow__body {
  flex: 1;
  padding-top: 2px;
}

.pt-flow__item-title {
  margin: 0;
  color: var(--heading-color, #1f2933);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.pt-flow__text {
  margin: 0;
  color: var(--text-color, #4b5563);
  font-size: 15px;
  line-height: 1.8;
}

/* tablet */
@media screen and (max-width: 991px) {
  .pt-flow__inner {
    max-width: 720px;
  }

  .pt-flow__item {
    padding: 24px;
  }
}

/* smartphone */
@media screen and (max-width: 767px) {
  .pt-flow__heading {
    margin-bottom: 28px;
  }

  .pt-flow__list {
    gap: 14px;
  }

  .pt-flow__item {
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
  }

  .pt-flow__item:not(:last-child)::after {
    left: 43px;
    bottom: -14px;
    height: 14px;
  }

  .pt-flow__num {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 15px;
  }

  .pt-flow__body {
    padding-top: 0;
  }

  .pt-flow__item-title {
    font-size: 16px;
  }

  .pt-flow__text {
    margin-top: 4px;
    font-size: 14px;
  }
}



.field__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.field__col {
  display: block;
  margin: 0;
}

.field__sublabel {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
}

.field__col input {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .field__row {
    gap: 10px;
  }
}