@charset 'utf-8';

@media screen and (max-width:750px) {
  .sp-none {
    display: none;
  }
}

#contents-area{
    width: 100%;
    -moz-font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    
}

.lyt-col-1 #contents-body{
    width: 100%;
}

.kv-area {
  padding: 78px 0 80px;
  height: 300px;
  box-sizing: border-box;
  position: relative;
  background: url(/corp/set/data/sustainability/materiality/img/p/main.png?20200519) no-repeat center bottom;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}

.kv-right{
  position: absolute;
  right: 0;
  top: 0;
}

.kv-left{
  position: absolute;
  left: 0;
  top: 0;

}

.section-01 {
  padding: 94px 0 80px;
}

.section-01 .section-lv2{
  padding: 61px 0 0;
}

.section-02{
  padding: 0 0 89px;
}

.section-03{
  padding: 91px 0 102px;
}

.section-gray {
  padding: 102px 0 70px;
  background-color: #f5f9fa;
  width: 100%;
}

.section-gray .section {
  padding: 50px 0 30px;
}

.section-gray .hdg-lv2-small {
  font-size: 28px;
  margin-top: 18px;
}

.section-gray .text{
  margin: 58px auto 0;
  padding: 0 38px;
  max-width: 950px;
  box-sizing: border-box;
}

.section .section:nth-last-of-type(1){
    padding-bottom: 0;
}

.section-inner{
    max-width: 950px;
    margin: 0 auto;
}
.section-gray .section-inner{
  max-width: 100%;
}

/* .section-gray .section-inner .section .section-inner{
  border-bottom: 1px solid #cccccc;
} */

.section-01 .section-inner{
    max-width: 900px;
}

.hdg-lv1{
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  line-height: 1;
}

.hdg-lv1-sub {
  width: 100%;
  max-width: 890px;
  box-sizing: border-box;
  text-align: left;
  margin: 28px auto 0;
  position: relative;
}

.hdg-lv2{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
}

.hdg-lv2::after{
    content: "";
    display: block;
    width: 80px;
    border-top: 4px solid #0c51c7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hdg-lv2-simple{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.hdg-lv3{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.hdg-lv4{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.hdg-lv3-kpi{
  font-weight: normal;
  font-size: 30px;
}
#materiality_1 .hdg-lv3.content-ttl{
  margin-top: 100px;
}
#materiality_1 .hdg-lv2{
  margin-bottom: 70px;
}
.hdg-lv3-s{
  font-size: 28px;
  font-weight: bold;
}

.ttl-sub-strong{
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  letter-spacing: -1px;
}

.ttl-sub{
    font-size: 28px;
    font-weight: bold;
    margin-top: 11px;
}

