.service-list__container {
    flex-wrap: wrap;
}

@media screen and (min-width:1200px) {
    .service-list__container {
        max-width: 1260px;
        flex-wrap: nowrap;
    }
}

.icon-star--green {
    fill: #49D8AD;
    width: 20px;
    height: 28px;
    position: absolute;
    right: -.75em;
    top: .5em;
}

@media screen and (min-width:901px) {
    .icon-star--green {
        width: 29px;
        height: 37px;
        right: 0;
        top: 0;
    }
}

.icon-star--green svg {
    width: 100%;
    height: 100%;
}

/*
 * [TOP] スマホ版サービス ジグザグに並ぶようにスタイル
 */
.service-list__item:nth-of-type(1n) {
    margin-left: auto;
    margin-right: 0;
}

.service-list__item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: auto;
}

/*
 * [TOP] スマホ版サービス height: 150pxを無効化
 */
.service-list__item a {
    height: auto;
}

.service__item--04 {
    margin-bottom: 3.25em;
    position: relative;
    width: 100%;
    background-color: #49D8AD;
    height: 540px;
}

@media screen and (min-width:901px) {
    .service__item--04 {
        margin-bottom: 8em;
        height: 590px;
    }
}

.service__content--04 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    max-width: 600px;
    padding: 4em 1em .5em;
    position: relative;
    top: 56px;
    width: 100%
}

@media screen and (min-width:901px) {
    .service__content--04 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        bottom: auto;
        height: 380px;
        max-width: 100%;
        padding: 0;
        top: auto;
        width: 55%;
        margin-left: 0;
        margin-right: auto;
    }
}

@media screen and (min-width:901px) {
    .service__content-wrapper--04 {
        -webkit-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        transform: translateX(-2em);
        width: 490px;
    }
}

.service__heading--04 {
    border-bottom: 2px solid;
    font-size: 1.438rem;
    letter-spacing: .075em;
    padding-bottom: .25em;
    text-align: center;
    border-color: #49D8AD;
}

@media screen and (min-width:901px) {
    .service__heading--04 {
        font-weight: 400;
        padding-left: 10px;
        text-align: left;
    }
}

.service__heading--br {
    display: block;
}

@media screen and (min-width:901px) {
    .service__heading--br {
        display: none;
    }
}


.service__images--04 {
    left: 0;
    margin: auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width:901px) {
    .service__images--04 {
        max-width: 100%;
        width: 50%;
        left: auto;
        right: 0;
    }
}

.service__main-image--04 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
    position: absolute;
    top: -1em;
    width: 70%;
    z-index: 2;
    right: 0;
}

.service__main-image--04 img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .service__main-image--04 img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        top: 0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%
    }
}

@media screen and (min-width:901px) {
    .service__main-image--04 {
        height: 370px;
        top: -2em;
        width: 90%;
        right: 2em;
    }
}

@media screen and (min-width:1120px) {
    .service__main-image--04 {
        height: 392px;
        width: 100%
    }
}

.service__sub-image--04 {
    overflow: hidden;
    position: relative;
    width: 100%;
    bottom: auto;
    height: 115px;
    position: absolute;
    top: 4.5em;
    width: 42%;
    right: 50%;
    z-index: 2;
}

.service__sub-image--04 img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .service__sub-image--04 img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        top: 0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
    }
}

@media screen and (min-width:901px) {
    .service__sub-image--04 {
        bottom: 2em;
        height: 247px;
        /*top: auto;*/
        top: 310px;
        width: 60%;
        right: 0;
    }
}

/* メイン画像のアニメーション - 上から下へスライド */
[data-anim="image-04"] {
    opacity: 0;
    animation: fadeInFromTop 0.5s ease-out 0s forwards;
}

/* サブ画像のアニメーション - 下から上へスライド */
[data-anim="sub-image-04"] {
    opacity: 0;
    animation: fadeInFromBottom 0.5s ease-out 0.5s forwards;
}

/* コンテンツのアニメーション - 下から上へスライド */
[data-anim="content-04"] {
    opacity: 0;
    animation: fadeInFromBottom 0.6s ease-out 0.85s forwards;
}

/* アニメーション定義 */
@keyframes fadeInFromTop {
    0% {
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromBottom {
    0% {
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


