@charset "utf-8";
/*-----------------------------------------
アイキャッチ
-----------------------------------------*/
.eyecatch {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eyecatch .container {
	position: relative;
}
.eyecatch .breadcrumb {
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 1.0rem;
	z-index: 1;
	opacity: 0.8;
	font-weight: bold;
}
.eyecatch .breadcrumb a {
	color: #fff;
}


.eyecatch .title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 95%;
}
.eyecatch .title .main {
	font-size: 3.0rem;
	color: #fff;
}
.eyecatch .title .sub {
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
}

@media screen and (min-width: 481px) {
}
@media screen and (min-width: 769px) {
	.eyecatch .breadcrumb {
		font-size: 1.2rem;
	}
	.eyecatch {
		height: 450px;
	}
	.eyecatch .title .main {
		font-size: 6.0rem;
	}
	.eyecatch .title .sub {
		font-size: 2.8rem;
	}
}
@media screen and (min-width: 1200px) {
	.eyecatch .breadcrumb {
	}
	.eyecatch {
		height: 600px;
	}
	.eyecatch .title .main {
		font-size: 8.7rem;
	}
	.eyecatch .title .sub {
		font-size: 3.5rem;
	}
}

/*-----------------------------------------
コンテンツ共通
-----------------------------------------*/
.contents_inner {
}
.bg_area {
	background-color: #EEEEEC;
}

/*-----------------------------------------
リード文
-----------------------------------------*/


/*-----------------------------------------
一覧
-----------------------------------------*/

.sec {
}
.sec_inner {
}
.sec .container {
	position: relative;
}
.d_box {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.division {
	position: absolute;
	top: -1.5em;
	left: 0;
	margin: 0 auto 1em;
	max-width: 500px;
	width: 50%;
	z-index: 1;
}
.division_innter {
	width: 100%;
	background-color: rgba(0,0,0,0.94);
	color: #fff;
	padding: 1em;
	margin-bottom: 0.5em;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.division_innter:before {
	content: "";
	display: block;
	width: 250px;
	height: 250px;
	background: radial-gradient(#fff, transparent 50%);
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.2
}
.division_innter .main {
	font-size: 1.6rem;
	font-weight: bold;
}
.d_box .photo {
}
.d_box .comment {
	padding: 1em 0;
}

@media screen and (min-width: 481px) {
}
@media screen and (min-width: 769px) {
	.sec_inner {
	}
	.division {
		top: -2em;
	}
	.division_innter .main {
		font-size: 3.6rem;
	}
}
@media screen and (min-width: 1200px) {
}

/*-----------------------------------------
事業紹介メニュー
-----------------------------------------*/
.service_menu {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.service_menu li {
	width: 50%;
	border-right: solid 1px #707070;
	border-bottom: solid 1px #707070;
}
.service_menu li:nth-of-type(1),
.service_menu li:nth-of-type(2) {
	border-top: solid 1px #707070;
}
.service_menu li:nth-of-type(2n-1) {
	border-left: solid 1px #707070;
}
.service_menu li a {
	display: block;
	text-align: center;
	padding: 1em 0.5em;
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;

}

@media screen and (min-width: 481px) {
	.service_menu li {
		width: 33.3333%;
	}
	.service_menu li:nth-of-type(1),
	.service_menu li:nth-of-type(2) {
		border-top: none;
	}
	.service_menu li:nth-of-type(2n-1) {
		border-left: none;
	}
	.service_menu li:nth-of-type(1),
	.service_menu li:nth-of-type(2),
	.service_menu li:nth-of-type(3) {
		border-top: solid 1px #707070;
	}
	.service_menu li:nth-of-type(1),
	.service_menu li:nth-of-type(4) {
		border-left: solid 1px #707070;
	}
}
@media screen and (min-width: 769px) {
	.service_menu {
		max-width: 960px;
		flex-wrap: nowrap;
	}
	.service_menu li {
		border-bottom: none;
	}
	.service_menu li:nth-of-type(1),
	.service_menu li:nth-of-type(2),
	.service_menu li:nth-of-type(3) {
		border-top: none;
	}
	.service_menu li:nth-of-type(1),
	.service_menu li:nth-of-type(4) {
		border-left: none;
	}
	.service_menu li a {
		font-size: 1.4rem;
		padding: 0 0.5em;
		background-color: transparent;
	}
}
@media screen and (min-width: 960px) {
	.service_menu li a {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1200px) {
	.service_menu {
		max-width: 100%;
	}
	.service_menu li a {
		font-size: 2.0rem;
	}

}













@media screen and (min-width: 481px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1200px) {
}