<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  overflow-x: hidden;
}

/*************************************************

parts-pickup

*************************************************/
.parts-pickup__list-item.is-future {
  display: none;
}

/*************************************************

future-mv

*************************************************/
.future-mv {
  line-height: 0;
}
.future-mv img {
  width: 100%;
}

/*************************************************

future-lead

*************************************************/
.future-lead {
  position: relative;
  padding: 90px 20px 140px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 2.3636;
  letter-spacing: 0.16em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 126, 188)), to(rgb(0, 59, 105)));
  background: linear-gradient(0deg, rgb(0, 126, 188) 0%, rgb(0, 59, 105) 100%);
}
@media screen and (max-width: 767px) {
  .future-lead {
    padding: 35px 0 75px;
    font-size: min(16px, 4.2666666667vw);
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.future-lead p + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .future-lead p + p {
    margin-top: 25px;
  }
}
.future-lead::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border-top: transparent solid 180px;
  border-left: #fff solid 50vw;
  border-right: #fff solid 50vw;
}
@media screen and (max-width: 767px) {
  .future-lead::before {
    border-top-width: 70px;
  }
}

/*************************************************

future-prologue01

*************************************************/
.future-prologue01 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .future-prologue01 {
    padding-top: 70px;
  }
}
.future-prologue01::before, .future-prologue01::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  z-index: 1;
}
.future-prologue01::before {
  bottom: 35px;
  border-top: transparent solid 180px;
  border-left: #f0f4f5 solid 50vw;
  border-right: #f0f4f5 solid 50vw;
}
@media screen and (max-width: 767px) {
  .future-prologue01::before {
    bottom: 22px;
    border-top-width: 70px;
  }
}
.future-prologue01::after {
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #f0f4f5;
}
@media screen and (max-width: 767px) {
  .future-prologue01::after {
    height: 22px;
  }
}
.future-prologue01 &gt; * {
  position: relative;
  z-index: 5;
}

.future-prologue01-title {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .future-prologue01-title {
    margin-bottom: 35px;
  }
}
.future-prologue01-title .parts-bordertitle {
  position: relative;
  margin: 0;
  z-index: 2;
}

.future-prologue01-title__img {
  position: absolute;
  left: 50%;
  bottom: 10px;
  line-height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.future-prologue01-title__img img {
  max-width: none;
  width: auto;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .future-prologue01-title__img img {
    height: 67px;
  }
}

.future-prologue01-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: min(1080px, 100% - 40px);
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .future-prologue01-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 60px;
  }
}

.future-prologue01-list__img {
  position: relative;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-prologue01-list__img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.future-prologue01-list__img img {
  width: 100%;
}

.future-prologue01-list__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -23px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .future-prologue01-list__title {
    height: 42px;
    margin-top: -17px;
    font-size: 18px;
  }
}
.future-prologue01-list__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: min(255px, 100%);
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .future-prologue01-list__title::before {
    width: min(180px, 100%);
  }
}
.is-01 .future-prologue01-list__title::before {
  background-color: #0086bc;
}
.is-02 .future-prologue01-list__title::before {
  background-color: #004184;
}
.is-03 .future-prologue01-list__title::before {
  background-color: #002545;
}

.future-prologue01-list__title-el {
  position: relative;
  z-index: 2;
}

.future-prologue01-list__text {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.6667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-prologue01-list__text {
    font-size: 14px;
  }
}

.future-prologue01-lead01 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-prologue01-lead01 {
    font-size: min(15px, 4vw);
  }
}

.future-prologue01-lead02 {
  margin-top: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .future-prologue01-lead02 {
    margin-top: 20px;
    font-size: min(23px, 6.1333333333vw);
  }
}
.future-prologue01-lead02 span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffff33)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff33 0%) repeat scroll;
}

.future-prologue01-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  margin: 70px auto 0;
  font-size: 28px;
  font-weight: 700;
  border: #333333 solid 2px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .future-prologue01-circle {
    margin-top: 30px;
    width: 120px;
    font-size: 15px;
    border-width: 1px;
  }
}

