@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;
}

/* ロゴ */
.m-header-001__logo {
  padding: 12px 85px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 9px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 56px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link-txt {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 1.3rem;
  }
}

/* 大見出し */
.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;
}

.c-headline-001__en {
  font-weight: 700;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  /* color: var(--sub-txt); */
  background-color: #636363;
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

.m-require-001__detail-desc:before {
  background-color: #eaeaea;
}

/* コピーライト */
.m-footer-001 {
  background-color: #eee;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 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-weight: 700;
  padding: 0 40px;
}

@media screen and (min-width: 767.1px) {
  .m-jobs-004__content-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    padding: 0 20px;
  }
}

.m-jobs-004__content-desc {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 40px;
}

@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: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .m-jobs-005__content-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-005__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  font-weight: 600;
  line-height: 1.4;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 2.4rem;
  }
}

.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;
  }
}

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  margin: 80px 0 0;
  padding: 0 0 160px;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    margin: 40px 0 0;
    padding: 0 0 80px;
  }
}
.m-project-002__eyecatch {
  margin-bottom: 0;
}

.m-project-002__inner {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .m-project-002__inner {
    padding-top: 40px;
  }
}

.m-project-002__ttl {
  font-weight: 700;
}

.m-project-002__lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__member-item-ttl-name {
  font-weight: 700;
}

.m-project-002__contents {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin-top: 30px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
  background-color: #707070;
}

.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-project-002 + .m-kv-001 {
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .m-project-002 + .m-kv-001 {
    margin: 0 0 40px;
  }
}
