.recruit__btn-box {
  margin-top: 16px;
}

.recruit__btn-box .mod__link-btn {
  width: auto;
}

.recruit .mod__inner-page-link-list {
  width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  gap: 10em;
  margin-bottom: -0;
}

.recruit .mod__inner-page-link-list > li {
    width: 200px;
  margin-bottom: 0;
  /*margin-left: auto;*/
}

.recruit__inner-page-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  color: #77af8f;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
}

.recruit__inner-page-btn:hover {
  opacity: 1;
  background: #77af8f;
  color: #fff;
}

.recruit__occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0px;
}

.recruit__occupation > li {
  width: calc(50% - 88px / 2);
  margin-bottom: 0px;
  margin-right: 88px;
}

.recruit__occupation-img {
  -webkit-filter: drop-shadow(0px 0px 4px #bcbcbc);
          filter: drop-shadow(0px 0px 4px #bcbcbc);
}

.recruit__occupation-btn {
  margin-top: 25px;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .recruit__call-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .recruit__call-btn a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 12px;
    border-radius: 5px;
    background: #77af8f;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .recruit__btn-box {
    margin-top: 8px;
  }
  .recruit__btn-box .mod__link-btn {
    width: 100%;
  }
  .recruit .mod__inner-page-link-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
  .recruit .mod__inner-page-link-list > li {
    /*width: calc(50% - 7px / 2);*/
    width: calc(50% - 7em / 2);
    margin-bottom: 7px;
    /*margin-right: 7px;*/
  }
  
  .recruit .mod__inner-page-link-list > li:last-child {
    /*margin-left: 90px;*/
    margin-right: 90px;
  }
  .recruit__inner-page-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    color: #77af8f;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .recruit__occupation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0px;
  }
  .recruit__occupation > li {
    width: calc(100% - 0px / 1);
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .recruit__occupation li {
    margin-bottom: 28px;
  }
  .recruit__occupation li:last-child {
    margin-bottom: 0;
  }
  .recruit__occupation-img {
    width: 95%;
    margin: 0 auto;
  }
  .recruit__occupation-btn {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .recruit .mod__inner-page-link-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .recruit__occupation > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit .mod__inner-page-link-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .recruit__occupation > li:nth-of-type(1n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=../maps/recruit/style.css.map */
