@charset "UTF-8";

.req {
	padding-bottom: 135px;
}

.req_art {
	margin-top: 95px;
}

.req_art_movie {
	margin: 0 auto;
	max-width: 640px;
	position: relative;
}

.req_art_movie:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.req_art_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.req_art_ttl {
	margin-top: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #FFF;
	background: #83C635;
	padding: 22px 32px;
}

.req_art_ttl.-career {
	background: #0644A7;
}

.req_art_tbl {
	width: 100%;
}

.req_art_tbl dl {
	display: table;
	width: 100%;
}

.req_art_tbl dl dt,
.req_art_tbl dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 35px;
	border-bottom: 1px solid #D0D0D0;
}

.req_art_tbl dl dt {
	font-weight: 700;
	text-align: left;
	width: 170px;
	padding-right: 0;
}

.req_entry {
	margin-top: 50px;
	text-align: center;
}

.req_entry a {
	display: inline-block;
	width: 100%;
	max-width: 554px;
	padding: 38px 10px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	background: #0644A7;
	border: 2px solid #0644A7;
	transition: background .4s, color .4s;
}

.req_entry a:hover {
	background: #FFF;
	color: #0644A7;
}

.req_back {
	margin-top: 70px;
	text-align: center;
}

.req_back a {
	display: inline-block;
	width: 100%;
	max-width: 330px;
	font-weight: bold;
	color: #83C635;
	border: 2px solid #83C635;
	padding: 6px 10px;
	text-align: center;
	position: relative;
}

.req_back a:hover {
	color: #FFF;
	background: #83C635;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.req {
		padding-bottom: 50px;
	}

	.req_art {
		margin-top: 50px;
	}

	.req_art_ttl {
		padding: 15px;
	}

	.req_art_tbl,
	.req_art_tbl dl,
	.req_art_tbl dl dt,
	.req_art_tbl dl dd {
		display: block;
		width: 100%;
		padding: 0;
	}

	.req_art_tbl dl {
		padding: 20px 0;
		border-bottom: 1px solid #d0d0d0;
	}

	.req_art_tbl dl dt,
	.req_art_tbl dl dd {
		border-bottom: none;
	}

	.req_art_tbl dl dd {
		margin-top: 10px;
	}

	.req_entry {
		margin-top: 30px;
	}

	.req_entry a {
		padding: 20px 10px;
	}

	.req_back {
		margin-top: 50px;
	}

}
