@charset "utf-8";

.company {
    background-color: #fff;
    color: var(--fc2261b7);
    background-position: right bottom 10%;
}

.company_note P {
    color: var(--fc2261b7);
}

.company_r .sustainablea {
    padding: 0 15px;
    height: 50px;
    border-top: 1px solid #2261b7;
    border-bottom: 1px solid #2261b7;
    color: var(--fc2261b7);
}
.company_r .sustainablea:hover{
    background-color: var(--boxbg);
}
.sustainablea span {
    font-size: 18px; 
    transition: all .4s;
}

.sustainablea i {
    font-size: 22px;
    transition: all .4s;
}
.sustainablea:hover span,
.sustainablea:hover i{
color: #fff;
}
.company.biobased {
    background-color: #2261b7;
    color: #fff;
}
.biobased .company_r{
    padding: 40px 0;
    padding-right: 4%;
}
.biobased .company_note P{
    color: #fff;
}
.biobased .company_r .sustainablea{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color:#fff;
}
.biobased .company_r .sustainablea:hover{
    background-color: #fff;
}
.biobased .company_r .sustainablea:hover i,
.biobased .company_r .sustainablea:hover span{
    color: #2261b7;
}
.importance{
    height: calc(100vh - 110px);
    background-color: #2261b7;
    color: #fff;
}
.importance_t>div{
    width: 50%;
}
.importance_tle{
    font-weight: 700;
    line-height: 1.2;
}
.importance_ct{
    margin-top: 20px;
}
.importance_ct p{
    color: #fff;
}
.importance_tr{
    display: flex;
    padding-left: 65px;
}
.importance_tr img{
    width: 100%;
}
.importance_b{
    margin-top: 60px;
}
.importance_b .importance_ba{
    display: block;
    width: 23.5%;
    margin-right: 2%;
    border-radius: 8px;
    overflow: hidden;
}
.importance_ba img{
    width: 100%;
}
.importance_b .importance_ba:nth-child(4n){
    margin-right: 0;
}
/* ------ */
.company,
.importance{
    height: auto;
    padding: 100px 0;
}
.company {
    background-position: right bottom 29%
}
@media (max-width: 992px){
    .importance {
        height: calc(100vh - 90px);
  
    }
    .sustainablea span{
        font-size: 16px;
    }
    .company,
.importance{
    height: auto;
    padding: 80px 0;
}
.company {
    background-position: right bottom 43%
}

}
@media (max-width: 768px){
    .importance {
        height: auto;
        padding: 50px 0;
  
    }
    .importance_t{
        flex-wrap: wrap;
    }
    .importance_t>div{
        width: 100%;
    }
    .importance_tr{
        margin-top: 30px;
        padding-left: 0;
    }
    .importance_b{
        margin-top: 20px;
    }
    .importance_b .importance_ba{
        width: 48%;
        margin-top: 15px;
    }
    .importance_b .importance_ba:nth-child(2n){
        margin-right: 0;
    }
}