.p_office__item_ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_office__item_ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list__btn + .c_recruit {
    margin-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .p_office_main {
    padding-top: 20px;
  }
}
.p_office__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px 30px;
}
@media screen and (min-width: 768px) {
  .p_office__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px 40px;
  }
}
.p_office .c_title02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_office .c_title02 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_office__item {
    width: calc(50% - 20px);
  }
}
.p_office__item_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_office__item_img {
    margin-bottom: 30px;
  }
}
.p_office__item_ttl {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.4583333333;
}
.p_office__item_txt {
  font-weight: 500;
}
/*# sourceMappingURL=carrer-environment-office.css.map */
