@charset "utf-8";
/* CSS Document */



/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/



@media screen and (min-width:768px){
	
	
	body#csr section{
		padding-top: 228px;
	}
	
	body#csr.sec_container section:last-of-type{
		padding-bottom: 100px;
	}
	
	body#csr section.sec_1 h2{
		margin: 0 0 70px 150px;
		text-indent: -1em;
    margin-left: calc(150px + 1em);
	}
  body#csr section.sec_1 .text p:last-of-type {
    margin-bottom: 150px;
  }
  body#csr section.sec_1 .text .img_wrap {
    margin-left: auto;
  }
  body#csr section.sec_1 .text .img_wrap, .sec_1 .text .img_wrap img {
    width: 195px;
    height: auto;
    mix-blend-mode: multiply;
  }	

/*--------------------------------------
  左寄せ　横並び画像
--------------------------------------*/
	body#csr .sec_2 ul.photo_list{
		display: flex;
	}
	
/*--------------------------------------
  CSRマネジメント
--------------------------------------*/
	body#csr section.sec_3{
		padding-top: 230px;
	}
	
	body#csr .sticky_item{
		margin-top: 230px;
	}
	
	body#csr.sec_container h2+p{
		width: 619px;
		margin-bottom: 60px;
	
	}
	
	body#csr.sec_container ul.photo_list li:first-of-type{
		margin-right: 10px;
	}
		
	body#csr.sec_container .text{
		border-bottom: 1px solid rgba(206,206,206,0.35);
	}
	
	body#csr.sec_container .text dl{
		border: none;
	}
	
	body#csr .sec_container .text dt,
	body#service .sec_container .text dd{
		padding: 0;
	}	
	
	body#csr.sec_container .text dt{
		background-color: #2ABCA2;
		color: #fff;
		width: 194px;
		height: 50px;
		line-height: 50px;
		border-radius: 14px;
		align-self: flex-start;
		text-align: center;
	}
	
	body#csr.sec_container .text dd{
		padding-left: 30px;
	}
	
	body#csr.sec_container .text dd{
		width: 530px;
		margin-bottom: 115px;
	}
  
   .sec_3 .dl_list{
    margin-bottom: 183px;
  }
   .sec_3 .img_wrap{
    margin: 65px auto;
    text-align: center;    
  }

   .sec_3 .img_wrap img{
     width: 70%;
  }
	


/*--------------------------------------
	右寄せ画像
--------------------------------------*/
	.photo_inner .photo_list{
    display: flex; 
		justify-content: flex-end;
	}

/*--------------------------------------
	安全への取り組み
--------------------------------------*/
  body#csr section.sec_4{
		position: relative;
	}

	body#csr section.sec_4::before{
		content: "";
    display: block;
    background-color: #F0F0F0;
    min-width: 1340px;
    width: 100vw;
/*    height: calc(100% - 278px);
*/    height:100%;
    position: absolute;
    right: 5%;
    bottom: -140px;
    z-index: -1;
	}

	body#csr section.sec_4 h2+.img_wrap{
		margin-bottom: 90px;
	}

	body#csr section.sec_4 .img_wrap img{
		width: 75%;
    margin-bottom: 80px;
	}
	
	body#csr section.sec_4 h3{
		font-size: 3.4rem;
		margin-bottom: 70px;
	}
	
	body#csr section.sec_4 .text{
		margin-bottom: 130px;
	}
	
	body#csr section.sec_4 .text p{
		margin-bottom: 20px;		
	}

	body#csr section.sec_4 .dl_list{
		margin-bottom: 151px;
	}
  body#csr section.sec_4 dl{
		margin-bottom: 80px;
    border-bottom: thin solid #707070;
  }

	body#csr section.sec_4 dl dt {
    width: 250px
	}
	
/*--------------------------------------
	社会への取り組み
--------------------------------------*/
  body#csr section.sec_5 {
    margin-bottom: 150px;
  }
	body#csr section.sec_5 .flex {  
    display: flex;
    justify-content: space-between;
  }
  body#csr section.sec_5 .flex ul{  
    width: 378px;
  }
  body#csr section.sec_5 .flex li {  
    text-align: left;
    font-size: 1.6rem;
    padding: 40px 36px;
  }
  
  body#csr section.sec_5 .flex li {  
    border-bottom: thin solid #707070;
  }
  body#csr section.sec_5 .flex li:nth-child(2){  
    height: 270px;
  }

  body#csr section.sec_5 .flex li.csr_mark_li:nth-child(2){
    height: 150px;
  }
  body#csr section.sec_5 .flex li h3{  
    font-weight: bold;
    padding-bottom: 27px;
  }

  body#csr section.sec_5 .flex li img{  
    width: 314px;
    object-fit: contain;
  }
  
/*--------------------------------------
  SDGsへの取り組み
--------------------------------------*/
  body#csr section.sec_6{
    font-size: 1.6rem;
  }
  body#csr section.sec_6 .img_wrap img{
    margin: 70px 0 100px 0;
    width: 85%;
  }
  body#csr section.sec_6 p {
    margin: 0px 150px 100px 0;
  }
	body#csr section.sec_6 .flex {  
    display: flex;
    flex-wrap: wrap;
  }
  body#csr section.sec_6 .flex div{  
    margin-right: 30px;
  }

  body#csr section.sec_6 .disc {  
  padding-top: 40px;
  }

  body#csr section.sec_6 .flex img {  
    height: 260px;
    margin-top: 100px;
  }

  body#csr section.sec_6 .last {  
    height: 360px;
  }

  
}

