/*==========================================================================
section#flow01_area
========================================================================== */
section#flow01_area .inner {
  padding-top: 7vw;
}
section#flow01_area .ttl-img {
  width: 50vw;
  height: auto;
  margin: 0 auto;
  margin-bottom: 8vw;
}
section#flow01_area .list-box {
  display: block;
  position: relative;
}
section#flow01_area .list-box .txt-h3 {
  margin-bottom: 1vw;
  color: #04934E;
  display: flex;
  align-items: center;
}
section#flow01_area .list-box .txt-h3 svg {
  display: block;
  width: 3vw;
  height: 3vw;
  margin-right: 0.5vw;
}
section#flow01_area .list-box li {
  width: 64%;
}
section#flow01_area .list-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
section#flow01_area .list-box .img-box img {
  width: 100%;
  height: 24%;
}
section#flow01_area .list-box .items {
  width: 64%;
}
section#flow01_area .list-box .arrow {
  margin: 3vw 0;
}
section#flow01_area .list-box .arrow img {
  width: auto;
  height: 3vw;
}

@media screen and (max-width: 767px) {
  section#flow01_area .inner {
    padding-top: 80px;
  }
  section#flow01_area .ttl-img {
    display: none;
  }
  section#flow01_area .list-box {
    display: block;
    position: relative;
  }
  section#flow01_area .list-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#flow01_area .list-box .txt-h3 svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  section#flow01_area .list-box .txt-p {
    font-size: 14px;
  }
  section#flow01_area .list-box .txt-p br {
    display: none;
  }
  section#flow01_area .list-box li {
    width: 60%;
  }
  section#flow01_area .list-box .img-box {
    position: initial;
    top: 0;
    right: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  section#flow01_area .list-box .img-box img {
    width: 50%;
    height: 23vw;
  }
  section#flow01_area .list-box .items {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 45px;
  }
  section#flow01_area .list-box .items:before {
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    background: #04934E;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
    font-family: "font-ABr";
    font-weight: 400;
  }
  section#flow01_area .list-box .items:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    background: #04934E;
    width: 2px;
    height: 100%;
    border-radius: 30px;
  }
  section#flow01_area .list-box .items.l2:before {
    content: "2";
  }
  section#flow01_area .list-box .items.l3:before {
    content: "3";
  }
  section#flow01_area .list-box .items.l4:before {
    content: "4";
  }
  section#flow01_area .list-box .items.l5:before {
    content: "5";
  }
  section#flow01_area .list-box li.arrow {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    position: relative;
  }
  section#flow01_area .list-box li.arrow img {
    height: 50px;
  }
  section#flow01_area .list-box li.arrow:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    background: #04934E;
    width: 2px;
    height: 100%;
    border-radius: 30px;
  }
}
/*# sourceMappingURL=flow.css.map */