@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.future, .future * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .company-mvv-banner {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-mvv-banner .ir-banner__left {
    max-width: 61%;
    line-height: 3.8rem;
    position: relative;
    top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .company-mvv-banner .ir-banner__title::after {
    width: 2.3rem;
    top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb.is-mvv {
    padding: 0 0.9rem 0.8rem;
  }
}

.future {
  max-width: 120rem;
  margin: 8.3rem auto 13.8rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .future {
    max-width: 33.5rem;
    margin: 4.6rem auto 7.9rem;
  }
}
.future .future__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.future .future__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.future .future__box.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.future .future__box:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .future .future__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.future .future__img {
  width: 58rem;
  aspect-ratio: 1.414;
  overflow: hidden;
  display: block;
}
.future .future__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .future .future__img {
    width: 100%;
  }
}

.md {
  display: none;
}

@media screen and (max-width: 768px) {
  .md {
    display: block;
  }
  .lg {
    display: none;
  }
}
.future__box:last-child .future__info {
  padding-top: 0rem;
  margin-top: -3px;
}

.future__info {
  padding-top: 4.1rem;
  max-width: 56rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .future__info {
    padding-top: 0rem;
  }
}

.future__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.2rem;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 768px) {
  .future__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.future__title::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.2rem;
  background: url("/wp-content/themes/vlcholdings/images/icon/double-arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .future__title::after {
    width: 2.6rem;
    height: 2.4rem;
    right: -3.7rem;
  }
}

.future_slug {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .future_slug {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}

.future__box:last-child .future__main {
  margin: 3.8rem 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .future__box:last-child .future__main {
    margin: 0 0 1.7rem;
  }
}
.future__box:last-child .future__img {
  margin: 2rem 0rem 2.6rem;
}
@media screen and (max-width: 768px) {
  .future__box:last-child .future__img {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
  }
}

.future__main-titlebtottom {
  padding: 0.16em 0 0.28em;
  font-size: 4.8rem;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  .future__main-titlebtottom {
    padding: 0.07em 0 0.2em;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.future__main {
  margin: 4rem 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .future__main {
    margin: 0;
  }
}
.future__main .future__main-title {
  padding: 0.14em 0 0.4rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.8rem;
}
@media screen and (max-width: 768px) {
  .future__main .future__main-title {
    padding: 0 0 1.1rem;
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}
.future__main .future__main-des {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .future__main .future__main-des {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.future__des {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .future__des {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin: 0 0 -0.3rem;
  }
}

.future__line {
  width: 100%;
  height: 1px;
  margin: 8rem 0 8.3rem;
  background-color: rgba(82, 104, 125, 0.3);
}
@media screen and (max-width: 768px) {
  .future__line {
    margin: 4rem 0;
  }
}