.tophead {
  height: 400px;
  background-color: #eadbf2;
  background-image: url(../../images/recruit/top/head.jpg)
}
@media (max-width: 767.98px) {
  .tophead {
    height: 237.5px;
    background-image: url(../../images/recruit/top/head-sp.jpg)
  }
}
@media (min-width: 767.99px) {
  .tophead .title {
    color: #fff;
  }
}

.recruits {
  padding-bottom: 15px
}
.recruits .recruits-content {
  padding-top: 1.5em;
  overflow: hidden
}
.recruits .lead {
  margin-bottom: 90px;
  font-size: 1rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .15em;
  text-indent: .15em;
  text-align: center
}
.recruits .lead .recruits-ttl02 {
  margin-bottom: .8571428571em;
  font-size: 1.75rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center
}

.recruits .columns {
  justify-content: center;
}

.recruits .columns .col {
  text-align: center
}
.recruits .columns .col a {
  display: block
}
.recruits .columns .col .thumbs {
  max-width: 345px;
  margin: auto;
  margin-bottom: 20px;
  text-align: left
}
.recruits .columns .col .thumbs img {
  margin-bottom: 22px
}
.recruits .columns .col .thumbs.ph_border img {
  border:1px solid #ccc;
}
.recruits .columns .col .text {
  line-height: 1.5;
  text-align: left;
  letter-spacing: .15em;
}
@media (max-width: 767.98px) {
  .recruits .recruits-content {
    margin-left: 10px;
    margin-right: 10px
  }
  .recruits .lead {
    margin-bottom: 50px;
    font-size: .875rem;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: left
  }
  .recruits .lead .recruits-ttl02 {
    font-size: 1.03125rem;
    font-size: 1.65rem;
    line-height: 1.6666666667;
    letter-spacing: .05em;
    text-indent: 0em;
    text-align: left
  }
  .recruits .columns .col {
    font-size: .875rem;
    font-size: 1.4rem
  }
  .recruits .columns .col .thumbs {
    max-width: 241px;
    margin: auto;
    margin-bottom: 10px
  }
  .recruits .columns .col .thumbs img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 15px
  }
  .recruits .columns .col .arr-btn {
    border-bottom: none;
    font-size: 1rem;
    font-size: 1.4rem
  }
  .recruits .columns .col .text {
    line-height: 1.6428571429;
    text-align: left
  }
} 
@media (max-width: 999.98px) {
  .recruits .lead p br.pc:first-of-type {
    display: none;
  }
  .recruits .columns {
    justify-content: flex-start;
  }
  
}


/* タイトル */
.recruits .recruits-ttl {
  position: relative;
  margin-bottom: 1.3333333333em;
  color: #0270d1;
  font-size: 1.875rem;
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: .2em
}
.recruits .recruits-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 1px;
  z-index: 1
}
.recruits .recruits-ttl span {
  position: relative;
  display: inline-block;
  padding-right: .8333333333em;
  padding-bottom: .0666666667em;
  z-index: 5
}
.recruits .recruits-ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #0270d1;
  border-radius: 1px;
  z-index: 5
}
@media (max-width: 767.98px) {
  .recruits .recruits-ttl {
    margin-bottom: 2.4444444444em;
    font-size: 1.2857142857rem;
    font-size: 1.8rem;
    line-height: 1.8333333333;
    letter-spacing: .1em;
    text-indent: .2em;
    text-align: center
  }
  .recruits .recruits-ttl::after {
    content: none;
    display: none
  }
  .recruits .recruits-ttl span {
    padding-left: .9444444444em;
    padding-right: .9444444444em;
    padding-bottom: .4444444444em
  }
  .recruits .recruits-ttl span::after {
    height: 2px
  }
}


.recruits .btn_link_style01 {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
@media (max-width: 767.98px) {
  .recruits .btn_link_style01 {
    width: 100%;
  }
}

