@charset "UTF-8";
/* CSS Document */
img{
    max-width: none;
    width: 100%;
}
.oliva{
    background-color: #000;
}
.oliva-inner{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}
.title-cover{
    background-image: url("../images/title-cover.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 36px;
}

.oliva-container{
    background-image: url("../images/container-cover.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.oliva-main-img{
    position: absolute;
    top: 0;
    left: 50%;
}
.commitment{
    width: 50%;
    padding-top: 26px;
    margin-right: auto;
    padding-right: 35px;
}


.commitment-title{
    
    margin-bottom: 55px;
}
.commitment-title img{
    max-width: 100%;
    width: auto;
}
.commitment-item{
    padding-bottom: 44px;
}
.commitment-item-img{
    float: left;
    width: calc(174 / 505 * 100%);
    padding-right: 20px;
}
.commitment-item-title{
    float: left;
    width: calc(331 / 505 * 100%);
    padding-top: 9px;
    padding-bottom: 20px;
}
.commitment-item-text{
    color: #fff;
    line-height: 1.85;
    float: right;
    width: calc(331 / 505 * 100%);
}
.commitment-link{
    text-align: center;
    background-image: url("../images/btn-cover.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.commitment-link a{
    display: block;
    width: 510px;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 20px;
    margin: 0 auto;
}
.commitment-link a img{
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 1080px){
    
    .oliva-main-img{
        position: static;
    }
    .oliva-main-img img{
        
        width: 100vw;
    }
    .commitment{
        width:100%;
/*        padding-top: 26px;*/
        margin-right: 0;
        padding-right: 0;
    }
    .commitment-title{
/*        margin-bottom: 55px;*/
        text-align: center;
    }
    .commitment-list{
        display: flex;
        flex-wrap: wrap;
    }
    .commitment-item{
        padding-bottom: 0;
        width: 50%;
        padding-bottom: 27px;
    }
    .commitment-item:nth-of-type(odd){
        padding-right: 20px;
    }
    .commitment-item:nth-of-type(even){
        padding-left: 20px;
    }
    .commitment-item-img{
        width: 37%;
        padding-right: 3.6%;
        
    }
    .commitment-item-title{
        width: 63%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .commitment-item-text{
/*        line-height: 1.85;*/
        float: left;
        width: 100%;
        margin-top: 16px;
    }
    .commitment-link{
/*        background-image: url("../images/btn-cover.jpg");*/

/*        padding-top: 40px;*/
/*        padding-bottom: 40px;*/
    }
    .commitment-link a{
        width: calc(510 /1080 * 100vw);
        padding: calc(20 / 1080 * 100vw);
    }
    .commitment-link a img{
        width:calc(340 / 1080 * 100vw);
    }
}
@media screen and (max-width: 680px){
    .title-cover{
        text-align: center;
        background-image: url("../images/title-img-cover-sp.jpg");
        padding-top: 24px;
        padding-bottom: 26px;
    }
    .oliva-title img{
        width: 292px;
    }
    .commitment-title{
        width: 395px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 27px;
        
    }
    .commitment-item{
        width: 100%;
        padding-bottom: 40px;
    }
    .commitment-item:last-of-type{
        padding-bottom: 27px;
    }
     .commitment-item:nth-of-type(odd){
        padding-right: 0;
    }
    .commitment-item:nth-of-type(even){
        padding-left: 0;
    }
    .commitment-item-img{
        width: auto;
    }
    .commitment-item-title{
        width: 257px;
    }
    .commitment-item-text{
        font-size: 12px;
        margin-top: 16px;
    }
       .commitment-link{

        padding-top: calc(20 / 375 * 100vw);
        padding-bottom: calc( 20 / 373 * 100vw);
    }
    .commitment-link a{
        width: 315px;
        padding-top: calc(8/ 375 * 100vw);
        padding-bottom: calc(9 / 375 * 100vw);
    }
    .commitment-link a img{
        width: 240px;
    }
}
@media screen and (max-width: 500px){
    .commitment-title{
        width: auto;
        
    }
    .commitment-item-img{
        width: calc(254 / 690 *100%);
        padding-right: calc(23 /690 * 100%);
    }
    .commitment-item-title{
        width: calc(433 / 690 * 100%);
    }
}
@media screen and (max-width: 374px){
    .commitment-link a{
        width: calc(315 / 375 * 100vw);
    }
}