@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   works
   -------------------------------------------------------------------------- */
.l-lower-works-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-works-section-ttl {
    font-size: 2.8rem;
  }
}
.l-lower-works-section-ttl::before,
.l-lower-works-section-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}

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

.l-lower-works-pillar-items {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 3.5%;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-items {
    margin: 70px auto 140px;
    padding: 0 20px;
    flex-wrap: nowrap;
    gap: 6%;
  }
}
.l-lower-works-pillar-items li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-items li {
    width: 310px;
  }
}
.l-lower-works-pillar-item-head {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-item-head {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}
.l-lower-works-pillar-detail-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-wrap {
    flex-direction: row;
  }
}
.l-lower-works-pillar-detail-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-txt-box {
    width: 50%;
    padding-right: 8%;
  }
}
.l-lower-works-pillar-detail-head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-detail-head {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-head {
    font-size: 3.4rem;
  }
}
.l-lower-works-pillar-detail-desc {
  letter-spacing: -0.02em;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-detail-desc {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-desc {
    margin-bottom: 100px;
  }
}
.l-lower-works-pillar-detail-img-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-img-box {
    width: 50%;
  }
}
.l-lower-works-pillar-detail-img-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-img-pc {
    display: block;
  }
}
.l-lower-works-pillar-detail-img-tab {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-detail-img-tab {
    display: none;
  }
}
.l-lower-works-pillar-scene {
  padding: 50px 0;
  background-color: #f3efe6;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-scene {
    padding: 80px 0;
  }
}
.l-lower-works-pillar-scene-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-scene-inner {
    padding: 80px 20px;
  }
}
.l-lower-works-pillar-scene-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-scene-item {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-scene-item {
    gap: 60px;
    flex-direction: row;
    align-items: center;
  }
}
.l-lower-works-pillar-scene-item:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-scene-item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
.l-lower-works-pillar-scene-item:last-of-type {
  margin-bottom: 0;
}

.l-lower-works-pillar-scene-item-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-scene-item-img-box {
    width: 760px;
  }
}
.l-lower-works-pillar-scene-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-scene-item-txt-box {
    width: 380px;
  }
}
.l-lower-works-pillar-scene-item-head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-pillar-scene-item-head {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-works-pillar-scene-item-head {
    font-size: 3.3rem;
    margin-bottom: 50px;
  }
}
.l-lower-works-pillar-scene-item-desc {
  letter-spacing: 0.04em;
  text-align: justify;
}

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