@charset "UTF-8";
/*----------------------------------------

	#mirai_eye
	- mv
	- content

-----------------------------------------*/

/*----------------------------------------
	main
-----------------------------------------*/
#main {
	background: url("../img/c_content_bg01.png") center top repeat;
}

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background-image: url("../img/c_mv_bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
#mv h1 {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	#mv {
		background-image: url("../img/c_mv_bg01s.jpg");
		background-size: auto 100%;
	}
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/
#breadcrumb {
	border-bottom: none;
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 100px;
	background: none;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 70px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > div {
	margin-bottom: 60px;
	padding: 60px 60px 50px;
	background: #fff;
}
#sec01 > .title {
	margin: 0 0 42px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	line-height: 1;
}
#sec01 .sec_head {
	margin: 0 0 34px;
}
#sec01 .sec_head > p {
	display: inline-block;
	margin: 0 0 12px;
	padding: 10px 10px;
	color: #fff;
	line-height: 1;
}

#sec01 .sec_head > p.color_textile {
	background: #1cb7cd;
}
#sec01 .sec_head > p.color_chemical {
	background: #9bc863;
}
#sec01 .sec_head > p.color_advanced {
	background: #ec9f2b;
}
#sec01 .sec_head > p.color_food {
	background: #e16a7d;
}
#sec01 .sec_head > p.color_estate {
	background: #7f79a9;
}


#sec01 .sec_head > .stitle {
	margin: 0 0 12px;
}
#sec01 .sec_head figure img.sp {
	display: none;
}
#sec01 .sec_body .lead {
	margin-bottom: 34px;
	font-weight: bold;
}
#sec01 .sec_body .box {
	display: flex;
	align-items: center;
}
#sec01 .sec_body .box + .box {
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}
#sec01 .sec_body .box + .box::before,
#sec01 .sec_body .box + .box::after {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	border-width: 16px 10px 0 10px;
	border-style: solid;
}
#sec01 .sec_body .box + .box::before {
	top: 0;
	border-color: #eee transparent transparent transparent;
}
#sec01 .sec_body .box + .box::after {
	top: -2px;
	border-color: #fff transparent transparent transparent;
}
#sec01 .sec_body .box > figure {
	width: 300px;
}
#sec01 .sec_body .box.b_l > figure {
	margin-right: 30px;
}
#sec01 .sec_body .box.b_l {
	flex-direction: row-reverse;
}
#sec01 .sec_body .box.b_r > figure {
	margin-left: 30px;
}
#sec01 .sec_body .box > dl {
	flex: 1;
}
#sec01 .sec_body .box > dl dt {
	margin-bottom: 10px;
	color: #295da8;
	font-weight: bold;
}
#sec01 .sec_body .box > dl dd {
	line-height: 1.8;
}
#sec01 .sec_body .future {
	margin-top: 60px;
}
#sec01 .sec_body .future .title {
	margin: 0 0 22px;
	color: #295da8;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#sec01 .sec_body .future .title > span {
	position: relative;
	border-bottom: 5px solid #8ed2f5;
}
#sec01 .sec_body .future .title > span::before,
#sec01 .sec_body .future .title > span::after {
	content: '';
	position: absolute;
	top: calc(50% - 28px);
	width: 110px;
	height: 56px;
}
#sec01 .sec_body .future .title > span::before {
	left: -135px;
	background: url("../img/c_future_bg01.png") 0 0 no-repeat;
}
#sec01 .sec_body .future .title > span::after {
	right: -135px;
	background: url("../img/c_future_bg02.png") 0 0 no-repeat;
}
#sec01 .sec_body .future > p {
	line-height: 1.8;
	text-align: center;
}
#sec01 .sec_body .future > div {
	display: flex;
	margin: 34px 0 0;
	padding: 40px 40px;
	background: #e5f2ff;
}
#sec01 .sec_body .future > div dl {
	flex: 1;
	margin-top: -4px;
}
#sec01 .sec_body .future > div dl dt {
	margin-bottom: 2px;
	font-weight: bold;
}
#sec01 .sec_body .future > div dl dd {
	line-height: 1.8;
}
#sec01 .sec_body .future > div figure {
	width: 200px;
	margin-left: 70px;
}
#sec01 .sec_body .future > div figure figcaption {
	margin: 4px 0 0;
	line-height: 1.2;
	text-align: center;
}
#sec01 .sec_body .links {
	margin-top: 38px;
}
#sec01 .sec_body .links > li {
	margin-bottom: 2px;
}
#sec01 .sec_body .links > li a {
	text-decoration: underline;
}
#sec01 .sec_body .links > li a:hover {
	text-decoration: none;
}
#sec01 .sec_body .atte {
	margin-top: 34px;
}
@media screen and (max-width: 767px) {
	#sec01 {
	}
	#sec01 > div {
		padding: 40px 20px 30px;
	}
	#sec01 .sec_head {
		margin: 0 0 8px;
	}
	#sec01 .sec_head > p {
		margin: 0 0 8px;
	}
	#sec01 .sec_head > .stitle {
		margin: 0 0 8px;
	}
	#sec01 .sec_head figure img.sp {
		display: inherit;
	}
	#sec01 .sec_head figure img.pc {
		display: none;
	}
	#sec01 .sec_body .lead {
		margin-bottom: 25px;
		line-height: 1.7;
	}
	#sec01 .sec_body .box {
		display: block;
	}
	#sec01 .sec_body .box > dl {
		margin-bottom: 8px;
	}
	#sec01 .sec_body .box > dl dt {
		margin-bottom: 2px;
		line-height: 1.8;
	}
	#sec01 .sec_body .box + .box {
		margin-top: 20px;
		padding-top: 20px;
	}
	#sec01 .sec_body .box.b_l > figure,
	#sec01 .sec_body .box.b_r > figure {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	#sec01 .sec_body .future .title {
		margin: 0 0 14px;
		line-height: 2;
	}
	#sec01 .sec_body .future .title > span {
		padding-bottom: 5px;
	}
	#sec01 .sec_body .future .title > span::before,
	#sec01 .sec_body .future .title > span::after {
		top: calc(50% - 49px);
		width: 44px;
		height: 98px;
	}
	#sec01 .sec_body .future .title > span::before {
		left: -58px;
		background: url("../img/c_future_bg01s.png") 0 0 no-repeat;
		background-size: 44px 98px;
	}
	#sec01 .sec_body .future .title > span::after {
		right: -58px;
		background: url("../img/c_future_bg02s.png") 0 0 no-repeat;
		background-size: 44px 98px;
	}
	#sec01 .sec_body .future > p {
		text-align: left;
	}
	#sec01 .sec_body .future > div {
		display: block;
		padding: 18px 20px 20px;
	}
	#sec01 .sec_body .future > div dl {
		margin: 0 0 10px;
	}
	#sec01 .sec_body .future > div dl dt {
		margin: 0;
		line-height: 1.8;
	}
	#sec01 .sec_body .future > div figure {
		width: 100%;
		margin: 0;
	}
	#sec01 .sec_body .future > div figure figcaption {
		margin: 6px 0 0;
	}
	#sec01 .sec_body .links > li {
		margin-bottom: 8px;
	}
}

