.ly_company {
  margin-block: 136px 100px;
  overflow: clip;
}

.ly_companyHeading,
.ly_companyInfo {
  padding-inline: 20px;
}

.el_companySecHeading {
  font-size: 20px;
  font-weight: 500;
  margin-block: 0 20px;
}

.ly_companyInfo {
  margin-top: 40px;
}

.bl_companyInfoList {
  display: flex;
  flex-direction: column;
  color: #494949;
  margin-top: 40px;
}

.bl_companyInfoList li {
  padding-block: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d9d9;
}

.bl_companyInfoList li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.bl_companyInfoList li p:first-child {
  width: 100px;
  flex-shrink: 0;
}

.bl_companyMap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_companyMap iframe {
  width: 100%;
  aspect-ratio: 73 / 40;
}

.ly_companyImg {
  margin-block: 40px;
  height: 400px;
  max-width: 1280px;
  margin-inline: auto;
}

.ly_companyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_companyOwners {
  margin: 80px 20px;
  letter-spacing: 0.01em;
}

.bl_companyOwners {
  border: 1px solid #b2b2b2;
  padding: 40px;
}

.bl_companyOwners p {
  max-width: 682px;
  margin-inline: auto;
}

.bl_companyOwnersImg {
  aspect-ratio: 24 / 27;
  margin-bottom: 24px;
  max-width: 240px;
  margin-inline: auto;
}

.bl_companyOwnersImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ly_companyHistory {
  margin-block: 80px 100px;
}

.bl_companyHistory {
  padding-inline: 20px;
}

.bl_companyHistory h2 {
  position: relative;
  text-align: center;
  margin-bottom: 38px;
}

.bl_companyHistory h2 svg {
  position: absolute;
  top: 0;
  transform: translate(-35%, -50%);
  width: 118px;
  height: 129px;
  z-index: -1;
}

.bl_historySwiperWrap {
  margin-block: 60px 20px;
}

.bl_historySwiper {
  padding: 0 20px 40px 110px;
}

.bl_historySwiper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 55px;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

.bl_historySwiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.bl_historySwiper .swiper-slide {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 250px;
  padding-bottom: 44px;
}

/* .bl_historySwiper .swiper-slide > div:first-child {
  height: 180px;
} */

.bl_historySwiper .swiper-slide > div:first-child {
  height: auto;
}

/* .bl_historySwiper .swiper-slide > div:first-child img {
  width: auto;
  height: 100%;
} */

.bl_historySwiper .swiper-slide > div:first-child img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bl_historyImg img {
  transition: opacity 300ms ease;
}

/* .bl_historySwiper .swiper-slide:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 1px;
  height: 300px;
  background-color: #d9d9d9;
} */

.bl_historySwiper .swiper-slide::after {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 250px;
  padding-bottom: 44px;
}

.bl_historySwiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 11px;
  height: 11px;
  background-color: #ae202e;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  h1.el_heading {
    max-width: 1280px;
    margin-inline: auto;
    font-size: 40px;
  }

  .ly_companyInfo {
    margin-top: 80px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    max-width: 1280px;
    margin-inline: auto;
  }

  .ly_companyInfo h2 {
    flex-shrink: 0;
    font-size: 24px;
  }

  .bl_companyInfoList {
    margin-top: 0;
    max-width: 900px;
    width: 100%;
  }

  .bl_companyInfoList li {
    padding-block: 24px;
  }

  .bl_companyInfoList li p:first-child {
    width: 200px;
  }

  .bl_companyMap {
    margin-top: 80px;
  }

  .ly_companyImg {
    margin-block: 80px;
  }

  .bl_companyOwners {
    max-width: 960px;
    margin-inline: auto;
    padding: 56px;
  }

  .ly_companyHistory {
    margin-block: 160px 120px;
  }

  .bl_companyHistory h2 {
    margin-bottom: 64px;
  }

  .bl_companyHistory {
    max-width: 840px;
    margin-inline: auto;
  }

  .bl_historySwiper {
    padding: 64px 120px;
  }

  .bl_historySwiper::before {
    content: unset;
  }

  .bl_historySwiperWrap {
    border-block: 1px solid #d9d9d9;
  }

  .bl_historySwiper .swiper-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }

  .bl_historySwiper .swiper-slide:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -64px;
    width: 1px;
    height: 300px;
    background-color: #d9d9d9;
  }

  .el_scrollHint {
    max-width: 1200px;
    margin-inline: auto;
    display: flex !important;
  }

  .bl_historySwiper .swiper-slide::before {
    content: unset;
  }

  .bl_historySwiper .swiper-slide > div:first-child {
    max-height: 180px;
  }

  .bl_historySwiper .swiper-slide > div:first-child img {
    width: auto;
    object-fit: contain;
    max-height: 180px;
  }
}
