@charset "utf-8";

/* =================================
   できるだけ早く噛めるようになりたい方｜導入セクション
================================= */
#fast-chewing-recovery-lead {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

/* =========================
   写真＋導入文
========================= */
.fast-chewing-recovery-lead__intro {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 974px;
    margin: 75px auto 0;
    box-sizing: border-box;
}

.fast-chewing-recovery-lead__image {
    flex: 0 0 354px;
    margin: 0;
}

.fast-chewing-recovery-lead__image img {
    display: block;
    width: 100%;
    height: auto;
}

.fast-chewing-recovery-lead__leadText {
    flex: 1;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.fast-chewing-recovery-lead__leadText p {
    margin: 0;
    padding: 0 2%;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-lead {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-lead__intro {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-top: 40px;
        max-width: 350px;
    }

    .fast-chewing-recovery-lead__image {
        flex: none;
        width: 100%;
    }

    .fast-chewing-recovery-lead__leadText {
        font-size: 16px;
        line-height: 1.6;
    }

    .fast-chewing-recovery-lead__leadText br {
        display: none;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜
   歯がない期間を作りたくない・すぐに噛みたい方へ
================================= */
#fast-chewing-recovery-anxiety {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-anxiety .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-anxiety__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
    text-align: center;
}

.fast-chewing-recovery-anxiety__lead p {
    margin: 0;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.fast-chewing-recovery-anxiety__list {
    width: 100%;
    max-width: 1042px;
    margin: 75px auto 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.fast-chewing-recovery-anxiety__item {
    width: 100%;
    padding: 24px 20px 20px;
    background: var(--lower-gray);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.fast-chewing-recovery-anxiety__item--white {
    background: #FFFEFE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.fast-chewing-recovery-anxiety__text {
    margin: 28px 2% 0;
    color: var(--lower-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-anxiety {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-anxiety__lead {
        max-width: 350px;
        margin-top: 40px;
        text-align: start;
    }

    .fast-chewing-recovery-anxiety__lead p {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 2%;
    }

    .fast-chewing-recovery-anxiety__list {
        max-width: 350px;
        margin-top: 40px;
        gap: 40px;
    }

    .fast-chewing-recovery-anxiety__item {
        padding: 20px 10px;
    }

    .fast-chewing-recovery-anxiety__text {
        margin: 20px 5px 0;
        font-size: 16px;
        line-height: 1.9;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方
   ｜即時荷重インプラントのメリット
================================= */
#fast-chewing-recovery-benefits {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-benefits .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-benefits__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
    text-align: center;
}

.fast-chewing-recovery-benefits__lead p {
    margin: 0;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.fast-chewing-recovery-benefits__list {
    width: 100%;
    max-width: 1042px;
    margin: 55px auto 0;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.fast-chewing-recovery-benefits__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 35px;
    width: 100%;
    padding: 18px 18px 22px;
    background: var(--lower-gray);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.fast-chewing-recovery-benefits__image {
    flex: 0 0 361px;
    margin: 0;
}

.fast-chewing-recovery-benefits__image img {
    display: block;
    width: 100%;
    height: auto;
}

.fast-chewing-recovery-benefits__body {
    flex: 1;
    min-width: 0;
}

.fast-chewing-recovery-benefits__text {
    margin: 18px 2% 0;
    color: var(--lower-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-benefits {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-benefits__lead {
        max-width: 350px;
        margin-top: 40px;
        text-align: start;
    }

    .fast-chewing-recovery-benefits__lead p {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 2%;
    }

    .fast-chewing-recovery-benefits__lead br {
        display: none;
    }

    .fast-chewing-recovery-benefits__list {
        max-width: 350px;
        margin-top: 24px;
        gap: 40px;
    }

    .fast-chewing-recovery-benefits__item {
        display: block;
        padding: 16px 12px 18px;
    }

    .fast-chewing-recovery-benefits__image {
        width: 100%;
        margin: 0 0 18px;
    }

    .fast-chewing-recovery-benefits__text {
        margin: 18px 5px 0;
        font-size: 16px;
        line-height: 1.9;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方
   ｜即時荷重インプラントのデメリット
================================= */
#fast-chewing-recovery-cautions {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-cautions .lower-section-h2 {
    margin: 0 auto;
}

/* =========================
   本文エリア
========================= */
.fast-chewing-recovery-cautions__intro {
    width: 100%;
    max-width: 974px;
    margin: 75px auto 0;
    box-sizing: border-box;
}

.fast-chewing-recovery-cautions__leadText {
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.fast-chewing-recovery-cautions__leadText p {
    margin: 0;
    padding: 0 2%;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-cautions {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-cautions__intro {
        margin-top: 40px;
        max-width: 350px;
    }

    .fast-chewing-recovery-cautions__leadText {
        font-size: 16px;
        line-height: 1.6;
    }

    .fast-chewing-recovery-cautions__leadText br {
        display: none;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜
   インプラントの仮歯の役割と期間中の注意点
================================= */
#fast-chewing-recovery-provisional-tooth {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-provisional-tooth .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-provisional-tooth__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
    text-align: center;
}

.fast-chewing-recovery-provisional-tooth__lead p {
    margin: 0;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.fast-chewing-recovery-provisional-tooth__list {
    width: 100%;
    max-width: 1042px;
    margin: 75px auto 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.fast-chewing-recovery-provisional-tooth__item {
    width: 100%;
    padding: 24px 20px 20px;
    background: var(--lower-gray);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.fast-chewing-recovery-provisional-tooth__item--white {
    background: #FFFEFE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.fast-chewing-recovery-provisional-tooth__text {
    margin: 28px 2% 0;
    color: var(--lower-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-provisional-tooth {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-provisional-tooth__lead {
        max-width: 350px;
        margin-top: 40px;
        text-align: start;
    }

    .fast-chewing-recovery-provisional-tooth__lead p {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 2%;
    }

    .fast-chewing-recovery-provisional-tooth__list {
        max-width: 350px;
        margin-top: 40px;
        gap: 40px;
    }

    .fast-chewing-recovery-provisional-tooth__item {
        padding: 20px 10px;
    }

    .fast-chewing-recovery-provisional-tooth__text {
        margin: 20px 5px 0;
        font-size: 16px;
        line-height: 1.9;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜ご希望に添いつつ安全を確保する当院の対応
================================= */
#fast-chewing-recovery-support {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-support .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-support__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
}

.fast-chewing-recovery-support__lead p {
    margin: 0;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.fast-chewing-recovery-support__cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 1042px;
    margin: 75px auto 0;
}

.fast-chewing-recovery-support__card {
    display: grid;
    grid-template-columns: 346px 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
    background: var(--lower-white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.fast-chewing-recovery-support__image {
    margin: 0;
}

.fast-chewing-recovery-support__image img {
    display: block;
    width: 100%;
    height: auto;
}

.fast-chewing-recovery-support__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#fast-chewing-recovery-support .lower-box-h3 {
    width: auto;
    margin: 0;
}

.fast-chewing-recovery-support__text {
    margin: 20px 0 0;
    color: var(--lower-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-support {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-support__cards {
        max-width: 350px;
        margin-top: 40px;
        gap: 40px;
    }

    .fast-chewing-recovery-support__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px 10px 20px;
    }

    .fast-chewing-recovery-support__image img {
        width: 100%;
    }

    .fast-chewing-recovery-support__text {
        margin: 20px 5px 0;
        font-size: 16px;
        line-height: 1.9;
    }

    .fast-chewing-recovery-support__text br {
        display: none;
    }

    .fast-chewing-recovery-support__lead p {
        font-size: 16px;
        padding: 0 2%;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜
   即時荷重インプラントにかかる期間
================================= */
#fast-chewing-recovery-period {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-period .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-period__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
    text-align: start;
}

.fast-chewing-recovery-period__lead p {
    margin: 0;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.fast-chewing-recovery-period__marker {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(213, 179, 124, 0.40);
    text-decoration-thickness: 45%;
    text-underline-offset: -15%;
    text-underline-position: from-font;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-period {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-period__lead {
        max-width: 350px;
        margin-top: 40px;
        text-align: start;
    }

    .fast-chewing-recovery-period__lead p {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 2%;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜
   即時荷重インプラントにかかる費用
================================= */
#fast-chewing-recovery-cost {
    padding: 20px 6.5% 100px 6.5%;
    background: var(--lower-black-back);
    box-sizing: border-box;
}

#fast-chewing-recovery-cost .lower-section-h2 {
    margin: 0 auto;
}

.fast-chewing-recovery-cost__lead {
    width: 100%;
    max-width: 958px;
    margin: 75px auto 0;
    text-align: start;
}

.fast-chewing-recovery-cost__lead p {
    margin: 0;
    padding: 0 2%;
    color: var(--lower-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

/* ボタン中央寄せ */
.fast-chewing-recovery-cost__buttonWrap {
    width: 100%;
    max-width: 958px;
    margin: 40px auto 0;
    padding: 0 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.fast-chewing-recovery-cost__buttonWrap .btn__link {
    margin-top: 0;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
    #fast-chewing-recovery-cost {
        padding: 20px 2.7% 40px 2.7%;
    }

    .fast-chewing-recovery-cost__lead {
        max-width: 350px;
        margin-top: 40px;
    }

    .fast-chewing-recovery-cost__lead p {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 2%;
    }

    .fast-chewing-recovery-cost__buttonWrap {
        max-width: 350px;
        margin-top: 20px;
        padding: 0 2%;
        justify-content: center;
    }

    .fast-chewing-recovery-cost__buttonWrap .btn__link {
        margin-top: 0;
    }
}

/* =================================
   できるだけ早く噛めるようになりたい方｜タブレット調整
   768px - 1024px
================================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* -------------------------
     セクション共通余白
  ------------------------- */
  #fast-chewing-recovery-lead,
  #fast-chewing-recovery-anxiety,
  #fast-chewing-recovery-benefits,
  #fast-chewing-recovery-cautions,
  #fast-chewing-recovery-provisional-tooth,
  #fast-chewing-recovery-support,
  #fast-chewing-recovery-period,
  #fast-chewing-recovery-cost,
  #lower-case,
  #lower-faq-accordion {
    padding: 24px 8.5% 80px 8.5%;
  }

  /* =================================
     1. リード文
     PC横並び → タブレット縦並び
  ================================= */
  .fast-chewing-recovery-lead__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-lead__image {
    flex: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .fast-chewing-recovery-lead__leadText {
    line-height: 1.75;
  }

  .fast-chewing-recovery-lead__leadText br {
    display: none;
  }

  /* =================================
     2. 歯がない期間を作りたくない・すぐに噛みたい方へ
  ================================= */
  .fast-chewing-recovery-anxiety__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-anxiety__list {
    max-width: 760px;
    margin-top: 56px;
    gap: 36px;
  }

  .fast-chewing-recovery-anxiety__item {
    padding: 24px 20px 22px;
  }

  .fast-chewing-recovery-anxiety__text {
    margin-top: 22px;
  }

  /* =================================
     3. 即時荷重インプラントのメリット
     PC横並び → タブレット縦並び
  ================================= */
  .fast-chewing-recovery-benefits__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-benefits__list {
    max-width: 760px;
    margin-top: 40px;
    gap: 40px;
  }

  .fast-chewing-recovery-benefits__item {
    display: block;
    padding: 22px 20px 24px;
  }

  .fast-chewing-recovery-benefits__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 20px;
  }

  .fast-chewing-recovery-benefits__text {
    margin-top: 18px;
  }

  /* =================================
     4. 即時荷重インプラントのデメリット
  ================================= */
  .fast-chewing-recovery-cautions__intro {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-cautions__leadText {
    line-height: 1.75;
  }

  .fast-chewing-recovery-cautions__leadText br {
    display: none;
  }

  /* =================================
     5. インプラントの仮歯の役割と期間中の注意点
  ================================= */
  .fast-chewing-recovery-provisional-tooth__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-provisional-tooth__list {
    max-width: 760px;
    margin-top: 56px;
    gap: 36px;
  }

  .fast-chewing-recovery-provisional-tooth__item {
    padding: 24px 20px 22px;
  }

  .fast-chewing-recovery-provisional-tooth__text {
    margin-top: 22px;
  }

  /* =================================
     6. ご希望に添いつつ安全を確保する当院の対応
     PC横並び → タブレット縦並び
  ================================= */
  .fast-chewing-recovery-support__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-support__cards {
    max-width: 760px;
    margin-top: 40px;
    gap: 40px;
  }

  .fast-chewing-recovery-support__card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 20px 24px;
  }

  .fast-chewing-recovery-support__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .fast-chewing-recovery-support__text {
    margin-top: 18px;
  }

  .fast-chewing-recovery-support__text br,
  .fast-chewing-recovery-support__lead br {
    display: none;
  }

  /* =================================
     7. 即時荷重インプラントにかかる期間
  ================================= */
  .fast-chewing-recovery-period__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-period__lead p {
    line-height: 1.75;
  }

  /* =================================
     8. 即時荷重インプラントにかかる費用
  ================================= */
  .fast-chewing-recovery-cost__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .fast-chewing-recovery-cost__lead p {
    line-height: 1.75;
  }

  /* =================================
     ボタンを中央寄せ
  ================================= */
  #fast-chewing-recovery-cost .fast-chewing-recovery-cost__buttonWrap,
  #lower-case .button {
    width: auto;
    display: flex;
    justify-content: center;
  }

  /* ボタン本体は中身の長さに合わせる */
  #fast-chewing-recovery-cost .btn__link,
  #lower-case .btn__link {
    display: inline-block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0.9rem 4.2rem 0.9rem 2.2rem;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  /* 矢印位置 */
  #fast-chewing-recovery-cost .btn__link::after,
  #lower-case .btn__link::after {
    right: 1.6rem;
  }

  #fast-chewing-recovery-cost .btn__link:hover::after,
  #lower-case .btn__link:hover::after {
    right: 1.1rem;
  }
}