body,
html {
    background: #fff
}

.m-wrap-main {
    display: none
}

.seven-main {
    padding-top: 50px;
    padding-top: 3.125rem
}

.s-part {
    height: 540px;
    height: 33.75rem;
    margin-bottom: 106px;
    margin-bottom: 6.625rem;
    position: relative;
    width: 100%
}

.s-part .msg {
    border-radius: 20px;
    border-radius: 1.25rem;
    height: 540px;
    height: 33.75rem;
    overflow: hidden;
    padding: 50px 68px;
    padding: 3.125rem 4.25rem;
    width: 780px;
    width: 48.75rem
}

.s-part .msg h3 {
    color: #036;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.s-part .msg p {
    color: #001b32;
    font-size: 16px;
    font-size: 1rem;
    line-height: 34px;
    line-height: 2.125rem;
    text-align: justify
}

.s-part .img-wrap {
    border-radius: 20px;
    border-radius: 1.25rem;
    overflow: hidden;
    position: absolute;
    right: 30px;
    right: 1.875rem;
    top: -50px;
    top: -3.125rem;
    z-index: 9
}

.s-part .img-wrap img {
    height: 540px;
    height: 33.75rem;
    -o-object-fit: fill;
    object-fit: fill;
    width: 660px;
    width: 41.25rem
}

.s-part-02,.s-part:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}

.s-part-02 .img-wrap,.s-part:nth-child(even) .img-wrap {
    left: 30px;
    left: 1.875rem;
    right: auto
}

.bg-01 {
    background: #edf5fa
}

.bg-02 {
    background: #fffaef
}

.bg-03 {
    background: #fff2f5
}

.bg-04 {
    background: #f4fafa
}

@media screen and (max-width:750px) {
    .pt-90 {
        padding-top: 0
    }

    .seven-main .s-part {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 50px;
        margin-bottom: 3.125rem;
        padding-top: 380px;
        padding-top: 23.75rem
    }

    .seven-main .s-part .msg {
        height: auto;
        padding: 50px;
        padding: 3.125rem;
        width: 100%
    }

    .seven-main .s-part .msg h3 {
        text-align: center
    }

    .seven-main .s-part .img-wrap {
        left: 4%;
        right: auto;
        top: 0;
        width: 92%
    }

    .seven-main .s-part .img-wrap img {
        height: auto;
        width: 100%
    }
}