@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/about/history/header_bg_01.jpg");
  }
  #global-content #timelineWrap {
    margin-bottom: 70px;
    width: 100%;
    height: 600px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/about/history/header_bg_01.jpg");
}
.device-view-pc #global-content #timelineWrap {
  margin-bottom: 70px;
  width: 100%;
  height: 600px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/about/history/header_bg_01_sp.jpg");
  }
  .device-js-on #global-content #timelineWrap {
    margin-bottom: 12%;
    width: 100%;
    height: 550px;
  }
}
