@charset "utf-8";

/* 企業紹介
============================ */
.second .about .visual::before {
	background: url(../about/images/visual.jpg) center top no-repeat;
	background-size: cover;
}

/* 枠ボックス */
.second .about .box_border.w85 {
	width: 100%;
	padding: 10px 20px;
}
@media screen and (min-width:1025px) {
	.second .about .box_border.w85 {
		width: 85%;
		padding: 20px 40px;
	}
}

/* 2カラム */
.second .about .col {
	flex-wrap: wrap;
	margin-top: 80px;
}
.second .about .col dl {
	flex-basis: 47.5%;
	border: 1px solid #ddd;
	padding: 60px 25px 20px;
	margin-bottom: 70px;
	position: relative;
}
.second .about .col dt {
	position: absolute;
	top: -33px;
	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: 70px;
}
.second .about .col dd {
	line-height: 2;
	}
	@media screen and (min-width:1025px) {
	.second .about .col dl:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
}