@charset "utf-8";
/* CSS Document */

/* common */
body {
  color: #000;
}
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* mv */
.mainvisual {
  overflow: hidden;
  height: 724px;
  background: url("/img/landing_page/req/controls/bg_kv-8000_2030_01_001.jpg") no-repeat center top #ebeced;
}
.mainvisual .new_txt {
  display: inline-block;
  padding: 5px 40px;
  background: #d40001;
  color: #fff;
  font-size: 20px;
}
.mainvisual .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0;
}
.mainvisual .main_ttl span {
  display: block;
}
.mainvisual .main_ttl .main_ttl_l {
  margin-right: 15px;
  padding: 43px 20px 44px;
  background: url("/img/landing_page/req/controls/bg_kv-8000_2030_01_002.png") no-repeat center top;
  color: #d40001;
  white-space: nowrap;
  font-size: 24px;
}
.mainvisual .main_ttl .main_ttl_r span.main_copy {
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  font-size: 47px;
  line-height: 1;
}
.mainvisual .main_ttl .main_ttl_r span.main_copy span {
  margin-left: -20px;
  font-weight: bold;
  font-size: 47px;
  display: inline-block;
}
.mainvisual .main_ttl .main_ttl_r span.sub_copy {
  color: #666;
  font-size: 22px;
}
.mainvisual .main_img {
  text-align: center;
}
.mainvisual .main_img .flex_box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: -25px 0 15px;
}
.mainvisual .main_img .flex_box p {
  font-size: 16px;
  line-height: 1.6;
}
.mainvisual .main_img .flex_box p:nth-child(1) {
  margin-left: 115px;
}
.mainvisual .main_img .flex_box p:nth-child(2) {
  margin-right: 53px;
}
.mainvisual .main_img .flex_box p .series_name {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.mainvisual .main_img .flex_box p .new {
  margin-right: 5px;
  padding: 0 5px;
  background: #f00;
  color: #fff;
  vertical-align: text-bottom;
  font-size: 16px;
}
.mainvisual .mv_btn {
  text-align: center;
}

/* section01 */
.section01 {
  padding-bottom: 30px;
  background: #f0f1f2;
}
.section01 h2 {
  margin-bottom: 50px;
  background: #2f3032;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(1, 1, 1, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(1, 1, 1, 0.3);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}
.section01 h2 span.ttl_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1285px;
  height: 120px;
  background: #3d3e40;
  line-height: 1;
}
.section01 h2 span.ttl_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section01 h2 span.ttl_inner:before,
.section01 h2 span.ttl_inner:after {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 233px;
  height: 122px;
  content: "";
}
.section01 h2 span:before {
  left: 0;
  background: url("/img/landing_page/req/controls/bg_kv-8000_2030_01_003.jpg") no-repeat center top;
}
.section01 h2 span:after {
  right: 0;
  background: url("/img/landing_page/req/controls/bg_kv-8000_2030_01_004.jpg") no-repeat center top;
}
.section01 .read {
  margin-bottom: 45px;
  color: #666;
  text-align: center;
  font-size: 22px;
}
.section01 .function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.section01 .function_list .list_item {
  margin-bottom: 40px;
  max-width: 470px;
  border: 1px solid #eee;
  background: #fff;
}
.section01 .function_list .list_item dl {
  padding-bottom: 25px;
}
.section01 .function_list .list_item dl dt {
  position: relative;
  padding: 12px 0;
  border-bottom: 3px solid #6e6f72;
  background: #3d3e40;
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.section01 .function_list .list_item dl dt::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 95px;
  height: 47px;
  background: url("/img/landing_page/req/controls/bg_kv-8000_2030_01_005.jpg") no-repeat center top;
  content: "";
}
.section01 .function_list .list_item dl dd {
  padding: 20px 25px 0;
  color: #333;
  font-size: 16px;
}

/* section02 */
.section02 {
  padding: 25px 0 60px;
}
.section02 .lp_contents_inner {
  width: 970px;
  margin: 0 auto;
}
.section02 .lp_contents_inner.of-flex {
  display: flex;
}
.section02 .lp_contents_inner.of-flex.of-justifyContent-center {
  justify-content: center;
}
.section02 .lp_contents_inner.of-flex.of-align-center {
  align-items: center;
}

/* lp-textPhone */
#main .lp_contents .lp-textPhone {
  margin-bottom: 24px;
  color: #333;
}

#main .lp_contents .lp-textPhone > *:last-child {
  margin-bottom: 0;
}

#main .lp_contents .lp-textPhone-number {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

#main .lp_contents .lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 8px;
}

#main .lp_contents .lp-textPhone-note {
  margin-top: 0 !important;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

#main .lp_contents .lp-textPhone-icon {
  width: 60px;
  min-width: 60px;
  height: 30px;
  min-height: 30px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

#main .lp_contents .lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

#main .lp_contents .lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}

#main .lp_contents .lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}

#main .lp_contents .lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}

#main .lp_contents .lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

#main .lp_contents .lp-textPhone.of-center {
  text-align: center;
}

#main .lp_contents .lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

/* lp-text */
#main .lp_contents .lp-text {
  margin-right: 30px;
  font-weight: 600;
  font-size: 20px;
}
