/*-------------------- keyVisual (Start) --------------------*/
.keyVisual {
    height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(../img/sustainabilityEnvironment/keyVisual.jpg) center 75%;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/sustainabilitySafety/keyVisual.jpg) center 25%; */
    background-size: cover;
}

.keyVisual .caption {
    margin: 0 10% 0 0;
    letter-spacing: 3px;
    text-align: right;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

@media screen and (min-width: 2566px) and (max-width: 3840px) {
    .keyVisual {
        height: 1200px;
    }

    .keyVisual .caption {
        margin: 60px 10% 0 0;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .keyVisual {
        height: 900px;
    }    
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .keyVisual {
        height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .keyVisual {
        height: 400px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .keyVisual {
        height: 250px;
        justify-content: center;
        background: url(../img/sustainabilityEnvironment/keyVisual.jpg) center;
        background-size: cover;
    }

    .keyVisual .caption {
        margin: 0;
        text-align: center;
        font-size: 28px;
    }
}
/*-------------------- keyVisual (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 p {
    font-size: 20px;
}

.sect1 .vid {
    width: 560px;
    margin: 0 0 0 40px;
    float: right;
}

.sect1 .vid iframe {
    width: 100%;
}

.sect1 .list {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}

.sect1 .list li {
    width: 18%;
    float: left;
    text-align: center;
}

.sect1 .list li:nth-child(5) {
    width: 28%;
}

.sect1 .list li .cover {
    height: 150px;
}

.sect1 .list li .title {
    padding: 15px 0;
    border: solid 1px #fff;
    color: #fff;
    background: #5b9bd5;
}

.sect1 .list li .link {
    padding: 10px 0;
    display: block;
    border: solid 1px #fff;
    background: #eaeff7;
}

.sect1 .gallery {
    width: 100%;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.sect1 .gallery li {
    width: 24%;
    margin: 0 0.5%;
    float: left;
}

.sect1 .gallery li .cover {
    width: 100%;
    height: 150px;
    display: inline-block;
}

.sect1 .gallery li .title {
    text-align: center;
    color: #808080;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .vid {
        width: 100%;
        margin: 0 0 20px;
    }

    .sect1 .list {
        font-size: 16px;
    }

    .sect1 .gallery li .cover {
        height: 120px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .vid {
        width: 100%;
        margin: 0 0 10px;
    }

    .sect1 .list li {
        width: 100%;
        float: left;
        text-align: center;
    }

    .sect1 .list li:nth-child(5) {
        width: 100%;
    }
    
    .sect1 .list li .title {
        margin: 30px 0 0;
    }

    .sect1 .gallery li {
        width: 100%;
        margin: 10px 0;
    }
    
    .sect1 .gallery li .cover {
        height: 250px;
    }
}
/*-------------------- Section1 (End) --------------------*/