/*-------------------- keyVisual (Start) --------------------*/
.keyVisual {
    height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;    
    background: url(../img/productMRGCase1/keyVisual.jpg);
    /* 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: 50px;
    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;
    }

    .keyVisual .caption {
        font-size: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .keyVisual {
        height: 400px;
    }

    .keyVisual .caption {
        font-size: 32px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .keyVisual {
        height: 250px;
        justify-content: center;
    }

    .keyVisual .caption {
        margin: 0;
        text-align: center;
        font-size: 28px;
    }
}
/*-------------------- keyVisual (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 .title {
    margin: 0;
    font-weight: bold;
    font-size: 32px;
    color: #0066bc;
}

.sect1 p {
    line-height: 1.6em;
    font-size: 20px;
}

.sect1 .graphic1 {
    width: 550px;
    margin: 0 0 0 50px;
    float: right;
}

.sect1 .txtFloatLeft {
    width: 850px;
    float: left;
}

.sect1 .graphic2 {
    width: 300px;
    margin: 20px 0 0;
    float: right;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 .title {
        font-size: 28px;
    }

    .sect1 .graphic1 {
        width: 100%;
    }

    .sect1 .txtFloatLeft {
        width: 100%;
    }

    .sect1 .graphic2 {
        width: 40%;
        margin: 0 30%;
        float: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .title {
        font-size: 28px;
    }

    .sect1 .graphic1 {
        width: 100%;
    }

    .sect1 .txtFloatLeft {
        width: 100%;
    }

    .sect1 .graphic2 {
        width: 50%;
        margin: 0 25%;
        float: none;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .title {
        font-size: 28px;
    }

    .sect1 .graphic1 {
        width: 100%;
        margin: 0 0 20px;
    }

    .sect1 .txtFloatLeft {
        width: 100%;
    }

    .sect1 .graphic2 {
        width: 100%;
        margin: 0 0 0;
    }
}
/*-------------------- Section1 (End) --------------------*/