.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;
}
/* ----------
  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;
  }
}
