#wanted .recruit .outline .outline__table {
  display: block;
}
#wanted .recruit .outline .outline__table > div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0 8px;
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#wanted .recruit .outline .outline__table > div dt,
#wanted .recruit .outline .outline__table > div dd {
  font-size: 16px;
  border-top: 1px solid #464646;
  padding: 14px 0;
  line-height: 1.875;
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div dt,
  #wanted .recruit .outline .outline__table > div dd {
    font-size: 12px;
    padding: 0;
    border: 0;
  }
}
#wanted .recruit .outline .outline__table > div dt {
  font-weight: bold;
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div dt {
    padding-top: 10px;
    border-top: 1px solid #464646 !important;
  }
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div dd {
    padding-bottom: 10px;
    border-top: 0;
  }
}
#wanted .recruit .outline .outline__table > div ol li {
  display: flex;
  gap: 0.5em;
}
#wanted .recruit .outline .outline__table > div ol li span:first-child {
  flex-shrink: 0;
}
#wanted .recruit .outline .outline__table > div:last-child dt,
#wanted .recruit .outline .outline__table > div:last-child dd {
  border-bottom: 1px solid #464646;
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div:last-child dt,
  #wanted .recruit .outline .outline__table > div:last-child dd {
    border: 0;
  }
}
@media all and (max-width: 768px) {
  #wanted .recruit .outline .outline__table > div:last-child dd {
    border-bottom: 1px solid #464646 !important;
  }
}

#wanted .recruit .qa .ac-list > li:last-child h3::before,
#wanted .recruit .qa .ac-list > li:last-child .question-holder::before,
#wanted .recruit .qa .ac-list > li:last-child .question-holder .q-text,
#wanted .recruit .qa .ac-list > li:last-child .answer-holder::before,
#wanted .recruit .qa .ac-list > li:last-child .answer-holder .box {
  border-bottom: 1px solid #464646;
}
#wanted .recruit .qa h3 {
  font-size: 16px;
  line-height: 1.875;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  margin: 0;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa h3 {
    font-size: 12px;
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
}
#wanted .recruit .qa h3::before {
  content: "Q.";
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #464646;
  padding: 8px 0;
  transition: color 0.3s;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa h3::before {
    font-size: 16px;
    padding: 4px 0;
  }
}
#wanted .recruit .qa h3.is-open::before {
  color: rgba(255, 255, 255, 0.5);
}
#wanted .recruit .qa .question-holder {
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  outline: none;
  appearance: none;
  display: flex;
  align-items: center;
}
#wanted .recruit .qa .question-holder::before {
  display: none;
}
#wanted .recruit .qa .question-holder .q-text {
  font-size: inherit;
  border-top: 1px solid #464646;
  padding: 14px 0;
  transition: color 0.3s;
  flex: 1;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa .question-holder .q-text {
    padding: 10px 28px 10px 0;
  }
}
#wanted .recruit .qa .question-holder .ac-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa .question-holder .ac-icon {
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
  }
}
#wanted .recruit .qa .question-holder .ac-icon span {
  display: none;
}
#wanted .recruit .qa .question-holder.is-open .q-text {
  color: rgba(255, 255, 255, 0.5);
}
#wanted .recruit .qa .question-holder.is-open .ac-icon {
  transform: rotate(225deg) translate(-2px, -2px);
}
#wanted .recruit .qa .question-holder:focus {
  outline: none;
}
#wanted .recruit .qa .question-holder:focus-visible {
  outline: none;
}
#wanted .recruit .qa .question-holder:active {
  outline: none;
}
#wanted .recruit .qa .answer-holder {
  color: #feff00;
  height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  transition: height 0.3s ease;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa .answer-holder {
    font-size: 12px;
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
}
#wanted .recruit .qa .answer-holder::before {
  content: "A.";
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #464646;
  padding: 8px 0;
  transition: color 0.3s;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa .answer-holder::before {
    font-size: 16px;
    padding: 4px 0;
  }
}
#wanted .recruit .qa .answer-holder .box {
  border-top: 1px solid #464646;
  padding: 14px 0;
}
@media all and (max-width: 768px) {
  #wanted .recruit .qa .answer-holder .box {
    padding: 10px 0;
  }
}
#wanted .recruit .qa .answer-holder .outbox-inholder .box-inholder:not(:last-child) {
  margin-bottom: 2em;
}/*# sourceMappingURL=wanted202512.css.map */