@charset "utf-8";

/*mv-detail  */
.mv-detail .detail_image {
    object-position: 0 55%;
}

/* セクション共通 */
.service-babymassage,
.okurumi-wrapper,
.service-firstsign {
    max-width: 1200px;
}

.about-servise .service_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.about-servise .service_head .head_inner {
    width: 50%;

}

.about-servise .service_head .head_titlearea {
    display: flex;
    gap: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
    align-items: center;
}

.about-servise .service_head .head_number {
    font-size: clamp(3.75rem, 2.159rem + 7.95vw, 8.125rem);
    color: rgba(231, 223, 132, 0.7);
}

.about-servise .service_head .head_title {
    font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
    font-weight: bold;
    margin-top: 20px;
}

.about-servise .service_head .head_text {
    margin-top: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.about-servise .service_head .head_imagebox {
    width: 35%;
    position: relative;
}

.about-servise .service_head .head_imagebox::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: #e3f4c2;
    top: clamp(0.938rem, 0.142rem + 3.98vw, 3.125rem);
    right: clamp(0.938rem, 0.142rem + 3.98vw, 3.125rem);
    width: 100%;
    height: 100%;
}



.about-servise .service_body {
    margin-top: 100px;
}



.about-servise .service_body .service_container {
    margin-top: 30px;

}

.about-servise .service_body .card_list {
    padding: 25px 20px;
}


.about-servise .service_body .card_title {
    margin-top: 30px;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.about-servise .service_body .card_text {
    margin-top: 30px;
}

.about-servise .service_body .service_btnarea {
    display: flex;
    justify-content: center;
    gap: 30px;

}



/* service-babymassage  */
.service-babymassage {
    margin-top: clamp(4.375rem, 2.784rem + 7.95vw, 8.75rem);
}



/* service-okurumi  */
.service-okurumi {
    margin-top: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
    position: relative;
}

.service-okurumi::before {
    position: absolute;
    content: "";
    background-color: #F8F7F6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}


.service-okurumi .okurumi-wrapper {
    padding: clamp(3.75rem, 2.159rem + 7.95vw, 8.125rem) 0 clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.service-okurumi .service_head {
    flex-direction: row-reverse;
}


.service-firstsign {
    margin-top: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
}



@media (max-width: 768px) {

    /* 共通 */
    .about-servise .service_head {
        flex-direction: column;
        align-items: center;
    }

    .about-servise .service_head .head_inner {
        width: 100%;
    }


    .about-servise .service_head .head_imagebox {
        width: 80%;
        margin-top: 30px;
    }


    .about-servise .service_body .service_btnarea {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }



}




@media (max-width: 375px) {

    /*mv-detail  */
    .mv-detail .detail_image {
        object-position: 50% 55%;
    }


}