
.head_wrap {
	background: url(/business/shared/image/sp_visual.png) no-repeat;
}

._split > div {
	display: block;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 3px 3px 3px #eee;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

._split > div p:last-child {
	margin-bottom: 0;
}

._split > div h2 {
	height: 7rem;
	text-align: center;
	position: relative;
	margin-top: 0;
}

._split > div h2 span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	line-height: 1.0;
	transform: translateY( -50% );
}

._split > div h2:after {
	content: "";
	background: #c23475;
	width: 4rem;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
}

@media (min-width: 768px) {

	.head_wrap {
		background-size: cover;
		height: 20vw;
	}

	._split {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	._split > div {
		width: 48.5%;
	}

	._split > div p.caption {
		flex-grow: 1;
	}

}

@media (max-width: 769px) {

	article#company {
		font-size: 0.82rem;
	}

	.head_wrap {
		background-position: center;
		background-size: cover;
		height: 14rem;
	}

	._split > div {
		margin-bottom: 2rem;
	}

}

p.business_btn {
	margin: 0 auto 2.5em;
	text-align: center;
}

p.business_btn a {
	box-shadow: 3px 3px 3px #eee;
	border: 1px solid #eee;
	text-decoration: none;
	border-radius: 2rem;
	padding: 1rem 2rem;
	position: relative;
	background: #fff;
	font-size: 0.82rem;
	display: inline-block;
	
}

p.business_btn a span {
	color: #1f1f1f;
	display: inline-block;
}

p.business_btn a span:after {
	display: inline-block;
	transform: scale( 1, 2 );
	content: "\03e";
	color: #c8c8c8;
	padding-left: 1rem;
}

@media screen and (min-width: 720px) {

	p.business_btn a,
	p.business_btn a span {
		transition: .3s;
	}

	p.business_btn a:hover {
		background: #c23475;
	}

	p.business_btn a:hover span,
	p.business_btn a:hover span:after {
		color: #fff;
	}

}