/*************************************************

future-prologue02

*************************************************/
.future-prologue02 {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 90px;
  z-index: 2;
}
.future-prologue02 &gt; * {
  position: relative;
  z-index: 5;
}
.future-prologue02::before, .future-prologue02::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  z-index: 1;
}
.future-prologue02::before {
  top: 0;
  width: 100%;
  height: calc(100% - 180px);
  background-color: #f0f4f5;
}
@media screen and (max-width: 767px) {
  .future-prologue02::before {
    height: calc(100% - 69px);
  }
}
.future-prologue02::after {
  bottom: 0;
  border-top: #f0f4f5 solid 180px;
  border-left: transparent solid 50vw;
  border-right: transparent solid 50vw;
}
@media screen and (max-width: 767px) {
  .future-prologue02::after {
    border-top-width: 70px;
  }
}

.future-prologue02-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .future-prologue02-title {
    font-size: 20px;
  }
}

.future-prologue02-lead {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-prologue02-lead {
    font-size: 14px;
    text-align: left;
  }
}

.future-prologue02-graph {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 60px 50px 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .future-prologue02-graph {
    margin-top: 40px;
    padding: 35px 25px 15px;
  }
}

.future-prologue02-graph__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin-bottom: 40px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .future-prologue02-graph__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .future-prologue02-graph__images-el {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .future-prologue02-graph__cap {
    font-size: 12px;
  }
}

.future-prologue02-lead02 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7857;
}
@media screen and (max-width: 767px) {
  .future-prologue02-lead02 {
    margin-top: 35px;
    font-size: 14px;
  }
}

.future-prologue02-lead03 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7857;
}
@media screen and (max-width: 767px) {
  .future-prologue02-lead03 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.future-prologue02-lead03 strong {
  color: #0098d5;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .future-prologue02-lead03 strong {
    font-size: 20px;
    line-height: 1.4;
  }
}

.future-prologue02-hr01 {
  display: block;
  padding: 0;
  width: 1px;
  height: 80px;
  margin: 20px auto;
  background-color: #000000;
  border: none;
}
@media screen and (max-width: 767px) {
  .future-prologue02-hr01 {
    height: 40px;
    margin: 15px auto;
  }
}

.future-prologue02-lead04 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .future-prologue02-lead04 {
    font-size: 18px;
  }
}

/*************************************************

future-bg-blue

*************************************************/
.future-bg-blue {
  overflow: hidden;
  position: relative;
  background-color: #029adb;
  margin-top: -180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-bg-blue {
    margin-top: -70px;
  }
}

/*************************************************

future-about

*************************************************/
.future-about {
  position: relative;
  padding-top: 280px;
  color: #fff;
  line-height: 1.4;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .future-about {
    padding-top: 150px;
  }
}
.future-about &gt; * {
  position: relative;
  z-index: 5;
}

