@charset "utf-8";
/* CSS Document */
body {
  color: #151515;
}

.lp_contents.max_width .lp_contents_inner {
  padding: 0 40px;
}

.lp_contents p {
  font-size: 18px;
  line-height: 1.8;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.mainvisual {
  position: relative;
  background: url(/img/landing_page/req/measure/bg_lj-x8000_2060_01_001.jpg) no-repeat top center #08090b;
}

.mainvisual .main_cont {
  max-width: 51%;
  margin-left: 40px;
  padding-bottom: 20px;
}

.mainvisual .new_item {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  padding: 12px 25px;
  background: #d40001;
  margin-bottom: 60px;
}

.mainvisual h1 {
  color: #fff;
  line-height: 1.3;
}

.mainvisual h1 .main_txt_top {
  font-weight: bold;
  font-size: 49px;
  display: block;
  margin-bottom: 40px;
}

.mainvisual h1 .main_txt_top span {
  font-size: 41px;
  font-weight: bold;
}

.mainvisual h1 .main_txt_bottom {
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
}

.mainvisual .cv_btn {
  padding-bottom: 50px;
}

.lp_contents.section01 {
  padding: 70px 0 90px;
}

.lp_contents.section01 h2,
.lp_contents.section02 h2 {
  font-size: 46px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1;
}

.flex_box.cont_top .flex_item.right {
  margin-top: 55px;
  max-width: 55%;
}

.flex_box.cont_top dl dt {
  color: #00479d;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flex_box.cont_top dl dd {
  font-size: 16px;
  color: #333;
}

.flex_box.cont_top .flex_item.right .img {
  margin-right: 20px;
}

.flex_box.cont_top .flex_item.right .flex_box {
  margin-bottom: 40px;
}

.lp_contents.section01 .img_box {
  border: 1px solid #e0e0e0;
  padding: 25px 13px;
}

.lp_contents.section01 .img_box .flex_item {
  padding: 0 12px;
}

.lp_contents.section01 .img_box p {
  font-size: 16px;
  color: #333;
}

.lp_contents.section02 {
  background: #e8edef;
  padding: 70px 0 90px;
}

.lp_contents.section02 .flex_box .flex_item.style_01 {
  margin-top: 50px;
}

.lp_contents.section02 dl dt {
  font-size: 28px;
  font-weight: bold;
  color: #00479d;
  margin-bottom: 20px;
}

.lp_contents.section02 .box_style_01 dl dt {
  line-height: 1.2;
}

.lp_contents.section02 dl dd {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.lp_contents.section02 .box_style_01 {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 25px 40px 0;
}

.lp_contents.section02 .box_style_01 .new_icon {
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #d40001;
  margin-bottom: 20px;
}

.lp_contents.section03 {
  background: #02091c;
}

.lp_contents.section03 .bg_wrap {
  background: url(/img/landing_page/req/measure/bg_lj-x8000_2060_01_002.jpg)top left #02091c;
  background-repeat : repeat-x;
  padding: 61px 0 64px;
}

.lp_contents.section03 h2 {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #555d71;
  line-height: 1.3;
  margin-bottom: 30px;
}

.lp_contents.section03 h2 span {
  display: block;
  font-size: 40px;
  font-weight: bold;
}

.lp_contents.section03 .txt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 47px;
}

.lp_contents.section03 .arrow dt {
  padding: 5px 0;
  color: #0f1b67;
  font-size: 15px;
  background: #fff;
  text-align: center;
}

.lp_contents.section03 .arrow .arrow_icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 14px;
  border-color: transparent transparent transparent #fff;
  margin: 88px 12px 0;
}

.lp_contents.section04 {
  padding: 70px 0 40px;
  background: linear-gradient(to bottom, #fff, #f1f1f1);
  border-bottom: 1px solid #ccc;
}

.lp_contents.section04 h2 {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.lp_contents.section04 h2::before,
.lp_contents.section04 h2::after {
  border-top: 1px solid #ccc;
  content: "";
  flex-grow: 1;
}

.lp_contents.section04 h2::before {
  margin-right: 1rem;
}

.lp_contents.section04 h2::after {
  margin-left: 1rem;
}

.lp_contents.section04 .flex_box {
  flex-wrap: wrap;
}

.lp_contents.section04 .flex_box .flex_item {
  flex-basis: 288px;
}

.lp_contents.section04 .flex_box .flex_item p {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.lp_contents.section04 .flex_box .flex_item:not(:last-child) {
  margin-bottom: 30px;
}
