  @charset "utf-8";

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";
@import "existing.css";
@import "existing_sp.css";

/* Report
---------------------------------------------------*/
/* 共通 */

body.Sustainability .w1200 {
    width: 1200px;
    margin: 60px auto 100px auto;
}

body.Sustainability .w1200 div + div{
    margin-top: 100px;
}

body.Sustainability .w1200 .lead{
    font-weight: bold;
}

body.Sustainability .w1200 h3 {
    margin: 0 0 40px 0;
    font-size: 187.5%;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    line-height: 1.4;
}

body.Sustainability .w1200 h3::after {
  content: "";
  height: 3px;
  width: 215px;
  background-color: #41b5d6;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

body.Sustainability .w1200 h4 {
    color: #006cb5;
    font-weight: bold;
    margin: 50px 0 15px 0;
    font-size:150%;
    line-height: 1.4;
}

body.Sustainability .w1200 p,
body.Sustainability .w1200 ul{
    font-size: 125%;
    line-height: 1.8;
}

body.Sustainability .w1200 .indent{
    text-indent: 1em;
}

body.Sustainability .w1200 dd{
    font-size: 112.5%;
    line-height: 1.8;
}

body.Sustainability .w1200 dl dt{
    font-size: 137.5%;
    line-height: 1.4;
}

body.Sustainability .w1200 dl dd + dt{
    margin-top: 20px;
}

body.Sustainability .w1200 ul.circle{ 
    margin: 10px 0;
}

body.Sustainability .w1200 ul.circle li:before{
    content: "● ";
    color: #006cb5;
    padding: 0 8px 6px 0;
    font-size: 60%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    body.Sustainability .w1200 {
        width:auto;
        padding: 20px 2% 0 2%;
        margin: 0;
        margin-top: 0 !important;
    }    

    body.Sustainability .w1200 div + div{
        margin-top: 40px;
    }

    body.Sustainability .w1200 h3 {
      font-size: 112.5%;
      margin-bottom: 10px;
    }
    
    body.Sustainability .w1200 h3::after {
      content: "";
      height: 2px;
      width: 180px;
      margin-top: 5px;
    }    
    
    body.Sustainability .w1200 h4 {
        font-size: 100%;
        margin: 30px 0 10px 0;
    }    
    
    body.Sustainability .w1200 p,
    body.Sustainability .w1200 ul{
      font-size: 75%;
    }
    
    body.Sustainability .w1200 dd{
      font-size: 75%;
    }

    body.Sustainability .w1200 dl dt{
        font-size:87.5%;
    }

    body.Sustainability .w1200 dl + dl,
    body.Sustainability .w1200 dl dd + dt{
        margin-top: 5px;
    }
	
	body.Sustainability .w1200 ul.circle li:before{
        padding: 0 5px 2px 0;
    }

    
}

/* index */
body.Sustainability#index .mainTitBl .entit{
    bottom: 1.5vw;
}

body.Sustainability#index #content .mainImg .txt {
    background: none;
    top: 150px;
    left: 58%;
    text-shadow: -2px 2px 13px #385488;
}

body.Sustainability#index #content .mainImg .txt h2{
    letter-spacing: 0.1em;
}

body.Sustainability#index #content .mainImg .txt h2 span{
    font-size: 50%;
    letter-spacing: 0;
}

body.Sustainability#index #content .w1320{
    padding: 0 30px;
    max-width: 1320px;
}

body.Sustainability#index #content .w1320 .mb40{
    margin-bottom: 40px;
}

body.Sustainability#index #content .w1320 p{
    font-size: 125%;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.05em;
}

body.Sustainability#index #content .linkBlock .column03 {
    justify-content: center;
    gap: 30px;
}

body.Sustainability#index #content .linkBlock .column03 .thumbImgLink{
	width: 396px;
}

body.Sustainability#index #content .linkBlock .column03 .thumbImgLink img{
	width: 100%;
	height: auto;
}

body.Sustainability#index #content .linkBlock .column04 {
    justify-content: flex-start;
    gap: 30px;
}

body.Sustainability#index #content .linkBlock .column04:after{
    content: "";
    width: 290px;
}

body.Sustainability#index #content .linkBlock .column04 .thumbImgLink{
	width: 290px;
}

body.Sustainability#index #content .column02{
    display: table;
    padding: 0 30px;
    margin: 60px auto 100px auto;
    box-sizing: border-box;    
}

body.Sustainability#index #content .column02 > div{
    display: table-cell;
    vertical-align: bottom;
}

body.Sustainability#index #content .column02 .txt{
    padding-right: 30px;
}

body.Sustainability#index #content .column02 .txt h2{
    font-size: 200%;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

body.Sustainability#index #content .column02 .txt p{
    font-size: 125%;
    line-height: 1.8;
/*    font-weight: bold;*/
    letter-spacing: 0.05em;
}

body.Sustainability#index #content .column02 .pdf_book{
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

body.Sustainability#index #content .column02 .pdf_book img{
    border: 1px solid #000;
    max-width: 167px;
}

body.Sustainability#index #content .column02 .btn a{
    padding: 20px 30px;
}

body.Sustainability#index #content .btn{
    text-align: right;
    margin-top: 20px;
}

body.Sustainability#index #content .btn.center{
    text-align: center;
}

body.Sustainability#index #content .btn a{
    font-size: 125%;
    color:#006cb6 !important;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #006cb6;
    padding: 30px 65px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
}

body.Sustainability#index #content .btn a span{
    padding-left: 18px;
    background: url("/img/common/icn_arrow03_sp.png") no-repeat left center;
}

