.line-connect2023 {
  width: 5px;
  height: 60px;
  margin-left: 98px;
}

.flow-text2023 {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.flow-icon-container {
  position: relative;
  z-index: 1000;
}

.flow-text-undertitle2023 {
  width: 54vw;
}

.flow-box {
  margin: 0vw 0 0vw 2vw;
  position: relative;
}

#flow {
  background-color: var(--light-color);
  padding: 20px 0 40px;
}

.flow-icon-container {
  align-items: center;
  margin-left: 70px;
}

.flow-upper {
  display: flex;
  align-items: center;
}

.flow-cnt-title {
  font-weight: bold;
  font-size: 24px;
  margin-left: 20px;
}

.flow-number-circle {
  width: 50px;
  height: 50px;
  background-color: #009380;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

.flow-text-title {
  font-weight: bold;
  font-size: 32px;
  margin-left: 1vw;
}

.flow-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  width: 400px;
  font-weight: 100;
  margin-left: 70px;
  margin-top: 10px;
}

.flow-icon-container {
  align-items: center;
}

.flow-lead {
  position: relative;
}

.flow-title {
  text-align: center;
  font-size: 54px;
  bottom: 63%;
  left: 50%;
  color: var(--main-color);
}

.flow-wrap {
}

.flow-box-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.flow-triangle-connect{
  border-top: 30px solid #009380;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow-top-img {
  height: auto;
  margin: -30px auto 0;
  display: block;
}

.flow-container {
  width: 1000px;
  margin: 0 auto;
}

.flow-top-img-under {
  transform: scale(-1, 1);
  transform: rotate(180deg);
  margin-top: -11vw;
  z-index: -1000;
  margin-bottom: -55px;
}
