.strength {
  padding: 7rem 0 25rem;
}

@media screen and (max-width: 480px) {
  .strength {
    padding: 4rem 0;
  }
}

.strength_item {
  margin-bottom: 6rem;
}

@media screen and (max-width: 480px) {
  .strength_item {
    margin-bottom: 4rem;
  }
}

.strength_item:last-of-type {
  margin-bottom: 0;
}

.strength__inner {
  padding: 0 5rem;
}

@media screen and (max-width: 480px) {
  .strength__inner {
    padding: 0;
  }
}

.strength_item_lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 480px) {
  .strength_item_lead {
    margin-bottom: 1rem;
  }
}

.strength_item_lead span {
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  color: #f46900;
  background-color: #fdf6ea;
  padding: 1rem;
}

@media screen and (max-width: 480px) {
  .strength_item_lead span {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
}

.strength_item__number {
  width: 9.5rem;
}

@media screen and (max-width: 480px) {
  .strength_item__number {
    width: 4.5rem;
  }
}

.strength_item_text {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  padding: 0 3rem;
}

@media screen and (max-width: 480px) {
  .strength_item_text {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.strength_item_text:last-of-type {
  margin-bottom: 0;
}

.strength_item_text.margin_bottom_large {
  margin-bottom: 12rem;
}

@media screen and (max-width: 480px) {
  .strength_item_text.margin_bottom_large {
    margin-bottom: 2rem;
  }
}

.strength_item_text.caption {
  color: #707070;
  font-weight: 600;
}

.strength01__image {
  margin-bottom: 4rem;
}

.strength__flex {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
  .strength__flex {
    gap: 1rem;
    margin: 2rem 0;
    align-items: flex-end;
  }

  .strength__flex_sp {
    flex-direction: column;
  }

  .strength__flex_sp.reverse {
    flex-direction: column-reverse;
  }
}

.flex_align_end {
  align-items: flex-end;
}

.flex_align_center {
  align-items: center;
}

.flex_justify_center {
  justify-content: center;
}

.flex_direction_column {
  flex-direction: column;
}

.flex_gap2 {
  gap: 2rem;
}

@media screen and (max-width: 480px) {
  .flex_gap2 {
    gap: 1rem;
  }
}

.flex_gap6 {
  gap: 6rem;
}

@media screen and (max-width: 480px) {
  .flex_gap6 {
    gap: 2rem;
  }
}

.flex_gap12 {
  gap: 12rem;
}

@media screen and (max-width: 480px) {
  .flex_gap12 {
    gap: 2rem;
  }
}

.margin_top2 {
  margin-top: 2rem;
}

.margin_top4 {
  margin-top: 4rem;
}

@media screen and (max-width: 480px) {
  .margin_top4 {
    margin-top: 2rem;
  }
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 480px) {
  .position_absolute {
    position: static;
    margin: 0 auto;
  }
}

.strength__image.strength__image02 {
  max-width: 14rem;
}

.strength__image.strength__image03 {
  max-width: 19.5rem;
}

.strength__image.strength__image03.second {
  max-width: 30rem;
}

.strength__image.strength__image04 {
  max-width: 40rem;
}

@media screen and (max-width: 480px) {
  .strength__image.strength__image04 {
    max-width: 28rem;
  }
}

.strength__image.strength__image05 {
  max-width: 32rem;
}

.strength__video {
  padding: 4rem 4rem 6rem;
}

@media screen and (max-width: 480px) {
  .strength__video {
    padding: 2rem 0;
  }
}

.strength__video video {
  width: 100%;
}
