@charset "UTF-8";
/* CSS Document */
#stb {
  color: #2F2F2F;
}
#stb a {
  text-decoration: none;
  transition: .3s;
}
@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/top/mv.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}
.mv h1 {
  width: 600px;
  height: 90px;
  font-family: FrutigerBold, "sans-serif";
  font-weight: 700;
  font-size: 50px;
  line-height: 90px;
  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;
}
.mv h1::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
}
.mv h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  padding-top: 200px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .6)
}
#stb .nav {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  margin: 75px 0 75px -40px;
}
#stb .nav li {
  width: 400px;
  margin-left: 40px;
}

#stb .nav li:nth-of-type(n+4) {
  margin-top: 80px;
}

#stb .nav li div {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
#stb .nav a {
  display: block;
}
#stb .nav p {
  font-size: 24px;
  line-height: 1;
  color: #003EBD;
  padding-right: 30px;
  display: inline-block;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat right center;
  background-size: auto 1em;
}
.attempt {
  padding: 55px 0 70px;
  background: #eaeef0;
}
.attempt h2 {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #353535;
  margin-bottom: 45px;
}
.attempt ul {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}
.attempt ul li {
  width: 300px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.attempt ul p {
  height: 85px;
  font-size: 18px;
  line-height: 85px;
  position: relative;
}
.attempt ul p::after {
  content: "＞";
  font-size: 120%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6, 1);
}
.attempt .cl_box {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}
.attempt .btn_box {
  text-align: center;
  margin-top: 60px;
}
.attempt .cl_box .btn_box {
  width: 50%;
}
.attempt .btn_box h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.attempt .btn_box a {
  width: 400px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
  background: #003EBD;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.attempt .cl_box .btn_box:nth-of-type(2) a {
  margin-right: 3.37%;
}
.attempt .btn_box a::after {
  content: "＞";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6, 1);
}
.news {
  padding: 70px 0 160px;
}
.news .tb {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 100px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.news .tb > div {
  width: 300px;
  text-align: center;
  background: #f0f5f7;
  position: relative;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news .tb > div + div {
  width: 100%;
  text-align: left;
  background: #FFF;
  box-shadow: none;
  z-index: 1;
}
.news .tb > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news .tb h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #2F2F2F;
  /*margin-bottom: 25px;*/
}
.news .tb > div > div a {
  font-size: 14px;
  line-height: 1;
  color: #003EBD;
  padding: 5px 8px;
  border: 1px solid #003EBD;
  border-radius: 5px;
}
.news .tb > div > div a::after {
  content: "＞";
  color: #0D55E4;
  font-weight: bold;
  display: inline-block;
  padding-left: .5em;
  transform: scale(.6, 1);
}
.news .tb li a {
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 90px 30px 30px;
  display: block;
  position: relative;
  z-index: 1
}
/*.news .tb li:nth-of-type(odd){
  background: #f0f5f7;
}*/
.news .tb li + li {
  border-top: 1px solid #E2E2E2
}
.news .tb li a span {
  font-weight: 400;
  display: block;
}
.news .tb li a::after {
  content: "＞";
  font-size: 120%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6, 1);
}
.news .btn a {
  width: 300px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  background: #003EBD;
  border-radius: 5px;
  position: relative;
}
.news .btn a::after {
  content: "＞";
  font-size: 110%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6, 1);
}
.news .btn a + a {
  margin-left: 25px;
}
@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/top/sp_mv.jpg") center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .mv h1 {
    width: 90%;
    height: 10vw;
    font-size: 6vw;
    line-height: 10vw;
    padding: 0 5vw;
  }
  .mv h2 {
    font-size: 5vw;
    line-height: 1;
    color: #FFF;
    padding-top: 30vw;
    text-shadow: .5vw .5vw 1vw rgba(0, 0, 0, .6)
  }
  #stb .nav {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 15vw 0 15vw;
  }
  #stb .nav li {
    width: 48%;
    margin-left: 0;
  }
  #stb .nav li:nth-of-type(n+3) {
    margin-top: 8vw;
  }
  #stb .nav li:nth-of-type(n+4) {
    margin-top: 8vw;
  }
  #stb .nav li div {
    height: auto;
    overflow: hidden;
    border-radius: 1vw;
    margin-bottom: 5vw;
  }
  #stb .nav p {
    font-size: 4vw;
    padding-right: 5vw;
    display: inline-block;
    background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat right center;
    background-size: auto 1em;
  }
  .attempt {
    padding: 15vw 0;
    background: #eaeef0;
  }
  .attempt h2 {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .attempt ul {
    flex-flow: wrap;
    width: 100%;
  }
  .attempt ul li {
    width: 48%;
    text-align: center;
    overflow: hidden;
    border-radius: 1vw;
    box-shadow: .5vw .5vw 1vw 0px rgba(0, 0, 0, 0.3);
  }
  .attempt ul li:nth-of-type(n+3) {
    margin-top: 5vw;
  }
  .attempt ul p {
    height: 12vw;
    font-size: 3.5vw;
    line-height: 12vw;
  }
  .attempt ul p::after {
    font-size: 110%;
    right: 3vw;
  }
  .attempt .cl_box {
    flex-direction: column;
    height: auto;
    margin-bottom: 70px;
    width: 100%;
  }
  .attempt .btn_box {
    text-align: center;
    margin-top: 10vw;
  }
  .attempt .cl_box .btn_box {
    margin-bottom: 30px;
    width: 100%;
  }
  .attempt .cl_box .btn_box:nth-of-type(2) {
    margin-top: 0px;
  }
  .attempt .btn_box h3 {
    font-size: 3.8vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  .attempt .btn_box a {
    width: 90%;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    border-radius: 1vw;
  }
  .attempt .cl_box .btn_box:nth-of-type(2) a {
    margin-right: 0px;
  }
  .attempt .btn_box a::after {
    right: 3vw;
  }
  .news {
    padding: 15vw 0 20vw;
  }
  .news .tb {
    display: block;
    border-radius: 0;
    margin-bottom: 15vw;
    box-shadow: none;
    border-bottom: 1px solid #C7C7C7;
  }
  .news .tb > div {
    width: 100%;
    text-align: left;
    background: #FFF;
    box-shadow: none;
    z-index: inherit;
  }
  .news .tb > div + div {
    width: 100%;
    margin-top: 8vw;
    z-index: inherit;
  }
  .news .tb > div > div {
    padding: 0 5vw;
    text-align: center;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  .news .tb h2 {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .news .tb > div > div a {
    font-size: 3.5vw;
    line-height: 1;
    color: #003EBD;
    padding: 2vw 8vw;
    border-radius: 1vw;
  }
  .news .tb li a {
    font-size: 3.8vw;
    line-height: 1.4;
    padding: 5vw 10vw 5vw 5vw;
  }
  .news .tb li a::after {
    font-size: 120%;
    right: 3vw;
  }
  .news .btn {
    text-align: center;
  }
  .news .btn a {
    width: 60%;
    height: 15vw;
    font-size: 3.8vw;
    line-height: 15vw;
    border-radius: 1vw;
  }
  .news .btn a::after {
    right: 2vw;
  }
  .news .btn a + a {
    margin-left: 0;
    margin-top: 8vw;
  }
}