.not-found {
  position: relative;
}
.not-found-square {
  position: absolute;
  z-index: -1;
}
.not-found-square:nth-of-type(3) {
  width: 90px;
  height: 90px;
  background: #00BFB3;
  left: 3%;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .not-found-square:nth-of-type(3) {
    width: 60px;
    height: 60px;
    left: 0;
    top: -2%;
  }
}
.not-found-square:nth-of-type(4) {
  width: 41px;
  height: 41px;
  background: #FFB81C;
  right: 25%;
  top: 1%;
}
@media screen and (max-width: 768px) {
  .not-found-square:nth-of-type(4) {
    right: 0;
    top: -8%;
  }
}
.not-found-square:nth-of-type(5) {
  width: 90px;
  height: 90px;
  background: #FF8200;
  right: 0;
  top: 58%;
}
@media screen and (max-width: 768px) {
  .not-found-square:nth-of-type(5) {
    top: 54%;
  }
}
.not-found > .m-lyt {
  margin-top: 109px;
}
@media screen and (max-width: 1200px) {
  .not-found > .m-lyt {
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .not-found > .m-lyt {
    margin-top: 72px;
  }
}
.not-found .m-lyt-contents-wrap {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .not-found .m-lyt-contents-wrap {
    margin-top: 112px;
  }
}
.not-found .breadcrumb {
  position: static;
}
.not-found .breadcrumb-anchor {
  color: #221716;
}
.not-found .breadcrumb-anchor::before {
  color: #221716;
}
@media screen and (max-width: 768px) {
  .not-found .m-text-primary {
    font-size: 1.4rem;
  }
}
.not-found .m-hdg-lv1 {
  color: #00BFB3;
}
@media screen and (max-width: 768px) {
  .not-found .m-hdg-lv1 {
    position: relative;
    font-size: 3.2rem;
    z-index: 1;
    background: #ffffff;
    padding: 10px 0;
  }
}
.not-found .m-hdg-lv1 + .m-text-primary {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .not-found .m-hdg-lv1 + .m-text-primary {
    margin-top: 30px;
  }
}
