@charset "utf-8";

/*******************************************

-------------------------------------------
事業紹介TOP
********************************************/

main.subHome {
}
main.subHome .biz_menu {
	margin-top: 140px;
	padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
	main.subHome .biz_menu {
		margin-top: 40px;
		padding-bottom: 50px;
	}	
}

/*******************************************

-------------------------------------------
下層ページ共通
********************************************/

main.subItem {
}

/* 見出し
========================================== */

main.subItem .tit_bizItem {
	font-size: 22px;
	color: #0e357f;
	line-height: 1.6;
	position: relative;
	padding-left: 30px;
	margin-top: 60px;
}
main.subItem .tit_bizItem::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #0e357f;
}
@media only screen and (max-width: 767px) {
	main.subItem .tit_bizItem {
		font-size: 18px;
		padding-left: 25px;
		margin-top: 40px;
	}
	main.subItem .tit_bizItem::before {
		top: 14px;
		width: 15px;
	}
}

/* 紹介文スタイル
========================================== */

main.subItem .biz_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
main.subItem .biz_box + .biz_box {
	margin-top: 5px;
}
main.subItem .tit_center + .biz_box {
	margin-top: 70px;
}
main.subItem .tit_point_arrow + .biz_box {
	margin-top: 10px;
}
main.subItem .biz_box .biz_txt {
	padding-right: 50px;
}
main.subItem .biz_box .note_box {
	border: 1px solid #0e357f;
	border-radius: 6px;
	margin-top: 20px;
	color: #0e357f;
	padding: 10px 20px 12px 20px;
	width: 100%;
}
main.subItem .biz_box .note_box p + p {
	margin-top: 10px;
}
main.subItem .biz_box .note_box p.point_arrow::before {
	content: "";
	display: inline-block;
	background: #0e357f;
	height: calc(tan(60deg) * 18px / 2);
 	width: 12px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: relative;
	top: 1px;
	margin-right: 5px;
}
main.subItem .biz_box .note_box p.point_LR {
	text-indent: -1.25em;
	padding-left: 1.25em;
}
main.subItem .biz_box .biz_pic {
	flex-shrink: 0;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}
