@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: absolute;
  right: 72px;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ptop {
    right: 16px;
  }
}

.ptop .s-txt {
  display: block;
  width: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .ptop .s-txt {
    font-size: 8px;
  }
}

.ptop .s-line {
  display: block;
  position: relative;
  width: 2px;
  height: 80px;
  margin-top: 16px;
  margin-left: 0.4em;
  background-color: #B4B5B5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ptop .s-line {
    width: 1px;
    height: 60px;
    margin-top: 8px;
    margin-left: 0.2em;
  }
}

.ptop .s-line2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: line-top 2s infinite;
          animation: line-top 2s infinite;
}
@media (max-width: 767px) {
  .ptop .s-line2 {
    width: 1px;
  }
}

@-webkit-keyframes line-top {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 110%;
    opacity: 1;
  }
  31% {
    bottom: -110%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    bottom: 0;
  }
}

@keyframes line-top {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 110%;
    opacity: 1;
  }
  31% {
    bottom: -110%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    bottom: 0;
  }
}
/* フッタ
-----------------------------------*/
footer {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #003075;
  color: #FFF;
  padding: 160px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 80px 0;
  }
}
footer .contents {
  max-width: 1408px;
  padding: 0 24px;
  margin: 0 auto;
}
footer .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .flex .company-info {
    font-size: 12px;
  }
}
footer .flex .company-info .f-logo {
  max-width: 200px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  footer .flex .company-info .f-logo {
    max-width: 176px;
    margin-bottom: 24px;
  }
}
footer .flex .company-info .company-name {
  margin-bottom: 24px;
}
footer .flex .company-info .company-address {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .flex .company-info .company-address {
    margin-bottom: 28px;
  }
}
footer .flex .company-info .company-address a {
  color: #FFF;
}
footer .flex .company-info .copyright {
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .flex .company-info .copyright {
    font-size: 10px;
  }
}
footer .flex .sitemap {
  text-align: right;
}
footer .flex .sitemap .list-link li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
footer .flex .sitemap .list-link li a:hover {
  color: #0074C2;
}
footer .flex .sitemap .list-link li:not(:last-child) {
  margin-bottom: 28px;
}
/*# sourceMappingURL=footer.css.map */