/*------------------------
  contents main
------------------------*/
.contents_item {
  border-top: 0.25rem solid #CDCECE;
  border-bottom: 0.25rem solid #CDCECE;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 6.875rem;
  padding: 2.1875rem 2.875rem 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents_item {
    gap: 5rem;
    flex-direction: row;
    padding: 2.125rem 3.125rem 2.125rem;
  }
}
.contents_item:last-child {
  margin-bottom: 0;
}
.contents_item::before {
  content: "";
  border-top: 1px solid #CDCECE;
  border-bottom: 1px solid #CDCECE;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.3125rem;
  bottom: 0.3125rem;
  z-index: -1;
}
.contents_item .contents_item_text {
  color: #fff;
  text-align: center;
}
.contents_item .contents_item_text h3 {
  font-size: 2.3125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_text h3 {
    font-size: 2.375rem;
    margin-bottom: 0.8125rem;
  }
}
.contents_item .contents_item_text p {
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_text p {
    font-size: 0.8125rem;
  }
}
.contents_item .contents_item_image {
  flex-shrink: 0;
  width: 28.5625rem;
}

.works_wrap {
  margin-top: 9.875rem;
}
@media screen and (min-width: 768px) {
  .works_wrap {
    margin-top: 15.625rem;
  }
}
.works_wrap .sec-title {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .works_wrap .sec-title {
    margin-bottom: 10rem;
  }
}
.works_wrap .work-box {
  margin-bottom: 6.25rem;
  padding: 2.6875rem 3.125rem 2.9375rem;
}
@media screen and (min-width: 768px) {
  .works_wrap .work-box {
    margin-bottom: 6.875rem;
    padding: 3.1875rem 4.375rem 5rem;
  }
}
.works_wrap .work-box:last-child {
  margin-bottom: 0;
}
.works_wrap .work-box h3 {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works_wrap .work-box h3 {
    font-size: 1.75rem;
  }
}
.works_wrap .work-box p {
  font-size: 1.25rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .works_wrap .work-box p {
    font-size: 0.8125rem;
  }
}
.works_wrap .work-img {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works_wrap .work-img {
    margin-bottom: 2.1875rem;
  }
}
.works_wrap .work-img img {
  max-width: 75%;
}/*# sourceMappingURL=features.css.map */