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

#stb{
  color: #2F2F2F;
}

#stb a{
  text-decoration: none;
  transition: .3s;
}

#stb img{
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  
  #stb{
    padding-top: 15px;
  }
  
  #stb a:hover{
    opacity: .6;
    transition: .3s;
  }
}

.stb_inner{
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .mv{
    width: 100%;
    height: 560px;
    background: url("/~/Media/phchd_g/sustainability/materiality/mv.jpg") center top  no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}

.mv > div{
  height: 100%;
}

.mv h1{
  width: 600px;
  height: 90px;
  font-family: FrutigerBold,"sans-serif";
  font-weight:700;
  font-size: 36px;
  line-height: 90px;
  padding-left: 45px;
  background: url("/~/Media/phchd_g/sustainability/mv_title_bk.png") right top no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}

.mv h1::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
}

.mv h1::before{
  content: "";
  width: 25px;
  height: 8px;
  background: #175CE5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.mv h2{
  font-family: FrutigerBold,"sans-serif";
  font-weight:700;
  font-size: 50px;
  line-height: 1;
  color: #003EBD;
  position: absolute;
  top: 50%;
  left: 125px;
  z-index: 1;
}

.materiality{
  max-width: 1025px;
  margin: 0 auto;
  padding: 55px 0 160px;
}

.materiality h2{
  font-family: FrutigerBold,"sans-serif";
  font-weight:700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 35px
}

.materiality h3{
  font-family: FrutigerBold,"sans-serif";
  font-weight:700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px
}

.materiality p{
  font-size: 16px;
  line-height: 1.8;
}

.materiality p + p{
  margin-top: 50px;
}

.materiality div.pic{
  margin: 55px 0;
}

.materiality .btn a{
  width: 300px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  background: #003EBD;
  margin-bottom: 100px;
  border-radius: 5px;
  position: relative;
}

.materiality .btn a::after{
  content: "＞";
  font-size: 110%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6,1);
}

.materiality .btn a + a{
  margin-left: 25px;
}

.materiality .btn a.pdf{
  width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 0;
}

.materiality .btn a.pdf::after{
  font-family:'FontAwesome';
  content: "\f1c1";
  font-size: 90%;
  transform: translateY(-50%) scale(1);
}

.step{
  margin: 50px 0 80px;
}

.step li{
  padding-left: 105px;
  position: relative;
}

.step li + li{
  margin-top: 45px;
}

.step li::before{
  content: "";
  width: 10px;
  height: 99%;
  background: #0D55E4;
  position: absolute;
  top: 0;
  left: 35px;
}

.step li::after{
  content: "";
  border-top: 18px solid #0D55E4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 25px;
}

.step li:last-of-type::before,
.step li:last-of-type::after{
  display: none;
}

.step li p.no{
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  background: #0D55E4;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -35px;
  left: 0;
}

.step li p.no span{
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.step li h4{
  font-size: 24px;
  line-height: 1;
  color: #0D55E4;
  margin-bottom: 20px;
}

.step li img{
  display: block;
  margin: 45px 0;
}

#stb .tb_box{
  margin: 40px 0;
}

#stb .tb_box > ul{
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}

#stb .tb_box > ul li{
  padding-left: 2em;
}

#stb .tb_box > ul li span{
  width: 2em;
  display: inline-block;
  margin-left: -2em;
}


#stb table {
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

#stb th,
#stb td {
  padding: 15px 10px;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

#stb th{
  background: #FAFBFC
}

#stb  table .bno{
  border-bottom: none;
}

#stb td:last-of-type{
  border-right: none;
}

#stb th.w1{
  width: 3em;
  line-height: 1.3;
  padding: 0;
  text-align: center;
  background: #EAEEF0;
}

#stb th.w2{
  width: 9em;
  line-height: 1;
  text-align: center;
  background: #EAEEF0;
}

#stb th.w3{
  line-height: 1;
  text-align: center;
  background: #EAEEF0;
}

#stb th.w4{
  width: 13em;
  background: #EAEEF0;
  line-height: 1;
  text-align: center;
}