body.Sustainability#index #content .subPageIndexLink.column2{
    width: auto;
    padding: 0 30px;
    margin-top: 50px;
    margin-bottom: 0;
}

body.Sustainability#index #content .subPageIndexLink.column2 .article {
    width: 610px;
}

body.Sustainability#index #content .subPageIndexLink.column2 .article+.article {
    margin-left: 40px;
}

body.Sustainability#index #content .subPageIndexLink.column2 .article:nth-child(2) dt a{
    letter-spacing: -0.05em;
}

@media only screen and (max-width:767px) {
    body.Sustainability#index .mainTitBl{
        margin-bottom: 40px;
    }
    
    body.Sustainability#index #content .w1320{
        padding: 0 3%;
        margin-top: 0;
    }

    body.Sustainability#index #content .w1320 .mb40{
        margin-bottom: 20px;
    }

    body.Sustainability#index #content .w1320 p{
        font-size: 100%;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    
    body.Sustainability#index #content .irBl{
        padding: 0 2%;
        display: block;
        margin: 40px 0 50px 0;
    }
    
    body.Sustainability#index #content .column02 > div{
        display: block;
        padding: 0 !important;
        width: inherit !important;
    }
    
    body.Sustainability#index #content .column02 .txt h2{
        font-size: 150%;
        margin-bottom: 5px;
    }

    body.Sustainability#index #content .column02 .txt p{
        font-size: 100%;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    
    body.Sustainability#index #content .btn{
        text-align: center;
        margin-top: 20px;
    }
    
    body.Sustainability#index #content .btn a{
        font-size: 100%;
        display: inline-block;
        padding: 20px 20px !important;
        margin: 10px 0 20px 0;
    }

    body.Sustainability#index #content .linkBlock .column03,
    body.Sustainability#index #content .linkBlock .column04{
      padding: 0 3%;
    }
    
    body.Sustainability#index #content .linkBlock .column03,
    body.Sustainability#index #content .linkBlock .column04{
      gap: 15px;
    }
    
    body.Sustainability#index #content .linkBlock .column03 .thumbImgLink,
    body.Sustainability#index #content .linkBlock .column04 .thumbImgLink{
      width: 100%;
      margin-top: 0 !important;
    }
    
    body.Sustainability#index #content .linkBlock .column03 .thumbImgLink dt a,
    body.Sustainability#index #content .linkBlock .column04 .thumbImgLink dt a{
      font-size: 14px;
    }
    
    body.Sustainability#index #content .subPageIndexLink.column2{
        padding: 0 2%;
        margin-top: 30px;
    }

    body.Sustainability#index #content .subPageIndexLink.column2 .article {
        width: 100%;
    }

    body.Sustainability#index #content .subPageIndexLink.column2 .article+.article {
        margin-left: 0;
    }

/*    body.Sustainability#index #content .column02 .pdf_book img {
        width: 118px;
    }*/
    
}

/* message */
body.Sustainability#message .mainImg .txt {
    background: none;
    top: 90px;
    left: 30px;
    color: #093554;
    letter-spacing: 0.1em;
}

body.Sustainability#message .mainImg .txt h2{
    color: #093554;
}

body.Sustainability#message .mainImg .txt p {
    font-size: 125%;
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-top: 10px;
    padding-left: 10px;
}


body.Sustainability#message .w1200 .img{
	text-align: center;
	margin: 50px auto 0 auto ;
    clear: both;
}

body.Sustainability#message .w1200 .img.w800{
    max-width: 800px;
}

body.Sustainability#message .w1200 .cap{
	margin: 0 0 10px 0;
    letter-spacing: 0.1em;
	text-align: center;
	font-size: 125%;
}

body.Sustainability#message .w1200 .fontS{
	font-size: 90%;
}

body.Sustainability#message .w1200 .taR{
    text-align: right;
}

body.Sustainability#message .w1200 .mb1em{
    margin-bottom: 1em;
}

body.Sustainability#message .w1200 .floatL{
	margin: 75px 50px 85px 0;
	float: left;
}

body.Sustainability#message .w1200 img{
    width: 100%;
    height: auto;
}

body.Sustainability#message .w1200 ul.circle {
    padding: 20px;
	background: #f1f3f5;
    text-align: center;
    margin: 20px 0;
}

body.Sustainability#message .w1200 ul.circle li{
	display: inline-block;
	margin-right: 30px;
}

body.Sustainability#message .borderBl{
	border: 1px solid #006cb5;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
}

body.Sustainability#message .borderBl dl{
	padding: 20px;
	width: 30%;
	box-sizing: border-box;
}

body.Sustainability#message .borderBl dl:nth-child(2){
	width: 70%;
}

body.Sustainability#message .borderBl dt{
	text-align: center;
	background: #f1f3f5;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 112.5%;
}

body.Sustainability#message .borderBl dd{
	color: #006cb5;
	padding: 0 20px;
}

body.Sustainability#message .borderBl dd ul{
	font-size: 100%;
	background: #fff !important;
	padding: 0 !important;
	line-height: 1.4;
}

body.Sustainability#message .borderBl dd li{
	margin: 0 !important;
}

body.Sustainability#message .borderBl dd li:before{
	color:#999;
}


