.contents.recruit {
  padding: 70px 0 175px;
}

@media screen and (max-width: 767px) {
  .contents.recruit {
    padding: 30px 0 110px;
  }
}

.contents.recruit .kv .wrap {
  max-width: 1130px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents.recruit .kv .wrap {
    padding-top: 105px;
  }
}

.contents.recruit .kv .wrap .img {
  padding-top: 60px;
  margin-left: 15%;
}

@media screen and (max-width: 767px) {
  .contents.recruit .kv .wrap .img {
    padding-top: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.contents.recruit .kv .wrap .ttl_h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 274px;
  height: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #187FC4;
  color: #187FC4;
}

@media screen and (max-width: 767px) {
  .contents.recruit .kv .wrap .ttl_h1 {
    width: 200px;
    height: 120px;
    left: 0;
  }
}

.contents.recruit .kv .wrap .ttl_h1 .en {
  display: block;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contents.recruit .kv .wrap .ttl_h1 .en {
    font-size: 3rem;
  }
}

.contents.recruit .kv .wrap .ttl_h1 .ja {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contents.recruit .kv .wrap .ttl_h1 .ja {
    font-size: 1.6rem;
  }
}

.contents.recruit .recruit_txt {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt {
    margin-top: 40px;
  }
}

.contents.recruit .recruit_txt .wrap {
  max-width: 850px;
}

.contents.recruit .recruit_txt .wrap .ttl_h2 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt .wrap .ttl_h2 {
    font-size: 2.2rem;
  }
}

.contents.recruit .recruit_txt .wrap .txt_work {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt .wrap .txt_work {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.contents.recruit .recruit_txt .wrap .txt_contact {
  font-size: 1.8rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt .wrap .txt_contact {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.contents.recruit .recruit_txt .wrap .btn_recruit {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt .wrap .btn_recruit {
    margin-top: 50px;
  }
}

.contents.recruit .recruit_txt .wrap .btn_recruit a {
  display: block;
  background-color: #DDEEF8;
  border-radius: 45px;
  color: #187FC4;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 27px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents.recruit .recruit_txt .wrap .btn_recruit a {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}
/*# sourceMappingURL=recruit.css.map */