body:before {
  opacity: 1;
}

#menu-list.menu-list-contact a {
  color: #fff;
}
#menu-list.menu-list-contact .menu-list-item a.absolute {
  color: #fc1718;
}

@media (max-width: 768px) {
  #menu-list.menu-list-contact a {
    color: #242424;
  }
}
#page.contact-page {
  padding-bottom: 30px;
}
#page.contact-page #pc-contents-view-fixed .conctact-interview {
  width: 100%;
  max-width: 284px;
}
#page.contact-page #pc-contents-view-fixed .pc-contents-view-fixed-link a {
  color: #fff;
}
#page.contact-page #pc-contents-view-fixed .pc-contents-view-fixed-link-item:first-child::after {
  background-color: #fff;
}
#page.contact-page #pc-contents-view-fixed .pc-contents-view-fixed-bottom-text p {
  color: #fff;
}
#page.contact-page #pc-contents-view-fixed .pc-contents-view-copy {
  color: #fff;
}
#page.contact-page .pc-contents-view-scroll .page-title {
  background-image: url(../img/contact/title-bg.jpg);
  background-position: top left;
  background-size: contain;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
#page.contact-page .pc-contents-view-scroll .page-title h1 {
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.4666666667;
}
#page.contact-page .pc-contents-view-scroll .contact-wrap {
  padding: 55px 20px 40px;
  margin-bottom: 30px;
}
#page.contact-page .pc-contents-view-scroll .media-title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 25px;
  letter-spacing: 0.04em;
  color: #000000;
}
#page.contact-page .pc-contents-view-scroll .top-back-link {
  padding: 0 30px;
  margin-bottom: 65px;
}
#page.contact-page .pc-contents-view-scroll .top-back-link a {
  position: relative;
  color: #242424;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding-left: 8px;
}
#page.contact-page .pc-contents-view-scroll .top-back-link a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-right: solid 8px #242424;
  position: absolute;
  left: -16px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#page.contact-page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
#page.contact-page .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.contact-page .pagination-list .prev-page {
  width: 46px;
  margin-right: 28px;
}
#page.contact-page .pagination-list .next-page {
  width: 46px;
  margin-left: 28px;
}
#page.contact-page .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.contact-page .page-numbers li .page-numbers {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 3px;
}
#page.contact-page .page-numbers li .page-numbers.current {
  text-decoration: underline;
}
#page.contact-page .caption {
  margin-top: 60px;
}