.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/posts/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;
}
/* contents */
.posts-ttl {
  font: 400 38px futura-pt, sans-serif;
  margin-bottom: 38px;
  text-align: center;
}
.tag {
  font: 400 27px futura-pt, sans-serif;
  text-align: center;
  margin-bottom: 120px;
}
.tag span {
  color: #727272;
}
.recent-thumb img {
  margin: 0 auto 30px;
  height: auto;
  width: 100%;
}
.content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.contents {
  margin-bottom: 85px;
}
.date {
  text-align: right;
  margin-bottom: 10px;
}
/* report */
.report-ttl {
  font: 400 25px futura-pt, sans-serif;
  padding-bottom: 15px;
  margin-bottom: 28px;
  border-bottom: solid 1px #BBBBBB;
  position: relative;
}
.report-ttl:before {
  position: absolute;
  content: "";
  background: #009898;
  height: 4px;
  width: 80px;
  bottom: -2px;
  left: 0;
}
/* archive */
.lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lists li {
  width: 48%;
  text-align: center;
  font-family: futura-pt, sans-serif;
  margin-bottom: 40px;
}
.lists li a {
  text-decoration: none;
  color: #707070;
}
.lists li img {
  margin: 0 auto 22px;
  height: 262px;
  object-fit: cover;
  width: 100%;
}
.lists li h2 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #BBBBBB;
  margin-bottom: 10px;
  font-weight: normal;
}
/* pagenation */
.nav-links {
  text-align: center;
}
.page-numbers {
  border: solid 1px #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #292929;
}
.page-numbers.current {
  color: #FFF;
  background: #000;
}
/* ----------
  1024px
  ---------- */
@media (max-width: 1024px) {
  main {
    margin-top: 55px;
  }
}
/* ----------
  768px
  ---------- */
@media (max-width: 768px) {
  .breadcrumb,#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;
  }
  /* contents */
  .posts-ttl {
    font-size: 22px;
  }
  /* report */
  .tag {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .report-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* archive */
  .lists li img {
    height: auto;
  }
  .lists li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 33px;
  }
  .lists li h2 {
    padding-bottom: 5px;
    margin-bottom: 13px;
  }
}
/* ----------
  480px
  ---------- */
@media (max-width: 480px) {
  .page-top {
    height: 92px;
    margin-bottom: 42px;
    background: url(../img/posts/report_fv_sp.jpg) center;
    background-size: cover;
  }
}
