@charset "UTF-8";

.article-MV-lead .notes {
  font-size: 85%;
  color: #707070;
  display: block;
  margin-top: 0.5em;
}
.border {
  border: 1px solid #9D9D76;
  border-radius: 6px;
  margin-bottom: 0.8em;
  padding: 1.5em;
  position: relative;
}
.border ul {
  margin-bottom: 0;
}
.border .image01 {
  width: 20%;
  aspect-ratio: 1/1;
  background-image: url(../img/05/illustration01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.upper-limit table {
  font-size: 85%;
}
.upper-limit .line td {
  border-top: 3px solid #f08524;
  border-bottom: 3px solid #f08524;
}
.upper-limit .line td:first-child {
  border-left: 3px solid #f08524;
}
.upper-limit .line td:last-child {
  border-right: 3px solid #f08524;
}
.articleTable01 ul {
  margin-bottom: 0;
}
#sec2 .articleTable01 th:nth-of-type(4),
#sec2 .articleTable01 td:nth-of-type(4) {
  width: 2em;
}
.articlelist01 li {
  line-height: 1.5;
  text-align: left;
}
.articlelist01 li:before {
  top: calc(0.5em - 1px);
}
/*------------------------------------------
# day-shift__offer
------------------------------------------*/
.day-shift__offerList{
  margin-top: 2em;
}
.day-shift__offerList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.day-shift__offerList > ul > li {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #FF8400;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.offer-ttl {
  background-color: #FFFAE0;
  color: #FF8400;
  font-weight: bold;
  padding: 15px 10px 12px;
  font-size: 120%;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.offer-inner {
  padding: 15px;
  white-space: normal;
}
.offer-inner li {
  padding-bottom: 0.7em;
  border-bottom: dashed 1px #E2E2E2;
  margin-bottom: 0.7em;
}
.offer-inner dl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.offer-inner dl > dt {
  width: calc(5em + 25px);
  color: #877B6A;
  font-size: 90%;
}
.offer-inner dl > dd {
  white-space: normal;
  width: calc(100% - (5em + 20px));
}
.offer-inner strong {
  font-size: 120%;
  color: #C7043C;
}
.offer-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.offer-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  margin-right: 5px;
}
.area::before {
  background-image: url(/topic/shukunitchoku/img/offer01.svg);
}
.subject::before {
  background-image: url(/topic/shukunitchoku/img/offer02.svg);
}
.description::before {
  background-image: url(/topic/shukunitchoku/img/offer03.svg);
}
.time::before {
  background-image: url(/topic/shukunitchoku/img/offer04.svg);
}
.salary::before {
  background-image: url(/topic/shukunitchoku/img/offer05.svg);
}
.day-shift__offerList .point {
  background-color: #FFB400;
  color: #FFF;
  font-size: 70%;
  padding: 0.05em 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
  display: inline-block;
  border-radius: 5em;
}
.day-shift__offerList p {
  font-weight: bold;
  margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
  .day-shift__offer .heading-line {
    margin-bottom: 0;
    font-size: 4.6vw;
  }
  .day-shift__offerList {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .day-shift__offerList > ul {
    flex-wrap: nowrap;
  }
  .day-shift__offerList > ul > li {
    width: 100%;
    min-width: 20em;
    display: inline-block;
    margin-right: 3vw;
  }
  .day-shift__offerList > ul > li:last-child {
    margin-right: 0;
  }
  #sec2 .articleTable01 th:first-of-type,
  #sec2 .articleTable01 td:first-of-type {
    width: 3em;
  }
  #sec2 .articleTable01 th:nth-of-type(2),
  #sec2 .articleTable01 td:nth-of-type(2) {
    width: 7em;
  }
  #sec2 .articleTable01 th:nth-of-type(3),
  #sec2 .articleTable01 td:nth-of-type(3) {
    width: 4em;
  }
}