.flex-block {
  margin-bottom: 30px;
}
.flex-block .right .img {
  position: relative;
}
.flex-block .right .img::after {
  position: absolute;
  bottom: -70%;
  left: -20%;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  z-index: -1;
}

.img_flex {
  display: flex;
  margin: 0px 0;
}
.img_flex img {
  width: 270px;
  max-width: calc(50% - 10px);
}

.block.block2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.plant2 .block {
  width: 1500px;
  max-width: 100%;
}

.plant_flex {
  display: flex;
  height: 100%;
  margin-bottom: 50px;
}
.plant_flex .left {
  width: 40%;
}
.plant_flex .right {
  width: 65%;
  background: white;
  padding: 50px 0% 50px 5%;
  margin-top: 30px;
  margin-left: -5%;
}
.plant_flex h2 {
  color: white;
  font-size: 48px;
  margin-bottom: 10px;
}
.plant_flex .en {
  font-size: 20px;
}
.plant_flex .title {
  padding: 50px 20%;
  background: url("../../src/plant/bg1.webp");
  background-size: cover;
  height: calc(100% - 100px);
}
.plant_flex .img_flex {
  gap: 10px;
  margin: 30px 0;
}
.plant_flex .img_flex img {
  width: 200px;
}
.plant_flex .img_flex2 img {
  width: 100%;
  max-width: 300px;
}

.flow .block {
  background: white;
  padding: 50px 5%;
}
.flow .title {
  text-align: center;
}
.flow .title .en {
  font-size: 20px;
}
.flow .title h2 {
  font-size: 32px;
}
.flow .int {
  color: #e33435;
  font-size: 20px;
  margin-bottom: 0px;
}
.flow h3 {
  margin-bottom: 10px;
}
.flow .list {
  padding-bottom: 30px;
  border-bottom: solid 1px #cbcbcb;
}
.flow img {
  width: 20px;
  margin: 0 auto;
}

.business {
  background: url("../../src/plant/bg3.webp");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-top: 50px;
}
.business .block {
  background: white;
  padding: 50px 5%;
}
.business .title {
  text-align: center;
}
.business .title .en {
  font-size: 20px;
}
.business .title h2 {
  font-size: 32px;
}
.business .detail_flex {
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #2a3033;
  gap: 30px;
  align-items: center;
}
.business .list_flex {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
.business .left img {
  width: 120px;
}

@media (max-width: 900px) {
  .plant_flex h2 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  h3 {
    font-size: 20px;
  }
  .plant_flex {
    flex-direction: column;
  }
  .plant_flex .left {
    width: 100%;
  }
  .plant_flex .right {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    padding: 30px 5% 30px 5%;
  }
  .plant_flex .title {
    text-align: center;
    padding: 50px 10%;
  }
  .plant_flex .en {
    text-align: center;
  }
  .img_flex2 img {
    margin-left: auto;
    margin-right: auto;
  }
  .flow .title .en,
  .business .title .en {
    font-size: 18px;
  }
  .flow .title h2,
  .business .title h2 {
    font-size: 27px;
  }
  .business .left img {
    width: 90px;
  }
  .business .detail_flex {
    flex-direction: column;
    gap: 10px;
  }
  .business .detail_flex h3 {
    margin-bottom: 10px;
  }
  .business .detail_flex .right {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .business .list_flex {
    flex-direction: column;
    gap: 0;
  }
  .business .list_flex .list_block {
    width: 100%;
  }
}/*# sourceMappingURL=plant.css.map */