@charset "UTF-8";
/* 募集要項
-----------------------------------------------*/
.job-detail-title {
  font-size: 30px;
  color: #002060;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .job-detail-title {
    font-size: 24px;
  }
}

.job-category-badge {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #8e86d5;
  padding: 3px 15px;
  border-radius: 50px;
}

.job-list-thumbnail {
  width: 240px;
  flex-shrink: 0;
}
.job-list-thumbnail__img {
  display: block;
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .job-list-thumbnail {
    width: 100%;
    margin-bottom: 1rem;
  }
  .job-list-thumbnail__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.job-category-nav__item {
  display: inline-block;
  padding: 0.4em 1.2em;
  border: 1px solid #8e86d5;
  border-radius: 50px;
  color: #8e86d5;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}
.job-category-nav__item:hover {
  background-color: #8e86d5;
  color: #ffffff;
}
.job-category-nav__item.is-active {
  background-color: #8e86d5;
  color: #ffffff;
}

/*==================================================
　エントリーボタン
===================================*/
.entry-btn {
  background: linear-gradient(-30deg, #5f5bcc, #ef3b48);
  color: #ffffff;
  padding: 1em 5em;
  text-align: center;
  border-radius: 50px;
}
.entry-btn span {
  font-weight: bold;
}/*# sourceMappingURL=job.css.map */