/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/



@media screen and (max-width:767px){
	
	
	
	
	body#csr section.sec_1::before{
		top: 25%;
	}
	
	body#csr section:not(.sec_1){
		padding-top: 80px;
	}
	
	body#csr .sec_container section:last-of-type{
		padding-bottom: 50px;
	}
	
	body#csr section.sec_1 h2{
		margin: 0 0 28px 10px;
		text-indent: -1em;
    margin-left: calc(10px + 0.5em);
	}
  
  .sec_1 .text p:last-of-type {
    margin-bottom: 60px;
}
	.sec_1 .text .img_wrap {
    margin-left: auto;
}
  .sec_1 .text .img_wrap, .sec_1 .text .img_wrap img {
    width: 195px;
    height: auto;
    mix-blend-mode: multiply;
}
  
/*--------------------------------------
  左寄せ　横並び画像（SP）
--------------------------------------*/
  	body#csr .sec_2 ul.photo_list{
		display: flex;
    width: 100%;
	}
	
/*--------------------------------------
  CSRマネジメント（SP）
--------------------------------------*/
  
  body#csr section.sec_3 .img_wrap img{
    width: 100%;
  }
  
  
	body#csr section.sec_3{
		padding-top: 100px;
	}
	
	body#csr .sec_container h2+p{
		margin-bottom: 30px;
		letter-spacing: 2px;
	}
	
	body#csr .sec_container ul.photo_list{
		display: flex;
		margin-bottom: 40px;
	}
	
	body#csr .sec_container .text dl{
		border: none;
	}
	
	body#csr .sec_container .text dt,
	body#csr .sec_container .text dd{
		padding: 0;
	}	
	
	body#csr .sec_container .text dt{
		background-color: #2ABCA2;
		color: #fff;
		width: 194px;
		height: 50px;
		line-height: 50px;
		border-radius: 14px;
		align-self: flex-start;
		text-align: center;
		margin: 0 0 20px 10px;
	}
	
	body#csr .sec_container .text dd{
		padding-left: 10px;
	}
	
	body#csr .sec_container .text dd{
		margin-bottom: 40px;
	}
	
  
/*--------------------------------------
	右寄せ画像（SP）
--------------------------------------*/

	.photo_inner .photo_list{
    width: 100%;
    margin: 50px auto;
	}
	
/*--------------------------------------
	安全への取り組み（SP）
--------------------------------------*/
  body#csr section.sec_4{
		position: relative;
	}

	body#csr section.sec_4::before{
    display: none;
	}

	body#csr section.sec_4 h2+.img_wrap{
		margin-bottom: 90px;
	}

	body#csr section.sec_4 .img_wrap img{
		width: 100%;
    margin-bottom: 80px;
	}
	
	body#csr section.sec_4 h3{
		font-size: 3.4rem;
		margin-bottom: 70px;
	}
	
	body#csr section.sec_4 .text{
		margin-bottom: 130px;
	}
	
	body#csr section.sec_4 .text p{
		margin-bottom: 20px;		
		letter-spacing: 2px;
	}

	body#csr section.sec_4 .dl_list{
		margin-bottom: 0px;
	}
  body#csr section.sec_4 dl{
		margin-bottom: 80px;
    border-bottom: thin solid #707070;
  }

	body#csr section.sec_4 dl dt {
    width: 250px
	}
/*--------------------------------------
	社会への取り組み(SP)
--------------------------------------*/
  body#csr section.sec_5 .flex {
    display: flex;
    justify-content: space-between;
}
  body#csr section.sec_5 .flex ul{  
    width: 45%;
    margin: 2%;
  }
  body#csr section.sec_5 .flex li {  
    padding: 2%;
    border-bottom: thin solid #707070;
  }
  body#csr section.sec_5 .flex li:nth-child(2){  
    height: 180px;
  }
  body#csr section.sec_5 .flex li.csr_mark_li:nth-child(2){
    height: 100px;
  }

  body#csr section.sec_5 .bt img{
    padding-top: 50px;
  }
  body#csr section.sec_5 .bt2 img{
    padding-top: 50px;
  }
  body#csr section.sec_5 .flex li h3{  
    font-weight: bold;
    padding: 20px 0 ;
  }
  body#csr section.sec_5 .flex li p{  
    font-size: 10px;
    padding-bottom: 20px;
  }
  body#csr section.sec_5 .flex li img{  
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
  }

/*--------------------------------------
  SDGsへの取り組み
--------------------------------------*/
/*  body#csr section.sec_6{
    font-size: 1.6rem;
  }
*/  body#csr section.sec_6 .img_wrap img{
    margin-bottom: 50px;
    width: 100%;
  }
  body#csr section.sec_6 p {
    margin: 0;
	  letter-spacing: 2px;
  }
	body#csr section.sec_6 .flex {  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body#csr section.sec_6 .flex div{  
    margin: 0 2%;
    width: 46%;
  }

  body#csr section.sec_6 .disc {  
  padding-top: 20px;
  }

  body#csr section.sec_6 .flex img {  
    width: 100%;
    margin-top: 50px;
  }

  body#csr section.sec_6 .last {  
    height: 360px;
  }

  
	
}
