/*----------------------------------------
	pageLink
-----------------------------------------*/
#pageLink > ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
}
#pageLink > ul > li {
	width: 33.3333%;
	margin-bottom: -1px;
}
#pageLink > ul > li > a {
	display: flex;
	align-items: center;
	position: relative;
	height: calc(100% - 2px - 12px);
	padding: 6px 19px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
}
#pageLink > ul > li > a::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #00a0e9;
	transform: rotate(45deg);
}
#pageLink > ul > li > a.is-active {
	background: #f1f1f1;
}
#pageLink > ul > li > a .stitle {
	flex: 1;
	margin-left: 10px;
}
#pageLink > ul > li > a .num {
	background: #3dabff;
	width: 68px;
	margin: 0 0 4px;
	padding: 4px 0;
	color: #fff;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#pageLink > ul {
		border: none;
	}
	#pageLink > ul > li {
		width: 50%;
	}
	#pageLink > ul > li > a {
		display: block;
		height: 100%;
		padding: 0;
		border-width: 0 1px 0 0;
	}
	#pageLink > ul > li:nth-of-type(2n+2) > a {
		border-right: none;
	}
	#pageLink > ul > li:nth-of-type(n+3) > a {
		border-top-width: 1px;
	}
	#pageLink > ul > li > a::after {
		content: none;
	}
	#pageLink > ul > li > a .stitle {
		margin: 0;
		padding: 6px 10px 4px;
	}
	#pageLink > ul > li > a .num {
		position: relative;
		width: auto;
		margin: 0;
		padding: 9px 10px;
		text-align: left;
	}
	#pageLink > ul > li > a .num::after {
		content: '';
		position: absolute;
		top: calc(50% - 4px);
		right: 10px;
		width: 7px;
		height: 7px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #fff;
		transform: rotate(45deg);
	}
}

/*----------------------------------------
	print
-----------------------------------------*/
@media print {
	body {
		width: 1064px;
	}
}