@charset "utf-8";

.recruit {
  padding-bottom: 0.50rem;
}

/* リードテキスト */
.recruit .lead {
  font-size: 0.20rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 640px) {
  .recruit .lead {
    font-size: 0.16rem;
    text-align: left;
  }
}
.recruit .list_wrap {
  padding-top: 0.70rem;
}

.recruit .list_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.40rem;
}

.recruit .list_wrap .list .detail {
  width: 100%;
  max-width: 5.80rem;
}

@media screen and (max-width: 640px) {
  .recruit .list_wrap .list .detail {
    margin-bottom: 0.5rem;
    box-sizing: border-box;
  }
}
.recruit .list_wrap .list .detail .ph {
  width: 100%;
  height: 3.78rem;
}

@media screen and (max-width: 640px) {
  .recruit .list_wrap .list .detail .ph {
    height: 2.5rem;
  }
}
.recruit .list_wrap .list .detail .txt_box .ttl {
  padding: 0.20rem 0;
  text-align: center;
  font-size: 0.30rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .recruit .list_wrap .list .detail .txt_box .ttl {
    font-size: 0.24rem;
  }
}
.recruit .list_wrap .list .detail .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
  .recruit .list_wrap .list .detail .txt_box .txt {
    font-size: 0.14rem;
  }
}
/* アクセスのタイトルを非表示 */
.footer_company_info .sec_ttl_wrap {
  display: none;
}