@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.p_rec_job, .p_rec_event {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p_rec_job, .p_rec_event {
    margin-bottom: 7.5rem;
  }
}

.p_rec .bl_acc.bl_acc--bar {
  -webkit-box-shadow: 0.25rem 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.1);
}
.p_rec_job, .p_rec_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
.p_rec_job_cat_header_ttl, .p_rec_event_cat_header_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.p_rec_job_cat_header_ttl span, .p_rec_event_cat_header_ttl span {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.p_rec_job_cat_header_ttl span:last-child, .p_rec_event_cat_header_ttl span:last-child {
  position: relative;
  padding-left: 1rem;
}
.p_rec_job_cat_header_ttl span:last-child::before, .p_rec_event_cat_header_ttl span:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.0625rem;
  height: 90%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_rec_job_cat_cont, .p_rec_event_cat_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .p_rec_job, .p_rec_event {
    gap: 4rem 0;
  }
  .p_rec_job_cat_header_ttl, .p_rec_event_cat_header_ttl {
    margin-bottom: 2rem;
  }
  .p_rec_job_cat_header_ttl span, .p_rec_event_cat_header_ttl span {
    font-size: 1.375rem;
  }
  .p_rec_job_cat_cont, .p_rec_event_cat_cont {
    gap: 1rem 0;
  }
}

.p_rec_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
.p_rec_faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_rec_faq_list_cont {
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.9;
  padding-block: 0.75rem;
  padding-inline: 2rem 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p_rec_faq {
    gap: 4rem 0;
  }
  .p_rec_faq_list_cont {
    font-size: 0.9375rem;
    padding-inline: 5rem;
  }
}

.p_rec_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-block: 0.5rem 0;
  padding-inline: 1.5rem;
}
.p_rec_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 0.0625rem #D9D9D9;
}
.p_rec_info_item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p_rec_info_item dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
}
.p_rec_info_item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
.p_rec_info_item dd .note {
  font-size: 0.8125rem;
}
.p_rec_info_item dd .note--gray {
  color: #888;
}
.p_rec_info_item dd .ttl {
  border-radius: 3.125rem;
  padding: 0.3125rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 0;
}
.p_rec_info_item dd .ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  border-radius: 3.125rem;
}
.p_rec_info_item dd .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background-color: #fff;
  border-radius: 3.125rem;
}
.p_rec_info_item dd .ttl span {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
}
.p_rec_info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1rem;
  padding-block: 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .p_rec_info {
    padding-inline: 6.25rem;
    padding-block: 1.5rem 0;
  }
  .p_rec_info_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_rec_info_item dt {
    font-size: 0.9375rem;
    min-width: 8.75rem;
  }
  .p_rec_info_item dd {
    font-size: 0.9375rem;
    gap: 1.5rem 0;
  }
  .p_rec_info_item dd .note {
    font-size: 0.875rem;
  }
  .p_rec_info_item dd .note--gray {
    color: #888;
  }
  .p_rec_info_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 3.5rem 5.875rem;
  }
}
.p_rec_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
.p_rec_flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem 0;
  width: 100%;
  max-width: 9.25rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.9375rem 1.1875rem 2.6875rem;
  position: relative;
  z-index: 0;
}
.p_rec_flow_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.p_rec_flow_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
.p_rec_flow_item span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
}
.p_rec_flow_item .num {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  padding-bottom: 0.625rem;
  position: relative;
}
.p_rec_flow_item .num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.p_rec_flow_ico {
  width: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_rec_flow_ico::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p_rec_flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p_rec_flow_item {
    max-width: 10.5rem;
  }
  .p_rec_flow_ico {
    width: 1.375rem;
  }
  .p_rec_flow_ico::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}/*# sourceMappingURL=recruit.css.map */