@charset "UTF-8";
html.pageLarge {
    font-size: 75%;
}

html.pageLarge header {
    font-size: 62.5%;
}

.public_works {
    position: relative;
}

.public_works:before {
    content: "";
    width: 100%;
    height: 360px;
    background: #EDF6F9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.public_works img {
    width: 100%;
}

.public_works .bg_fullwidth {
    max-height: 510px;
    overflow: hidden;
}
.bg_fullwidth {
    background-image: url(../images/bussiness/bussiness-01.jpg);
    background-size: cover;
    background-position: center;
    height: 510px;
}
.bg_fullwidth-2{
    background-image: url(../images/bussiness/bussiness-02.jpg);
}
.bg_fullwidth-3{
    background-image: url(../images/bussiness/bussiness-03.jpg);
}
.box-video-busi {
    max-width: 840px;
    margin: -140px auto 0;
    position: relative;
    z-index: 1;
    color: #4d4d4d;
}

.box-video-busi:before {
    content: "";
    width: calc(100% + 310px);
    height: 360px;
    background: #fff;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.93;
}

.box-video-busi .title {
    color: #073B6C;
    padding-bottom: 65px;
    position: relative;
}

.box-video-busi .title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #5df7f2, #53eaf3, #50def2, #54d0ee, #5cc3e7);
    position: absolute;
    bottom: 35px;
    left: 0;
}

.box-video-busi .box-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-video-busi .left {
    flex: 0 0 470px;
}

.drone .box-video-busi {
    max-width: 1000px;
}

.box-video-busi .right {
    flex: 0 0 440px;
}

.public_works.drone:before {
    display: none;
}

.video-busi {
    position: relative;
    z-index: 1;
}

.video-busi:before {
    content: "";
    width: calc(50% + 250px);
    height: 260px;
    background: #EDF6F9;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 1;
}

.drone .box-video-busi:before {
    height: 265px;
}

@media(max-width:767px) {
    .box-video-busi iframe {
        width: 100%;
        height: auto;
        min-height: 180px;
    }
    
    .box-video-busi:before {
        top: -20px;
        height: 200px;
        width: 100%;
    }
    
    .box-video-busi .title {
        padding-bottom: 35px;
    }
    
    .box-video-busi .title:before {
        bottom: 22px;
        width: calc(100% - 15px);
        left: 50%;
        transform: translateX(-50%);
    }
    
    .video-busi:before {
        height: 215px;
        bottom: -33px;
    }
    
    .public_works > .container {
        padding: 0 28px;
    }
    .box-video-busi {
        margin-top: -10px;
    }

    .box-video-busi .box-media {
        flex-direction: column;
    }
    
    .box-video-busi .box-media > div {
        flex: unset;
    }
    
    .video-busi:before {
        width: 100%;
    }
}