.apply-entry-job-summary {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 24px;
  box-sizing: border-box;
}

.apply-entry-job-summary .job_entry_info.job_entry_info_sp {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 16px 16px 16px 24px;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid var(--dorapita, #00797e);
  background: var(--white, #fff);
  box-sizing: border-box;
}

.apply-entry-job-summary .job_entry_info_sp_wrapper {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

.apply-entry-job-summary .wrapper-name-group {
  display: flex;
  align-items: center;
  column-gap: 8px;
  min-width: 0;
}

.apply-entry-job-summary .job_entry_info_sp_wrapper span {
  overflow: hidden;
  color: var(--dark, #333);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.apply-entry-job-summary .job_entry_info_sp_wrapper span:first-child {
  color: var(--dorapita, #00797e);
  flex-shrink: 0;
}

.apply-entry-job-summary .job_entry_info_sp_wrapper .fa-chevron-right {
  flex-shrink: 0;
  width: 12px;
  color: var(--dorapita, #00797e);
}

.apply-entry-job-summary .job_entry_info_sp_wrapper .view-more-sp {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--dorapita, #00797e);
  font-size: 14px;
  font-weight: 700;
}

.apply-entry-job-summary .job_entry_info_sp_wrapper .selected-jobs-count {
  color: var(--dorapita, #00797e);
}

.apply-entry-job-summary .job_entry_modal {
  display: none;
  flex-direction: column;
  opacity: 0.95;
  background-color: rgba(227, 240, 241, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.apply-entry-job-summary .job_entry_modal .header-modal {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1.5em 1.5em 0;
  box-sizing: border-box;
}

.apply-entry-job-summary .job_entry_modal .header-modal svg {
  cursor: pointer;
}

.apply-entry-job-summary .job_entry_modal .modal-wrapper {
  display: flex;
  width: min(94%, 900px);
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  border: 5px solid var(--dorapita03, #d9ebec);
  background: var(--white, #fff);
  margin: 0 auto 16px;
  box-sizing: border-box;
}

.apply-entry-job-summary .job_entry_modal .job_entry_info_img {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.apply-entry-job-summary .job_entry_modal .recruit_thumb {
  flex: 0 0 30%;
  max-width: 140px;
}

.apply-entry-job-summary .job_entry_modal .recruit_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.apply-entry-job-summary .job_entry_modal .company_title {
  flex: 1;
  min-width: 0;
}

.apply-entry-job-summary .job_entry_modal .company_title .company_name {
  color: var(--dark, #333);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.apply-entry-job-summary .job_entry_modal .job_entry_h {
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  list-style: none;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec li.icon_job_spec {
  position: relative;
  display: flex;
  margin-right: 15px;
  padding-left: 20px;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec li.icon_job_spec::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0.3em;
  left: 0;
  background-image: url(../../../img/front/new_dorapita/icon_job.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec li.icon_jobtype::before {
  background-position: 0 -20px;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec li.icon_salary::before {
  background-position: -20px -20px;
}

.apply-entry-job-summary .job_entry_modal .job_item_spec li.icon_city::before {
  background-position: -40px -20px;
}

.apply-entry-job-summary .close_job_entry_modal {
  display: flex;
  width: 130px;
  height: 45px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 36px;
  border: none;
  background: var(--dorapita, #00797e);
  color: var(--white, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .apply-entry-job-summary {
    max-width: 100%;
  }

  .apply-entry-job-summary .job_entry_info.job_entry_info_sp {
    width: 100%;
    max-width: 343px;
  }
}
