/* 二家本　 */

:root {
  --ZenKaku: "Zen Kaku Gothic New", serif;
}

.index_recruit_offer{
  padding-top: 3.5rem;  
}

.index_recruit_text{
  text-align: center;
  font-size: 2.5rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color: #BB4747;
}

.index_recruit_text2{
  text-align: center;
  margin-top: 1.1rem;
  font-size: 2.5rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color: #BB4747;
}

.index_offer_text{
  margin-top: 2.8rem;
  padding: 0 28.5rem;
  font-size: 1.7rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  line-height: 2.05882352941em;
  color:#454545;
  text-align: center;
}

.index_recruit_phot{
  display: flex;
  margin-left: 10.0rem; 
  margin-top: 3.6rem;
  column-gap: 7.2rem;
}

.recruit_nurse{
  width: 50.4rem;
  height: 35.2rem;
}

.recruit_table{
  width: 108rem;
  border-collapse: collapse;
  margin: 10.8rem 10rem;
}

.recruit_table_th{
  width: 25.6rem;
  padding-left: 3.3rem;
  text-align: left;
  border-top: solid 0.3rem #634B6D;
  border-bottom:solid 0.3rem #634B6D; 
}

.recruit_table_th{
  font-size: 1.9rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  line-height: 1.4em;
}

.recruit_inner{
  width: 25.6rem;
  padding-left: 3.3rem;
  text-align: left;
  border-top: solid 0.3rem #634B6D;
  border-bottom:solid 0.3rem #634B6D; 
  font-size: 1.9rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  line-height: 1.4em;
  vertical-align: top;
  padding-top: 4.0rem;
}

.recruit_table td{
  width: 73.8rem;
  padding: 3.3rem;
  border-top:solid 0.1rem #C2C2C2;
  border-bottom:solid 0.1rem #C2C2C2;
}

.recruit_table td{
  font-size: 1.9rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  line-height: 2.1em;
}

.index_recrut_contact{
  background-color: #FCFFF2;
  padding: 9.3rem 13.3rem 9.9rem 10rem;
}

.index_recrut_contact h2{
  width: 18rem;
  font-size: 3rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  margin-bottom: 3.3rem;
}

.recrut_contact_custom{
  display: flex;
  justify-content: space-between;
}

.index_recrut_tel{
  width: 26.7rem;
  display: flex;
  justify-content: space-evenly;
  padding-left: 3.3rem;
}

.index_recrut_tel img{
  width: 4.3rem;
  height: 4.3rem;
}

.recrut_phone_number{
  width: 20rem;
  margin-left: 2.7rem;
  font-size: 3rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color: #634B6D;
}

.recrut_rep_number{
  width: 20rem;
  margin:1rem 0 0 10.3rem;
  font-size: 2.5rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color: #634B6D;
}

.index_recrut_ado{
  display: flex;
}

.index_recrut_ado img{
  width: 4.3rem;
  height: 4.3rem;
}

.index_recrut_address{
  font-size: 2.5rem;
  margin-left:2.8rem ;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color: #634B6D;
}

