.header-contents.page {
  background: rgb(255 255 255 / .62)!important;
}
.page .before {
  display: none!important;
}
.page .after {
  display: block!important;
}
.page .gloval-nav li a {
  color: #292929;
}
main {
  margin-top: 110px;
}
.page-top {
  background: url(../img/report/fv.jpg) center;
  width: 100%;
  background-size: cover;
  height: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.page-top h1 {
  font: 500 61px futura-pt, sans-serif;
  text-align: center;
  line-height: .5;
  color: #FFF;
}
.page-top h1 span {
  font-weight: nomal;
  font-size: 18px;
}
/* intro */
.intro h2 {
  font: 500 38px futura-pt, sans-serif;
  text-align: center;
  position: relative;
  line-height: .8;
  margin-bottom: 125px;
}
.intro h2 span {
  font-size: 13px;
  color: #333;
}
.intro h2:after {
  content: "";
  position: absolute;
  background: #009898;
  height: 4px;
  width: 80px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.contents {
  margin-bottom: 100px;
}
.report-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report-lists li {
  width: 48%;
  text-align: center;
  font-family: futura-pt, sans-serif;
  margin-bottom: 40px;
}
.report-lists li a {
  text-decoration: none;
  color: #707070;
}
.report-lists li img {
  margin-bottom: 22px;
  height: 262px;
  object-fit: contain;
}
.report-lists li h3 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #BBBBBB;
  margin-bottom: 10px;
  font-weight: normal;
}
.report-lists li p {
  font-size: 14px;
}
/* pagenation */
.pagenation .page-numbers {
  border: solid 1px #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #292929;
}
.pagenation {
  text-align: center;
}
.page-numbers.current {
  color: #FFF;
  background: #000;
}
/* ----------
  1024px
  ---------- */
@media (max-width: 1024px) {
  main {
    margin-top: 55px;
  }
}
/* ----------
  768px
  ---------- */
@media (max-width: 768px) {
  .breadcrumb {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .page-top {
    height: 200px;
    margin-bottom: 42px;
  }
  .page-top h1 {
    font-size: 22px;
    line-height: 1;
  }
  .page-top h1 span {
    font-size: 9px;
  }
  .intro h2 {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 1;
  }
  .intro h2 span {
    font-size: 10px;
  }
  .intro h2:after {
    bottom: -13px;
  }
  .report-lists li img {
    height: auto;
  }
  .report-lists li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 33px;
  }
  .report-lists li p {
    font-size: 11px;
  }
  .report-lists li h3 {
    padding-bottom: 5px;
    margin-bottom: 13px;
  }
  .contents {
    margin-bottom: 70px;
  }
}
/* ----------
  480px
  ---------- */
@media (max-width: 480px) {
  .page-top {
    height: 92px;
    margin-bottom: 42px;
    background: url(../img/report/fv_sp.jpg) center;
    background-size: cover;
  }
}
