@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 .pt20{
  	padding-top: 20px;
  }
  #global-content .mb0{
  	margin-bottom: 0px;
  }
  #global-content .mb30{
  	margin-bottom: 30px;
  }
  #global-content .module-boxColumn4{
  	padding-top: 20px;
  }
  #global-content .module-boxColumn4 li{
	display: inline-block;
	width: 23.9%;
	margin-left: 1%;
  }
  #global-content .module-boxColumn4 li:first-child{
	margin-left: 0;
  }
  #global-content .module-boxColumn4 li img{
	width: 100%;
  }


  #global-content .entrepreneur-listMargin--top30{
    margin-top: 30px;
  }
  
  #global-content .entrepreneur-boxColumn2--img{
    width: 260px !important;
  }
  
  #global-content .entrepreneur-boxColumn2--text{
    width: 420px !important;
  }

  #global-wrapper .module-commonLayout .about .module-boxImg{
    margin-bottom: 50px;
  }

  #global-wrapper .module-commonLayout .overview .module-boxImg{
    margin-top: 30px;
  }

  #global-content .students2020 .entrepreneur-boxColumn2--img{
    margin-right: 44px;
    margin-bottom: 20px;
  }

  #global-content .students2020 .entrepreneur-boxColumn2--text{
    float: none !important;
    width: auto !important;
  }
  #global-content .students2020 .entrepreneur-boxColumn2--text p{
    font-size: 15px;
    line-height: 1.8;
  }
  #global-wrapper .module-commonLayout .students2020 .module-boxColumn2{
    margin-bottom: 40px;
  }
  #global-wrapper .module-commonLayout .students2021 .module-boxColumn2{
    margin-bottom: 40px;
  }
  #global-content .movieArea {
    margin-bottom: 70px;
  }
  #global-content .movieArea iframe {
    width: 560px;
    height: 315px;
    margin: 0 auto;
  }

  #global-content .module-boxImg img {
    width: 100%;
  }

  .name{
    display: flex;
    justify-content: space-between;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .pt20{
	padding-top: 20px;
}
.device-view-pc #global-content .module-boxColumn4{
	padding-top: 20px;
}
.device-view-pc #global-content .module-boxColumn4 li{
	display: inline-block;
	width: 23.9%;
	margin-left: 1%;
}
.device-view-pc #global-content .module-boxColumn4 li:first-child{
	margin-left: 0;
}
.device-view-pc #global-content .module-boxColumn4 li img{
	width: 100%;
}


.device-view-pc #global-content .entrepreneur-listMargin--top30{
  margin: 30px;
}

.device-view-pc #global-content .entrepreneur-boxColumn2--img{
  width: 260px !important;
}

.device-view-pc #global-content .entrepreneur-boxColumn2--text{
  width: 420px !important;
}

.device-view-pc #global-content .movieArea {
  margin-top: 70px;
}
.device-view-pc #global-content .movieArea iframe {
  width: 560px;
  height: 315px;
  margin: 0 auto;
}

/**********************************/
/* 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 #global-content .module-boxColumn4{
		padding-top: 20px;
	}
  .device-js-on #global-content .module-boxColumn4 li{
		display: inline-block;
		width: 92%;
		margin-left: 0;
	}
  .device-js-on #global-content .module-boxColumn4 li:first-child{
		margin-left: 0;
	}
  .device-js-on #global-content .module-boxColumn4 li img{
		width: 100%;
	}
  .device-js-on #global-content .module-boxImg{
		margin-top: 5%!important;
	}
	.device-js-on #global-content .module-boxImg:last-child{
		margin-bottom: 5%!important;
	}		
	.device-js-on #global-wrapper .module-commonLayout .module-lead03.imgCap{
		margin: 3% 4% 8%;
	}



  .device-js-on #global-content .entrepreneur-listMargin--top30{
    margin-top: 8%;
  }
  .device-js-on #global-content .movieArea {
    margin: 0 auto 8%;
    width: 92%;
    padding-top: 51.75%;
    position: relative;
  }
  .device-js-on #global-content .movieArea iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .device-js-on #global-content .students2020 .module-boxColumn2{
    margin-bottom: 8%;
  }

  .device-js-on #global-content .students2021 .module-boxColumn2{
    margin-bottom: 8%;
  }

  .device-js-on #global-content .module-boxImg img {
    width: 100%;
  }


  #global-wrapper .module-commonLayout .about .module-boxImg{
    margin: 0 4% 10%;
  }

  #global-wrapper .module-commonLayout .overview .module-boxImg{
    margin: 8% 4% 0;

  }

  #global-wrapper .mb30{
  	margin-bottom: 4% !important;
  }

  .name{
    text-align: left;
  }

  .name .module-lead02{
    margin: 0 4% !important;
  }

}
