@charset "UTF-8";

#sustainability .about_ttl{
    font-size:24px;
    font-weight:600;
    color:#0696d7;
    text-align:center;
    line-height:1.5;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
        #sustainability .about_ttl{
            font-size:16px;
            font-weight:600;
            color:#0696d7;
            text-align:center;
            line-height:1.5;
            margin-bottom:15px;  
            }    
} 

#sustainability .about_read{
    text-align:center;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
    #sustainability .about_read{
        margin-bottom:15px;
    }  
} 

#sustainability .sec01_list{
    display:flex;
    flex-wrap: wrap;
}

#sustainability .sec01_item{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding: 50px;
    margin-bottom: 50px;
    align-items: center;
}

@media screen and (max-width:900px){
    #sustainability .sec01_item{
        display:flex;
        flex-direction:column;
        padding: 10px;
        margin-bottom: 15px;
        align-items: center;
    }
} 

#sustainability .sec01_item:nth-child(2n){
    flex-direction: row-reverse;    
}

#sustainability .sec01_item_main{
    width:48%;
}

@media screen and (max-width:900px){
    #sustainability .sec01_item_main{
        width:100%;
    }
} 

#sustainability .sec01_item_img{
    width:48%;
}

#sustainability .sec01_item_main_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:30px;
    line-height:1.5;
}

@media screen and (max-width:900px){
    #sustainability .sec01_item_main_ttl{
        font-size:16px;
        margin-bottom:10px;
    }
} 

#sustainability  .service{
    margin:0 0 120px;  
}

@media (max-width: 900px) {
    #sustainability  .service{
        margin:0 0 15px;  
    }
  }

  #sustainability  .service_wrap{
    background: #f0f1f5;
    padding: 30px;
    margin:0 auto;
}

@media (max-width: 900px) {
    #sustainability .service_wrap{
        padding: 10px;
    }
  }

#sustainability  .service_ttl{
    font-weight:600;
    font-size:20px;
    margin:0 0 15px;
}

@media (max-width: 900px) {
    #sustainability .service_ttl{
        font-weight:600;
        font-size:16px;
        margin:0 0 10px;
    }
  }

#sustainability .service_list_item{
    position:relative;
    padding:0 0 0 30px;  
    font-weight:600;  
}

#sustainability .service_list_item:before{
    position: absolute;
    content: "";
    display: block;
    background-image: url(../../../img/product_checkbox.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 15px;
    left: 0;
    transform: translate(0, -9px);
}

#sustainability .feature{
    margin:0 0 120px;
}

@media (max-width: 900px) {
    #sustainability .feature{
        margin:0 0 20px;
    }
  }

#sustainability .feature_list{
    display:flex;
    flex-direction:row;
}

@media (max-width: 900px) {
    #sustainability .feature_list{
        display:block;
    }
  }

#sustainability .feature_list_item{
    width:calc((100% - 75px) / 4);
    display:flex;
    flex-direction:column;
}

@media (max-width: 900px) {
    #sustainability .feature_list_item{
        width:100%;
    }
  }

  #sustainability .feature_list_item:not(:last-child){
    margin-right:25px;
}

@media (max-width: 900px) {
    #sustainability .feature_list_item:not(:last-child){
        margin-right:0;
    }
  }

#sustainability .feature_list_item_ttl{
    position:relative;
    font-weight:600;
    margin-bottom:15px;
    padding:0 0 15px;
    font-size:18px;
    text-align:center;
    padding:0 0 15px 0;
    border-bottom:1px solid #e9e7e7;
}

#sustainability .sec02_img{
    display:flex;
    justify-content: center;
}

#sustainability .sec02_img{
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    display:flex;
    justify-content: center;
    padding:50px 0;
    margin-bottom:70px;
}

@media (max-width: 900px) {
    #sustainability .sec02_img{
        box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
        padding:20px 0;
        margin-bottom:20px;
    }
  }

#sustainability  .case_ttl{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #sustainability .case_ttl{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
  }

#sustainability .case_head{
    display:flex;
    flex-direction:row;
    margin-bottom:30px;
}

@media (max-width: 900px) {
    #sustainability .case_head{
        display:block;
         margin-bottom:10px;
    }
  }

  #sustainability .case_table{
        width: 50%;
        border-bottom: 1px solid #bbb;
        margin-bottom: 30px;
}

