body.home::before {
  content: "";
  opacity: 0.4;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: move 10s infinite alternate forwards running;
          animation: move 10s infinite alternate forwards running;
  background-color: #FFA031;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  body.home::before {
    width: 35vw;
    height: 45vw;
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  body.home::before {
    width: 70vw;
    height: 70vw;
    margin: auto;
  }
}
@-webkit-keyframes move {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
    top: -50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
    background-color: #87c4cc;
    top: 0px;
    right: -50px;
    bottom: 0px;
    left: 0px;
    width: 50vw;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
    top: 0px;
    right: 0px;
    bottom: -50px;
    left: 0px;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
  }
}
@keyframes move {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
    top: -50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
    background-color: #87c4cc;
    top: 0px;
    right: -50px;
    bottom: 0px;
    left: 0px;
    width: 50vw;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
    top: 0px;
    right: 0px;
    bottom: -50px;
    left: 0px;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
  }
}

.header-bs {
  -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.first-view-mask::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(134.21%, rgba(193, 233, 255, 0)));
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(193, 233, 255, 0) 134.21%);
}

.bread {
  position: absolute;
  top: calc(100% - 30px);
  right: 0px;
  left: 0px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  .bread {
    width: 79.1666666667vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    padding-right: 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .bread {
    width: 90% !important;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.bread .bc-arrow {
  margin-right: 5px;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .bread li {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .bread li {
    font-size: 3.2vw;
  }
}

.free-lance .tab-menu .tab {
  cursor: pointer;
}
@media (min-width: 769px) {
  .free-lance .tab-menu .tab {
    margin-left: 1.3%;
  }
  .free-lance .tab-menu .tab:nth-child(6n+1) {
    margin-left: 0vw;
  }
  .free-lance .tab-menu .tab:nth-child(n+7) {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .free-lance .tab-menu .tab {
    margin-left: 2.5%;
  }
  .free-lance .tab-menu .tab:nth-child(4n+1) {
    margin-left: 0vw;
  }
  .free-lance .tab-menu .tab:nth-child(n+5) {
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 480px) {
  .free-lance .tab-menu .tab {
    margin-left: 5%;
  }
  .free-lance .tab-menu .tab:nth-child(3n+1) {
    margin-left: 0vw;
  }
  .free-lance .tab-menu .tab:nth-child(n+4) {
    margin-top: 5.3333333333vw;
  }
}
.free-lance .tab-menu .tab .tab-item .tab-img {
  border-radius: 100%;
  border: 3px solid #C8C8C8;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.free-lance .tab-menu .tab .tab-item .tab-img:hover {
  opacity: 0.6;
}
.free-lance .tab-menu .tab .tab-item .tab-img .img {
  background-size: cover;
  background-color: var(--site_color2);
}
@media (min-width: 769px) {
  .free-lance .tab-menu .tab .tab-item .tab-img .img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .free-lance .tab-menu .tab .tab-item .tab-img .img {
    width: 19.53125vw;
    height: 19.53125vw;
  }
}
@media (max-width: 480px) {
  .free-lance .tab-menu .tab .tab-item .tab-img .img {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
}
.free-lance .tab-menu .tab.active .tab-item .tab-img {
  border: 3px solid var(--site_color1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.free-lance .tab-content:not(.active) {
  display: none;
}

.mw_wp_form_confirm .policy, .mw_wp_form_confirm .requwired {
  display: none;
}

@media (min-width: 769px) {
  .cv .tell {
    pointer-events: none;
  }
}
/*# sourceMappingURL=project.css.map */