@charset "utf-8";
/* ===============================================
/*# 背景
=============================================== */
.box_bg_img {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  background: #fff;
  overflow: hidden;
}
.box_bg_img.active {
  right: 0;
  width: calc(100% - 60px);
}
.box_bg_img img {
  width: 101%;
  height: 101%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_bg_img img.is_none {
  opacity: 0;
}


#header,#header_sp{
	background: #fff;
}
/* ===============================================
# sec_promo
=============================================== */
.sec_promo{
  position: relative;
  padding:581px 0 60px;
  /*padding: 31.92vw 0 60px;*/
  background: url(../../img/bg_promo.png) no-repeat top center;
}
.sec_promo h1{
	position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sec_promo h1 img{
  width:664px;
}
@media (min-width :1920px){
  .sec_promo{
    background-size: cover;
  }
}
@media screen and (max-width :768px) {
  .sec_promo{
    padding: 0;
    background: none;
  }
  .sec_promo .bg{
    position: relative;
    padding: 80vw 0 15px;
    background: url(../../img/bg_promo_sp.png)no-repeat center center;
    background-size: cover;    
  }
  .sec_promo h1{
		margin-bottom: 0;
  }
  .sec_promo h1 img{
    width: 73.6%;
  }  
}
@media screen and (max-height :745px) and (max-width :768px){
  .sec_promo .bg{
    padding-top: 62.6vh;
  } 
}

/* ===============================================
# sec_news
=============================================== */
.sec_news{
	background: #fff;
}
.sec_news .inner{
  max-width: 1300px;
  padding: 89px 50px 95px;
  background-color: #fff;
}
.sec_news h2 span[lang="en"]{
  width: 316px;
}
.sec_news h2 span.jp{
  color: #2fabcd;
}
.sec_news .list_news li .mod_date,
.sec_news .list_news_simple li .mod_date {
  color: #2fabcd;
}
.sec_news .list_news li .ico_cate > span,
.sec_news .list_news li .cmn_cate > span,
.sec_news .list_news_simple li .cmn_cate > span{
  border-color: #2fabcd;
}

.sec_news .list_news li .box_img .ico_pin{
  background-image: url("../img/ico_pin.svg");
}
@media screen and (max-width :768px){
  .sec_news .inner{
    padding: 50px 4% 72px;
  }
  .sec_news h2 span[lang="en"]{
    width: 202px;
  }
}
/* ===============================================
# sec_learning
=============================================== */
.sec_learning{
	padding: 85px 0;
	color: #fff;
}
.sec_learning .txt_lead{
	margin-bottom: 15px;
	text-align: center;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.3;
}
.sec_learning h2{
	margin-bottom: 33px;
	text-align: center;
	font-size: 40px;
	font-size: 4rem;
	font-weight:600;
	line-height: 1.3;
}
.sec_learning .txt_main{
	margin-bottom: 80px;
	text-align: center;
	line-height: 2.5;
	font-weight: 700;
}
.sec_learning .area_article{
	width: calc(100% - 40px);
	margin: 0 0 0 auto;
	padding: 40px 40px 40px 0;
	border: solid 2px #fff;
}
.sec_learning .area_article figure{
	width: 30.17%;
	margin-left: -40px;
	margin-right: 5.25%;
}
.sec_learning .area_article .box_txt{
  -webkit-box-flex: 1;
  flex: 1;	
}
.sec_learning .area_article h3{
	margin: -0.3em 0 30px;
  font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.563;
}
.sec_learning .area_article .txt_name{
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: solid 2px #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 500;
}
.sec_learning .area_article .txt_name .type{
	font-size: 18px;
	font-size: 1.8rem;
}
.sec_learning .area_article .txt_name .post{
	font-size: 16px;
	font-size: 1.6rem;
}
.sec_learning .area_bnr{
	margin-top: 60px;
}
@media (max-width :1024px) {
	.sec_learning .area_article h3{
		font-size: 25px;
		font-size: 2.5rem;		
	}
}
@media screen and (max-width :768px) {
	.sec_learning{
		padding: 45px 0;
	}
	.sec_learning .inner{
		max-width: 550px;
	}
	.sec_learning .txt_lead{
		margin-bottom: 10px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.316;
	}
	.sec_learning h2{
		margin-bottom: 20px;
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.275;
	}
	.sec_learning .txt_main{
		margin-bottom: 35px;
		text-align: left;
		line-height: 1.857;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sec_learning .area_article{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px 25px;
	}
	.sec_learning .area_article figure{
		width: 100%;
		margin: -15px 0 0;
	}
	.sec_learning .area_article .box_txt{
		display: block;
	}
	.sec_learning .area_article h3{
		margin:25px 0 15px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.45;
	}
	.sec_learning .area_article .txt_name{
		margin-bottom: 20px;
		padding-left: 11px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.333;
		font-weight: 700;
	}
	.sec_learning .area_article .txt_name .type{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.sec_learning .area_article .txt_name .post{
		font-size: 10px;
		font-size: 1rem;
	}
	.sec_learning .area_article .txt_cmt{
		line-height: 1.714;
		font-size: 14px;
		font-size: 1.4rem;
	}	
	.sec_learning .area_bnr{
		margin-top: 30px;
	}
}
/* ===============================================
# sec_learning
=============================================== */
.sec_course{
	padding-bottom: 0;
	background: none;
}
.sec_course .list_course a{
	color: #fff;
}
.sec_course .list_course a .ttl .jp{
	background-image: url("../img/ico_link_circle.svg");
}
.sec_course .list_course figcaption{
	writing-mode:inherit;	
	left: 0;
	top: 0;
	right: auto;
	height: auto;	
	line-height: 1;
	font-size: 20px;
	font-size: 2rem;	
}
.sec_course .list_course figcaption > span{
	display: inline-block;
	margin-top: 0 !important;
	padding: 15px 25px;
	color: #fff;
	background: #2fabcd;	
	box-decoration-break:inherit;
}
.sec_course .list_course .city{
	margin-top: 0;
	background: #b5b721;	
}
.sec_course .list_course figcaption > .long{
	padding-right: 35px;
}
.sec_course .list_course figcaption > span+.city{
	margin-left: -20px;
	padding-left: 35px;
	clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media print,screen and (min-width :769px){
	.sec_course .list_course{
		max-width: 1838px;
		margin: 0 auto;		
		-webkit-box-pack: center;
		justify-content: center;	
	}	
	 .sec_course .list_course.col3::after{
		display: none;
	}
	.sec_course .list_course li{
		margin-left: 2.24%;
	}
	.sec_course .list_course li:nth-child(1),
	.sec_course .list_course li:nth-child(4){
		margin-left: 0;
	}	
}

@media screen and (max-width :768px) {
	.sec_course .inner{
		width: 100%;
	}
	.sec_course .list_course figcaption{
		font-size: 16px;
		font-size: 1.6rem;	
	}
	.sec_course .list_course figcaption > span{
		padding: 11px 16px;
	}
 	.sec_course .list_course figcaption > .long{
		padding-right: 24px;
	}
	.sec_course .list_course figcaption > span+.city{
		margin-left: -14px;
		padding-left: 24px;
		clip-path: polygon(14px 0%, 100% 0, 100% 100%, 0% 100%);
	}	
}
/* ===============================================
# sec_movie
=============================================== */
.sec_movie{
	position: relative;
	padding-top: 140px;
	padding-bottom: 60px;
	background: #fff;
}
.sec_movie .inner{
	max-width: 1200px;
	z-index: 1;
	padding:0 2%;
}
.sec_movie .wrap_contents{
	display: block;
}
.sec_movie .inner h2{
	width: auto;
  margin: 0 0 30px 0;
  writing-mode: inherit;
	font-weight: 400;
}
.sec_movie .inner h2 .jp{
	margin-left: 28px;
	font-weight: 600;
}
.swiper_movie{
	position: static;
	padding: 90px 0 120px;
}
.swiper_movie::before{
	max-width: 1500px;
	top: 90px;
	left: 0;
	right: auto;
	height: calc(100% - 90px);
	background-color: #eaf6fa;
}
.sec_movie .list_pickup a{
	position: relative;
}
.sec_movie .list_pickup a::before {
  content: '';
  width: 53px;
  height: 37px;
  background: url("/education/faculty/assets/img/ico_youtube.svg")no-repeat center center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media print,screen and (min-width :769px){
	.sec_movie .list_pickup{
		width: 100%;
		display : -webkit-inline-box;
		display : -webkit-inline-flex;
		display : inline-flex;		
		-webkit-box-pack: justify;
		justify-content: space-between;		
	}
	.sec_movie .list_pickup li{
		width: 48.33%;
	}	
}
@media screen and (max-width :768px) {
	.sec_movie{
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.sec_movie .inner{
		padding: 0 4%;
	}
	.sec_movie .inner h2{
		margin: 0 0 25px 0;
	}
	.sec_movie .inner h2 .jp{
		margin:5px 0 0;
		font-weight: 600;
	}
	.sec_movie .list_pickup{
		max-width: 550px;
		margin: 0 auto;
	}
	.sec_movie .list_pickup li:nth-child(2){
		margin-top: 17.5px;
	}
	.sec_movie .list_pickup a::before {
		width: 31px;
    height: 21.5px;
	}	
	.swiper_movie{
		padding: 30px 0 85px;
	}
	.swiper_movie::before{
		width: 92%;
		top: 72px;
		height: calc(100% - 72px);
	}	
}

/* ===============================================
# sec_facility
=============================================== */
.sec_facility{
  position: relative;
	padding: 140px 0;
	background: #fff;
}
.sec_facility::before {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 0;
  display: block;
  content: '';
  width: 96%;
  max-width: 1500px;
  height: calc(100% - 180px);
  background: #eef6ec;
  background-color:#eaf6fa;
}
.sec_facility .wrap_contents{
}
.sec_facility .inner h2{
  line-height: 1;
	text-align: right;
}
.sec_facility .inner h2 .feng{
  font-size: 60px;
  font-size: 6rem;
}
.sec_facility .inner h2 .jp{
  display: inline-block;
	margin-left: 28px;
	font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
.sec_facility .inner .txt_lead{
	margin-top: 40px;
	font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
	line-height: 1.7;
	text-align: right;
}
.sec_facility .swiper_facility{
	margin-top: 70px;
}
.sec_facility .swiper_facility li{
	width: 400px;
}
.sec_facility .swiper_facility figcaption{
	display:block;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #2fabcd;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}
.sec_facility .swiper_facility p{
	line-height: 1.529;
}
@media (max-width :1024px) {
	.sec_facility .inner .txt_lead{
		font-size: 28px;
		font-size: 2.8rem;		
	}
}
@media screen and (max-width :768px) {
	.sec_facility{
 		padding: 120px 0;
	}
	.sec_facility::before {
		width: 92%;
		top: 72px;
		height: calc(100% - 144px);
	}
	.sec_facility .inner h2 .feng{
		font-size: 45px;
		font-size: 4.5rem;
	}
	.sec_facility .inner h2 .jp{
		margin:5px 0 0;
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sec_facility .inner .txt_lead{
		margin: 20px 0 0 auto;
		text-align: left;
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.55;
		max-width: 15em;
	}
	.sec_facility .swiper_facility{
		margin-top: 20px;
	}
	.sec_facility .swiper_facility li{
		width: 285px;
	}
	.sec_facility .swiper_facility figcaption{
		margin-bottom: 5px;
		margin-top: 15px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec_facility .swiper_facility p{
		line-height: 1.786;
		font-size: 14px;
		font-size: 1.4rem;
	}	
}