.future-about-en {
  position: absolute;
  top: 200px;
  right: calc(50% + 70px);
  width: 681px;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-about-en {
    top: 100px;
    right: calc(50% - 77px);
    width: 260px;
  }
}
.future-about-en::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 152, 213)), to(rgba(0, 152, 213, 0)));
  background: linear-gradient(0deg, rgb(0, 152, 213) 10%, rgba(0, 152, 213, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .future-about-en::after {
    display: none;
  }
}
.future-about-en img {
  position: relative;
  z-index: 1;
}

.future-about-bg {
  position: absolute;
  top: 35px;
  left: calc(50% + 210px);
  width: 790px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-about-bg {
    top: 75px;
    left: calc(50% + 25px);
    width: 390px;
  }
}

.future-about-title {
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .future-about-title {
    margin-bottom: 25px;
    font-size: 33px;
  }
}
.future-about-title small {
  display: inline-block;
  font-size: 0.7em;
}

.future-about-lead {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-about-lead {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    line-height: 1.78;
  }
}
.future-about-lead.is-01 {
  margin-bottom: 40px;
}

.future-about-text {
  margin: 0 10px 10px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .future-about-text {
    margin-bottom: 40px;
  }
}

/*************************************************

future-history

*************************************************/
.future-history {
  position: relative;
  padding-top: 200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-history {
    padding-top: 210px;
  }
}
.future-history &gt; * {
  position: relative;
  z-index: 5;
}

.future-history-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1080px, 100% - 40px);
  margin: 0 auto 110px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .future-history-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 55px;
  }
}
.future-history-head::before {
  position: absolute;
  top: 50%;
  left: 330px;
  display: block;
  content: "";
  width: 2px;
  height: 90%;
  background-color: #fff;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
@media screen and (max-width: 767px) {
  .future-history-head::before {
    display: none;
  }
}

.future-history-head__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
  padding-right: 36px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .future-history-head__title {
    display: block;
    width: auto;
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 25px;
    border-bottom: #fff solid 2px;
  }
}
.future-history-head__title span:last-child {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .future-history-head__title span:last-child {
    margin-left: 0;
  }
}

.future-history-head__texts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 330px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .future-history-head__texts {
    width: auto;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.6429;
  }
}
.future-history-head__texts * {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .future-history-head__texts * {
    font-size: 14px;
    line-height: 1.6429;
  }
}

.future-history-img {
  position: absolute;
  top: -90px;
  right: calc(50% + 170px);
  width: 571px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .future-history-img {
    top: -10px;
    right: auto;
    left: -30px;
    width: 260px;
  }
}

.future-history-en {
  position: absolute;
  top: 60px;
  left: calc(50% - 112px);
  width: 835px;
  opacity: 0.5;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .future-history-en {
    top: 140px;
    width: 323px;
    left: auto;
    right: -10px;
    opacity: 1;
  }
}

.future-history-scroll {
  position: relative;
  background-color: #e4e3ce;
  padding-bottom: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-history-scroll {
    padding-bottom: 70px;
  }
}
.future-history-scroll::before {
  position: absolute;
  bottom: calc(100% - 140px);
  left: 0;
  width: 100%;
  height: 700px;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(228, 227, 206)), to(rgb(2, 154, 219)));
  background: linear-gradient(0deg, rgb(228, 227, 206) 0%, rgb(2, 154, 219) 100%);
}
.future-history-scroll::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border-top: transparent solid 180px;
  border-left: #fff solid 50vw;
  border-right: #fff solid 50vw;
}
@media screen and (max-width: 767px) {
  .future-history-scroll::after {
    border-top-width: 70px;
  }
}

.future-history-scroll__inner {
  overflow: auto;
  cursor: move;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.future-history-scroll__inner::-webkit-scrollbar {
  display: none;
}

.future-history-scroll__el {
  position: relative;
  z-index: 2;
}
.future-history-scroll__el img {
  max-width: none;
  width: 4125px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .future-history-scroll__el img {
    width: 2125px;
  }
}

/*************************************************

future-creation

*************************************************/
.future-creation {
  position: relative;
  padding: 80px 20px 90px;
}
@media screen and (max-width: 767px) {
  .future-creation {
    padding-bottom: 25px;
  }
}
.future-creation &gt; * {
  position: relative;
  z-index: 5;
}
.future-creation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border-top: transparent solid 180px;
  border-left: #005c9d solid 50vw;
  border-right: #005c9d solid 50vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-creation::after {
    border-top-width: 70px;
  }
}

.future-creation-lead01 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-creation-lead01 {
    font-size: 15px;
  }
}

.future-creation-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-creation-title {
    font-size: 23px;
  }
}

