@charset "UTF-8";
/*CSS単独ファイル 紐づけSCSSなし*/

/* ========================================================================== */
/*260109 求人ページ追記分*/
/* ========================================================================== */

.recruitPage_number-sectionBoxList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_number-sectionBoxList {
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .recruitPage_number-sectionBoxList {
    gap: 16px;
  }
}
.recruitPage_number-sectionBoxList li {
  border: 1px solid;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  padding: 8px;
  width: calc((100% - 48px) / 4);
  height: 150px;
  /*flex: 1;*/
}
@media screen and (max-width: 991px) {
  .recruitPage_number-sectionBoxList li {
    font-size: 16px;
    font-size: 1.6rem;
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_number-sectionBoxList li {
    padding: 8px 4px;
    width: calc((100% - 32px) / 2);
  }
}
.recruitPage_number-boxTitle {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_number-boxTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.recruitPage_number-boxLead {
  min-height: calc(1.2em * 3);
  line-height: 1.2;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .recruitPage_number-boxLead {
    min-height: calc(1.2em * 2.5);
  }
}

.recruitPage_number-boxLead p {
  margin: 0 4px;
  width: 100%;
  text-align: center;
}

.recruitPage_number-boxLead span {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .recruitPage_number-boxLead span {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .recruitPage_number-boxLead span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
