#recruit{
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px){
  #recruit{
    padding: 0 0 5rem;
  }
}
.catch{
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem 0 0;
}
@media screen and (min-width: 768px){
  .catch{
    font-size: 2rem;
    padding: 0.5rem 0 0;
  }
}

.point{
  margin: 2rem 1rem;
}
@media screen and (min-width: 768px){
  .point{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 3rem auto;
  }
}

.point_item{
  border: 2px solid #ccc;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: justify;
  position: relative;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px){
  .point_item{
    flex: 1;
    margin: 0 1rem 0 0;
    padding: 3rem 2rem 1rem;
    font-size: 0.9rem;
  }
  .point_item:last-child{
    margin-right: 0;
  }
}

.point_item span{
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  width: 3rem;
  height: 3rem;
  padding: 0.6rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/recruit/point.svg?2");
  background-size: contain;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px){
  .point_item span{
    font-size: 1rem;
    top: -2rem;
    left: -1rem;
    width: 5rem;
    height: 5rem;
    padding: 0.6rem 0 0;
  }
}

.recruit{
  margin: 0 1rem;
}
@media screen and (min-width: 768px){
  .recruit{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 3rem auto;
  }
}

.recruit table{
  display: block;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px){
  .recruit table{
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
  }
}

.recruit table thead,
.recruit table tbody{
  display: block;
}
@media screen and (min-width: 768px){
  .recruit table thead,
  .recruit table tbody{
    display: table-row-group;
  }
}

.recruit table tr{
  display: block;
}
@media screen and (min-width: 768px){
  .recruit table tr{
    display: table-row;
  }
}

.recruit table th{
  display: block;
  border-top: 1px solid #ccc;
  background: #e7f6fd;
  padding: 0.5rem;
}
@media screen and (min-width: 768px){
  .recruit table th{
    display: table-cell;
    border: 1px solid #ccc;
    padding: 1rem;
  }
}

.recruit table td{
  display: block;
  border-top: 1px solid #ccc;
  padding: 1rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px){
  .recruit table td{
    display: table-cell;
    font-size: 1rem;
    border: 1px solid #ccc;
  }
}

.contact{
  margin: 2rem 1rem;
}
@media screen and (min-width: 768px){
  .contact{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
}

.line,.tel{
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px){
  .line,.tel{
    width: 48%;
    display: flex;
    flex-direction: column;
  }
}

.line_title,
.tel_title{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #6ac729;
}
.tel_title{
  color: #ff7526;
  margin-top: 1rem;
}
@media screen and (min-width: 768px){
  .tel_title{
    margin-top: 0;
  }
}

.line a, .tel a{
  height: 100%;
  display: block;
  background-color: #fff;
}

.line_body{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #6ac729;
  width: 100%;
}
.tel_body{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #ff7526;
  width: 100%;
  height: 100%;
}
.line_text{
  width: 75%;
  font-size: 0.9rem;
  padding:1rem;
}
@media screen and (min-width: 768px){
  .line_text{
    width: 75%;
    font-size: 1.3rem;
    padding: 2rem;
  }
}

.tel_text{
  font-size: 0.9rem;
  padding:1rem;
}
@media screen and (min-width: 768px){
  .tel_text{
    font-size: 1.3rem;
    padding: 2rem;
  }
}

.line_text span{
  color: #6ac729;
}
.line_qr{
  width: 25%;
}
