@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
#flow-area {
  padding: 12rem 0;
}
#flow-area .flex {
  justify-content: end;
}
#flow-area .flex:nth-of-type(n+2) {
  margin-top: 6rem;
}
#flow-area .flex .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 7.2rem;
  line-height: 1em;
  margin-right: 4rem;
}
#flow-area .flex .num b {
  margin-bottom: 2rem;
}
#flow-area .flex .num:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
}
#flow-area .flex .txt {
  width: 35%;
  padding-top: 8rem;
  margin-right: 2.5%;
}
#flow-area .flex .txt h2 {
  font-size: 2.4rem;
}
#flow-area .flex .txt a {
  text-decoration: underline;
}
#flow-area .flex .pic {
  width: 35%;
  min-height: 330px;
  background: center center/cover no-repeat;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media only screen and (max-width: 834px) {
  #flow-area .flex {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "a b" "a c";
  }
  #flow-area .flex .num {
    grid-area: a;
    font-size: 6rem;
    margin: 0 2rem;
  }
  #flow-area .flex .txt {
    grid-area: b;
    width: auto;
    padding-top: 2rem;
  }
  #flow-area .flex .txt p {
    padding-top: 1em;
  }
  #flow-area .flex .pic {
    grid-area: c;
    width: 90%;
    min-height: auto;
    padding-top: 45%;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  #flow-area .flex .num {
    font-size: 4rem;
  }
  #flow-area .flex .txt {
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
  #flow-area .flex .txt h2 {
    font-size: 1.8rem;
  }
}
#flow-area #fl1 .pic {
  background-image: url("../images/flow/flow1.png");
}
#flow-area #fl2 .pic {
  background-image: url("../images/flow/flow2.png");
}
#flow-area #fl3 .pic {
  background-image: url("../images/flow/flow3.png");
}
#flow-area #fl4 .pic {
  background-image: url("../images/flow/flow4.png");
}
#flow-area #fl5 .pic {
  background-image: url("../images/flow/flow5.png");
}
#flow-area #fl5 .num {
  border-bottom: 3px solid #000;
}/*# sourceMappingURL=flow.css.map */