@charset "UTF-8";
@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: "MPLUSRounded1c-Bold";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Medium";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Regular";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff) format("woff");
  font-display: swap;
}
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  width: 100px;
  height: 100px;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}

/* フッタ
-----------------------------------*/
footer .contents {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  footer .contents {
    padding: 0 24px;
  }
}
footer .sitemap {
  padding: 24px 0;
  background-color: #00BC98;
  color: #FFF;
}
@media (max-width: 767px) {
  footer .sitemap {
    padding: 16px 0;
  }
}
footer .sitemap a {
  color: #FFF;
  text-decoration: none;
}
footer .list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .list-link li {
  margin-right: 24px;
}
@media (max-width: 767px) {
  footer .list-link li {
    margin-right: 8px;
  }
}
footer .list-link li a {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767px) {
  footer .list-link li a {
    padding-left: 16px;
  }
}
footer .list-link li a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
footer .list-link li a:hover {
  text-decoration: underline;
}
footer .copyright {
  padding: 32px 24px 16px;
  font-size: 12px;
  color: #979591;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1300px) {
  footer .copyright {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 24px 24px 64px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */