.company-main {
  margin: 0 auto;
}

.flow-block {
  position: relative;
  padding: 30px 0;
}

.flow-block:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #4ac099 0%, #4ac099 16%, #93e090 16%, #93e090 32%, #d5f0a8 32%, #d5f0a8 50%, #f3eb76 50%, #f3eb76 66%, #ffd262 66%, #ffd262 82%, #f2830b 82%, #f2830b 100%);
}

.flow-title {
  padding-left: 0px;
  margin-top: 0;
  padding-right: 100px;
  position: relative;
}

.flow-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: contain;
}

.flow-title.title01::after {
  background-image: url("/assets/images/flow/flow_dayon_01.png");
}

.flow-title.title02::after {
  background-image: url("/assets/images/flow/flow_dayon_02.png");
}

.flow-title.title03::after {
  background-image: url("/assets/images/flow/flow_dayon_03.png");
}

.flow-blockTitle {
  position: absolute;
}

.flow-blockTitle::before {
  content: "";
  position: absolute;
  background-color: #fff67a;
  width: 45px;
  height: 45px;
  top: 10px;
  left: 10px;
  margin-bottom: 30px;
  z-index: 1;
}

.flow-blockTitle::after {
  content: "";
  position: absolute;
  background-color: #4ac099;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  z-index: 2;
}

.flow-blockTitle span {
  font-size: 2.6rem;
  position: relative;
  left: 16px;
  top: 0px;
  color: #ffffff;
  z-index: 3;
  margin-bottom: 0;
}

.flow-titleText {
  padding-left: 70px;
  font-size: 2.0rem;
  margin-bottom: 22px;
  padding-top: 8px;
}

.flow-subText {
  line-height: 1.63;
  color: #32a17d;
}

.flow-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.flow-lists__item {
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.flow-figures {
  padding-left: 0;
  width: auto;
}

.flow-figures img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .flow-block {
    padding: 60px 0px;
  }
  .flow-block:first-of-type {
    padding-top: 0;
  }
  .flow-title {
    position: relative;
    margin-bottom: 40px;
    padding-left: 120px;
    padding-right: 130px;
  }
  .flow-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    padding-top: 10px;
    background-image: url("https://placehold.jp/200x200.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .flow-blockTitle {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .flow-blockTitle::before {
    content: "";
    position: absolute;
    background-color: #fff67a;
    width: 90px;
    height: 90px;
    top: 10px;
    left: 10px;
    margin-bottom: 30px;
    z-index: 1;
  }
  .flow-blockTitle::after {
    content: "";
    position: absolute;
    background-color: #4ac099;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: 2;
  }
  .flow-blockTitle span {
    font-size: 4.6rem;
    position: relative;
    left: 30px;
    top: 6px;
    color: #ffff;
    z-index: 3;
    margin-bottom: 0;
  }
  .flow-titleText {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 3.4rem;
  }
  .flow-lists {
    justify-content: center;
  }
  .flow-lists__item {
    width: calc(50% - 15px);
  }
  .flow-lists__item:nth-child(2n) {
    margin-left: 30px;
  }
  .flow-lists__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .flow-figures {
    color: #333333;
    line-height: 1.63;
    width: 100%;
  }
}
