@charset "UTF-8";

/* ---------- リセット（LP範囲のみ） ---------- */
.seminar-lp,
.seminar-lp * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.seminar-lp {
  font-family: "Noto Sans JP";
  background: #ffffff;
  color: #3c4a55;
  line-height: 1.7;
}

.seminar-lp img {
  max-width: 100%;
  height: auto;
  display: block;
}

.seminar-lp a {
  color: #fff;
  text-decoration: none;
}

.seminar-lp a:hover {
  color: #c22820;
}

/* ============================================================
   ヘッダー
   ============================================================ */
.lp-header {
  background: #ffffff;
  border-bottom: 1px solid #e3e8ec;
  padding: 16px 40px;
}

.lp-header .lp-header__logo {
  height: 48px;
  width: auto;
}

/* ============================================================
   メインビジュアル
   ============================================================ */
.lp-mv {
  background: linear-gradient(180deg, #f4f9fc 0%, #e9f2f7 100%);
  padding: 48px 40px 40px;
}

.lp-mv__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.lp-mv__image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(30, 58, 74, 0.14);
}

.lp-mv__cta-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lp-mv__cta-label {
  font-weight: 700;
  font-size: 18px;
  color: #1e3a4a;
}

.lp-mv__cta-button {
  display: inline-block;
  background: #c22820;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  padding: 18px 84px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(194, 40, 32, 0.35);
  transition: background 0.2s;
}

.lp-mv__cta-button:hover {
  background: #a81f18;
  color: #ffffff;
}

.lp-mv__cta-note {
  font-size: 12px;
  color: #7a8794;
}

/* ============================================================
   リード（セミナー紹介）
   ============================================================ */
.lp-intro {
  padding: 64px 40px 56px;
}

.lp-intro__inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.lp-intro__title {
  font-size: 32px;
  line-height: 1.5;
  color: #1e3a4a;
  text-align: center;
  font-weight: 900;
}

.lp-intro__title-accent {
  color: #c22820;
}

.lp-intro__divider {
  width: 56px;
  height: 4px;
  background: #2d86b2;
  border-radius: 2px;
  align-self: center;
}

.lp-intro__text {
  font-size: 18px;
  line-height: 2;
  color: #3c4a55;
}

/* ============================================================
   セミナーの概要
   ============================================================ */
.lp-overview {
  padding: 0 40px 64px;
}

.lp-overview__inner {
  max-width: 840px;
  margin: 0 auto;
}

.lp-overview__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 900;
  color: #1e3a4a;
  margin-bottom: 24px;
}

.lp-overview__heading-bar {
  width: 6px;
  height: 24px;
  background: #2d86b2;
  border-radius: 3px;
  flex: none;
}

.lp-overview__table {
  width: 100%;
  border: 1px solid #dbe4ea;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.lp-overview__row:not(:last-child) .lp-overview__th,
.lp-overview__row:not(:last-child) .lp-overview__td {
  border-bottom: 1px solid #dbe4ea;
}

.lp-overview__th {
  background: #eef5f9;
  padding: 18px 20px;
  font-weight: 700;
  color: #1e3a4a;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

.lp-overview__td {
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.9;
  color: #3c4a55;
  vertical-align: top;
}

.lp-overview__td-strong {
  font-weight: 700;
}

.lp-overview__td-note {
  font-size: 12px;
  color: #7a8794;
}

/* ============================================================
   こんな方におすすめ
   ============================================================ */
.lp-recommend {
  padding: 0 40px 64px;
}

.lp-recommend__inner {
  max-width: 840px;
  margin: 0 auto;
}

.lp-recommend__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 900;
  color: #1e3a4a;
  margin-bottom: 24px;
}

.lp-recommend__heading-bar {
  width: 6px;
  height: 24px;
  background: #2d86b2;
  border-radius: 3px;
  flex: none;
}

.lp-recommend__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-recommend__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f6fafc;
  border-radius: 8px;
  padding: 16px 20px;
}

.lp-recommend__check {
  color: #2d86b2;
  font-weight: 900;
  font-size: 16px;
  flex: none;
}

.lp-recommend__text {
  font-size: 18px;
  line-height: 1.7;
  color: #3c4a55;
}

/* ============================================================
   お申し込みフォーム
   ============================================================ */
.lp-form {
  background: #eef5f9;
  padding: 56px 40px 64px;
}

.lp-form__inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.lp-form__heading {
  font-weight: 900;
  font-size: 32px;
  color: #1e3a4a;
}