.text-desc{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.hdg-lv2 + .text-desc{
  margin-top: 57px;
}

.section-gray .hdg-lv2{
  line-height: 1.38;
  padding-bottom: 40px;
  font-size: 36px;
}

.section-gray + .section-gray{
  padding-top: 0;
}

.section-gray + .section-gray .section {
  padding: 61px 0 18px;
}

.grn-box-2col{
  max-width: 890px;
  margin: 35px auto 0;
}

.grn-box-2col-inner{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.grn-cercle{
  width: calc(430/890*100%);
  background-color: #eff3f9;
  position: relative;
  padding: 30px 24px;
  box-sizing: border-box;
}
.grn-box-item{
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.grn-box-item-ttl{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.grn-box-item-txt{
  margin-left: 0;
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.7;
}

.fig-sdg{
    text-align: center;
    margin-top: 30px;
}

.color-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 910px;
  margin: 71px auto 0;
  -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.color-list-item{
    width: calc(270/910*100%);
    font-size: 18px;
    font-weight: bold;
}
.js-anc-switch{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  color: #000000;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.js-anc-switch:hover{
  color: #000000 !important;
  opacity: 0.7;
  text-decoration: none;
}
.color-list-item:nth-child(n + 4) {
  margin-top: 8px;
}
.color-red{
    background-color: #e06666;
}
.color-yer{
    background-color: #f1c233;
}
.color-org{
    background-color: #ff9a02;
}
.color-grn{
    background-color: #6ba84f;
}
.color-gry-bl{
    background-color: #76a5af;
}
.color-bl{
    background-color: #70a8dd;
}
.color-tip{
    display: block;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 13px 0 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.details-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 34px auto 0;
    width: 100%;
    max-width: 916px;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.details-list li{
  width: calc(250/780*100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.details-list li:nth-child(n + 4) {
  margin-top: 25px;
}

.details-txt{
    width: calc(200/260*100%);
    font-size: 16px;
}

/* ツールチップここから */
.color-area{
    position: relative;
    margin-top: 30px;
}
.color-area figure img{
  width: 100%;
}
#tips{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#tips li {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    background-color: red;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    cursor: pointer;
  }

  .tips-tooltips {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    top: -23px;
    left: 50%;
    z-index: 9999;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #666666;
    width: 419%;
    transform: translateY(-100%) translateX(-50%);
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
  .tips-tooltips:after {
    content: "";
    display: block;
    position: absolute;
    transform: translateY(100%) translateX(-50%);
    width: 0;
    height: 0;
    bottom: 5px;
    left: 50%;
    border-style: solid;
    border-width: 17px 7.5px 0 7.5px;
    border-color: #666666 transparent transparent transparent;
    -webkit-transform: translateY(100%) translateX(-50%);
    -moz-transform: translateY(100%) translateX(-50%);
    -ms-transform: translateY(100%) translateX(-50%);
    -o-transform: translateY(100%) translateX(-50%);
}
  #tips li:hover .tips-tooltips {
    visibility: visible;
    opacity: 1;
  }

  #tips li:nth-child(1){
    right: 16%;
    top: 4.5%;
    background-color: #f1c233;
  }

  #tips li:nth-child(2){
    right: 4.7%;
    top: 9%;
    background-color: #e06666;
  }

  #tips li:nth-child(3){
    right: 8.8%;
    top: 18%;
    background-color: #ff9a02;
  }

  #tips li:nth-child(4){
    right: 36%;
    top: 3%;
    background-color: #70a8dd;
  }

  #tips li:nth-child(5){
    right: 19.2%;
    top: 12%;
    background-color: #e06666;
  }

  #tips li:nth-child(6){
    right: 19.8%;
    top: 23.4%;
    background-color: #f1c233;
  }

  #tips li:nth-child(7){
    right: 18.9%;
    top: 31.5%;
    background-color: #76a5af;
  }

  #tips li:nth-child(8){
    left: 50.2%;
    top: 11.8%;
    background-color: #76a5af;
  }

  #tips li:nth-child(9){
    right: 40.5%;
    top: 24%;
    background-color: #ff9a02;
  }

  #tips li:nth-child(10){
    right: 33.3%;
    top: 37%;
    background-color: #ff9a02;
  }

  #tips li:nth-child(11){
    right: 21.5%;
    top: 38.5%;
    background-color: #6ba84f;
  }

  #tips li:nth-child(12){
    right: 8.8%;
    top: 44.1%;
    background-color: #f1c233;
  }

  #tips li:nth-child(13){
    left: 34.8%;
    top: 7%;
    background-color: #70a8dd;
  }

  #tips li:nth-child(14){
    left: 39.2%;
    top: 2.5%;
    background-color: #70a8dd;
  }

  #tips li:nth-child(15){
    left: 44%;
    top: 33.8%;
    background-color: #e06666;
  }

  #tips li:nth-child(16){
    right: 36.4%;
    top: 42.4%;
    background-color: #6ba84f;
  }

  #tips li:nth-child(17){
    right: 22%;
    top: 60%;
    background-color: #76a5af;
  }

  #tips li:nth-child(18){
    left: 38.8%;
    top: 23.6%;
    background-color: #70a8dd;
  }

  #tips li:nth-child(19){
    left: 45.4%;
    top: 45.8%;
    background-color: #6ba84f;
  }
  /* ツールチップここまで */

  .fig-sdg-logo{
    margin-top: 40px;
    text-align: center;
    margin: 20px 0 0;
  }
  .fig-sdg-logo img{
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .fig-sdg-logo img:nth-last-of-type(1){
    margin-right: 0;
  }
  .text-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .text-flex span:nth-child(1){
    min-width: 70px;
  }
  .action-list-item{
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    max-width: 890px;
  }
  .action-list-item::before {
    content: "";
    background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
  /* .action-list-item:nth-last-of-type(1){
    border-bottom: 1px solid #cccccc;
  } */
  .action-list-title-item{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
  }
  .action-list-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-top: 18px;
  }
  .action-list-title-sub{
    font-size: 16px;
    text-align: left;
    margin-top: 0;
  }
  .action-list-title-sub.ta-left{
    text-align: left;
  }
  .action-list-item-2col {
    margin-top: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

  .action-list-item-2col + .action-list-item-2col{
    margin-top: 33px;
  }

  .action-list-item-fig img{
    width: 280px;
  }

  .action-item-desc{
      margin: 0 0 0 30px;
      width: 100%;
  }

  .action-item-desc-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
}
.action-item-desc-content {
  margin: 0;
}
/*************************************************************************************************************************/
.action-item-desc-content table{
  margin: 30px 0 0 0;
  font-size: 18px;
  width: 100%;
}
.action-item-desc-content thead{
  border-bottom: 1px solid #ffffff;
}

.action-item-desc-content th{
  padding: 13px;
  font-size: 16px;
  background: #dce1e8;
  line-height: 1.4;
  vertical-align: middle;
}
.action-item-desc-content tbody th{
  width: 120px;
}
.action-item-desc-content th .th-ajast{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin: 0;
  font-size: 16px;
}
.action-item-desc-content th .th-ajast *{
  display: block;
  text-align: left;
}
.action-item-desc-content th .th-ajast > span:nth-of-type(1){
  min-width: 140px;
}

.action-item-desc-content td{
  padding: 16px 30px;
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  line-height: 1;
}
.action-item-desc-content td em {
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: left;
}
.action-item-desc-content td .aciton-contents-list + em ,.action-item-desc-content td .text-note + em{
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.action-item-desc-content td .aciton-contents-list{
  margin-top: 0;
  text-align: left;
}

.action-item-desc-content td .aciton-contents-list .aciton-contents-list-item{
  text-align: left;
  line-height: 1.4;
}
.action-item-desc-content td .aciton-contents-list .aciton-contents-list-item + .aciton-contents-list-item{
  margin-top: 10px;
}
.action-item-desc-content td em + .aciton-contents-list{
  margin-top: 15px;
}
/*************************************************************************************************************/
.action-list-item-tablebox {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
@media screen and (max-width:750px) {
  .action-list-item-tablebox {
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}
.action-list-item table{
  margin: 37px 0 0 0;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width:750px) {
  .action-list-item table {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width:751px) {
  .action-list-item table + table {
    margin-left: 30px;
  }
}
.action-list-item thead{
  border-bottom: 1px solid #ffffff;
}
.action-list-item th{
  padding: 13px;
  line-height: 1;
  vertical-align: middle;
  text-align: left;
}
.action-list-item tr + tr {
  border-bottom: 1px #c8cfda;
  border-style: dotted;
}
.action-list-item tr:last-child {
  border:  none;
}
.action-list-item th + th {
  border-left: 1px solid #ffffff;
  width:  140px;
}
.action-list-item th + th.w-50p {
  width: 50%;
}
@media screen and (max-width:750px) {
  .action-list-item th + th {
    width: 90px;
  }
}
.action-list-item thead th {
  background-color: #c8cfda;
  font-weight: bold;
}
.action-list-item tbody th{
  background-color: #dce1e8;
}
.action-list-item th .th-ajast{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin: 0;
  font-size: 16px;
}
.action-list-item th .th-ajast *{
  display: block;
  text-align: left;
}
.action-list-item th .th-ajast > span:nth-of-type(1){
  min-width: 140px;
}

.action-list-item td{
  padding: 13px;
  text-align: center;
  background: #ffffff;
  text-align: left;
}
.action-list-item td em {
  font-weight: normal;
  display: block;
  text-align: left;
}
.action-list-item td .aciton-contents-list + em ,.action-list-item td .text-note + em{
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.action-list-item td .aciton-contents-list{
  margin-top: 5px;
  text-align: left;
}

.action-list-item td .aciton-contents-list .aciton-contents-list-item{
  text-align: left;
  line-height: 1.4;
}
.action-list-item td .aciton-contents-list .aciton-contents-list-item + .aciton-contents-list-item{
  margin-top: 10px;
}
.action-list-item td em + .aciton-contents-list{
  margin-top: 15px;
}

@media screen and (max-width:750px) {
  .action-list-item-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.action-list-item-table-width24 {
  width: 24%;
}
.action-list-item-table-width38 {
  width: 38%;
}
.action-list-item-table-width6 {
  width: 6%;
}
.action-list-item-table-bg-pink > * {
  background-color: #dce1e8 !important;
}
.action-list-item-table-bg-blue > * {
  background-color: #d1e1f9 !important;
}
.action-list-item-table-txt-center {
  text-align: center !important;
}
.action-list-item-table-ul {
  padding-top: 8px;
  padding-left: 12px;
}
.action-list-item-table-li::before {
  position: relative;
  top: -6px;
  left: -7px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
  background-color: #333;
}
.action-list-item-table-border-solid-right {
  border-right: 1px solid #c8cfda;
}
.action-list-item-table-border-solid-bottom {
  border-bottom: 1px solid #c8cfda;
}
.action-list-item-table-border-dashed-bottom {
  border-bottom: 1px dashed #c8cfda;
}
.action-list-item-table-border-none-bottom {
  border-bottom: none !important;
}
/***********************************************************************************************************/

.aciton-contents-list {
  margin-top: 6px;
}

.aciton-contents-list-item{
  position: relative;
  padding-left: 16px;
}
.aciton-contents-list-item:last-child{
  margin-bottom: 0;
}
.action-list-item sup{
  font-size: 0.6rem;
  vertical-align: super;
}
.text-note{
  font-size: 15px;
  display: block;
  text-align: left;
  margin-top: 13px;
  line-height: 1.4;
}
.text-note .text-list ,.text-note-hdg .text-list{
  display: table;
}
.text-note .text-list-point,
.text-note .text-list .text-list-point ,.text-note-hdg .text-list .text-list-point{
  display: table-cell;
  padding-right: 10px;
}
.text-note .text-list .text-list-item ,.text-note-hdg .text-list .text-list-item{
  display: table-cell;
}
.text-note-hdg{
  font-size: 15px;
  display: block;
  text-align: left;
  max-width: 870px;
  margin: 20px auto 0;
}

.aciton-contents-list-item::before{
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  top: 10px;
  left: 5px;
}

.action-list-wrap.type-02 .action-item-desc-ttl, .action-list-wrap.type-02 .action-item-desc-content{
  font-size: 16px;
}

.action-list-wrap.type-02 .action-list-item-2col{
  margin-top: 30px;
}

.action-list-wrap.type-02 .action-list-item-2col + .action-list-item-2col{
  margin-top: 41px;
}

.action-list-wrap.type-02 .action-list-item-fig{
  padding-top: 0;
}
#materiality_6 .section .action-list-wrap{
  border-bottom: none;
}
#materiality_6 .section .action-list-item:nth-last-of-type(1){
  border-bottom: none;
  padding-bottom: 21px;
}

.data-list{
    margin-top: 53px;
    font-size: 18px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.data-list + .data-list{
    margin-top: 76px;
}

.data-ttl{
    width: 267px;
    font-weight: bold;
}

.data-desc{
    padding-left: 30px;
    margin: 0;
}

.box-2col {
  margin-top: 40px;
  max-width: 930px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.box-2col-text {
  width: calc(580/890*100%);
  margin: 0 30px;
  font-size: 16px;
  margin-top: 0;
}
.box-2col-figure{
  width: calc(277/890*100%);
}
.box-2col-figure img{
  width: 100%;
}
.link-btn{
  display: inline-block;
  padding: 18px 55px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10em;
  color: #0c51c7;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: color 0.5s;
}
.btn-area{
  padding: 50px 0;
  text-align: center;
}
.link-btn:hover {
  color: #ffffff;
  background-color: #0c51c7;
  text-decoration: none;
}

/* 
	▼▼出し分け調整クラス 
*/
.sustaina-pc-visible {
	display: block;
}
.sustaina-pc-tablet-visible {
	display: block;
}
img.sustaina-pc-visible {
	display: inline-block;
}
img.sustaina-pc-tablet-visible {
	display: inline-block;
}
.sustaina-tablet-visible {
	display: none;
}
.sustaina-sp-visible {
	display: none;
}
@media screen and (max-width:950px) {
	.sustaina-pc-visible {
		display: none;
	}
	.sustaina-tablet-visible {
		display: block;
	}
	img.sustaina-pc-visible {
		display: none;
	}
	img.sustaina-tablet-visible {
		display: inline-block;
	}
}
@media screen and (max-width:750px) {
	.sustaina-pc-tablet-visible {
		display: none;
	}
	img.sustaina-pc-tablet-visible {
		display: none;
	}
	.sustaina-sp-visible {
		display: block;
	}
	img.sustaina-sp-visible {
		display: inline-block;
	}
	.icon-arrow-r::after {
		width: 6px;
		height: 6px;
	}
}
/*
	▲▲▲出し分け調整クラス 
*/
@media screen and (max-width:950px) {
  .section-inner{
    padding: 0 20px;
    box-sizing: border-box;
  }
  .kv-area {
    box-sizing: border-box;
    padding: 78px 20px 80px;
  }
}

@media screen and (max-width:750px) {
  .hdg-lv3{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
  .kv-area {
    height: auto;
    padding: 21.7% 20px;
    background: url(/corp/set/data/sustainability/materiality/img/s/main.png?20200519) no-repeat center bottom;
    background-size: 100% 100%;
}
  .hdg-lv1{
    font-size: 26px;
    line-height: 1.4;
  }
  .hdg-lv1-sub{
    margin-top: 6px;
    font-size: 14px;
  }
  .hdg-lv2 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.text-desc {
  font-size: 14px;
  margin-top: 0;
}
.hdg-lv2 + .text-desc {
  margin-top: 35px;
}
.hdg-lv2::after {
  width: 50px;
}
.hdg-lv2-simple img{
  width: 100%;
}
.hdg-lv3 img{
  width: 100%;
}
.hdg-lv4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.section-01 {
  padding: 48px 0 11px;
}
.section-02{
  overflow: hidden;
  padding: 73px 0 35px;
}
.section-03 {
  padding: 50px 0 50px;
}
.section-inner{
  padding: 0 20px;
}
.section-inner .section-inner{
  padding: 0;
}
.section-gray {
  padding: 56px 0 0;
  background-color: #f5f9fa;
  width: auto;
}
#materiality_1 .hdg-lv3.content-ttl{
  margin-top: 40px;
}
#materiality_1 .hdg-lv2{
  margin-bottom: 40px;
}
.section-gray + .section-gray {
  padding-top: 56px;
}
.section-gray + .section-gray .section {
  padding: 40px 0 0;
}
.section-gray .section {
  padding: 38px 0 0;
}
.section-gray .hdg-lv2 {
  font-size: 24px;
  letter-spacing: 0;
  padding-bottom: 19px;
}
.section-gray .hdg-lv2-small{
  font-size: 18px;
}
.section-gray .text {
  padding: 0;
  margin-top: 30px;
}
  .grn-box-2col{
    width: 100%;
    margin: 0;
  }
  .grn-box-2col-inner{
    display: block;
  }
  .grn-cercle {
    width: 100%;
    padding: 20px 15px;
    margin-top: 30px;
}
  /* .grn-box-item {
    
    max-height: 540px;
    max-width: 540px;
    box-sizing: border-box;
} */

.grn-box-item-ttl {
  font-size: 18px;
}
.grn-box-item-txt{
  font-size: 14px;
  margin-top: 15px;
}
.color-list{
  margin: 40px auto 0;
}
.color-list-item {
  width: calc(316/670*100%);
  font-size: 12px;
  -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    letter-spacing: -1px;
}
.color-tip{
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  margin: 0 8px 0 0;
}
.color-area-desc > img{
  width: 100%;
}
.details-list{
  margin: 24px auto 0;
}
.details-txt {
  width: calc(200/260*100%);
  font-size: 12px;
}
.details-list li {
  width: calc(316/670*100%);
  -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.details-list li:nth-child(n + 4) {
  margin-top: 0;
}
.details-list li:nth-child(n + 3) {
  margin-top: 10px;
}
.fig-sdg-logo{
  width: 100%;
    margin-right: 10px;
    min-width: 250px;
    text-align: left;
    margin: 0 auto;
    margin-top: 18px;
}
.fig-sdg-logo img {
  display: inline-block;
  width: calc(150/670*100%);
  margin-right: 2%;
}
.action-list-title-sub.ta-left {
  text-align: left;
}
.action-list-title-sub.sp-ta-left {
  text-align: left;
}
.fig-sdg-logo img:nth-child(4n) {
  margin-right: 0;
}
.fig-sdg-logo img:nth-child(n + 4) {
  margin-top: 10px;
}
.text-flex span:nth-child(1) {
  min-width: 60px;
}
.action-list-title-item{
  font-size: 16px;
}
.action-list-title{
  font-size: 20px;
}
.action-list-item-fig img{
  width: 100%;
}
.action-item-desc-ttl {
  font-size: 14px;
  padding: 0 15px 0 0;
}
.action-list-title-sub{
  font-size: 14px;
  text-align: left;
}
.action-list-item-2col {
  display: block;
  margin-top: 6px;
}
.aciton-contents-list-item{
  font-size: 14px;
  margin-bottom: 5px;
}
.aciton-contents-list-item > sup {
  font-size: 0.6rem;
  vertical-align: super;
}
.action-item-desc-content th .th-ajast{
  display: block;
  text-align: left;
  font-size: 14px;
}
.action-item-desc-content th .th-ajast > span:nth-of-type(1){
  min-width: auto;
}
.aciton-contents-list{
  padding: 0 20px 0 0;
}
td .aciton-contents-list{
  padding: 0;
}
.action-list-wrap{
  margin: 0 -20px;
}
.action-list-item{
  margin: 0 20px;
  padding: 38px 0 38px;
}
.action-item-desc-content {
  margin: 10px 0 0 0;
  font-size: 16px;
}
.action-list-item-fig {
  margin: 0 -15px;
  padding: 0 15px;
}
.action-list-item-fig img{
 width: 100%;
}
.action-item-desc {
  margin: 17px 0 0;
}
.action-item-desc-content th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.action-item-desc-content td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 13px 15px;
}
.action-item-desc-content td .text-note {
  font-size: 12px;
  padding: 0;
  text-align: left;
}
.action-item-desc-content tbody th {
  width: 100%;
  padding: 5px 15px;
  text-align: left;
}
.text-note {
  font-size: 12px;
  padding: 0;
}
.text-note-hdg {
  font-size: 12px;
  margin-top: 25px;
}
.action-item-desc-content table {
  margin: 10px 0 0 0;
}
.action-item-desc-content table .aciton-contents-list{
  padding: 0;
}

.box-2col{
  width: 100%;
  display: block;
}
.box-2col-figure{
  width: 100%;
  margin-top: 40px;
}
.box-2col-figure img{
  width: 100%;
}
.box-2col-text {
  width: 100%;
  font-size: 14px;
  margin: 25px 0 0;
}
.link-btn {
  font-size: 14px;
  padding: 12px;
  width: calc(614/750*100%);
  box-sizing: border-box;
}
.btn-area {
  padding: 0 0 50px;
  text-align: center;
}
#materiality_6 > .section-inner{
  padding: 0 20px 40px;
}
#materiality_6 .action-list-item:last-of-type  {
  border-bottom: none;
}
}
.js-modal-open-trigger p{
	text-align: center;
	color: #000000;
}
#modal-set-area.is-open {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal-area-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  height: calc(100vw + 30px);
  background-color: #ffffff;
}
.modal-area{
	margin: 15px;
	overflow-x: scroll;
}
.modal-contents-viewer {
	width: calc(1000/610*100%);
  height: 100vw;
  background-size: cover;
}
#modal-close{
	position: absolute;
    display: inline-block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
#modal-close span::before,
#modal-close span::after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 5%;
    margin: -8% 0 0 -42%;
    background: #ffff;
}
#modal-close span::before {
	transform: rotate(-45deg);
}
#modal-close span::after {
	transform: rotate(45deg);
}
.lock{
	position: fixed;
	width: 100%;
}
#modal-set-area.orientationchange{
	height: 100vh;
}
#modal-set-area.orientationchange .modal-area-wrap{
  height: 94vh;
  width: calc(100vw - 157px);
  top: 50%;
}
#modal-set-area.orientationchange .modal-area-wrap .modal-contents-viewer{
  width: 100%;
  height: calc(94vh - 30px);
}
#modal-set-area.orientationchange #modal-close{
	transform: translateX(100%);
}
#material-navigation{
  width: 100%;
  background-color: #0C51C8;
  z-index: 200;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  left: 0;
}
#material-navigation.is-fixed{
  position: fixed;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
