.service {
    padding-bottom: 160px;
    /*蠖ｱ縺ｮ隱ｿ謨ｴ 160 - 20*/
}


/*.service-contents {
    columns: 2;
    column-fill: auto;
    column-gap: 60px;
}

.service-contents__text, .service-contents__list {
    margin-bottom: 60px;
    break-inside: avoid;
    transform: translateZ(0);
}*/

.service-contents {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.service-contents__text {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 60px) / 2);
}

.service-contents__list {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
}

.service-contents .service-contents__list:nth-child(2n+1) {
    position: relative;
    top: 132px;
}

.service-contents__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.service-contents__list {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    min-height: 360px;
}

.service-contents__list a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.service-contents__list a:hover .service-contents__list__thumbnail {
    transform: translateY(-6%) scale(1.15);
}

.service-contents__list__thumbnail-frame {
    position: absolute;
    border-radius: 15px 15px 0 0;
    top: 0;
    left: 0;
    height: 221px;
    width: 100%;
    overflow: hidden;
}

.service-contents__list__thumbnail {
    height: 221px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.service-contents__list__subtitle {
    margin-top: 189px;
    margin-left: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}

.service-contents__list__title {
    margin: 0 30px 10px 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.service-contents__list__text {
    margin: 0 30px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.viewmore-btn_service {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .service {
        padding-bottom: 60px;
    }
    .service-contents {
        display: block;
    }
    .service-contents__text {
        position: relative;
        width: 100%;
    }
    .service-contents__list {
        width: 100%;
        min-height: 270px;
    }
    .service-contents__list a {
        height: auto;
    }
    .service-contents .service-contents__list:nth-child(2n+1) {
        top: inherit;
    }
    .service-contents__text,
    .service-contents__list {
        margin-bottom: 30px !important;
    }
    .service-contents .service-contents__list:nth-child(5) {
        margin-bottom: 0 !important;
    }
    .service-contents__list__thumbnail-frame {
        height: 120px;
    }
    .service-contents__list__thumbnail {
        height: 120px;
        object-position: bottom;
    }
    .service-contents__list__subtitle {
        margin-top: 112px;
        margin-bottom: 0;
        margin-left: 10px;
        font-size: 10px;
        line-height: 15px;
    }
    .service-contents__list__title {
        margin: 0 30px 10px 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .service-contents__list__text {
        margin: 0 10px 12px 10px;
        font-size: 13px;
        line-height: 19px;
    }
    .viewmore-btn_service {
        margin: 50px auto 0 auto;
    }
}