@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*会社・採用情報 動画一覧　-PC-
/*
/* +++++++++++++++++++++++++ */



#index-main{
	text-align:center;
	background-color:#E9EDED;
}
.ttl01{
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:30px;
	letter-spacing:0.1em;
	margin-bottom: 100px;
	margin-top: 30px;
}
.ttl01 .en {
    margin-bottom: 10px;
}
.ttl01 span{
	display:block;
	font-size:14px;
	letter-spacing:0.05em;
}

.s-ttl01{
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	margin-bottom:20px;
	font-weight:normal;
	font-size:24px;
}


.recruit-movie{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:1366px;
	margin: auto;
}

.recruit-movie section{
    border: 1px solid #707070;
    padding: 20px 25px;
    width: 49%;
	margin-bottom:25px;
}

/*.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.recruit-movie p img{
    width: 100%;
}