.c_listpost__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c_listpost__label {
    font-size: 2rem;
  }
}

.c_listpost__ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c_listpost__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_listpost {
    display: flex;
    align-items: flex-start;
  }
}
.c_listpost__img {
  width: 100%;
  aspect-ratio: 360/240;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_listpost__img {
    margin-bottom: 0;
    width: clamp(
        26rem,
        24.2718446602vw + 7.359223301rem,
        36rem
    );
  }
}
.c_listpost__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c_listpost__content {
    width: calc(100% - clamp(
        26rem,
        24.2718446602vw + 7.359223301rem,
        36rem
    ));
    padding-left: clamp(
        3rem,
        2.427184466vw + 1.1359223301rem,
        4rem
    );
  }
}
.c_listpost__txt {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_listpost__txt {
    font-size: clamp(
        1.2rem,
        0.9708737864vw + 0.454368932rem,
        1.6rem
    );
  }
}
.c_listpost__ttl {
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_listpost__ttl {
    margin-bottom: 20px;
  }
}
.c_listpost__label {
  padding: 4px 10px;
  display: block;
  background-color: #EFEFEF;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_listpost__label {
    padding: 5px 20px;
    margin-bottom: 17px;
  }
}
.c_listpost__list {
  display: flex;
}
.c_listpost__list__left {
  width: 135px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_listpost__list__left {
    width: clamp(
        16rem,
        9.7087378641vw + 8.5436893204rem,
        20rem
    );
  }
}
.c_listpost__list__right {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .c_listpost__list__right {
    padding-left: clamp(
        2rem,
        4.854368932vw + -1.7281553398rem,
        4rem
    );
  }
}

.p_case01 {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_case01 {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.p_case01 .c_title02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_case01 .c_title02 {
    margin-bottom: 60px;
  }
}
.p_case01 .c_listpost {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_case01 .c_listpost {
    margin-bottom: 80px;
  }
}
.p_case01 .c_listpost:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_case02 {
    margin-bottom: -40px;
  }
}
.p_case02 .c_list__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_case02 .c_list__btn {
    margin-top: 56px;
    padding: 70px 0 61px;
  }
}
/*# sourceMappingURL=carrer-work-case.css.map */
