.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 .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;
  }
  .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 .animation-bottom-img {
    width: 76vw;
  }
}