#recruit #sec1 {
  margin-bottom: 60px;
}
#recruit #sec2 {
  padding: 0 277px 100px;
}
#recruit #sec2 .recruit_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#recruit #sec2 .retec_style {
  width: 430px;
  margin: 60px auto 0;
}
#recruit #sec2 h4 {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}
#recruit #sec2 p {
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
}
#recruit #sec2 h6 {
  margin: 60px auto;
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
}
#recruit #sec3 table {
  width: 700px;
  margin: 60px auto 100px;
}

#recruit #sec3 td,th{
  font-size: 24px;
  font-weight: 600;
}

#recruit #sec3 th{
  vertical-align: top;
  text-align: right;
}
@media(max-width:767px){
    #recruit #sec1 {
  margin-bottom: 0;
}
  #recruit #sec2 {
  padding: 30px 20px;
}

#recruit #sec2 .retec_style {
  width: 300px;
  margin: 30px auto 0;
}

#recruit #sec2 h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
}

#recruit #sec2 p {
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}

#recruit #sec2 h6 {
  margin: 30px auto;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
}

#recruit #sec2 .recruit_wrap {
  gap: 10px;
}

#recruit #sec3{
  padding: 0 20px;
}

#recruit #sec3 table {
  width: 100%;
  margin: 30px auto;
}

#recruit #sec3 td,th{
  font-size: 16px;
}

}