@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sec.jpg");
  }
  #global-content .module-boxImgInner {
    position: relative;
  }
  #global-content .module-boxImgInner img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content .module-boxImgInner img:first-child {
    position: relative;
  }
  #global-content .link {
    padding-top: 40px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-boxImgInner {
  position: relative;
}
.device-view-pc #global-content .module-boxImgInner img {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content .module-boxImgInner img:first-child {
  position: relative;
}
.device-view-pc #global-content .link {
  padding-top: 40px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp_sec.jpg");
  }
  .device-js-on .module-boxR {
    margin-top: 8%;
  }
  .device-js-on #global-content .module-boxImgInner {
    position: relative;
  }
  .device-js-on #global-content .module-boxImgInner img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content .module-boxImgInner img:first-child {
    position: relative;
  }
  .device-js-on #global-content .link {
    padding-top: 5.33333%;
  }
}
