@charset "utf-8";

.j_d_f_blueback-top {
	background: linear-gradient(.25turn, #073990, #0150b2, #073990);
}

.job_data-title {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.job_data-company_name {
	font-size: 24px;
	color: white;
	line-height: 1.333;
}

.job_data-facility_name {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: white;
	line-height: 1.333;
}

.job_data-heading {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.5;
}

.job_point_wrapper {
	display: flex;
}

.job_point_block {
	margin-right: 40px;
	width: calc(60% - 40px);
	height: 100%;
}

.job_point {
	padding: 10px 40px;
	background: #add9e9;
	display: inline-block;
	position: relative;
	color: #15428b;
	font-weight: bold;
}

.job_point_contents {
	position: relative;
	width: 100%;
	min-height: 255px;
	height: 100%;
	border: 1px solid #0c4baf;
	border-collapse: collapse;
	padding: 1.5vw;
}

.job_point_wrapper .imgWrapper {
	width: 40%;
	height: 300px;
}

.job_point_wrapper .imgWrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.job_contents {
	margin-top: 40px;
}

.job_contents .main_text {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #0c4baf;
	border-collapse: collapse;
	padding: 1.5vw;
}

#j_d_f_main {
	width: 1100px;
	margin: 0 auto;
}

.j_d_f_enclose {
	border: 1px solid #2c5596;
}

.j_d_f_content {
	width: 87%;
	margin: 0 auto;
}

.j_d_f_ov_point {
	width: 63%;
	height: 100%;
	padding-right: 2%;
	vertical-align: middle;
}

.j_d_f_ov_point_head:before {
	content: "";
	background-image: url(../images/informationdetail-recruit/surprised.png);
	position: absolute;
	background-size: contain;
	display: inline-block;
	left: 0.8vw;
	top: 46%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
}

.j_d_f_ov_image {
	width: 35%;
	transform: translateY(-0.8vw);
}

.j_d_f_ov_image img {
	width: auto;
	height: 37vh;
	object-fit: cover;
}

#j_d_f_main article {
	width: 100%;
}

article.detail {
	margin: 4vw auto 6vw auto;
}

#j_d_f_main h4 img {
	height: 90%;
	object-fit: cover;
}

ul.j_d_f_tag {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1em;
	width: 100%;
	font-weight: bold;
}

ul.j_d_f_tag li {
	width: 18%;
	border: 1px solid #0c4baf;
	color: #467ac0;
	margin: 1.5vw 1.5vw 0 0;
	padding: 0.3vw 0;
}

#j_d_f_main table {
	width: 100%;
}

#j_d_f_main table tr {
	height: 100%;
}

#j_d_f_main table th {
	width: 14vw;
}

#j_d_f_main table tr:nth-child(1) {
	border-top: 1px solid #3672bb;
}

#j_d_f_main table th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1.5px solid #3672bb;
	border-right: 1px solid #3672bb;
	color: #15428b;
	padding: 1em 0 1em 2em;
}

.tableth-border-top,
.tabletd-border-top {
	border-top: 1.5px solid #3672bb;
}

#j_d_f_main table td {
	padding: 1em 2em;
	border-bottom: 1.5px solid #3672bb;
}

.j_d_f_button {
	width: clamp(20vw, 250px, 200px);
	height: auto;
	margin: 0 auto;
	padding: 0 0 7vw 0;
	text-align: center;
}

.j_d_f_button a {
	width: 100%;
	z-index: 1;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.5vw;
	padding: 16px 0;
	color: white;
}

.j_d_f_button a:before {
	content: "応募する";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(.25turn, #22a6e6, #014fb2);
	transition: all 0.3s ease-out;
	width: 100%;
	height: 63px;
	line-height: 3.2em;
}

.j_d_f_button a:hover:before {
	top: 8px;
	left: 8px;
}

.j_d_f_button a:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -2;
	border: 1px solid #1c4e9d;
	width: 100%;
	height: 63px;
}

