@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Black";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/assets_recruit/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 3%;
  width: 48px;
  height: 48px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #425060;
  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: 40px 0;
  background-color: #425060;
}
@media (max-width: 767px) {
  footer {
    padding: 24px 0;
  }
}
footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .copyright {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 1;
}
/*# sourceMappingURL=footer.css.map */