/* ------------------------- service SECTION ------------------------- */
.webp .service-section .section__bg.pc {
    background-image: url("/local/templates/.default/img/service/pc-bg.webp");
}

.no-webp .service-section .section__bg.pc {
    background-image: url("/local/templates/.default/img/service/pc-bg.jpg");
}

.webp .service-section .section__bg.xs {
    background-image: url("/local/templates/.default/img/service/xs-bg.webp");
}

.no-webp .service-section .section__bg.xs {
    background-image: url("/local/templates/.default/img/service/xs-bg.jpg");
}

.service-section {
    padding: 26rem 0 12rem;
    line-height: 1.25;
}

@media screen and (max-width: 575px) {
    .service-section {
        padding: 13rem 0 3.5rem;
    }
}

.service__box {
    width: 95rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .service__box {
        width: 100%;
        flex-wrap: wrap;
    }
}

.service__left {
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .service__left {
        order: 1;
    }
}

.service__left-item {
    width: 27.8rem;
    height: 14.5rem;
    position: relative;
    text-align: left;
    margin-top: -3rem;
}

@media screen and (max-width: 575px) {
    .service__left-item {
        margin-left: auto;
        margin-right: auto;
    }
}

.service__left-item:nth-child(1) {
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .service__left-item:nth-child(1) {
        margin-top: 4rem;
    }
}

.service__left-item:nth-child(2) {
    z-index: 2;
}

.service__left-item:nth-child(3) {
    z-index: 3;
}

.service__left-item .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34rem;
    max-width: none;
    pointer-events: none;
}

.service__left-item .icon {
    position: absolute;
    z-index: 5;
    width: 10rem;
    right: 0;
    bottom: 0;
}

.service__left-item span {
    display: block;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 1rem;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .service__left-item span {
        font-size: 1.6rem;
    }
}

.service__text {
    width: 60rem;
    margin-left: 7rem;
    flex-shrink: 0;
    padding-top: 2rem;
}

@media screen and (max-width: 575px) {
    .service__text {
        width: 100%;
        margin: 0;
        padding: 0;
        order: 0;
    }
}

.service__text-subtitle {
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
    width: 49rem;
    max-width: 100%;
}

@media screen and (max-width: 575px) {
    .service__text-subtitle {
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .service__text .t-btn {
        margin: 0 auto;
    }
}