/*  ------------------------------ flow.scss */
.flow .wrap > img {
  margin-top: 63px;
}
.flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 32px;
  border: 1px solid #000;
  padding: 33px 55px;
  margin-top: 60px;
  position: relative;
}
.flow-wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 30px solid #0093a8;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  margin: auto;
}
.flow-wrap:last-of-type {
  margin-bottom: 120px;
}
.flow h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 2.2;
  padding-left: 23px;
  margin-bottom: 12px;
  border-left: 8px solid #0093a8;
}
.flow ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  margin-top: 60px;
}
.flow ul img {
  height: 50px;
}

@media screen and (max-width: 834px) {
  .flow .wrap {
    max-width: none;
  }
  .flow ul {
    margin-top: 20px;
  }
  .flow ul img {
    height: 44px;
  }
  .flow-wrap {
    display: block;
    position: relative;
    padding: 24px 12px 14px;
    border-left-style: none;
    border-right-style: none;
    margin-top: 18px;
  }
  .flow-wrap img {
    position: absolute;
    max-width: 175px;
    right: 18px;
    top: 12px;
  }
  .flow-wrap:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #0093a8;
    top: -19px;
  }
  .flow-wrap:last-of-type {
    margin-bottom: 40px;
  }
  .flow h2 {
    font-size: 1.9rem;
    line-height: 1.31;
    margin-bottom: 24px;
    padding-left: 11px;
    border-left: none;
  }
  .flow h2:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #0093a8;
    left: -11px;
    position: relative;
    top: 4px;
  }
  .flow p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=hp_flow.css.map */