@media only screen and (max-width:767px) {

    
    body.Sustainability#message .mainImg .txt h2{
        color: #fff;
    }
    
    body.Sustainability#message .mainImg .txt {
        background: rgba(0,0,0,0.6);
        top: 90px;
        left: 30px;
        color: #fff;
        letter-spacing: 0.1em;
    }

    body.Sustainability#message .mainImg .txt p {
        padding-left: 0;
        font-size: 75%;
    }
    
    body.Sustainability#message .w1200 .img{
        margin: 20px 0 0 0 ;
    }

    body.Sustainability#message .w1200 .cap{
        margin: 5px 0 0 0;
        font-size: 60%;
    }

    body.Sustainability#message .w1200 .cap{
        margin: 0 0 5px 0;
        font-size: 80%;
    }
    
    body.Sustainability#message .w1200 .fontS{
        font-size: 60%;
    }    

    body.Sustainability#message .w1200 .floatL,
    body.Sustainability#message .w1200 .w800{
		float: inherit;
		max-width: 80% !important;
		margin: 30px auto;
    }
    
    body.Sustainability#message .w1200 ul.circle {
        padding: 10px;
        margin: 10px 0;
    }

    body.Sustainability#message .w1200 ul.circle li{
        margin-right: 15px;
    }

    body.Sustainability#message .borderBl{
		display: block;
		margin-top: 10px;
		padding: 10px;
    }

    body.Sustainability#message .borderBl dl{
		width: 100%;
		display: block;
        padding: 0;
    }

    body.Sustainability#message .borderBl dl:nth-child(2){
        width: 100%;
		margin-top: 10px;
    }

    body.Sustainability#message .borderBl dt{
        padding: 5px;
        margin-bottom: 10px;
        font-size: 75%;
    }

    body.Sustainability#message .borderBl dd{
        padding: 0 10px;
    }

}



/* materiality */
body.Sustainability#materiality .mainImg .txt {
    background: none;
    top: 90px;
    left: 30px;
    letter-spacing: 0.1em;
}

body.Sustainability#materiality .mainImg .txt span{
    font-size: 60%;
}

body.Sustainability#materiality .stepBl .arrow{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: url("/img/sustainability/step01_arrow.png") no-repeat center bottom #69d0ed;
/*    background-size: cover;*/
    text-align: center;
}

body.Sustainability#materiality .stepBl .arrow span{
    color: #fff;
    font-size: 250%;
    margin-top: 45px;
    font-family: "roboto";
    display: block;
}

body.Sustainability#materiality .stepBl .step02 .arrow{
    background: url("/img/sustainability/step02_arrow.png") no-repeat center bottom #56afed;
}

body.Sustainability#materiality .stepBl .step03 .arrow{
    background: url("/img/sustainability/step03_arrow.png") no-repeat center bottom #3e90e3;
}

body.Sustainability#materiality .stepBl .step04 .arrow{
    background: url("/img/sustainability/step04_arrow.png") no-repeat center bottom #006cb9;
}

body.Sustainability#materiality .stepBl > div{
    padding-left: 245px;
    position: relative;
    padding-bottom: 100px;
}

body.Sustainability#materiality .stepBl > div + div{
    margin-top: 40px;
}

body.Sustainability#materiality .stepBl .step02{
    padding-right: 360px;
    min-height: 340px;
}

body.Sustainability#materiality .stepBl .img01{
    position: absolute;
    top: 50px;
    right: 0;
}

body.Sustainability#materiality .stepBl .theme{
    border: 1px solid #006cb9;
    padding: 0;
    letter-spacing: 0.1em;
}

body.Sustainability#materiality .stepBl .obi{
    background: #006cb9;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding: 10px;
}

body.Sustainability#materiality .stepBl .theme ul{
    margin: 30px 20px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    font-size: 112.5%;
    line-height: 1.6;
}

body.Sustainability#materiality .stepBl .theme li{
    border-radius: 5px;
    display: inline-block;
    background: #41b5d6;
    color: #fff;
    width: 220px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.Sustainability#materiality .stepBl .theme li.color01{
    background: #91c746;
}

body.Sustainability#materiality .stepBl .theme li.color02{
    background: #f89934;
}

body.Sustainability#materiality .stepBl .theme li.color03{
    background: #e55d99;
}

body.Sustainability#materiality .stepBl .theme li.color04{
    background: #65c3eb;
}

body.Sustainability#materiality .stepBl .theme li.color05{
    background: #b06fe2;
}

body.Sustainability#materiality .themeBl{
	border: 2px solid #91c746;
	display: table;
	width: 100%;
}

body.Sustainability#materiality .themeBl + .themeBl{
	margin-top: 20px;
}

body.Sustainability#materiality .themeBl .leftBl{
	width: 220px;
    display: table-cell;
	vertical-align: top;
	border-right: 2px solid #91c746;
}

body.Sustainability#materiality .themeBl .leftBl .themeName{
	background: #91c746;
	text-align: center;
	background: #91c746;
	padding: 30px 15px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}

body.Sustainability#materiality .themeBl .leftBl .sdgs{
	text-align: center;
	margin: 0;
	position: relative;
	padding: 60% 0 0 0;
}

body.Sustainability#materiality .themeBl .leftBl .sdgs img{
}

body.Sustainability#materiality .themeBl .rightBl{
	margin: 0;
	vertical-align: top;
	padding: 15px 15px 0 15px;
	background: #f4f9eb;
}

body.Sustainability#materiality .themeBl .rightBl p.sub{
	background: #006cb9;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	padding: 5px;
	margin: 0;
}

body.Sustainability#materiality .themeBl .rightBl p.sub + p ,
body.Sustainability#materiality .themeBl .rightBl ul.circle{
	font-size: 75%;
	line-height: 2;
	margin: 15px 5px 25px 5px;
}

