@charset "utf-8";

/* 福利厚生・制度
============================ */
.second .development .visual::before {
	background: url(../development/images/visual.jpg) right 20% top no-repeat;
	background-size: cover;
}
.second .development table {
	margin-bottom: 0;
}

/* 3カラム */
.second .development .col {
	margin-top: 50px;
}
.second .development .col dl {
	flex-basis: 31%;
	border: 1px solid #ddd;
	padding: 45px 25px 20px;
	margin-bottom: 60px;
	position: relative;
}
.second .development .col dl:last-of-type {
	margin-bottom: 0;
}
.second .development .col dt {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #f0f0f0;
	width: calc(100% - 80px);
	padding: 0 20px;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	min-height: 50px;
}
.second .development .col dd {
	line-height: 2;
}
@media screen and (min-width:1025px) {
	.second .development .col dl {
		margin-bottom: 0;
	}
}

/* テーブル内箇条書き */
.second .development .disc {
	margin-bottom: 0;
}
.second .development .disc li {
	margin-bottom: 0.4em;
}

/* 採用区分について */
@media screen and (min-width:1025px) {
.second .development .kubun th {
	width: 17em;
}
.second .development .kubun td {
	width: calc(100% - 17em);
}
}