.j_d_f_blueback-bottom {
	background: linear-gradient(.25turn, #073990, #0150b2, #073990);
	height: 4vw;
}

/* =============== レスポンシブ ===============*/

@media screen and (max-width: 1024px) {
	.j_d_f_button {
		width: 25%;
	}

	.j_d_f_button a:after {
		height: 5vw;
	}

	.j_d_f_button a:before {
		height: 5vw;
		line-height: 5vw;
	}

	.j_d_f_ov_image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 760px) {
	.job_data-heading {
		margin-top: 5vw;
		margin-bottom: 0;
		font-size: 4.5vw;
		line-height: 1.5;
	}

	.job_data-company_name {
		font-size: 4.5vw;
	}

	.job_data-facility_name {
		font-size: 4vw;
	}

	.job_contents {
		margin-top: 5vw;
	}

	.job_point_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.job_point_block {
		margin-right: 0;
		width: 100%;
		height: 100%;
	}

	.job_point {
		width: 100%;
		padding: 2.5vw 0;
		text-align: center;
		border-top: 1px solid #0c4baf;
		border-left: 1px solid #0c4baf;
		border-right: 1px solid #0c4baf;
	}

	.job_point_contents {
		min-height: auto;
		height: auto;
		font-size: 4vw;
	}

	.job_contents .main_text {
		font-size: 4vw;
		text-align: justify;
		padding: 2.5vw;
	}

	.job_point_wrapper .imgWrapper {
		margin-bottom: 5vw;
		width: 100%;
		height: auto;
	}

	.j_d_f_blueback-top {
		padding-left: 2.5vw;
		padding-right: 2.5vw;
		height: auto;
	}

	.j_d_f_blueback-top h3 {
		color: white;
		text-align: center;
		font-size: 6vw;
		line-height: normal;
		padding: 2vw;
	}

	.j_d_f_ov_top {
		display: block;
		padding: 0;
	}

	.j_d_f_content h3 {
		font-size: 4.5vw;
	}

	.j_d_f_ov_point_head {
		padding: 1vw 2vw 1vw calc(0.8vw + 6vw);
		font-size: 4vw;
		line-height: normal;
		display: block;
	}

	.j_d_f_ov_point_head:before {
		left: 2vw;
	}

	.j_d_f_ov_point_text {
		font-size: 4vw;
	}

	.j_d_f_ov_point {
		width: 100%;
		padding: 0;
	}

	.j_d_f_ov_image {
		width: 100%;
		transform: translateY(0);
		padding: 7vw 0;
	}

	.j_d_f_ov_image img {
		height: auto;
		width: 100%;
	}

	.j_d_f_ov_bottom {
		font-size: 4vw;
	}

	#j_d_f_main {
		width: 95%;
	}

	#j_d_f_main h4 {
		height: 8.5vw;
		margin: 12vw 0 5vw 0;
	}

	#j_d_f_main h4 img {
		height: 100%;
	}

	ul.j_d_f_tag {
		display: flex;
		justify-content: space-between;
	}

	ul.j_d_f_tag li {
		width: 35vw;
		margin-top: 1em;
		font-size: 4vw;
		padding: 2vw;
	}

	#j_d_f_main table th,
	#j_d_f_main table td {
		display: block;
	}

	#j_d_f_main table th {
		border-right: none;
		padding: 1vw 2vw;
		border-bottom: none;
		font-size: 4vw;
		text-align: left;
		width: 100%;
	}

	#j_d_f_main table td {
		font-size: 4vw;
		padding-top: 2vw;
		padding-bottom: 2vw;
		padding-left: 1em;
	}

	.tabletd-border-top {
		border-top: none;
	}

	.j_d_f_button a:before {
		height: 13vw;
		line-height: 13vw;
		font-size: 4.5vw;
	}

	.j_d_f_button a:after {
		height: 13vw;
	}

	.j_d_f_button {
		width: 50%;
		margin: 10vw auto;
	}

	.j_d_f_blueback-bottom {
		height: 9vw;
	}
}