@charset "UTF-8";
.recruitment .contents {
  background-color: #F5F5F5;
  padding: 144px 0 160px;
}
@media screen and (max-width: 767px) {
  .recruitment .contents {
    padding: 64px 0 80px;
  }
}
.recruitment .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 35px;
  padding-left: 20px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .recruitment .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.recruitment .breadcrumb li {
  font-size: 0.6875rem;
  margin-right: 20px;
  color: #222222;
}
.recruitment .breadcrumb li:last-of-type {
  margin-right: 0;
}
.recruitment .breadcrumb li a {
  display: block;
  color: #999999;
  font-size: 0.6875rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.recruitment .breadcrumb li a:after {
  content: "";
  display: block;
  width: 0px;
  height: 11px;
  border-right: 1px solid #999999;
  position: absolute;
  right: -10px;
  top: 20%;
}
.recruitment .breadcrumb li a:hover {
  color: #999999;
  background: #0079C1;
}
@media screen and (max-width: 767px) {
  .recruitment .breadcrumb li a:hover {
    color: #000000;
    background: none;
  }
}
.recruitment .ttl {
  padding: 0;
  /* padding-bottom: 20px; */
  height: auto;
  min-height: 400px;
  background-color: #F5F5F5;
  background-image: url(/recruitment/img/common/main-ttl_bg_r.png), url(/recruitment/img/common/main-ttl_bg_l.png);
  background-size: 590px 353px, 177px 253px;
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitment .ttl {
    min-height: 300px;
    background-size: 295px 176px, 88px 126px;
  }
}
.recruitment .ttl .inner {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.recruitment .ttl .page-ttl {
  margin-bottom: 0;
  min-height: 166px;
  color: #17A29B;
  line-height: 1;
}
.recruitment .ttl .page-ttl:before {
  display: none;
}
.recruitment .ttl .page-ttl span.page-ttl-s {
  color: #000000;
  line-height: 2.2;
}
.recruitment .ttl .breadcrumb {
  background: rgba(245, 245, 245, 0);
}
.recruitment.style {
  /*教育・資格*/
  /*吹き出し部分*/
}
@media screen and (min-width: 768px) {
  .recruitment.style .contents {
    padding: 80px 0 160px;
  }
}
.recruitment.style .style-inner {
  margin: 0 auto;
  width: 1140px;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-inner {
    padding: 0 5%;
    width: 100%;
  }
}
.recruitment.style .style-intro {
  margin-bottom: 67px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-intro {
    margin-bottom: 34px;
  }
}
.recruitment.style .style-intro p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-intro p {
    font-size: 1.125rem;
  }
}
.recruitment.style .style-section {
  position: relative;
  margin-bottom: 138px;
  padding: 80px 80px;
  min-height: 390px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section {
    margin-bottom: 68px;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section:last-of-type {
    margin-bottom: 0;
  }
}
.recruitment.style .style-section .section-block-flex {
  display: flex;
  justify-content: flex-end;
}
.recruitment.style .style-section .section-block-flex.reverse {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .recruitment.style .style-section .section-block-flex.reverse .section-block-img {
    order: 1;
    right: -50px;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .recruitment.style .style-section .section-block-flex.reverse .section-block-txt {
    order: 0;
  }
}
.recruitment.style .style-section .section-block-img {
  position: absolute;
  width: 600px;
}
@media screen and (min-width: 768px) {
  .recruitment.style .style-section .section-block-img {
    order: 0;
    position: absolute;
    top: 80px;
    right: auto;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .section-block-img {
    position: relative;
    width: 100%;
  }
}
.recruitment.style .style-section .section-block-img.border {
  border: solid 1px #DDDDDD;
}
.recruitment.style .style-section .section-block-txt {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .section-block-txt {
    width: 100%;
    padding: 20px 5% 30px;
  }
}
.recruitment.style .style-section .style-ttl {
  margin-bottom: 40px;
  font-size: 1.75rem;
  color: #17A29B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-ttl {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.recruitment.style .style-section ul {
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section ul {
    margin-bottom: 20px;
  }
}
.recruitment.style .style-section ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section ul li {
    font-size: 1rem;
  }
}
.recruitment.style .style-section h4 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section h4 {
    font-size: 1rem;
  }
}
.recruitment.style .style-section .style-icon {
  position: relative;
  vertical-align: middle;
  padding-bottom: 0.1em;
  display: inline-block;
  content: "";
  margin-right: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon {
    margin-right: 0.3em;
  }
}
.recruitment.style .style-section .style-icon::before {
  content: "";
  display: block;
}
.recruitment.style .style-section .style-icon.kyouiku::before {
  width: 53px;
  height: 40px;
  background: url(/recruitment/img/common/icon/icon-kyouiku.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.kyouiku::before {
    width: 33px;
    height: 22px;
  }
}
.recruitment.style .style-section .style-icon.sikaku::before {
  width: 36px;
  height: 46px;
  background: url(/recruitment/img/common/icon/icon-sikaku.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.sikaku::before {
    width: 26px;
    height: 36px;
  }
}
.recruitment.style .style-section .style-icon.syokudo::before {
  width: 46px;
  height: 46px;
  background: url(/recruitment/img/common/icon/icon-syokudo.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.syokudo::before {
    width: 26px;
    height: 36px;
  }
}
.recruitment.style .style-section .style-icon.ryou::before {
  width: 42px;
  height: 46px;
  background: url(/recruitment/img/common/icon/icon-ryou.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.ryou::before {
    width: 25px;
    height: 31px;
  }
}
.recruitment.style .style-section .style-icon.car::before {
  width: 59px;
  height: 30px;
  background: url(/recruitment/img/common/icon/icon-car.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.car::before {
    width: 36px;
    height: 20px;
  }
}
.recruitment.style .style-section .style-icon.syogaku::before {
  width: 40px;
  height: 46px;
  background: url(/recruitment/img/common/icon/icon-syougaku.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruitment.style .style-section .style-icon.syogaku::before {
    width: 36px;
    height: 40px;
  }
}
.recruitment.style.education .contents {
  padding-bottom: 0;
}
.recruitment.style .fukidasi {
  padding: 90px 0 70px;
}
@media screen and (max-width: 767px) {
  .recruitment.style .fukidasi {
    padding: 90px 0 80px;
  }
}
.recruitment.style .fukidasi .fukidasi-box {
  position: relative;
  margin: 0 auto;
  padding: 58px 86px;
  width: 480px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .recruitment.style .fukidasi .fukidasi-box {
    padding: 30px 6%;
    width: 85%;
  }
}
.recruitment.style .fukidasi .fukidasi-box p {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitment.style .fukidasi .fukidasi-box p {
    font-size: 1.375rem;
  }
}
.recruitment.style .fukidasi .fukidasi-box::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 22px;
  background: url(/recruitment/img/numbers/bg_fukidasi.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 150px;
  bottom: -18px;
}
.recruitment.style .fukidasi .fukidasi-box::after {
  content: "";
  display: inline-block;
  width: 129px;
  height: 170px;
  background: url(/recruitment/img/numbers/img_fukidasi.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: -40px;
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .recruitment.style .fukidasi .fukidasi-box::after {
    width: 98px;
    height: 140px;
    bottom: -85px;
  }
}/*# sourceMappingURL=recruitment_common.css.map */