@charset "UTF-8";
.flow{
  text-align: center;
  height: 2330px;
}
  .flow_ttl{
  padding: 20px 0 0;
  }
  .flow_wrap{
  background: url(../img/bg_flow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
  bottom: 100px;
  width: 1100px;
  margin: 0 auto;
  }
    .flow_content{
    position: relative;
    z-index: 100;
    top: 130px;
    height: 1397px;
    margin: 0 auto;
    }
      .flow_content div{
      color: #ffffff;
      font-size: 4rem;
      line-height: 50px;
      height: 320px;
      width: 740px;
      margin: 0 auto;
      }
        .flow1 p,.flow2 p,.flow3 p,.flow4 p{
        font-size: 2rem;
        line-height: 30px;
        margin: 30px 0 80px;
        color: #484848;
        }

  h2.flow_end {
  position: relative;
  bottom: 90px;
  }