@import url("../config/reset.css");
@import url("../common/common.css");
@import url("../common/animation.css");
@import url("../common/footer.css");
@import url("../common/header.css");
@import url("../component/mv.css");
@import url("../component/p-flow.css");
body {
  font-family: var(--font-noto);
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .main__contents {
    overflow: hidden;
  }
}

#p-flow {
  background-color: #f5f3f2;
}

.deco-circle {
  width: 144px;
  height: 144px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deco-circle .txt-circle {
  display: block;
  animation: rotate360 10s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.deco-circle .ico-circle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 243, 242);
  box-shadow: 0px 10px 14px 0px rgba(255, 255, 255, 0.004), 0px 13px 15px 0px rgba(0, 0, 0, 0.1);
}
.deco-circle .ico-circle img {
  width: auto;
  height: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .deco-circle {
    width: 7.5vw;
    height: 7.5vw;
    bottom: 1.7708333333vw;
  }
  .deco-circle .ico-circle {
    width: 4.2708333333vw;
    height: 4.2708333333vw;
  }
  .deco-circle .ico-circle img {
    width: auto;
    height: 2.5520833333vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deco-circle {
    width: 10.2857142857vw;
    height: 10.2857142857vw;
    bottom: 2.4285714286vw;
  }
  .deco-circle .ico-circle {
    width: 5.8571428571vw;
    height: 5.8571428571vw;
  }
  .deco-circle .ico-circle img {
    width: auto;
    height: 3.5714285714vw;
  }
}
@media only screen and (max-width: 991px) {
  .deco-circle {
    width: 14.5307769929vw;
    height: 14.5307769929vw;
    bottom: 3.4308779011vw;
  }
  .deco-circle .ico-circle {
    width: 8.2744702321vw;
    height: 8.2744702321vw;
  }
  .deco-circle .ico-circle img {
    width: auto;
    height: 5.0454086781vw;
  }
}/*# sourceMappingURL=flow.css.map */