@charset "utf-8";
/* CSS Document */

.mainvisual.max_width {
	background-image: url(/img/landing_page/req/measure-sys/bg_vl_2040_02_002.jpg), url(/img/landing_page/req/measure-sys/bg_vl_2040_02_001.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: top center;
	height: 355px;
}

.mv_text_img {
  padding-top: 75px;
  text-align: right;
  margin-right: 61px;
}

.mv_btn {
  padding-top: 14px;
  margin-right: 61px;
}

#main .lp_contents p.contents_text001 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 42px;
}

.contents_text002 {
  font-size: 20px;
  line-height: 1.5;
}

.image_comparison {
  margin: 40px auto 10px;
  text-align: center;
  width: 694px;
}

.visual_txt.icon_delta {}

.visual_txt.icon_delta::before {
  display: inline-block;
  margin-right: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #333;
  border-bottom: none;
  content: "";
  vertical-align: 2px;
}

.contents_text {
  margin: 0 auto;
  width: 694px;
  margin-top: 32px;
}

.image_comparison_main .drag_img {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 694px;
  user-select: none;
}

.image_comparison_main .drag_img .after_box {
  position: relative;
  z-index: 0;
}

.image_comparison_main .drag_img .before_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  width: 0%;
  height: 100%;
}

.image_comparison_main.ac .drag_img .before_box {
  width: 50%;
}

.image_comparison_main .drag_img.first .before_box {
  transition: width 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}

.image_comparison_main .drag_img .img {
  margin: 0;
}

.image_comparison_main .drag_img .img .cap {
  position: absolute;
  top: 0;
  padding: 8px 23px;
  color: #fff;
  font-size: 14px;
}

.image_comparison_main .drag_img .after_box .img .cap {
  right: 0;
}

.image_comparison_main .drag_img .before_box .img .cap {
  left: 0;
}

.image_comparison_main .drag_img .img .cap::before {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 120%;
  height: 100%;
  content: "";
}

.image_comparison_main .drag_img .after_box .img .cap::before {
  left: 0;
  background: #005e15;
  transform: skew(30deg, 0deg);
}

.image_comparison_main .drag_img .before_box .img .cap::before {
  right: 0;
  background: #df5c15;
  transform: skew(-30deg, 0deg);
}

.image_comparison_main .drag_img .img .cap .txt {
  position: relative;
  z-index: 5;
}

.image_comparison_main .drag_img .before_box .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.image_comparison_main .drag_img .before_box .img img {
  max-width: none;
  width: auto;
  height: 100%;
}

.image_comparison_main .drag_img .separator {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: 10;
  margin-left: -30px;
  width: 60px;
  height: 100%;
  cursor: grab;
}

.image_comparison_main.ac .drag_img .separator {
  left: 50%;
}

.image_comparison_main .drag_img.first .separator {
  transition: left 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}

.image_comparison_main .drag_img .separator::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  content: "";
}

.image_comparison_main .drag_img .separator .circle_line {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 60px;
  background: #000;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.image_comparison_main .drag_img .separator .circle_area {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -23px 0 0 -23px;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: #fff;
}

.image_comparison_main .drag_img .separator .circle_area::before,
.image_comparison_main .drag_img .separator .circle_area::after {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-right: 7px solid #000;
  border-left: none;
  content: "";
  transition: left 0.3s ease 0s,
    right 0.3s ease 0s;
}

.image_comparison_main .drag_img .separator .circle_area::before {
  left: 12px;
  animation: fade_animation_left 0.8s ease-in-out infinite 1.8s;
}

@keyframes fade_animation_left {
  0% {
    left: 12px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: 7px;
    opacity: 0;
  }
}

.image_comparison_main .drag_img .separator .circle_area::after {
  right: 12px;
  transform: scale(-1, 1);
  animation: fade_animation_right 0.8s ease-in-out infinite 1.8s;
}

@keyframes fade_animation_right {
  0% {
    right: 12px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    right: 7px;
    opacity: 0;
  }
}

.image_comparison_main .drag_img .separator:hover .circle_area::before {
  left: 12px;
}

.image_comparison_main .drag_img .separator:hover .circle_area::after {
  right: 12px;
}
