@charset "UTF-8";
/* base */
html {
  overflow: auto;
  height: 100%;
}
body {
  overflow: hidden;
  min-width: auto;
  height: 100%;
}

/* header */
.lp_header {
  position: fixed;
  z-index: 5;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
}
.lp_header .logo {
  float: left;
  padding-top: 7px;
  max-width: 183px;
  width: 45%;
}
.lp_header .logo a {
  display: inline-block;
  margin-right: 4%;
  width: 73%;
}
.lp_header .logo > a img {
  max-width: 134px;
  width: 100%;
}
.lp_header .logo .country {
  max-width: 39px;
  width: 22%;
}
.lp_header .hed_btn {
  display: block;
  float: right;
  box-sizing: border-box;
  padding: 9px 30px 8px 52px;
  max-width: 250px;
  width: 50%;
  background: url("/img/landing_page/common/icon03.png") no-repeat 23px center #f43a3a;
  background-size: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.lp_header .tel_img {
  float: right;
  margin: 2px 18px 0 0;
  vertical-align: middle;
}

/* main_contents */
.main_contents {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 70px 0 57px;
  width: 100%;
  height: 100%;
}

/* main_slide */
.main_slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 600px;
  width: 100vw;
  height: calc(100vh - 70px - 57px);
}
.main_slide .slide_left,
.main_slide .slide_right {
  width: 50vw;
}
.main_slide.end_load .slide_left,
.main_slide.end_load .slide_right {
  transition: transform 0.5s cubic-bezier(0.85,0.2,0.2,0.85) 0s;
}
.main_slide.end_load .slide_left img,
.main_slide.end_load .slide_right img {
  max-width: 100%;
  vertical-align: middle;
}
.main_slide .slide_left {
  float: left;
  background: #f0f0f0;
}
.main_slide .slide_right {
  float: right;
  background: #000;
}
.main_slide .slide_left .sections,
.main_slide .slide_right .sections {
  display: table;
  min-height: 600px;
  width: 50vw;
  height: calc(100vh - 70px - 57px);
}
.main_slide .slide_left .sections .dis_table_cell,
.main_slide .slide_right .sections .dis_table_cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.main_slide .slide_left .sections .dis_table_cell .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 35px 100px;
  max-width: 730px;
  width: 100%;
}
.main_slide .slide_left .sections .dis_table_cell .inner h2 {
  margin-bottom: 5%;
}
.main_slide .slide_left .sections .dis_table_cell .inner .img {
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.main_slide .slide_right .sections:not(.sec00) .dis_table_cell h1 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main_slide .slide_right .sections:not(.sec00) .dis_table_cell h1:after {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 718px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #333;
  content: "";
}
.main_slide .slide_right .sections .dis_table_cell .inner {
  margin: 0 auto;
  padding: 0 35px;
  max-width: 748px;
  width: 100%;
  text-align: center;
}
.main_slide .slide_right .sections:not(.sec00) .dis_table_cell .inner img {
  width: 69vmin;
}
.main_slide .slide_left .sections.sec00 .dis_table_cell {
  background: url("/img/ss/products/measure-sys/vl-300/bg_ad_1098_01_002.png") no-repeat center center;
}
.main_slide .slide_right .sections.sec00 .dis_table_cell {
  background: url("/img/ss/products/measure-sys/vl-300/bg_ad_1098_01_003.jpg") repeat center top;
}
.main_slide .slide_left .sections.sec00 .dis_table_cell h1 {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.main_slide .slide_right .sections.sec00 .dis_table_cell h1 {
  margin: 0 auto;
  max-width: 100%;
  width: 72%;
  text-align: center;
}

/* pager01 */
.pager01 {
  position: absolute;
  top: calc(50% - 137px);
  left: calc(50% - 25px);
  z-index: 5;
  width: 42px;
}
.pager01 li {
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  border-right: 1px solid #666;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pager01 li:hover {
  border-right: 1px solid #498ddc;
}
.pager01 li.ac {
  border-right: 2px solid #498ddc;
}
.pager01 li span {
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 30px;
  background-image: url("/img/ss/products/measure-sys/vl-300/bg_ad_1098_01_001.png");
  background-repeat: no-repeat;
  text-indent: 100%;
}
.pager01 li:nth-child(1) span {
  background-position: 0 0;
}
.pager01 li:nth-child(2) span {
  background-position: 0 -35px;
}
.pager01 li:nth-child(3) span {
  background-position: 0 -70px;
}
.pager01 li:nth-child(4) span {
  background-position: 0 -105px;
}
.pager01 li:nth-child(5) span {
  background-position: 0 -140px;
}
.pager01 li:nth-child(6) span {
  background-position: 0 -175px;
}
.pager01 li:nth-child(7) span {
  background-position: 0 -210px;
}
.pager01 li:nth-child(8) span {
  background-position: 0 -245px;
}
.pager01 li.ac:nth-child(1) span {
  background-position: -15px 0;
}
.pager01 li.ac:nth-child(2) span {
  background-position: -15px -35px;
}
.pager01 li.ac:nth-child(3) span {
  background-position: -15px -70px;
}
.pager01 li.ac:nth-child(4) span {
  background-position: -15px -105px;
}
.pager01 li.ac:nth-child(5) span {
  background-position: -15px -140px;
}
.pager01 li.ac:nth-child(6) span {
  background-position: -15px -175px;
}
.pager01 li.ac:nth-child(7) span {
  background-position: -15px -210px;
}
.pager01 li.ac:nth-child(8) span {
  background-position: -15px -245px;
}

/* bottom_cv */
.bottom_cv {
  position: fixed;
  bottom: 90px;
  z-index: 5;
  width: 100%;
}
.bottom_cv .cv_inner {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.5% 1%;
  max-width: 1192px;
  width: 98%;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
.bottom_cv .cv_inner .pager02 {
  display: table;
  float: left;
  overflow: hidden;
  max-width: 770px;
  width: 68%;
  height: 60px;
}
.bottom_cv .cv_inner .pager02 li {
  position: relative;
  display: table-cell;
  padding-left: 0.5%;
  width: 12%;
  vertical-align: middle;
  cursor: pointer;
  transition: opacity 0.2s;
}
.bottom_cv .cv_inner .pager02 li:first-child {
  margin-left: 0;
}
.bottom_cv .cv_inner .pager02 li:hover {
  opacity: 0.8;
}
.bottom_cv .cv_inner .pager02 li.ac span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgba(0,136,192,1) 0%,rgba(0,71,153,1) 100%);
  background: linear-gradient(to right, rgba(0,136,192,1) 0%,rgba(0,71,153,1) 100%);
  content: "";
}
.bottom_cv .cv_inner .pager02 li span img {
  max-width: 100%;
  vertical-align: middle;
}
.bottom_cv .cv_inner .pager02 li.ac span img {
  opacity: 0.3;
}
.bottom_cv .lp_btn {
  position: relative;
  display: inline-block;
  float: right;
  padding: 12px 0 12px;
  max-width: 350px;
  width: 31%;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.bottom_cv .lp_btn .txt {
  display: inline-block;
  margin-left: 6%;
  padding: 2.4% 0 2.2% 11%;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  background-size: 20px auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.bottom_cv .lp_btn .img {
  position: absolute;
  top: -12px;
  right: 13px;
  padding-left: 0;
  max-width: 65px;
  width: 17%;
  border: 1px solid #ccc;
}
.bottom_cv .lp_btn .img img {
  width: 100%;
  vertical-align: middle;
}

/* footer */
.lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  padding: 17px 21px;
  width: 100%;
  border-top: 1px solid #dedede;
  background: #fff;
}
.lp_footer .copy {
  float: left;
  font-size: 12px;
}
.lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 300px;
}
.lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}
.lp_footer .link li:first-child {
  border: none;
}
.lp_footer .link li a {
  color: #06c;
  font-size: 12px;
}
.lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .main_slide .slide_left .sections.sec00 .dis_table_cell,
  .main_slide .slide_right .sections.sec00 .dis_table_cell {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1198px) {
  .bottom_cv .lp_btn .txt {
    margin-left: 6%;
    padding: 2.4% 0 2.2% 8%;
    background-size: 16px auto;
    font-size: 1.8vw;
  }
  .bottom_cv .lp_btn .img {
    top: -9px;
    right: 7px;
  }
}
@media screen and (max-width: 900px) {
  .lp_header .hed_btn {
    padding: 9px 0 8px 34px;
    width: 200px;
    background-position: 12px center;
    background-size: 13px;
    font-size: 14px;
  }
  .lp_header .tel_img {
    margin-top: 7px;
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  html {
    overflow: visible;
    height: auto;
  }
  body {
    overflow: visible;
    min-width: auto;
    height: auto;
  }
  .main_contents {
    overflow: visible;
    padding: 0;
    height: auto;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  /* header */
  .lp_header {
    position: relative;
    padding: 1% 2%;
    height: auto;
  }
  .lp_header .logo {
    width: 30%;
  }
  .lp_header .hed_btn {
    padding: 1.2% 0.6% 0.5% 10%;
    background: url("/img/landing_page/common/icon03.png") no-repeat 10% center #f43a3a;
    background-size: 7%;
    font-size: 11px;
  }

  /* section */
  .sp_block .sections.sec00 {
    padding: 8vmin 0;
    background: url("/img/ss/products/measure-sys/vl-300/bg_ad_1098_01_003.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  .sp_block .sections.sec00 .img,
  .sp_block .sections.sec00 h1,
  .sp_block .sections.sec00 .main_read {
    text-align: center;
  }
  .sp_block .sections.sec00 .img img {
    width: 37.4vmin;
  }
  .sp_block .sections.sec00 h1 img {
    width: 65.8vmin;
  }
  .sp_block .sections.sec00 .main_read img {
    width: 50.1vmin;
  }

  .sp_block .sections:not(.sec00) img {
    max-width: 100%;
  }
  .sp_block .sections:not(.sec00) .top_block {
    padding: 5vmin;
    background: #eee;
  }
  .sp_block .sections:not(.sec00) .top_block h1,
  .sp_block .sections:not(.sec00) .top_block h2,
  .sp_block .sections:not(.sec00) .top_block .img {
    text-align: center;
  }
  .sp_block .sections:not(.sec00) .top_block h2 {
    margin-bottom: 4vmin;
  }
  .sp_block .sections:not(.sec00) .top_block .cv_box {
    overflow: hidden;
    margin-top: 2vmin;
    padding: 1vmin;
    background: #fff;
  }
  .sp_block .sections:not(.sec00) .top_block .cv_box .tel_img {
    float: left;
    padding-top: 1.3vmin;
    width: 38vmin;
  }
  .sp_block .sections:not(.sec00) .top_block .cv_box .cv_btn {
    display: block;
    float: right;
    box-sizing: border-box;
    padding: 1.2% 0.6% 0.5% 10%;
    max-width: 250px;
    width: 50%;
    background: url("/img/landing_page/common/icon03.png") no-repeat 10% center #f43a3a;
    background-size: 7%;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    font-size: 11px;
  }
  .sp_block .sections:not(.sec00) .bottom_block {
    padding: 5vmin 3vmin;
    background: #000;
  }
  .sp_block .sections:not(.sec00) .bottom_block h2,
  .sp_block .sections:not(.sec00) .bottom_block .img {
    text-align: center;
  }
  .sp_block .sections:not(.sec00) .bottom_block h2 {
    margin-bottom: 5vmin;
    padding-bottom: 2vmin;
    border-bottom: 1px solid #333;
  }

  /* footer */
  .lp_footer {
    position: relative;
    padding: 1% 0;
  }
  .lp_footer .copy {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .lp_footer .link {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .lp_footer .link li {
    float: none;
    margin: 0 auto;
  }
  .lp_footer .link li a {
    font-size: 10px;
  }
}

@media screen and (max-height: 700px) {
  .bottom_cv {
    display: none;
  }
}
