.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-info {
  border-bottom: 1px solid rgba(90, 48, 13, 0.1);
}
.hc-info__row {
  display: flex;
}
.hc-info__item {
  border-right: 1px solid rgba(90, 48, 13, 0.1);
  padding: 30px;
  width: 40%;
}
.hc-info__item:first-child {
  padding-left: 0;
}
.hc-info__item:nth-child(2) {
  width: 20%;
}
.hc-info__item:last-child {
  border-right: none;
}
.hc-info__ttl {
  color: var(--hc-primary);
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.hc-info__ttl i {
  font-size: 2rem;
  margin-right: 3px;
  transform: translateY(3px);
}
.hc-info__link {
  color: var(--hc-root);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.hc-info__link:hover {
  color: var(--hc-primary);
}
@media only screen and (max-width: 992.98px) {
  .hc-info__row {
    flex-wrap: wrap;
  }
  .hc-info__item {
    border-bottom: 1px solid rgba(90, 48, 13, 0.1);
    width: 100%;
  }
  .hc-info__item:first-child {
    border-right: none;
  }
  .hc-info__item:nth-child(2) {
    padding-left: 0;
    width: 35%;
  }
  .hc-info__item:last-child {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .hc-info__link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .hc-info__row {
    flex-direction: column;
  }
  .hc-info__item {
    padding-block: 15px;
    width: 100%;
  }
  .hc-info__item:nth-child(2) {
    border-right: none;
    width: 100%;
  }
  .hc-info__item:last-child {
    padding-left: 0;
    width: 100%;
  }
  .hc-info__ttl {
    font-size: 1.4rem;
  }
  .hc-info__ttl i {
    font-size: 1.6rem;
  }
}

.hc-contact {
  background-color: rgba(90, 48, 13, 0.1);
  padding-block: 50px;
}
.hc-contact__row {
  column-gap: 50px;
  display: flex;
}
.hc-contact__col {
  width: calc(50% - 25px);
}
.hc-contact__txt {
  color: var(--hc-3);
  font-size: 1.6rem;
  margin-top: 10px;
}
.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-toash {
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.hc-toash__item, .hc-toash__item--error, .hc-toash__item--success, .hc-toash__item--info, .hc-toash__item--warning {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.hc-toash__item.init, .init.hc-toash__item--error, .init.hc-toash__item--success, .init.hc-toash__item--info, .init.hc-toash__item--warning {
  opacity: 1;
  visibility: visible;
}
.hc-toash__item.show, .show.hc-toash__item--error, .show.hc-toash__item--success, .show.hc-toash__item--info, .show.hc-toash__item--warning {
  transform: translateX(0);
}
.hc-toash__item--warning {
  border-bottom: 3px solid #FBC02D;
}
.hc-toash__item--info {
  border-bottom: 3px solid #0288D1;
}
.hc-toash__item--success {
  border-bottom: 3px solid #388E3C;
}
.hc-toash__item--error {
  border-bottom: 3px solid #D32F2F;
}
.hc-toash__ttl {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hc-toash__content {
  font-size: 1.2rem;
  line-height: 1.3;
}
.hc-toash__btn {
  border: 1px solid #eaeaea;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  pointer-events: visible;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: background-color 0.3s;
  visibility: hidden;
  width: 20px;
}
.hc-toash__btn::before, .hc-toash__btn::after {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
  width: 10px;
}
.hc-toash__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-toash__btn:hover {
  background-color: #D32F2F;
  cursor: pointer;
}
.hc-toash__btn:hover::before, .hc-toash__btn:hover::after {
  background-color: #fff;
}

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