@charset "UTF-8";
/* ============================================================
   SILAS LP 2026 追加スタイル
   既存 style.css のデザイントークンに準拠
   - accent : #d1fe00 / #e2fe66
   - navy   : linear-gradient(90deg,#336aac,#11345c)
   - dark   : #132338 / #11345c
   モバイルファースト（base=SP / min-width:768px=PC）
   ============================================================ */

:root {
  --silas-accent: #d1fe00;
  --silas-accent-soft: #e2fe66;
  --silas-navy-1: #336aac;
  --silas-navy-2: #11345c;
  --silas-dark: #132338;
}

.l-section {
  padding: 56px 0;
}
.l-section--dark {
  background: linear-gradient(180deg, #132338 0%, #1c3354 100%);
  color: #fff;
}
.l-section--light {
  background: linear-gradient(180deg, #f5f7fd 0%, #fff 68.47%);
}

.c-sub-title {
  display: block;
  font-family: Roboto, sans-serif;
  letter-spacing: 2.25px;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(90deg, #336aac 0%, #11345c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-section--dark .c-sub-title {
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--silas-accent);
}
.c-section-title {
  margin-top: 12px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .72px;
}
.c-section-lead {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}
.c-note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  color: #6b7280;
}
.l-section--dark .c-note { color: rgba(255, 255, 255, .7); }

/* ---------- FV 内 CTA ---------- */
.p-main__first-view-bg {
  background-position: center center;
}
.p-fv-layout {
  display: block;
}
.p-fv-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}
.p-fv-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s ease;
}
.c-btn svg { flex: none; }
.c-btn--primary {
  background: var(--silas-accent);
  color: #111;
  border: 2px solid var(--silas-accent);
  box-shadow: 0 4px 16px #677d004d;
}
.c-btn--primary:hover { background: #e5ff85; }
.c-btn--ghost {
  background: rgba(0, 0, 0, .35);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .8);
}
.c-btn--ghost:hover { background: rgba(255, 255, 255, .15); }

/* ---------- 実績数値 / 信頼ブロック ---------- */
.p-stats__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}
.p-stats__item {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ea 100%);
  border: 1px solid rgba(209, 254, 0, .5);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  color: #11345c;
  box-shadow: 0 12px 30px rgba(17, 52, 92, .12);
}
.p-stats__name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}
.p-stats__change {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: #111;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
.p-stats__change span:nth-child(2) {
  color: #11345c;
  font-size: 24px;
}
.p-stats__num {
  display: block;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #f08c00;
}
.p-stats__num strong { font-size: 54px; }
.p-stats__num span { font-size: 26px; margin-left: 4px; }
.p-stats__num .p-stats__approx {
  margin: 0 4px 0 0;
  font-size: 26px;
}
.p-stats__label {
  display: block;
  margin-top: 16px;
  color: #f08c00;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .5px;
}
.p-stats__clients {
  margin-top: 36px;
  text-align: center;
}
.p-stats__clients-title {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .7);
}
.p-stats__clients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.p-stats__clients-list li {
  border: 1px dashed rgba(255, 255, 255, .35);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .85);
}

/* ---------- プロモ動画 ---------- */
.p-video__frame {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 28px auto 0;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #0d1a2c;
  border: 1px solid rgba(255, 255, 255, .12);
}
.p-video__frame iframe,
.p-video__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-video__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, .8);
  background:
    radial-gradient(circle at 50% 45%, rgba(209, 254, 0, .12), transparent 60%),
    #0d1a2c;
  cursor: pointer;
}
.p-video__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--silas-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(209, 254, 0, .35);
}
.p-video__play svg { margin-left: 4px; }
.p-video__placeholder p { font-size: 13px; letter-spacing: 1px; }

