@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit {
  color: var(--sub-txt, #333);
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  word-break: break-word;
}
.c-headline-001__ja {
  font-weight: 500;
  line-height: 1.6;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 10px 40px;
}
.m-header-001__logo-link-img {
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 7.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

.m-header-001__btn-link {
  font-weight: 700;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 0 20px;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

.m-kv-001 + .m-message-001 .m-message-001__headline-txt {
  color: var(--sub-txt);
}

.m-schedule-002 + .m-message-001 {
  padding-top: 0;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 0 20px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  padding-top: 0;
}

.m-assessment-001 .c-headline-001 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-assessment-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-assessment-001__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list {
  margin: -18px 0;
}
.m-assessment-001__list-item {
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .m-assessment-001__list {
    margin: -12px 0;
  }
  .m-assessment-001__list-item {
    padding: 12px 0;
  }
}

.m-assessment-001__list-item-ttl {
  border-color: var(--primary-border);
  border-width: 1px 0 1px;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-figure {
    padding: 0;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  background: -webkit-linear-gradient(45deg, #2b308f, #1360aa);
  background: -moz-linear-gradient(45deg, #2b308f, #1360aa);
  background: linear-gradient(45deg, #2b308f, #1360aa);
  color: #fff;
}

.m-jobs-004 .c-headline-001__en {
  color: #fff;
}

.m-jobs-004__inner {
  max-width: 1000px;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 100%;
  }
}

.m-jobs-004__content-desc {
  text-align: left;
}

.m-jobs-004 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding-bottom: 40px;
  }
}

.m-jobs-004__content-ttl,
.m-jobs-004__content-desc {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .m-jobs-004__content-ttl,
  .m-jobs-004__content-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl,
  .m-jobs-004__content-desc {
    padding-left: 0;
    padding-right: 0;
  }
}

/* -------------------------------------------
1日の仕事の流れ 002
------------------------------------------- */
.m-schedule-002 {
  /* background: #000 !important; */
}

.m-schedule-002__list-item-time::before {
  background: #333;
  left: -8px;
  height: 1px;
}

.m-schedule-002__list-item-time-txt {
  color: #333;
}

.m-schedule-002__list-item-time::after {
  border: 2px solid #333;
  background: #fff;
}

.m-schedule-002__list-item-content {
  background: #f2f2f2;
}

.m-schedule-002__list-item-ttl {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-schedule-002__list-item-ttl {
    font-size: 1.4rem;
  }
}

.m-schedule-002__list-item-desc {
  padding-bottom: 0;
}

.m-schedule-002__list-item-desc-txt {
  color: #333;
}

.m-schedule-002__list::after {
  background: #333;
  width: 1px;
}

.m-schedule-002__list-item-figure {
  max-width: 660px;
}

.m-schedule-002__list {
  padding-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .m-schedule-002 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-schedule-002 .c-headline-001 {
    margin-bottom: 10px;
  }
  .m-schedule-002__list {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  padding-top: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
}

.m-require-003__detail-row:nth-child(odd) {
  background: var(--sub-bg);
}

.m-require-003__detail-row {
  border: none;
}

.m-require-003__detail-row:last-child {
  border: none;
}

.m-require-003__detail-ttl {
  /* color: #333; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

.m-require-003 .c-headline-001 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001 {
    margin-bottom: 5px;
  }
}

.m-require-003__detail {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .m-require-003__detail {
    padding-top: 15px;
  }
}

/* フォント */
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
