@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}

.small {
	font-size: 60%;
}

#MvArea  {
	background: url(../../img/requirement/requirement_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.requireBtnList .linkBtn02:not(:last-child) {
	margin-bottom: 28px;
}

a.linkBtn04 {
	min-width: 450px;
}

/*コース紹介*/
.courseMap:not(:last-child) {
	margin-bottom: 135px;
}

.courseMovieTit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #b10418;
}

.courseMovieTitEn {
	margin-bottom: 10px;
	font-size: 2.4rem;
	color: #b10418;
}

/* Youtube埋め込み */
.youtubeWrap iframe {
	max-width: 100%;
	aspect-ratio: 30 / 17;
	width: 100%;
	height: 100%;
}
