.banner {
  position: relative;
  width: 100%;
  height: 33.03125rem;
}
.banner-background-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-background-image,
.banner-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-background-image {
  z-index: 0;
}
.banner-background-overlay {
  z-index: 1;
}
.banner-background-overlay.banner-background-overlay--pc,
.banner-background-image.banner-background-image--pc {
  display: block;
}
.banner-background-overlay.banner-background-overlay--mobile,
.banner-background-image.banner-background-image--mobile {
  display: none;
}
.banner-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 7.34375rem;
  width: 100%;
  z-index: 1;
}
.banner-content {
  max-width: 87.5rem;
  margin: 0 auto;
}
.banner-content__breadcrumb-wrapper {
  margin-bottom: 2.5rem;
}
.banner-content__breadcrumb-list {
  display: flex;
  align-items: center;
}
.banner-content__breadcrumb-item {
  display: flex;
  align-items: center;
}
.banner-content__breadcrumb-item:not(:last-child) {
  margin-right: 0.625rem;
}
.banner-content__breadcrumb-link {
  color: #fff !important;
  font-family: 'Google Sans';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  pointer-events: none;
}
.banner-content__breadcrumb-item:not(:last-child) .banner-content__breadcrumb-link {
  opacity: 0.6;
  pointer-events: auto;
   transition: all 0.3s ease;
}
.banner-content__breadcrumb-item:not(:last-child) .banner-content__breadcrumb-link:hover{
    transform: translateX(0.3125rem);
    color:#fff !important;
    opacity:1;
}
.banner-content__breadcrumb-separator {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  color: #fff;
}
.banner-content__breadcrumb-separator svg {
  width: 100%;
  height: 100%;
}
.banner-content__title {
  color: #fff;
  font-family: 'Google Sans';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

@media screen and (max-width: 639.98px) {
  .banner {
    height: auto;
  }
  .banner-background-wrapper {
    height: 11.25rem;
  }
  .banner-background-overlay.banner-background-overlay--pc,
  .banner-background-image.banner-background-image--pc {
    display: none;
  }
  .banner-background-overlay.banner-background-overlay--mobile,
  .banner-background-image.banner-background-image--mobile {
    display: block;
  }
  .banner-content-wrapper {
    position: static;
    margin-top: 1.375rem;
    padding-inline: 1rem;
  }
  .banner-content {
    max-width: 87.5rem;
    margin: 0 auto;
  }
  .banner-content__breadcrumb-wrapper {
    margin-bottom: 0;
  }
  .banner-content__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }

  .banner-content__breadcrumb-item:not(:last-child) {
    margin-right: 0.375rem;
  }
  .banner-content__breadcrumb-link {
    color: #08354a !important;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.0075rem;
  }
  .banner-content__breadcrumb-item:not(:last-child) .banner-content__breadcrumb-link {
    color: rgba(8, 53, 74, 0.7) !important;
  }
  .banner-content__breadcrumb-separator {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.375rem;
    color: #08354a;
  }
}
