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

#stb{
  font-family:FrutigerRoma,"sans-serif";
  color: #2F2F2F;
}

#stb a{
  color: #2F2F2F;
  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 .pdf{
  display: inline-block;
}

#stb .pdf::after{
  font-family:'FontAwesome';
  content: "\f1c1";
  color: #f44a5a;
  padding-left: .3em;
}

#stb strong{
  font-family: FrutigerBold,"sans-serif";
  color: #003EBD;
}

#stb sup{
  vertical-align: top;
}

#stb sub{
  vertical-align: bottom;
}

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

.stb_inner.se{
  max-width: 1025px;
}

.txt_box{
  padding: 70px 0 155px;
}

@media screen and (min-width: 769px) {
  .mv{
    width: 100%;
    height: 560px;
    overflow: hidden;
  }
  
  .mv.st{
    width: 100%;
    height: 290px;
    overflow: hidden;
  }
}

.mv.gr{
  background: linear-gradient(135deg,  rgba(189,227,244,1) 0%,rgba(235,248,254,1) 35%,rgba(180,223,245,1) 100%);
}

.mv > div{
  height: 100%;
}

.mv h1{
  width: 600px;
  height: 90px;
  font-family: FrutigerBold,"sans-serif";
  font-size: 36px;
  line-height: 90px;
  padding-left: 25px;
  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: 8px;
  height: 25px;
  background: #033484;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.mv h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 50px;
  line-height: 1;
  letter-spacing: .03em;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.mv h2 span{
  font-size: 55%;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.mv.st h2{
  font-size: 36px;
  transform: translateY(40px)
}

.mv.st h2.lg{
  transform: translateY(20px)
}

.mv.st.gr h2{
  width: 100%;
  font-size: 42px;
  text-align: center;
  color: #1d3052;
  letter-spacing: normal;
  transform: translateY(0)
}

.gtitle{
  font-size: 36px;
  line-height: 1;
  padding-left: 25px;
  margin-left: 8px;
  position: relative;
}

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

.stb_nav{
  background: #003484;
  position: relative;
  z-index: 11;
}

.stb_nav ul{
  display: flex;
  justify-content: center;
}

.stb_nav ul li a{
  font-size: 16px;
  line-height: 50px;
  padding: 0 25px;
  color: #FFF !important;
  display: inline-block;
}

.stb_nav ul li.active{
  font-family: FrutigerBold,"sans-serif";
  position: relative;
}

.stb_nav ul li.active::after{
  content: "";
  border-top: 10px solid #003484;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.cate_under{
  background: #EAEEF0;
  padding: 20px 0 5px;
  position: relative;
  z-index: 10;
}

.cate_under .stb_nav_active{
  display: none;
}

.cate_under ul{
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.cate_under.nowrap ul{
  max-width: inherit;
  flex-flow: nowrap;
}

.cate_under ul li{
  margin: 0 4px 5px;
}

.cate_under ul li a{
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  background: #FFF;
  display: inline-block;
}

.cate_under ul li.active a{
  color: #FFF !important;
  background: #003484;
}

.cate_under.sb > ul > li.active{
  position: relative;
  padding-bottom: 30px;
}

.cate_under ul li ul{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cate_under ul li ul li{
  margin: 0;
}

.cate_under ul li.active li a{
  height: auto;
  font-size: 16px;
  line-height: 1;
  padding: 0 25px;
  color: #2F2F2F !important;
  text-decoration: underline !important;
  background: none;
  border-radius: 0;
  border-left: 1px solid #B1B1B1;
}

.cate_under ul li.active li:last-of-type a{
  border-right: 1px solid #B1B1B1;
}

.cate_under ul li li.active a{
  font-family: FrutigerBold,"sans-serif";
  color: #003484 !important;
  background: none;
  text-decoration: none !important;
}

.unc_link{
  padding: 15px 0 0;
  background: rgba(255,255,255,.9);
  position: relative;
  z-index: 10;
}

.unc_link ul{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.stb_p_nav .menu{
  display: none;
}

.unc_link ul li a{
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding: 0 35px 0 20px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.unc_link ul li a::before{
  content: "＞";
  color: #003EBD;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(1,.6) rotate(90deg);
}

.stb_float_nav{
  width: 100%;
  position: fixed;
  top: -400px;
  left: 0;
  z-index: 5;
  transition: .3s;
}

.stb_float_nav.stb_view{
  top: 57px !important;
  transition: .6s;
}

.acl{
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 90px;
}

.stb_f_nav{
  border-top: #f0f0f0 solid 1px;
  padding-bottom: 140px;
}

.stb_f_nav a{
  display: block;
}

.stb_f_nav h1{
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 20px;
}

.stb_f_nav h1 a,
.stb_f_nav h2 a,
.stb_f_nav h3 a{
  height: 60px;
  font-family: FrutigerBold,"sans-serif";
  font-size: 20px;
  line-height: 60px;
  color: #003EBD !important;
  overflow: hidden;
  display: inline-block;
}

.stb_f_nav h1 span,
.stb_f_nav h2 span,
.stb_f_nav h3 span{
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.stb_f_nav h1 span::after,
.stb_f_nav h2 span::after,
.stb_f_nav h3 span::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.stb_f_nav h2,
.stb_f_nav h3{
  border-bottom: 1px solid #C5C5C5
}

.stb_f_nav_box > div:nth-of-type(n+2) h3{
  border-bottom: 1px dotted #C5C5C5;
}

.stb_f_nav.se h2{
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: none;
  overflow: hidden;
}

.stb_f_nav.se ul{
  border-top: 1px dotted #C5C5C5;
}

.stb_f_nav_box{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.stb_f_nav_box > div{
  width: 400px;
}

.stb_f_nav p a,
.stb_f_nav li a{
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #003EBD !important;
  padding: 0 25px 0 15px;
  border-bottom: 1px dotted #C5C5C5;
  position: relative;
  transition: .3s all;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .stb_f_nav a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.stb_f_nav_box > div:first-of-type p a{
  padding-left: 0;
}

.stb_f_nav p a::after,
.stb_f_nav li a::after{
  content: "＞";
  font-size: 120%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.6,1);
}

.stb_f_nav .cu_link{
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  color: #003EBD;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.stb_f_nav .cu_link::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/awb.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.stb_f_nav .pbk{
  margin-top: 60px;
}

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

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

.talc{
  text-align: center;
}

.talr{
  text-align: right;
}

.tall{
  text-align: left;
}

.mt0{
  margin-top: 0 !important;
}

.mt15{
  margin-top: 15px !important;
}

.mt30{
  margin-top: 30px !important;
}

.mb0{
  margin-bottom: 0 !important;
}

.mb15{
  margin-bottom: 15px;
}

.mb25{
  margin-bottom: 25px;
}

.mb35{
  margin-bottom: 35px;
}

.mb60{
  margin-bottom: 60px;
}

.mb80{
  margin-bottom: 80px;
}

.mb150{
  margin-bottom: 150px;
}



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

  .mv{
    width: 100%;
    height: 80vw;
    background-size: cover;
    overflow: hidden;
  }
  
  .mv.st{
    width: 100%;
    height: 60vw;
    background-size: cover;
    overflow: hidden;
  }

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

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

  .mv h2{
    font-size: 6vw;
    top: 50%;
    left: 5vw;
    /*text-shadow: 0 0 1vw rgba(0,0,0,.3)*/
  }
  
  .mv h2 span{
    margin-top: 1.5vw;
  }
  
  .mv.st h2{
    font-size: 5.5vw;
    line-height: 1.3;
    transform: translateY(-30%)
  }
  
  .mv.st h2.lg{
    transform: translateY(-30%)
  }  
  
  .mv.st.gr h2{
    font-size: 6vw;
    left: 0;
    transform: translateY(-20%)
  }
  
  .gtitle{
    font-size: 6vw;
    line-height: 1;
    padding-left: 4vw;
    margin-top: 5vw;
    margin-left: 0;
  }

  .gtitle::before{
    width: 1vw;
    height: 5.5vw;
  }
    
  .stb_nav.ov{
    width: 100vw;
    background: none;
  }
  
  .stb_nav.ov ul{
    width: 100vw;
    height: 13vw;
    justify-content: flex-start;
    overflow-x: auto;
  }
  
  .stb_nav.ov ul::-webkit-scrollbar {
    display: none;
  }
  
  .stb_nav.ov ul li.active::after{
    visibility: visible !important;
  }
  .stb_nav.ov ul li{
    height: 10vw;
    background: #003484;
  }
  
  .stb_nav ul li a{
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    padding: 0 5vw;
    color: #FFF;
    white-space: nowrap;
  }

  .stb_nav ul li.active::after{
    border-top: 2.5vw solid #003484;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    position: absolute;
    bottom: -2.4vw;
  }
  
  .stb_nav.ov + .stb_p_nav{
    margin-top: -3vw;
  }
  
  .stb_p_nav{
    position: relative;
  }

  .cate_under{
    background: #EAEEF0;
    padding: 4vw 0 0;
    position: relative;
    z-index: 6;
  }

  .cate_under ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    padding: 0 4vw 4vw;
    box-sizing: border-box;
    overflow: auto;
  }

  .cate_under ul li{
    margin: 0;
  }
  
  .cate_under ul li + li{
    margin-left: 2vw;
  }

  .cate_under ul li a{
    height: 6vw;
    font-size: 3.8vw;
    line-height: 6vw;
    padding: 0 2vw;
    border-radius: 1vw;
  }
  
  .cate_under.sb > ul > li.active{
    padding-bottom: 6vw;
    position: relative;
  }

  .cate_under ul li ul{
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cate_under ul li ul li{
    margin: 0;
    padding: 0;
  }

  .cate_under ul li.active li a{
    height: auto;
    font-size: 3.8vw;
    line-height: 1;
    padding: 0 5vw;
  }
  
  .stb_float_nav .stb_nav_active{
    width: 21vw;
    height: 100%;
    font-size: 3.4vw;
    line-height: 1.3;
    text-align: center;
    color: #003484;
    background: #EAEEF0;
    box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .stb_float_nav .stb_nav_active span{
    width: 100%;
    padding: 2vw;
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .stb_float_nav .cate_under ul{
    padding: 0 4vw 4vw 23vw;
  }
  
  .stb_float_nav .cate_under ul li ul{
    padding: 0;
    margin: 0;
  }
  
  .unc_link{
    width: 100%;
    max-height: 70vh;
    padding: 0 4vw;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
    position: absolute;
    top: 14vw;
    left: 0;
    z-index: 5;
  }

  .unc_link.op::after{
    content: "";
    width: 90vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .unc_link ul{
    width: 100%;
    max-height: 70vh;
    overflow: auto;
    display: block;
    display: none;
  }
  
  .unc_link ul li + li{
    border-top: 1px solid #707070;
  }

  .unc_link ul li a{
    font-size: 3.6vw;
    line-height: 1.3;
    color: #000;
    padding: 4vw 4vw 4vw 5vw;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  
  .unc_link .menu{
    width: 11vw;
    height: 10vw;
    padding: 0 4vw;
    background: rgba(255,255,255,.8);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 1vw;
    position: absolute;
    btttom: -8vw;
    right: 0;
    z-index: 5;
    cursor: pointer;
    display: block;
  }
  
  .unc_link .menu::after,
  .unc_link .menu::before{
    content: "";
    width: 45%;
    height: 3px;
    background: #003484;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all
  }
  
  .unc_link .menu::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  
  .unc_link .menu.op::before{
    transform: translate(-50%,-50%) rotate(0);
  }
  
  .stb_float_nav.stb_view{
    top: 15vw !important;
  }
  
  .acl{
    margin-top: -20vw;
    padding-top: 20vw;
    margin-bottom: 10vw;
  }
    
  .stb_f_nav{
    padding-bottom: 15vw;
  }

  .stb_f_nav h1 a,
  .stb_f_nav h2 a,
  .stb_f_nav h3 a{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
  }

  .stb_f_nav h1 span,
  .stb_f_nav h2 span,
  .stb_f_nav h3 span{
    padding-right: 6vw;
  }

  .stb_f_nav h1 span::after,
  .stb_f_nav h2 span::after,
  .stb_f_nav h3 span::after{
    width: 4vw;
    height: 4vw;
  }
  
  .stb_f_nav.se h2{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
  }
  
  .stb_f_nav.se .stb_f_nav_box > div:nth-of-type(n+2) h2{
    margin-top: 3vw;
  }
  
  .stb_f_nav_box{
    display: block;
  }

  .stb_f_nav_box > div{
    width: 100%;
  }
  
  .stb_f_nav p a,
  .stb_f_nav li a{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
    padding: 0 15vw 0 3vw;
  }

  .stb_f_nav_box > div:first-of-type p a{
    padding-left: 0;
  }

  .stb_f_nav p a::after,
  .stb_f_nav li a::after{
    content: "＞";
    font-size: 120%;
    color: #0D55E4;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.6,1);
  }
  
  .stb_f_nav .cu_link{
    font-size: 3.6vw;
    line-height: 1;
    padding: 3vw 0;
    padding-left: 6vw;
    margin-top: 5vw;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .stb_f_nav .cu_link::after{
    width: 4vw;
    height: 4vw;
  }  
  
  .stb_f_nav .pbk{
    margin-top: 2vw;
  }

  .stb_f_nav .pbk a{
    font-size: 3.6vw;
    line-height: 1;
    padding: 3vw 0;
    padding-left: 6vw;
  }

  .stb_f_nav .pbk a::after{
    width: 4vw;
    height: 4vw;
  }
  
  .mt15{
    margin-top: 2vw !important;
  }
  
  .mb15{
    margin-bottom: 2vw;
  }
  
  .mt30{
    margin-bottom: 5vw;
  }
  
  .mb25{
    margin-bottom: 3.5vw;
  }  
  
  .mb35{
    margin-bottom: 5vw;
  }
  
  .mb60{
    margin-bottom: 10vw;
  }

  .mb80{
    margin-bottom: 15vw;
  }
  
  .mb150{
    margin-bottom: 20vw;
  }

}






