.ly_cont {
  width: 100%;
}

.font-family {
  font-family: serif;
}

.global-container {
  position: relative;
  width: 100%;
}

.container-image {
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

.container {
  margin: 0 auto;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-inner-right .header-link {
  color: #4A7FA0;
  margin-bottom: 8px;
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
}

.main-inner {
  display: inline-block;
  position: absolute;
  top: calc(50% + -210px);
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
}

.main-inner h1 {
  font-size: 42px;
  color: #4A7FA0;
  text-align: center;
  margin-bottom: 5px;
}

.main-inner h2 {
  color: #4A7FA0;
}

.scroll {
  position: absolute;
  top: 60%;
  left: 50%;
  padding-bottom: 3px;
  -webkit-transform: translate(-50%, -50px) rotate(90deg);
          transform: translate(-50%, -50px) rotate(90deg);
  z-index: 10;
  border-bottom: 1px solid #4A7FA0;
  color: #4A7FA0;
}

.scroll::after {
  position: absolute;
  top: 25px;
  left: 33px;
  content: "";
  width: 13px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  height: 1px;
  background-color: #4A7FA0;
}

.portfolio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.portfolio-inner .site-box {
  margin-bottom: 50px;
}

.portfolio-inner .site-box .site-img {
  cursor: pointer;
}

.portfolio-inner .site-box .site-text {
  font-weight: 700;
  color: #795548;
  margin-left: 30px;
  margin-top: 20px;
}

.portfolio-inner .site-box p {
  margin-left: 30px;
  margin-top: 10px;
  font-weight: 800;
}

.footer {
  width: 100%;
  height: 280px;
  background-color: #1F4060;
}

.footer-inner-coporation {
  font-weight: 900;
  color: #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 280px;
}

.hover-scale {
  overflow: hidden;
  border-radius: 5px;
}

.hover-scale img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.hover-scale img:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 0.9;
}

.animation-word {
  font-family: 'Hind', sans-serif;
  font-size: 400%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 15%;
  z-index: 21;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

span {
  -webkit-animation: blur 10s ease-out;
          animation: blur 10s ease-out;
}

span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

span:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

span:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

span:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

span:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

span:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

@-webkit-keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #fff;
  }
  80% {
    text-shadow: 0 0 0px #fff;
  }
  85% {
    opacity: 1;
  }
  95% {
    text-shadow: 0 0 90px #fff;
  }
  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #fff;
  }
  80% {
    text-shadow: 0 0 0px #fff;
  }
  85% {
    opacity: 1;
  }
  95% {
    text-shadow: 0 0 90px #fff;
  }
  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 1;
  }
}

@media (min-width: 300px) {
  .ly_cont {
    max-width: 290px;
  }
  .header-inner-left img {
    width: 50px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .header-inner-right .header-link {
    font-size: 20px;
  }
  .header-inner-right {
    margin-top: 30px;
    margin-right: 30px;
  }
  .portfolio {
    padding-left: 5px;
    padding-right: 5px;
  }
  .portfolio-inner .site-box .site-text {
    font-size: 14px;
  }
  .portfolio-inner .site-box p {
    font-size: 18px;
  }
  .portfolio-inner .site-box .site-img {
    width: 280px;
    height: 170px;
  }
  .main-inner h2 {
    font-size: 11px;
  }
  .footer-inner-coporation {
    font-size: 17px;
  }
}

@media (min-width: 750px) {
  .ly_cont {
    max-width: 737px;
  }
  .header-inner-left img {
    width: 95px;
    margin-top: 80px;
    margin-left: 80px;
  }
  .header-inner-right .header-link {
    font-size: 32px;
  }
  .header-inner-right {
    margin-top: 80px;
    margin-right: 80px;
  }
  .portfolio {
    padding-left: 35px;
    padding-right: 35px;
  }
  .portfolio-inner .site-box .site-img {
    width: 310px;
    height: 190px;
  }
  .portfolio-inner {
    gap: 47px;
  }
}

@media (min-width: 1200px) {
  .ly_cont {
    max-width: 1050px;
  }
  .portfolio-inner .site-box .site-text {
    font-size: 18px;
  }
  .portfolio-inner .site-box p {
    font-size: 26px;
  }
  .portfolio-inner {
    gap: 140px;
  }
  .portfolio-inner .site-box .site-img {
    width: 420px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-inner h2 {
    font-size: 22px;
  }
  .footer-inner-coporation {
    font-size: 30px;
  }
}

@media (min-width: 1530px) {
  .ly_cont {
    max-width: 1490px;
  }
  .portfolio-inner .site-box .site-img {
    width: 640px;
    height: 380px;
  }
}
/*# sourceMappingURL=style.css.map */