@charset "UTF-8";

/* mainvisual */
.mainvisual {
  overflow: hidden;
  height: 496px;
  background: url("/img/landing_page/req/marker/bg_md-x_2070_06_001.png") no-repeat center center #c5c8cd;
}
.mainvisual .mainvisual_inner {
  position: relative;
  height: 100%;
}
.mainvisual .mainvisual_inner .main_lead01 {
  margin-bottom: 25px;
  padding-top: 112px;
  font-weight: 900;
  font-size: 58px;
  line-height: 1em;
}
.mainvisual .mainvisual_inner .main_lead02 {
  position: relative;
  margin-bottom: 70px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4em;
}
.mainvisual .mainvisual_inner .main_lead02::after {
  position: absolute;
  bottom: -36px;
  left: 0;
  display: block;
  width: 50%;
  height: 1px;
  background: linear-gradient(to right, rgba(254,119,0,1) 0%,rgba(254,119,0,1) 57%,rgba(254,119,0,0.02) 99%,rgba(254,119,0,0) 100%);
  content: "";
}
.mainvisual .mainvisual_inner .main_img {
  position: absolute;
  top: 10px;
  right: 0;
}
.mainvisual .mainvisual_inner .main_title {
  font-weight: 600;
  font-size: 22px;
}

/* section_btn_area */
.section_btn_area {
  padding: 45px 0 40px;
  background: #101010;
}
.section_btn_area.bg_white {
  padding: 65px 0 30px;
  background: #fff;
}
.section_btn_area .lp_contents_btn_area.type01 {
  padding: 0;
}
.section_btn_area .free_dial_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 15px 0;
  width: 100%;
  background: #fff;
}
.section_btn_area .free_dial_area .free_dial_lead {
  margin-right: 25px;
  font-weight: 600;
  font-size: 22px;
}
.section_btn_area .free_dial_area .free_dial_lead {
  margin-right: 25px;
  font-weight: 600;
  font-size: 22px;
}
.section_btn_area .tel_wrap .tel_no {
  display: block;
  margin-bottom: 8px;
  padding-left: 70px;
  background: url("/img/landing_page/common/icon06.gif") no-repeat left 5px;
  background-size: auto 87%;
  font-weight: 900;
  font-size: 45px;
  line-height: 1em;
}
.section_btn_area .tel_wrap .contact_time {
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}
.section_btn_area .lp_btn.type10.icon06.test_btn {
  background: linear-gradient(to bottom, #72a700 0%,#518800 100%);
}

/* sections */
.sections {
  position: relative;
  box-sizing: content-box;
  min-height: 600px;
}
.sections .lp_contents_inner {
  position: relative;
  padding: 65px 0;
}
.sections .lp_contents_inner .section_title {
  margin-bottom: 30px;
  color: inherit;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2em;
}
.sections .lp_contents_inner .section_text {
  color: inherit;
  font-size: 16px;
  line-height: 1.8em;
}
.sections .lp_contents_inner .comparison_img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 500px;
}
.sections .lp_contents_inner .comparison_img .img_cap {
  margin-bottom: 5px;
  color: inherit;
  font-weight: 600;
  font-size: 15px;
}
.sections .lp_contents_inner .comparison_img .img_before,
.sections .lp_contents_inner .comparison_img .img_after {
  position: relative;
  width: 223px;
}
.sections .lp_contents_inner .comparison_img .img_before::before {
  position: absolute;
  top: calc(50% - 4px);
  right: -38px;
  display: block;
  border-top: 18px solid rgba(0,0,0,0);
  border-right: 0 solid rgba(0,0,0,0);
  border-bottom: 18px solid rgba(0,0,0,0);
  border-left: 22px solid #797c80;
  content: "";
}

/* section01 */
.sections.section01 {
  height: 600px;
}
.sections.section01 .section_img {
  position: absolute;
  top: 0;
  right: 0;
}

/* section02 */
.sections.section02 {
  background: #45494d;
  color: #fff;
}
.sections.section02 .section_img {
  position: absolute;
  top: 60px;
  right: 0;
}

/* section03 */
.sections.section03 .section_img {
  position: absolute;
  top: 60px;
  right: 0;
}

/* section04 */
.sections.section04 {
  background: url("/img/landing_page/req/marker/bg_md-x_2070_06_002.png") repeat center center;
}
.sections.section04 .lp_contents_inner {
  display: flex;
  align-items: center;
  height: 600px;
}
.sections.section04 .lp_contents_inner .summary_inner {
  padding: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 3px 0 20px rgba(0,0,0,0.2);
  text-align: center;
}
.sections.section04 .lp_contents_inner .summary_inner .summary_text01 {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4em;
}
.sections.section04 .lp_contents_inner .summary_inner .summary_text02 {
  font-size: 28px;
  line-height: 1.6em;
}


