@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.section-kv {
  background-image: url('../../../images/talent/kv.jpg');
}
@media all and (max-width: 768px) {
  .section-kv {
    padding-bottom: 71.4%;
    background-size: cover;
    background-image: url('../../../images/talent/kv-m.jpg');
  }
}
body.page-type-talent .section-content {
  background: linear-gradient(to bottom, #fae7ec 0%, #fbfcfc 100%);
}
@media all and (max-width: 768px) {
  body.page-type-talent .section-content {
    background: linear-gradient(to bottom, #f9e8ee 0%, #fbfcfc 100%);
  }
}
body.page-type-talent .section-footer-dec {
  background-color: #FBFCFC;
}
