.company.top {
  background: url(/company/img/top/background.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .company.top {
    background: none;
  }
}
.company.top .ttl {
  background: url(/company/img/top/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .company.top .ttl {
    background: url(/company/img/top/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=top.css.map */