@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-headline-001__en {
  font-weight: 400;
  color: #666666;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 500;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

div[class^="m-require-"][class$="__detail-ttl"] {
    font-weight: 700;
    /* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
    font-weight: 500;
}

.m-header-001__logo-link-img {
    display: block;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        display: none;
    }
}

.m-header-001__logo-link-img.is-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        display: block;
    }
}

 .m-header-001__logo {
    padding: 14px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 42px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 21px;
    }
} 

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
    border-color: var(--primary-border);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -52px; /* SPヘッダーの高さ */
  }
}

/* 見出し下の余白設定 */
.c-headline-001 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-headline-001 {
        margin-bottom: 20px;
    }
}

/* 見出し後のコンテンツの上余白を削除 */
.c-headline-001 + * {
    padding-top: 0;
    margin-top: 0;
}

/* フッター */
.m-footer-001 {
  background: #666666;
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
   background: #f0f0f0 !important; 
}

.m-jobs-005__list-item-detail {
    /* background: #d6be0e; */
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px;
  }
}

.m-jobs-005__content-images {
  padding-top: 0;
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-jobs-005__content-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__content-desc {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
    font-weight: 600;
    line-height: 1.4;
}

.m-jobs-005__list-item-detail-ttl {
    margin-top: 24px;
    font-weight: 500;
    font-size: 25px;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .m-jobs-005__list-item-detail-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 374px) {
    .m-jobs-005__list-item-detail-ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 767.01px) {
    .m-jobs-005__list-item-detail-desc {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
/* 色調整 */
.m-message-001 {
  /* background: #000 !important; */
}

.m-message-001__headline-txt {
  /* color: var(--primary); */
}

.m-message-001__desc-txt {
  /* color: var(--sub-txt, #333); */
}

/* その他 */
.m-message-001 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__headline {
  margin-bottom: 20px;
}

.m-message-001__headline-txt {
   font-weight: 700;
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
/* 色調整 */
.m-project-002__contents-section-detail-number {
  /* background: #000; */
}

/*その他*/
.m-project-002 {
  padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 0 0 40px 0;
  }
}

.m-project-002 .c-headline-001 {
  margin-bottom: 0;
}

.m-project-002__ttl {
  font-weight: 700;
}

@media screen and (max-width: 374px) {
  .m-project-002__ttl {
    letter-spacing: 0.06rem;
  }
}

.m-project-002__lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
    .m-project-002__lead {
        text-align: left;
    }
}

.m-project-002__contents {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin-top: 40px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .m-project-002__contents-section:last-child .m-project-002__contents-section-detail {
        padding-bottom: 0;
    }
}

.m-require-002__detail-row::before {
  background: #e0e0e0;
  opacity: 1;
}

@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;
  }
}
