@charset "utf-8";
.main_p{
    width: 100%;
    height: 280px;
    background-image: url(../images/electric/img_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
	color: #ffffff;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 25px 15px 15px;
	background-color: rgba(0,0,0,.7);
	font-size: 2.5rem;
	margin-top: 78px;
	line-height: 25px;
	text-align: center;
}
.sub_title{
	font-size: 1.2rem;
	letter-spacing: .3em;
	font-weight: normal;
}

.top_cont{
    border-top: 1px dotted #000000;
    background-image: url(../images/works/png_01.png);
    background-repeat: no-repeat;
    background-position: center top;
	
}
.about_wrap{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 50px;
    background-image: url(../images/initiatives/png_03.png);
    background-repeat: no-repeat;
    background-position: -5px 95px;
}
.about{
    width: 90%;
    margin: 0 auto;
    padding: 80px 10px 0;
    background-image: url(../images/electric/img_03.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}
.about_wrap h3{
	font-size: 2.1rem;
	color: #171c61;
	line-height: 1.6em;
}
.about_wrap p{
	margin: 15px 0;
	line-height: 1.8em;
}
.elec{
	width: 90%;
	margin: 40px auto 0;
	text-align: center;
	padding: 18px 5px;
	border: 2px solid #3e3a39;
	font-size: 1.8rem;
	line-height: 1.8em;
}
.elec_p{
	width: 90%;
	margin: 30px auto 0;
}
.merit_wrap{
	width: 90%;
	margin: 50px auto 0;
}
.merit_left{
	
}
.merit_left h4{
	font-size: 2.4rem;
	line-height: 1.4em;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
.tx_l{
	font-size: 180%;
	color: #171c61;
	padding-right: 10px;
}
.merit_left p{
	padding: 15px 0;
	line-height: 1.8em;
}
.merit_photo{
	
}
.ex_wrap{
	width: 90%;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ex_01{
	width: 48%;
	line-height: 0;
	margin-bottom: 14px;
}
/*---------pcナビ---------*/
@media (min-width:401px){
.main_p{
    height: 530px;
}
h1{
	padding: 38px 30px 28px;
	font-size: 4.0rem;
	margin-top: 100px;
	line-height: 35px;
}
.sub_title{
	font-size: 1.6rem;
}

.about_wrap{
	width: 100%;
    background-image: url(../images/initiatives/png_04.png);
    background-repeat: no-repeat;
    background-position: -100px 98px;
}
.about_wrap h3{
	font-size: 3.1rem;
	color: #171c61;
	line-height: 1.6em;
}
.about{
    width: 100%;
	max-width: 920px;
	padding: 80px 10px 0;
}
.elec{
	max-width: 520px;
	margin: 80px auto 0;
	padding: 18px 5px;
	border: 4px solid #3e3a39;
	font-size: 3.3rem;
}
.elec_p{
	max-width: 864px;
	margin: 60px auto 0;
}
.merit_wrap{
    width: 100%;
    max-width: 940px;
    padding: 0 10px;
    margin-top: 85px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.merit_left{
	width: 72%;
}	
.merit_left h4{
	font-size: 2.7rem;
}
.merit_photo{
	width: 25%;
	padding-top: 10px;
}
.ex_wrap{
	width: 100%;
	max-width: 920px;
	margin: 60px auto 120px;
	padding: 0 10px;
}
.ex_01{
	width: 30.5%;
	margin-bottom: 35px;
}	
	
}



@media (min-width:1101px){
.about_wrap{
    background-position: 0px 98px;
}

	
}
