.p_job_related .cc_btn__apply {
  font-size: 1.2rem;
}

.p_list_tab_btn .cc_btn {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p_list_tab_btn .cc_btn {
    font-size: 1.6rem;
  }
}

.p_list_tab_btn_wrap {
  border-radius: 4px;
}

.p_list_values {
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .p_list_values {
    border-radius: 8px;
  }
}

.p_list_layout {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 19px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 768px) {
  .p_list_layout {
    width: 84.21875vw;
    min-width: min(1078px, 100vw - 14px);
    gap: 57px;
    gap: clamp(20px, (100vw - 1025px) * 1000, 57px);
    flex-direction: row;
    padding: 0;
  }
}
.p_list_layout_sidebar_sticky {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p_list_layout_sidebar_sticky {
    width: 300px;
    position: sticky;
    top: 100px;
    left: 0;
  }
}
.p_list_layout_sidebar_ova {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_list_layout_sidebar_ova {
    max-height: calc(100vh - 160px);
    overflow: auto;
    scrollbar-width: thin;
  }
}
.p_list_values {
  background-color: var(--bg-blue);
  padding: 30px 14px;
  box-shadow: 0 4px 4px rgba(141, 141, 141, 0.25);
}
@media only screen and (min-width: 768px) {
  .p_list_values {
    padding: 28px 30px 27px;
  }
}
.p_list_values .item_row {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p_list_values .item_row {
    flex-direction: row;
  }
}
.p_list_values .item_col {
  letter-spacing: 0.1em;
  display: flex;
  gap: 3px 8px;
  flex-wrap: wrap;
}
.p_list_values .item_col:nth-child(1) {
  font-weight: 600;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p_list_values .item_col:nth-child(1) {
    width: 110px;
  }
}
.p_list_values .item_col:nth-child(2) {
  flex: 1;
  font-weight: 500;
  color: var(--color-sub);
}
.p_list_tab_btn {
  max-width: 460px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 4px 4px rgba(141, 141, 141, 0.25));
}
.p_list_tab_btn_wrap {
  display: flex;
  overflow: hidden;
}
.p_list_tab_btn .cc_btn {
  font-weight: 500;
  width: 50%;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .p_list_tab_btn .cc_btn {
    transition: 300ms ease;
  }
  .p_list_tab_btn .cc_btn:hover {
    color: var(--color-gray-hover);
  }
}
.p_list_tab_btn .cc_btn.is_open {
  color: var(--color-gray-hover);
}
.p_list_tag_value {
  margin-top: 24px;
}

.p_list_tag_value .js_active_filter {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-right: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.p_list_tag_value .js_active_filter__label {
  line-height: 1.4;
}
.p_list_tab_content {
  display: none;
}
.p_list_tab_content.is_open {
  display: block;
}
.p_list .ll_project_post .item_photo {
  overflow: hidden;
  aspect-ratio: 1.2589928058;
}
.p_list .ll_project_post .item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_list_tab_content_wrap {
  margin-top: 30px;
}

.p_job .ll_esearch {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .p_job .ll_esearch {
    margin-top: 100px;
  }
}
.p_job_current_post {
  margin-top: 22px;
}
.p_job_current_post .ll_list_tags {
  margin-top: 36px;
}
.p_job_related {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .p_job_related {
    margin-top: 100px;
  }
}
.p_job_related .cc_project_card_list {
  margin-top: 28px;
}
.p_job_related .cc_info_row__business {
  margin-top: 9px;
}
.p_job_related .cc_info_row__clang {
  line-height: 1.5;
}
.p_job_related .cc_project_card .item_body {
  padding-bottom: 16px;
}
.p_job_related_block + .p_job_related_block {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .p_job_related_block + .p_job_related_block {
    margin-top: 97px;
  }
}
.p_job_recommend {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend {
    margin-top: 60px;
  }
}
.p_job_recommend_header {
  display: flex;
  background-color: #fff;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_header {
    flex-direction: row;
  }
}
.p_job_recommend_header .item_tag {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: var(--color-green);
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_header .item_tag {
    width: 214px;
    padding: 24px 16px 24px 24px;
    justify-content: flex-start;
  }
}
.p_job_recommend_header .item_tag::before, .p_job_recommend_header .item_tag::after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  display: inline-block;
  background-image: url("./../images/common/icon_play_outline.svg");
  rotate: 90deg;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_header .item_tag::before, .p_job_recommend_header .item_tag::after {
    rotate: 0deg;
  }
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_header .item_tag::before {
    display: none;
  }
}
.p_job_recommend_header .item_heading {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_header .item_heading {
    width: calc(100% - 214px);
    padding-inline: 24px 34px;
  }
}
.p_job_recommend_body {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend_body {
    margin-top: 60px;
  }
}
.p_job_recommend .cc_btn_wrap {
  max-width: 540px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .p_job_recommend .cc_btn_wrap {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=list.css.map */
