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