@media screen and (max-width: 768px) {
  .features-main {
    margin-bottom: 2em;
  }
}

.iconBicoat {
  position: absolute;
  bottom: 60px;
  right: 120px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .iconBicoat {
    bottom: -40px;
    right: 0;
  }
}
.iconBicoat img {
  width: 100px !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .iconBicoat img {
    width: 60px !important;
    height: auto !important;
  }
}
.mv {
  position: relative;
}
/* .mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
} */
.mv #mov0 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.mv__btn {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 3;
  width: 380px;
  transition: 0.4s all ease;
}
.mv__btn:hover {
  transform: scale(1.05);
}
.mvBtnAre {
  margin-top: 20px;
}
.mvBtnAre > a {
  display: block;
  width: 100%;
}

.future__head {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .future__head {
    padding: 40px 0;
  }
}
.future__head > h2 {
  font-size: 2.5vw;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  margin-bottom: 1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .future__head > h2 {
    font-size: 30px;
  }
}
.future__head > p {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .future__head > p {
    font-size: 16px;
  }
}
.future__eachBlock {
  display: flex;
  align-items: center;
}

.future__eachBlock[data-layout="a"] {
  flex-direction: row;
}
.future__eachBlock[data-layout="b"] {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .future__eachBlock {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .future__eachBlock:last-child {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .future__eachBlock__texts {
    margin-bottom: 20px;
  }
}

.future__eachBlock[data-layout="a"] .future__eachBlock__texts {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .future__eachBlock[data-layout="a"] .future__eachBlock__texts {
    width: 100%;
  }
}
.future__eachBlock[data-layout="b"] .future__eachBlock__texts {
  width: 60%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .future__eachBlock[data-layout="b"] .future__eachBlock__texts {
    width: 100%;
    text-align: left;
  }
}
.future__eachBlock__texts > h3 {
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 1;
  color: #c1c1c1;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  .future__eachBlock__texts > h3 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.future__eachBlock__texts > p {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .future__eachBlock__texts > p {
    font-size: 16px;
  }
}
.future__eachBlock[data-layout="a"] .future__eachBlock__fig {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .future__eachBlock[data-layout="a"] .future__eachBlock__fig {
    width: 100%;
  }
}
.future__eachBlock[data-layout="b"] .future__eachBlock__fig {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .future__eachBlock[data-layout="b"] .future__eachBlock__fig {
    width: 100%;
  }
}
.dream {
  margin-bottom: 40px;
}
.dream__head {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .dream__head {
    padding: 40px 0;
  }
}
.dream__head > h2 {
  font-size: 2.5vw;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  margin-bottom: 1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .dream__head > h2 {
    font-size: 30px;
  }
}
.dream__head > p {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .dream__head > p {
    font-size: 16px;
  }
}

.dream__media > a {
  display: block;
  overflow: hidden;
}
.dream__media > a > img {
  transition: 0.4s all ease;
}
.dream__media > a:hover img {
  transform: scale(1.05);
}
