﻿/* Fonts
--------------------------------------- */
/* Img Path
--------------------------------------- */
/* Color Scheme
--------------------------------------- */
/* Shadow
--------------------------------------- */
/* Radius
--------------------------------------- */
/* Line Height
--------------------------------------- */
/* Animations
--------------------------------------- */
/* Breakpoints
--------------------------------------- */
:root {
  --input-text-border-color: #C5C5C5;
  --input-text-back-color: white;
  --color-table-header-bg: #0055BB;
  --color-table-header-text: white;
  --color-block-information-panel-bg: #F2F2F2;
  /* panel
  --color-panel-menu-bg: #e0e0e0;
  --color-panel-menu-hover: #EDEBFD;
  --color-panel-bg: #ffffff;
  --color-popup-panel-bg: #ffffff;
  --color-footer-bg: #eaeaea; */
  /* form element */
  --color-form-element-bg: white;
  --color-form-element-text: #333333;
  --color-form-element-border: #C5C5C5;
  --color-form-element-focus: #EDEBFD;
  --color-form-element-hover: #EDEBFD;
  /* input-text */
  --input-text-text-color: #333333;
  --input-text-back-color: var(--color-form-element-bg);
  --input-text-back-color-focus: var(--color-form-element-focus);
  --input-text-border-color: var(--color-form-element-border);
  --input-text-border-color-focus: #0055BB;
  --input-text-border-radius: 4px;
  --input-text-padding: 12px;
  --input-text-height: 48px;
  /* input-checkbox */
  --input-checkbox-border-radius: 4px;
  /* input-radio */
  --input-radio-checked-color: #0055BB;
  /* checkbox-panel */
  --color-checkbox-panel-checked: #0055BB;
  --color-checkbox-panel-focus: #EDEBFD;
  /* item */
  --color-item-hover: #EDEBFD;
  --color-item-focus: #EDEBFD;
  --color-item-current: #EDEBFD;
}

/* Fonts
--------------------------------------- */
/* Img Path
--------------------------------------- */
/* Color Scheme
--------------------------------------- */
/* Shadow
--------------------------------------- */
/* Radius
--------------------------------------- */
/* Line Height
--------------------------------------- */
/* Animations
--------------------------------------- */
/* Breakpoints
--------------------------------------- */
:root {
  --input-text-border-color: #C5C5C5;
  --input-text-back-color: white;
  --color-table-header-bg: #0055BB;
  --color-table-header-text: white;
  --color-block-information-panel-bg: #F2F2F2;
  /* panel
  --color-panel-menu-bg: #e0e0e0;
  --color-panel-menu-hover: #EDEBFD;
  --color-panel-bg: #ffffff;
  --color-popup-panel-bg: #ffffff;
  --color-footer-bg: #eaeaea; */
  /* form element */
  --color-form-element-bg: white;
  --color-form-element-text: #333333;
  --color-form-element-border: #C5C5C5;
  --color-form-element-focus: #EDEBFD;
  --color-form-element-hover: #EDEBFD;
  /* input-text */
  --input-text-text-color: #333333;
  --input-text-back-color: var(--color-form-element-bg);
  --input-text-back-color-focus: var(--color-form-element-focus);
  --input-text-border-color: var(--color-form-element-border);
  --input-text-border-color-focus: #0055BB;
  --input-text-border-radius: 4px;
  --input-text-padding: 12px;
  --input-text-height: 48px;
  /* input-checkbox */
  --input-checkbox-border-radius: 4px;
  /* input-radio */
  --input-radio-checked-color: #0055BB;
  /* checkbox-panel */
  --color-checkbox-panel-checked: #0055BB;
  --color-checkbox-panel-focus: #EDEBFD;
  /* item */
  --color-item-hover: #EDEBFD;
  --color-item-focus: #EDEBFD;
  --color-item-current: #EDEBFD;
}

