/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 10px 2%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 2%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 47px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #20559e;
}

.c-headline-001__ja {
  font-weight: 7007;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #d1d1d1;
  color: #000;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  padding: 80px 0 56px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-001 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-assessment-001 .c-headline-001__ja {
  /* color: #fff; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 12px 20px;
  }
}

.m-assessment-001__list-item:first-child {
  padding-top: 0;
}

.m-assessment-001__list-item-ttl {
  border: solid #8e8e8e;
  border-width: 1px 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  background: #20559e;
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #20559e;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/* 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /* max-width: 70%; */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
    /* max-width: 100%; */
  }
}

.m-assessment-001__list-item-desc {
  padding: 0 20px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

.m-assessment-001__list-item-desc-txt {
  color: #000;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  /* background: #e6efe8 !important; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001 {
    padding: 80px 20px 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-001__content-desc {
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
    padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0px 40px 0 0%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item-detail-ttl {
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background: #20559e;
  color: #fff;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding: 8px 15px 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 10px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #000;
  text-align: justify;
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 50px 0 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* color: #333; */
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #8e8e8e;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #8e8e8e;
}

.m-require-003__detail-ttl {
  color: #20559e;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #000;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
/* .m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
} */