body.Sustainability#materiality .themeBl .rightBl ul.circle li{
	display: inline-block;
	margin-right: 20px;
}

body.Sustainability#materiality .themeBl .rightBl ul.circle li:before{
	content: "● ";
	color: #000;
	padding: 0 8px 6px 0;
}

body.Sustainability#materiality .themeBl .rightBl .column05{
	display: table;
	width: 100%;
	margin: 0;
}

body.Sustainability#materiality .themeBl .rightBl .column05.txt > div{
	font-size: 75%;
	display: table-cell;
	border-bottom: 1px solid #91c746;
	line-height: 1.6;
	vertical-align: middle;
	padding: 15px 5px;
    position: relative;
}

body.Sustainability#materiality .themeBl .rightBl .column05.txt > div div{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);    
}

body.Sustainability#materiality .themeBl .rightBl .column05 div.bNone, 
body.Sustainability#materiality .themeBl .rightBl .column05.bNone div{
	border-bottom: none;
}

body.Sustainability#materiality .themeBl .rightBl .column05.txt:last-child > div{
	border-bottom: none;
}

body.Sustainability#materiality .themeBl .rightBl .column05.txt:last-child > div:nth-child(1):after,
body.Sustainability#materiality .themeBl .rightBl .column05.txt:last-child > div:nth-child(2):after,
body.Sustainability#materiality .themeBl .rightBl .column05.txt:last-child > div:nth-child(3):after,
body.Sustainability#materiality .themeBl .rightBl .column05.txt:last-child > div:nth-child(4):after{
	display: none;
}

body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(1){
	width: 20%;
	position: relative;
	padding-right: 10px;
}

body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(2){
	width: 15%;
	padding-right: 10px;
	position: relative;
}


body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(1):after,
body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(2):after,
body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(3):after,
body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(4):after{
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	display: inline-block;
	bottom: -1px;
	right: 0;
	background:#f4f9eb;
}

body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(3){
	width: 15%;
	padding-right: 10px;
	position: relative;
}

body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(4){
	width: 10%;
	padding-right: 10px;
	position: relative;
    text-align: center;
}

body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(5){
	width: 30%;
}

body.Sustainability#materiality .themeBl .rightBl .column05 > div{
	display: table-cell;
}

body.Sustainability#materiality .themeBl .rightBl .column05.tit{
	background:#eeefef;
	line-height: 1.8;
	padding: 5px 0;
	text-align: center;
	font-size: 75%;
}

body.Sustainability#materiality .themeBl .rightBl .column05.tit.bgBlue{
    color: #fff;
    background: #006cb9;
}

body.Sustainability#materiality .themeBl .rightBl .column05.tit > div:after{
	background: transparent !important;
}


/* theme02 */
body.Sustainability#materiality .theme02,
body.Sustainability#materiality .theme02 .leftBl,
body.Sustainability#materiality .theme02 .rightBl .column05.txt > div{
	border-color: #f89934 !important;
}

body.Sustainability#materiality .theme02 .themeName{
	background: #f89934 !important;
}

body.Sustainability#materiality .theme02 .rightBl,
body.Sustainability#materiality .theme02 .rightBl .column05 div:nth-child(1)::after, body.Sustainability#materiality .theme02 .rightBl .column05 div:nth-child(2)::after,
body.Sustainability#materiality .theme02 .rightBl .column05 div:nth-child(3)::after, body.Sustainability#materiality .theme02 .rightBl .column05 div:nth-child(4)::after{
  background: #fef1e1;
}

/* theme03 */
body.Sustainability#materiality .theme03,
body.Sustainability#materiality .theme03 .leftBl,
body.Sustainability#materiality .theme03 .rightBl .column05.txt > div{
	border-color: #e55d99 !important;
}

body.Sustainability#materiality .theme03 .themeName{
	background: #e55d99 !important;
}
body.Sustainability#materiality .theme03 .rightBl,
body.Sustainability#materiality .theme03 .rightBl .column05 div:nth-child(1)::after, body.Sustainability#materiality .theme03 .rightBl .column05 div:nth-child(2)::after,
body.Sustainability#materiality .theme03 .rightBl .column05 div:nth-child(3)::after, body.Sustainability#materiality .theme03 .rightBl .column05 div:nth-child(4)::after{
  background: #fbe7f0;
}

/* theme04 */
body.Sustainability#materiality .theme04,
body.Sustainability#materiality .theme04 .leftBl,
body.Sustainability#materiality .theme04 .rightBl .column05.txt > div{
	border-color: #65c3eb !important;
}

body.Sustainability#materiality .theme04 .themeName{
	background: #65c3eb !important;
}

body.Sustainability#materiality .theme04 .rightBl,
body.Sustainability#materiality .theme04 .rightBl .column05 div:nth-child(1)::after, body.Sustainability#materiality .theme04 .rightBl .column05 div:nth-child(2)::after,
body.Sustainability#materiality .theme04 .rightBl .column05 div:nth-child(3)::after, body.Sustainability#materiality .theme04 .rightBl .column05 div:nth-child(4)::after{
  background: #e9f6fc;
}

/* theme05 */
body.Sustainability#materiality .theme05,
body.Sustainability#materiality .theme05 .leftBl,
body.Sustainability#materiality .theme05 .rightBl .column05.txt > div{
	border-color: #b06fe2 !important;
}

body.Sustainability#materiality .theme05 .themeName{
	background: #b06fe2 !important;
}

