/*=====================================================
  mainTitle
=====================================================*/
.mainTitle {
  background-image: url(/images/company/main_title_bg_sp.png), url(/images/top/bg_navy.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: right 0 center, center 0;
}
@media print, screen and (min-width: 1280px) {
  .mainTitle {
    background-image: url(/images/company/main_title_bg.png), url(/images/top/bg_navy.png);
    background-size: auto, cover;
  }
}