#cus_page .hero {
  padding-bottom: 70px;
  position: relative;
}
#cus_page .hero:after {
  position: absolute;
  content: '';
  background: #123574;
  height: 1050px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  z-index: -1;
}
#cus_page .hero .hero_inner {
  padding-top: 0;
}
#cus_page .m01 {
  margin-bottom: 42px;
}
#cus_page .m02,
#cus_page .m03 {
  margin-bottom: 122px;
}
#cus_page .m04 {
  margin-bottom: 0px;
}
#cus_page .m05 {
  margin-bottom: 52px;
}
#cus_page .m06 {
  margin-bottom: 244px;
}
#cus_page .fv_inner {
  margin-bottom: 59px;
}
#cus_page .fv_inner .box_img {
  position: relative;
}
#cus_page .fv_inner .box_img .js_slider_num .slider_num .slick-list {
  border-radius: 0 0 0 50px;
  width: 100%;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots {
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  bottom: -8%;
  left: 1.5em;
  right: inherit;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li {
  height: 10px;
  margin: 0;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li:after {
  width: 1px;
  height: 10px;
  top: inherit;
  left: 80% !important;
  bottom: 1.2em;
  transform: translateX(-50%);
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li button {
  color: #000;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li.slick-active:after {
  background: #6190e4;
  height: 54px;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li.slick-active button {
  color: #000;
}
#cus_page .fv_inner .box_img .js_slider_num .slick-dots li.slick-active button:before {
  opacity: 1;
}
#cus_page .fv_inner .box_img .box_news {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  right: 7%;
  width: 400px;
}
#cus_page .fv_inner .box_img .box_news .slick-slider *:focus {
  outline: none;
}
#cus_page .fv_inner .box_img .box_news .text {
  padding: 1em .8em;
  background: #3caec2;
  box-sizing: border-box;
}
#cus_page .fv_inner .box_img .box_news .text .in {
  display: block;
  width: 100%;
  padding: 0 .5em;
  color: #fff;
  font-size: 88%;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
#cus_page .fv_inner .box_img .box_news .text .in i {
  padding-right: .5em;
}
#cus_page .fv_inner .box_scroll {
  position: absolute;
  right: 0;
  bottom: 16%;
  z-index: 1;
}
#cus_page .fv_inner .box_scroll a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
}
#cus_page .fv_inner .box_scroll a .arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  transform: rotate(90deg);
}
#cus_page .fv_inner .box_scroll .line {
  position: absolute;
  height: 100px;
  left: 50%;
  bottom: -180px;
}
#cus_page .fv_inner .box_scroll .line::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
  animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#cus_contents {
  margin-top: 69px;
}
