@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
body.page-type-sustainability .section-kv {
  background-image: url('../../../images/sustainability/kv.jpg');
  background-color: #c9ebdd;
}
@media all and (max-width: 768px) {
  body.page-type-sustainability .section-kv {
    padding-bottom: 71.4%;
    background-size: cover;
    background-image: url('../../../images/sustainability/kv-m.jpg');
  }
}
body.page-type-sustainability .section-content {
  background: linear-gradient(to bottom, #c9ebdd 0%, #fbfcfc 60%);
}
@media (max-width: 768px) {
  body.page-type-sustainability .section-content {
    background: linear-gradient(to bottom, #d3ede2 0%, #fbfcfc 60%);
  }
}
body.page-type-sustainability .section-footer-dec {
  background-color: #FBFCFC;
}
body.page-type-sustainability .col-box {
  position: relative;
}
body.page-type-sustainability .absolute {
  position: absolute;
}
body.page-type-sustainability .people01 {
  bottom: -20%;
  right: 30%;
}
