@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;
  /* 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-footer-001__copyright {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
   }
}
/* 「応募する」ボタン */
.m-require-001__entry-btn {
  border: 2px solid var(--primary-bg);
  background: var(--primary-bg);
  color: var(--primary-txt);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-001__entry-btn:hover,
.m-require-001__entry-btn:hover .fa-arrow-right:before {
  position: relative;
  color: var(--primary-txt);
}

/* フッター */
.m-footer-001 {
  color: var(--sub-txt, #333);
  background: #f6f7e5;
}
.m-about-003,
.m-require-001 .c-headline-001__ja{
    color: var(--sub-txt, #000);
}
.m-require-001__detail-ttl {
  color: var(--primary-txt, #fff);
  background: var(--primary, #04a1af);
}
.m-require-001 {
  background: #ffffff !important;
}
.c-headline-001__en {
}
@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;
  }
}
/* 見出し下の余白設定 */
.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-header-001 {
  margin-bottom: -79px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -54px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}
/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  /* background: #000 !important; */
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@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;
  }
}

.m-message-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline {
    margin-bottom: 20px;
  }
}

.m-message-003__headline:only-child {
  margin-bottom: 0;
}

.m-message-003__headline-txt {
  font-weight: 700;
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt {
    padding: 0 0 24px;
  }
}

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}
/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
/* -------------------------------------------
仕事一覧 002
------------------------------------------- */
.m-works-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 0;
  }
}

.m-works-002 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-works-002 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-works-002__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-works-002__inner {
    padding: 0 20px;
  }
}

.m-works-002__items {
  margin: -10px;
  padding: 0;
}

.m-works-002__item {
  padding: 10px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__figure {
  min-height: 1px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__detail {
  flex: 1 0 auto;
}

.m-works-002__desc-txt {
  padding-bottom: 0;
}
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 0;
  }
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2.4rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}





@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding-top: 60px;
  }
}
.m-assessment-001,
.m-works-002__detail {
  background: #d1d97f;
}

.m-header-001__logo-link-img {
  max-height: 39px;
}
.m-header-001__logo-link-img.is-mobile {
  max-height: 24px;
}
.g-pagetop-btn::before {
  background: var(--primary-bg, #04a1af);
}
.m-message-002__inner::before {
    background: #574023;
}
.m-works-001,
.m-require-001__detail-desc::before {
  background: #f6f7e5;
  opacity: 1;
}

.m-require-001__detail-ttl {
  color: #fff;
  background: #d1d97f;
}
.m-message-003__headline-txt {
  letter-spacing: .3rem;
}
/*
投稿ページ「タイトル：日本語」に img タグを挿入
<img class="img-headline pc-tab" src="path/to/headline_pc.png" /><img class="img-headline sp" src="path/to/headline_sp.png" />
*/
.img-headline {
  margin: 0 auto;
  max-height: 60px;
  margin-bottom: 6px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .img-headline.pc-tab {
    display: none;
  }
}

.img-headline.sp {
  max-height: 42px;
  display: none;
}

@media screen and (max-width: 767px) {
  .img-headline.sp {
    display: inline-block;
  }
}