@charset "UTF-8";
#recruit-content {
  color: #3f4865;
}
.article-title-set__title-bold {
  color: #3f4865;
}
.recruit-box {
  margin-bottom: 80px;
}
.recruit-box:last-of-type {
  margin-bottom: 0;
}
.recruit-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}
.recruit-icon {
  width: 40px;
  height: 40px;
  background-color: #3f4865; /* 濃紺 */
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.recruit-icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: 50%;
  transform: translateX(-40%);
}
.recruit-card {
  width: 80%;
  display: flex;
  border: 0.5px solid #596380;
  margin: 0 auto 40px;
  padding: 40px 40px;
}
.recruit-card:last-of-type {
  margin-bottom: 0;
}
.recruit-card__logo-box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.recruit-card__logo-img {
  width: 250px;
}
.recruit-card__position {
  width: 50%;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.recruit-sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recruit-sns__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.recruit-sns__icon,
.recruit-sns__icon > img {
  width: 80px;
}
/*-------------------------------*/

/*@media screen and (max-width : 1000px)

/*-------------------------------*/
@media screen and (max-width: 999.98px) {
  .article-title-set__title {
    font-size: 28px;
  }
  .recruit-card__logo-img {
    width: 200px;
  }
  .recruit-card__position {
    justify-content: center;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

/*-------------------------------*/
@media screen and (max-width: 767.98px) {
  .article-title-set__title {
    font-size: 26px;
  }
  .recruit-box {
    margin-bottom: 50px;
  }
  .recruit-card__logo-img {
    width: 180px;
  }
  .recruit-card__position {
    font-size: 28px;
  }
  .recruit-sns__icon > img {
    width: 60px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 640px)

/*-------------------------------*/
@media screen and (max-width: 639.98px) {
  .article-title-set__title {
    font-size: 22px;
  }
  .recruit-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .recruit-card {
    width: auto;
  }
  .recruit-card__logo-img {
    width: 150px;
  }
  .recruit-card__position {
    font-size: 24px;
  }
  .recruit-sns__title {
    margin-bottom: 20px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 500px)

/*-------------------------------*/
@media screen and (max-width: 499.98px) {
  .article-title-set__title,
  .recruit-title {
    font-size: 20px;
  }
  .recruit-icon {
    width: 30px;
    height: 30px;
  }
  .recruit-icon::before {
    border-left-width: 13px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .recruit-card {
    align-items: center;
    flex-direction: column;
    padding: 25px 40px;
    margin-bottom: 30px;
  }
  .recruit-card__logo-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-card__logo-img {
    width: 60%;
  }
  .recruit-card__position {
    width: 100%;
    font-size: 24px;
  }
  .recruit-sns__title {
    font-size: 18px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 400px)

/*-------------------------------*/
@media screen and (max-width: 399.98px) {
}
/*-------------------------------*/

/* min-width

/*-------------------------------*/
/*-------------------------------*/

/*@media screen and (min-width : 1000px)

/*-------------------------------*/
@media screen and (min-width: 1000px) {
}
/*-------------------------------*/

/*@media screen and (min-width : 1200px)

/*-------------------------------*/
@media screen and (min-width: 1200px) {
}
