<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(/recruit/fonts/JosefinSans/JosefinSans-Medium.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 70px;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    opacity: 0 !important;
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.ptop a::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 116px;
  background: #FFF;
}
.ptop a:hover {
  opacity: 0.7;
}
.ptop a:hover img {
  opacity: 1;
}

/* フッタ
-----------------------------------*/
footer {
  padding: 80px 0 30px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  footer {
    padding: 45px 0 20px;
  }
}
footer .contents {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  footer .contents {
    padding: 0 16px;
  }
}
footer .logo {
  max-width: 400px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .logo {
    max-width: 264px;
    margin: 0 auto 20px;
  }
}
footer .contact-wrap {
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .contact-wrap {
    margin-bottom: 60px;
  }
}
footer .contact-wrap p {
  line-height: 1;
}
@media (max-width: 767px) {
  footer .contact-wrap p {
    font-size: 14px;
  }
}
footer .contact-wrap p:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  footer .contact-wrap p:not(:last-child) {
    margin-bottom: 10px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */</pre></body></html>