@charset "utf-8";
/*------------------------------------------------------------
	movie
------------------------------------------------------------*/
#container {
	background-color: #000;
}
.comTopBox .sound {
	display: none;
}
.video {
	width: 100%;
	height: 100%;
	transform: none;
	-webkit-transform: none;
	left: 0;
	top: 0;
}
.sec01 {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.sec01 .inner {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-left: 30px;
}
.sec01 .lBox {
	width: 79%;
	float: left;
}
.sec01 {
	background: url(/faculty/textiles/webopencampus/img/common/bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec01 .videoBox {
	overflow: hidden;
	position: relative;
}
.videoCover.bg {
    background: #000 url(../img/career_movie/bg.jpg) no-repeat center center;
	background-size: cover;
	opacity: 1;
}

.sec01 .headLine {
	padding: 20px 0 10px;
	width: 100%;
	font-size: 5.1rem;
	letter-spacing: 5px;
	line-height: 1.2;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sec01 .headLine span {
	font-size: 1.6rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
}

.sec01 .qaList {
	padding-top: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sec01 .qaList li {
	margin: 2% 2% 0 0;
	width: 32%;
}
.sec01 .qaList li:nth-of-type(-n+3) {
	margin-top: 0;
}
.sec01 .qaList li:nth-of-type(3n) {
	margin-right: 0;
}
.sec01 .qaList li a {
	display: block;
	color:#fff;
	font-size: 1.5rem;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	padding: 10px 10px 10px 50px;
	position: relative;
	border: 1px solid #fff;
	
}
.sec01 .qaList li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	content: "";
	display: block;
	background: #fff url(../img/common/icon03.png) no-repeat center center;
	background-size: 16px auto;
}

@media all and (max-width: 896px) {
	.sec01 .inner {
		padding-left: 0;
	}
	.sec01 .lBox {
		width: auto;
		float: none;
	}
	
	.sec01 .headLine {
		padding: 10px 15px;
		font-size: 2.3rem;
	}
	.sec01 .headLine span {
		margin-top: 5px;
		font-size: 1.1rem;
		position: static;
	}
	
	.sec01 .qaList {
		padding: 15px 15px 0;
	}
	.sec01 .qaList li,
	.sec01 .qaList li:nth-of-type(-n+3) {
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}
	.sec01 .qaList li:first-of-type {
		margin-top: 0;
	}
	.sec01 .qaList li a {
		font-size: 1.2rem;
		padding: 5px 5px 5px 35px;		
	}
	.sec01 .qaList li a:after {
		width: 25px;
		background-size: 11px auto;
	}
}