@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   intro
   -------------------------------------------------------------------------- */
.l-lower-environment-intro {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-intro {
    padding: 70px 20px 100px;
  }
}
.l-lower-environment-intro p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-intro p {
    text-align: center;
  }
}
.l-lower-environment-section-ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-section-ttl {
    font-size: 2.8rem;
  }
}
.l-lower-environment-section-ttl::before,
.l-lower-environment-section-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}

.l-lower-environment-section-ttl::before {
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-section-ttl::before {
    margin-right: 60px;
  }
}
.l-lower-environment-section-ttl::after {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-section-ttl::after {
    margin-left: 60px;
  }
}
.l-lower-environment-working-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-lower-environment-working-desc {
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-working-desc {
    margin: 100px auto 60px;
  }
}
.l-lower-environment-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 3%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-items {
    gap: 1%;
    margin-bottom: 140px;
  }
}
.l-lower-environment-items li {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 227/235;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-items li {
    width: 235px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-environment-items li {
    width: 227px;
  }
}
.l-lower-environment-items li:nth-of-type(1) {
  background-image: url(../img/workstyle_circle_bl.png);
}

.l-lower-environment-items li:nth-of-type(2) {
  background-image: url(../img/workstyle_circle_ye.png);
}

.l-lower-environment-items li:nth-of-type(3) {
  background-image: url(../img/workstyle_circle_re.png);
}

.l-lower-environment-items li:nth-of-type(4) {
  background-image: url(../img/workstyle_circle_gr.png);
}

.l-lower-environment-items li:nth-of-type(5) {
  background-image: url(../img/workstyle_circle_pe.png);
}

.l-lower-environment-items li p {
  text-align: center;
}

.l-lower-environment-items li p span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-items li p span {
    font-size: 2.8rem;
  }
}
.l-lower-environment-items li:nth-of-type(1) span {
  color: #53c5e3;
}

.l-lower-environment-items li:nth-of-type(2) span {
  color: #f0b928;
}

.l-lower-environment-items li:nth-of-type(3) span {
  color: #fc7a5c;
}

.l-lower-environment-items li:nth-of-type(4) span {
  color: #7ad934;
}

.l-lower-environment-items li:nth-of-type(5) span {
  color: #d27ae2;
}

.l-lower-environment-yutori-wrap {
  max-width: 1440px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-yutori-wrap {
    margin: 100px auto 0;
  }
}
.l-lower-environment-yutori-wrap img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-environment-yutori-wrap img {
    margin-bottom: 50px;
  }
}
.l-lower-environment-yutori-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto 50px;
  padding: 0 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-yutori-inner {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-environment-yutori-inner {
    gap: 0;
    flex-direction: row;
    align-items: center;
  }
}
.l-lower-environment-yutori-head {
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-lower-environment-yutori-head {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-environment-yutori-head {
    width: 420px;
    font-size: 3.4rem;
  }
}
.l-lower-environment-yutori-desc {
  width: 100%;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-environment-yutori-desc {
    width: calc(100% - 420px);
  }
}

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