@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

.section02 {
  background-color: rgb(40, 100, 255);
  padding-top: 15%;
  z-index: 0;
  padding-bottom: 15%;
}
@media screen and (max-width: 900px) {
  .section02 {
    padding-top: 50%;
    padding-bottom: 35%;
  }
}
.section02 .bg-text {
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  z-index: 0;
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .section02 .bg-text {
    top: 0;
  }
}
.section02 .inner {
  max-width: 77%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .section02 .inner {
    max-width: none;
  }
}
.section02 .inner .ttl {
  width: 672px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section02 .inner .ttl {
    width: 67.2%;
  }
}
.section02 .inner .ttl img {
  width: 100%;
}
.section02 .inner .sub-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: white;
  margin-bottom: 85px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section02 .inner .sub-ttl {
    margin-top: 5%;
    font-size: 4vw;
  }
}
.section02 .inner .about-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .section02 .inner .about-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section02 .inner .about-wrap .device {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .section02 .inner .about-wrap .device {
    width: 75%;
    margin-bottom: 5%;
  }
}
.section02 .inner .about-wrap .app-desc {
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 1000px) {
  .section02 .inner .about-wrap .app-desc {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .section02 .inner .about-wrap .app-desc {
    padding-left: 0;
    width: 100%;
  }
}
.section02 .inner .about-wrap .app-desc p {
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 40px;
  margin-bottom: 45px;
  white-space: nowrap;
  transform: rotate(0.05deg);
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1250px) {
  .section02 .inner .about-wrap .app-desc p {
    font-size: 1.55vw;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .section02 .inner .about-wrap .app-desc p {
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.8;
  }
}
.section02 .inner .about-wrap .app-desc img {
  width: 250px;
}
@media screen and (max-width: 900px) {
  .section02 .inner .about-wrap .app-desc img {
    display: block;
    margin: auto;
    width: 37%;
    margin-top: 10%;
  }
}/*# sourceMappingURL=section02.css.map */