.index_contact_button{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.index_contact_button img{
  width: 4.6rem;
  height: 4.6rem;
  margin-left:1.442rem;
}

.contact_button_custom{
  width: 35rem;
  font-size: 2.5rem;
  font-family: var(--ZenKaku);
  font-weight: bold;
  color:#FFFFFF;
  display: block;
  width: 50.9rem;
  height: 9.9rem;
  margin: 8rem 28.5rem 9.9rem 28.6rem;
  padding: 3.1rem 4.9rem;
  border: 1rem;
  border-radius: 5rem;
  background: #634B6D;
}

.sp_only {
  display: none;
}

.job_posting_sec{
  max-width: 108rem;
  margin: 5rem auto 10rem;
}

.job_posting_wrap{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.job_posting_link{
  display: block;
  /* border-radius: 1rem; */
  width: 45%;
}

.section_title{
  font-size: 2rem;
  font-weight: bold;
}

.job_posting{
  border: 0.1rem solid #634B6D;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #f7e5ff;
}

.job_posting_title{
  font-size: 1.8rem;
  font-weight: bold;
  /* margin-top: 1.5rem; */
}

@media  screen and (max-width:699.98px) {
  .sp_only {
    display: block;
  }

  .index_recruit_offer{
    padding-top: 1.2rem;    
  }

  .index_recruit_text{
    text-align: center;
    margin:0 auto;
    padding:0 0;
    font-size: 2.2rem;
    font-family: var(--ZenKaku);
    font-weight: bold;
    color: #BB4747;
    line-height: 1.45454545455em;
  }

  .index_recruit_text2{
    text-align: center;
    margin:0 auto;
    padding-top: 1.2rem;
    font-size: 2.4rem;
    font-family: var(--ZenKaku);
    font-weight: bold;
    color: #BB4747;
    line-height: 1.45833333333em;
  }

  .index_offer_text{
    margin-top: 4.0rem;
    padding: 0 2.75rem;
    font-size: 1.6rem;
    font-family: var(--ZenKaku);
    font-weight: 500;
    color:#454545;
    line-height: 2.1875em;
    text-align: left;
  }

  .index_recruit_phot{
    display: flex;
    flex-direction: column;
    width: 32rem;
    padding:0;
    margin: 2.4rem auto 0;
    gap: 1.7rem;
  }

  .recruit_nurse{
    width: 32rem;
    height: 16rem;
  }

  .recruit_table{
    width: 32rem;
    border-collapse: collapse;
    margin: 4rem auto 8.2rem;
  }

  .recruit_table tr{
    display: flex;
    flex-direction: column;
    width: 32rem;
    margin:0 2.75rem;
  }

  .recruit_table tr:first-of-type{
    border-top: solid 0.1rem #634B6D;
  }

  .recruit_table th{
    width: 32rem;
    margin:0;
    padding:1.8rem 0 0;
    text-align: left;
    border:none; 
    font-weight: 500;
    font-size:1.7rem;
    font-family: var(--ZenKaku);
    color: #634B6D;
    line-height: 1.47058823529em;
  }

  .recruit_table td{
    width: 32rem;
    border:none;
    color: #454545;
    padding:0 0 1.8rem;
    margin:.1rem 0 0;
    font-size: 1.7rem;
    font-family: var(--ZenKaku);
    font-weight: 500;
    line-height: 2.5rem;
    border-bottom: solid 0.1rem #634B6D;
  }

  .index_recrut_contact{
    background-color: #FCFFF2;
    padding: 0;
    height:33.6rem;
    color:#634B6D;
    font-family: var(--ZenKaku);
  }
  
  .index_recrut_contact h2{
    text-align: center;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    padding:3.7rem 0 2.6rem;
    margin: 0;
  }

  .recrut_contact_custom{
    display: flex;
    flex-direction: column;
    margin-left: 2.8rem;
    position: relative;
    width: 32rem;
    margin:0 2.75rem;
  }

  .index_recrut_tel{
    width: auto;
    display: flex;
    justify-content:start;
    align-items: center;
    padding-left: 0rem;
  }

  .index_recrut_tel img{
    width: 3rem;
    height: 3rem;
  }
  
  .recrut_phone_number{
    width: auto;
    margin-left: .6rem;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .27rem;
  }

  .recrut_rep_number{
    width: 32rem;
    margin:.6rem 2.75rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
  }
  
  .index_recrut_ado{
    width: auto;
    display: flex;
    justify-content:start;
    align-items: center;
    margin-top: 1rem;
  }

  .index_recrut_ado img{
    width: 3rem;
    height: 3rem;
  }

  .index_recrut_address{
    font-size: 1.5rem;
    margin-left:0;
    position: absolute;
    right: 0;
    font-family: var(--ZenKaku);
    font-weight: bold;
  }

  .index_contact_button{
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .index_contact_button img{
    width: 3rem;
    height: 3rem;
    margin-right:.6rem;
  }

  .contact_button_custom{
    width: 35rem;
    font-size: 2.5rem;
    font-family: var(--ZenKaku);
    font-weight: bold;
    color:#FFFFFF;
    display: block;
    width: 32rem;
    height: 5rem;
    margin:2.5rem 2.75rem 0;
    padding: .7rem 3.6rem;
    border: 1rem;
    border-radius: 5rem;
    background: #634B6D;
  }
  
  .contact_button_sp{
    display: none;
  }

  .job_posting_sec{
    padding: 0 2rem;
  }
  
  .job_posting_wrap{
    flex-wrap: wrap;
  }

  .job_posting_link{
    width: 100%;
  }
  

}