.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-blog--recruitment {
  padding-block: 50px;
}
.hc-blog--detail {
  padding-block: 50px;
}
.hc-blog__date {
  color: rgba(90, 48, 13, 0.5);
  display: block;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.hc-blog__content h2,
.hc-blog__content h3,
.hc-blog__content h4,
.hc-blog__content h5,
.hc-blog__content h6 {
  color: var(--hc-primary);
}
.hc-blog__content h2 {
  align-items: center;
  column-gap: 10px;
  display: flex;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-top: 30px;
}
.hc-blog__content h2::before {
  background-color: var(--hc-3);
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
}
.hc-blog__content img {
  display: block;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
}
.hc-blog__info {
  background-color: var(--hc-1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: var(--hc-root);
  font-size: 1.4rem;
  padding: 10px 15px;
  width: calc((100% - 60px) / 3);
}
.hc-blog__info strong {
  color: var(--hc-primary);
}
.hc-blog__info i {
  color: var(--hc-3);
  font-size: 1.6rem;
  margin-right: 3px;
  transform: translateY(2px);
}
.hc-blog__group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hc-blog ul, .hc-blog--recruitment ul, .hc-blog--detail ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.hc-blog ul li, .hc-blog--recruitment ul li, .hc-blog--detail ul li {
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.hc-blog ul li::before, .hc-blog--recruitment ul li::before, .hc-blog--detail ul li::before {
  background-color: var(--hc-primary);
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 7px;
}
.hc-blog table, .hc-blog--recruitment table, .hc-blog--detail table {
  border: 1px solid rgba(90, 48, 13, 0.1);
  border-collapse: collapse;
  width: 100%;
}
.hc-blog table th, .hc-blog--recruitment table th, .hc-blog--detail table th,
.hc-blog table td,
.hc-blog--recruitment table td,
.hc-blog--detail table td {
  border: 1px solid rgba(90, 48, 13, 0.1);
  padding: 10px 20px;
  text-align: left;
}
.hc-blog table th, .hc-blog--recruitment table th, .hc-blog--detail table th {
  background-color: rgba(90, 48, 13, 0.05);
  color: var(--hc-primary);
  width: 200px;
}
.hc-blog .he-headline--primary, .hc-blog--recruitment .he-headline--primary, .hc-blog--detail .he-headline--primary {
  font-size: 3rem;
}
.hc-blog__ttl {
  align-items: center;
  color: var(--hc-primary);
  column-gap: 10px;
  display: flex;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-top: 30px;
}
.hc-blog__ttl::before {
  background-color: var(--hc-3);
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
}
@media only screen and (max-width: 1200px) {
  .hc-blog--recruitment .h-row {
    flex-direction: column;
  }
  .hc-blog--recruitment .h-col:last-child {
    display: none;
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-blog__group {
    gap: 10px;
  }
  .hc-blog__info {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 768px) {
  .hc-blog--recruitment .he-headline--primary {
    font-size: 2.5rem;
  }
  .hc-blog--detail {
    padding-block: 30px;
  }
  .hc-blog__info {
    width: 100%;
  }
  .hc-blog ul li, .hc-blog--recruitment ul li, .hc-blog--detail ul li {
    font-size: 1.4rem;
  }
  .hc-blog ul li::before, .hc-blog--recruitment ul li::before, .hc-blog--detail ul li::before {
    top: 6px;
  }
  .hc-blog table, .hc-blog--recruitment table, .hc-blog--detail table {
    border-top: 1px solid rgba(90, 48, 13, 0.1);
    display: block;
  }
  .hc-blog table tbody, .hc-blog--recruitment table tbody, .hc-blog--detail table tbody,
  .hc-blog table tr,
  .hc-blog--recruitment table tr,
  .hc-blog--detail table tr {
    display: block;
    width: 100%;
  }
  .hc-blog table th, .hc-blog--recruitment table th, .hc-blog--detail table th,
  .hc-blog table td,
  .hc-blog--recruitment table td,
  .hc-blog--detail table td {
    border-width: 0;
    display: block;
    width: 100%;
  }
}
.hc-post {
  background-color: rgba(90, 48, 13, 0.1);
  padding-block: 50px;
}
.hc-post--category {
  padding-block: 50px;
}
.hc-post__item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hc-post.is-inview .hc-post__item {
  opacity: 1;
  transform: translateY(0);
}
.hc-post.is-inview .hc-post__item:nth-child(1) {
  transition-delay: 0s;
}
.hc-post.is-inview .hc-post__item:nth-child(2) {
  transition-delay: 0.15s;
}
.hc-post.is-inview .hc-post__item:nth-child(3) {
  transition-delay: 0.3s;
}
.hc-post.is-inview .hc-post__item:nth-child(4) {
  transition-delay: 0.45s;
}
.hc-post__row {
  gap: 50px;
  display: flex;
}
.hc-post__row--3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.hc-post__row--3 .hc-post__col {
  width: calc((100% - 60px) / 3);
}
.hc-post__row--3 .hc-post__item {
  height: 100%;
  padding-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
}
.hc-post__sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hc-post__sidebar .hc-post__item {
  height: 100%;
  padding-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
}
.hc-post__sidebar .hc-post__ttl {
  font-size: 1.5rem;
}
.hc-post__col {
  width: calc(50% - 25px);
}
.hc-post__col:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hc-post__item {
  align-items: flex-start;
  background-color: var(--hc-1);
  border: 1px solid rgba(90, 48, 13, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.hc-post__item--small {
  flex-direction: row;
  padding-bottom: 0;
}
.hc-post__item--small .hc-post__avatar {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 0;
  width: 175px;
}
.hc-post__item--small .hc-post__avatar img {
  position: relative;
}
.hc-post__item--small .hc-post__ttl {
  font-size: 1.6rem;
}
.hc-post__info {
  flex: 1;
  padding-block: 20px;
}
.hc-post__avatar {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.hc-post__avatar img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.5s ease;
  top: 0;
  width: 100%;
}
.hc-post__type {
  background-color: var(--hc-primary);
  display: inline-block;
  color: var(--hc-1);
  font-size: 1rem;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.hc-post__ttl {
  color: var(--hc-primary);
  display: block;
  font-size: 1.8rem;
  font-family: var(--hff-title);
  padding-inline: 20px;
  transition: color 0.3s ease;
}
.hc-post__time {
  color: rgba(90, 48, 13, 0.5);
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media only screen and (min-width: 1025px) {
  .hc-post__item:hover {
    cursor: pointer;
  }
  .hc-post__item:hover .hc-post__avatar img {
    transform: scale(1.05);
  }
  .hc-post__item:hover .hc-post__ttl {
    color: var(--hc-3);
  }
  .hc-post__item:hover .hc-post__time::after {
    color: var(--hc-3);
    transform: translateX(5px);
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 {
    gap: 20px;
  }
  .hc-post__row--3 .hc-post__col {
    width: calc((100% - 40px) / 3);
  }
  .hc-post__col {
    width: 100%;
  }
  .hc-post__item {
    width: 100%;
  }
  .hc-post__ttl {
    font-size: 1.6rem;
    padding-inline: 15px;
  }
  .hc-post__time {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .hc-post--category {
    padding-block: 30px;
  }
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 {
    gap: 10px;
  }
  .hc-post__row--3 .hc-post__col {
    width: calc(50% - 5px);
  }
  .hc-post__item {
    width: 100%;
  }
  .hc-post__item--small {
    flex-direction: column;
  }
  .hc-post__item--small .hc-post__avatar {
    width: 100%;
  }
  .hc-post__time {
    margin-left: 15px;
  }
  .hc-post__avatar {
    width: 100%;
  }
  .hc-post__info {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 .hc-post__col {
    width: 100%;
  }
}

.hl-primary {
  background-color: var(--hc-1);
  padding-top: 100px;
}