@charset "UTF-8";
/*==========基本構造==========
サステナビリティ関連追加CSS、修正メモ
==============================*/
.sus_h3{
		font-size: 2.5rem;
	color: #D10000;
}
.sustainability .mainVisual {
    position: relative;
    background: url("/e/images/sustainability/mv.jpg") center 65% / 100% no-repeat;
    width: 100%;
    height: 300px;
}
.sustainability .ttl{
	font-size: 4.8rem;
	letter-spacing: .4rem;
	font-weight: bold;
	text-align: center;
}
.sustainability .subttl{
	font-size: 2.5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.sustainability .ttl-3{
	background: #F4F4F4;
}
.img-w80p{
	width: 80%;
	margin: 0 auto;
}
.square-img{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.square-img .flex-2{
	padding: 0 10px;
}

@media print, screen and (max-width: 769px) {
.img-w80p{
	width: 100%;
}
.square-img .flex-2{
	flex-basis: 100%;
	padding: 10px 0;
}
}
@media print, screen and (max-width: 480px) {
.sustainability .ttl{
	font-size: 2.5rem;
	letter-spacing: .3rem;
	line-height: 1.4;
}
.sustainability .subttl{
	font-size: 1.6rem;
	letter-spacing: 0rem;

}

}

/*iconArea*/
.iconArea{
	margin-bottom: 100px;
}
.iconArea p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 130px;
}
.iconArea p span{
	color: #D10000;
}
.iconArea p::after{
	content: '';
	width: 1px;
	height: 80px;
	background: #000000;
	position: absolute;
	bottom: 12%;
	left: 50%;
	
}

/*iconSDGs*/
.iconSDGs{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.iconSDGs li{
	flex-basis: 9%;
	padding: 0 5px;
}

/*flex*/
.sustainability .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.sustainability .flex .flexItem{
	flex-basis: calc(100%/2 - 10px);
}

/*initiative*/
.initiative dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px #B4BBC3 solid;
	padding: 10px 0;
}
.initiative dd,
.initiative dt{
	flex-basis: 47%;
	font-size: 1.5rem;
	font-weight:500;
}
.initiative dd,
.initiative dt ul li{
	position: relative;
	padding-left: 20px;
}
.initiative dt ul li{
	margin-bottom: 10px;
}
.initiative dt ul li:last-child{
	margin-bottom: 0;
}


.initiative dd::before{
    content: '';
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 11px;
    height: 11px;
    background: #D10000;
    border-radius: 50%;
}
.initiative dt ul li::before{
    content: '';
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 11px;
    height: 11px;
    background: #E8E8E8;
    border-radius: 50%;
}
.column{
	background: #FBF0F0;
	padding: 20px 30px;
	border-radius: 10px;
}
.column p{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.column dl{
	margin-bottom: 20px;
}
.column dd{
	font-weight: bold;
	font-size: 1.4rem;
}
.column dt{
	font-size: 1.4rem;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}


@media print, screen and (max-width: 769px) {
	
.iconArea p{
	font-size: 1.8rem;
	line-height: 1.7;
}
.iconSDGs li{
}
.iconSDGs li{
	flex-basis: calc(100%/3 - 3vw);
	padding-bottom: 3vw;
}
.sustainability .flex{
	width: 100%;
}
.sustainability .flex .flexItem{
	flex-basis: 100%;
	margin-bottom: 20px;
}
.sustainability .flex .flexItem:last-child{
	margin-bottom: 0;
}
.initiative dd,
.initiative dt{
	flex-basis: 100%;
}
.initiative dd{
	margin-bottom: 10px;
}


}
/* --------------------------------------------------- 
 マテリアリティ materiality
---------------------------------------------------- */
.sustainability .chart{
	width: 80%;
	margin: 30px 0 100px;
}
.materialityBox{
	margin: 100px auto;
}
.materialityBox .ttl-3 h2{
	color: #54191A;
}

@media print, screen and (max-width: 480px) {
.sustainability .chart{
	width: 100%;
}
}
/* --------------------------------------------------- 
 society
---------------------------------------------------- */
.imgw50{
	max-width: 50%;
	text-align: center;
	margin: 0 auto 20px auto
}

.fost{
	margin: 0 auto;
}

.fost td{
	text-align: center;
}

.fost img{
	width: 280px;
	margin-top: 20px;
}

@media print, screen and (max-width: 769px) {
.imgw50{
	max-width: 100%;
}
}
/*pdfLink*/
.pdfLink {
/*  font-size: 1.6rem;*/
}
.pdfLink a {
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
.pdfLink a:hover {
  color: #D10000;
}
.pdfLink a::after {
  content: url("/e/images/common/pdf.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 12px;
}