@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 {
  margin-top: 80px;
}

/* section01 */
.section01 {
  position: relative;
  overflow: hidden;
  margin-top: -24px;
  height: 119px;
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_005.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;
}

/* section02 */
.section02 {
  position: relative;
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_002.jpg") no-repeat center top #11161d;
}
.section02 .lp_contents_inner {
  position: relative;
  padding-left: 20px;
  height: 680px;
}
.section02 .lp_contents_inner h2 {
  margin: 0 0 40px;
  padding-top: 75px;
}
.section02 .lp_contents_inner .txt01 {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
}
.section02 .lp_contents_inner .txt02 {
  position: absolute;
  right: 20px;
  bottom: 65px;
  padding: 15px 20px;
  border: 1px solid #686b70;
  color: #fff;
  font-size: 13px;
  line-height: 2em;
}

/* section03 */
.section03 {
  height: 500px;
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_003.jpg") no-repeat center top #fff;
}
.section03 .lp_contents_inner {
  padding-left: 510px;
}
.section03 .lp_contents_inner h2 {
  margin: 0 0 40px;
  padding-top: 120px;
}
.section03 .lp_contents_inner .txt01 {
  color: #666;
  font-size: 16px;
  line-height: 2em;
}

/* section04 */
.section04 {
  height: 500px;
  background: url("/img/landing_page/req/vision/bg_xg-x_1049_01_004.jpg") no-repeat center top #11161d;
}
.section04 .lp_contents_inner {
  padding-left: 20px;
}
.section04 .lp_contents_inner h2 {
  margin: 0 0 40px;
  padding-top: 120px;
}
.section04 .lp_contents_inner .txt01 {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
}
