@charset "utf-8";

.recruit_outer {
  position: relative;
}
.outer {
  line-height: 1.8rem;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 1.4em 1.39em;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
    height: 100%;
}
.recruit {
    font-size: 20px!important;
  }
@media only screen and (max-width: 767.98px) {
  .outer {
    align-content: center;
  }
  .recruit {
    font-size: 16px!important;
  }
}