/* -----------service */
.servc_sec:after {
    position: absolute;
    content: "";
    height: 250px;
    width: 130px;
    background: url(../../../../../wp-content/uploads/2025/12/service_after.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 100px;
    margin: auto;
}

.servc_sec::before {
    position: absolute;
    content: "";
    height: 270px;
    width: 140px;
    background: url(../../../../../wp-content/uploads/2025/12/footer_after.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 250px;
    margin: auto;
}

.servc_row {
    padding: 0 220px !important;
}

.service_main_box {
    padding-top: 20px;
}

.servc_main_ttl_box_inr.site_ttl span {
    display: inline;
}

.ser_box.replacecontent {
    position: sticky;
    top: 100px;
    transition: 1s;
    margin-bottom: 10px;
}

.ser_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 80px;
    border-radius: 60px;
    background-image: url("../../../../../wp-content/uploads/2025/12/service_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #252127;
    border-top: 1px solid #FF6F00;
}

.ser_left_box {
    width: 40%;
    position: relative;
    z-index: 999;
}

.ser_right_box {
    width: 60%;
    position: relative;
    z-index: 9;
    padding-left: 130px;
}

.ser_right_box::before {
    display: none !important;
}

.ser_ttl {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.4;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.actv_servc_sec .ser_ttl {
    clip-path: inset(0 0 0 0);
}

.ser_des {
    padding-top: 40px;
    line-height: 2;
}

.ser_btn {
    background: #E45400;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 65px;
    position: relative;
}

.ser_btn_logo {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
}

.ser_btn_logo img {
    width: 100%;
    height: 28px;
    object-fit: contain;
}

.ser_btn_txt {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding-left: 10px;
}

.ser_btn_arw {
    display: flex;
    position: absolute;
    right: 30px;
    transform: rotate(-25deg);
}

.ser_btn_arw svg path {
    stroke: #fff;
}

.ser_img {
    display: flex;
    position: relative;
}

.ser_img:after {
    position: absolute;
    content: "";
    height: 300px;
    width: 100%;
    background: #fff;
    bottom: 0 !important;
    border-radius: 30px;
    z-index: -1;
}


.ser_img img {
    width: 100%;
    height: 410px;
    object-fit: contain;
}

.ser_right_box_inr {
    clip-path: inset(50%);
    opacity: 0;
    transition:
        clip-path 1.8s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 1.8s ease;
}

.actv_servc_sec .ser_right_box_inr {
    clip-path: inset(0);
    opacity: 1;
    transition-delay: 0s;
}

.ser_img.mbl_img {
    display: none;
}





@media all and (min-width: 320px) and (max-width: 767px) {
    .servc_row {
        padding: 0 12px !important;
    }

    .service_main_box {
        padding-top: 5px;
    }

    .ser_box_inr {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .ser_left_box {
        width: 100%;
    }

    .ser_right_box {
        display: none;
    }

    .ser_ttl {
        font-size: 22px;
    }

    .ser_des {
        padding-top: 10px;
    }

    .ser_btn {
        margin-top: 15px;
    }

    .ser_img.mbl_img {
        display: block;
    }

    .ser_img:after {
        display: none;
    }

    .ser_img img {
        height: 195px;
        margin-top: 10px;
    }


    .ser_btn {
        padding: 5px 10px;
        border-radius: 5px;
    }

    .ser_btn_logo {
        width: 20px;
        height: 20px;
    }

    .ser_btn_logo img {
        height: 14px;
    }

    .ser_btn_txt {
        font-size: 17px;
    }

    .servc_sec:after {
        height: 100px;
        width: 50px;
        top: 50px;
    }

    .servc_sec::before {
        height: 130px;
        width: 70px;
        top: 100px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {


    .servc_row {
        padding: 0 15px !important;
    }

    .service_main_box {
        padding-top: 5px;
    }

    .ser_box_inr {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .ser_left_box {
        width: 45%;
    }

    .ser_right_box {
        width: 55%;
        padding-left: 30px;
    }

    .ser_ttl {
        font-size: 27px;
    }

    .ser_des {
        padding-top: 10px;
    }

    .ser_btn {
        margin-top: 15px;
    }

    .ser_img img {
        height: 225px;
    }

    .ser_img:after {
        height: 130px;
        bottom: 0;
        border-radius: 10px;
    }

    .ser_btn {
        padding: 5px 10px;
        border-radius: 5px;
    }

    .ser_btn_logo {
        width: 20px;
        height: 20px;
    }

    .ser_btn_logo img {
        height: 14px;
    }

    .ser_btn_txt {
        font-size: 17px;
    }

    .servc_sec:after {
        height: 140px;
        width: 50px;
        top: 50px;
    }

    .servc_sec::before {
        height: 150px;
        width: 70px;
        top: 100px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .servc_row {
        padding: 0 20px !important;
    }

    .ser_box_inr {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .ser_left_box {
        width: 45%;
    }

    .ser_right_box {
        width: 55%;
        padding-left: 30px;
    }

    .ser_ttl {
        font-size: 31px;
    }

    .ser_des {
        padding-top: 10px;
    }

    .ser_btn {
        margin-top: 15px;
    }

    .ser_img img {
        height: 240px;
    }

    .ser_img:after {
        height: 150px;
        bottom: 0;
        border-radius: 15px;
    }

    .ser_btn {
        padding: 10px 20px;
    }

    .ser_btn_logo {
        width: 30px;
        height: 30px;
    }

    .ser_btn_logo img {
        height: 15px;
    }

    .ser_btn_txt {
        font-size: 17px;
    }

    .servc_sec:after {
        height: 140px;
        width: 50px;
        top: 50px;
    }

    .servc_sec::before {
        height: 150px;
        width: 70px;
        top: 100px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .servc_row {
        padding: 0 20px !important;
    }

    .ser_box_inr {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .ser_right_box {
        padding-left: 90px;
    }

    .ser_ttl {
        font-size: 31px;
    }

    .ser_des {
        padding-top: 10px;
    }

    .ser_btn {
        margin-top: 15px;
    }

    .ser_img img {
        height: 260px;
    }

    .ser_img:after {
        height: 200px;
        bottom: 0;
        border-radius: 15px;
    }

    .ser_btn {
        padding: 10px 20px;
    }

    .ser_btn_logo {
        width: 30px;
        height: 30px;
    }

    .ser_btn_logo img {
        height: 15px;
    }

    .ser_btn_txt {
        font-size: 17px;
    }

    .servc_sec:after {
        height: 170px;
        width: 80px;
        top: 70px;
    }

    .servc_sec::before {
        height: 200px;
        width: 100px;
        top: 150px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .servc_row {
        padding: 0 20px !important;
    }

    .ser_box_inr {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .ser_right_box {
        padding-left: 90px;
    }

    .ser_ttl {
        font-size: 40px;
    }

    .ser_des {
        padding-top: 10px;
    }

    .ser_btn {
        margin-top: 15px;
    }

    .ser_img img {
        height: 310px;
    }

    .ser_img:after {
        height: 200px;
        bottom: 0;
        border-radius: 15px;
    }

    .ser_btn {
        padding: 10px 20px;
    }

    .ser_btn_logo {
        width: 30px;
        height: 30px;
    }

    .ser_btn_logo img {
        height: 15px;
    }

    .ser_btn_txt {
        font-size: 17px;
    }

    .servc_sec:after {
        height: 170px;
        width: 80px;
        top: 70px;
    }

    .servc_sec::before {
        height: 200px;
        width: 100px;
        top: 150px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .servc_row {
        padding: 0 20px !important;
    }

    .ser_box_inr {
        padding: 50px 40px;
        border-radius: 30px;
    }

    .ser_ttl {
        font-size: 40px;
    }

    .ser_des {
        padding-top: 20px;
    }

    .ser_btn {
        margin-top: 35px;
    }

    .ser_img img {
        height: 310px;
    }

    .ser_img:after {
        height: 200px;
        bottom: 0;
    }

    .ser_btn {
        padding: 10px 20px;
    }

    .ser_btn_logo {
        width: 40px;
        height: 40px;
    }

    .ser_btn_logo img {
        height: 20px;
    }

    .servc_sec:after {
        height: 200px;
        width: 100px;
        top: 100px;
    }

    .servc_sec::before {
        height: 230px;
        width: 120px;
        top: 250px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .servc_row {
        padding: 0 20px !important;
    }

    .ser_box_inr {
        padding: 70px 50px;
    }

    .ser_des {
        padding-top: 20px;
    }

    .ser_btn {
        margin-top: 35px;
    }

    .ser_img img {
        height: 370px;
    }

    .ser_img:after {
        height: 260px;
        bottom: -35px;
    }

    .servc_sec:after {
        height: 200px;
        width: 100px;
        top: 100px;
    }

    .servc_sec::before {
        height: 230px;
        width: 120px;
        top: 250px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .servc_row {
        padding: 0 50px !important;
    }
}