.br-6 {
  border-radius: 6px;
}

.br-4 {
  border-radius: 4px;
}

.mv-img-item {
  height: 200px;
  object-fit: cover;
}

.sec-about__row {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.sec-about__dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  position: relative;
}

.sec-about__contents .sec-about__dl:not(:first-of-type) {
  padding-top: 1.25rem;
}

.sec-about__dl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B0B0B0;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.sec-about__dt {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
}

.sec-about__dd {
  width: 100%;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (min-width: 576px) {
  .sec-about__dl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #285328;
    width: 6.75rem;
    height: 1px;
    z-index: 10;
  }
  .sec-about__dt {
    width: 34%;
    padding-left: 1.25rem;
  }
  .sec-about__dd {
    flex: 1;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .mv-img-item {
    height: auto;
  }
  .sec-about {
    position: relative;
  }
  .sec-about::before {
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 0;
    background: url(../images/company/company-deco.png) no-repeat center center/contain;
    width: 15.75rem;
    height: 7.125rem;
  }
  .sec-about__row {
    flex-direction: row;
    column-gap: 3.75rem;
  }
  .sec-about__contents {
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .sec-about::before {
    width: 23.625rem;
    height: 10.6875rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-about::before {
    width: 31.5625rem;
    height: 14.25rem;
  }
  .sec-about__row {
    column-gap: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .sec-about__row {
    column-gap: 6.25rem;
  }
}
.sec-history__contents {
  background-color: #EDEBE7;
  padding: 2.5rem 1.25rem;
}

.sec-history__row {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}

.sec-history__dl {
  display: flex;
}

.sec-history__dt {
  color: #285328;
  font-family: "Crimson Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.15;
}

.sec-history__dd {
  flex: 1;
  margin-left: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
  letter-spacing: 0.03em;
}

.sec-history__item .sec-history__dl:not(:last-of-type) .sec-history__dd {
  padding-bottom: 2rem;
}

.sec-history__dd::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #285328;
  z-index: 10;
}

.sec-history__dd::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  width: 1px;
  height: 100%;
  background-color: #B0B0B0;
}

.sec-history__date {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
}

@media screen and (min-width: 400px) {
  .sec-history__contents {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-history__contents {
    padding: 3.75rem 3.75rem;
  }
  .sec-history__row {
    flex-direction: row;
    column-gap: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-history__contents {
    padding: 5.3125rem 6.875rem;
  }
  .sec-history__row {
    column-gap: 6.25rem;
  }
  .sec-history__dt {
    font-size: 1.5rem;
  }
  .sec-history__dd {
    margin-left: 2.25rem;
    padding-left: 3.3125rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-history__row {
    column-gap: 10.625rem;
  }
}/*# sourceMappingURL=style-company.css.map */