.wrapper {
  padding-bottom: 136px;
}

.wrapper .content {
  margin: 0 auto;
}
.wrapper .content section img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.section01 {
  position: relative;
  background-color: #58aeff;
}
.section01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22.59%;
  content: "";
  background-color: #fff;
}

.section02 {
  position: relative;
  background-color: #0152ff;
}
.section02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25.58%;
  content: "";
  background: url(../images/bg.png) no-repeat center top/132% 100%;
}

.section05 {
  background-color: #e1edf9;
}

.section06 {
  background-color: #0048e5;
}

.fixedBtn {
  position: fixed;
  left: 50%;
  bottom: 0;
  max-width: 720px;
  width: 100%;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
}

.fixedBtn.show {
  display: block;
}

@media screen and (max-width: 720px) {
  .wrapper {
    padding-bottom: 19%;
  }
} /*# sourceMappingURL=style.css.map */