@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.section-kv {
  background-image: url('../../../images/about/kv.jpg');
  background-color: #d1dded;
}
@media all and (max-width: 768px) {
  .section-kv {
    padding-bottom: 71.4%;
    background-size: cover;
    background-image: url('../../../images/about/kv-m.jpg');
  }
}
body.page-type-about .section-content {
  background: linear-gradient(to bottom, #d1dded 0%, #fafafa 30%);
}
@media (max-width: 768px) {
  body.page-type-about .section-content {
    background: linear-gradient(to bottom, #cdd8ea 0%, #fafafa 20%);
  }
}
body.page-type-about .section-footer-dec {
  background-color: #fafafa;
}
body.page-type-about .box-shadow-blue {
  border-radius: 15px;
  box-shadow: 1px 1px 10px rgba(218, 225, 227, 0.5);
  position: relative;
  z-index: 1;
}
body.page-type-about .w-80 {
  margin: 0 auto;
}
body.page-type-about .col-box {
  position: relative;
}
body.page-type-about .absolute {
  position: absolute;
}
body.page-type-about .flex {
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 414px) {
  body.page-type-about .sign {
    width: 110px;
  }
}
body.page-type-about .section-content .wrap .col-box .name {
  align-items: end;
  text-align: right;
  flex-direction: column;
}