/* ---------------------
  flow
--------------------- */
.flow-hg {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 1100px) {
  .flow-hg {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 834px) {
  .flow-hg {
    margin-bottom: 3.5rem;
  }
}
.flow-hg .f42 {
  margin-bottom: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .flow-hg .f42 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .flow-hg .f42 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  .flow-hg .f42 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .flow-hg .f15 {
    text-align: left;
  }
}

.flow-ul li .arrow {
  margin: 2rem auto;
  max-width: 50px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flow-ul li .arrow {
    margin: 1rem auto 0.1rem;
    max-width: 40px;
  }
}

.flow-ul_flex {
  background: #eaeaea;
  border-radius: 20px;
  padding: 5rem 6rem 5rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .flow-ul_flex {
    display: block;
    padding: 8% 5%;
  }
}
.flow-ul_flex .step {
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  font-family: "Unbounded";
  line-height: 1;
  position: absolute;
  top: 2rem;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1100px) {
  .flow-ul_flex .step {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .flow-ul_flex .step {
    font-size: 14px;
    top: 4rem;
    left: 1.5em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  }
}
.flow-ul_flex .step span {
  color: #fff;
  font-size: 80px;
  writing-mode: vertical-lr;
  width: 10%;
  font-family: "Unbounded";
}
@media screen and (max-width: 1100px) {
  .flow-ul_flex .step span {
    font-size: 55px;
  }
}
@media screen and (max-width: 450px) {
  .flow-ul_flex .step span {
    font-size: 32px;
  }
}
.flow-ul_flex .flow-ul_flex-cont {
  order: 1;
  text-align: left;
  margin-left: 12%;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .flow-ul_flex .flow-ul_flex-cont {
    margin: 0 auto 25px;
    width: 100%;
    z-index: 2;
    position: relative;
  }
}
.flow-ul_flex .flow-ul_flex-cont .f38 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .flow-ul_flex .flow-ul_flex-cont .f38 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .flow-ul_flex .flow-ul_flex-cont .f38 {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .flow-ul_flex .flow-ul_flex-cont .f38 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.flow-ul_flex .flow-ul_flex-cont .line-btn {
  display: block;
  margin-top: 3rem;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .flow-ul_flex .flow-ul_flex-cont .line-btn {
    max-width: 320px;
  }
}
.flow-ul_flex .flow-ul_flex-cont .f15 {
  line-height: 1.4;
}
.flow-ul_flex .flow-ul_flex-img {
  order: 2;
  width: 35%;
}
@media screen and (max-width: 834px) {
  .flow-ul_flex .flow-ul_flex-img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .flow-ul_flex .flow-ul_flex-img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.flow-ul_flex .flow-ul_flex-img img {
  width: 100%;
}/*# sourceMappingURL=flow.css.map */