@charset "UTF-8";
/***********************

ページ下部共通リンクエリア style

***********************/
.recruit-othet-link {
  margin-top: 120px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .recruit-othet-link {
    margin-top: 15%;
    padding: 0 5%;
  }
}
.recruit-othet-link > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 70px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-othet-link > div {
    flex-direction: column;
    gap: 8.5vw;
    padding: 20% 0;
  }
}
.recruit-othet-link > div a > img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-othet-link > div a > img {
    margin-bottom: 3%;
  }
}
.recruit-othet-link > div a h4 {
  margin-bottom: 0;
  line-height: 1.4;
}
.recruit-othet-link > div a h4 img {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .recruit-othet-link > div a h4 img {
    margin-bottom: 0.5%;
    margin-left: 1%;
  }
}/*# sourceMappingURL=recruit-common.css.map */