  @charset "UTF-8";
/* ============================================ */
/* environment
/* ============================================ */
/* ===== top-area ===== */
#top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/environment/index/top-img.jpg);
}

/* ===== section¹²Í¨ ===== */
.section {
  padding: 140px 0 170px;
}
.section h2.g-title {
  margin: 0 0 1.5em;
}
.section .section-inner {
  max-width: 950px;
  margin: 0 auto;
}
.section .text {
  margin: 0 0 2.5em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 100px 0;
  }
  .section h2.g-title {
    margin: 0 0 1em;
  }
  .section .text {
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 600px) {
  .section {
    padding: 80px 0;
  }
}
/* ===== holiday ===== */
/* ===== women ===== */
#women {
  background-color: rgba(214, 68, 80, 0.07);
}
#women .item {
  margin-bottom: 125px;
}
#women .item .g-title {
  background-color: #D64450;
  padding: 0.5em 2em;
  margin: 0 0 1em;
}
#women .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
#women .flex-wrap .text-wrap,
#women .flex-wrap .img {
  width: 46%;
}
#women .flex-wrap .text-wrap p {
  line-height: 2;
}
#women .flex-wrap .img {
  text-align: center;
}
#women .flex-wrap .img img {
  width: 100%;
  max-width: 415px;
}

@media screen and (min-width: 769px) {
  #women .item02 .text-wrap {
    order: 2;
  }
  #women .item02 .img {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #women .flex-wrap {
    flex-direction: column;
  }
  #women .flex-wrap .text-wrap,
#women .flex-wrap .img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #women .item {
    margin-bottom: 70px;
  }
}
/* ===== certified ===== */
#certified {
  background-color: rgba(255, 177, 64, 0.07);
}

/*# sourceMappingURL=newgrads_environment.css.map */
