/* 関連 */

.s11 {
    position: relative;
    padding: 105px 20px 60px;
}

.s11 p {
    text-align: center;
}

.s11 .t1 {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 27px;
}

.s11 .t2 {
    max-width: 583px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin: 0 auto;
    line-height: 150%;
}

.s11 .mail_contact {
    position: relative;
    width: 548px;
    margin: 0 auto;
    margin-bottom: 49px;
}

.s11 .speech-bubble-down {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 370px;
    position: relative;
    background-color: #ffffff;
    border: 3px solid #51B5CB;
    border-radius: 100px;
    padding: 11px 14px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.s11 .speech-bubble-down::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.s11 .speech-bubble-down::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #51B5CB;
    z-index: -1;
}

.s11 .mail_btn {
    background-color: #51B5CB;
    border-radius: 100px;
    padding: 32px 0;
    color: #fff;
    font-weight: 700;
    justify-content: space-between;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
}

.s11 .mail_btn p {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.s11 .mail_btn .mail_icon {
    width: 35px;
    aspect-ratio: 1/1;
    background-image: url("../../media/p1_s11_1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 71px;
}

.s11 .mail_btn .arrow_btn {
    width: 26px;
    aspect-ratio: 1/1;
    background-image: url("../../media/p1_s11_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 37px;
}

/* ===================== Responsive ===================== */
@media (max-width: 1024px) {
    .s11 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .s11 .mail_contact {
        width: 70%;
        max-width: 520px;
    }

    .s11 .speech-bubble-down {
        top: 40px;
        width: 340px;
        font-size: 15px;
    }

    .s11 .mail_btn p {
        font-size: 22px;
    }

    .s11 .t1 {
        font-size: 22px;
    }

    .s11 .t1 span {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .s11 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .s11 .mail_contact {
        width: 90%;
        max-width: 480px;
    }

    .s11 .speech-bubble-down {
        width: 300px;
        padding: 10px 18px;
        font-size: 14px;
    }

    .s11 .speech-bubble-down span {
        font-size: 14px;
    }

    .s11 .mail_btn {
        padding: 26px 0;
    }

    .s11 .mail_btn .mail_icon {
        margin-left: 40px;
    }

    .s11 .mail_btn .arrow_btn {
        margin-right: 28px;
    }

    .s11 .mail_btn p {
        font-size: 20px;
    }

    .s11 .phone_btn {
        width: 260px;
        height: 66px;
    }

    .s11 .phone_detail .t2 {
        font-size: 22px;
    }

    .s11 .t1 {
        font-size: 20px;
    }

    .s11 .t1 span {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .s11 {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .s11 .t1 {
        font-size: 20px;
        line-height: 1.55;
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .s11 .t1 span {
        font-size: 18px;
        line-height: 1.55;
        padding: 0 16px;
    }

    .s11 .mail_contact {
        width: 100%;
        margin-bottom: 40px;
    }

    .s11 .speech-bubble-down {
        position: absolute;
        top: -17px;
        left: 50%;
        transform: none;
        transform: translateX(-50%);
        width: 280px;
        border-radius: 60px;
        font-size: 10px;
        z-index: 10;
    }

    .s11 .speech-bubble-down::after {
        margin-top: -3px;
    }

    .s11 .speech-bubble-down span {
        font-size: 10px !important;
    }

    .s11 .mail_btn {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 22px 0;
    }

    .s11 .mail_btn .mail_icon {
        margin-left: 24px;
        width: 30px;
    }

    .s11 .mail_btn .arrow_btn {
        margin-right: 20px;
        width: 22px;
    }

    .s11 .mail_btn p {
        font-size: 18px;
    }

    .s11 .phone_contact p {
        font-size: 14px;
    }

    .s11 .phone_btn {
        width: calc(100% - 120px);
        max-width: 280px;
        height: 64px;
    }

    .s11 .phone_icon {
        margin-right: 14px;
        width: 22px;
        height: 28px;
    }

    .s11 .phone_detail .t2 {
        font-size: 20px;
    }

    .s11 .phone_detail .t3 {
        font-size: 11px;
    }

    .s11 .t1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .s11 .t2 {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 360px) {
    .s11 .mail_btn p {
        font-size: 16px;
    }

    .s11 .speech-bubble-down {
        font-size: 12px;
    }

    .s11 .phone_detail .t2 {
        font-size: 18px;
    }

    .s11 .t1 {
        font-size: 16px;
    }

    .s11 .t1 span {
        font-size: 16px;
    }
}