a.btn-orange-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ea5504;
  height: 90rem;
  border-radius: 45rem;
}
a.btn-orange-icon:before {
  content: "";
  display: block;
  width: 27rem;
  height: 27rem;
  background: url("../images/flow/icon_mitsumori.svg") no-repeat center;
  background-size: contain;
}
a.btn-orange-icon span {
  color: #ea5504;
  margin-left: 10rem;
}

.wrap-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap-flow a.btn-orange-icon {
  width: 330rem;
  margin-top: 50rem;
}
.wrap-flow .box-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ea5504;
  width: 90rem;
  position: relative;
}
.wrap-flow .box-num.no-arrow::before, .wrap-flow .box-num.no-arrow::after {
  display: none;
}
.wrap-flow .box-num::before, .wrap-flow .box-num::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
}
.wrap-flow .box-num::before {
  left: 50%;
  bottom: 20rem;
  width: 64rem;
  height: 64rem;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.wrap-flow .box-num .num span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.wrap-flow .box-num .num span.flow {
  font-family: "Open Sans", sans-serif;
  font-size: 16rem;
}
.wrap-flow .box-num .num span.num {
  font-family: "Open Sans", sans-serif;
  font-size: 40rem;
  font-weight: 700;
}
.wrap-flow .box-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40rem;
  padding-bottom: 110rem;
}
.wrap-flow .box-desc p {
  line-height: 1.8;
}
.wrap-flow .box-desc .photo {
  margin-bottom: 50rem;
}
.wrap-flow .box-desc .hstyle-flow {
  font-weight: bold;
  font-size: 48rem;
  color: #1e1e1e;
  margin-bottom: 20rem;
  letter-spacing: 0.05em;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  a.btn-orange-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ea5504;
    height: 90px;
    border-radius: 45px;
  }
  a.btn-orange-icon:before {
    width: 18px;
    height: 18px;
    background: url("../images/flow/icon_mitsumori.svg") no-repeat center;
    background-size: contain;
  }
  a.btn-orange-icon:hover {
    background: #ea5504;
  }
  a.btn-orange-icon:hover span {
    color: #fff;
  }
  a.btn-orange-icon:hover:before {
    background: url("../images/flow/icon_mitsumori_on.svg") no-repeat center;
    background-size: contain;
  }
  a.btn-orange-icon span {
    color: #ea5504;
    margin-left: 10px;
  }

  .wrap-flow {
    max-width: 1140px;
    margin: 0 auto;
  }
  .wrap-flow.last .box-desc {
    padding-bottom: 0;
  }
  .wrap-flow.last .box-num .num {
    margin-bottom: 20px;
  }
  .wrap-flow a.btn-orange-icon {
    width: 220px;
    height: 60px;
    margin-top: 38px;
  }
  .wrap-flow a.btn-orange-icon img {
    width: 18px;
  }
  .wrap-flow .box-num {
    width: 90px;
  }
  .wrap-flow .box-num::before {
    left: 50%;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
  .wrap-flow .box-num .num {
    margin-bottom: 50px;
  }
  .wrap-flow .box-num .num span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .wrap-flow .box-num .num span.flow {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
  }
  .wrap-flow .box-num .num span.num {
    font-family: "Open Sans", sans-serif;
    font-size: 4rem;
  }
  .wrap-flow .box-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap-flow .box-desc .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrap-flow .box-desc .photo {
    margin-bottom: 0;
    margin-left: 50px;
    width: calc(450 / 1030 * 100%);
  }
  .wrap-flow .box-desc .hstyle-flow {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .wrap-flow {
    max-width: 100%;
    margin: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrap-flow .box-num {
    width: 60px;
  }
}