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

	- mv
	+ content
		- sec
		- sec01_sp
		- sec01
		- sec02
		- sec03

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 59px 0 94px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 34px 0 80px;
	}
}

/*---------------------------------------	-
	sec
-----------------------------------------*/
div[id*="sec"] > .title {
	margin: 60px 0 40px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

/* btn */
div[id*="sec"] .btn01 {
	margin: 40px 0 0;
}

div[id*="sec"] .btn01 > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 466px;
	height: 76px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	color: #000;
	text-align: center;
	line-height: 1.25;
	transition: .2s;
	-webkit-user-select: none;
	user-select: none;
}

div[id*="sec"] .btn01 > a > span {
	position: relative;
	padding: 0 40px 0 10px;
}

div[id*="sec"] .btn01 > a > span::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 4%;
	width: 17px;
	height: 17px;
	border-top: 3px solid #ed9f2c;
	border-right: 3px solid #ed9f2c;
	transform: rotate(45deg);
}

div[id*="sec"] p:last-of-type.btn01 > a > span::after {
	top: calc(50% - 12px);
}

@media screen and (min-width: 768px) {
	div[id*="sec"] .btn01 > a:hover {
		border: 1px solid #ed9f2c;
		background-color: #ed9f2c;
		color: #fff;
	}
	
	div[id*="sec"] .btn01 > a:hover > span::after {
		border-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	div[id*="sec"] > .title {
		margin: 40px 0 30px;
	}

	div[id*="sec"] .btn01 {
		margin: 30px auto 0;
	}

	/* btn */
	div[id*="sec"] .btn01 > a {
		width: 278px;
		height: 63px;
		box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	}

	div[id*="sec"] .btn01 > a > span {
		padding: 0 21px 0 0;
	}

	div[id*="sec"] .btn01 > a > span::after {
		right: 1%;
		width: 13px;
		height: 13px;
		border-width: 2px;
	}
}

/*----------------------------------------
	sec01_sp
-----------------------------------------*/
#sec01_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#sec01_sp {
		display: block;
		margin-top: 10px;
	}

	#sec01> div {
		display: none;
	}

	#sec01_sp > div > h2 {
		position: static;
		padding: 12px 20px;
		max-width: initial;
		background: #ed9f2c;
		text-align: left;
		line-height: 1.25;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#content > #sec01 {
	width: calc(100% - 100px);
	padding: 0;
	border-bottom: 1px solid #ddd;
}

#content > #sec01 > div {
	position: relative;
	user-select: none;
}

#sec01 > div > h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 40px;
	right: 0;
	max-width: calc(100% - 171px);
	padding: 16px 34px 16px 32px;
	background: #ed9f2c;
	text-align: right;
}

#sec01 > p {
	margin: 34px 0;
}

@media screen and (max-width: 767px) {
	#content > #sec01 {
		width: calc(100% - 40px);
	}

	#sec01 > p {
		margin: 0 0 30px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 #pageAnchor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 56px;
}

#sec02 > #pageAnchor > li {
	position: relative;
	width: calc((100% - 12px) / 7);
}

#sec02 #pageAnchor > li > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 150px;
	padding: 24px 12px 36px;
	background: #ed9f2c;
	color: #fff;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none){
	#sec02 #pageAnchor > li > a { 
		height: 120px;
	}
}

#sec02 #pageAnchor > li > a::before {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: calc(0% - 14px);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: .2s;
}

#sec02 #pageAnchor > li > a::after {
	content: "";
	position: absolute;
	top: calc(100% - 8px);
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #ed9f2c;
	border-right: 2px solid #ed9f2c;
	transform: rotate(135deg);
}

/* ancList01 */
#sec02 #ancList {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

#sec02 #ancList > li {
	margin-right: 32px;
}

#sec02 #ancList > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}

#sec02 #ancList > li > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: -1px;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}

#sec02 #ancList > li > a:hover::after {
	opacity: 0.5;
}

#sec02 > h3 {
	margin: 34px 0 14px;
}

#sec02 > div {
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#sec02 > h3 + div + div {
	margin-top: 40px;
}

#sec02 > h3 + div + div + div {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sec02 > h3 + div + div + div {
		margin-top: 30px;
	}
}

#sec02 > div > h3 {
	width: 19.64%;
	padding: 24px 20px 0 18px;
	background: #f4f0e7;
	box-sizing: border-box;
}

#sec02 > div#plant > h3:first-of-type {
	padding: 24px 16px 0 18px;
}

#sec02 > div > div {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80.36%;
}

#sec02 > div > div > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 24px 0 30px 38px;
}

#sec02 > div > div > div:nth-of-type(n+2) {
	border-top: 1px solid #ddd;
}

#sec02 > div > div > div > figure {
	width: 41.75%;
	margin-top: 6px;
	padding-right: 1px;
}

#sec02 > div > div > div > dl {
	width: 53.5%;
	margin-right: 40px;
}

#sec02 > div > div > div > dl > dt {
	margin-bottom: 15px;
}

#sec02 > div > div > div > dl > dt > span {
	display: block;
	line-height: 1.35;
}

#sec02 > div#plant > div > div > dl > dt,
#sec02 > div#biomass > div > div > dl > dt,
#sec02 > div#machine > div > div:last-child > dl > dt {
	margin-bottom: 11px;
}

