@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}

main * {
  box-sizing: border-box;
}

main {
  position: relative;
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
  background-color: #F5F5F5;
  margin-top: 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  main p {
    font-size: 1.4rem;
  }
}
main.menu-open {
  overflow: hidden;
}
main .coming {
  pointer-events: none;
  opacity: 0.5;
}
main img {
  max-width: 100%;
}
main .en {
  font-family: "Asap", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
main a {
  transition: all 0.3s ease;
}
main a img {
  transition: all 0.3s ease;
}
main a:hover {
  color: #EE1C26;
}
main a.textlink {
  color: #005587;
  text-decoration: underline;
  transition: all 0.2s ease;
}
main a.textlink[target=_blank]::after {
  content: url(/assets/image/blank.svg);
  padding-left: 10px;
}
main a.textlink:hover {
  color: #00BFB3;
}
main .ly_container {
  position: relative;
}
main .inview {
  opacity: 0;
}
main .inviewwrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
main .inview.active {
  animation: fadeInup 1s ease-out;
  animation-fill-mode: forwards;
}
main .inview.noanimation {
  opacity: 1;
  animation: none;
}
main .inview.active.left {
  animation: fadeInLeft 1s ease-out;
  animation-fill-mode: forwards;
}
main .inview.fade.active {
  animation: fadeIn 1s ease-out;
  animation-fill-mode: forwards;
}
main .inview.clip {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}
main .inview.active.clip {
  clip-path: inset(0 0 0 0);
  animation: none;
}
main .inview.clip.delay01 {
  transition-delay: 0.6s;
}
main .inview.clip.delay02 {
  transition-delay: 0.9s;
}
main .inview.open {
  overflow: hidden;
  opacity: 0;
  clip-path: inset(50% 50% 50% 50%);
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
main .inview.open img {
  display: block;
  width: 100%;
  height: auto;
}
main .inview.active.open {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
  animation: none;
}
main .inview.open.delay01 {
  transition-delay: 0.6s;
}
main .inview.open.delay02 {
  transition-delay: 0.9s;
}
main .inview.open.delay03 {
  transition-delay: 1.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
main .delay01 {
  animation-delay: 0.3s !important;
}
main .delay02 {
  animation-delay: 0.6s !important;
}
main .delay03 {
  animation-delay: 0.9s !important;
}
main ._spShowImportant {
  display: none !important;
}
@media screen and (max-width: 767px) {
  main .inviewwrap {
    position: static;
  }
  main ._pcShowImportant {
    display: none !important;
  }
  main ._spShowImportant {
    display: block !important;
  }
}
main a .zoom {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 6px;
}
main a .zoom img {
  transform-origin: center;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
main a.zoom:hover img,
main a:hover .zoom img {
  transform: scale(1.05);
  opacity: 1;
}
main .zoom .image {
  overflow: hidden;
  line-height: 0;
}
main .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  main .pc {
    display: none !important;
  }
  main .sp {
    display: block !important;
  }
}
main .inner {
  position: relative;
  max-width: calc(1210px + 6%);
  margin: auto;
  padding: 0 3%;
}
main .inner.short {
  max-width: calc(1042px + 6%);
}
main .bread_inner {
  margin: auto;
  padding: 0 5% 10px;
  position: relative;
  z-index: 10;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  main .bread_inner {
    display: none;
  }
}
main .breadcrumb_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0 0;
  font-size: 14px;
  line-height: 27px;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  main .breadcrumb_box {
    font-size: 1rem;
    line-height: 1.4;
  }
}
main .breadcrumb_box ol {
  display: flex;
  flex-wrap: wrap;
}
main .breadcrumb_box ol li {
  margin-right: 2em;
}
main .breadcrumb_box ol li a {
  position: relative;
}
main .breadcrumb_box ol li a::after {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: -1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #e60013;
  border-right: 0.15em solid #e60013;
  transform: rotate(45deg);
  display: block !important;
  margin-left: 0px;
  transition-duration: 0.3s;
}
main .breadcrumb_box ol li a:hover,
main .english_page a:hover {
  text-decoration: unset;
  color: #e60013;
}
main #bottom-menu {
  padding: 8rem 5% 1rem;
}
@media screen and (max-width: 767px) {
  main #bottom-menu {
    padding-top: 5rem;
  }
}
main #bottom-menu ul {
  display: flex;
  align-items: center;
  gap: 2.4vw;
}
@media screen and (max-width: 767px) {
  main #bottom-menu ul {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
main #bottom-menu ul li a {
  font-size: clamp(1.1rem, 0.592rem + 0.7vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  main #bottom-menu ul li a {
    font-size: 1rem;
  }
}
main #bottom-menu ul li a span {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-left: 5px;
}
main .round-arrow-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 32px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  main .round-arrow-btn {
    width: 46px;
    height: 46px;
  }
}
main .round-arrow-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
main .round-arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
main a:hover .round-arrow-btn {
  background-color: #EE1C26;
}
main a:hover .round-arrow-btn::before {
  background-color: #fff;
}
main a:hover .round-arrow-btn::after {
  border-color: #fff;
}
main .image-visual {
  padding-block: 10rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  main .image-visual {
    display: block;
    padding-block: 6rem 5rem;
  }
}
main .image-visual .image {
  width: 55%;
}
@media screen and (max-width: 767px) {
  main .image-visual .image {
    width: 100%;
  }
}
main .image-visual .image > img {
  border-radius: 150px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  main .image-visual .image > img {
    border-radius: 50px 10px 10px 10px;
  }
}
main .image-visual .text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  main .image-visual .text {
    width: 100%;
  }
}
main .image-visual .text h1 {
  font-size: clamp(3rem, -1.176rem + 5.4vw, 6.6rem);
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .image-visual .text h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
main .text-visual {
  padding-top: 7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .text-visual {
    padding-top: 20px;
  }
}
main .text-visual .vis-inner {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  padding: 6rem 8%;
}
main .text-visual .vis-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  max-width: 280px;
  aspect-ratio: 1;
  width: 20%;
  background-color: #F5F5F5;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .text-visual .vis-inner::before {
    max-width: none;
    width: 77px;
    top: 29px;
    right: 28px;
    border-radius: 0 0 0 50%;
  }
}
main .text-visual .vis-inner .text .title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 3rem;
}
main .text-visual .vis-inner .text .title h1 {
  font-size: clamp(3rem, -0.48rem + 4.5vw, 6rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .text-visual .vis-inner .text .title h1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
main .text-visual .vis-inner .text .title span {
  display: inline-block;
  width: 80px;
}
@media screen and (max-width: 767px) {
  main .text-visual .vis-inner .text .title span {
    width: 30px;
    min-width: 30px;
  }
}
main .text-visual .vis-inner .text h2 {
  font-size: clamp(2rem, 1.304rem + 0.9vw, 2.6rem);
  font-weight: bold;
}
main .text-visual .vis-inner .text p b {
  color: #EE1C26;
}
main .text-visual .vis-inner .text p b.bk {
  color: #000;
}
main .text-visual .vis-inner .link {
  text-align: right;
  margin-top: 2rem;
}
main .text-visual .vis-inner .link a {
  position: relative;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  background-color: #EE1C26;
  color: #fff;
  padding: 1rem 2rem;
  padding-right: 80px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  main .text-visual .vis-inner .link a {
    padding-right: 40px;
  }
}
main .text-visual .vis-inner .link a:hover {
  text-decoration: none;
  background-color: #C9171F;
}
main .text-visual .vis-inner .link a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  main .text-visual .vis-inner .link a span {
    right: 10px;
  }
}

/* HEADER
================================================== */
#recruit_header #sp-mm {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 68px;
  width: 68px;
  cursor: pointer;
  z-index: 300;
  background: #EE1C26;
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  #recruit_header #sp-mm {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-mm {
    width: 56px;
    height: 56px;
    top: 10px;
    right: 10px;
  }
}
#recruit_header #sp-mm:focus-visible {
  outline: solid;
}
#recruit_header #sp-mm:hover .sp-mm-btn span:before {
  top: -10px;
}
#recruit_header #sp-mm:hover .sp-mm-btn span:after {
  bottom: -10px;
}
#recruit_header #sp-mm .sp-mm-btn {
  position: relative;
  width: 17px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit_header #sp-mm .sp-mm-btn span {
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
  background-color: #fff;
}
#recruit_header #sp-mm .sp-mm-btn span:before, #recruit_header #sp-mm .sp-mm-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  transition: all 0.3s ease;
  background-color: #fff;
  transform-origin: center;
}
#recruit_header #sp-mm .sp-mm-btn span:before {
  top: -5px;
}
#recruit_header #sp-mm .sp-mm-btn span:after {
  bottom: -4px;
}
#recruit_header #sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1210;
  background-color: #fff;
  padding-top: 13rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu {
    top: 0;
    height: 100dvh;
    overflow-y: scroll;
    padding-top: 80px;
  }
}
#recruit_header #sp-menu #sp-mm-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 68px;
  width: 68px;
  cursor: pointer;
  z-index: 300;
  background: #EE1C26;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu #sp-mm-close {
    right: 10px;
    top: 20px;
    height: 56px;
    width: 56px;
  }
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn {
  position: relative;
  width: 17px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span {
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
  background-color: #fff;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:before, #recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  transition: all 0.3s ease;
  background-color: #fff;
  transform-origin: center;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:before {
  top: -5px;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:after {
  bottom: -4px;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span {
  background-color: transparent;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:before {
  animation: close1 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
#recruit_header #sp-menu #sp-mm-close .sp-mm-btn span:after {
  animation: close2 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes close1 {
  0% {
    top: -8px;
    transform: rotate(0);
  }
  50% {
    top: 0px;
    transform: rotate(0);
  }
  100% {
    top: 0px;
    transform: rotate(-45deg);
  }
}
@keyframes close2 {
  0% {
    bottom: -8px;
    transform: rotate(0);
  }
  50% {
    bottom: 0px;
    transform: rotate(0);
  }
  100% {
    bottom: 0px;
    transform: rotate(45deg);
  }
}
#recruit_header #sp-menu .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row {
    display: block;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row .col {
    width: 100%;
  }
  #recruit_header #sp-menu .row .col.open .parent-title::after {
    content: none;
  }
}
#recruit_header #sp-menu .row .col .parent-title {
  position: relative;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row .col .parent-title {
    padding-left: 1rem;
    margin-bottom: 0;
  }
  #recruit_header #sp-menu .row .col .parent-title a {
    display: block;
  }
}
#recruit_header #sp-menu .row .col .parent-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DB3931;
  left: -20px;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row .col .parent-title::before {
    top: 1.3rem;
    left: -10px;
  }
}
#recruit_header #sp-menu .row .col .parent-title.c2::before {
  background-color: #E48063;
}
#recruit_header #sp-menu .row .col .parent-title.c3::before {
  background-color: #E3A64D;
}
#recruit_header #sp-menu .row .col .parent-title.c4::before {
  background-color: #4D9FA0;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row .col .parent-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #EE1C26;
    border-right: 1px solid #EE1C26;
    transform: rotate(45deg);
    background: transparent;
  }
}
#recruit_header #sp-menu .row .col ul {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row .col ul {
    margin-bottom: 1rem;
    display: block !important;
  }
}
#recruit_header #sp-menu .row .col ul li a {
  color: #000;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#recruit_header #sp-menu .row .col ul li a:hover {
  color: #EE1C26;
  text-decoration: underline;
}
#recruit_header #sp-menu .row .col ul li a[target=_blank]::after {
  right: 12px;
  content: "";
  background: url(/assets/image/blank-w.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 12px;
  aspect-ratio: 9/7;
  height: auto;
  border: none;
  transform: none;
  margin-left: 5px;
}
#recruit_header #sp-menu .row ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row ul {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }
}
#recruit_header #sp-menu .row ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row ul li {
    margin-bottom: 0;
  }
}
#recruit_header #sp-menu .row ul li a {
  position: relative;
  font-size: clamp(1.1rem, 0.636rem + 0.6vw, 1.5rem);
}
#recruit_header #sp-menu .row ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .row ul li a {
    display: block;
    padding: 6px 0;
  }
  #recruit_header #sp-menu .row ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #EE1C26;
    border-right: 1px solid #EE1C26;
    transform: rotate(45deg);
    background: transparent;
  }
}
#recruit_header #sp-menu .row ul li.subtitle {
  margin-top: 1rem;
}
#recruit_header #sp-menu .subnav {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #recruit_header #sp-menu .subnav {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
  }
}
#recruit_header #sp-menu .subnav li a {
  position: relative;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#recruit_header #sp-menu .subnav li a[target=_blank]::after {
  right: 12px;
  content: "";
  background: url(/assets/humancapital/image/blank.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 12px;
  aspect-ratio: 9/7;
  height: auto;
  border: none;
  transform: none;
  margin-left: 5px;
}
#recruit_header #sp-menu .menu-open #header #header-navi {
  opacity: 0;
  pointer-events: none;
}
#recruit_header #sp-menu .scroll-in #header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
}

/* FOOTER
================================================== */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}