@charset "utf-8";
/* ------------------------------
 職場紹介（PC）
------------------------------ */
.workplace .inBlock {
	margin-bottom: 40px;
	padding-bottom: 45px;
	border-bottom: 1px solid #a2b7c2;
}
.workplace .inBlock div a {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	color: #fff;
}
.interview {
	color: #d7fa00;
	position: absolute;
	top: 22px;
	left: 22px;
	font-size: 3.8rem;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
}
.workplace .inBlock div a p:not(.interview) {
	position: absolute;
	bottom: 14px;
	left: 25px;
	line-height: 1.5;
	font-weight: bold;
}
.workplace .inBlock div a p:not(.interview) span {
	display: block;
	margin-bottom: 5px;
	line-height: 1.2;
}
.workplace .inBlock div a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	right: 17px;
	width: 50px;
	height: 50px;
	background: url(../img/icon_arrow.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.inBlock.pc_tac {
		text-align: center;
	}
	.inBlock.pc_tac > p {
		margin-bottom: 60px;
	}
	.workplace h2 {
		float: left;
		width: 258px;
		margin-bottom: 0;
	}
	.workplace .inBlock div > p {
		margin-top: -3px;
	}
	.workplace .inBlock div a + a {
		float: right;
	}
}
/* ------------------------------
 職場紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.inBlock.pc_tac > p {
		margin-bottom: 30px;
	}
	.workplace .inBlock {
		margin-bottom: 25px;
		padding-bottom: 30px;
	}
	.contents .workplace h2 {
		margin-bottom: 20px;
	}
	.interview {
		top: 17px;
		left: 17px;
		font-size: 3.3rem;
	}
	.workplace .inBlock div a p:not(.interview) {
		left: 20px;
	}
	.workplace .inBlock div a::after {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 359px) {
	.interview {
		top: 12px;
		left: 12px;
		font-size: 2.8rem;
	}
	.workplace .inBlock div a p:not(.interview) {
		bottom: 7px;
		left: 15px;
		line-height: 1.4;
	}
	.workplace .inBlock div a p:not(.interview) span {
		line-height: 1.1;
	}
	.workplace .inBlock div a::after {
		bottom: 7px;
		right: 12px;
		width: 32px;
		height: 32px;
	}
}

