@charset "UTF-8";
/* ----------------------------------------------
    代表メッセージ
---------------------------------------------- */
#recruit .message__img-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #recruit .message__img-box {
    margin-bottom: 40px;
  }
}
#recruit .message__title {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #recruit .message__title {
    font-size: 2rem;
  }
}
#recruit .message__text {
  line-height: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #recruit .message__text {
    line-height: 1.7;
  }
}
#recruit .message__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #recruit .message__img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .message__img-list li {
  width: 275px;
}
@media screen and (max-width: 767px) {
  #recruit .message__img-list li {
    width: 43vw;
  }
}
#recruit .president-name {
  font-weight: 700;
  text-align: right;
}

/* ----------------------------------------------
    募集一覧
---------------------------------------------- */
.recruitment .recruitment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0;
  }
}
.recruitment .recruitment__item:first-of-type {
  padding-top: 0;
}
.recruitment .recruitment__item:last-of-type {
  padding-bottom: 0;
}
.recruitment .recruitment__text-box {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__text-box {
    width: 100%;
  }
}
.recruitment .recruitment__type {
  display: inline-block;
  background-color: #333;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.recruitment .recruitment__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.recruitment .recruitment__text {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__text {
    margin-bottom: 20px;
  }
}
.recruitment .primary-btn {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .recruitment .primary-btn {
    width: 290px;
  }
}
.recruitment .recruitment__img-box {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .recruitment .recruitment__img-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
.recruitment .recruitment__img-box .img-wrap {
  aspect-ratio: 570/380;
  overflow: hidden;
}
.recruitment .recruitment__img-box img {
  aspect-ratio: 570/380;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=recruit.css.map */