@charset "utf-8";
/* CSS Document */
.main_image {
	color: #fff;
	background:url("../img/img_utilityservice_001.png")no-repeat;
	background-size: cover;
	background-position: center;
	height: 505px;
	width: 100%;
	position: relative;
}
.main_image .main_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 3;
}
.bg_color_box{
	position: relative;
}
.bg_color_box:after {
	content: "";
	background-color: rgba(29, 55, 77, 0.06);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.crumb_wrapper{
	position: relative;
	z-index: 2;
	opacity: 0.8;
}
.main_image h2, .main_image p,.crumb li,.crumb li a{
	position: relative;
	z-index: 1;
}
.main_image h2 {
	margin-bottom: 30px;
}
.main_image h2 span{
	color: #fff;
}
.main_image p{
	font-size: 1.4rem;
}
.txt_top{
	clear : both;
	max-width : 1200px;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0 30px;
	text-align: left;
	box-sizing: border-box;
}
.txt_inner{
	clear : both;
	max-width : 1200px;
	width: 100%;
	margin: 0 auto 0px;
	padding: 0 30px;
	text-align: left;
	box-sizing: border-box;
}
.contents_flex .sec_txt{
	width: 50%;
}
.contents_flex .sec_image{
	padding-left: 25px;
}
.CNPTop{
	text-align: left;
	margin-bottom: 75px;
}
.CNPTopImg{
	width: 735px;
	max-width: 100%;
	margin: 70px auto 45px;
}
.CNPTopImg dt img{
	display: block;
}
.CNPTopImg dd{
	padding: 20px 15px;
	border: 3px #afacac solid;
}
.CNPTopImg dd p{
	text-indent: -1.6em;
    padding-left: 1.6em;
}
.CNPTopImg dd p:nth-of-type(1):before{
	content: "❶";
	margin-right: 1rem;
	color: #218db4;
}
.CNPTopImg dd p:nth-of-type(2):before{
	content: "❷";
	margin-right: 1rem;
	color: #218db4;
}
.CNPTopImg dd p:nth-of-type(3):before{
	content: "❸";
	margin-right: 1rem;
	color: #218db4;
}
.CNPCycleImgContainer{
	margin: 65px 0 0;
}
.CNPCycleImg{
	width: fit-content;
	margin: 0;
	position: relative;
}
.CNPCycleImg img{
	width: 1140px;
	max-width: none;
}
.CNPCycleImg .consultingLink,
.CNPCycleImg .engineeringLink,
.CNPCycleImg .engineeringLink02{
	width: 198px;
    max-width: 18%;
    height: 25px;
	position: absolute;
	transition: .3s;
}
.CNPCycleImg .consultingLink:hover,
.CNPCycleImg .engineeringLink:hover,
.CNPCycleImg .engineeringLink02:hover{
	background: #33333310;
}

.CNPCycleImg .consultingLink{
    top: 6%;
    left: 44.2%;
}
.CNPCycleImg .engineeringLink{
    top: 61.2%;
    left: 18.5%;
}
.CNPCycleImg .engineeringLink02{
    top: 61.2%;
    left: 72.6%;
}
.PaccentText{
	font-size: 1.8rem;
	font-weight: 500;
	color: #218db4;
}
.sec01{
	margin-bottom: 65px;
	position: relative;
	padding: 80px 0;
}
.h302{
	position: absolute;
	top: -35px;
	font-weight: 400;
}
.sec01 .sec_txt .item{
	margin-bottom: 40px;
}
.sec01 .sec_txt .item:last-child{
	margin-bottom: 0;
}
.sec01 .sec_txt .item h4.h301{
	margin-bottom: 10px;
}
.contents_flex{
	justify-content: space-between;
	gap: 0 1.755%;
}
.contents_flex li{
	min-height: 252.58px;
}

.sec02 .contents_flex li{
	width: calc((100% - 5.26%) / 4);
}
.sec02 .contents_flex li a .zoom_area{
	border: none;
}
.sec02 .contents_flex li p{
	padding-right: 5px;
}
.flex_wrap{
	justify-content: left;
	flex-wrap: wrap;
}
.cnpLinkContainer{
	font-size: 2rem;
	padding: 65px 0 0;
}
.cnpLinkContainer dl{
	margin:0 0 60px;
}
.cnpLinkContainer dt{
	margin:0 0 40px;
}
.cnpLinkContainer dl a{
	transition: all, 0.5s;
}
.cnpLinkContainer dl a:hover{
	opacity: .7;
}

.cnpLinkContainer figure{
	margin: 0;
}
.cnpLinkContainer .energylink a{
	color: #079cd0;
	text-decoration: underline #079cd0;
}
.cnpLinkContainer .energylink a:hover{
	text-decoration: none;
	word-break:keep-all;
}
br.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.main_image .main_txt{
		width: 100%;
	}
	
	.contents_flex{
		flex-direction: column; 
		text-align: center;
		margin-bottom: 30px;
	}
	.CNPTop{
		margin-bottom: 30px;
	}
	.CNPTopImg{
		margin: 40px auto 25px;
	}
	.CNPCycleImg{
		margin: 30px 0 0;
	}
	.CNPCycleImg img{
		width: auto;
		max-height: 450px
	}
	.CNPCycleImg .consultingLink,
	.CNPCycleImg .engineeringLink,
	.CNPCycleImg .engineeringLink02{
		max-width: 17%;
		height: 18px;
	}

	.main_image{
		height: 280px;
		background:url("../img/img_utilityservice_001.png")no-repeat;
		background-position: center center;
		background-size: cover;
		margin-bottom: 50px;
	}
	.contents_flex .sec_txt{
		width: 100%;
	}
	.sec01{
		background-color: #fff;
		padding: 0;
		margin-bottom: 0;
	}
	.sec01 .sec_image{
		order: 1;
		padding-left: 0;
		padding-bottom: 30px;
	}
	.sec01 .sec_txt{
		order: 2;
		text-align: left;
	}
	.sec01 .sec_txt .item:first-child {
		margin-bottom: 20px;
	}
	.sec01 .sec_txt p:not(:last-child){
		padding-bottom: 20px;
	}
	.h301{
		font-size: 1.7rem;
	}
	.h302{
		position: static;
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.sec01 .sec_txt p{
		margin-bottom: 0;
	}
	.sec02 .contents_flex li{
		padding-bottom: 25px;
		width: 100%;
	}
	.sec02 ul li img{
		width: 100%;
	}
	.sec02 .contents_flex li p{
		text-align: left;
	}
	.txt_top{
		margin-bottom: 20px;
	}
	.cnpLinkContainer{
		font-size: 1.8rem;
		padding: 0;
	}
	.cnpLinkContainer dl{
		margin:0 0 60px;
	}
	.cnpLinkContainer dt{
		margin:0 0 40px;
	}
	.cnpLinkContainer figure{
		margin: 0;
	}
	.cnpLinkContainer dt{
		margin: 0 0 20px;
	}
	.cnpLinkContainer dl{
		margin: 0 0 25px;
	}
	br.sp{
		display: block;
	}
}
