.p-recruit {
  padding: 80px 0 100px;
}

@media screen and (max-width: 960px) {
  .p-recruit {
    padding: 40px 0 40px;
  }
}
.p-recruit__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1300px) {
  .p-recruit__position {
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 58px;
  }
}
.p-recruit__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border: 1px solid #ddd;
  font-family: var(--font_family--en);
}
@media screen and (max-width: 1400px) {
  .p-recruit__item {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1400px) {
  .p-recruit__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__item {
    width: 100%;
    padding: 32px 20px 20px;
  }
}
.p-recruit__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 60px;
  background: #fff;
  line-height: 60px;
}

@media screen and (max-width: 960px) {
  .p-recruit__item i {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    line-height: 44px;
    font-size: 14px;
  }
}
.p-recruit__item h4 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-recruit__item h4 {
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.p-recruit__item h5 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-recruit__item h5 {
    margin-top: 4px;
    margin-bottom: 20px;
  }
}
.p-recruit__item p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-recruit__item p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .c-pageTtl__inner {
    border-bottom: 1px solid var(--color_border) !important;
  }
}

@media screen and (max-width: 960px) {
  .c-pageTtl__desc {
    margin: 60px 0 0;
  }
}

