.flow {
  position: relative;
}

.flow:not(:last-child) {
  padding-bottom: 60px;
}

.flow:not(:last-child):before {
  content: "";
  width: 1px;
  height: calc(100% - 52px);
  background: -webkit-gradient(linear, left top, left bottom, from(#707070), color-stop(12%, #707070), color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) repeat-y top center/100% 7px;
  background: -webkit-linear-gradient(top, #707070 0%, #707070 12%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%) repeat-y top center/100% 7px;
  background: -o-linear-gradient(top, #707070 0%, #707070 12%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%) repeat-y top center/100% 7px;
  background: linear-gradient(to bottom, #707070 0%, #707070 12%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%) repeat-y top center/100% 7px;
  position: absolute;
  top: 52px;
  left: 2px;
  z-index: 1;
}

.flow__label {
  position: relative;
  font: 400 2rem europa, dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.08em;
  height: calc(10.666665vw + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
}

.flow__label:before {
  content: "";
  display: block;
  width: calc(10.666665vw + 30px);
  height: 100%;
  background: #DFDFD8;
  position: absolute;
  left: -10.666665vw;
}

.flow__label--iwai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110%;
}

.flow__label--iwai:before {
  background-color: #DEC2AB;
}

.flow__label--bene:before {
  background-color: #EEE4D1;
}

.flow__label--bene .flow__label__number {
  font-family: "Karla", dnp-shuei-gothic-gin-std, sans-serif;
}

.flow__label span {
  position: relative;
}

.flow__label__text {
  font: 600 1.5rem dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.08em;
  padding: 0 0 0 18px;
  line-height: 1.6;
}

.flow__label__text span {
  font-size: 1.1rem;
  display: block;
}

.flow__label__text--lg {
  font-size: 1.7rem;
}

.flow__body {
  padding-left: 30px;
}

.flow__body:not(:last-child) {
  margin-bottom: 42px;
}

.flow__image {
  width: calc(89.333335vw - 30px);
}

.flow__image img {
  display: block;
}

.flow__main {
  padding: 20px 0 0;
}

.flow__title {
  font: 700 1.6rem dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.flow__text {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (min-width: 721px) {
  .flow:nth-child(odd) .flow__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .flow:not(:last-child) {
    /* pc */
    padding-bottom: 100px;
  }

  .flow:not(:last-child):before {
    /* pc */
    left: 53px;
    top: 75px;
  }

  .flow__label {
    /* pc */
    height: 100px;
    padding-left: 46px;
    font-size: 3.0rem;
  }

  .flow__label:before {
    /* pc */
    width: 100px;
    height: 100px;
    left: 0;
  }

  .flow__label--iwai {
    /* pc */
    width: 100%;
  }

  .flow__label__text {
    /* pc */
    font-size: 2.0rem;
    line-height: 1.4;
    padding-left: 30px;
  }

  .flow__label__text span {
    /* pc */
    font-size: 1.4rem;
  }

  .flow__body {
    /* pc */
    padding-left: 100px;
  }

  .flow__body:not(:last-child) {
    /* pc */
    margin-bottom: 48px;
  }

  .flow__image {
    /* pc */
    width: 100%;
    margin-bottom: 20px;
  }

  .flow__title {
    /* pc */
    font-size: 2.0rem;
    margin-bottom: 18px;
  }

  .flow__text {
    /* pc */
    font-size: 1.5rem;
    line-height: 2.13;
  }
}

@media screen and (min-width: 984px) {
  .flow__body {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flow__image {
    /* pc */
    width: 52.13%;
    margin-bottom: 0;
  }

  .flow__main {
    /* pc */
    padding: 0;
    width: 40.52%;
  }
}

