.hc-breadcrumb {
  background-color: rgba(90, 48, 13, 0.1);
  padding-block: 10px;
}
.hc-breadcrumb nav {
  align-items: center;
  display: flex;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.hc-breadcrumb a {
  align-items: center;
  color: var(--hc-root);
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
  transition: color 0.5s;
}
.hc-breadcrumb a::after {
  background-color: var(--hc-root);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-inline: 10px;
  width: 5px;
}
.hc-breadcrumb a:hover {
  color: var(--hc-primary);
}
.hc-breadcrumb a:first-child {
  font-size: 0;
}
.hc-breadcrumb a:first-child::before {
  content: "\e88a";
  display: inline-block;
  font-size: 2rem;
  font-family: var(--hf-icon);
}
.hc-breadcrumb a:last-child {
  color: var(--hc-primary);
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
  margin-left: 0;
}
.hc-breadcrumb::-webkit-scrollbar {
  background-color: var(--hc-scroll-bg);
  height: 5px;
  overflow: visible;
  width: 5px;
}
.hc-breadcrumb::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hc-breadcrumb::-webkit-scrollbar-track {
  background-clip: padding-box;
}
.hc-breadcrumb::-webkit-scrollbar-track:hover {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-track:active {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--hc-scroll-thumb);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
}
.hc-breadcrumb::-webkit-scrollbar-thumb:hover, .hc-breadcrumb::-webkit-scrollbar-thumb:active {
  background-color: var(--hc-scroll-thumb);
}
.hc-recruitment {
  padding-block: 50px;
}
.hc-recruitment__item {
  border: 1px solid rgba(90, 48, 13, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  width: 100%;
}
.hc-recruitment__item .he-btn--primary {
  font-size: 1.4rem;
  font-weight: 400;
  height: 36px;
  text-transform: inherit;
}
.hc-recruitment__wrap {
  column-gap: 20px;
  display: inline-flex;
  margin-left: auto;
}
.hc-recruitment__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.hc-recruitment__ttl {
  color: var(--hc-primary);
  font-size: 1.8rem;
  font-family: var(--hff-title);
  font-weight: 700;
  transition: color 0.3s ease;
}
.hc-recruitment__category {
  background-color: rgba(90, 48, 13, 0.3);
  color: var(--hc-root);
  display: inline-block;
  font-size: 1.2rem;
  padding: 8px 20px 5px;
}
.hc-recruitment__create {
  align-items: center;
  color: var(--hc-root);
  display: inline-flex;
  font-size: 1.2rem;
}
.hc-recruitment__create i {
  font-size: 1.4rem;
  margin-right: 5px;
  transform: translateY(-1px);
}
.hc-recruitment__toolbar {
  align-items: center;
  border-top: 1px solid rgba(90, 48, 13, 0.1);
  column-gap: 20px;
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
}
.hc-recruitment__info {
  align-items: center;
  color: var(--hc-root);
  display: inline-flex;
  font-size: 1.2rem;
}
.hc-recruitment__info i {
  color: var(--hc-3);
  font-size: 1.6rem;
  margin-right: 5px;
  transform: translateY(-1px);
}
@media only screen and (min-width: 1025px) {
  .hc-recruitment__item:hover {
    box-shadow: 0 0 10px rgba(90, 48, 13, 0.3);
    border-color: transparent;
  }
}
@media only screen and (max-width: 1200px) {
  .hc-recruitment__item {
    padding: 10px 15px;
  }
  .hc-recruitment__toolbar {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-recruitment__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    row-gap: 10px;
  }
  .hc-recruitment__item .he-btn--primary,
  .hc-recruitment__item .he-btn--recruitment {
    border-radius: 0;
    justify-content: center;
    width: 50%;
  }
  .hc-recruitment__toolbar {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    order: 2;
    padding-top: 10px;
    row-gap: 10px;
  }
  .hc-recruitment__wrap {
    column-gap: 0;
    justify-content: center;
    margin-inline: -15px;
    width: calc(100% + 30px);
  }
  .hc-recruitment__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
    order: 1;
    row-gap: 10px;
  }
  .hc-recruitment__category {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .hc-recruitment {
    padding-block: 30px;
  }
}

.hc-criteria {
  background-color: rgba(84, 163, 48, 0.1);
  color: var(--hc-root);
  padding-block: 50px;
}
.hc-criteria__row {
  align-items: center;
  column-gap: 50px;
  display: flex;
}
.hc-criteria__col {
  width: 50%;
}
.hc-criteria__note {
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.5;
}
.hc-criteria__group {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-criteria__item {
  background-color: var(--hc-1);
  border-top: 2px solid var(--hc-3);
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: calc((100% - 60px) / 4);
}
.hc-criteria__txt {
  color: var(--hc-root);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.hc-criteria__ttl {
  color: var(--hc-primary);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .hc-criteria__item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-criteria__row {
    flex-direction: column;
  }
  .hc-criteria__col {
    width: 100%;
  }
  .hc-criteria__note {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .hc-criteria__group {
    flex-wrap: wrap;
  }
  .hc-criteria__item {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 576px) {
  .hc-criteria {
    padding-block: 30px;
  }
  .hc-criteria__group {
    gap: 10px;
  }
  .hc-criteria__item {
    width: 100%;
  }
}

.hc-culture {
  background-color: rgba(90, 48, 13, 0.1);
  color: var(--hc-root);
  padding-block: 50px;
}
.hc-culture__row {
  align-items: center;
  column-gap: 50px;
  display: flex;
}
.hc-culture__col {
  width: 50%;
}
.hc-culture__note {
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.5;
}
.hc-culture__img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 992.98px) {
  .hc-culture__row {
    flex-direction: column;
  }
  .hc-culture__col {
    width: 100%;
  }
  .hc-culture__note {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .hc-culture {
    padding-block: 30px;
  }
}

.hc-why-choose {
  color: var(--hc-root);
  padding-block: 50px;
}
.hc-why-choose__row {
  align-items: center;
  column-gap: 50px;
  display: flex;
}
.hc-why-choose__col {
  width: 50%;
}
.hc-why-choose__note {
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.5;
}
.hc-why-choose__group {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-why-choose__item {
  background-color: var(--hc-1);
  border: 1px solid rgba(90, 48, 13, 0.1);
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: calc((100% - 40px) / 3);
}
.hc-why-choose__txt {
  color: var(--hc-root);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.hc-why-choose__ttl {
  color: var(--hc-primary);
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--hff-title);
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.hc-why-choose__icon {
  align-items: center;
  border: 1px solid var(--hc-3);
  border-radius: 50%;
  color: var(--hc-3);
  display: inline-flex;
  height: 50px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 50px;
}
@media only screen and (min-width: 1025px) {
  .hc-why-choose__item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-why-choose__row {
    flex-direction: column;
  }
  .hc-why-choose__col {
    width: 100%;
  }
  .hc-why-choose__note {
    margin-bottom: 30px;
  }
  .hc-why-choose__item {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hc-why-choose__group {
    flex-direction: column;
  }
  .hc-why-choose__item {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hc-why-choose {
    padding-block: 30px;
  }
  .hc-why-choose__ttl {
    font-size: 1.4rem;
  }
}

.hc-hero--page {
  color: var(--hc-root);
  padding-block: 50px;
  position: relative;
  z-index: 1;
}
.hc-hero--page::before {
  background-color: rgba(90, 48, 13, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hc-hero__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.hc-hero__ttl {
  color: var(--hc-1);
  font-size: 5rem;
  font-family: var(--hff-title);
  font-weight: 900;
  margin-bottom: 20px;
}
.hc-hero__ttl span {
  color: var(--hc-3);
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.hc-hero__txt {
  color: var(--hc-1);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992.98px) {
  .hc-hero__ttl {
    font-size: 4rem;
  }
  .hc-hero__ttl span {
    font-size: 2.5rem;
  }
  .hc-hero__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .hc-hero__ttl {
    font-size: 3rem;
  }
  .hc-hero__ttl span {
    font-size: 2rem;
  }
  .hc-hero__txt br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hc-hero__ttl {
    font-size: 2.2rem;
  }
  .hc-hero__ttl span {
    font-size: 1.6rem;
  }
}

.hc-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.hc-pagination a {
  align-items: center;
  border: 1px solid rgba(90, 48, 13, 0.2);
  background-color: var(--hc-1);
  border-radius: 100%;
  color: var(--hc-root);
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 30px;
}
.hc-pagination a.current, .hc-pagination a:hover {
  background-color: var(--hc-primary);
  color: var(--hc-1);
}
.hc-pagination a.current {
  cursor: default;
  pointer-events: none;
}
.hl-primary {
  background-color: var(--hc-1);
  padding-top: 100px;
}