@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
#recruit .m-pagehead {
  background-image: url(../images/recruit_bg.jpg);
}
#recruit .m-pagehead-top {
  height: 350px;
}
@media screen and (max-width: 640px) {
  #recruit .m-pagehead-top {
    height: 150px;
  }
}
#recruit #sec01 .m-btn-wrap .btn-box {
  width: min(500px, 100%);
}
@media screen and (max-width: 640px) {
  #recruit #sec01 .m-btn-wrap .btn-box {
    width: min(290px, 100%);
  }
}
#recruit #sec01 .m-btn-wrap .btn-box .m-btn-ellipse {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #recruit #sec01 .m-btn-wrap .btn-box .m-btn-ellipse {
    font-size: 16px;
    font-size: 1rem;
  }
}
#recruit #sec01 .m-borderbox {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #recruit #sec01 .m-borderbox {
    margin-top: 30px;
  }
}
#recruit #sec01 .m-borderbox .font-bold {
  font-weight: bold;
}
#recruit #sec02 .m-column--col2-style-3 {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  #recruit #sec02 .m-column--col2-style-3 {
    padding-top: 40px;
  }
}
#recruit #sec02 .m-column--col2-style-3-image {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 640px) {
  #recruit #sec02 .m-column--col2-style-3-image {
    max-width: 80%;
  }
}
#recruit #sec02 .m-column--col2-style-3-text .m-link-newtab {
  font-size: 19px;
  font-size: 1.1875rem;
}
#recruit #sec02 .m-column--col2-style-3-text .m-link-newtab::after {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 640px) {
  #recruit #sec02 .m-column--col2-style-3-text .m-link-newtab {
    font-size: 16px;
    font-size: 1rem;
  }
  #recruit #sec02 .m-column--col2-style-3-text .m-link-newtab::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */