.main-sub::after {
  background: url("/assets/img/uservoice/main_bg01.jpg") no-repeat left center/cover;
}

.note .wrap {
  max-width: 960px;
}
.note .border-tit {
  margin-top: 0;
}
.note .border-tit__btm {
  margin-top: 80px;
  margin-bottom: 30px;
}
.note .flex-cont {
  align-items: flex-start;
}
.note .flex-cont .border-tit__btm {
  margin-top: 0;
}
.note .sub-txt {
  display: block;
  margin-top: 20px;
}
.note .sub-txt.p {
  margin-top: 30px;
}
.note .process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 90px 0 0;
}
.note .process-list li {
  width: calc((100% - 80px) / 5);
}
.note .num-flow {
  background: #18171C;
  padding: 14px 10px 20px;
  position: relative;
  text-align: center;
}
.note .num-flow::before {
  content: "";
  display: block;
  width: 67px;
  height: 38px;
  position: absolute;
  background: url("/assets/img/sdgs/flow_bg03.svg") no-repeat center/contain;
  top: -1px;
  left: 0;
}
.note .num-flow .fb {
  position: absolute;
  top: -36px;
  left: 0;
  color: #826F50;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -2px;
  z-index: 2;
}
.note .num-flow .tit {
  padding-top: 22px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.note .num-flow .tit span {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  font-size: 13px;
  color: #826F50;
}
.note .num-flow .img {
  width: 60px;
  height: 40px;
  margin: 12px auto;
}
.note .num-flow .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.note .flex-red {
  flex-wrap: wrap;
  margin-top: 40px;
}
.note .flex-red li {
  flex: 0 0 calc((100% - 30px) / 2);
}
.note .flex-red li .flex {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 20px 20px;
}
.note .flex-red li .img {
  width: 46px;
  height: 56px;
  text-align: center;
}
.note .flex-red li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.note .flex-red li .txt {
  flex: 1;
}
.note .flex-red li .txt p {
  margin-top: -8px;
}
@media only screen and (max-width: 769px) {
  .note .border-tit__btm {
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .note .process-list {
    gap: 26px 20px;
    margin: 60px 0 50px;
  }
  .note .process-list li {
    width: calc((100% - 20px) / 2);
  }
  .note .num-flow .fb {
    top: -14px;
    font-size: 40px;
  }
  .note .flex-red {
    margin-top: 30px;
  }
  .note .flex-red li {
    flex: 0 0 100%;
  }
}

.cta {
  background: none;
}/*# sourceMappingURL=style.css.map */