.c-module-container>section:nth-of-type(odd) {
  background: none;
}

.postid-9 .m-project-004 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .postid-9 .m-project-004__lead {
    text-align: left;
  }
}

.postid-9 .m-project-004__eyecatch {
  margin: 0;
}

.postid-9 .m-works-001 {
  background: var(--sub-bg, #f2f2f2);
}

.m-project-002__lead,
.c-headline-001__en,
.c-headline-001__ja,
.m-project-004__lead,
.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

.m-jobs-005__list-item-detail-job {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3rem;
    font-size: 30px;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.2rem;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
  font-size: 1.8rem;
  font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .postid-9 .m-message-002__desc {
    text-align: left;
  }
}

.m-jobs-002__list-item-detail-job {
  line-height: 1.4;
}

.m-require-001__detail-desc::before {
  background: var(--sub-bg, #f2f2f2);
}

.m-footer-001__copyright {
  color: var(--sub-txt, #000);
  background: var(--sub-bg, #f2f2f2);
}

.postid-8 .m-project-002__inner {
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .postid-8 .m-project-002__lead {
    text-align: left;
  }
}

.postid-8 .m-jobs-005 {
  background: var(--sub-bg, #f2f2f2);
}

.m-jobs-005__list-item-inner,
.m-jobs-005__list-item-detail {
  height: 100%;
}

.postid-8 .m-message-004 {
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .postid-8 .m-message-004__desc {
    text-align: left;
  }
}

.m-message-004::before {
  top: 0;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@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 (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen 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 {
  min-height: 490px;
}

@media screen 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 {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}


@media screen 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;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen 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;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: var(--sub-txt, #000);
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
}

