.index-section8 {
  width: 100vw;
  position: relative;
  color: rgb(0, 0, 0);
  overflow: hidden;
}
.index-section8 .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.index-section8 .main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-section8 .main .main-content .content-item .details {
  text-align: left;
}
.index-section8 .main .main-content .content-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  justify-items: center;
}
.index-section8 .main .main-content .content-item .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--denza-brand-primary);
}
.index-section8 .main .main-content .content-item .link .text {
  color: var(--denza-brand-primary);
  font-family: "URW Form Expand-700";
  margin-right: 0.10417vw;
}
.index-section8 .main .main-content .content-item .link svg {
  height: auto;
}
.index-section8 .animation-bottom-img {
  height: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}

@media screen and (min-width: 768.01px) {
  .index-section8 .main {
    padding: 9.375vw 11.09375vw 17.0833333333vw;
  }
  .index-section8 .main .main-content {
    gap: 9.84375vw;
  }
  .index-section8 .main .main-content .content-item {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-section8 .main .main-content .content-item .title {
    font-family: "URW Form Expand-500";
    font-size: 3.1770833333vw;
    line-height: 4.84375vw;
    white-space: nowrap;
  }
  .index-section8 .main .main-content .content-item .details {
    margin-top: 1.5625vw;
    font-size: 1.0416666667vw;
    line-height: 1.45;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .index-section8 .main .main-content .content-item .link {
    margin-top: 0.8333333333vw;
    cursor: pointer;
  }
  .index-section8 .main .main-content .content-item .link::after {
    height: 2px;
  }
  .index-section8 .main .main-content .content-item .link .text {
    font-size: 1.0416666667vw;
    line-height: 1.5;
  }
  .index-section8 .main .main-content .content-item .link svg {
    width: 1.25vw;
  }
  @-webkit-keyframes underline-animate {
    50% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  @keyframes underline-animate {
    50% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  .index-section8 .main .main-content .content-item .link:hover .text {
    color: var(--denza-brand-hover-link, rgb(37, 111, 202));
  }
  .index-section8 .main .main-content .content-item .link:hover::after {
    background-color: var(--denza-brand-hover-link, rgb(37, 111, 202));
    -webkit-animation: underline-animate 0.8s cubic-bezier(0.48, 0.04, 0.52, 0.96);
            animation: underline-animate 0.8s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  }
  .index-section8 .animation-bottom-img {
    width: 77.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .index-section8 .main {
    padding: 13.3333333333vw 0 58.4vw;
  }
  .index-section8 .main .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3333333333vw;
  }
  .index-section8 .main .main-content .content-item .title {
    padding-left: 4.8vw;
    font-family: "URW Form Expand-700";
    font-size: 8vw;
    line-height: 9.6vw;
    white-space: nowrap;
  }
  .index-section8 .main .main-content .content-item .details {
    padding: 0 4.2666666667vw 0;
    margin-top: 5.3333333333vw;
    font-weight: 350;
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
  }
  .index-section8 .main .main-content .content-item .link {
    margin: 0 4.2666666667vw 0;
    margin-top: 3.2vw;
  }
  .index-section8 .main .main-content .content-item .link::after {
    height: 1px;
  }
  .index-section8 .main .main-content .content-item .link .text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .index-section8 .main .main-content .content-item .link svg {
    width: 3.2vw;
  }
  .index-section8 .animation-bottom-img {
    width: 76vw;
  }
}