.flex3 {
    display: flex;
    align-items: center;
}

.swiper3 {
    overflow: hidden;
    width: 90%;
    border: 2px solid rgb(202, 202, 202);
}

.swiper-prev3 img,
.swiper-next3 img {
    height: 50px;
}

.swiper-prev3 {
    text-align: left;
    width: 5%;
    z-index: 10;
    cursor: pointer;
}

.swiper-next3 {
    text-align: right;
    width: 5%;
    z-index: 10;
    cursor: pointer;
}

.swiper-prev3:hover,
.swiper-next3:hover {
    opacity: 0.5;
}

.swiper-content3 {
    display: flex;
    width: 100%;
    height: 360px;
    padding: 5px;
}

.swiper-img3 {
    height: 350px;
    width: 590px;
    overflow: hidden;
}

.swiper-text3 {
    width: 400px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-img3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.swiper-text3-1 {
    background-color: rgba(189, 189, 189, 1);
    color: white;
    font-weight: 700;
    font-size: 24px;
    padding: 7px 30px;
    border-radius: 30px;
}

.swiper-text3-2 {
    font-size: 32px;
    font-weight: 700;
    margin: 25px 0 15px 0;
}

.swiper-text3-2-maxi {
    font-size: 72px;
    font-weight: 700;
    color: rgba(232, 95, 92, 1);
    margin: 0 5px 0 15px;
}

.swiper-text3-2-mini {
    font-size: 24px;
    font-weight: 700;
}

.swiper-text3-3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.swiper-text3-4 {
    font-size: 32px;
    font-weight: 700;
}

.swiper-dots3 {
    display: none;
}

/* Show only PC image on desktop */
.salary-img-pc {
    display: block;
}
.salary-img-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .salary-img-pc {
        display: none;
    }
    .salary-img-sp {
        display: block;
    }
    .swiper3 {
        width: 100%;
        border: 2px solid rgb(202, 202, 202);
    }

    .swiper-prev3,
    .swiper-next3 {
        display: none;
    }

    .swiper-content3 {
        flex-direction: column;
        height: auto;
        padding: 2px;
    }

    .swiper-img3 {
        width: 100%;
        height: auto;
    }

    .swiper-text3 {
        width: 100%;
        height: fit-content;
    }

    .swiper-text3-1 {
        margin-top: 25px;
        padding: 1.5vw 6vw;
        border-radius: 4vw;
        font-size: 4vw;
    }

    .swiper-text3-2 {
        font-size: 6.2vw;
        margin: 20px 0;
    }

    .swiper-text3-2-mini {
        font-size: 5vw;
    }

    .swiper-text3-2-maxi {
        font-size: 12vw;
        margin: 0 0 0 10px;
    }

    .swiper-text3-3 {
        font-size: 4vw;
        margin-bottom: 0;
    }

    .swiper-text3-4 {
        margin: 40px 0 20px 0;
        font-size: 5vw;
    }

    .swiper-dots3 .swiper-pagination-bullet {
        --swiper-theme-color: rgba(232, 95, 92, 1);
        width: 2.5vw;
        height: 2.6vw;
    }

    .swiper-dots3 {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 30px 0 60px 0;
    }
}