.recruitHead {
  background: url(/assets/img/recruit/bg_blue.png) 0 55px/cover no-repeat;
}
.recruitHead__inner {
  margin-bottom: 90px;
}
.recruitHead__inner p:not(:last-of-type) {
  margin-bottom: 25px;
}
.recruitHead .sectionHedding {
  margin-bottom: 35px;
}
.recruitHead__btn {
  margin-top: 50px;
}

.learnMore {
  padding: 90px 0;
}
.learnMore .sectionHedding {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .learnMore .sectionHedding {
    margin-bottom: 50px;
  }
}
.learnMore .sectionHedding img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .learnMore .sectionHedding img {
    width: 80%;
  }
}
.learnMore__boxArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .learnMore__boxArea {
    display: block;
  }
  .learnMore__boxArea :first-child {
    margin-bottom: 50px;
  }
}
.learnMore .boxItem {
  border: 1px solid #D4D4D4;
  width: 45%;
  padding: 30px 50px 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .learnMore .boxItem {
    width: 100%;
    padding: 30px 30px 140px;
  }
}
.learnMore .boxItem__title {
  font-size: 3rem;
  font-weight: bold;
  color: #22559D;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .learnMore .boxItem__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.learnMore .boxItem__btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .learnMore .boxItem__btn {
    bottom: 50px;
  }
}
.learnMore .boxItem__btn .btn {
  margin: 0 auto;
}

.bgImgArea--circleWork {
  background: url(/assets/img/recruit/img_GolfzonVision.jpg) center center/cover no-repeat;
  padding: 3.5% 12% 13% 55.5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bgImgArea--circleWork {
    background: url(/assets/img/recruit/img_GolfzonVision.jpg) 0 0/100% no-repeat;
    padding: 29vw 0 0;
    margin-bottom: 40px;
  }
}
.bgImgArea--trainingCenter {
  background: url(/assets/img/recruit/img_trainingCenter.jpg) center center/cover no-repeat;
  padding: 3.5% 55.5% 13% 12%;
}
@media screen and (max-width: 767px) {
  .bgImgArea--trainingCenter {
    background: url(/assets/img/recruit/img_trainingCenter.jpg) 0 0/100% no-repeat;
    padding: 29vw 0 0;
  }
}
.bgImgArea__box {
  background-color: #FFFFFF;
  padding: 40px 30px 50px;
}
@media screen and (max-width: 767px) {
  .bgImgArea__box {
    padding: 20px 20px 40px;
  }
}
.bgImgArea__title {
  font-size: 3rem;
  font-weight: bold;
  color: #22559D;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bgImgArea__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.linkBtns .sectionHedding {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .linkBtns .sectionHedding {
    margin-bottom: 40px;
  }
}
.linkBtns__btn {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .linkBtns__btn {
    display: block;
    margin: 0 auto 60px;
  }
  .linkBtns__btn :first-child {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=recruit.css.map */