@media only screen and (min-width: 769px) {
  .p-flow__hero {
    background-image: url("/img/flow/hero.png");
  }
  .p-flow__text {
    position: relative;
  }
  .p-flow__text > span:first-child {
    position: absolute;
    top: 0;
    left: -2em;
    display: inline-block;
    width: 2em;
    color: #999;
  }
}
@media only screen and (max-width: 768px) {
  .p-flow__hero {
    background-image: url("/img/flow/hero_sp.png");
  }
  .p-flow__text {
    position: relative;
  }
  .p-flow__text > span:first-child {
    position: absolute;
    top: 0;
    left: -2em;
    display: inline-block;
    width: 1.5em;
    text-align: right;
    color: #999;
  }
}
