@charset "utf-8";

.home {
  text-align: center
}

.home header,
.home header .swiper-container {
  height: 100vh
}

.home .swiper-container .swiper-slide img {
  height: 100%
}

.home .swiper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2;
}

.home .phrase-text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.home h1 small {
  margin-bottom: 2rem;
  font-size: 2rem;
  display: block;
}

.home h1 span {
  line-height: 1.78;
}

i.icon {
  color: #82c434;
  font-size: 6rem;
  width: 120px;
  height: 120px;
  font-size: 60px;
  line-height: 120px;
}

.icon-mod-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid #d7d7d7;
  transition: .4s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-mod-1:hover:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.container h2 {
  margin-bottom: 0;
}

/* Works */
section.works {
  padding-top: 30px;
}

section.works .overview {
  font-size: 2rem;
}

section.works .point {
  margin: 60px auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

section.works .point .flex-item {
  width: 100%;
  max-width: 200px;
}

section.works .point .thumbnail {
  margin-bottom: 15px;
  margin: 30px auto 45px;
}

section.works .point h4 {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .home h1 span {
    font-size: 6rem
  }
}

@media screen and (max-width: 768px) {
  .home h1 span {
    font-size: 3rem
  }

  section.works .point {
    margin: 30px auto;
  }
}

@media screen and (max-width: 600px) {
  section.works .point .flex-item {
    width: calc((100% - 20px) / 2);
  }

  .sec-works .point {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

/* About */
section.aboutus {
  padding-top: 30px;
  background: #2f3b5a;
  color: #fff;
}

section.aboutus .overview {
  width: 100%;
  max-width: 1300px;
  margin: 90px auto 0;
  display: flex;
  gap: 40px;
}

section.aboutus .overview .images {
  margin-left: auto;
  margin-right: auto;
}

section.aboutus .overview .outline {
  text-align: left;
  /* padding-left: 45px; */
  /* line-height: 2rem; */
}

@media screen and (min-width:769px) {
  section.aboutus .overview .images {
    width: 40%;
  }

  section.aboutus .overview .outline {
    width: 60%;
  }
}

@media screen and (max-width:768px) {
  section.aboutus .overview {
    margin: 0 auto;
    flex-wrap: wrap;
  }

  /* section.aboutus .overview div:first-child {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  } */
  section.aboutus .overview img {
    width: 100%;
  }

  section.aboutus .overview .outline {
    section.aboutus .overview .outline {
      max-width: 570px;
      /* padding: 60px 10px 0; */
      margin: 0 auto;
    }
  }
}

/* Blog */
section.blog {
  padding-top: 30px;
}

section.blog .flex-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
  justify-items: stretch;
}

section.blog .flex-item {
  width: 33.3333%;
  margin: 0 20px;
}

@media screen and (max-width:768px) {
  section.blog .flex-item {
    width: unset;
    margin: 0 auto;
  }

}


section.blog .flex-item:first-child {
  margin-left: 0;
}

section.blog .flexx-item:last-child {
  margin-right: 0;
}

section.blog .flex-item img {
  width: 100%;
}

section.blog .caption {
  text-align: left;
}

section.-blog h4 {
  font-weight: bold;
}

section.blog .post-title {
  font-size: 1.5rem;
}

section.blog .post-date {
  font-size: 1rem;
}

/* Recruit */
section.recruit {
  padding-top: 30px;
  /* color: #fff; */
  /* background: #2f3b5a; */
}

/*# sourceMappingURL=styles.css.map */
