@charset "UTF-8";
/*--------------------------------------------------------------------
	募集要項 Layout
--------------------------------------------------------------------*/
.pageVisual.recruit {
  background: url(../../images/page/recruit/mv.jpg) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .pageVisual.recruit {
    background: url(../../images/page/recruit/mv.jpg) no-repeat 70% 50%;
    background-size: auto 100%;
  }
}
.page .recruit--article {
  padding: 80px 0 120px;
}
.page .recruit--article__header .ttl {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #0E6FBA;
}
.page .recruit--article__header .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 0;
}
.page .recruit--article__header .tags li {
  color: #0E6FBA;
  border: 1px solid #0E6FBA;
  padding: 2px 0;
  min-width: 128px;
  text-align: center;
  margin: 0 4px;
  font-size: 0.75em;
  font-weight: bold;
}
.page .recruit--article__body {
  margin: 64px 0 0;
}
.page .recruit--article__body table {
  width: 100%;
}
.page .recruit--article__body table tr td {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.page .recruit--article__body table tr td:nth-child(1) {
  width: 20%;
}
.page .recruit--article__body table tr td:nth-child(2) {
  width: 80%;
}
.page .no-post {
  text-align: center;
  padding: 5% 0;
  font-size: 1.25em;
}

.recruit--cv {
  position: fixed;
  bottom: 24px;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .page .recruit--article {
    padding: 7.5% 0 15%;
  }
  .page .recruit--article__header .ttl {
    text-align: center;
    font-size: 1.25em;
  }
  .page .recruit--article__header .tags li {
    min-width: 100px;
  }
  .page .recruit--article__body {
    margin: 5% 0 0;
  }
  .page .recruit--article__body table tr td {
    font-size: 0.875em;
  }
  .page .recruit--article__body table tr td:nth-child(1) {
    width: 27.5%;
  }
  .page .recruit--article__body table tr td:nth-child(2) {
    width: 72.5%;
  }
  .page .no-post {
    padding: 10% 0;
    font-size: 1.25em;
  }

  .recruit--cv {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 25%;
  }
}
/*# sourceMappingURL=recruit.css.map */