#material-navigation.is-end.is-fixed{
  opacity: 0;
  visibility: hidden;
}
#material-navigation .nav-list{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  max-width: 950px;
  margin: 0 auto;
}
#material-navigation .nav-list .nav-list-item{
  width: calc(156/950*100%);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-property: background-color,color;
}
#material-navigation .nav-list .nav-list-item.current{
  background-color: #F0F4FD;
}
#material-navigation .nav-list .nav-list-item::after{
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  height: 70%;
  width: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-right: 1px solid #fff;
  z-index: 1;
  opacity: 1;
}
#material-navigation .nav-list .nav-list-item:nth-child(1)::after{
  display: none;
}
#material-navigation .nav-list .nav-list-item.current::after{
  display: none;
}
#material-navigation .nav-list .nav-list-item.current + .nav-list-item::after{
  display: none;
}
#material-navigation .nav-list .nav-list-item .js-anc-switch{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  color: #FFFFFF;
}
#material-navigation .nav-list .nav-list-item.current .js-anc-switch{
  color: #000000;
}
#material-navigation .nav-list .nav-list-item .js-anc-switch:hover{
  opacity: 0.7;
  color: #FFFFFF !important;
}
#material-navigation .nav-list .nav-list-item.current .js-anc-switch:hover{
  opacity: 1;
  color: #000000 !important;
}
@media screen and (max-width: 950px){
  #material-navigation{
    margin: 0 -20px;
    width: auto;
  }
}
@media screen and (max-width:880px) {
  #material-navigation .nav-list .nav-list-item{
    font-size: 1.3vw;
  }
}
@media screen and (max-width:750px) {
  #material-navigation{
    visibility: hidden !important;
    z-index: 200 !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
  }
}
.section-gray .hdg-lv3 .ttl-label{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-gray .hdg-lv3 .ttl-label::before{
  content: '';
  display: block;
  position: absolute;
  width: 55px;
  height: 80px;
  z-index: -1;
  top: 0;
  left: -20px;
  transform: translateX(-100%) translateY(-50%);
  -webkit-transform: translateX(-100%) translateY(-50%);
  -moz-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  -o-transform: translateX(-100%) translateY(-50%);
}
#materiality_1.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-red.png) no-repeat center center;
  background-size: contain;
}
#materiality_2.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-yer.png) no-repeat center center;
  background-size: contain;
}
#materiality_3.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-org.png) no-repeat center center;
  background-size: contain;
}
#materiality_4.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-grn.png) no-repeat center center;
  background-size: contain;
}
#materiality_5.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-gray.png) no-repeat center center;
  background-size: contain;
}
#materiality_6.section-gray .hdg-lv3 .ttl-label::before{
  background: url(/corp/set/data/sustainability/materiality/img/shared/ttl-icon-bl.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width:750px) {
  .section-gray .hdg-lv3 .ttl-label::before{
    width: 35px;
    height: 50px;
    left: -10px;
}
}

.badge {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px;
  margin-left: 10px;
  white-space: nowrap;
}
.badge-update {
  background-color: #f2a60f;
}
.badge-new {
  background-color: #0c51c8;
}