/* ---------- 比較表（HTML） ---------- */
.p-compare {
  margin-top: 28px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-compare__table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
}
.p-compare__table th,
.p-compare__table td {
  padding: 14px 10px;
  text-align: center;
  border-bottom: 1px solid #e5e9f2;
  line-height: 1.4;
}
.p-compare__table thead th {
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
  background: #f0f3fa;
  color: #11345c;
}
.p-compare__table thead th.is-silas {
  background: linear-gradient(180deg, #132338, #1c3354);
  color: var(--silas-accent);
  border-radius: 10px 10px 0 0;
}
.p-compare__table tbody th {
  text-align: left;
  font-weight: 700;
  color: #111;
  background: #fafbfe;
  white-space: nowrap;
}
.p-compare__table td.is-silas {
  background: rgba(209, 254, 0, .12);
  font-weight: 700;
}
.p-compare__mark { font-size: 18px; font-weight: 900; color: #2f9e44; }
.p-compare__mark--tri { color: #f08c00; }
.p-compare__mark--cross { color: #c1c6d2; }
.p-compare__hint {
  display: none;
  margin-top: 10px;
  font-size: 11px;
  color: #6b7280;
  text-align: center;
}

/* ---------- 匿名実績ケース ---------- */
.p-result-case__card {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 30px rgba(17, 52, 92, .06);
}
.p-result-case__tag {
  display: inline-block;
  background: linear-gradient(90deg, #336aac, #11345c);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
}
.p-result-case__block + .p-result-case__block { margin-top: 20px; }
.p-result-case__block h4 {
  font-size: 15px;
  color: #11345c;
  padding-left: 12px;
  border-left: 4px solid var(--silas-accent);
}
.p-result-case__block p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
}
.p-result-case__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}
.p-result-case__metric {
  background: linear-gradient(180deg, #132338, #1c3354);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  color: #fff;
}
.p-result-case__metric strong {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--silas-accent);
  line-height: 1.1;
}
.p-result-case__metric span { font-size: 13px; }

/* ---------- お客様の声 ---------- */
.p-voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}
.p-voice__item {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 30px rgba(17, 52, 92, .06);
  position: relative;
}
.p-voice__item::before {
  content: "“";
  position: absolute;
  top: 4px;
  left: 16px;
  font-family: Roboto, serif;
  font-size: 56px;
  line-height: 1;
  color: var(--silas-accent-soft);
}
.p-voice__text {
  position: relative;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
  padding-top: 20px;
}
.p-voice__role {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef1f8;
  font-size: 13px;
  font-weight: 700;
  color: #11345c;
}

/* ============================================================
   PC / TABLET（768px〜1439px）
   ============================================================ */
@media (min-width: 768px) {
  .l-section { padding: 96px 0; }
  .c-section-title { font-size: 36px; }
  .c-section-lead { font-size: 16px; }

  .p-main__first-view {
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 96px 0 118px;
  }
  .p-main__first-view-bg {
    height: 640px;
    background-size: cover;
    background-position: center center;
  }

  .p-fv-cta { flex-direction: row; justify-content: flex-start; }
  .c-btn { width: auto; min-width: 260px; margin: 0; }

  .p-stats__list { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .p-stats__num strong { font-size: 44px; }

  .p-compare { overflow-x: visible; }
  .p-compare__table { min-width: 0; font-size: 15px; }
  .p-compare__table th, .p-compare__table td { padding: 18px 14px; }

  .p-result-case__card { padding: 40px; }
  .p-result-case__metrics { grid-template-columns: repeat(3, 1fr); }
  .p-result-case__metric strong { font-size: 40px; }

  .p-voice__list { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   LARGE PC（1440px〜1919px）
   推奨背景: 2880 x 1600px
   ============================================================ */
@media (min-width: 1440px) {
  .p-main__first-view {
    min-height: 690px;
    padding: 104px 0 136px;
  }
  .p-main__first-view-bg {
    height: 690px;
    background-size: cover;
    background-position: center center;
  }
}

/* ============================================================
   WIDE PC（1920px〜）
   推奨背景: 3840 x 2160px
   重要要素は中央 3200 x 1500px 内に配置
   ============================================================ */
@media (min-width: 1920px) {
  .p-main__first-view {
    min-height: 760px;
    padding: 124px 0 156px;
  }
  .p-main__first-view-bg {
    height: 760px;
    background-image: url(../../assets/images/first-view_bg-lg.webp);
    background-size: cover;
    background-position: center center;
  }
}

/* 比較表が横スクロールになるSPだけヒント表示 */
@media (max-width: 767px) {
  .p-compare__hint { display: block; }
  .u-none__sp,
  br.u-none__sp { display: none !important; }

  .p-main__first-view {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 0px 10px 96px;
  }
  .p-main__first-view-bg {
    height: 100svh;
    background-size: auto 116svh;
    background-position: center top;
  }
  .p-fv-copy {
    max-width: none;
  }
  .p-main__first-view h2 {
    font-size: 43px;
    line-height: 1.14;
    letter-spacing: 1.4px;
    padding-bottom: 12px;
  }
  .p-main__first-view-text {
    max-width: 320px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-fv-cta {
    gap: 10px;
    margin-top: 22px;
  }
  .c-btn {
    max-width: 320px;
    min-height: 54px;
    padding: 13px 18px;
    font-size: 15px;
  }

  .p-stats.l-section {
    padding: 42px 0 38px;
  }
  .p-stats .c-section-title {
    font-size: 22px;
    line-height: 1.35;
  }
  .p-stats__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .p-stats__item {
    border-radius: 8px;
    padding: 18px 14px;
  }
  .p-stats__name {
    font-size: 15px;
  }
  .p-stats__change {
    gap: 8px;
    margin-top: 10px;
    font-size: 24px;
  }
  .p-stats__num {
    margin-top: 10px;
  }
  .p-stats__num strong { font-size: 40px; }
  .p-stats__num span {
    display: inline;
    margin-left: 3px;
    font-size: 18px;
  }
  .p-stats__num .p-stats__approx {
    margin-right: 3px;
    font-size: 18px;
  }
  .p-stats__label {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.35;
  }
  .p-stats__clients {
    display: none;
  }

  .p-main__top {
    padding: 46px 0 52px;
    overflow: hidden;
  }
  .p-main__top-sub-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-main__top-main-title {
    margin-top: 14px;
    font-size: 24px;
    line-height: 1.45;
  }
  .p-main__top-main-text {
    margin-top: 18px;
    font-size: 13px;
  }
  .p-main__top-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    width: calc(100% + 32px);
    margin: 28px 0 0 -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .p-main__top-list-item {
    flex: 0 0 286px;
    max-width: 286px;
    scroll-snap-align: start;
  }
  .p-main__top-list-item figure img {
    height: 136px;
    object-fit: cover;
  }
  .p-main__top-list-item figure figcaption {
    min-height: 178px;
    padding: 20px 18px 22px;
  }
  .p-main__top-list-item figure figcaption h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .p-main__top-list-item figure figcaption ul {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }
  .p-main__line-decoration {
    height: 48px;
    margin-top: 14px;
  }
  .p-main__top-last-text-1 {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-main__top-last-text-2 {
    margin-top: 18px;
  }
  .p-main__top-last-title {
    margin-top: 18px;
  }
  .p-main__top-last-title p {
    font-size: 18px;
  }

  .p-video.l-section {
    padding: 48px 0;
  }
  .p-video .c-section-title {
    font-size: 24px;
  }
  .p-video .c-section-lead {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
  .p-video__frame {
    margin-top: 20px;
    border-radius: 8px;
  }
}
