.box--dynamic--about-us {
  padding-top: 72px;
}
.box--dynamic--about-us.box-style-white .box--common--slider {
  background-color: rgba(233,236,246,0.35);
}
.box--dynamic--about-us.box-style-gray .box--common--slider {
  background-color: #fff;
}
.box--dynamic--about-us .is-slider .box--common--slider .info {
  padding: 48px 36px 179px 32px;
}
.box--dynamic--about-us .is-slider .box--common--slider .slider-control {
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: 32px;
  z-index: 1;
}
.box--dynamic--about-us .box--common--slider {
  border-radius: 15px;
  overflow: hidden;
}
.box--dynamic--about-us .box--common--slider .info {
  padding: 48px 36px 48px 32px;
}
.box--dynamic--about-us .box--common--slider .info .description {
  margin-bottom: 32px;
  min-height: 190px;
}
.box--dynamic--about-us .box--common--slider .wrap-mob-image {
  padding-right: 16px;
  display: none;
}
.box--dynamic--about-us .box--common--slider .wrap-mob-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #004bff;
}
.box--dynamic--about-us .box--common--slider .wrap-image {
  padding: 32px 32px 32px 0;
}
.box--dynamic--about-us .box--common--slider .wrap-image .image {
  height: 282px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1850px) {
  .box--dynamic--about-us .box--common--slider .wrap-image {
    padding: 48px 32px 48px 0;
  }
  .box--dynamic--about-us .box--common--slider .wrap-image .image {
    height: 248px;
  }
}
@media screen and (max-width: 1024px) {
  .box--dynamic--about-us .is-slider .box--common--slider {
    padding-bottom: 48px;
  }
  .box--dynamic--about-us .is-slider .box--common--slider .info {
    padding: 48px 36px 0 32px;
  }
  .box--dynamic--about-us .is-slider .box--common--slider .slider-control {
    position: initial;
    margin-top: 48px;
    min-width: calc(100% - 64px);
    margin-left: 32px;
  }
  .box--dynamic--about-us .box--common--slider .info .description {
    margin-bottom: 32px;
    min-height: auto;
  }
  .box--dynamic--about-us .box--common--slider .wrap-image {
    padding: 48px 32px 48px 0;
    display: inline-flex;
    align-items: center;
  }
  .box--dynamic--about-us .box--common--slider .wrap-image .image {
    height: 173px;
  }
}
@media screen and (max-width: 576px) {
  .box--dynamic--about-us {
    padding-top: 48px;
  }
  .box--dynamic--about-us .is-slider .box--common--slider {
    padding-bottom: 48px;
  }
  .box--dynamic--about-us .is-slider .box--common--slider .info {
    padding: 48px 16px 0 16px;
  }
  .box--dynamic--about-us .is-slider .box--common--slider .slider-control {
    position: initial;
    margin-top: 32px;
    min-width: calc(100% - 32px);
    margin-left: 16px;
  }
  .box--dynamic--about-us .box--common--slider {
    padding-bottom: 48px;
  }
  .box--dynamic--about-us .box--common--slider .info {
    padding: 48px 16px 0 16px;
  }
  .box--dynamic--about-us .box--common--slider .info .description {
    font-size: 18px;
    line-height: 28px;
  }
  .box--dynamic--about-us .box--common--slider .wrapper {
    min-height: 64px;
  }
  .box--dynamic--about-us .box--common--slider .wrap-mob-image {
    display: block;
  }
  .box--dynamic--about-us .box--common--slider .wrap-image {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
  .box--dynamic--about-us .box--common--slider .wrap-image .image {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 15px;
  }
}
/*# sourceMappingURL=index.css.map */