.business {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .business {
    padding: 0;
  }
}
.business__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .business__lead {
    font-size: 2rem;
    margin-bottom: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__lead {
    margin-bottom: 34px;
  }
}
.business__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.8vw;
  padding: 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
  gap: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .business__container {
    flex-direction: row;
    border-radius: 0.2083333333vw;
    padding: 3.4722222222vw;
    margin-bottom: 2.7777777778vw;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .business__container {
    border-radius: 3px;
    padding: 50px;
    margin-bottom: 40px;
  }
}
.business__container:last-child {
  margin-bottom: 0;
}
.business__group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business__group {
    width: 34.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__group {
    width: 495px;
  }
}
.business__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business__img {
    width: 31.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__img {
    width: 451px;
  }
}
.business__img img {
  width: 100%;
  height: auto;
}
.business__title {
  font-size: 3rem;
  margin-bottom: 5.8666666667vw;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0.8em;
}
.business__title::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  background-color: #3C3C3C;
  width: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .business__title::before {
    width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__title::before {
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .business__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__title {
    margin-bottom: 30px;
  }
}
.business__description {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #A2804D;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .business__description {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__description {
    margin-bottom: 70px;
  }
}
.business__description br {
  display: none;
}
@media screen and (min-width: 768px) {
  .business__description br {
    display: inline;
  }
}
.business__description:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A2804D;
  bottom: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .business__description:before {
    bottom: -2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .business__description:before {
    bottom: -35px;
  }
}
.business__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.business__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .business__text br {
    display: inline;
  }
}
.business__br--sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .business__br--sp {
    display: none;
  }
}