@media (max-width: 900px) {
    #sustainability .case_table{
        width: 100%;
        margin-bottom: 10px;
}
  }

  #sustainability .case_table th,#sustainability .case_table td{
        font-size: 14px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        padding: 18px 25px;
}

#sustainability .case_table td:last-child{
    border-right: none;
}

#sustainability .case_table th{
    background: #f0f1f5;
}

#sustainability .case_head_img{
    width:50%;
}

@media (max-width: 900px) {
    #sustainability .case_head_img{
        width:100%;
    }    
  }

#sustainability .case_block{
    margin-bottom:70px;
  }

  @media (max-width: 900px) {
    #sustainability .case_block{
        margin-bottom:20px;
      } 
  }

#sustainability .sec03_block{
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding:50px;
    margin-bottom:50px;
}

@media (max-width: 900px) {
    #sustainability .sec03_block{
        padding:20px;
        margin-bottom:20px;
    }
  }

#sustainability .sec03_block_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

@media (max-width: 900px) {
    #sustainability .sec03_block_ttl{
        font-size:16px;
        margin-bottom:10px;
    }
  }

#sustainability .sec03_block_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin:50px 0 0 0;
    border-top:1px solid #e9e7e7;
    border-bottom:1px solid #e9e7e7;
    border-left:1px solid #e9e7e7;
}

@media (max-width: 900px) {
    #sustainability .sec03_block_list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin:10px 0 0 0;
        border-top:1px solid #e9e7e7;
        border-bottom:1px solid #e9e7e7;
        border-left:1px solid #e9e7e7;
    }
  }

#sustainability .sec03_block_item_ttl{
    position:relative;
    padding-left:15px;
    font-weight:600;
    margin-bottom:15px;
    background: #f0f1f5;
    padding:15px
}

#sustainability .sec03_block_item{
    border-right:1px solid #e9e7e7;
    padding:30px;
}

#sustainability .sec03_block_item_txt{
    font-size:14px;
}

#sustainability .sec03_img-wrap{
    display:grid;
    gap:30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom:70px;
}

@media (max-width: 900px) {
    #sustainability .sec03_img-wrap{
        display:grid;
        gap:10px;
        margin-bottom:20px;
    }    
  }

#sustainability .sec03_img-wrap figcaption{
    margin-top:20px;
    text-align:center;
}

#sustainability .sec04_wrap{
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding:50px;
    margin-bottom:70px;
}

@media (max-width: 900px) {
    #sustainability .sec04_wrap{
        padding:20px;
        margin-bottom:20px;
    }   
  }

#sustainability .sec04_block{
    padding-bottom:30px;
}

#sustainability .sec04_block:not(:last-child){
    border-bottom:2px solid #f0f1f5;
    margin-bottom:15px;
}

#sustainability .sec04_block_list{
    list-style-position: inside;
}


#sustainability .sec04_block_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}

@media (max-width: 900px) {
    #sustainability .sec04_block_ttl{
        font-size:16px;
        margin-bottom:10px;
    }
      
  }

#sustainability .sec04_block_item{
    list-style-type: disc;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom:5px;
}

#sustainability .sec05_img{
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%); 
    display: flex;
    justify-content: center;
    padding: 50px 0;
    margin-bottom: 70px;
}

#sustainability .other{
    margin-bottom:110px;
}

#sustainability .other_ttl{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #sustainability .other_ttl{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
}

#sustainability .other_box{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 900px) {
    #sustainability .other_box{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

#sustainability .other_box_textarea{
    width:50%;
}

@media (max-width: 900px) {
    #sustainability .other_box_textarea{
        width:100%;
    }
}

#sustainability .other_box_photo{
    width:47%;
    display:flex;
    justify-content: center;
}

@media (max-width: 900px) {
    #sustainability .other_box_photo{
        width:100%;
    }
}  

#sustainability .other_link-wrap{
    display:flex;
    justify-content: center;
    padding:50px;
}

@media (max-width: 900px) {
#sustainability .other_link-wrap{
    padding:10px;
}
}  

#sustainability .other_link{
    background:#000;
    display:inline-block;
    padding:10px 30px;
    position:relative;
    color:#fff;
    text-align:center;
    position:relative;
}

@media (max-width: 900px) {
#sustainability .other_link{
    width:100%;
    padding:7px;
}
}  

#sustainability .other_link:hover{
    opacity:0.7;
    transition: all 0.3s;
}

#sustainability .other_link:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    top: 50%;
}