/*
Job Offer Search
--------------------------------------- */
.anonymous-job-offer-panel {
  background-color: #F3F3F3;
  gap: 16px;
}
.anonymous-job-offer-panel .main-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  overflow-y: auto;
  background-color: #F3F3F3;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel .main-panel {
    padding: 12px;
    gap: 12px;
  }
}
.anonymous-job-offer-panel .footer {
  font-size: 14px;
  text-align: center;
  padding: 16px;
}
@media only screen and (max-width: 540px) {
  .anonymous-job-offer-panel .footer {
    font-size: 12px;
  }
}
.anonymous-job-offer-panel table.search-field-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.anonymous-job-offer-panel table.search-field-table--user {
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr {
    display: block;
    overflow: hidden;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr th,
.anonymous-job-offer-panel table.search-field-table tbody tr td {
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #D4D4D4;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr th,
  .anonymous-job-offer-panel table.search-field-table tbody tr td {
    display: block;
    box-sizing: border-box;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr:last-child th, .anonymous-job-offer-panel table.search-field-table tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr:last-child th {
    border-bottom: 1px solid #D4D4D4;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr th {
  background-color: white;
  font-weight: 700;
  width: 96px;
  padding: 16px 10px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr th {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr th.lg {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr th.lg {
    width: 100%;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr th .search-field-name {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tbody tr th .search-field-name {
    justify-content: center;
  }
}
.anonymous-job-offer-panel table.search-field-table tbody tr td {
  background-color: white;
  word-wrap: break-word;
  padding: 12px 12px;
}
.anonymous-job-offer-panel table.search-field-table tbody tr td .search-field-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 12px;
  flex-wrap: wrap;
}
.anonymous-job-offer-panel table.search-field-table tbody tr td .field-panel > div:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td {
  background-color: white;
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #D4D4D4;
  padding: 16px;
}
@media only screen and (max-width: 1040px) {
  .anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-footer {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-accordion .accordion-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #4145C7;
  font-size: 18px;
  cursor: pointer;
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-accordion .accordion-toggle:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-accordion .accordion-toggle {
    font-size: 14px;
  }
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-accordion .accordion-toggle[item-group-id=open][current=true] {
  display: none;
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-accordion .accordion-toggle[item-group-id=close][current=true] {
  display: none;
}
.anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-submit {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-submit {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
  .anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-submit .input-text {
    width: 100%;
  }
  .anonymous-job-offer-panel table.search-field-table tfoot tr td .search-field-submit .button {
    font-size: 20px;
    padding: 12px 16px;
    height: 48px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table tr, .anonymous-job-offer-panel table.search-field-table td, .anonymous-job-offer-panel table.search-field-table th {
    display: block;
    width: 100%;
  }
}
.anonymous-job-offer-panel table.search-field-table--user tbody tr th {
  width: 110px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.search-field-table--user tbody tr th {
    width: 100%;
  }
}
.anonymous-job-offer-panel table.record-field-table {
  border: 1px solid #D4D4D4;
  border-bottom: none;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 4px;
  overflow: hidden;
}
.anonymous-job-offer-panel table.record-field-table--append {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table tbody tr {
    display: block;
    overflow: hidden;
  }
}
.anonymous-job-offer-panel table.record-field-table tbody tr th,
.anonymous-job-offer-panel table.record-field-table tbody tr td {
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #D4D4D4;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table tbody tr th,
  .anonymous-job-offer-panel table.record-field-table tbody tr td {
    display: block;
    box-sizing: border-box;
  }
}
.anonymous-job-offer-panel table.record-field-table tbody tr th {
  background-color: #F2F2F2;
  font-weight: 700;
  width: 156px;
  padding: 16px 10px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table tbody tr th {
    width: 100%;
    padding: 8px 12px;
  }
}
.anonymous-job-offer-panel table.record-field-table tbody tr th .record-field-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td {
  background-color: white;
  word-wrap: break-word;
  padding: 12px 12px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 540px) {
  .anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content {
    gap: 6px 8px;
  }
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content--lowgap {
  gap: 6px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content--nogap {
  gap: 0px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content--multiline {
  max-height: 200px;
  overflow-y: scroll;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content--up {
  align-items: flex-start;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-content .image {
  max-width: 240px;
  height: auto;
  border-radius: 2px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-column-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-column-title {
  font-weight: 700;
  line-height: 1.25;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .data-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .data-list .title {
  font-weight: 700;
  line-height: 1;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .data-list .content {
  line-height: 1.25;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item {
  border: 1px solid #E5E5E5;
  background-color: #F2F2F2;
  padding: 4px 8px;
  border-radius: 4px;
  color: black;
  font-weight: 400;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item--image {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 8px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item--image .image {
  text-align: center;
  max-width: 240px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item--image .text {
  display: flex;
  justify-content: center;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item--small {
  padding: 2px 4px;
  color: #8E8E8E;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .box-item .add-text {
  color: #0055BB;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-subtext {
  color: #8E8E8E;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-company-logo {
  display: flex;
  padding: 12px;
  border: 1px solid #D4D4D4;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  max-width: 240px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .record-field-company-logo .image {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.anonymous-job-offer-panel table.record-field-table tbody tr td .multiline {
  line-height: 1.5;
}
.anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th {
  border-bottom: 2px solid #0055BB;
}
.anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th .record-field-content {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
}
.anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th .record-field-content .name {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th .record-field-content .name {
    font-size: 14px;
  }
}
.anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th .record-field-content .button {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table .record-field-table-header tr th .record-field-content .button {
    font-size: 13px;
  }
}
.anonymous-job-offer-panel table.record-field-table .record-field-table-header tr td {
  border-bottom: 2px solid #0055BB;
}
.anonymous-job-offer-panel table.record-field-table col.col-th {
  width: 132px;
}
@media only screen and (max-width: 768px) {
  .anonymous-job-offer-panel table.record-field-table col.col-th {
    width: 100%;
  }
}

/*
Job Offer Search
--------------------------------------- */
.job-offer-search-condition-panel .job-offer-search-tab-panel {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.job-offer-search-condition-panel .job-offer-search-tab-panel .tab-panel {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
  height: 44px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.job-offer-search-condition-panel .job-offer-search-tab-panel .tab-panel[employment-status=FullTime] {
  color: #0055BB;
}
.job-offer-search-condition-panel .job-offer-search-tab-panel .tab-panel[employment-status=DailyPartTime] {
  color: #45B976;
}
.job-offer-search-condition-panel .job-offer-search-tab-panel .tab-panel[employment-status=HourlyPartTime] {
  color: #BF8924;
}
.job-offer-search-condition-panel[employment-status=FullTime] .tab-panel[employment-status=FullTime],
.job-offer-search-condition-panel .tab-panel[employment-status=FullTime]:hover {
  background-color: #0055BB;
  color: white;
  height: 48px;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] .tab-panel[employment-status=DailyPartTime],
.job-offer-search-condition-panel .tab-panel[employment-status=DailyPartTime]:hover {
  background-color: #45B976;
  color: white;
  height: 48px;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] .tab-panel[employment-status=HourlyPartTime],
.job-offer-search-condition-panel .tab-panel[employment-status=HourlyPartTime]:hover {
  background-color: #BF8924;
  color: white;
  height: 48px;
}
.job-offer-search-condition-panel .prefecture-region {
  font-weight: bold;
  margin-bottom: 4px;
}
.job-offer-search-condition-panel .prefecture-list-panel {
  margin-bottom: 12px;
}
.job-offer-search-condition-panel .prefecture-list-panel .input-checkbox {
  display: inline-block;
  margin-bottom: 4px;
}
.job-offer-search-condition-panel[employment-status=FullTime] table.search-field-table {
  border-top: 4px solid #0055BB;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] table.search-field-table {
  border-top: 4px solid #45B976;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] table.search-field-table tr th .search-field-name .icon {
  color: #45B976;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] table.search-field-table tfoot tr td .accordion-toggle {
  color: #45B976;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] table.search-field-table tfoot tr td .accordion-toggle .icon {
  color: #45B976;
}
.job-offer-search-condition-panel[employment-status=DailyPartTime] table.search-field-table tfoot tr td .search-field-submit button {
  background-color: #45B976;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table {
  border-top: 4px solid #BF8924;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table tr[column-name=HourlyWage] {
  display: table-row;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table tr th .search-field-name .icon {
  color: #BF8924;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table tfoot tr td .accordion-toggle {
  color: #BF8924;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table tfoot tr td .accordion-toggle .icon {
  color: #BF8924;
}
.job-offer-search-condition-panel[employment-status=HourlyPartTime] table.search-field-table tfoot tr td .search-field-submit button {
  background-color: #BF8924;
}

.job-offer-result-header {
  display: flex;
  gap: 8px;
  width: 100%;
}

.job-offer-result-info {
  width: 100%;
}

.job-offer-result-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .job-offer-result-title {
    font-size: 18px;
  }
}

.job-offer-result-total {
  font-size: 18px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .job-offer-result-total {
    font-size: 16px;
  }
}
.job-offer-result-total > span {
  font-weight: 700;
  color: #0055BB;
}

.job-offer-result-sort {
  flex-shrink: 0;
}
.job-offer-search-result-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.job-offer-result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.job-offer-result-list .job-offer-card-panel {
  width: 100%;
  display: grid;
  background-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  grid-template-columns: 4px 1fr 4fr;
  grid-template-areas: "bar title title" "image image condition" "image image button";
  gap: 2px 8px;
  cursor: pointer;
  transition: all 0.4s ease;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .job-offer-result-list .job-offer-card-panel {
    grid-template-areas: "bar title title" "image image image" "condition condition condition";
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .job-offer-result-list .job-offer-card-panel.no-job-image {
    grid-template-columns: 4px 2fr 4fr;
    grid-template-areas: "bar title title" "image image condition" "image image condition";
    align-items: flex-end;
  }
}
.job-offer-result-list .job-offer-card-panel:hover {
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.job-offer-result-list .job-offer-card-panel .bar {
  grid-area: bar;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #0055BB;
}
.job-offer-result-list .job-offer-card-panel .title {
  grid-area: title;
  font-weight: 700;
  font-size: 16px;
  color: black;
  line-height: 1.25;
}
.job-offer-result-list .job-offer-card-panel .image {
  grid-area: image;
  margin: auto;
  padding: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
}
.job-offer-result-list .job-offer-card-panel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-offer-result-list .job-offer-card-panel .image.logo-image img {
  object-fit: contain;
}
.job-offer-result-list .job-offer-card-panel .image.default-image img {
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .job-offer-result-list .job-offer-card-panel .image.default-image {
    align-items: center;
    align-self: center;
  }
}
.job-offer-result-list .job-offer-card-panel .condition {
  grid-area: condition;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px 8px;
  align-items: flex-start;
}
.job-offer-result-list .job-offer-card-panel .condition-item {
  display: flex;
  gap: 2px;
  align-items: flex-start;
}
.job-offer-result-list .job-offer-card-panel .condition-item .icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.job-offer-result-list .job-offer-card-panel .condition-item .list {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.job-offer-result-list .job-offer-card-panel .button {
  width: 160px;
  grid-area: button;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .job-offer-result-list .job-offer-card-panel .button {
    display: none;
  }
}
.job-offer-result-list .job-offer-card-panel--dailyparttime .bar {
  background-color: #45B976;
}
.job-offer-result-list .job-offer-card-panel--dailyparttime .jobtype-item .icon {
  color: #45B976;
}
.job-offer-result-list .job-offer-card-panel--dailyparttime .condition-item .icon {
  color: #45B976;
}
.job-offer-result-list .job-offer-card-panel--dailyparttime .button {
  background-color: #45B976;
}
.job-offer-result-list .job-offer-card-panel--hourlyparttime .bar {
  background-color: #BF8924;
}
.job-offer-result-list .job-offer-card-panel--hourlyparttime .jobtype-item .icon {
  color: #BF8924;
}
.job-offer-result-list .job-offer-card-panel--hourlyparttime .condition-item .icon {
  color: #BF8924;
}
.job-offer-result-list .job-offer-card-panel--hourlyparttime .button {
  background-color: #BF8924;
}

/*
Job Offer Page
--------------------------------------- */
.job-offer-info-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media only screen and (max-width: 1040px) {
  .job-offer-info-panel {
    gap: 16px;
    padding: 16px;
  }
}
.job-offer-info-panel .unpublished-message {
  width: 90%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  padding: 16px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #C71919;
  border: 2px dashed #FDECEB;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .unpublished-message {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .job-offer-info-panel .unpublished-message {
    font-size: 14px;
  }
}
.job-offer-info-panel .unpublished-message .icon {
  width: 72px;
  height: 72px;
  color: #C71919;
}
@media only screen and (max-width: 540px) {
  .job-offer-info-panel .unpublished-message .icon {
    width: 64px;
    height: 64px;
  }
}
.job-offer-info-panel .unpublished-message span {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.job-offer-info-panel .job-info-date {
  grid-area: date;
  margin-left: auto;
  text-align: right;
  color: #8E8E8E;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .job-info-date {
    margin: 0;
    text-align: left;
  }
}
.job-offer-info-panel .job-title {
  background-color: #EDEDFD;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  gap: 6px;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .job-title {
    font-size: 18px;
  }
}
.job-offer-info-panel .job-title-text {
  font-size: 20px;
  color: black;
  font-weight: 700;
  line-height: 1.25;
}
.job-offer-info-panel .job-title-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
}
.job-offer-info-panel .job-title-info-item {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: #8E8E8E;
  white-space: nowrap;
}
.job-offer-info-panel .job-title-info-item span {
  white-space: nowrap;
}
.job-offer-info-panel .job-title-info-item:only-child {
  margin-left: auto;
}
.job-offer-info-panel .job-title a {
  color: #0055BB;
}
.job-offer-info-panel .job-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 2fr 1fr;
  grid-template-areas: "job job company" "table table table";
}
.job-offer-info-panel .job-wrapper .record-field-table {
  grid-area: table;
  width: auto;
}
@media only screen and (max-width: 1040px) {
  .job-offer-info-panel .job-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .job-wrapper {
    grid-template-areas: "job job job" "table table table" "company company company";
  }
}
.job-offer-info-panel .job-wrapper.no-job-image {
  grid-template-areas: "job job company" "table table company";
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .job-wrapper.no-job-image {
    grid-template-areas: "job job job" "table table table" "company company company";
  }
}
.job-offer-info-panel .job-panel {
  grid-area: job;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-offer-info-panel .job-image-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.job-offer-info-panel .job-image-panel .job-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  padding: 4px;
  display: flex;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  justify-content: center;
  align-items: center;
}
.job-offer-info-panel .job-image-panel .job-image .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.job-offer-info-panel .job-image-panel-edit-button {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  margin: 8px;
  padding: 4px 8px;
  position: absolute;
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.job-offer-info-panel .job-image-panel-edit-button[item-group-id=edit][current=true] {
  display: none;
}
.job-offer-info-panel .job-image-panel-edit-button .icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.job-offer-info-panel .job-image-panel-edit-mode {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.job-offer-info-panel .job-image-panel-edit-mode .button-panel {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.job-offer-info-panel .job-image-panel-edit-mode .button-panel .delete-button {
  margin-right: auto;
}
.job-offer-info-panel .job-image-panel-edit-mode .button-panel .button {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 4px 8px;
}
.job-offer-info-panel .job-image-panel-edit-mode .button-panel .button .icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.job-offer-info-panel .job-image-panel-edit-mode .file-uoload-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 12px;
  background-color: rgba(255, 255, 255, 0.9);
}
.job-offer-info-panel .job-outline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-offer-info-panel .job-outline-item {
  display: flex;
  gap: 8px;
  font-size: 16px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .job-offer-info-panel .job-outline-item {
    font-size: 14px;
  }
}
.job-offer-info-panel .job-outline-item .title {
  flex-shrink: 0;
  display: flex;
  gap: 2px;
  align-items: center;
  color: #0055BB;
  font-weight: 700;
}
.job-offer-info-panel .company-panel {
  grid-area: company;
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1040px) {
  .job-offer-info-panel .company-panel {
    width: 100%;
  }
}
.job-offer-info-panel .company-panel .company-image {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-offer-info-panel .company-panel .company-image .image {
  height: auto;
  max-width: 198px;
  max-height: 128px;
}
.job-offer-info-panel .company-panel table.company-profile {
  width: 100%;
  border: 1px solid #D4D4D4;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 4px;
  overflow: hidden;
}
.job-offer-info-panel .company-panel table.company-profile tbody tr {
  display: block;
}
.job-offer-info-panel .company-panel table.company-profile tbody tr th {
  display: block;
  width: 100%;
  background-color: #F2F2F2;
  border-bottom: #D4D4D4;
  padding: 8px;
  color: black;
  box-sizing: border-box;
}
.job-offer-info-panel .company-panel table.company-profile tbody tr td {
  width: 100%;
  display: block;
  background-color: white;
  border-bottom: #D4D4D4;
  padding: 8px;
  box-sizing: border-box;
  word-break: break-all;
  white-space: normal;
  line-height: 1.25;
}
.job-offer-info-panel .company-panel table.company-profile tbody tr:last-child td {
  border: none;
}