#stb th.w5{
  width: 12em;
  background: #EAEEF0;
  line-height: 1.3;
  text-align: center;
  border-right: none !important;
}

#stb .rl{
  line-height: 1;
  padding: 0 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}

#stb sup{
  vertical-align: top;
}


.bk{
  margin-top: 130px !important;
}

.bk a{
  font-size: 16px;
  line-height: 25px;
  color: #003EBD;
  padding-left: 35px;
  display: inline-block;
  position: relative;
}

.bk a::before{
  content: "";
  width: 25px;
  height: 25px;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat;
  background-size: auto 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1,1);
}



@media screen and (max-width: 767px) {
  
  .stb_inner{
    max-width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .mv{
    width: 100%;
    height: 80vw;
    background: url("/~/Media/phchd_g/sustainability/materiality/sp_mv.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .mv h1{
    width: 90%;
    height: 10vw;
    font-size: 6vw;
    line-height: 10vw;
    padding: 0 5vw 0 11vw;
  }

  .mv h1::before{
    width: 4vw;
    height: 1vw;
    background: #175CE5;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%)
  }

  .mv h2{
    font-size: 6vw;
    top: 50%;
    left: 5vw;
    text-shadow: 0 0 1.5vw rgba(255,255,255,.6)
  }

  .materiality{
    max-width: 100%;
    padding: 15vw 5vw 20vw;
    box-sizing: border-box;
  }

  .materiality h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 5vw
  }

  .materiality h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw
  }

  .materiality p{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .materiality p + p{
    margin-top: 5vw;
  }

  .materiality div.pic{
    margin: 5vw 0 10vw;
  }

  .materiality .btn {
    text-align: center;
    margin-bottom: 15vw;
  }

  .materiality .btn a{
    width: 60%;
    height: 15vw;
    font-size: 3.8vw;
    line-height: 15vw;
    border-radius: 1vw;
    margin-bottom: 0
  }

  .materiality .btn a::after{
    right: 2vw;
  }

  .materiality .btn a + a{
    margin-left: 0;
    margin-top: 8vw;
  }

  .materiality .btn a.pdf{
    width: 70%;
    height: 15vw;
    font-size: 3.8vw;
    line-height: 15vw;
    margin-bottom: 0;
  }
  
  .materiality .btn a.pdf::after{
    right: 3vw;
  }

  .step{
    margin: 10vw 0 15vw;
  }

  .step li{
    padding-left: 20vw;
    position: relative;
  }

  .step li + li{
    margin-top: 10vw;
  }

  .step li::before{
    width: 1.5vw;
    left: 6.75vw;
  }

  .step li::after{
    border-top: 3vw solid #0D55E4;
    border-right: 2.5vw solid transparent;
    border-left: 2.5vw solid transparent;
    position: absolute;
    bottom: -1vw;
    left: 5.1vw;
  }

  .step li p.no{
    width: 15vw;
    height: 15vw;
    font-size: 5vw;
    padding-top: 4vw;
    top: -5vw;
  }

  .step li p.no span{
    font-size: 3vw;
    display: block;
    margin-bottom: 5px;
  }

  .step li h4{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 1vw;
  }

  .step li img{
    margin: 8vw 0;
  }

  #stb .tb_box{
    margin: 0 0 5vw;
    padding: 5vw 0;
    overflow: auto;
  }

  #stb .tb_box > ul{
    width: 225vw;
    font-size: 3.5vw;
    line-height: 1.4;
    margin-top: 2vw;
  }

  #stb table {
    width: 225vw;
    font-size: 3.3vw;
    line-height: 1.4;
    border-radius: 1vw;
  }

  #stb th,
  #stb td {
    padding: 2vw 1.5vw;
  }
  
  .bk{
    margin-top: 20vw !important;
  }

  .bk a{
    font-size: 3.8vw;
    line-height: 5vw;
    padding-left: 8vw;
  }

  .bk a::before{
    width: 5vw;
    height: 5vw;
  }


}






