/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section_welfare {
  position: relative;
}
.section_welfare .section_inner {
  position: relative;
  z-index: 1;
}
.section_welfare .ticker {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_welfare .ticker {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_welfare {
    padding: 45px 0 120px;
  }
}