.departments-attraction .attraction-content__item .attraction-txt .attraction-ttl {
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

.departments-attraction .attraction-content__item:last-of-type {
  grid-column: initial;
}

.departments-attraction .attraction-content__item:last-of-type .attraction-txt .attraction-ttl {
  height: 85px;
}

@media screen and (max-width: 959px) {
  .departments-attraction .attraction-content__item:last-of-type .attraction-txt .attraction-ttl {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .departments-attraction .attraction-content__item:last-of-type .attraction-txt .attraction-ttl {
    height: auto;
  }
}

.work {
  padding-bottom: calc(8px * 12);
  background: #FCFCF2;
}

@media screen and (max-width: 959px) {
  .work {
    padding-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .work {
    padding-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .work {
    padding-top: 80px;
  }
}

.work .work-list {
  grid-template-columns: 1fr;
}

.work .work-list__item {
  display: grid;
  grid-template-columns: 1fr 236px;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .work .work-list__item {
    grid-template-columns: 1fr 188px;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .work .work-list__item {
    grid-template-columns: 1fr;
  }
}

.work .work-list__item .work-ttl {
  text-align: left;
}

.initiatives .frame-list__item {
  background: #ffffff;
  border: solid 2px rgba(193, 193, 161, 0.24);
}

@media screen and (max-width: 767px) {
  .initiatives .frame-list__item {
    border-radius: 4px;
  }
}

@media screen and (max-width: 959px) {
  .initiatives .work-dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .initiatives .work-dtl__vsl {
    margin-inline: auto;
  }
}

@media screen and (max-width: 959px) {
  .initiatives .work-dtl__vsl::before {
    right: -24px;
  }
}

@media screen and (max-width: 1023px) {
  .initiatives .work-dtl__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .initiatives .work-dtl__txt {
    position: relative;
    margin-top: -60px;
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .initiatives .work-dtl__txt {
    font-size: 1.4rem;
  }
}

.career-btn a span::before {
  background: url("/wp-content/themes/itreat_base/dist/img/rehabilitation-work/btn-img.png") center/cover no-repeat;
}

/*# sourceMappingURL=../../maps/pages/rehabilitation-work.css.map */
