@charset "utf-8";
/* CSS Document */

.mainvisual {
  height: 600px;
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_001.jpg"), -webkit-linear-gradient(left, rgba(42,46,53,1) 0%,rgba(42,46,53,1) 50%,rgba(17,22,29,1) 51%,rgba(17,22,29,1) 100%);
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_001.jpg"), linear-gradient(to right, rgba(42,46,53,1) 0%,rgba(42,46,53,1) 50%,rgba(17,22,29,1) 51%,rgba(17,22,29,1) 100%);
  background-position: center top, top;
  background-repeat: no-repeat, no-repeat;
}
.mainvisual h1 {
  padding-top: 130px;
}

/* section01 */
.section01 {
  position: relative;
  overflow: hidden;
  margin-top: -24px;
  height: 119px;
  background: url("/img/landing_page/req/vision/bg_xg-x_1059_01_002.png") no-repeat center top;
}
.section01:after {
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 95px;
  background: #fff;
  content: "";
}
.section01 .lp_contents_inner {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 119px;
}
.section01 .lp_contents_inner > .img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section01 .lp_contents_inner > .txt {
  position: relative;
  float: left;
  margin-left: 210px;
  padding-top: 34px;
  width: 300px;
  font-size: 16px;
}
.section01 .lp_contents_inner > .txt:before {
  position: absolute;
  top: 33px;
  left: -57px;
  display: inline-block;
  padding: 5px 6px 4px;
  border: 1px solid #c00;
  color: #c00;
  content: "NEW";
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
}
.section01 .lp_contents_inner .btn_wrap {
  float: right;
  padding-top: 9px;
  width: 450px;
  text-align: right;
}
.movie {
  margin: 30px auto;
  width: 970px;
  height: 500px;
  position: relative;
  text-align: left;
}