@charset "UTF-8";
/*** page-ttl ***/
.page-head--recruit {
  position: relative;
  background: url('../img/recruit/page-ttl-bg_s.jpg') center/cover no-repeat;
  width: 100%;
  height: 180px;
  aspect-ratio: 375 / 180;
  margin: 0;
  animation: loading 1s;
}

@media (min-width:768px){
.page-head--recruit {
  background-image: url('../img/recruit/page-ttl-bg_m.jpg') ;
  height: 280px;}
}
@media (min-width:1160px){
.page-head--recruit {
  background-image: url('../img/recruit/page-ttl-bg_l.jpg') ;
  height: 320px;
  }
}

/***　Message ***/


.recruit-message__head {
  position: relative;
  display: block;
  margin: -33px auto 0;
}
.recruit-message__head img {
  width: 12px;
  height: 56px;
  margin:0 auto;
}
.recruit-message__ttl {
  font-size: clamp(2.4rem, 3.125vw/*767*/, 4rem)!important;
  line-height: 1.5;
  text-align: center;
}
.recruit-message p:first-of-type,
.recruit-message p.u-right{ margin-top: 43px;}

.recruit-message p:first-of-type br:first-of-type{ display: none;}
.recruit-message__primary { margin-top: 100px;}
.recruit-message__primary p {
  font-size: clamp(1.8rem, 2.34375vw/*768*/, 2.6rem);
  text-align: center;
  line-height: 1.5555;
}
.recruit-message__primary p + p{margin-top: 38px;}


@media (min-width: 768px){
.recruit-message__primary p + p {margin-top: 36px;}
}
@media (min-width: 1160px){
.recruit-message__head img { width: 23px; height: 116px; margin:0 auto;}
.recruit-message__primary p + p{margin-top: 45px;}
}

/***　guide　***/
.recruit-guide__table { 
  border-spacing:0;
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #bbb;
  margin: 50px auto 0;
}
.recruit-guide__table tr { margin-top: 18px;}
.recruit-guide__table th {
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 13px;
}
.recruit-guide__table td { word-break: break-all;} 
.recruit-guide__table li+li {margin-top: 43px; }
.recruit-guide__table li{
  text-indent: -.5em;
  padding-left: 1em; 
}
@media (max-width: 767px){
  th{line-height: 1;}
  td{ border-top: 0; padding-bottom: 13px;}
  th,td { display: block;}
}
@media (min-width: 768px){
  
  .recruit-guide__table {padding-bottom: 0;}
  .recruit-guide__table th {
    width: 180px;
    padding-left: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .recruit-guide__table ul{ padding: 6px 0;}
  .recruit-guide__table td {
    border-top: 1px solid #bbb;
    padding: 10px 0;
    margin-block: unset;
  }
  .recruit-guide__table tr:nth-child(7) td br:first-of-type,
  .recruit-guide__table tr:nth-child(8) td br:first-of-type{ display:none;} 
}
@media (min-width: 1160px){
.sec__ttl br:nth-child(3) { display: none;}
  .recruit-guide__table tr:nth-child(7) td br { display: none;}
  .recruit-guide__table th { width: 173px; padding-left: 13px;}
}