/* ======================================
COMMON：Section Heading System（確定）
====================================== */

/* ===============================
Section Header Unit（親）
=============================== */
#syuzaidouga-lp .lp-section-header {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

/* ===============================
英字ラベル（KICKER）
=============================== */
#syuzaidouga-lp .lp-sec-kicker {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #0099cc;
  margin: 96px auto 16px;
}

/* ===============================
セクション見出し
=============================== */
#syuzaidouga-lp .lp-section-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  max-width: 720px;
  margin: 0 auto 24px;
}

/* ===============================
セクションリード
=============================== */
#syuzaidouga-lp .lp-section-lead,
#syuzaidouga-lp .lp-contact-lead,
#syuzaidouga-lp .lp-problem-note {
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 64px;
}

/* ===============================
Section Padding（FLOW除外）
=============================== */
#syuzaidouga-lp .lp-section:not(.lp-flow) {
  padding: 120px 20px;
}

/* ===============================
FAQ
=============================== */
#syuzaidouga-lp .lp-faq {
  background: #f7f7f7;
}

#syuzaidouga-lp .lp-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

#syuzaidouga-lp .lp-faq-item {
  background: #fff;
  border-radius: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

#syuzaidouga-lp .lp-faq-question {
  padding: 24px 32px;
}

/* ===============================
SP 調整
=============================== */
@media (max-width: 768px) {

  #syuzaidouga-lp .lp-sec-kicker {
    margin-top: 64px;
  }

  #syuzaidouga-lp .lp-section-title {
    font-size: 24px;
  }

  #syuzaidouga-lp .lp-section-lead,
  #syuzaidouga-lp .lp-contact-lead,
  #syuzaidouga-lp .lp-problem-note {
    font-size: 16px;
    margin-bottom: 48px;
  }

  html,
  body {
    overflow-x: hidden;
  }
}

/* ===============================
CASE：SP時の画像下余白除去
=============================== */
@media (max-width: 768px) {

  .case-inner {
    display: block;
  }

  .case-media {
    height: auto;
    margin-bottom: 0;
  }
}

/* ==================================================
CONTACT FORM 7：必須 / 任意 ラベル
================================================== */

/* 項目行（p / label） */
#syuzaidouga-lp .lp-contact-form p,
#syuzaidouga-lp .lp-contact-form label {
  position: relative;
  font-weight: 600;
  margin-bottom: 24px;
}

/* 必須 */
#syuzaidouga-lp .lp-contact-form
p:has(.wpcf7-validates-as-required)::after,
#syuzaidouga-lp .lp-contact-form
label:has(.wpcf7-validates-as-required)::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #f29900;
  border-radius: 4px;
  vertical-align: middle;
}

/* 任意 */
#syuzaidouga-lp .lp-contact-form
p:not(:has(.wpcf7-validates-as-required))::after,
#syuzaidouga-lp .lp-contact-form
label:not(:has(.wpcf7-validates-as-required))::after {
  content: "任意";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #999;
  border-radius: 4px;
  vertical-align: middle;
}
/* ======================================
英字キッカー：構造差を吸収して一律センター
====================================== */

/* どこに居ても中央 */
#syuzaidouga-lp .lp-sec-kicker {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* 親が flex / grid の場合も吸収 */
#syuzaidouga-lp .lp-sec-kicker {
  align-self: center;
  justify-self: center;
}
#syuzaidouga-lp .lp-section-header,
#syuzaidouga-lp .lp-inner {
  text-align: center;
}
#syuzaidouga-lp .lp-section-header.is-center {
  text-align: center;
}

/* ======================================
CONCEPT PAGE : Layout Framework
====================================== */

#syuzaidouga-lp {
  width: 100%;
  overflow-x: hidden;
}

/* ===============================
Section
=============================== */
#syuzaidouga-lp .lp-section {
  padding: 120px 20px;
}

#syuzaidouga-lp .lp-container {
  max-width: 960px;
  margin: 0 auto;
}

/* ===============================
Hero
=============================== */
.lp-concept-hero {
  position: relative;
  padding: 160px 20px;
  text-align: center;
}

.concept-main-title {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.concept-sub-title {
  font-size: 15px;
  letter-spacing: 0.25em;
  color: #0099cc;
}

/* ===============================
Section Title
=============================== */
.lp-sec-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 48px;
}

/* ===============================
Lead / Intro
=============================== */
.concept-lead,
.concept-lead-box {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
  font-size: 17px;
  line-height: 1.9;
}

/* ===============================
Body Text
=============================== */
.concept-body-text {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}

/* ===============================
Alert / Question Box
=============================== */
.concept-alert-box,
.concept-question-box {
  max-width: 760px;
  margin: 48px auto;
  padding: 32px;
  background: #f7f7f7;
  border-radius: 16px;
  text-align: center;
}

/* ===============================
List
=============================== */
.concept-point-list,
.concept-feature-list {
  max-width: 760px;
  margin: 32px auto;
  padding-left: 1.2em;
  text-align: left;
}

.concept-point-list li,
.concept-feature-list li {
  margin-bottom: 12px;
}

/* ===============================
Usecase Grid
=============================== */
.concept-usecase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin: 64px 0;
}

.concept-usecase-item {
  background: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
}

.usecase-number {
  font-weight: bold;
  color: #0099cc;
  margin-bottom: 8px;
}

/* ===============================
Summary
=============================== */
.concept-summary {
  text-align: center;
  font-size: 17px;
  line-height: 1.9;
  margin: 64px auto;
}

/* ===============================
Button
=============================== */
.btn-wrap {
  text-align: center;
  margin-top: 48px;
}

/* ===============================
SP
=============================== */
@media (max-width: 768px) {

  .concept-main-title {
    font-size: 26px;
  }

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

  #syuzaidouga-lp .lp-section {
    padding: 80px 20px;
  }
}
/* ======================================
CONCEPT PAGE : Emanonレイアウト無効化
====================================== */

/* 固定ページ特有の左右レイアウトを解除 */
body.page #syuzaidouga-lp {
  max-width: none;
  margin: 0;
}

/* Emanonが噛ませてくる内側ラッパーを無効化 */
body.page .l-content,
body.page .l-main,
body.page .wrap,
body.page .container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
