:root {
    --base: #fefeff;
    --bk: #343638;
    --main: #1d2087;
    --accent: #009b73;
    --sub: #eee;
}

.business-box {
    margin: 40px auto;
    max-width: 800px;
}

.business-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.business-img {
    width: 60%;
    order: 2;
}

.business-box:nth-of-type(2) .business-img {
    order: 1;
}

.business-box:nth-of-type(2) .business-text {
    order: 2;
}

.business-img img {
    width: 100%;
}

.hotelmanagement-img,
.realestate-img {
    position: relative;
    width: 500px;
    height: 500px;
}

.hotelmanagement-img p,
.realestate-img p {
    position: absolute;
}

.realestate01 {
    top: 0;
    z-index: 9;
}

.realestate02 {
    top: 0;
    z-index: 8;
}

.realestate03 {
    top: 0;
    z-index: 4;
}

.realestate04 {
    top: 0;
    z-index: 1;
}

.realestate05 {
    top: 0;
    z-index: 9;
}


.business-text {
    width: 300px;
    align-self: flex-end;
}

.business-text h3 {
    padding: 0 .6em;
    font-size: 42px;
    text-align: left;
    letter-spacing: .05em;
    position: relative;
}

.business-text h3 .eng {
    margin: 1em 0 0 8em;
    display: block;
    font-size: 13px;
    background: linear-gradient(90deg, #0031ea 10%, #0592b1 80%, #009b73 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.business-text h3::before {
    content: '';
    background: linear-gradient(45deg, #0031ea 0%, #228ada 48%, #009b73 100%);
    height: 1px;
    width: 80%;
    position: absolute;
    top: 1.2em;
    left: 0;
}

#realestate .business-text h3 {
    text-align: right;
}

#realestate .business-text h3 .eng {
    margin: 1em -1.5em 0 0;
    padding: 0 0.01em 0 0;
}

#realestate .business-text h3::before {
    left: auto;
    right: 0;
}

.business-caption {
    margin: 0 auto;
    padding: 20px 1em 0;
    width: 80%;
    font-size: 14px;
    line-height: 2.2em;
}

@media screen and (max-width:767px) {
    .business-text {
        order: 2;
        width: 100%;
    }

    .business-caption {
        width: 76%;
    }

    .hotelmanagement-img,
    .realestate-img {
        width: 620px;
        height: 620px;
    }
}


@media screen and (max-width:555px) {

    .hotelmanagement-img,
    .realestate-img {
        width: 330px;
        height: 330px;
    }
}