@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kv {
  background-image: url(/recruit/project/img/architecture-kv-bg.jpg);
}

.kv-title-area .inner > div {
  -webkit-transition: opacity 0.3s ease-out,-webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,-webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out,transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,transform 0.3s ease-out;
  transition: opacity 0.3s ease-out,transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
}

.kv-title-area .inner > div:nth-child(2) {
  -webkit-transition: opacity 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
  -o-transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
}

.kv-title-area .inner > div:nth-child(3) {
  -webkit-transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
  -o-transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
}

.kv-title-area .inner > div:nth-child(4) {
  -webkit-transition: opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
  -o-transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
}

.kv-title-area .inner > div:nth-child(5) {
  -webkit-transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -o-transition: opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
}

.kv-title-area.show .inner > div {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.box-title {
  font-weight: bold;
  font-size: 1.87em;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-bottom: 1.86em;
}

.box-title span {
  font-size: 0.535em;
  letter-spacing: 0.025em;
}

.box-title.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box-title.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box1 {
  margin-bottom: 9em;
}

.box1-title {
  width: 47.083%;
  float: right;
  margin-top: 7em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box1-title.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box2 {
  margin-bottom: 6.87em;
}

.box2 .box-textarea {
  margin-bottom: 6.3em;
}

.box2 .box-textarea.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box2 .box-textarea.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box2 .box-textarea-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box2 .box-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.box2 .box-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  margin-top: -0.18em;
}

.box2 .box-right.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box2 .box-right.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box3 {
  margin-bottom: 6.88em;
}

.box3 .box-textarea.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box3 .box-textarea.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box3 .box-textarea-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.46em;
}

.box3 .box-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.33%;
      -ms-flex: 0 0 43.33%;
          flex: 0 0 43.33%;
}

.box3 .box-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.66%;
      -ms-flex: 0 0 51.66%;
          flex: 0 0 51.66%;
  margin-top: -0.45em;
  margin-left: 5%;
}

.box3 .box-right.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box3 .box-right.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box4 {
  margin-bottom: 8.05em;
}

.box4 .box-textarea.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box4 .box-textarea.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box4 .box-textarea-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.46em;
}

.box4 .box-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.33%;
      -ms-flex: 0 0 43.33%;
          flex: 0 0 43.33%;
}

.box4 .box-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.66%;
      -ms-flex: 0 0 51.66%;
          flex: 0 0 51.66%;
  margin-top: -0.45em;
  margin-left: 5%;
}

.box4 .box-right.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box4 .box-right.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box5-title {
  font-size: 2.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.08em;
}

.box5-title.scroll-block {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.box5-title.scroll-block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.recomment-list__textarea {
  color: #009944;
}

@media screen and (max-width: 768px) {
  .kv {
    background-image: url(/recruit/project/img/architecture-kv-bg-sp.jpg);
  }
  .kv-title-area .inner > div {
    margin-left: 0.1vw;
  }
  .box-title {
    font-size: 4.26vw;
    line-height: 1.31;
    margin-bottom: 5.8vw;
  }
  .box-title span {
    font-size: 2.66vw;
  }
  .box1 {
    margin-bottom: 20.3vw;
  }
  .box1-title {
    width: 90%;
    right: -9.52%;
    margin-top: 14.8vw;
    mix-blend-mode: multiply;
  }
  .box2 {
    margin-bottom: 10.6vw;
  }
  .box2 .box-textarea {
    margin-bottom: 11.7vw;
  }
  .box2 .box-textarea:last-child {
    margin-bottom: 0;
  }
  .box2 .box-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 7.9vw;
  }
  .box2 .box-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
  }
  .box3 {
    margin-bottom: 11.1vw;
  }
  .box3 .box-textarea-1 {
    margin-bottom: 6.8vw;
  }
  .box3 .box-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box3 .box-left .box-pic {
    width: 100%;
    left: auto;
  }
  .box3 .box-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .box4 {
    margin-bottom: 17.1vw;
  }
  .box4 .box-textarea-1 {
    margin-bottom: 7vw;
  }
  .box4 .box-textarea-1 .box-pic {
    width: 100%;
    left: auto;
  }
  .box4 .box-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box4 .box-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .box5-title {
    font-size: 5.58vw;
    margin-bottom: 9vw;
  }
}
/*# sourceMappingURL=architecture.css.map */
