.ly_reasonTop {
  overflow-x: hidden;
}

.bl_reasonTop h2 {
  width: calc(100% + 40px);
}

.bl_reasonTop h2 span.un_txtBig {
  font-size: clamp(2.5rem, 1.7143rem + 3.9286vw, 5.25rem);
}

.el_sectionTitle p {
  margin-top: 24px;
  font-size: 16px;
}

.bl_benefitsLeave {
  padding-top: 160px;
  padding-top: 120px;
}

.ly_benefitsSystem {
  background: #f5f5f5;
  padding: 80px 20px;
}

.ly_benefitsSystem .bl_videoTtl p.hp_txtOrange {
  font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.125rem);
  position: relative;
  padding-bottom: 8px;
}

.ly_benefitsSystem .bl_videoTtl p.hp_txtOrange::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 10px;
  background: url(../../img/benefits/video-border.svg) no-repeat center bottom;
  background-size: contain;
  content: '';
}

.ly_benefitsSystem .bl_videoTtl h3 {
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.5rem);
  margin-block: 20px;
}

.bl_benefitsOther .bl_cardsContent_grid {
  gap: 16px;
}

.bl_benefitsOther .bl_cardsContent_item {
  background: #f5f5f5;
  padding: 16px 22px 16px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}

.bl_benefitsOther .bl_cardsContent_item strong {
  display: block;
  font-weight: 700;
  font-size: 23px;
}

.bl_visionTeam p {
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  text-align: center;
}

.bl_visionTeam p span {
  font-size: clamp(1.25rem, 0.8929rem + 1.7857vw, 2.5rem);
}

@media screen and (min-width: 768px) {
  .bl_reasonTop {
    max-width: 730px;
  }

  .bl_benefitsOther .bl_cardsContent_grid {
    transform: none;
    gap: min(40px, 3vw);
  }
}