.job-offer-page {
  color: #333;
}

.job-offer-page *,
.job-offer-page *::before,
.job-offer-page *::after {
  box-sizing: border-box;
}

.job-offer-hero {
  min-height: 716px;
  padding-top: 130px;
  position: relative;
}

.job-offer-hero::before {
  content: "";
  background: #eef6f8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  height: 716px;
  inset: 0 auto auto 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.job-offer-hero__visual {
  background: url("../../images/job_offer/bg_main.jpg") center center/cover no-repeat;
  height: 340px;
  margin-left: auto;
  max-width: 1240px;
  width: calc(100% - 160px);
}

.job-offer-hero__heading {
  padding-top: 4px;
  text-align: center;
}

.job-offer-hero__title {
  color: #a59a72;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0;
}

.job-offer-hero__subtitle {
  color: #595858;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: -6px 0 0;
}

.job-offer-hero__entry {
  align-items: center;
  background: linear-gradient(90deg, #efbbef 0%, #de76cc 35%, #c286d6 68%, #9e9be2 100%);
  border-radius: 50%;
  bottom: 8px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  height: 144px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  right: 15px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 144px;
}

.job-offer-hero__entry:hover,
.job-offer-hero__entry:focus-visible {
  opacity: 0.82;
  transform: translateY(-3px);
}

.job-offer-list {
  background: #fff;
}

.job-offer-list__inner {
  margin: 0 auto;
  max-width: 1080px;
  width: calc(100% - 40px);
}

.area_select {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 50px 0 30px;
}

.area_select__button {
  align-items: center;
  border: 1px solid #c2b99a;
  color: #a59a72;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  min-height: 58px;
  padding: 10px 6px;
  position: relative;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.area_select__button::after {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}

.area_select__button:hover,
.area_select__button:focus-visible {
  background: #eef6f8;
  border-color: #8dafba;
  color: #638d9b;
}

.area_select__button.current,
.area_select__button.is-current {
  background: #8dafba;
  border-color: #8dafba;
  color: #fff;
  pointer-events: none;
}

.job-area-heading {
  padding: 18px 0 34px;
  text-align: center;
}

.job-area-heading__deco {
  display: block;
  height: 14px;
  margin: 0 auto 30px;
  width: 60px;
}

.job-area-heading__title {
  color: #a59a72;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0;
}

.job-area-heading__label {
  color: #a59a72;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 2px 0 0;
}

.job-offer-cards {
  border-top: 1px solid #e8e3d2;
}

.job-offer-card {
  align-items: start;
  border-bottom: 1px solid #e8e3d2;
  display: grid;
  gap: 42px;
  grid-template-columns: 540px 328px;
  min-height: 591px;
  padding: 80px 40px;
}

.job-offer-card__media {
  height: 430px;
  margin: 0;
  overflow: hidden;
  width: 540px;
}

.job-offer-card__media img,
.job-offer-card__media .job-offer-card__placeholder {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.job-offer-card__placeholder {
  background: #eef6f8 url("../../images/index/logo_foot.svg") center/100px auto no-repeat;
}

.job-offer-card__body {
  min-width: 0;
  padding-top: 2px;
  width: 328px;
}

.job-offer-card__name {
  align-items: center;
  color: #a59a72;
  display: flex;
  font-size: 28px;
  font-weight: 500;
  gap: 18px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0 0 24px;
}

.job-offer-card__pin {
  background: url("../../images/index/logo_foot.svg") center/contain no-repeat;
  display: block;
  flex: 0 0 auto;
  height: 58px;
  width: 45px;
}

.job-offer-card__details {
  margin: 0 0 22px;
}

.job-offer-card__detail {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 82px minmax(0, 1fr);
  margin-bottom: 10px;
}

.job-offer-card__detail dt {
  background: #8dafba;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
  min-height: 31px;
  padding: 6px 4px;
  text-align: center;
}

.job-offer-card__detail dd {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

.job-offer-card__detail dd p {
  margin: 0;
}

.job-offer-card__actions {
  display: grid;
  gap: 9px;
}

.job-offer-card__button {
  align-items: center;
  border: 1px solid #c2b99a;
  color: #a59a72;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  grid-template-columns: 1fr auto 1fr;
  height: 65px;
  line-height: 1;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.job-offer-card__button::before {
  content: "";
}

.job-offer-card__button:hover,
.job-offer-card__button:focus-visible {
  opacity: 0.8;
  transform: translateX(2px);
}

.job-offer-card__button--entry {
  background: linear-gradient(90deg, #efbbef 0%, #de76cc 35%, #c286d6 68%, #9e9be2 100%);
  border-color: transparent;
  color: #fff;
  font-weight: 700;
}

.job-offer-card__arrow {
  font-size: 20px;
  justify-self: end;
}

.job-offer-empty {
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 80px 20px 120px;
  text-align: center;
}

@media (max-width: 1199px) {
  .job-offer-hero {
    min-height: 590px;
    padding-top: 10vw;
  }
  .job-offer-hero::before {
    height: 590px;
  }
  .job-offer-hero__visual {
    height: auto;
    aspect-ratio: 1240/340;
    width: 95%;
  }
  .job-offer-hero__title {
    font-size: 56px;
  }
  .job-offer-hero__entry {
    bottom: 30px;
    height: 100px;
    width: 100px;
  }
  .job-offer-list__inner {
    max-width: 920px;
  }
  .area_select {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .area_select__button {
    min-height: 54px;
  }
  .job-offer-card {
    gap: 4%;
    grid-template-columns: 55% 41%;
    min-height: 0;
    padding: 7vw 3vw;
  }
  .job-offer-card__media {
    aspect-ratio: 540/430;
    height: auto;
    width: 100%;
  }
  .job-offer-card__body {
    width: 100%;
  }
  .job-offer-card__name {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .job-offer-card__detail {
    gap: 8px;
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .job-offer-card__button {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .job-offer-hero {
    min-height: 108vw;
    padding-top: 16vw;
  }
  .job-offer-hero::before {
    height: 108vw;
  }
  .job-offer-hero__visual {
    aspect-ratio: 2/1;
    background-position: center center;
    width: 95%;
  }
  .job-offer-hero__heading {
    padding-top: 4vw;
  }
  .job-offer-hero__title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .job-offer-hero__subtitle {
    font-size: 0.75rem;
    margin-top: 0.3rem;
  }
  .job-offer-hero__entry {
    bottom: 6vw;
    font-size: 0.75rem;
    height: 17vw;
    right: 2vw;
    width: 17vw;
  }
  .job-offer-list__inner {
    width: 90%;
  }
  .area_select {
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2rem 0 1.5rem;
  }
  .area_select__button {
    font-size: 0.75rem;
    min-height: 3.25rem;
    padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  }
  .area_select__button::after {
    right: 0.75rem;
  }
  .job-area-heading {
    padding: 1rem 0 2rem;
  }
  .job-area-heading__deco {
    margin-bottom: 1.25rem;
  }
  .job-area-heading__title {
    font-size: 1.15rem;
  }
  .job-area-heading__label {
    font-size: 0.75rem;
  }
  .job-offer-card {
    display: block;
    padding: 2.5rem 0;
  }
  .job-offer-card__media {
    margin-bottom: 1.5rem;
  }
  .job-offer-card__placeholder {
    background-size: 72px auto;
  }
  .job-offer-card__body {
    padding: 0;
  }
  .job-offer-card__name {
    font-size: 1.25rem;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .job-offer-card__pin {
    height: 44px;
    width: 34px;
  }
  .job-offer-card__details {
    margin-bottom: 1.5rem;
  }
  .job-offer-card__detail {
    gap: 0.75rem;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    margin-bottom: 0.65rem;
  }
  .job-offer-card__detail dt {
    font-size: 0.65rem;
    min-height: 1.75rem;
    padding: 0.35rem 0.2rem;
  }
  .job-offer-card__detail dd {
    font-size: 0.75rem;
    margin-top: 0.15rem;
  }
  .job-offer-card__button {
    font-size: 0.875rem;
    height: 3.5rem;
    padding: 0 1rem;
  }
  .job-offer-empty {
    font-size: 0.875rem;
    padding: 3rem 1rem 5rem;
  }
}

/*# sourceMappingURL=category-chubu.css.map */
