@charset "UTF-8";

.container .page-main img{
   padding: 90px 0 80px;
}
.container .page-main .main_txt{
   color: #00a5a0;
   font-size: 50px;
   margin-right: 30px;
}
.container .page-main .sub_txt{
   font-size: 20px;
   border-bottom: 1.5px solid#0FA9A4;
   padding: 0 10px;
}

.recruitment .head-border{
   color: #00a5a0;
   font-size: 30px;
   color: #00a5a0;
}
.recruitment table td li{
   width: 110px!important;
}
.recruitment table td li:nth-child(2) {
   height: 2.5em;
   display:flex;
   align-items: center;
   justify-content: center;
   padding: 8px 0!important;
}
.recruitment table td p {
   font-size: 14px;
   line-height: 1.5em;
   margin-bottom: 20px;
}
.recruitment .entry{
   margin-top: 30px;
   text-align: center;
}
.recruitment .entry a {
   color: #00a5a0;
   font-weight: 600;
   background: #ffff04;
   border: 2px solid #00a5a0;
   border-radius: 10px;
   display: inline-block;
   padding: 13px 80px;
   position: relative;
}
.recruitment .entry a::after{
   background: url(../../images/arrow.png) no-repeat;
   background-size: contain;
   content: "";
   height: 16px;
   margin: auto;
   position: absolute;
   width: 11px;
   right: 58px;
   top: 15px;
}
.sp_only{
   display: none;
}


@media screen and (max-width: 768px) {
   .container .page-main img{
   padding: 35px 0 30px;
}
   .recruitment .head-border{
      font-size: 25px;
   }
   .recruitment #recruitment li {
   width: 100%!important;
   }
   .recruitment table td li:nth-child(2){
      height: 1em;
   }
   .sp_only{
   display: block;
   }
   .pc_only{
      display: none;
   }

}
