.section__flow {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section__flow--subtilte {
  opacity: 0.1;
  text-align: center;
}

.section__flow--title {
  font-size: 32px;
  margin-top: -1em;
  margin-bottom: 40px;
  text-align: center;
}

.flow--list {
  margin-bottom: 2em;
}

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

.flow--item-leftBox {
  flex: 0 0 30%;
}

.flow--item__numberBox {
  display: flex;
  margin-bottom: 1em;
  justify-content: start;
  align-items: end;
}
.flow--item__numberBox p {
  font-size: 1.25em;
}
.flow--item__numberBox img {
  width: auto;
  height: 3em;
  filter: url(#recolor-img);
}

.flow--item__icon img {
  width: 200px;
  height: auto;
}

.flow--item-rightBox {
  flex: 0 0 80%;
}

.flow--item__title {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.flow--item__content > * {
  margin-bottom: 1em;
}

.flow--arrow {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  animation: flow--arrow 4s infinite;
}
.flow--arrow img {
  width: 75px;
  height: auto;
}

@keyframes flow--arrow {
  0% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(2px);
  }
  95% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.defaultButton--parent__contact {
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .flow--item--warp {
    flex-direction: column;
  }
  .flow--item-leftBox {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .flow--item__icon img {
    width: 50px;
  }
}/*# sourceMappingURL=style-flow.css.map */