#sec02 > div#plant > div > div > dl > dt > span,
#sec02 > div#biomass > div > div > dl > dt > span,
#sec02 > div#machine > div > div:last-child > dl > dt > span {
	line-height: 1.75;
}


#sec02 > div > div > div > dl > dd > a {
	display: block;
	position: relative;
	margin-top: 8px;
	padding-left: 16px;
	text-decoration: underline;
	text-underline-position: under;
}

#sec02 > div > div > div > dl > dd > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 1px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ed9f2c;
}

#sec02 .btn01 {
	margin-top: 40px;
}
#sec02 .btns + .btn01 {
	margin-top: 0;
}
#sec02 .btns {
	display: flex;
	justify-content: center;
	padding: 40px 0 0;
	margin: 0 0 20px;
	border: none;
}
#sec02 .btns > .btn01 {
	width: auto;
	margin: 0 10px;
}
#sec02 .btns > .btn01 > a {
	width: 183px;
	height: 50px;
}
#sec02 .btns > .btn01 > a > span {
	padding-right: 20px;
}
#sec02 .btns > .btn01 > a > span::after {
	width: 8px;
	height: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
}

@media screen and (min-width: 768px) {
	#sec02 > ul > li > a > span::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}

	#sec02 > ul > li > a:hover > span::before {
		background: rgba(255,255,255,0.5);
	}
}

@media screen and (min-width:768px) and (max-width:1220px) {
	#sec02 #pageAnchor > li > a {
		height: 160px;
		padding: 24px 5px 36px;
	}
}

@media screen and (max-width: 767px) {
	#sec02 #pageAnchor  {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		padding-bottom: 33px;
	}

	#sec02 #pageAnchor > li {
		width: calc((100% - 2px) / 2);
		margin-bottom: 2px;
	}

	#sec02 #pageAnchor > li > a {
		min-height: 86px;
		padding: 22px 35px 24px 12px;
		line-height: 1.25;
	}

	#sec02 #pageAnchor > li > a::before {
		left: auto;
		right: calc(15% - 15px);
		bottom: calc(50% - 9px);
		width: 20px;
		height: 20px;
		border-radius: 50px;
	}

	#sec02 #pageAnchor > li > a::after {
		content: "";
		position: absolute;
		top: calc(50% - 6px);
		left: auto;
		right: calc(15% - 8px);
		width: 6px;
		height: 6px;
		border-width: 1px;
	}

	#sec02 #ancList {
		flex-wrap: wrap;
		width: 290px;
		margin-bottom: 64px;
	}
	
	#sec02 #ancList > li {
		margin-right: 0;
	}

	#sec02 #ancList > li:nth-child(n+2) {
		margin-top: 6px;
	}

	#sec02 #ancList > li:nth-child(n+4) {
		margin-top: 7px;
	}

	#sec02 > h3 {
		margin: 24px 0 10px;
	}

	#sec02 > div:nth-of-type(even) {
		margin-top: 30px;
	}

	#sec02 > div >h3 {
		width: 35.71% ;
		padding: 14px 15px 20px;
	}
	[lang="en"] #sec02 > div >h3 {
		min-width: 120px;
		padding-left: 10px !important;
		font-size: 1.4rem;
	}

	#sec02 > div > div {
		width: 64.29%;
	}

	#sec02 > div > div > div {
		display: block;
		padding: 20px 15px 15px;
	}

	#sec02 > div > div > div > figure,
	#sec02 > div > div > div > dl {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#sec02 > div > div > div > dl {
		margin-top: 13px;
		line-height: 1.5;
	}

	#sec02 > div > div > div > dl > dt {
		margin-bottom: 14px;
	}

	#sec02 > div > div > div > dl > dd > a {
		margin-top: 9px;
	}
	#sec02 .btns {
		margin: 0 0 15px;
		padding-top: 30px;
	}
	#sec02 .btns > .btn01 {
		margin: 0 5px;
	}
	#sec02 .btns > .btn01 > a {
		width: 123px;
		height: 40px;
	}
}

/*----------------------------------------
	sec03
-----------------------------------------*/
#sec03 > .title {
	margin-bottom: 35px;
}

#sec03 > div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#sec03 > div > dl {
	width: 50%
}

#sec03 > div > dl:nth-child(n+2) {
	margin-left: 60px;
}

#sec03 > div > dl > dt {
	margin-bottom: 14px;
	padding-bottom: 13px;
	border-bottom: 2px solid #222;
}

#sec03 > div > dl > dd > ul > li:nth-of-type(n+2){
	margin-top: 8px;
}

#sec03 > div > dl > dd > ul > li > a {
	text-decoration: underline;
	text-underline-position: under;
}

/* blank icon */
.targetBlank::after {
	content: "";
	display: inline-block;
	height: 13px;
	width: 16px;
	margin: 6px 0 0 9px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}

@media screen and (max-width: 767px) {
	#sec03 > .title {
		margin: 40px 0 26px;
	}

	#sec03 > div {
		display: block;
	}

	#sec03 > div > dl {
		width: 100%;
	}

	#sec03 > div > dl > dt {
		margin-bottom: 10px;
		padding-bottom: 9px;
	}

	#sec03 > div > dl > dd > ul > li:nth-of-type(n+2) {
		margin-top: 3px;
	}

	#sec03 > div > dl:nth-child(n+2) {
		margin: 18px 0 0 0;
	}

	/* blank icon */
	.targetBlank::after {
		margin: 6px 0 0 11px;
	}
}