@charset "utf-8";
/* COMMON */
/* RECRUIT */
.recruit .maintitle {
 text-align: center;
 letter-spacing: 0.1em;
 font-weight: 700;
 line-height: 1.2;
}
.recruit .title {
 text-align: center;
 letter-spacing: 0.1em;
 font-weight: 700;
 line-height: 1.2;
}
.recruit h4 {
 text-align: center;
 font-weight: 700;
}
#maincontents.recruit .text a {
 color: #1e87ff;
}
/* PC */
@media screen and (min-width:768px) {
 #maincontents.recruit {
  padding: 120px 0 100px 0;
 }
 .recruit .maintitle {
  font-size: 72px;
  margin: 0 0 70px 0;
 }
 .recruit .lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 100px 0;
 }
 .recruit .catch {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px 0;
 }
 .recruit .title {
  font-size: 42px;
  margin: 0 0 70px 0;
 }
 .recruit h4 {
  font-size: 20px;
  margin: 0 0 40px 0;
 }
 .recruit .text {
  font-size: 16px;
  text-align: center;
  margin: 0 0 70px 0;
 }
 #maincontents .recruitbtn a {
  position: relative;
  display: block;
  text-align: left;
  width: 520px;
  font-size: 16px;
  font-weight: 400;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 30px 60px 32px 30px;
  border-radius: 60px;
  margin: 0 auto;
  transition: 0.3s;
 }
 #maincontents .recruitbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("../img/common/btn_arrow_w.png") no-repeat center center;
  background-size: cover;
 }
 #maincontents .recruitbtn a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
 }
 #maincontents .recruitbtn a:hover::after {
  background: url("../img/common/btn_arrow_b.png") no-repeat center center;
  background-size: cover;
 }
 .recruit .recruit01btnlist {
  margin: 0 0 120px 0;
 }
 .recruit .recruit01btnlist .btn02 {
  margin: 30px 0 0 0;
 }
}
/* SP */
@media screen and (max-width:767px) {
 #maincontents.recruit {
  padding: 4% 0 12% 0;
 }
 .recruit .maintitle {
  font-size: 6.5vw;
  margin: 0 0 8% 0;
 }
 .recruit .lead {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 5% 10% 5%;
 }
 .recruit .catch {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 5% 8% 5%;
 }
 .recruit .sectioninner {
  padding: 0 5%;
 }
 .recruit .title {
  font-size: 5vw;
  margin: 0 0 8% 0;
 }
 .recruit h4 {
  font-size: 5vw;
  margin: 0 0 5% 0;
 }
 .recruit .text {
  font-size: 3.5vw;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 8% 0;
 }
 #maincontents .recruitbtn a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.2;
  font-weight: 400;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 20px 60px 22px 30px;
  border-radius: 60px;
  margin: 0 auto;
 }
 #maincontents .recruitbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("../img/common/btn_arrow_w.png") no-repeat center center;
  background-size: cover;
 }
 #maincontents .recruitbtn.spl2btn a {
  padding: 14px 60px 15px 30px;
 }
 .recruit .recruit01btnlist {
  margin: 0 auto 10% auto;
 }
 .recruit .recruit01btnlist .btn02 {
  margin: 5% 0 0 0;
 }
}
/* MIDDLE */
@media screen and (min-width:768px) and (max-width:1000px) {}