/* ======================================================================
 recruit
====================================================================== */
.recruit-section{
  width: 55%;
}
.recruit_table {
  width: 100%;
}
.recruit_table th{
  border-bottom: 2px solid #005daa;
  text-align: center;
  padding: 1em 2em;
  vertical-align: middle;
  white-space: nowrap;
  width: 20%;
}
.recruit_table td{
  line-height: 1.5;
  border-bottom: 1px solid #898989;
  padding: 1em 0 1em 2.5em;
  width: 80%;
}
.recruit_table th:first-of-type{
  border-top: 2px solid #005daa;
}
.recruit_table td:first-of-type{
  border-top: 1px solid #898989;
}
h3.recruit_ttl{
  background-color: #005daa;
  border-radius: 5px;
  color: #fff;
  font-size: 0.7em;
  padding: 0.5em 0;
}
.contact-btn{
  background-color: #005daa;
  padding: 3rem 0;
  width: 60%;
  margin: 0 auto;
  border-radius: 5px;
  justify-content: flex-start;
  gap: 8vw;
}
.contact-btn .icon._mail{
  margin-left: 4rem;
}
.contact-btn .ttl{
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .recruit-section,.contact-btn{
    width: 100%;
  }
  .recruit_table th {
    
  }
  
}
