.ser_inner {
    width: 88.235vw;
    margin: auto;
}

h2 {
    width: 75vw;
}

p.left {
    margin-top: 40px;
    text-align: left;
    color: var(--main-dark, #142357);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img_wrap img {
    width: 31%;
    margin: 1%;
}

.ser.section_1 {
    background: #f5f5f5;
}

.ser.section_2 {
    background: url(../img/new/service/sec2_bg.png);
    background-size: cover;
    padding-bottom: 170px;
}

.ser.section_3 {
    padding-top: 180px;
    background: #f5f5f5;
    padding-bottom: 80px;
}

.ser.section_3 img {
    display: flex;
    width: 88.235vw;
    margin: auto;
}

@media (max-width: 767px) {

    .ser_inner {
        width: 90%;
    }

    h2 {
        width: 100%;
    }

    .ser.section_1 {
        padding-top: 120px;
        margin-top: -80px;
        padding-bottom: 60px;
    }

    .ser.section_2 {
        padding-top: 120px;
        margin-top: -80px;
        padding-bottom: 100px;
    }

    .ser.section_3 {
        padding-top: 60px;
        background: #f5f5f5;
        padding-bottom: 30px;
    }

    .ser.section_3 img {
        width: 90%;
    }

    .swiper3 {
        padding-bottom: 50px;
        position: relative;
    }

    .swiper4 {
        padding-bottom: 50px;
        position: relative;
    }

}