.page-header-inner::before{
  content: "Join Our Team";

}


.recruit-btn:hover{
  transform: translateY(10px);
  transition: ease-in-out 0.5s;
} 

.message-title{
  letter-spacing: 0.1em;
  line-height: 1!important;
  padding-top: 0!important;
  padding-bottom: 0.125rem;
  border-width: 3px!important;
}

@media screen and (max-width:750px) {
  .message-p1{
    font-size: 2.8rem!important;
  }
  
  .work-title2{
    font-size: 1.8rem!important;
  }
}


.under-line{
  border-bottom: 4px var(--wp--preset--color--vk-color-custom-1) solid!important;
  width: fit-content;
  line-height: 1!important;
}


/* 表装飾 */
.recruit-table tr th{
  background-color: #0f1369;
  color: white;
  border: 1px solid #f0f0f0!important;
}
.recruit-table td{
  border: 1px solid #f0f0f0!important;

}

.recruit-table tr:nth-child(2n){
  background-color: #fff9f9;
}
