.service-flow {
  margin-top: 12rem;
  margin-bottom: 4rem;
}
.service-flow__title {
  padding-bottom: 10rem;
}
.frow_contents {
  background-color: #fff;
  padding: 2rem;
  border-radius: 15px;
  border: 1px dashed #00A060;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.frow_contents_title {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 4px;
  padding-top: 1rem;
}
.frow_contents_box {
  margin-top: 2rem;
}
.frow_contents_box p {
  font-size: 1.55rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-top: 1rem;
  font-weight: 340;
}
.frow_contents img {
  width: 20%;
  margin-left: auto;
  margin-top: 1rem;
}
.frow_arrow {
  width: 100%;
  height: 12rem;
}
.arrow_bottom {
  width: 100%;
  height: 12rem;
  display: inline-block;
}
.arrow_bottom img {
  height: 12rem;
}
@media screen and (min-width: 1024.1px) {
  .frow_contents {
    flex-direction: row;
    margin-right: auto;
    margin-left: 0;
  }
  .rever {
    margin-left: auto;
    margin-right: 0;
  }
  .frow_contents_inner {
    width: 80%;
  }
  .frow_contents img {
    width: 20%;
    margin-left: auto;
    margin-top: 1rem;
  }
  .frow_arrow {
    width: 100%;
    height: 16rem;
  }
  .arrow_bottom {
    width: 100%;
    height: 16rem;
    display: inline-block;
  }
  .arrow_bottom img {
    height: 16rem;
  }
}
@media screen and (max-width: 767.9px) {
  .service-flow {
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .service-flow__title {
    position: relative;
    padding-bottom: 4rem;
  }
  .service-flow__title::after {
    position: absolute;
    content: "Frow";
    color: #00A060;
    font-size: 2.2rem;
    letter-spacing: 6px;
    font-weight: 300;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .frow_wrapper {
    margin-top: 2rem;
  }
  .frow_contents {
    padding: 2rem;
    width: 100%;flex-direction: column;
    align-items: center;
  }
  .frow_contents_title {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 0;
  }
  .frow_contents_box {
    margin-top: 2rem;
  }
  .frow_contents_box p {
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.45;
    padding-top: 1rem;
  }
  .frow_contents_box p:first-child {
    padding-top: 0;
  }
  .frow_contents img {
    width: 40%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
