@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.career {
  padding: 60px 0;
}
.career__box:first-child {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdd2d7;
}
.career .c_title {
  margin-bottom: 15px;
}

.welfare {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.welfare__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.welfare__item_image {
  margin-bottom: 15px;
}
.welfare__item_title {
  margin-bottom: 5px;
  color: #26408d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
}

.banner {
  padding: 60px 0;
}
.banner .c_bnr__title {
  margin-bottom: 0;
}

.business {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.business__tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.business__tab_item {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  border: 2px solid #cdd2d7;
  color: #26408d;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.business__tab_item.active, .business__tab_item:hover {
  background-color: #fff;
  border: 2px solid #26408d;
}
.business__content_item {
  display: none;
  transition: all 0.5s;
}
.business__content_item:first-child {
  display: block;
}
.business__content_image {
  margin-bottom: 60px;
}
.business__content .c_table__th, .business__content .c_table__td {
  padding-left: 0;
  padding-right: 0;
}
.business__content .c_table__th {
  font-weight: 700;
}
.business__content .c_table__note.spec {
  margin-top: 15px;
}
@media screen and (min-width: 576px){
  .welfare__list {
    flex-direction: row;
  }
  .welfare__item {
    width: calc(50% - 20px);
  }
  .business__tab_item {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px){
  .business__tab_item {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 992px){
  .career {
    padding: 94px 0 97px;
  }
  .career__box:first-child {
    margin-bottom: 70px;
    padding-bottom: 55px;
  }
  .career .c_title {
    margin-bottom: 28px;
  }
  .welfare {
    padding: 110px 0 95px;
  }
  .welfare__item_image {
    margin-bottom: 25px;
  }
  .welfare__item_title {
    font-size: 1.5rem;
  }
  .banner {
    padding: 100px 0;
  }
  .business {
    padding: 112px 0 122px;
  }
  .business__tab {
    margin-bottom: 60px;
  }
  .business__tab_item {
    width: calc(25% - 30px);
    height: 68px;
  }
  .business__content .c_table__th, .business__content .c_table__td {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .business__content .c_table__th {
    font-size: 1.125rem;
  }
  .business__content .c_table__note.spec {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=maps/recruit.css.map */
