@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
.careers .list-of-project {
  background-color: #FEFBF0;
  padding: 50px 0;
}
.careers .list-of-project .project-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.careers .list-of-project .project-list .item-list {
  flex: 0 0 calc(100% / 3);
  padding: 0 50px;
  margin: 50px 0;
  border-right: 1px solid #818181;
}
.careers .list-of-project .project-list .item-list:nth-child(3n) {
  border-right: none;
}
.careers .list-of-project .project-list .project-icon {
  text-align: center;
  padding-bottom: 30px;
}
.careers .list-of-project .project-list .project-detail {
  font-size: 0.875rem;
}
@media screen and (max-width: 992px) {
  .careers .list-of-project .project-list {
    margin: 0;
  }
  .careers .list-of-project .project-list .item-list {
    padding: 0 15px;
    margin: 15px 0;
    flex-basis: calc(100% / 2);
  }
  .careers .list-of-project .project-list .item-list:nth-child(3n) {
    border-right: 1px solid #818181;
  }
  .careers .list-of-project .project-list .item-list:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .careers .list-of-project .project-list .item-list {
    flex-basis: 100%;
    border-right: none;
  }
  .careers .list-of-project .project-list .item-list:nth-child(3n) {
    border-right: none;
  }
}
.careers .schedule {
  background-color: #F1FBF8;
}
.careers .schedule .time-schedule {
  text-align: center;
}
.careers .application-guideline table tbody th {
  width: 20em;
}
@media screen and (max-width: 768px) {
  .careers .application-guideline table tbody th {
    width: 100%;
  }
}

/*# sourceMappingURL=010400-page.css.map */