.lp-form__box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbe4ea;
  border-radius: 10px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-form__label {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a4a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-form__required {
  color: #c22820;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #c22820;
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.4;
}

.lp-form__input,
.lp-form__select {
  width: 100%;
  border: 1px solid #cfd9e0;
  border-radius: 6px;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  font-family: inherit;
  color: #3c4a55;
  background: #fbfdfe;
}

.lp-form__input:focus,
.lp-form__select:focus {
  outline: 2px solid #2d86b2;
  outline-offset: -1px;
}

.lp-form__submit {
  background: #c22820;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  font-family: inherit;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.lp-form__submit:hover {
  background: #a81f18;
}

.lp-form__privacy {
  font-size: 12px;
  color: #7a8794;
  text-align: center;
}

.lp-form__privacy a {
  color: inherit;
  text-decoration: underline;
}

.lp-form__privacy a:hover {
  color: #a81f18;
}

.lp-form__privacy {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* ============================================================
   フッター
   ============================================================ */
.lp-footer {
  background: #1e3a4a;
  padding: 22px 40px;
}

.lp-footer__copyright {
  color: #a9bcc8;
  font-size: 12px;
  text-align: center;
}

/* ============================================================
   レスポンシブ（〜768px）
   ============================================================ */
@media (max-width: 768px) {
  .lp-header {
    padding: 12px 20px;
  }

  .lp-header .lp-header__logo {
    height: 38px;
  }

  .lp-mv {
    padding: 28px 20px;
  }

  .lp-mv__cta-button {
    font-size: 17px;
    padding: 16px 0;
    width: 100%;
    text-align: center;
  }

  .lp-mv__cta-area {
    width: 100%;
  }

  .lp-mv__cta-label {
    font-size: 14px;
  }

  .lp-intro {
    padding: 44px 20px 40px;
  }

  .lp-intro__title {
    font-size: 21px;
  }

  .lp-overview {
    padding: 0 20px 48px;
  }

  .lp-overview__table,
  .lp-overview__row,
  .lp-overview__th,
  .lp-overview__td {
    display: block;
    width: 100%;
  }

  .lp-overview__th {
    padding: 12px 16px;
  }

  .lp-overview__td {
    padding: 14px 16px;
    border-bottom: 1px solid #dbe4ea;
  }

  .lp-overview__row:last-child .lp-overview__td {
    border-bottom: none;
  }

  .lp-recommend {
    padding: 0 20px 48px;
  }

  .lp-form {
    padding: 40px 20px 48px;
  }

  .lp-form__box {
    padding: 24px 18px;
  }
}

/* =========================================
   スマートHR　サンクスページ
   ========================================= */

/* --- リセット（サンクスページ範囲のみ） --- */
.seminar-thanks,
.seminar-thanks * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.seminar-thanks {
  font-family: "Noto Sans JP";
  background: #ffffff;
  color: #3c4a55;
  line-height: 1.7;
}

.seminar-thanks img {
  max-width: 100%;
  display: block;
}

.seminar-thanks a {
  color: #2d86b2;
  text-decoration: none;
}

/* ---------- ヘッダー ---------- */
.thanks-header {
  background: #ffffff;
  border-bottom: 1px solid #e3e8ec;
  padding: 16px 40px;
}

.thanks-header .thanks-header__logo {
  height: 48px;
  width: auto;
}

/* ---------- 完了メッセージ ---------- */
.thanks-message {
  padding: 80px 40px 64px;
}

.thanks-message__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.thanks-message__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #2d86b2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-message__icon-check {
  color: #eef5f9;
  font-size: 34px;
  font-weight: 900;
}

.thanks-message__title {
  font-size: 26px;
  font-weight: 900;
  color: #1e3a4a;
  line-height: 1.5;
}

.thanks-message__divider {
  width: 56px;
  height: 4px;
  background: #2d86b2;
  border-radius: 2px;
}

.thanks-message__text {
  font-size: 18px;
  line-height: 2;
  color: #3c4a55;
}

.thanks-message__note {
  font-size: 14px;
  line-height: 1.9;
  color: #7a8794;
}

/* ---------- 製品サイト誘導 ---------- */
.thanks-banner {
  background: #eef5f9;
  padding: 40px;
}

.thanks-banner__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.thanks-banner__lead {
  font-size: 16px;
  font-weight: 700;
  color: #1e3a4a;
}

.thanks-banner__link {
  display: block;
  padding: 18px 44px;
  transition: box-shadow 0.2s;
}

.thanks-banner__link:hover {
  box-shadow: 0 4px 14px rgba(30, 58, 74, 0.16);
}

.thanks-banner .thanks-banner__logo {
  height: 52px;
  width: auto;
}

/* ---------- フッター ---------- */
.thanks-footer {
  background: #1e3a4a;
  padding: 22px 40px;
}

.thanks-footer__copyright {
  color: #a9bcc8;
  font-size: 12px;
  text-align: center;
}

/* ---------- レスポンシブ（〜768px） ---------- */
@media (max-width: 768px) {
  .thanks-header {
    padding: 12px 20px;
  }

  .thanks-header .thanks-header__logo {
    height: 38px;
  }

  .thanks-message {
    padding: 56px 20px 44px;
  }

  .thanks-message__title {
    font-size: 21px;
  }

  .thanks-message__br-pc {
    display: none;
  }

  .thanks-banner {
    padding: 32px 20px;
  }

  .thanks-banner__link {
    padding: 14px 28px;
  }

  .thanks-banner .thanks-banner__logo {
    height: 42px;
  }
}
