@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/management/mv.jpg") center top  no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}

.mv > div{
  height: 100%;
}

.mv h1{
  width: 600px;
  height: 90px;
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",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: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",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: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 35px
}

.materiality h3{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:700;
  font-size: 24px;
  color: #0D55E4;
  line-height: 1;
}

.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 90px;
}

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

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

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

#stb th{
  width: 15%;
  text-align: center;
  background: #eaeef0
}

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

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

#stb td > div{
  display: flex;
  justify-content: flex-start;
}

#stb td > div + div{
  margin-top: 15px;
}

#stb td > div > div{
  width: 50%;
}

#stb .rl{
  line-height: 1;
  padding: 0 1em;
}

#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/management/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 10vw;
    padding: 0;
    overflow: auto;
  }

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

  #stb table {
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.6;
    border-radius: 1vw;
  }

  #stb th,
  #stb td {
    padding: 2vw 1.5vw;
  }
  
  #stb th {
    width: 25%;
  }
  #stb td > div{
    display: block;
    justify-content: flex-start;
  }

  #stb td > div + div{
    margin-top: 15px;
  }

  #stb td > div > div{
    width: 100%;
  }
  
  .bk{
    margin-top: 20vw !important;
  }

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

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


}






