/* CSS Document */
/* CSS Document */
/* line 7, style.scss */
.cimg:before {
  background-image: url("../images/cimg.jpg"); }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 7, style.scss */
    .cimg:before {
      background-position: left -10vw center; } }
  @media screen and (max-width: 350px) {
    /* line 7, style.scss */
    .cimg:before {
      background-position: left -20vw center; } }

/* line 23, style.scss */
.flow_box {
  margin: 25px 0 0; }

/* line 26, style.scss */
.flow_boxb {
  counter-reset: listnum; }

/* line 29, style.scss */
.flow_unit {
  counter-increment: listnum;
  position: relative;
  margin-top: 50px; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 29, style.scss */
    .flow_unit {
      margin-top: 40px; } }
  @media screen and (max-width: 350px) {
    /* line 29, style.scss */
    .flow_unit {
      margin-top: 40px; } }
  /* line 45, style.scss */
  .flow_unit:first-of-type {
    margin-top: 0; }
  /* line 48, style.scss */
  .flow_unit:after {
    content: '';
    width: 24px;
    height: 22px;
    background-image: url("../images/flow_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -35px;
    margin: auto; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 48, style.scss */
      .flow_unit:after {
        width: calc(24px * 0.8);
        height: calc(22px * 0.8;);
        bottom: -30px; } }
    @media screen and (max-width: 350px) {
      /* line 48, style.scss */
      .flow_unit:after {
        width: calc(24px * 0.8);
        height: calc(22px * 0.8;);
        bottom: -30px; } }
  /* line 79, style.scss */
  .flow_unit:last-of-type:after {
    display: none; }

/* line 84, style.scss */
.flow_unitb {
  background: #ffffff;
  padding: 30px 50px;
  color: #000000;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 84, style.scss */
    .flow_unitb {
      padding: 20px 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 84, style.scss */
    .flow_unitb {
      padding: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 84, style.scss */
    .flow_unitb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 84, style.scss */
    .flow_unitb {
      padding: 20px; } }
  /* line 104, style.scss */
  .flow_unitb:before {
    content: counter(listnum,decimal-leading-zero);
    color: #cccccc;
    font-size: 70px;
    font-size: 7.0rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    width: 60px;
    margin-right: 30px;
    text-align: center; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 104, style.scss */
      .flow_unitb:before {
        font-size: 60px;
        font-size: 6.0rem;
        width: 50px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 104, style.scss */
      .flow_unitb:before {
        font-size: 60px;
        font-size: 6.0rem;
        width: 50px;
        margin-right: 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 104, style.scss */
      .flow_unitb:before {
        font-size: 40px;
        font-size: 4.0rem;
        width: 35px;
        margin-right: 20px; } }
    @media screen and (max-width: 350px) {
      /* line 104, style.scss */
      .flow_unitb:before {
        font-size: 30px;
        font-size: 3.0rem;
        width: 35px;
        margin-right: 15px; } }
  /* line 143, style.scss */
  .flow_unitb dl dt {
    font-size: 20px;
    font-size: 2.0rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 143, style.scss */
      .flow_unitb dl dt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 143, style.scss */
      .flow_unitb dl dt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 143, style.scss */
      .flow_unitb dl dt {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 350px) {
      /* line 143, style.scss */
      .flow_unitb dl dt {
        font-size: 16px;
        font-size: 1.6rem; } }

/*# sourceMappingURL=style.css.map */
