@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {


    #movie-youtube {
    text-align: center;
    margin-bottom: 1.5em;
}

    #movie-link {
    display:none;
}



  #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sec.jpg");
  }
  #global-content,
  .module-boxImgInner {
    position: relative;
  }
  #global-content img,
  .module-boxImgInner img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content img:first-child,
  .module-boxImgInner img:first-child {
    position: relative;
  }
  #global-content .module-boxColumn1,
  .module-boxImgInner .module-boxColumn1 {
    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,
.device-view-pc .module-boxImgInner {
  position: relative;
}
.device-view-pc #global-content img,
.device-view-pc .module-boxImgInner img {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content img:first-child,
.device-view-pc .module-boxImgInner img:first-child {
  position: relative;
}
.device-view-pc #global-content .module-boxColumn1,
.device-view-pc .module-boxImgInner .module-boxColumn1 {
  padding-top: 40px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {


    #movie-youtube {
    display:none;
}

    #movie-link {
    text-align:left;
}



  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content,
  .device-js-on .module-boxImgInner {
    position: relative;
  }
  .device-js-on #global-content img,
  .device-js-on .module-boxImgInner img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content img:first-child,
  .device-js-on .module-boxImgInner img:first-child {
    position: relative;
  }
  .device-js-on #global-content .module-boxColumn1,
  .device-js-on .module-boxImgInner .module-boxColumn1 {
    padding-top: 5.33333%;
  }
  .device-js-on #global-content .module-boxColumn1 p,
  .device-js-on .module-boxImgInner .module-boxColumn1 p {
    margin: 0 4%;
  }
  .device-js-on #global-content .module-boxColumn1 p img,
  .device-js-on .module-boxImgInner .module-boxColumn1 p img {
    width: 100%;
    height: auto;
  }
}
