.flow {
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 117px;
  }
}
@media screen and (min-width: 1050px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 151px;
  }
}

.flow::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 8%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2230%22%20viewBox%3D%220%200%20375%2030%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%22375%22%20height%3D%2230%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff4ef%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M0%2C0V30H187.5a32.867%2C32.867%2C0%2C0%2C1-5.267-.426Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff4ef%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M729.766%2C29.574A32.868%2C32.868%2C0%2C0%2C1%2C724.5%2C30H912V0Z%22%20transform%3D%22translate(-537%200)%22%20fill%3D%22%23fff4ef%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flow::before {
    padding-top: 5%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221449%22%20height%3D%2270.986%22%20viewBox%3D%220%200%201449%2070.986%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%221449%22%20height%3D%2270.986%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff4ef%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M0%2C0V70.986H724.5q-10.188%2C0-20.35-1.008Z%22%20fill%3D%22%23fff4ef%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M744.85%2C69.978q-10.15%2C1.008-20.35%2C1.009H1449V0Z%22%20fill%3D%22%23fff4ef%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  }
}

.flow__list {
  display: grid;
  gap: 38px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    gap: 44px;
    margin-top: 50px;
  }
}

.flow__list__item {
  position: relative;
  padding: 18px 20px 20px;
  border-radius: 15px;
}
.flow__list__item:nth-child(1) {
  background-color: rgba(239,239,239,.6);
}
.flow__list__item:nth-child(2) {
  background-color: rgba(239,239,239,.7);
}
.flow__list__item:nth-child(3) {
  background-color: rgba(239,239,239,.8);
}
.flow__list__item:nth-child(4) {
  background-color: rgba(239,239,239,.9);
}
.flow__list__item:nth-child(5) {
  background-color: rgba(239,239,239,1);
}
@media screen and (min-width: 768px) {
  .flow__list__item {
    display: grid;
    align-items: center;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1050px) {
  .flow__list__item {
    grid-template-columns: 230px 1fr;
  }
}

.flow__list__item:nth-child(1)::before,
.flow__list__item:nth-child(2)::before,
.flow__list__item:nth-child(3)::before,
.flow__list__item:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 44px;
  height: 14px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.flow__list__item:nth-child(1)::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.325%22%20height%3D%2214.666%22%20viewBox%3D%220%200%2035.325%2014.666%22%3E%20%3Cpath%20d%3D%22M20.926.683a2%2C2%2C0%2C0%2C1%2C2.148%2C0l15.132%2C9.629A2%2C2%2C0%2C0%2C1%2C37.132%2C14H6.868a2%2C2%2C0%2C0%2C1-1.074-3.687Z%22%20transform%3D%22translate(39.663%2014.5)%20rotate(180)%22%20fill%3D%22%23ea400d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20opacity%3D%220.55%22%2F%3E%3C%2Fsvg%3E');
}
.flow__list__item:nth-child(2)::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.325%22%20height%3D%2214.666%22%20viewBox%3D%220%200%2035.325%2014.666%22%3E%20%3Cpath%20d%3D%22M20.926.683a2%2C2%2C0%2C0%2C1%2C2.148%2C0l15.132%2C9.629A2%2C2%2C0%2C0%2C1%2C37.132%2C14H6.868a2%2C2%2C0%2C0%2C1-1.074-3.687Z%22%20transform%3D%22translate(39.663%2014.5)%20rotate(180)%22%20fill%3D%22%23ea400d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20opacity%3D%220.7%22%2F%3E%3C%2Fsvg%3E');
}
.flow__list__item:nth-child(3)::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.325%22%20height%3D%2214.666%22%20viewBox%3D%220%200%2035.325%2014.666%22%3E%20%3Cpath%20d%3D%22M20.926.683a2%2C2%2C0%2C0%2C1%2C2.148%2C0l15.132%2C9.629A2%2C2%2C0%2C0%2C1%2C37.132%2C14H6.868a2%2C2%2C0%2C0%2C1-1.074-3.687Z%22%20transform%3D%22translate(39.663%2014.5)%20rotate(180)%22%20fill%3D%22%23ea400d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20opacity%3D%220.85%22%2F%3E%3C%2Fsvg%3E');
}
.flow__list__item:nth-child(4)::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.325%22%20height%3D%2214.666%22%20viewBox%3D%220%200%2035.325%2014.666%22%3E%20%3Cpath%20d%3D%22M20.926.683a2%2C2%2C0%2C0%2C1%2C2.148%2C0l15.132%2C9.629A2%2C2%2C0%2C0%2C1%2C37.132%2C14H6.868a2%2C2%2C0%2C0%2C1-1.074-3.687Z%22%20transform%3D%22translate(39.663%2014.5)%20rotate(180)%22%20fill%3D%22%23ea400d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .flow__list__item:nth-child(1)::before,
  .flow__list__item:nth-child(2)::before,
  .flow__list__item:nth-child(3)::before,
  .flow__list__item:nth-child(4)::before {
    bottom: -29px;
  }
}

.flow__list__item:last-child::before {
  content: none;
}

.flow__list__item__title {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .flow__list__item__title {
    grid-template-columns: 55px 1fr;
    gap: 20px;
  }
}

.flow__list__item__title__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 50%;];
  color: #EA400D;
  font-family: var(--font-en);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .flow__list__item__title__num {
    width: 55px;
    height: 55px;
    font-size: 2.2rem;
  }
}

.flow .heading_3 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}
@media screen and (min-width: 768px) {
  .flow .heading_3 {
    font-size: 2.1rem;
  }
}

.flow__list__item__text {
  margin-top: 6px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .flow__list__item__text {
    margin-top: 0;
    font-size: 1.7rem;
  }
}
