/*------------------------------------------

child common

------------------------------------------*/

.u_child_mv {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeef5;
}
@media (max-width: 1092px) {
  .u_child_mv {
    height: 166px;
  }
}

.u_child_mv .u_section_title {
  position: relative;
  width: 100%;
  padding: 0;
}
.u_about .u_child_mv .u_section_title::before {
  content: "ABOUT";
}
.u_features .u_child_mv .u_section_title::before {
  content: "FEATURES";
}
.u_info .u_child_mv .u_section_title::before {
  content: "NEWS";
}
.u_flow .u_child_mv .u_section_title::before {
  content: "FLOW";
}
.u_child_mv .u_section_title::before {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(29, 32, 136, .1);
  font-size: 90px;
  letter-spacing: 6px;
}
.u_child_mv .u_section_title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -24px;
  margin: auto;
  width: 70px;
  height: 4px;
  background: rgba(29, 32, 136, 1);
}
@media (max-width: 1092px) {
  .u_child_mv .u_section_title::before {
    top: -8px;
    font-size: 60px;
  }
  .u_child_mv .u_section_title::after {
    width: 40px;
    height: 3px;
    bottom: -16px;
  }
}

/*------------------------------------------

Parts

------------------------------------------*/

.u_section_title {
  position: relative;
  display: inline-block;
  color: #1D2088;
  padding: 0;
}
@media (max-width: 1092px) {
  .u_section_title {
    font-size: 24px;
  }
}