.business_intro {
  margin-top: -0.3255208333vw;
  padding: 0 0 5.5338541667vw;
  background-color: #f7faf9;
}
.business_intro_text {
  padding: 0 6.5104166667vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}

.business_flow {
  padding: 7.6822916667vw 0;
}
.business_flow_heading {
  margin-bottom: 4.9479166667vw;
  color: #2ddcad;
  font-size: 2.0833333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
}
.business_flow_wrap {
  position: relative;
  display: flex;
  padding-right: 4.8177083333vw;
}
.business_flow_images_scroll {
  position: absolute;
  max-width: 800px;
  width: 52.0833333333vw;
  max-height: 566px;
  height: 36.8489583333vw;
}
.business_flow_image {
  position: relative;
  width: 100%;
  line-height: 0;
}
.business_flow_image::before {
  content: "";
  position: absolute;
  top: 1.953125vw;
  left: 1.953125vw;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(177, 239, 200) 0%, rgb(241, 254, 215) 100%);
  z-index: -1;
}
.business_flow_num {
  position: absolute;
  bottom: -12.5vw;
  right: -1.953125vw;
  color: #db9d47;
  font-family: "Montserrat", sans-serif;
  font-size: 13.671875vw;
  font-weight: 600;
  line-height: 1em;
  opacity: 0.4;
}
.business_flow_contents {
  max-width: 560px;
  width: 36.4583333333vw;
  margin-left: auto;
}
.business_flow_content {
  padding-bottom: 26.4973958333vw;
}
.business_flow_content:last-child {
  padding-bottom: 1.3020833333vw;
}
.business_flow_content .business_flow_image {
  display: none;
}
.business_flow_title {
  margin-bottom: 0.9765625vw;
  color: #2ddcad;
  font-size: 1.4322916667vw;
  font-weight: 500;
  line-height: 1.6em;
}
.business_flow_text {
  margin-bottom: 2.34375vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}
.business_flow_thumb {
  max-width: 500px;
  width: 32.5520833333vw;
}

img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .business_flow .container {
    max-width: 1537px;
    width: 100%;
    padding: 0;
  }
  .business_flow_image {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1537px) {
  .business_flow_wrap {
    padding-right: 74px;
  }
  .business_flow_num {
    bottom: -192px;
    font-size: 210px;
  }
  .business_flow_content {
    padding-bottom: 407px;
  }
  .business_flow_content:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1600px) and (max-height: 768px) {
  .business_flow .container {
    max-width: 85vw;
  }
  .business_flow_wrap {
    padding-right: 0;
  }
  .business_flow_images_scroll {
    width: 34vw;
    height: 28vw;
  }
  .business_flow_num {
    bottom: -160px;
    font-size: 170px;
  }
  .business_flow_contents {
    max-width: 100%;
    width: 42vw;
  }
  .business_flow_thumb {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .business_intro {
    padding: 10.6666666667vw 0;
  }
  .business_intro_text {
    padding: 0;
    font-size: 3.7333333333vw;
  }
  .business_flow .container {
    max-width: 100%;
  }
  .business_flow {
    padding: 10.6666666667vw 0 0;
  }
  .business_flow_heading {
    margin-bottom: 10.6666666667vw;
    font-size: 6.4vw;
  }
  .business_flow_images {
    display: none;
  }
  .business_flow_image::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .business_flow_num {
    bottom: -19.2vw;
    font-size: 21.3333333333vw;
  }
  .business_flow_contents {
    max-width: 100%;
    width: 100%;
  }
  .business_flow_content .business_flow_image {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
  .business_flow_content {
    margin-bottom: 16vw;
    padding-bottom: 0;
  }
  .business_flow_content:last-child {
    margin-bottom: 0;
  }
  .business_flow_title {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
  .business_flow_text {
    margin-bottom: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .business_flow_thumb {
    max-width: 100%;
    width: 100%;
  }
}