@charset "utf-8";

/* =========================
   怖いと患者様から言われる理由
   セクション
   ========================= */
.implant-scary-reason-block {
    padding: 100px 6.2% ;
}



.implant-scary-reason-summary {
    display: flex;
    max-width: 1138px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin: 0 auto;
}

.implant-scary-reason-unit {
    display: flex;
    padding: 20px;
    align-items: start;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    background: #FFFEFE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: -2;
}


.implant-scary-reason-image img {
    margin: 0 auto;
}

.implant-scary-reason-text {
    max-width: 687px;
}

.implant-scary-reason-text p {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
}

/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {


    .implant-scary-reason-unit {
        display: block;
    }

    .implant-scary-reason-text {
        max-width: 100%;
    }
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .implant-scary-reason-block {
        padding: 40px 4.5%;
    }



    .implant-scary-reason-unit {
        display: block;
        padding: 20px;
        align-items: center;
        justify-content: center;
        gap: 40px;
        align-self: stretch;
        background: #FFFEFE;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        z-index: -2;
    }

    .implant-scary-reason-unit.implant-scary-reason-unit--reverse {
        background: #E4EDF5;
        flex-direction: row-reverse;
        z-index: -2;
    }

    .implant-scary-reason-image img {
        margin: 0 auto;
    }

    .implant-scary-reason-text {
        max-width: 687px;
        text-align: center;
        margin-top: 20px;
    }


    .implant-scary-reason-text p {
        line-height: 26px;
        text-align: start;
        margin-top: 20px;
    }
}

/* =========================
   安心してインプラント治療を
   受けていただくための取り組み
   セクション
   ========================= */
.implant-scary-attempt-block {
    padding: 100px 6.2%;
    background-image: linear-gradient(to right, rgba(6, 116, 189, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(6, 116, 189, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
}

.implant-scary-attempt-summary {
    display: flex;
    max-width: 1138px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin: 0 auto;
}

.implant-scary-attempt-unit {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: start;
    gap: 40px;
    align-self: stretch;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.implant-scary-attempt-unit--blue {
    background-color: #E4EDF5;
}

.implant-scary-attempt-unit--white {
    background-color: #FFFEFE;
}


.implant-scary-attempt-image img {
    margin: 0 auto;
}


.implant-scary-attempt-text p {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
}

/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .implant-scary-attempt-unit {
        display: block;
    }

    .implant-scary-attempt-text {
        max-width: 100%;
    }
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .implant-scary-attempt-block {
        padding: 40px 4.5%;
    }

    .implant-scary-attempt-unit {
        display: block;
        padding: 0px 20px 20px 20px;
        align-items: center;
        justify-content: center;
        gap: 40px;
        align-self: stretch;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }


    .implant-scary-attempt-image img {
        margin: 0 auto;
    }

    .implant-scary-attempt-text {
        max-width: 687px;
        text-align: center;
        margin-top: 20px;
    }


    .implant-scary-attempt-text p {
        line-height: 26px;
        text-align: start;
        margin-top: 20px;
    }
}

/* =========================
   静脈内鎮静法で痛みや恐怖心を払拭
   セクション
   ========================= */
.implant-scary-anesthesia-block {
    padding: 100px 6.2% ;
    background-color: #E4EDF5;
}

.implant-scary-anesthesia-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    max-width: 1000px;
}

.implant-scary-anesthesia-unit img {
    margin: 0 auto;
}

.implant-scary-anesthesia-unit p {
    color: #091B2C;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .implant-scary-anesthesia-block {
        padding: 40px 4.5%;
    }

    .implant-scary-anesthesia-unit {
        display: block;
        margin: 0 auto;
        max-width: 1000px;
    }

    .implant-scary-anesthesia-unit img {
        margin: 0 auto;
        padding: 0 4%;
    }

    .implant-scary-anesthesia-unit p {
        line-height: 26px;
        margin-top: 40px;
        padding: 0 4%;
    }
}

/* =========================
   よくあるお問い合わせ
   セクション
   ========================= */
.faq {
    padding: 100px 6.2% ;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1138px;
    margin: 0 auto;
}

.faq-item {
    padding: 24px;
    background: #f7fafd;
    border-left: 4px solid #175899;
}

.faq-question {
    font-size: 2.4rem;
    color: #175899;
    margin-bottom: 12px;
    line-height: 1.4;
}

.faq-answer {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #091B2C;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .faq {
    padding: 40px 4.5% ;
}

    .faq-question {
    font-size: 2.0rem;
}
}