body {
  background-color: #f2f2f2;
}

.recruitPage {
  padding-top: 90px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1000px) {
  .recruitPage {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage {
    font-size: 3.2vw;
    padding-top: 20vw;
  }
}
.recruitPage_ttlArea {
  text-align: center;
}
.recruitPage_ttlArea .en {
  font-size: 5.625em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruitPage_ttlArea .en {
    font-size: 4em;
  }
}
.recruitPage_ttlArea .ja {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.5em;
}
.recruitPage_leadArea {
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .recruitPage_leadArea {
    font-size: 1.2em;
    margin-top: 2.5em;
  }
}
.recruitPage_list {
  max-width: 58.75em;
  width: 90%;
  margin: 4em auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruitPage_list {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
}
.recruitPage_list_item {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .recruitPage_list_item {
    width: 100%;
  }
  .recruitPage_list_item:nth-child(n+2) {
    margin-top: 4em;
  }
}
.recruitPage_list_item_img {
  width: 100%;
  height: auto;
}
.recruitPage_list_item_img img {
  width: 100%;
}
.recruitPage_list_item_btnArea {
  margin-top: 2em;
}
.recruitPage_list_item_btnArea a {
  width: 78%;
  margin-inline: auto;
  display: block;
  font-size: 1.0625em;
  font-weight: bold;
  padding: 1em 0 1em 1.5em;
  border-radius: 2.95em;
  line-height: 1;
  position: relative;
  border: 0.06em solid #000;
  color: #000;
}
@media screen and (max-width: 768px) {
  .recruitPage_list_item_btnArea a {
    width: 86%;
  }
}
.recruitPage_list_item_btnArea a:nth-child(n+2) {
  margin-top: 1em;
}
.recruitPage_list_item_btnArea a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/common/otherLink_black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.recruitPage_list_item_btnArea a.entryBtn {
  background-color: #e05214;
  border: 0.06em solid #e05214;
  color: #fff;
}
.recruitPage_list_item_btnArea a.entryBtn::after {
  background-image: url("../img/common/otherLink_white.svg");
}
.recruitPage_list_item_btnArea a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
  border: 0.06em solid #fff;
}
.recruitPage_list_item_btnArea a:hover::after {
  background-image: url("../img/common/otherLink_white.svg");
}
.recruitPage_list_item_btnArea a:hover.entryBtn {
  background-color: #fff;
  border: 0.06em solid #e05214;
  color: #e05214;
}
.recruitPage_list_item_btnArea a:hover.entryBtn::after {
  background-image: url("../img/common/otherLink_orange.svg");
}

.back {
  margin-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .back {
    margin-top: 16vw;
    padding-bottom: 10vw;
  }
  .back.b2 {
    margin-top: 25vw;
  }
}
.back a {
  width: 226px;
  margin: 0 auto;
  display: block;
}/*# sourceMappingURL=style_recruit-info.css.map */