.future-creation-en {
  position: absolute;
  left: -10px;
  top: -36px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .future-creation-en {
    top: 35px;
    left: 0;
  }
  .future-creation-en img {
    max-width: none;
    width: 56px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

.future-creation-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: 90px auto 0;
  padding: 70px 60px 40px;
  border: #e9f2f5 solid 12px;
  border-radius: 16px;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .future-creation-box {
    padding: 50px 35px 25px;
    border-width: 6px;
    border-radius: 10px;
  }
}

.future-creation-box__label {
  position: absolute;
  top: -66px;
  left: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .future-creation-box__label {
    top: -38px;
    left: -11px;
  }
}

.future-creation-box__label-icon {
  position: relative;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .future-creation-box__label-icon {
    width: 70px;
  }
}

.future-creation-box__label-text {
  position: relative;
  padding: 10px 30px 10px 53px;
  margin-left: -50px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background-color: #005c9d;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .future-creation-box__label-text {
    padding: 7px 20px 7px 40px;
    margin-left: -40px;
    font-size: 20px;
  }
}

.future-creation-box__text {
  font-size: 22px;
  line-height: 1.8182;
}
@media screen and (max-width: 767px) {
  .future-creation-box__text {
    font-size: 14px;
  }
}

.future-creation-box__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .future-creation-box__images {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.future-creation-box__images-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .future-creation-box__images-item {
    width: 100%;
  }
}

.future-creation-box__images-img {
  line-height: 0;
}
.future-creation-box__images-img img {
  width: 100%;
}

.future-creation-box__images-cap {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .future-creation-box__images-cap {
    font-size: 12px;
  }
}

.future-creation-box__image02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 760px;
  margin: 40px auto 0;
  padding: 30px 30px 40px;
  background-color: #fff;
  border: #e4e4e4 solid 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .future-creation-box__image02 {
    padding: 20px;
  }
}

.future-creation-box__image02-title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .future-creation-box__image02-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

/*************************************************

future-bottom

*************************************************/
.future-bottom {
  padding-top: 80px;
  color: #fff;
  background-color: #005c9d;
}
@media screen and (max-width: 767px) {
  .future-bottom {
    padding-top: 37px;
  }
}

.future-bottom-texts {
  position: relative;
  font-size: 26px;
  line-height: 1.9231;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .future-bottom-texts {
    font-size: min(26px, 2.4761904762vw);
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-texts {
    font-size: 15px;
    line-height: 1.6667;
  }
}
.future-bottom-texts p {
  font-weight: 700;
}
.future-bottom-texts p + p {
  margin-top: 2em;
}

.future-bottom-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .future-bottom-title {
    font-size: min(54px, 5.1428571429vw);
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-title {
    margin: 35px 0 25px;
    font-size: 30px;
  }
}

.future-bottom-title__el {
  position: relative;
}
.future-bottom-title__el span {
  position: absolute;
  top: -10px;
  display: block;
  font-size: 120px;
  color: #f7ff29;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .future-bottom-title__el span {
    top: -0.9523809524vw;
    font-size: min(120px, 11.4285714286vw);
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-title__el span {
    height: 30px;
    font-size: 60px;
  }
}
.future-bottom-title__el span.in-01 {
  left: -75px;
}
@media screen and (max-width: 1050px) {
  .future-bottom-title__el span.in-01 {
    left: -7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-title__el span.in-01 {
    left: -15px;
  }
}
.future-bottom-title__el span.in-02 {
  right: -75px;
}
@media screen and (max-width: 1050px) {
  .future-bottom-title__el span.in-02 {
    right: -7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-title__el span.in-02 {
    top: auto;
    bottom: 0;
    right: 3px;
  }
}

.future-bottom-bg {
  position: relative;
  margin-top: -18.5714285714vw;
  z-index: 1;
  line-height: 0;
}
@media screen and (max-width: 1050px) {
  .future-bottom-bg {
    margin-top: -19.0476190476vw;
  }
}
@media screen and (max-width: 767px) {
  .future-bottom-bg {
    margin-top: -36.5058670143vw;
  }
}
.future-bottom-bg img {
  width: 100%;
}</pre></body></html>