@charset "utf-8";

#mainV {
	background: url(../../img/recruit/mainv.jpg) no-repeat top center;
}

#recruitNav.pageNav ul li {
	width: calc(100% / 4);
}

.m3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

#recruit table.tbl01 {
	width: 100%;
	font-size: 16px;
}

#recruit table.tbl01 tr {
	border-top: solid 1px #CCC;
}

#recruit table.tbl01 tr:first-child {
	border-top: none;
}

#recruit table.tbl01 th {
	background: #546B8D;
	color: #FFF;
	padding: 20px 40px;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
}

#recruit table.tbl01 td {
	background: #FFF;
	padding: 20px 40px;
	vertical-align: top;
}

#recruit table.tbl01 td dt {
	clear: both;
	float: left;
	width: 7em;
}

#recruit table.tbl01 td dd {
	padding-left: 7em;
}

.entry_link {
	text-align: center;
}

/*　voice.php
--------------------------------------------------------------------------------------- */
#recruit .name_list {
	margin: 40px auto;
	max-width: 710px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#recruit .name_list li {
	float: unset;
	margin-left: 40px;
	margin-bottom: 30px;
	text-align: center;
}

#recruit .name_list li:nth-child(3n+1) {
	margin-left: 0;
}

#recruit .name_list li a {
	background: url(../../img/sub/arw02.png) no-repeat #042659;
	background-position: right 10px center;
	display: block;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 36px;
	width: 210px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#recruit .voice_box {
	position: relative;
	background-color: #FFF;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	padding: 200px 13px 0 13px;
	overflow: hidden;
}

#recruit .voice01 {
	background-image: url(../../img/recruit/voice/bg_name01.gif);
}

#recruit .voice02 {
	background-image: url(../../img/recruit/voice/bg_name02.gif);
}

#recruit .voice03 {
	background-image: url(../../img/recruit/voice/bg_name03.gif);
}

#recruit .voice04 {
	background-image: url(../../img/recruit/voice/bg_name04.gif);
}

#recruit .voice05 {
	background-image: url(../../img/recruit/voice/bg_name05.gif);
}

#recruit .voice06 {
	background-image: url(../../img/recruit/voice/bg_name06.gif);
}

#recruit .voice07 {
	background-image: url(../../img/recruit/voice/bg_name07.gif);
}

#recruit .voice08 {
	background-image: url(../../img/recruit/voice/bg_name08.gif);
}



#recruit .voice_box h3 {
	position: absolute;
	top: 20px;
	left: 290px;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

#recruit .voice_box h3 .mess {
	display: table-cell;
	height: 160px;
	vertical-align: middle;
}

#recruit .voice_box .detail {
	margin: 20px 0;
}

#recruit .voice_box .detail li {
	position: relative;
}

#recruit .voice_box .detail dt {
	position: absolute;
	right: 0;
	bottom: -150px;
	padding: 25px;
	width: 340px;
}

#recruit .voice_box .detail dd {
	border-top: dotted 1px #666666;
	padding: 25px 10px 25px 25px;
	width: 534px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#recruit .voice_box .detail .bordernone {
	border-top: none;
}

#recruit .voice_box .detail dd h4 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-left: 25px;
	text-indent: -25px;
	font-weight: bold;
	line-height: 1.3;
}

#recruit .voice_box .detail dd h4:before {
	content: "";
	display: inline-block;
	border-left: solid 5px #083F95;
	height: 24px;
	vertical-align: top;
	margin-right: 20px;
}

#recruit .voice_box .detail dd p {
	font-size: 16px;
}

/*　message.php
--------------------------------------------------------------------------------------- */
#recruit .mes_txt {
	float: left;
	width: 620px;
}

#recruit .mes_txt h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

#recruit .mes_txt p {
	clear: both;
	font-size: 16px;
	line-height: 1.8;
}

#recruit .mes_txt p.name {
	float: right;
	margin-bottom: 30px;
	font-size: 19px;
}

#recruit .mes_pic {
	float: right;
	width: 320px;
}


/* 動画モーダル */
.modal-open {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #042659;
	border: 1px solid #042659;
	cursor: pointer;
	transition: all 0.5s;
}

.modal-open:hover {
	opacity: 1;
	background-color: #fff;
	color: #042659;
}

.arrow {
	position: relative;
	display: inline-block;
}

.arrow::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	margin-left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s;
}

