.recruit-box {
  position: relative;
  background: #fff;
  border-radius: 30px;
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  gap: 0 28px;
}
@media (max-width: 768px) {
  .recruit-box {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .recruit-box {
    width: calc(100% - 80px);
    max-width: 1160px;
    padding: 60px;
    gap: 0 45px;
  }
}
.recruit-box + .recruit-box {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .recruit-box + .recruit-box {
    margin-top: 40px;
  }
}
.recruit-box .post-period {
  color: #9B9B9B;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .recruit-box .post-period {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .recruit-box .post-period {
    position: absolute;
    top: 37px;
    right: 60px;
    font-size: 13px;
  }
}
@media screen and (min-width: 850px) {
  .recruit-box .post-period {
    top: 68px;
  }
}
.recruit-box .logo {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 120px;
  border-radius: 12px;
  box-shadow: 6px 6px 0px 0 #BD399C;
}
@media (min-width: 769px) {
  .recruit-box .logo {
    width: 136px;
  }
}
.recruit-box .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .recruit-box .text-area {
    display: contents;
  }
}
@media (min-width: 769px) {
  .recruit-box .text-area {
    flex: 1;
  }
}
.recruit-box .shop {
  flex: 1;
  margin-bottom: 30px;
}
.recruit-box .category-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 99px;
  padding: 8px 14px;
  margin-bottom: 8px;
  color: #fff;
}
.recruit-box .category-label.cat-01 {
  background: #BD399C;
}
.recruit-box .category-label.cat-02 {
  background: #FF8773;
}
.recruit-box .category-label.cat-03 {
  background: #FF9F4B;
}
.recruit-box .category-label.cat-04 {
  background: #00C171;
}
.recruit-box .category-label.cat-05 {
  background: #F1BF41;
}
.recruit-box .category-label.cat-06 {
  background: #4897E7;
}
.recruit-box .name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 769px) {
  .recruit-box .name {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
.recruit-box .sub-category {
  margin-top: 8px;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.5;
}
.recruit-box .floor {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .recruit-box .floor {
    font-size: 13px;
  }
}
.recruit-box .floor::before {
  content: "";
  position: relative;
  width: 16px;
  height: 22px;
  background: url(../../assets-common/images/icon/pin.svg) center top/contain no-repeat;
}
@media (max-width: 768px) {
  .recruit-box .cmn-table-list {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .recruit-box .cmn-table-list .bundle {
    font-size: 14px;
  }
}
.recruit-box .cmn-table-list .bundle:nth-child(n+4) {
  display: none;
}
@media (min-width: 769px) {
  .recruit-box .cmn-table-list .bundle:nth-child(n+4) {
    display: flex !important;
  }
}
@media (min-width: 769px) {
  .recruit-box .cmn-table-list .bundle dt {
    padding-left: 16px;
    width: 120px;
  }
}
@media (min-width: 769px) {
  .recruit-box .cmn-table-list .bundle dd {
    min-height: 68px;
    padding: 13px 13px 13px 24px;
  }
}
.recruit-box .cmn-btn-02 {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .recruit-box .cmn-btn-02 {
    display: none;
  }
}
.recruit-box .cmn-btn-02-in {
  font-size: 14px;
  padding: 15px 10px;
}
.recruit-box .cmn-btn-02 .arrow {
  margin-top: 3px;
}
.recruit-box .cmn-btn-02 .open .arrow {
  transform: scale(1, -1);
}
/*# sourceMappingURL=map/recruit.css.map */