@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #333;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop:hover {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}

/* フッタ
-----------------------------------*/
footer {
  padding-top: 40px;
  background-color: #666;
  color: #BD9E4F;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    font-size: 12px;
    padding-top: 16px;
  }
}
footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .contents a {
  color: #BD9E4F;
  text-decoration: underline;
}
footer .contents a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .list-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4%;
}
@media (max-width: 767px) {
  footer .list-logo {
    display: block;
    margin-bottom: 12px;
  }
}
footer .list-logo .f-logo {
  max-width: 150px;
}
@media (max-width: 767px) {
  footer .list-logo .f-logo {
    max-width: 80px;
    margin: 0 auto 4px;
  }
}
footer .sitemap .list-link {
  display: flex;
  justify-content: center;
  gap: 0 32px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  footer .sitemap .list-link {
    display: block;
    margin: 0 0 20px;
  }
  footer .sitemap .list-link li:not(:first-of-type) {
    margin-top: 8px;
  }
}
footer .company {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .company {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .company p {
    margin-bottom: 1em;
  }
}
footer .copyright {
  padding: 0 0 56px;
  background-color: #666;
  font-size: 14px;
  color: #BD9E4F;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
    padding: 16px 24px;
  }
}
/*# sourceMappingURL=footer.css.map */