body.Sustainability#materiality .theme05 .rightBl,
body.Sustainability#materiality .theme05 .rightBl .column05 div:nth-child(1)::after, body.Sustainability#materiality .theme05 .rightBl .column05 div:nth-child(2)::after,
body.Sustainability#materiality .theme05 .rightBl .column05 div:nth-child(3)::after, body.Sustainability#materiality .theme05 .rightBl .column05 div:nth-child(4)::after{
  background: #f3eafb;
}

body.Sustainability#materiality p.note{
	text-align: right;
	font-size: 92.5%;
	margin-top: 10px;
}



@media only screen and (max-width:767px) {

    body.Sustainability#materiality .mainImg .txt {
        background: rgba(0,0,0,0.6);
        color: #fff;
    }
    
    
    body.Sustainability#materiality .stepBl .arrow{
        width: 15%;
        height: 100%;
        background: url("/img/sustainability/step01_arrow.png") no-repeat center 100.1% #69d0ed;
        background-size: contain;
        overflow: hidden;
        margin-top: 1px;
    }

    body.Sustainability#materiality .stepBl .arrow:after{
        content: "　";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 0;
    }
    
    body.Sustainability#materiality .stepBl .arrow span{
        font-size: 80%;
        margin-top: 10px;
        font-family: "Noto Sans JP", sans-serif;
    }

    body.Sustainability#materiality .stepBl .step02 .arrow{
        background: url("/img/sustainability/step02_arrow.png") no-repeat center 100.1% #56afed;
        background-size: contain;
    }

    body.Sustainability#materiality .stepBl .step03 .arrow{
        background: url("/img/sustainability/step03_arrow.png") no-repeat center 100.1% #3e90e3;
        background-size: contain;
    }

    body.Sustainability#materiality .stepBl .step04 .arrow{
        background: url("/img/sustainability/step04_arrow.png") no-repeat center 100.1% #006cb9;
        background-size: contain;
    }

    body.Sustainability#materiality .stepBl > div{
        padding-left: calc(16% + 10px);
        padding-bottom: 6vw;
    }

    body.Sustainability#materiality .stepBl > div + div{
        margin-top: 20px;
    }

    body.Sustainability#materiality .stepBl .step02{
        padding-right:0;
        min-height: 0;
    }

    body.Sustainability#materiality .stepBl .img01{
        position: inherit;
        width: 200px;
        margin: 0 0 10px 10px;
        float: right;
        top: inherit;
    }
    
    body.Sustainability#materiality .stepBl .theme{
    }

    body.Sustainability#materiality .stepBl .obi{
        font-size: 100%;
    }

    body.Sustainability#materiality .stepBl .theme ul{
        margin: 15px 10px;
        display: block;
        font-size: 75%;
        text-align: center;
    }

    body.Sustainability#materiality .stepBl .theme li{
        display: block;
        padding: 10px;
        width: inherit;
    }

    body.Sustainability#materiality .stepBl .theme li + li{
            margin-top: 8px;
    }

    body.Sustainability#materiality .stepBl .theme li br{
        display: none;
    }

    
    body.Sustainability#materiality .themeBl{
		display: block;
    }

    body.Sustainability#materiality .themeBl + .themeBl{
        margin-top: 20px;
    }

    body.Sustainability#materiality .themeBl .leftBl{
		width: 100%;
		display: block;
        border-right: none;
        border-bottom: 2px solid #91c746;
    }

    body.Sustainability#materiality .themeBl .leftBl .themeName{
        padding:  10px;
        font-size: 87.5%;
    }

    body.Sustainability#materiality .themeBl .leftBl .sdgs{
		padding: 10px 0;
    }

    body.Sustainability#materiality .themeBl .leftBl .sdgs img{
		height: 27px;
		width: auto;
    }

    body.Sustainability#materiality .theme02 .leftBl .sdgs img{
		height: 59.65px;
    }

    body.Sustainability#materiality .themeBl .rightBl{
        padding: 10px 10px 0 10px;
    }

    body.Sustainability#materiality .themeBl .rightBl p.sub{
        font-size: 80%;
        padding: 5px;
    }

    body.Sustainability#materiality .themeBl .rightBl ul.circle{
        font-size: 75%;
        line-height: 1.6;
        margin: 10px 5px 15px 5px;
    }

    body.Sustainability#materiality .themeBl .rightBl ul.circle li{
        margin-right: 15px;
    }
    
    body.Sustainability#materiality .themeBl .rightBl .spScrollArea{
        overflow-x: scroll;
    }

    body.Sustainability#materiality .themeBl .rightBl .spScrollArea > div{
        width: 600px;
    }
    
    body.Sustainability#materiality .themeBl .rightBl .column05{
        display: table;
        width: 100%;
        margin: 0;
    }

    body.Sustainability#materiality .themeBl .rightBl .column05.txt > div{
        font-size: 62.5%;
        padding: 10px 5px;
    }
	
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(1),
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(2),
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(3),
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(4){
        padding-right: 5px;
    }

    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(1):after,
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(2):after,
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(3):after,
    body.Sustainability#materiality .themeBl .rightBl .column05 div:nth-child(4):after{
        width: 5px;
    }

    body.Sustainability#materiality .themeBl .rightBl .column05.tit{
        font-size: 70%;
        line-height: 1.4;
    }
	
    body.Sustainability#materiality .themeBl .rightBl .column05.tit .spOnly{
        display: inline-block;
    }
    
    body.Sustainability#materiality .themeBl .rightBl .column05.tit div{
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
    }
    
	body.Sustainability#materiality p.note{
	font-size: 70%;
	margin-top: 5px;
	}

    
}

