@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------

採用情報css

----------------------------------------------------------*/

.contents_wrap:first-of-type {
    max-width: 1280px;
    padding: 2em 0 5em;
}
/*各カテゴリーのカレント表示スタイル上書き*/
ul.header_nav li:nth-of-type(5) {
    background-color: #2680EB;
}
ul.header_nav li:nth-of-type(5) a{
	color: #fff;
}
@media screen and (max-width:999px){
/*各カテゴリーのカレント表示スタイル*/
ul.header_nav li:nth-of-type(5){
	background:none;
}
/*

body .lity video.media-document.video.mac{
		min-width: 100px !important;
	}
*/
}
video {
  width: 100%;
}


