@charset "UTF-8";

#page-services .message-wrap {
    padding-bottom: 100px;
}

#page-services .message-wrap .row {
    align-items: center;
}

#page-services .graphic{
    position: absolute;
    bottom: -17vw;
    right: 0;
    width: 5em;
}

@media screen and (min-width: 768px) {

    #page-services .message-wrap {
        padding-bottom: 150px;
    }

    #page-services .graphic{
        bottom: 0;
        right: 0;
        width: 180px;
    }
} 

.whatwedo {
    background-color: #222;
    padding: 100px 0;
}

@media screen and (min-width: 768px) {
    .whatwedo {
        padding: 150px 0;
    }
} 

.whatwedo .service-summary .--title {
    color: #02ADD1;
    font-size: 10vw;
    text-align: center;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .whatwedo .service-summary .--title {
        color: #02ADD1;
        font-size: 4.5rem;
        text-align: center;
        font-weight: 600;
    }
} 

.whatwedo .service-summary .--text {
    color: #fff;
    text-align: left;
}

.whatwedo .bg-text {
    font-size: 10vw;
    color: rgba(255, 255, 255, 0.05);
    text-align: center;
    margin-bottom: -15vw;
    margin-top: 0.3em;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .whatwedo .service-summary .--text {
        text-align: center;
    }
    
    .whatwedo .bg-text {
        font-size: 100px;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: -70px;
    }
} 
@media screen and (min-width: 1120px) {
    .whatwedo .bg-text {
        font-size: 160px;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: -100px;
    }
} 

.service-wrap .service-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
}



@media screen and (min-width: 768px) {
    .service-wrap .service-box {
        flex-direction: column-reverse;
    }
    
    .service-wrap .service-box.row .service-detail,
    .service-wrap .service-box.row .service-img {
        width: 50%;
    }
    .service-wrap .service-box {
        margin-top: 50px;
        flex-direction: row;
    }
    
.row.reverse {
    flex-direction: row-reverse;
}

} 
.service-wrap .service-box.row .service-img {
    display: flex;
}

.service-wrap .service-box .service-detail {
    background-color: #fff;
    padding: 5%;
}

.service-wrap .service-box .service-title {
    font-weight: 600;
    font-size: 8vw;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
    .service-wrap .service-box .service-title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }
} 


.service-wrap .service-box .service-title span {
    font-size: initial;
    display: block;
}

.business-vision-wrap {
    padding: 100px 0;
}
@media screen and (min-width: 768px) {
    .business-vision-wrap {
        padding: 150px 0;
    }
} 


.business-vision-wrap .main-text {
    background: linear-gradient(-8.5deg, #222 0%, #222 50%, #333 50%, #333 100%);
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    padding: 0.8em 0;
}

@media screen and (min-width: 768px) {
    .business-vision-wrap .main-text {
        background: linear-gradient(-8.5deg, #222 0%, #222 50%, #333 50%, #333 100%);
        color: #fff;
        font-size: 2rem;
    }
} 

.business-vision-wrap dl dt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
    .business-vision-wrap dl dt {
        font-size: 20px;
        font-weight: 600;
        margin-top: 50px;
    }
    
} 
