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

/* ---------------------------------------------------------------------------
  esg common
--------------------------------------------------------------------------- */
#esgLead{
	padding: 0;
}
#esgLead .txts{
	border: 3px var(--yellowGreen) solid;
	border-radius: 10px;
}

.esgBox h3{
	line-height: 1.3;
}
.esgBox h3 .en{
	display: block;
	font-size: 80%;
	font-weight: 400;
}
.esgBox h3 .en span{
	font-size: 60%;
}
.esgBox .icSDGs{
	height: 72px;
}
.esgBox .icSDGs img{
	width: auto;
	height: 100%;
}
#esgEnvironment h3{
	color: #6ebf4c;
}
#esgSocial h3{
	color: #3ac6dd;
}
#esgGovernance h3{
	color: #ef6565;
}

.esgBox .tiBox{
	border-left-style: solid;
}
#esgEnvironment .tiBox{
	border-color: #6ebf4c;
}
#esgSocial .tiBox{
	border-color: #3ac6dd;
}
#esgGovernance .tiBox{
	border-color: #ef6565;
}

.esgBox h4{
	padding: 2px 10px;
}
.esgBox h5{
	padding-left: 15px;
	position: relative;
}
.esgBox h5::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
}
#esgEnvironment h4{
	border: 1px solid #6ebf4c;
	color: #6ebf4c;
}
#esgSocial h4{
	border: 1px solid #3ac6dd;
	color: #3ac6dd;
}
#esgGovernance h4{
	border: 1px solid #ef6565;
	color: #ef6565;
}

#esgEnvironment h5{
	color: #6ebf4c;
}
#esgSocial h5{
	color: #3ac6dd;
}
#esgGovernance h5{
	color: #ef6565;
}

#esgEnvironment h5::before{
	background-color: #6ebf4c;
}
#esgSocial h5::before{
	background-color: #3ac6dd;
}
#esgGovernance h5::before{
	background-color: #ef6565;
}

#esgEnvironment h6{
	color: #6ebf4c;
}
#esgSocial h6{
	color: #3ac6dd;
}
#esgGovernance h6{
	color: #ef6565;
}

#esgEnvironment ul.pcFlex li{
	border: 1px dotted #6ebf4c;
}
#esgSocial ul.pcFlex li{
	border: 1px dotted #3ac6dd;
}
#esgGovernance ul.pcFlex li{
	border: 1px dotted #ef6565;
}

.esgBox div.pcFlex figure img.imgS{
	margin: 0 auto;
	width: 70%;
}



@media screen and (min-width: 901px) {
/* ---------------------------------------------------------------------------
  esg pc
--------------------------------------------------------------------------- */
#esgLead figure{
	max-width: 700px;
	margin: 0 auto 30px;
}
#esgLead .txts{
	padding: 30px 4% 40px;
}
#esgLead .txts .h3Tit{
	margin-bottom: 10px;
}

.esgBox .tiBox{
	border-width: 10px;
	margin-bottom: 30px;
	padding-left: 15px;
}
.esgBox h3{
	font-size: 3.5rem;
}
#esgEnvironment .tiBox{
	border-left: 10px solid #6ebf4c;
}
#esgSocial .tiBox{
	border-left: 10px solid #3ac6dd;
}
#esgGovernance .tiBox{
	border-left: 10px solid #ef6565;
}

.esgBox div.pcFlex:not(.tiBox) .txts{
	width: 64%;
}
.esgBox div.pcFlex:not(.tiBox) figure{
	margin-left: 3%;
	width: 33%;
}

.esgBox h4{
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.esgBox h4:not(:first-of-type){
	margin-top: 40px;
}
.esgBox h5{
	font-size: 2rem;
}
.esgBox h6{
	font-size: 1.8rem;
}

.esgBox ul.pcFlex{
	gap: 20px 2%;
	margin-bottom: 15px;
}
.esgBox ul.pcFlex li{
	padding: 15px 20px 20px;
	width: 49%;
}
#esgSocial div.pcFlex + ul.pcFlex{
	margin-top: 20px;
}
}




@media screen and (max-width: 900px) {
/* ---------------------------------------------------------------------------
  esg sp
--------------------------------------------------------------------------- */
#esgLead {
	padding-top: 25px;
}
#esgLead .txts{
	margin-top: 20px;
	padding: 20px;
}

.esgBox + .esgBox{
	padding-top: 0;
}
.esgBox .tiBox{
	border-width: 8px;
	margin-bottom: 15px;
	padding-left: 12px;
}
.esgBox h3{
	font-size: 2.2rem;
	margin-bottom: 8px;
}
.esgBox h4{
	margin-bottom: 8px;
}
.esgBox figure{
	margin: 10px auto 20px;
}

.esgBox ul.pcFlex{
	margin-bottom: 30px;
}
.esgBox ul.pcFlex li{
	padding: 5px 10px 10px;
}
.esgBox ul.pcFlex li:not(:first-child){
	margin-top: 15px;
}

}