@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default:"游ゴシック Medium",YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*$font-default: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/********************************************************************************
 = ドローン分野
*********************************************************************************/
.recruit {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .recruit {
    padding: 0 20px;
  }
}
.recruit p,
.recruit ul li,
.recruit ol li,
.recruit dl dt,
.recruit dl dd {
  line-height: 1.6;
}
.recruit img {
  display: block;
  width: 100%;
}
.recruit .ttl--h3 span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .recruit .ttl--h3 span {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
.recruit .ttl--h4 {
  margin-bottom: 30px;
}
.recruit .ttl--h4 span {
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .recruit .ttl--h4 span {
    font-size: 1.1rem;
  }
}
.recruit .ttl--h5 {
  margin-bottom: 15px;
}
.recruit .ttl--h5 span {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.recruit .recruit_txt + .recruit_txt {
  margin-top: 70px;
}/*# sourceMappingURL=page_recruit.css.map */