@charset "UTF-8";

.vision {
  margin-top: 85px;
}

.vision__ttl {
  font-size: 38px;
  text-align: center;
  color: #555659;
  padding-top: 67px;
}

/* ----- vision-banner ----- */

.vision-banner {
  background: -moz-linear-gradient(
    top,
    rgba(1, 65, 145, 80%),
    rgba(5, 39, 91, 80%)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(1, 65, 145, 80%),
    rgba(5, 39, 91, 80%)
  );
  background: linear-gradient(
    to bottom,
    rgba(1, 65, 145, 80%),
    rgba(5, 39, 91, 80%)
  );
  text-align: center;
  position: relative;
}

.vision-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/vision/vision_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.vision-banner--bot::before {
  background-image: url(../img/vision/vision_02.png);
}

.vision-banner.mt {
  margin-top: 72px;
}

.vision-banner-wrap {
  display: inline-block;
  padding: 85px 0;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 1080px) {
  .vision-banner-wrap:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.vision-banner__ttl {
  font-size: 40px;
  color: #fff;
}

.vision-banner__ttl--sml {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #fff;
  letter-spacing: 0.01em;
}

.vision-banner__txt {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 36px;
  line-height: 2.1;
}

.sp-sml {
  display: none;
}

.vision-banner__txt.mt {
  margin-top: 53px;
}

.vision-banner__link {
  font-size: 16px;
  color: #fff;
  margin-top: 88px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  width: 160px;
  text-align: left;
  position: relative;
}

.vision-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  background-image: url(../img/vision/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.5px;
  height: 15px;
  transition: all 0.3s;
}

@media (min-width: 1080px) {
  .vision-banner:hover .vision-banner__link::before {
    right: 0;
    transition: all 0.3s;
  }
}

/* ----- movie-items ----- */

.movie-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 100px 0;
}

.movie-item {
  width: 48vw;
}

.movie-item:nth-of-type(n + 3) {
  margin-top: 80px;
}

.movie-item.ml {
  margin-left: 25px;
}

.movie-item__box {
  width: 100%;
  height: 27.1vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.movie-item video,
.movie-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.movie-item__txt {
  font-size: 26px;
  text-align: center;
  color: #555659;
  margin-top: 20px;
}

/* ------------------------------------------
/* tablet
/* ------------------------------------------ */

@media (max-width: 1079px) {
  .movie-item__txt {
    font-size: 20px;
  }
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */

@media (max-width: 767px) {
  .vision {
    margin-top: 0;
  }

  .vision__ttl {
    font-size: 25px;
    text-align: center;
    color: #555659;
    padding-top: 55px;
  }

  /* ----- vision-banner ----- */

  .vision-banner {
    background: -moz-linear-gradient(
      top,
      rgba(1, 65, 145, 80%),
      rgba(5, 39, 91, 80%)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(1, 65, 145, 80%),
      rgba(5, 39, 91, 80%)
    );
    background: linear-gradient(
      to bottom,
      rgba(1, 65, 145, 80%),
      rgba(5, 39, 91, 80%)
    );
    text-align: center;
    position: relative;
  }

  .vision-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/vision/vision_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .vision-banner--bot::before {
    background-image: url(../img/vision/vision_02_sp.png);
  }

  .vision-banner.mt {
    margin-top: 58px;
  }

  .vision-banner-wrap {
    display: inline-block;
    padding: 50px 0;
    width: 100%;
    transition: all 0.3s;
  }

  .vision-banner__ttl {
    font-size: 25px;
    color: #fff;
  }

  .vision-banner__ttl--sml {
    display: block;
    font-size: 11px;
    margin-bottom: 9px;
    color: #fff;
    letter-spacing: 0.01em;
  }

  .vision-banner__txt {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.01em;
    margin-top: 40px;
    line-height: 2.4;
  }

  .vision-banner__txt.mt {
    margin-top: 32px;
  }

  .vision-banner__link {
    font-size: 14px;
    color: #fff;
    margin-top: 67px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 155px;
    text-align: left;
    position: relative;
  }

  .vision-banner__link::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 4px;
    background-image: url(../img/vision/arrow_white_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 12px;
    transition: all 0.3s;
  }

  @media (max-width: 374px) {
    .vision-banner__ttl {
      font-size: 21px;
      color: #fff;
    }

    .sp-sml {
      display: block;
    }
  }

  /* ----- movie-items ----- */

  .movie-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 80px 0;
  }

  .movie-item {
    width: 100%;
  }

  .movie-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .movie-item.ml {
    margin-left: 0;
    margin-top: 40px;
  }

  .movie-item__box {
    width: 100%;
    height: 55.7vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  }

  .movie-item video,
  .movie-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

  .movie-item__txt {
    font-size: 18px;
    text-align: center;
    color: #555659;
    margin-top: 15px;
  }

  @media (max-width: 374px) {
    .movie-item__txt {
      font-size: 16px;
    }
  }
}
