@charset "UTF-8";
/* CSS Document */
#stb {
  color: #2F2F2F;
}
#stb a {
  text-decoration: none;
  transition: .3s;
}
#stb img {
  max-width: 100%;
  height: auto;
}
.stb_inner {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #stb {
    padding-top: 15px;
  }
  #stb a:hover {
    opacity: .6;
    transition: .3s;
  }
  .mv {
    width: 100%;
    height: 560px;
    background: url("/~/Media/phchd_g/sustainability/evaluation/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-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-size: 50px;
  line-height: 1.3 !important;
  color: #003EBD;
  position: absolute;
  top: 50%;
  left: 125px;
  z-index: 1;
}

.txt_box img{
  width: 100%;
}

.txt_box h2 {
  font-family: FrutigerBold, "sans-serif";
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.txt_box h3{
  font-family: FrutigerBold, "sans-serif";
  font-size: 24px;
  line-height: 1.4;
  color: #003EBD;
  margin-bottom: 20px;
}

.txt_box h4{
  font-family: FrutigerBold, "sans-serif";
  font-size: 18px;
  line-height: 1.5;
  color: #2F2F2F;
  margin-bottom: 5px;
}

.txt_box li,
.txt_box p{
  font-size: 16px;
  line-height: 2;
}

.txt_box .ar{
  text-align: right;
}

.icon_link{
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}

.icon_link::after{
  content: "＞";
  font-size: 90%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(.6,1);
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p,
.txt_box div + div,
.txt_box ul + p,
.txt_box p + ul,
.txt_box ul + div,
.txt_box div + ul{
  margin-top: 35px;
}

.txt_box p + h2,
.txt_box div + h2{
  margin-top: 120px;
}

.txt_box p + h3,
.txt_box div + h3,
.txt_box ul + h2,
.txt_box ul + h3,
.txt_box div + h4,
.txt_box ul + h4,
.txt_box p + h4{
  margin-top: 45px;
}

.txt_box a{
  word-wrap: break-word;
}

p.note,
ul.note li,
p.sm,
ul.sm li{
  font-size: 14px !important;
}

p.note,
ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

p.note.ast_nmb,
ul.note.ast_nmb li{
  text-indent: 0;
  padding-left: 2em;
}

p.note.ast_nmb span,
ul.note.ast_nmb li span{
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p {
  margin-top: 35px;
}

.txt_box ul.dot{
  display: flex;
  justify-content: space-between;
}

.txt_box ul.dot > li{
  padding-left: 1.3em;
}

.txt_box ul.dot > li::before{
  content: "●";
  width: 1.3em;
  color: #003EBD;
  display: inline-block;
  margin-left: -1.3em;
  transform: scale(.6);
}


.txt_box .release-date {
  text-align: right;
  margin-top: 90px;
}
.txt_box figure {
  display: block;
  margin: 0;
  padding: 0;
}
.txt_box figure img {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.txt_box figcaption {
  font-size: 14px !important;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}
.c2, .c2_l,.c2_s {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

.c2 > div + div,
.c2_l > div + div,
.c2_s > div + div{
  margin-top: 0;
}

.c2 > div {
  width: 48%;
}

.c2_l > div {
  width: 43%;
}
.c2_l > div + div {
  width: 55%;
}

.c2_s > div{
  width: 62%
}

.c2_s > div + div{
  width: 34%;
}

.bd{
  border: 1px solid #bdbdbd;
}

.list_box{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 50px 3%;
}

.list_box li{
  width: 30%;
}

.list_box li > div{
  width:100%;
  height: 180px;
  position: relative;
}

.list_box li > div img{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.list_box li:first-of-type > div img{
  width: 100%;
}

.txt_box .list_box h3{
 font-family: FrutigerBold, "sans-serif";
  font-size: 18px;
  line-height: 1.4;
  color: #2F2F2F;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}

.txt_box .list_box h3 span{
  font-size: 80%;
  display: block;
}

.txt_box .list_box h4{
  font-family: FrutigerBold, "sans-serif";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 8px;
}

.txt_box .list_box p{
  font-size: 14px;
  line-height: 1.5;
}


@media screen and (max-width: 767px) {
  
  .mv {
    width: 100%;
    height: 80vw;
    background: url("/~/Media/phchd_g/sustainability/evaluation/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)
  }
  
  .txt_box h2 {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box h3{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  
  .txt_box h4{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  
  .txt_box li,
  .txt_box p{
    font-size: 3.6vw;
    line-height: 1.7;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box div + div,
  .txt_box ul + p,
  .txt_box p + ul,
  .txt_box ul + div,
  .txt_box div + ul{
    margin-top: 8vw;
  }

  .txt_box p + h2,
  .txt_box div + h2{
    margin-top: 15vw;
  }

  .txt_box p + h3,
  .txt_box div + h3,
  .txt_box ul + h2,
  .txt_box ul + h3{
    margin-top: 10vw;
  }  
  
  p.note,
  ul.note li,
  p.sm,
  ul.sm li{
    font-size: 3vw !important;
  }
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p {
    margin-top: 10vw;
  }
  
  .txt_box figcaption {
    font-size: 3vw !important;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  .txt_box ul.dot{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  
  .txt_box ul.dot li{
    width: 48%;
  }
  
  .c2, .c2_l,.c2_s {
    display: block;
  }
  .c2 > div,
  .c2_s > div,
  .c2_l > div{
    width: 100%;
  }
  .c2 > div + div,
  .c2_s > div + div{
    margin-top: 8vw !important;
  }
  
  .c2_s > div + div{
    width: 80%;
    margin: 10vw auto 0;
  }
      
  .c2_l > div + div {
    width: 100%;
    margin: 5vw auto 0;
  }

  .list_box{
    display: block;
  }

  .list_box li{
    width: 100%;
  }
  
  .list_box li + li{
    margin-top: 10vw;
  }

  .list_box li > div{
    width:100%;
    height: auto;
    position: static;
  }

  .list_box li > div img{
    width: 80%;
    display: block;
    margin: 0 auto;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }

  .list_box li:first-of-type > div img{
    width: 90%;
  }

  .txt_box .list_box h3{
    font-size: 3.6vw;
    line-height: 1.4;
    margin-bottom: 5vw;
    padding-bottom: 2vw;
  }

  .txt_box .list_box h3 span{
    font-size: 90%;
    display: inline-block;
  }

  .txt_box .list_box h4{
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 2vw;
  }

  .txt_box .list_box p{
    font-size: 3.4vw;
    line-height: 1.5;
  }
}