@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&amp;display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
}

.m-header-001__logo {
  padding: 12px 17px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 8px 11px;
  }
}

.m-header-001__logo-link-img {
  max-height: 56px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.05rem;
}

.c-headline-001__ja {
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

/* フッター */
.m-footer-001__copyright {
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__inner {
  max-width: 1000px;
}

.m-works-001__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-works-001__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

_:-ms-fullscreen,
:root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

_:-ms-fullscreen,
:root .m-works-001__ttl-ja {
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

.m-works-001__ttl-en {
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.m-works-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin: -28px 0 0;
  }
}

/* -------------------------------------------
評価制度 004
------------------------------------------- */
.m-assessment-004 {
  margin: 0 0 80px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-assessment-004 {
    margin: 0 0 40px;
  }
}

.m-assessment-004__inner {
  max-width: 1048px;
}

.m-assessment-004__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-004__list-item-ttl {
  padding: 10px 20px 10px 0;
  border: solid var(--primary-border);
  border-width: 1px 0;
}

@media screen and (min-width: 1025px) {
  .m-assessment-004__list-item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.m-assessment-004__list-item-ttl-num {
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.m-assessment-004__list-item-ttl-txt {
  line-height: 1.4;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0 30px;
  }
}

.m-message-001__headline-txt {
  line-height: 1.5;
}

.m-message-001__detail {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: var(--sub-bg);
}

.m-require-003__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-003__detail {
    padding-top: 14px;
  }
}

.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: #9b9d99;
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: #9b9d99;
}

.m-require-003__detail-desc {
  font-weight: 400;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
