.p-business_navi__sublistItem {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.p-business_navi__sublistItem.is-active {
  opacity: 1;
}

@media (min-width: 992px) {
  .p-business_main__item.c-animation.-fadeUp {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .p-business_main__item.c-animation.-fadeUp.is-active {
    opacity: 1;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv__catch {
    top: 67%;
  }
  .p-home_kv__catch .main p {
    line-height: 1.4;
  }
  .p-home_kv__catch .sub {
    text-shadow: 0 0 10px #ffffff;
  }
}
.p-business_main__sec {
  scroll-margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .l-footer__right {
    flex-direction: column;
    align-items: end;
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__menuItem {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__privacy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__copyright {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=include.css.map */