@charset "UTF-8";
.lp_contents_inner img,
.mainvisual_inner img {
  vertical-align: middle;
}
#main .mainvisual p,
#main .lp_contents p {
  margin-top: 0;
}
.lp_wrap_ofh {
  overflow: hidden;
  width: 100%;
}
.mainvisual {
  height: 600px;
  background: url("/img/landing_page/req/measure/bg_lj-x8000_1069_01_001.jpg") no-repeat center top #fff;
}
.mainvisual .new_release {
  padding: 13px 25px 11px;
}
.mainvisual h1 {
  margin: 75px 0 55px;
  text-align: left;
}
.mainvisual .mv_btn {
  text-align: left;
}

/* section01 */
.section01 {
  position: relative;
  z-index: 5;
  height: 200px;
  background: url("/img/landing_page/req/measure/bg_lj-x8000_1069_01_002.jpg") no-repeat center top #0057a9;
}
.section01:after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  z-index: 0;
  display: block;
  margin-left: -30px;
  border-top: 20px solid #3379ba;
  border-right: 30px solid rgba(0,0,0,0);
  border-bottom: 0 solid rgba(0,0,0,0);
  border-left: 30px solid rgba(0,0,0,0);
  content: "";
}
.section01 .lp_contents_inner {
  position: relative;
  z-index: 5;
}
.section01 .lp_contents_inner .txt01 {
  padding-top: 45px;
  text-align: center;
}

/* section02 */
.section02 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 1340px;
  background: #151957;
}
.section02:before,
.section02:after {
  position: absolute;
  left: 50%;
  z-index: 0;
  display: block;
  margin-left: -710px;
  border-right: 710px solid rgba(0,0,0,0);
  border-left: 710px solid rgba(0,0,0,0);
  content: "";
}
.section02:before {
  top: 0;
  border-top: 730px solid #1c2468;
  border-bottom: 0 solid rgba(0,0,0,0);
}
.section02:after {
  bottom: 0;
  border-top: 0 solid rgba(0,0,0,0);
  border-bottom: 610px solid #1c2468;
}
.section02 .lp_contents_inner {
  position: relative;
  z-index: 5;
}
.section02 .drag_wrap {
  position: relative;
  overflow: hidden;
  margin: 55px auto 30px;
  width: 100%;
}
.section02 .drag_wrap > .bg {
  position: relative;
  z-index: 0;
}
.section02 .drag_wrap .drag_left {
  position: absolute;
  top: 0;
  z-index: 5;
  overflow: hidden;
  width: 0;
  height: 100%;
  background-size: auto 100%;
  text-align: left;
}
.section02 .drag_wrap .drag_left:after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  content: "";
}
.section02 .drag_wrap:not(.drag) .drag_left {
  transition: width 0.7s cubic-bezier(0.37,0.63,0.21,1.25) 0s;
}
.section02.show .drag_wrap .drag_left {
  width: 50%;
}
.section02 .drag_wrap .drag_elements {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  display: block;
  margin-left: -35px;
  width: 70px;
  height: 100%;
  cursor: move;
}
.section02 .drag_wrap .drag_elements:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  box-sizing: border-box;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 70px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0.5s,
  border 0.1s ease 0s,
  transform 0.3s cubic-bezier(0.37,0.63,0.21,1.25) 0.8s;
  transform: scale(0);
}
.section02.show .drag_wrap .drag_elements:hover:before {
  border: 5px solid #fff;
}
.section02 .drag_wrap .drag_elements:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 70px;
  background: url("/img/landing_page/req/measure/bg_lj-x8000_1069_01_003.png") no-repeat center #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease 0.5s,
  background-color 0.3s ease 0s,
  transform 0.4s cubic-bezier(0.30,1.30,0.70,1.30) 0.7s;
  transform: scale(0);
}
.section02.show .drag_wrap .drag_elements:before,
.section02.show .drag_wrap .drag_elements:after {
  opacity: 1;
  transform: scale(1);
}
.section02 .drag_wrap.drag .drag_elements {
  z-index: 1001;
}
.section02 .left_box,
.section02 .right_box {
  width: 475px;
}
.section02 .left_box {
  float: left;
}
.section02 .right_box {
  float: right;
}

/* section03 */
.section03 {
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
}
.section03 .lp_contents_inner {
  padding: 40px 0 10px;
}
.section03 .lp_contents_inner .txt01 {
  margin-bottom: 40px;
}
.section03 .lp_contents_inner .img_list {
  overflow: hidden;
}
.section03 .lp_contents_inner .img_list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.section03 .lp_contents_inner .img_list li:nth-child(3n) {
  margin-right: 0;
}
