.flow_content {
  background: #f0f5f6;
}

.flow_box {
  padding: 6.5% 5% 5%;
  position: relative;
  margin-bottom: min(7.5vw, 100px);
}
.flow_box::after {
  content: "";
  background: #efd1aa;
  height: 50%;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
}
.flow_box .step_num {
  color: var(--site-primary);
  font-family: "CormorantInfant";
  font-size: min(3.5vw, 40px);
  position: absolute;
  top: max(-3.5vw, -40px);
  left: 48.5%;
  transform: translateX(-50%);
  letter-spacing: 0.07em;
}
.flow_box .step_num span {
  font-size: 1.5em;
  padding-left: 0.2em;
}
.flow_box img {
  width: 30%;
}
.flow_box .txt_box {
  width: 70%;
  padding: 0 0 0 5%;
}
.flow_box .txt_box .ttl {
  font-size: min(2.2vw, 28px);
  margin-bottom: 0.75em;
}
.flow_box.last {
  margin-bottom: 0;
}
.flow_box.last::after {
  content: none;
}

@media only screen and (max-width: 568px) {
  .flow_content {
    padding-top: 50px;
  }
  .flow_box {
    flex-direction: column;
    padding: 9.5% 6% 9%;
    margin-bottom: 16.5vw;
  }
  .flow_box .step_num {
    font-size: 8.5vw;
    top: -9vw;
  }
  .flow_box img {
    width: 100%;
  }
  .flow_box .txt_box {
    width: 100%;
    padding: 0;
  }
  .flow_box .txt_box .ttl {
    font-size: 5.3vw;
    text-align: center;
    padding: 0;
    margin: 1em 0 0.85em;
  }
}/*# sourceMappingURL=flow.css.map */