@charset "utf-8";
.top-header {
	background-color: #F9F9F9;
	padding-bottom: 50px;
}
.mv {
	width: auto;
	height: 547px;
	margin: 40px;
	border-radius: 20px;
	position: relative;
}
.mv_content {
	position: absolute;
	width: 1110px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.mv .mv_content_img {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.mv_content > .mv_content_txt {
	background-color: #f9f9f9;
	width: 575px;
	border-radius: 20px 20px 0 0;
	padding: 30px 27px 0 40px;
}
.mv_content h1 {
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.5;
}
.mv_content h1 span, .mv_content .sub_ttl span {
	color: #26B478;
}
.mv_content .sub_ttl {
	font-size: 1.95rem;
	font-weight: 600;
}
.header_content {
	width: 1030px;
	margin: auto;
}
.header_content .left_col {
	width: 495px;
	background-color: #f9f9f9;
	float: left;
	margin: 0 40px 0 0;
}
.header_content .right_col {
	float: left;
	width: 495px;
}
.header_content .right_col img {
	width: 100%;
	border-radius: 20px;
}

.business_list {
	margin-right: -40px;
	display: flex;
	flex-wrap:wrap;
}
.business_list li {
	width: 495px;
	float: left;
	margin: 0 40px 40px 0;
}
.business_list li a {
	color: #333333;
}
.business_list li a .imgBox {
	border-radius: 10px;
}
.business_list li a .imgBox .imgBox_img {
	width: 100%;
	height: 200px;
	position: relative;
	transition: transform .4s, -webkit-transform .4s;
	background-position: center;
	background-size: cover;
}
.business_list li a:hover .imgBox .imgBox_img {
	transform: scale(1.08);
}
.business_list li dl dt {
	font-weight: 800;
	font-size: 2rem;
}
.business_list li:hover dl dt {
	color: #26B478;
}

#sec_3 {
	background-color: #f0ebe6;
}
/****
ul.news_list {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px 30px;
}
ul.news_list li {
	border-bottom: 1px solid #bdbdbd;
	padding: 15px 0;
}
ul.news_list li:last-child {
	border: none;
}
ul.news_list li .date {
	float: left;
	padding: 0 10px 0 0;
}
ul.news_list li .category {
	float: left;
	padding: 0 0 0 10px;
}
ul.news_list li a {
	color: #333333;
	font-weight: 700;
	width: 100%;
}
****/




@media (max-width:1386px) {
	.header_content {
		width: calc(100% - 140px);
	}
	.mv_content {
		width: 100%;
		position: inherit;
	}
	.mv_content > .mv_content_txt {
		border-radius: 0 10px 0 0;
	}
	.header_content .right_col {
		width: calc(100% - 450px);
	}
}
@media (max-width:767px) {
	.mv {
		margin: 20px;
		height: auto;
		border-radius: 0;
	}
	.mv .mv_content_img {
		height: 300px;
		background-size: cover;
		border-radius: 20px;
	}
	.mv_content h1 {
		width: auto;
		font-size: 7vmin;
		padding: 20px 0 0;
	}
	.mv_content .sub_ttl {
		font-size: 3vmin;
	}
	.mv_content > .mv_content_txt {
		padding: 0;
		width: auto;
	}
	.header_content {
		width: calc(100% - 40px);
	}
	.header_content .left_col {
		width: 100%;
		margin-right: 0;
	}
	.header_content .right_col {
		width: 100%;
	}
	.business_list li {
		width: calc(100% - 40px);
		margin-right: 0;
	}
}