main.subItem.gwo .biz_box .biz_pic {
	row-gap: 27px;
	column-gap: calc(80px / 3);
}
@media only screen and (max-width: 767px) {
	main.subItem .biz_box {
		display: block;
	}
	main.subItem .biz_box + .biz_box {
		margin-top: 30px;
	}
	main.subItem .tit_center + .biz_box {
		margin-top: 40px;
	}
	main.subItem .biz_box .biz_txt {
		padding-right: 0;
	}
	main.subItem .biz_box .biz_pic {
		margin-top: 30px;
		gap: 20px 30px;
	}
	main.subItem.gwo .biz_box .biz_pic {
		margin-top: 0;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px) {
	main.subItem.gwo .biz_box .biz_pic img {
		width: calc((100% - 15px) / 2);
	}
}

/* ローカルナビ
========================================== */

main.subItem .loNav_biz {
	background-color: #e4eef5;
	margin-top: 200px;
	padding-top: 80px;
	padding-bottom: 100px;
}
main.subItem .loNav_biz p {
	font-size: 33px;
	font-weight: 500;
	color: #0e357f;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
}
main.subItem .loNav_biz ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px; 
	margin-top: 35px;
}
main.subItem .loNav_biz ul li {
}
main.subItem .loNav_biz ul li a {
	display: flex;
	align-items: center;
	padding: 5px 30px 5px 10px;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 2px;
	color: #253873;
	min-height: 33px;
	min-width: 150px;
	position: relative;
}
main.subItem .loNav_biz ul li a:hover,
main.subItem .loNav_biz ul li a.active,
main.subItem .loNav_biz ul li a.active:hover {
	opacity: 1;
	color: #fff;
	background-color: #253873;
}
main.subItem .loNav_biz ul li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../img/common/arrow_blue.svg") center / cover no-repeat;
	width: 8px;
	height: 12px;
	transition: all 0.15s linear;
}
main.subItem .loNav_biz ul li a:hover::after,
main.subItem .loNav_biz ul li a.active::after,
main.subItem .loNav_biz ul li a.active:hover::after {
	background-image: url("../img/common/arrow_white.svg");
}
@media only screen and (max-width: 767px) {
	main.subItem .loNav_biz {
		margin-top: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	main.subItem .loNav_biz p {
		font-size: 20px;
		padding-bottom: 5px;
	}
	main.subItem .loNav_biz ul {
		gap: 10px;
		margin-top: 15px;
	}
}

/*******************************************

-------------------------------------------
風力発電所の運営・操業管理
********************************************/

main.operation {
}

/*******************************************

-------------------------------------------
風力発電機の保守・点検
********************************************/

main.maintenance {
}

/*******************************************

-------------------------------------------
風車建設工事監理
********************************************/

main.supervision {
}

/*******************************************

-------------------------------------------
大規模修繕工事
********************************************/

main.repair {
}
main.repair video {
	width: 100%;
	max-width: 570px;
}

/*******************************************

-------------------------------------------
ブレード保守・点検・補修
********************************************/

main.blade {
}

/*******************************************

-------------------------------------------
EES トレーニングセンター
********************************************/

main.training {
}

/*******************************************

-------------------------------------------
GWO
********************************************/

main.gwo {
	padding-bottom: 100px;
}
main.gwo .about_gwo {
	margin-top: 70px;
	padding-left: 50px;
	display: flex;
	align-items: flex-start;
	column-gap: 75px;
}
main.gwo .about_gwo h1 {
	flex-shrink: 0;
	text-align: center;
}
main.gwo .about_gwo .about_gwo-txt {
}
main.gwo .about_gwo .about_gwo-txt p {
	font-size: 19px;
	margin-bottom: 30px;
}
main.gwo .tit_module {
	font-size: 23px;
	line-height: 1.6;
	display: flex;
	margin-top: 60px;
}
main.gwo .tit_module span {
	font-weight: 500;
	display: inline-block;
	padding: 5px 20px;
}
main.gwo .tit_module span:nth-of-type(1) {
	background-color: #ffe5ad;
	color: #e17636;
}
main.gwo .tit_module span:nth-of-type(2) {
	background-color: #e17636;
	color: #fff;
	padding-right: 30px;
	border-radius: 0 50vh 50vh 0;
}
main.gwo .tit_point_arrow {
	font-size: 19px;
	font-weight: 500;
	color: #0e357f;
	line-height: 1.6;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}
main.gwo .tit_point_arrow::before {
	content: "";
	display: block;
	background: #0e357f;
	height: calc(tan(60deg) * 18px / 2);
 	width: 12px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 8px;
	left: 0;
}
main.gwo .tit_point_arrow span {
	display: inline-block;
	font-weight: 500;
}
main.gwo [class^="graph_gwo-"] {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
main.gwo .graph_gwo-bst img {min-width: 1016px;}
main.gwo .graph_gwo-art img {min-width: 827px;}
main.gwo .graph_gwo-btt img {min-width: 785px;}
main.gwo .graph_gwo-efa img {min-width: 437px;}
main.gwo .graph_gwo-sls img {min-width: 140px;}

main.gwo table.tbl_gwo {
	width: 100%;
	line-height: 1.3;
	margin-top: 5px;
}
main.gwo table.tbl_gwo th,
main.gwo table.tbl_gwo td {
	vertical-align: middle;
	border-top: 7px solid #fff;
	padding: 10px 20px;
	font-size: 19px;
	height: 85px;
}
main.gwo table.tbl_gwo th {
	color: #fff;
	text-align: center;
	background-color: #0f3580;
}
main.gwo table.tbl_gwo tr.type2 th {background-color: #5590c8;}
main.gwo table.tbl_gwo tr.type3 th {background-color: #a0a0a0;}

main.gwo table.tbl_gwo th span {
	display: block;
	font-size: 23px;
	text-align: center;
}
main.gwo table.tbl_gwo td {
	background-color: #cee0ee;
	border-left: 7px solid #fff;
}
main.gwo table.tbl_gwo tbody tr td:last-of-type {
	min-width: 500px;
}
main.gwo table.tbl_gwo tr.type2 td,
main.gwo table.tbl_gwo tr.type3 td {background-color: #eeeeee;}

main.gwo table.tbl_gwo td span {
	display: block;
	font-size: 16px;
	color: #e17636;
	margin-top: 3px;
	text-indent: -1em;
	padding-left: 1em;
}
main.gwo .divide {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 60px;
}
main.gwo .divide .box {
	width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 767px) {
	main.gwo {
		padding-bottom: 50px;
	}
	main.gwo .about_gwo {
		margin-top: 70px;
		padding-left: 0;
		display: block;
	}
	main.gwo .about_gwo h1 img {
		width: 75%;
		max-width: 483px;
	}
	main.gwo .about_gwo .about_gwo-txt p {
		font-size: 18px;
		margin-top: 50px;
	}
	main.gwo .tit_module {
		font-size: 18px;
		margin-top: 40px;
		display: block;
	}
	main.gwo .tit_module span {
		width: 100%;
	}
	main.gwo .tit_module span:nth-of-type(1) {
		border-radius: 0 10px 0 0;
	}
	main.gwo .tit_module span:nth-of-type(2) {
		padding-right: 20px;
		border-radius: 0 0 10px 0;
	}
	main.gwo .tit_point_arrow {
		font-size: 17px;
	}
	main.gwo .tit_point_arrow::before {
		top: 7px;
	}
	main.gwo table.tbl_gwo th,
	main.gwo table.tbl_gwo td {
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 10px 15px;
		height: auto;
	}
	main.gwo table.tbl_gwo th span {
		font-size: 18px;
	}
	main.gwo table.tbl_gwo td {
		border-left: none;
		border-top-width: 1px;
		padding: 15px;
	}
	main.gwo table.tbl_gwo tbody tr td:last-of-type {
		min-width: 0;
	}
	main.gwo table.tbl_gwo td span {
		font-size: 14px;
		margin-top: 5px;
	}
	main.gwo .divide .box {
		width: 100%;
	}
}

/*******************************************

-------------------------------------------
安全保護具、作業服、各種メンテ用機器の販売・保守
********************************************/

main.sale {
}
main.sale .sale_item {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
main.sale .sale_item figure {
	width: 380px;
}
main.sale .sale_item figure img {
	outline: 1px solid #b2b2b2;
}
main.sale .sale_item figure figcaption {
	margin-top: 10px;
	line-height: 1.25;
	font-weight: 300;
}
main.sale .sale_item figure figcaption span {
	display: inline-block;
	font-weight: 300;
}
main.sale .we {
	text-align: center;
	margin-top: 150px;
}
main.sale .we p {
	text-align: center;
	font-weight: 500;
	font-size: 23px;
}
main.sale .we img {
	display: inline-block;
	margin-top: 100px;
}
@media only screen and (max-width: 767px) {
	main.sale .sale_item {
		margin-top: 40px;
		gap: 30px 10px;
	}
	main.sale .sale_item figure {
		width: calc((100% - 10px) / 2);
	}
	main.sale .sale_item figure figcaption {
		font-size: 14px;
		line-height: 1.4;
	}
	main.sale .we {
		margin-top: 80px;
	}
	main.sale .we p {
		font-size: 20px;
	}
	main.sale .we img {
		margin-top: 30px;
	}
}