@media print, screen and (min-width:768px) {
  .recruit .l-container {
    overflow: hidden;
    padding-top: 41px;
  }
  .recruit .l-container:last-child {
    padding-bottom: 145px;
  }
}
@media screen and (max-width:767px) {
  .recruit .l-container {
    padding-top: 56px;
  }
}
.recruit .l-inner {
  max-width: 1320px;
}
.recruit .c-ttl-01 {
  margin-bottom: 72px;
}
@media screen and (max-width:767px) {
  .recruit .c-ttl-01 {
    margin-bottom: 45px;
  }
}
.recruit-lead__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width:767px) {
  .recruit-lead__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 45px;
  }
}
.recruit-sect {
  margin-top: 73px;
}
@media screen and (max-width:767px) {
  .recruit-sect {
    margin-top: 44px;
  }
}
.recruit-box {
  background-color: #fff;
  position: relative;
}
.recruit-box:before {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:767px) {
  .recruit-box:before {
    height: 3px;
    width: 40px;
  }
}
.recruit-box + .recruit-box {
  margin-top: 82px;
}
@media screen and (max-width:767px) {
  .recruit-box + .recruit-box {
    margin-top: 26px;
  }
}
.recruit-box__inner {
  padding: 60px 80px;
  min-height: 450px;
}
@media screen and (max-width:1024px) {
  .recruit-box__inner {
    padding: 30px 40px 50px;
    min-height: auto;
  }
}
@media screen and (max-width:767px) {
  .recruit-box__inner {
    padding: 30px 20px 40px;
    min-height: auto;
  }
}
@media print, screen and (min-width:768px) {
  .recruit-box__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.recruit-box__logo {
  border: 2px solid #eeeeee;
}
@media print, screen and (min-width:768px) {
  .recruit-box__logo {
    width: 160px;
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .recruit-box__logo {
    margin-bottom: 15px;
    margin-top: 10px;
    width: 33.4666666667vw;
    border-width: 1px;
  }
}
.recruit-box__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.9125;
}
.recruit-box__ttl i {
  margin-left: 10px;
  position: relative;
  top: 25px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .recruit-box__ttl .no-link:hover {
    color: #000;
  }
  .is-view-pc .recruit-box__ttl .no-link:hover svg {
    fill: #000;
  }
}
@media screen and (max-width:1159px) {
  .recruit-box__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:767px) {
  .recruit-box__ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .recruit-box__ttl i {
    top: 14px;
  }
}
.recruit-box__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width:1024px) {
  .recruit-box__group {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
@media screen and (max-width:767px) {
  .recruit-box__group {
    margin-left: -11px;
    margin-right: -11px;
  }
}
.recruit-box__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(25% - 50px);
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px dashed #009360;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009360;
  margin-left: 25px;
  margin-right: 25px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .recruit-box__btn:hover {
    background-color: #009360;
    color: #fff;
  }
}
@media screen and (max-width:1024px) {
  .recruit-box__btn {
    width: calc(25% - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .recruit-box__btn {
    font-size: 1.3rem;
    width: calc(50% - 22px);
    margin-left: 11px;
    margin-right: 11px;
    height: 27.2vw;
  }
  .recruit-box__btn:nth-child(n+3) {
    margin-top: 22px;
  }
}
/*# sourceMappingURL=recruit.css.map */