.modal-open:hover .arrow::before {
	border-top: solid 2px #042659;
	border-right: solid 2px #042659;
}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2000;
}

.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
}

.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 70%;
}

.modal-close {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.modal-content video {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#recruit .mes_txt {
		float: none;
		width: 100%;
	}

	#recruit .mes_pic {
		display: none;
		float: none;
		width: 40%;
		margin: 50px auto 0;
	}

	#recruit .mes_pic img {
		width: 100%;
	}
}

	@media screen and (max-width: 768px) {
		.m3 {
			font-size: 22px;
		}

		.font20 {
			font-size: 16px;
		}

		#recruit table.tbl01 {
			font-size: 15px;
		}

		#recruit table.tbl01 th {
			padding: 10px;
		}

		#recruit table.tbl01 td {
			padding: 10px;
		}

		#recruit .voice01 {
			background: url(../../img/recruit/voice/bg_name01.gif)no-repeat top left / contain;
		}

		#recruit .voice02 {
			background: url(../../img/recruit/voice/bg_name02.gif)no-repeat top left / contain;
		}

		#recruit .voice03 {
			background: url(../../img/recruit/voice/bg_name03.gif)no-repeat top left / contain;
		}

		#recruit .voice04 {
			background: url(../../img/recruit/voice/bg_name04.gif)no-repeat top left / contain;
		}

		#recruit .voice05 {
			background: url(../../img/recruit/voice/bg_name05.gif)no-repeat top left / contain;
		}

		#recruit .voice06 {
			background: url(../../img/recruit/voice/bg_name06.gif)no-repeat top left / contain;
		}

		#recruit .voice_box h3 {
			top: 0;
			left: 33%;
		}

		#recruit .voice_box .detail dt {
			width: 40%;
			bottom: -110px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		#recruit .voice_box .detail dd {
			width: 60%;
			margin-right: 0;
		}

		#recruit .voice_box .detail dd p {
			font-size: 15px;
		}

		/* 動画モーダル */
		.modal-body {
			width: 80%;
		}
	}

	@media screen and (max-width: 420px) {
		#mainV {
			background: url(../../img/recruit/mainv-sp.jpg) no-repeat 50% / cover;
		}

		#recruitNav.pageNav ul li {
			width: 100%;
		}

		.font20 {
			font-size: 15px;
		}

		#recruit table.tbl01 th {
			font-size: 14px;
		}

		#recruit table.tbl01 td {
			font-size: 14px;
		}

		#recruit .name_list {
			max-width: 100%;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		#recruit .name_list li {
			width: 48%;
			margin-left: 0;
			margin-bottom: 20px;
		}

		#recruit .name_list li a {
			width: 100%;
			font-size: 16px;
		}

		#recruit .voice01 {
			background: none;
		}

		#recruit .voice_box {
			margin-bottom: 40px;
			padding: 0;
			overflow: hidden;
		}

		#recruit .voice_box h3 {
			position: static;
			padding-top: 20px;
			background-color: #333;
			color: #fff;
			text-align: center;
			font-size: 30px;
		}

		#recruit .voice_box h3 small {
			display: block;
			font-size: 16px;
			margin-bottom: 4px;
		}

		#recruit .voice_box h3 .mess {
			display: block;
			height: auto;
			font-size: 15px;
			margin-top: 20px;
			padding: 20px 0;
			background-color: #fff;
			color: #333;
		}

		#recruit .voice_box .detail li {
			margin-bottom: 40px;
		}

		#recruit .voice_box .detail dd h4 {
			font-size: 17px;
			margin-bottom: 6px;
		}

		#recruit .voice_box .detail dd {
			border-top: none;
			padding: 0;
			width: 100%;
		}

		#recruit .voice_box .detail dt {
			position: static;
			padding: 0px;
			width: 100%;
			margin-bottom: 40px;
		}

		#recruit .voice_box .detail dt img {
			width: 100%;
		}

		#recruit .mes_txt h3 {
			font-size: 20px;
		}

		#recruit .mes_txt p.name {
			font-size: 16px;
		}

		#recruit .mes_txt p {
			font-size: 15px;
		}

		#recruit .mes_pic {
			width: 80%;
		}
		/* 動画モーダル */
		.modal-open{
			margin: 0 auto 40px;
		}
		.modal-container:before {
			height: 50%;
		}
		.modal-body {
			width: 100%;
		}
		.modal-close {
			top: -50px;
			right: -10px;
		}
	}