/* process */
body.Sustainability#process .mainImg .txt {
    background: none;
    top: 90px;
    left: 30px;
    letter-spacing: 0.1em;
}

body.Sustainability#process .img01 {
    margin-top: 35px;
}

body.Sustainability#process .img01 img{
    max-width: 1200px;
    width: 100%;
    height: auto;
}

body.Sustainability#process .w1200 .keieiBl{
    overflow: hidden;
    margin-top: 35px;
}

body.Sustainability#process .w1200 .keieiBl h3.line{
    color: #006cb9;
    font-weight: bold;
    border-left: 5px solid #006cb9;
    text-align: left;
    padding: 8px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
}

body.Sustainability#process .w1200 .keieiBl h3.line:after{
    display: none;
}

body.Sustainability#process .w1200 .column02{
    overflow: hidden;
    margin-top: 35px;
}

body.Sustainability#process .w1200 .column02 > div{
    float: left;
    width: 580px;
}

body.Sustainability#process .w1200 .column02 > div:nth-child(even){
    float: right;
    margin: 0;
}

body.Sustainability#process .theme,
body.Sustainability#process .borderBl{
    border: 1px solid #006cb9;
    padding: 0;
    letter-spacing: 0.1em;
    margin: 0;
    background: rgba(255,255,255,0.9);
    position: relative;
}

body.Sustainability#process .arrow01{
    text-align: center;
    margin: 20px 0;
}

body.Sustainability#process .arrow02{
    text-align: center;
    padding: 44px 0;
    margin: 0;
    position: relative;
}

body.Sustainability#process .arrow02.bg01{
    background: url("/img/sustainability/process_arrow_bg01.png") no-repeat center top;
    background-size: 100% auto;
}

body.Sustainability#process .arrow02.bg02{
    background: url("/img/sustainability/process_arrow_bg02.png") no-repeat center center;
    background-size: 100% auto;
    padding: 45px 0 20px 0;
}

body.Sustainability#process .arrow02.bg02 + .img{
    margin: 0;    
    background:url("/img/sustainability/process_arrow_bg06.png") repeat center top;
    background-size: 100% auto;
}

body.Sustainability#process .arrow02.bg03{
    background: url("/img/sustainability/process_arrow_bg03.png") no-repeat center center;
    background-size: 100% auto;
    margin-top: -180px;
    padding-bottom: 76px;
    text-align: left;
    padding-left: 56.33%;
}

body.Sustainability#process .arrow02.bg04{
/*    background: url("/img/sustainability/process_arrow_bg04.png") no-repeat center center;*/
    background: url("/img/sustainability/process_arrow_bg03.png") no-repeat center center;
    background-size: 100% auto;
	padding: 44px 0;
}

body.Sustainability#process .arrow02.bg05 a{
    position: absolute;
    left: 3.1%;
    top: 0;
    opacity: 1;
}

body.Sustainability#process .arrow02.bg05{
    background: url("/img/sustainability/process_arrow_bg05.png") no-repeat center center;
    background-size: 100% auto;
	padding: 84px 0;
}

body.Sustainability#process .box04:before,
body.Sustainability#process .box05:before,
body.Sustainability#process .box06:before{
    content: "";
    display: block;
    position: absolute;
    background:url("/img/sustainability/process_arrow_bg06.png") repeat center top;
    background-size: 100% auto;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    z-index: -1;
}

body.Sustainability#process .box07:before{
    content: "";
    display: block;
    position: absolute;
    background:url("/img/sustainability/process_arrow_bg07.png") repeat center top;
    background-size: 100% auto;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    z-index: -1;
}

body.Sustainability#process .box07 + .anchor{
    margin: 0;
    position: relative;
    text-align: right;
    padding-right:3.6%;
    opacity: 1;
}

body.Sustainability#process .arrow01 + .column02{
    margin:20px 0;
    
  display: flex;
  justify-content: center;
  gap: 30px;    
}

body.Sustainability#process .theme{
    margin:40px 0 0 0;
}

body.Sustainability#process .theme .obi{
    background: #006cb9;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding: 10px;
}

body.Sustainability#process .theme ul,
body.Sustainability#process ul.label{
    margin: 30px 20px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    font-size: 112.5%;
    line-height: 1.6;
}

body.Sustainability#process .theme li,
body.Sustainability#process ul.label li{
    border-radius: 5px;
    display: inline-block;
    background: #41b5d6;
    color: #fff;
    width: 220px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.Sustainability#process .theme li.color01{
    background: #91c746;
}

body.Sustainability#process .theme li.color02{
    background: #f89934;
}

body.Sustainability#process .theme li.color03{
    background: #e55d99;
}

body.Sustainability#process .theme li.color04{
    background: #65c3eb;
}

body.Sustainability#process .theme li.color05{
    background: #b06fe2;
}


body.Sustainability#process .borderBl ul.label{
    margin: 20px 0;
}

body.Sustainability#process .borderBl ul.label li{
    width: 360px;
    padding: 25px;
    margin: 0 15px;
}

body.Sustainability#process .box04 ul.label li{
    width: inherit;
    flex-grow: 1;
}

body.Sustainability#process .borderBl h4{
    font-size: 150%;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #006cb5;
    text-align: center;
    margin: 0;
}

body.Sustainability#process .borderBl .inner{
    padding: 20px 15px;
    width: inherit;
    box-sizing: border-box;
}

body.Sustainability#process .borderBl ul{
    margin: 0;
}

body.Sustainability#process .colorBlue{
    color: #006cb5;
}

