/*********************************
*  @font
**********************************/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@700&display=swap");
@media screen and (max-width: 1024px) {
  .wrapper {
    background: none;
  }
}

.inner {
  max-width: 1080px;
}
@media screen and (max-width: 1100px) {
  .inner {
    padding: 0 20px;
  }
}

/*********************************
*  title
**********************************/
h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 17px;
    line-height: 2.3;
  }
}

/*********************************
*  main_vsl
**********************************/
.main_vsl {
  background: url(../images/recruit/system/gallery_mv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main_vsl {
    background: url(../images/recruit/system/gallery_mv.jpg) no-repeat left 80% center;
    background-size: cover;
  }
}

/*********************************
*  gallery
**********************************/
#gallery {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #gallery {
    padding-top: 40px;
  }
}
#gallery h2 {
  width: 25.4285%;
  position: absolute;
  top: -27%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #gallery h2 {
    top: -15%;
  }
}
@media screen and (max-width: 768px) {
  #gallery h2 {
    position: static;
    margin: 0 auto 40px;
    width: 50%;
  }
}
#gallery .gallery_text {
  position: relative;
}
#gallery .gallery_text h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  #gallery .gallery_text h3 {
    margin-bottom: 0px;
  }
}
#gallery .gallery_text p {
  font-size: 16px;
  margin-left: auto;
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_text p {
    font-size: 14px;
    width: 100%;
  }
}
#gallery .education_gallery {
  position: relative;
}
#gallery .education_gallery .gallery_box {
  padding: 45px 35px 30px;
}
@media screen and (max-width: 1100px) {
  #gallery .education_gallery .gallery_box {
    padding: 30px 30px 30px;
  }
}

/*********************************
*  btn_area
**********************************/
#btn_area {
  padding: 100px 0;
}
#btn_area .btn {
  max-width: 330px;
  font-size: 21px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #btn_area .btn {
    max-width: 280px;
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 350px) {
  #btn_area .btn {
    font-size: 14px;
  }
}

/*********************************
*  gallery_box
**********************************/
.gallery_box img {
  border: 0px solid transparent !important;
}

/*********************************
*  thumbnail
**********************************/
.thumbnail {
  width: 100%;
  padding: 0px !important;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  background: #f5f5f5;
}

/*********************************
*  lightbox
**********************************/
@media screen and (max-width: 768px) {
  #lightbox.lightbox {
    position: fixed !important;
    top: 50dvh !important;
    left: 0 !important;
    transform: translateY(-50%);
    width: 100%;
  }
}

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