@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
about_section----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.about_section + .about_section {
  margin-top: 168px;
}
@media screen and (max-width: 1000px) {
  .about_section + .about_section {
    margin-top: 120px;
  }
}

.lower_bigline__about_section {
  margin: 56px 0 32px;
}
@media screen and (max-width: 1000px) {
  .lower_bigline__about_section {
    margin: 40px 0 24px;
  }
}

@media screen and (max-width: 1000px) {
  .about_section {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .about_section {
    padding: 0 20px;
  }
}
.about_gallerys {
  margin-top: 168px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1000px) {
  .about_gallerys {
    margin-top: 120px;
  }
}
@media screen and (max-width: 500px) {
  .about_gallerys {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about_gallerys__img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 500px) {
  .about_gallerys__img1 {
    grid-area: 1/1/2/2;
  }
  .about_gallerys__img2 {
    grid-area: 2/1/3/2;
  }
  .about_gallerys__img3 {
    grid-area: 1/2/3/3;
  }
  .about_gallerys__img4 {
    grid-area: 1/3/3/5;
  }
  .about_gallerys__img5 {
    grid-area: 3/1/5/2;
  }
  .about_gallerys__img6 {
    grid-area: 3/2/4/3;
  }
  .about_gallerys__img7 {
    grid-area: 4/2/5/3;
  }
  .about_gallerys__img8 {
    grid-area: 3/3/4/4;
  }
  .about_gallerys__img9 {
    grid-area: 3/4/4/5;
  }
  .about_gallerys__img10 {
    grid-area: 4/3/5/5;
  }
}
@media screen and (max-width: 500px) {
  .about_gallerys__img1 {
    grid-area: 1/1/2/2;
  }
  .about_gallerys__img2 {
    grid-area: 2/1/3/2;
  }
  .about_gallerys__img3 {
    grid-area: 1/2/3/3;
  }
  .about_gallerys__img4 {
    grid-area: 3/1/5/3;
  }
  .about_gallerys__img5 {
    grid-area: 5/1/7/2;
  }
  .about_gallerys__img6 {
    grid-area: 5/2/6/3;
  }
  .about_gallerys__img7 {
    grid-area: 6/2/7/3;
  }
  .about_gallerys__img8 {
    grid-area: 7/1/8/2;
  }
  .about_gallerys__img9 {
    grid-area: 7/2/8/3;
  }
  .about_gallerys__img10 {
    grid-area: 8/1/9/3;
  }
}
/*================================================
about_section----END
==================================================*//*# sourceMappingURL=about-job.css.map */