body.Sustainability#process .borderBl .column02{
    margin: 0;
    text-align: center;
}

body.Sustainability#process .borderBl .column02 > ul{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 40px;
}

body.Sustainability#process .borderBl ul.circle li,
body.Sustainability#process .borderBl dd{
    text-indent: -1em;
    padding-left: 1em;
}

body.Sustainability#process .borderBl .noCircle dd:before{
    display: none;
}

body.Sustainability#process .borderBl ul.circle li:before,
body.Sustainability#process .borderBl dd:before{
    content: "● ";
    color: #006cb5;
    font-size: 80%;
    vertical-align: text-top;    
    padding: 0;
    display: initial;
}

body.Sustainability#process .borderBl .inner.column03{
    display: block;
    text-align: center;
}

body.Sustainability#process .borderBl p.tit{
    color: #006cb5;
    font-size: 137.5%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
}

body.Sustainability#process .borderBl .inner.column03 > dl{
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}

body.Sustainability#process .borderBl .inner.column03 > dl:nth-of-type(1),
body.Sustainability#process .borderBl .inner.column03 > dl:nth-of-type(2){
    padding-right: 5%;
}

body.Sustainability#process .borderBl.box03 .inner p.note{
    font-size: 85%;
    float: right;
    margin: -10px -10px 10px 0;
}

body.Sustainability#process .borderBl dt{
    color: #006cb5;
    font-weight: bold;
}

body.Sustainability#process .borderBl dd.indent6-5{
    padding-left: 6.5em;
    text-indent: -6.5em;
}

body.Sustainability#process .borderBl .img{
    text-align: center;
    margin: 15px;
}

body.Sustainability#process #flag{
    display: block;
   margin-top:-160px;
   padding-top:160px;
}


@media only screen and (max-width:767px) {
    body.Sustainability#process .mainImg .txt {
        background: rgba(0,0,0,0.6);
        top: 90px;
        left: 30px;
        color: #fff;
        letter-spacing: 0.1em;
    }

    body.Sustainability#process .img01,
    body.Sustainability#process .w1200 .column02{
        margin-top: 30px;
    }

    body.Sustainability#process .w1200 .column02 > div{
        float: inherit;
        width: auto;
    }

    body.Sustainability#process .w1200 .column02 > div:nth-child(even){
        float: inherit;
        width: auto;
        margin-top: 10px;
    }

    body.Sustainability#process .w1200 .column02 h3.line{
        border-left: 3px solid #006cb9;
        padding: 3px 5px;
        margin: 0 0 5px 0;
    }
    
    body.Sustainability#process .arrow01{
        margin: 20px auto;
        width: 80%;
    }

    body.Sustainability#process .arrow02{
        padding: 44px 0;
    }
    
    body.Sustainability#process .arrow02 img{
        width: 30%
    }
    
    body.Sustainability#process .arrow02.bg01,
    body.Sustainability#process .arrow02.bg02,
	body.Sustainability#process .arrow02.bg04{
        padding: 4vw 0;
    }

    body.Sustainability#process .arrow02.bg03{
        margin-top: -15vw;
        padding-bottom: 0;
    }
    
    body.Sustainability#process .arrow02.bg03 img{
        width: 60%;
        margin: -3vw 0 3vw;
    }

    body.Sustainability#process .arrow02.bg05 a{
        text-align: left;
        left: 0.5%;
        width: 18.1%;
    }

    body.Sustainability#process .arrow02.bg05 a img{
        width: 100%;
    }
    
    body.Sustainability#process .arrow02.bg05{
        padding: 8.5vw 0;
		background: url(/img/sustainability/process_arrow_bg04.png) no-repeat center center;
	    background-size: 100% auto;
    }

    body.Sustainability#process .box07 + .anchor{
        margin: 0;
        position: relative;
        text-align: right;
        padding-right:0.8%;
        opacity: 1;
    }
    
    body.Sustainability#process .box07 + .anchor img{
        width: 19.5%;
    }
    
    body.Sustainability#process .arrow01 + .column02{
        margin:20px 0;
        display: block;
    }

    body.Sustainability#process .theme{
        margin: 0;
    }

    body.Sustainability#process .theme .obi{
        font-size: 100%;
    }

    body.Sustainability#process .theme ul,
    body.Sustainability#process ul.label{
        margin: 15px 10px;
        display: block;
        font-size: 75%;
        text-align: center;
    }

    body.Sustainability#process .theme li,
    body.Sustainability#process ul.label li{
        display: block;
        padding: 10px;
        width: inherit;
        margin:0 !important;
    }
    
    body.Sustainability#process .theme li + li,
    body.Sustainability#process ul.label li + li{
            margin: 8px 0 0 0 !important;
    }

    body.Sustainability#process .theme li + li br{
        display: none;
    }

    body.Sustainability#process .borderBl ul.label{
        margin: 0;
    }

    body.Sustainability#process .borderBl ul.label + ul{
            margin-top: 8px;
    }

    body.Sustainability#process .borderBl ul.label li{
        display: block;
        padding: 10px;
        width: inherit;
    }

    body.Sustainability#process .borderBl h4{
        font-size: 100%;
    }

    body.Sustainability#process .borderBl .inner{
        padding: 10px;
        margin: 0;
    }
    
    body.Sustainability#process .borderBl .column02 > ul{
        margin: 0;
        float: left;
        width: 52%;
    }

    body.Sustainability#process .borderBl .column02 > ul:nth-child(2){
        float: right;
        width: 44%;
    }
    
    body.Sustainability#process .borderBl .inner.column03{
        display: block;
        text-align: center;
    }

    body.Sustainability#process .borderBl p.tit{
         font-size: 100%;
        margin: 0 0 5px 0;
    }

    body.Sustainability#process .borderBl .inner.column03 > dl{
        max-width: inherit;
        display: block;
        padding: 0 !important;
    }

    body.Sustainability#process .borderBl.box03 .inner p.note{
        font-size: 75%;
        margin: 5px 0 0 0;
        float: inherit;
        text-align: right;
    }
    
    body.Sustainability#process .borderBl .img{
        margin: 10px;
    }
    
    body.Sustainability#process .borderBl .img img{
        width: 70%;
    }
    
    body.Sustainability#process #flag{
    display: block;
   margin-top:-70px;
   padding-top:70px;
}

}


