@charset "UTF-8";
/*-----------------------------------
  共通
-----------------------------------*/
.p-recruit .recruitment h2,
.p-recruit .access h2{
  padding: 24px 0;
  text-align: center;
  color: #040C1C;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.p-recruit .recruitment h2 span,
.p-recruit .access h2 span{
  font-size: 26px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .p-recruit .recruitment h2{
    padding: 66px 0;
  }
  .p-recruit .access h2{
    padding: 66px 0 30px;
  }
  .p-recruit .recruitment h2 span,
  .p-recruit .access h2 span{
    font-size: 40px;
  }
}

/*-----------------------------------
  MV
-----------------------------------*/
.c-pageTittle{
  background-image: url(/recruit/assets/img/bg_recruit_sp.png);
}
@media print, screen and (min-width: 768px) {
  .c-pageTittle{
    background-image: url(/recruit/assets/img/bg_recruit_pc.png);
  }
}
@media print, screen and (min-width: 960px) {
  .c-pageTittle{
    height: 330px;
    background-image: url(/recruit/assets/img/bg_recruit_pc.png);
  }
}

/*-----------------------------------
  セクション
-----------------------------------*/
.p-recruit .recruitment{
  padding-bottom: 50px;
}
.p-recruit .recruitment .intro {
  border-bottom: 1px #DEDEDE solid;
}
/*-----------------------------------
  採用情報(表)-recruitment
-----------------------------------*/
.p-recruit .recruitment .recruitment_table tr{
  padding: 16px 0 ;
  display: block;
  border-bottom: 1px #DEDEDE solid;
}
.p-recruit .recruitment .recruitment_table tr th{
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 5px;
}
.p-recruit .recruitment .recruitment_table tr td{
  display: block;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/*---  表の給料・年収 ---*/
.p-recruit .recruitment .recruitment_table tr.cell_salary td span{
  padding-left: 8px;
}
/*---  仕事内容 ---*/
.p-recruit .recruitment .recruitment_table tr.cell_about-job td p{
  line-height: 2;
}
/*---  応募方法 ---*/
.p-recruit .recruitment .recruitment_table tr.cell_apply{
  border-bottom: none;
}

/*---  問い合わせ欄 ---*/
.p-recruit .contact-info .info-box {
  padding: 0;
}
.p-recruit .recruitment .contact-info .info-tellnumber{
  padding: 30px 20px 0;
}
.p-recruit .recruitment .contact-info .info-servicetime{
  border-top: 1px solid #DEDEDE;
  padding: 30px 20px;
}
.p-recruit .recruitment .contact-info .image-box{
  height: 147px;
  border-radius: 0 0 20px 20px;
  background-image: url(/recruit/assets/img/contact-info.png);
  background-size: 116% auto;
  background-repeat: no-repeat;
  background-position: 50% 10%;
}

@media print, screen and (min-width: 768px) {
  /*---  表 ---*/
  .p-recruit .recruitment .recruitment_table{
    width: 100%;
  }
  .p-recruit .recruitment .recruitment_table tr{
    display: flex;
  }
  .p-recruit .recruitment .recruitment_table tr th {
    margin-bottom:0;
    width: 200px;
  }
    /*---  問い合わせ欄 ---*/
    .p-recruit .recruitment .contact-info .image-box{
      width: 50%;
      border-radius: 0 20px 20px 0;
      height: auto;
      background-size: 116% auto;
      background-repeat: no-repeat;
      background-position: 50% 10%;
    }
    /*---  仕事内容 ---*/
    .p-recruit .recruitment .recruitment_table tr.cell_about-job td{
      width: calc(100% - 200px);
    }
}

@media print, screen and (min-width: 1280px) {
  .p-recruit .recruitment .intro {
    padding: 50px 0;
  }
  .p-recruit .recruitment .recruitment_table tr {
    padding: 34px 0;
  }
  .p-recruit .recruitment .recruitment_table tr th {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 52px;
    width: 210px;
  }
  .p-recruit .recruitment .recruitment_table tr td {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-recruit .recruitment .recruitment_table tr.cell_place td .td_item .td_title {
    display: inline;
    font-weight: 400;
  }
  .p-recruit .recruitment .recruitment_table tr.cell_place td .td_item:first-child .td_title {
    letter-spacing: 30px;
  }
  .p-recruit .recruitment .recruitment_table tr.cell_place td .td_item:nth-of-type(2) .td_title {
    padding-right: 25px;
  }
  /*---  問い合わせ欄 ---*/
  .p-recruit .recruitment .contact-info{
    margin-top: 16px;
  }
  .p-recruit .recruitment .contact-info .head-txt {
    font-size: 22px;
  }
  .p-recruit .recruitment .contact-info .info-tellnumber {
    padding: 50px 20px 18px;
  }
  .p-recruit .recruitment .contact-info .info-tellnumber a {
    font-size: 35px;
  }
  .p-recruit .recruitment .contact-info .info-servicetime {
    padding: 37px 20px;
  }
  .p-recruit .recruitment .contact-info .info-servicetime p{
    font-size: 18px;
  }
  .p-recruit .recruitment .contact-info .image-box{
    width: 58%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  }
}




