@media screen and (max-width: 767px) {

/* line 2599, ../sass/_architecture_s.scss */
.recruit-arc footer.page-footer {
  position: static !important;
  height: auto;
  padding-bottom: 50px;
}
/* line 2604, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap {
  display: none;
}
/* line 2607, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer {
  display: block;
  z-index: 101;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  padding-left: 60px;
  background: #fff !important;
}
/* line 2617, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer a.recruiting {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.59);
  margin: 0  auto;
  display: block;
  line-height: 50px;
  color: #FFF;
  text-align: center !important;
  text-decoration: none;
  font-size: 20px;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border: 1px solid transparent;
}
/* line 2633, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer a.recruiting:hover {
  background: #fff;
  color: #666;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
/* line 2641, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer .remove {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ccc;
  top: 15px;
  left: 10px;
  border-radius: 20px;
  cursor: pointer;
}
/* line 2649, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer .remove:before, .recruit-arc .enrty-btn-wrap.footer .remove:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 10px;
  display: block;
}
/* line 2659, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer .remove:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2662, ../sass/_architecture_s.scss */
.recruit-arc .enrty-btn-wrap.footer .remove:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


}