@charset "utf-8";

/**
 *
 *  環境・CSR活動
 *　environment
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* 汎用スタイル
-----------------------------------------------------------------*/
.sec{
	position: relative;
	padding: 75px 100px 65px;
	margin-bottom: 55px;
	background:#DAE7F8;
	line-height:1.8;	
}
.sec h3{
	position: absolute;
	left:0;
	top:0;	
}
.sec .lead{
	margin-bottom: 23px;	
}

/* sec01
-----------------------------------------------------------------*/
.sec01 .pic{
	position: absolute;
	right:100px;
	bottom:65px;
}
.sec01 .txt-area{
	width: 650px;
	margin-bottom: 60px;	
}
.sec01 .about{
	position: relative;
	width: 650px;
	padding: 30px 25px;
	background:#FFF;	
}
.sec01 .about h4{
	position: absolute;
	left:25px;
	top:-15px;	
}

/* sec02
-----------------------------------------------------------------*/
.sec02 .txt-area{
	margin-bottom: 50px;	
}
.sec02 .plan h4{
	padding: 20px 0;
	background:#4574BA;
	text-align:center;	
}
.sec02 .plan ul{
	padding: 35px 80px 40px;
	background:#FFF;	
}
.sec02 .plan ul > li{
	padding: 25px;
	margin-bottom: 15px;
	background:#F4F4F7;
}
.sec02 .plan ul h5{
	margin-bottom: 5px;
	font-size:129%;
	color:#4574BA;	
}
.sec02 .plan ul p{
	
}
.sec02 .plan .layout-box ol{
	width: 50%;
}


/* sec03
-----------------------------------------------------------------*/
.sec03 .txt-area{
	margin-bottom: 50px;	
}

.sec03 .eco-project{
	display:flex;
	flex-wrap:wrap;	
}
.sec03 .eco-project li{
	width: 480px;
	padding: 10px 10px 25px;
	margin-bottom: 35px;
	background:#FFF;	
}
.sec03 .eco-project li:nth-child(even){
	margin-left: 40px;	
}
.sec03 .eco-project li+li+li{
	margin-bottom: 0;	
}
.sec03 .eco-project h4{
	margin-bottom: 25px;	
}
.sec03 .eco-project .project-cont{
	padding: 0 25px;	
}
.sec03 .eco-project h5{;
	margin-bottom: 15px;
	font-size:115%;
}
.sec03 .eco-project .txt{
	text-indent:-1.5em;
	padding-left: 1.5em;
	margin-bottom: 12px;
}
.sec03 .eco-project .txt span{
	padding-right: 0.5em;
}
.sec03 .eco-project .txt strong{
	font-weight:normal;
	color:#4573B9;	
}
.sec03 .eco-project .note{
	font-size:72%;
	line-height:1.4;	
}

/* sec04
-----------------------------------------------------------------*/
.sec04{
	position: relative;
	margin-bottom: 80px;
	padding: 65px 100px 55px;
	border:1px solid #4574BA;	
}
.sec04 h3{
	position: absolute;
	left:100px;
	top:-16px;	
}
.sec04 .activity-list{
	display:flex;
	justify-content:space-between;	
}
.sec04 .activity-list li{
	width: 324px;
	background:#F4F4F7	
}
.sec04 .activity-list .activity-cont{
	padding: 25px 35px 40px;
}
.sec04 .activity-list h4{
	margin-bottom: 20px;
	color:#4573B9;	
	font-size:115%;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* 汎用スタイル
-----------------------------------------------------------------*/
.sec{
	padding: 50px 10px 35px;
	margin-bottom: 32px;
	line-height:1.6;	
}
.sec h3{
	width: 71px;
}
.sec .lead{
	margin-bottom: 15px;	
}

/* sec01
-----------------------------------------------------------------*/
.sec01 .pic{
	position: static;
	padding: 0 55px 45px;
}
.sec01 .txt-area{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;	
}
.sec01 .about{
	width: 100%;
	padding: 30px 15px 20px;
}
.sec01 .about h4{
	width: 200px;
	left:15px;
	top:-15px;	
}

/* sec02
-----------------------------------------------------------------*/
.sec02 .txt-area{
	padding: 0 25px;
	margin-bottom: 20px;	
}
.sec02 .plan h4{
	padding: 13px 0;
}
#Environment .sec02 .plan h4 img{
	width: auto;
	height: 18px;	
}
.sec02 .plan ul{
	padding: 22px 15px 30px;
}
.sec02 .plan ul > li{
	padding: 0;
	margin-bottom: 15px;
	background:#FFF;
}
.sec02 .plan ul h5{
	margin-bottom: 5px;
	font-size:117%;;	
}
.sec02 .plan ol li{
	text-indent:-1em;
	padding-left: 1em;	
}
.sec02 .plan .layout-box ol{
	width: 100%;
}


/* sec03
-----------------------------------------------------------------*/
.sec03 .txt-area{
	margin-bottom: 25px;
	padding: 0 25px;	
}

.sec03 .eco-project{
	display:block;
}
.sec03 .eco-project li{
	width: 100%;
	padding: 7px 7px 20px;
	margin-bottom: 10px;
}
.sec03 .eco-project li:nth-child(even){
	margin-left: 0;	
}
.sec03 .eco-project li+li+li{
	margin-bottom: 10px;	
}
.sec03 .eco-project h4{
	margin-bottom: 12px;	
}
.sec03 .eco-project .project-cont{
	padding: 0 7px;	
}
.sec03 .eco-project h5{
	margin-bottom: 10px;
	font-size:109%;
}
.sec03 .eco-project .txt{
	text-indent:-1.2em;
	padding-left: 1.2em;
	margin-bottom: 5px;
}
.sec03 .eco-project .txt span{
	padding-right: 0.3em;
	font-size:96%;
}
.sec03 .eco-project .note{
	font-size:86%;
	padding-top: 5px;
}

/* sec04
-----------------------------------------------------------------*/
.sec04{
	margin-bottom: 20px;
	padding: 35px 10px 20px;
}
.sec04 h3{
	left:10px;
	top:-14px;
	width: 100px;	
}
.sec04 .activity-list{
	display:block;
}
.sec04 .activity-list li{
	width: 100%;
	margin-bottom: 15px;
}
.sec04 .activity-list .activity-cont{
	padding: 20px 15px 25px;
}
.sec04 .activity-list h4{
	margin-bottom: 7px;
	font-size:117%;
}


}