@charset "utf-8";

@media screen and (max-width: 767px) {
	.contentsIn .flexBox.wrap {
		flex-wrap: wrap;
		gap: 20px 0;
	}
}
/* ------------------------------
 募集要項
------------------------------ */
.caseCate {
	display: inline-block;
	min-width: 112px;
	margin-bottom: 20px;
	padding: 0 1.5em;
	border-radius: 16px;
	background-color: #000;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.caseBlock .caseCate {
	min-width: 98px;
	margin-bottom: 17px;
	border-radius: 14px;
	font-size: 1.4rem;
	line-height: 28px;
}
.caseBlock a {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 28px;
	color: #000;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}
.caseBlock a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e60012 url(../img/icon_arrow.svg) no-repeat 5px center / 11px 10px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.caseBlock > .w1-2:not(:nth-last-child(-n+2)) {
		margin-bottom: 40px;
	}
	.caseBlock a:hover {
		opacity: .7;
	}
}
/* ------------------------------
 事例紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.caseBlock > .w1-2:not(:last-child) {
		margin-bottom: 30px;
	}
	.caseBlock a {
		font-size: 1.8rem;
	}
	.caseBlock a::before {
		top: 2px;
	}
}
/* ------------------------------
 テーブル（PC）
------------------------------ */
.contents table {
	width: 100%;
	border-collapse: collapse;
}
.contents table th,
.contents table td {
	border: 1px solid #c8c8c8;
}
.contents table th {
	background: #f5f5f5;
}
.contents table td {
	background: #ffffff;
}
/* ------------------------------
  テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table {
		border-top: none;
		border-bottom: 1px solid #c8c8c8;
	}
	.contents table th,
	.contents table td {
		border-bottom: none;
		padding: .8em !important;
	}
}

/* ------------------------------
 教育・福利厚生
------------------------------ */
@media print, screen and (min-width: 768px) {
	.bgBox.pd_small{
		padding: 32px;
	}
}