/* tcfd */
body.Sustainability#tcfd .mainImg .txt {
    background: none;
    top: 90px;
    left: 30px;
	color: #000;
    letter-spacing: 0.1em;
}

body.Sustainability#tcfd .mainImg .txt h2 {
  color: #000;
}

body.Sustainability#tcfd .mainImg h2 span{
	font-size: 60%;
}

body.Sustainability#tcfd .imgArea{
	overflow: hidden;
	margin: 50px auto;
}

body.Sustainability#tcfd .imgArea > div{
	margin-bottom: 40px;
	float: left;
	margin-top: 0;
    max-width: 572px;
}

body.Sustainability#tcfd .imgArea > div img{
    width: 100%;
    height: auto;
}

body.Sustainability#tcfd .imgArea > div:nth-child(even){
	float: right;	
}

body.Sustainability#tcfd .imgArea div:nth-child(2){
	margin-top: 28px;
}

body.Sustainability#tcfd .imgArea div:nth-child(3){
    clear: both;
}

body.Sustainability#tcfd .imgArea div:nth-child(5){
    clear: both;
    width: 813px;
    margin-bottom: 0;
}


body.Sustainability#tcfd .note{
	font-size: 100%;
}

body.Sustainability#tcfd .img06{
	float: right;
	margin: 0 0 30px 50px;
}

body.Sustainability#tcfd table{
    border-collapse: inherit;
    clear: both;
    margin: 50px 0 5px 0;
}

body.Sustainability#tcfd table + p{
    font-size: 90%;
    text-align: right;
    margin-bottom: 70px;
}

body.Sustainability#tcfd table tr{
}

body.Sustainability#tcfd table .taC{
	text-align: center;
}

body.Sustainability#tcfd table .vaM{
	vertical-align: middle;
}

body.Sustainability#tcfd table th{
	background: #59b75b;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.4;
	border-left: 1px solid #59b75b;
	border-right: 1px solid #fff;
}

body.Sustainability#tcfd table th.borderTop{
	border-top: 1px solid #fff;
}

body.Sustainability#tcfd table th:last-child{
	border-right: 1px solid #59b75b;
}


body.Sustainability#tcfd table .tate{
	background: #a9d49c;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #59b75b;
	border-left: 1px solid #59b75b;
	border-right-color:#fff;

  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;    
}


body.Sustainability#tcfd table .bgCream{
	background: #f6f4e7;
	border-right-color:#fff;
}

body.Sustainability#tcfd table td{
	padding: 20px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #59b75b;
}

body.Sustainability#tcfd table td:last-child{
	border-right-color: #59b75b;
}

body.Sustainability#tcfd table td.sizeS{
    background: #f6f4e7;
}

body.Sustainability#tcfd table td.sizeM{
    background: #a9d49c;
}

body.Sustainability#tcfd table td.sizeL{
    background: #59b75b;
}


body.Sustainability#tcfd .w1000{
	margin: 0 auto 70px;
	width: 1000px;
}

body.Sustainability#tcfd .w1000 p.cap{
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

body.Sustainability#tcfd .w1000 p.note{
	text-align: right;
	margin-top: 10px;
}


@media only screen and (max-width:767px) {
    body.Sustainability#tcfd .mainImg .txt {
        background: rgba(0,0,0,0.6);
        top: 90px;
        left: 30px;
        letter-spacing: 0.1em;
    }
    
    body.Sustainability#tcfd .mainImg .txt h2{
        color: #fff !important;
    }
    
    body.Sustainability#tcfd .imgArea{
        margin: 20px auto 0;
		width: 80%;
    }

    body.Sustainability#tcfd .imgArea > div{
		max-width: 580px;
		margin: 0 auto 20px !important;
		float: inherit !important;
    }

    body.Sustainability#tcfd .note{
		font-size: 60%;
    }

    body.Sustainability#tcfd .img06{
		width: 40%;
		margin: 0 0 20px 20px;
    }

    body.Sustainability#tcfd table{
        margin: 30px 0 5px 0;
    }
    
    body.Sustainability#tcfd table + p {
      font-size: 60%;
      margin-bottom: 30px;
    }
    
    body.Sustainability#tcfd table th{
        padding: 10px 5px;
		font-size: 80%;
    }

    body.Sustainability#tcfd table td{
        padding: 10px 5px;
		font-size: 62.5%;
    }    

    body.Sustainability#tcfd .w1000{
        margin: 0 auto 30px;
        width: 100%;
    }

    body.Sustainability#tcfd .w1000 p.cap{
        margin-bottom: 10px;
    }

    body.Sustainability#tcfd p.note{
        margin: 5px 0 0 0;
    }
}


body.Sustainability.Download .imgBl img {
  max-width: 118px;
}

