.section-ttl_mid {
  color: #fe403f;
}

.section-ttl_mid::before {
  background-color: #fe403f;
}

.highlight-career-model-mid {
  color: #d30101;
  font-weight: bold;
  border-radius: 0.2em;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.3em;
  }
  
@media (max-width: 768px) {
  .highlight-career-model-mid {
    border-radius: 0;
    font-size: 12px;
    padding: 5px;
    max-width: 350px;
    margin-bottom: 30px;  
    }
}
  /*文字背景*/
.highlight {
  background-color: transparent;
}

.recruit-voices a:hover {
  background-color: #e0e0e0;
}
  
  /* ホバー時の文字色を変更 */
.recruit-voices a:hover .highlight-career-model-mid .arrow-text {
  color: #990000; 
}

@media (max-width: 768px) {

  .recruit-voices a:hover {
    background-color: #fff;
  }
}

.timeline-mid {
  border-left: 3px solid #c20000;
}

.dot-mid{
  background-color: #c20000;
}