.section__solution .solution-top1 {
  background: url(../image/solution-top1.jpg);
  background-size: cover;
  background-position: center;
}
.section__solution .solution-top2 {
  background: url(../image/solution-top2.jpg);
  background-size: cover;
  background-position: center;
}
.section__solution .solution-top3 {
  background: url(../image/solution-top3.jpg);
  background-size: cover;
  background-position: center;
}
.section__solution .solution__item {
  align-items: center;
  justify-content: left;
  margin-bottom: 50px;
}
.section__solution .solution__item:nth-of-type(2) {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.section__solution .solution__item:nth-of-type(2) .flex__item2.txt {
  width: 45%;
  padding-right: 50px;
}
.section__solution .top__read-txt {
  margin: 30px 0 60px;
}
.section__solution .top__read-txt .solution-top__catch {
  font-size: 32px;
  text-align: center;
}
.section__solution .solution__ttl {
  font-size: 32px;
  color: #046F3E;
  margin-bottom: 20px;
  font-weight: normal;
}
.section__solution .solution__img {
  margin-bottom: 20px;
  overflow: hidden;
}
.section__solution .solution__txt {
  margin-bottom: 30px;
}
.section__solution .flex__item2.txt {
  width: 45%;
  padding-left: 50px;
  margin-top: -50px;
}
.section__solution .step {
  padding-left: 90px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
}
.section__solution .step::before {
  display: block;
  position: absolute;
  left: 0px;
  border: 2px solid #046F3E;
  border-radius: 50%;
  background: white;
  padding: 5px 10px;
  top: 0px;
  font-size: 32px;
}
.section__solution .step__ttl {
  font-size: 28px;
  margin-bottom: 10px;
}
.section__solution .service-flow {
  margin-top: 50px;
  position: relative;
}
.section__solution .service-flow::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 3px;
  background: #046F3E;
  left: 28px;
}
.section__solution .step_mumber {
  border: 2px solid #046F3E;
  border-radius: 50%;
  background: white;
  padding: 5px 10px;
  font-size: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 700px) {
  .section__solution .top__read-txt {
    margin: 20px 0 30px;
  }
  .section__solution .top__read-txt .solution-top__catch {
    font-size: 24px;
    text-align: left;
  }
  .section__solution .solution__item:nth-of-type(2) .flex__item2.txt {
    width: 100%;
    padding: 0 20px;
  }
  .section__solution .solution__item:nth-of-type(2) .solution__img {
    padding-left: 40px;
    padding-right: 0;
    max-height: 160px;
  }
  .section__solution .flex__item2 {
    width: 100%;
  }
  .section__solution .flex__item2.txt {
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
  .section__solution .solution__img {
    padding-right: 40px;
    max-height: 160px;
  }
  .section__solution .solution__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.solution-contact {
  background: none;
  max-width: 850px;
  border: 2px solid #046F3E;
  color: #333333;
}
.solution-contact .link__btn a {
  background: linear-gradient(to right, #74B598, #046F3E);
}/*# sourceMappingURL=solution.css.map */