@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.technology {
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .technology {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .technology {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .step-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .step-wrap .step-scroll {
    width: 768px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.step-wrap .step-item {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step-wrap .step-item {
    margin-bottom: 30px;
  }
}
.step-wrap .step-item:last-child {
  margin-bottom: 0;
}
.step-wrap .step-item .step-case {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  color: #1374CA;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.step-wrap .step-item .step-case span {
  font-size: 45px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .step-wrap .step-item .step-case {
    font-size: 25px;
  }
  .step-wrap .step-item .step-case span {
    font-size: 38px;
    margin-left: 5px;
  }
}
.step-wrap .step-item .step-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-wrap .step-item .step-line__wrap .step-block {
  color: #fff;
  width: 16.6666666667%;
  min-width: 160px;
  padding-left: 20px;
  height: 150px;
  position: relative;
  background: #1374CA;
  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;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .step-wrap .step-item .step-line__wrap .step-block {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .step-wrap .step-item .step-line__wrap .step-block {
    height: 130px;
  }
}
.step-wrap .step-item .step-line__wrap .step-block:first-child {
  padding-left: 0;
}
.step-wrap .step-item .step-line__wrap .step-block:after {
  content: "";
  height: 150px;
  width: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -19px;
  top: 0;
  background: #1374CA;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .step-wrap .step-item .step-line__wrap .step-block:after {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .step-wrap .step-item .step-line__wrap .step-block:after {
    height: 130px;
  }
}
.step-wrap .step-item .step-line__wrap .step-block.--blue2 {
  background: #62A4E0;
}
.step-wrap .step-item .step-line__wrap .step-block.--blue2:after {
  background: #62A4E0;
}
.step-wrap .step-item .step-line__wrap .step-block.--blue2 .step-block__inner span {
  color: #62A4E0;
}
.step-wrap .step-item .step-line__wrap .step-block.--blue3 {
  background: #498FCE;
}
.step-wrap .step-item .step-line__wrap .step-block.--blue3:after {
  background: #498FCE;
}
.step-wrap .step-item .step-line__wrap .step-block.--blue3 .step-block__inner span {
  color: #498FCE;
}
.step-wrap .step-item .step-line__wrap .step-block.--2 {
  width: 33.3333333333%;
}
.step-wrap .step-item .step-line__wrap .step-block.--3 {
  width: 50%;
}
.step-wrap .step-item .step-line__wrap .step-block.--4 {
  width: 66.6666666667%;
}
.step-wrap .step-item .step-line__wrap .step-block.--5 {
  width: 83.3333333333%;
}
.step-wrap .step-item .step-line__wrap .step-block .step-block__inner {
  text-align: center;
}
.step-wrap .step-item .step-line__wrap .step-block .step-block__inner span {
  background-color: #fff;
  color: #1374CA;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  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;
  margin: 0 auto 10px;
}
.step-wrap .step-item .step-line__wrap .step-block .step-block__inner p {
  line-height: 1.625;
  height: 52px;
  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;
}
.step-wrap .step-text {
  margin-top: 10px;
}