@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #337CC7;
  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: 100px;
  background: url(/recruit/images/common/com_bg01.jpg) repeat;
}
@media (max-width: 767px) {
  footer {
    padding-top: 64px;
  }
}
footer .contents {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  footer .contents {
    padding: 0 24px;
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .wrap {
    display: block;
  }
}
footer .wrap .info {
  width: 400px;
}
@media (max-width: 767px) {
  footer .wrap .info {
    width: 100%;
  }
}
footer .wrap .info .f-logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .wrap .info .f-logo {
    margin-bottom: 24px;
  }
}
footer .wrap .sitemap {
  width: calc(100% - 410px);
  max-width: 742px;
}
@media (max-width: 767px) {
  footer .wrap .sitemap {
    width: 100%;
  }
}
footer .sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .sitemap-wrap .col {
  width: 220px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  footer .sitemap-wrap .col {
    width: 100%;
    padding-left: 0;
  }
}
footer .menu-nav > li {
  margin-top: 24px;
}
footer .menu-nav > li > a, footer .menu-nav > li span {
  position: relative;
  display: block;
  padding-bottom: 8px;
  padding-left: 1.5em;
  border-bottom: 3px dotted #52A5C6;
  font-size: 18px;
  line-height: 1.3;
  font-family: "I-OTF-UDゴ表示Pro B";
}
@media (max-width: 767px) {
  footer .menu-nav > li > a, footer .menu-nav > li span {
    font-size: 17px;
  }
}
footer .menu-nav > li > a::before, footer .menu-nav > li span::before {
  content: "●";
  position: absolute;
  color: #52A5C6;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  footer .menu-nav > li a {
    display: block;
    padding-left: 24px;
    background: url(/recruit/images/common/arrow_ic01.svg) no-repeat;
    background-size: 16px auto;
    background-position: top right;
  }
}
footer .menu-nav .sub-menu {
  padding-left: 32px;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .menu-nav .sub-menu {
    padding-left: 16px;
  }
  footer .menu-nav .sub-menu a {
    display: block;
    padding: 4px 32px 4px 0;
  }
}
footer .link-area {
  margin-top: 40px;
  padding: 32px 0;
  border-top: 1px solid #FFF;
}
@media (max-width: 767px) {
  footer .link-area {
    padding: 16px;
    border-top: none;
    border-bottom: 1px solid #FFF;
  }
}
footer .link-area .list-link {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  footer .link-area .list-link {
    display: block;
  }
}
footer .link-area .list-link li {
  margin-right: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .link-area .list-link li {
    margin-right: 0;
  }
}
footer .copyright {
  padding: 24px 24px 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
    padding: 16px 24px;
  }
}
/*# sourceMappingURL=footer.css.map */