@charset "UTF-8";

.mainvisual {
  height: 555px;
  background: url("/img/landing_page/req/marker/bg_mk-u_1068_02_001.jpg") no-repeat center top #b2b8bc;
}
.mainvisual .lp_btn_wrap {
  position: absolute;
  top: 400px;
  right: 30px;
}
.section01 {
  background: url("/img/landing_page/req/marker/bg_mk-u_1068_02_002.jpg") no-repeat center top,
  url("/img/landing_page/req/marker/bg_mk-u_1068_02_003.jpg") repeat-x center top;
}
.section02 {
  padding-bottom: 80px;
  border-bottom: 1px solid #afb7c0;
  background: #e9eef0;
}
.section02 .img_list {
  text-align: center;
}
.section02 .img_list p {
  display: inline-block;
}
.section02 .img_list p:nth-of-type(2) {
  margin: 0 50px;
}
.section03 {
  padding-bottom: 74px;
  background: #dfe6e9;
}
.section03 .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #f2f5f6;
}
.section03 .img_box .left_box,
.section03 .img_box .right_box {
  width: 485px;
  text-align: center;
}
.section03 .img_box .left_box {
  float: left;
}
.section03 .img_box .right_box {
  float: right;
}
.section03 .img_box .arrow {
  position: absolute;
  top: 125px;
  left: 460px;
}
