@charset "utf-8";

.first-area {
  height: calc(100vh - 110px);
  background-image: url(../images/works/bg-main-works.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
