/* カンパニーキービジュアル */

.co-kv {
	width: 100%;
	height: 250px;
	background-image: url(../images/global/bg_blue.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.co-kv_container {
	width: 100%;
	height: 100%;
	position: relative;
}
.co-kv_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.co-kv_ttl {
	font-size: 4rem;
	color: #fff;
	letter-spacing: 3px;
}
/* メッセージ */
.catchcopy {
	padding: 100px 0 0;
}
.catchcopy_wrap {
	text-align: center;
}
.catchcopy_wrap .catchcopy_img {
	width: 15px;
	margin: auto;
	margin-bottom: 30px;
}
.catchcopy_wrap .catchcopy_img img {
	width: 100%;
}
.catchcopy_wrap .catchcopy_txt-wrap .catchcopy_txt {
	font-size: 1.3rem;
	line-height: 2;
	font-weight: 600;
}

@media screen and (min-width: 414px) {

	.catchcopy_wrap .catchcopy_txt-wrap .catchcopy_txt {
		font-size: 1.6rem;
		line-height: 2;
		font-weight: 600;
	}
}
@media screen and (min-width: 900px) {
	.catchcopy {
		/* padding: 150px 0; */
	}
}

/* 会社概要 */

.cp {
	padding: 150px 0;
}
.cp_body-item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 30px 0 30px 0;
	border-top: 1px solid #D3D1D1;
	font-size: 1.3rem;
	letter-spacing: .1rem;
}
.cp_body-item:last-of-type {
	border-bottom: 1px solid #D3D1D1;

}
.cp_body-item .cp_item-dt {
	margin-bottom: 15px;
	color: #3074AC;
}
.cp_body-item .cp_item-dd span {
	display: block;
	margin-top: 8px;
}
@media screen and (min-width: 414px) {
	.cp_body-item {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:900px) {
	.cp {
		/* padding: 100px 0; */
	}
	.cp_body-item {
		flex-direction: row;
		padding-left: 30px;
	}
	.cp_body-item .cp_item-dt {
		margin-bottom: 0;
		flex-basis: 35%;
	}
	.cp_body-item .cp_item-dd {
		flex-basis: 65%;
	}
}