/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

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

.m-header-001__logo {
    padding: 0;
}

.m-header-001__logo-link-img {
    max-height: 79px;
}

@media screen and (max-width: 1600px) {
    .m-header-001__logo-link-img {
        max-height: 68px;
    }
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 60px;
    }
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

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

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.m-footer-001__copyright {
  font-family: inherit;
}
body {
  color: var(--sub-txt, #000000);
}

@media screen and (min-width: 1400.1px) {
    .m-header-001 {
      margin-bottom: -68px; /* PCヘッダーの高さ */
      background: transparent;
    }
}

@media screen and (min-width: 1600.1px) {
    .m-header-001 {
    margin-bottom: -79px; /* PCヘッダーの高さ */
    }
}

/* 「応募する」ボタン */
.m-require-004__entry-btn {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-004__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}

.c-headline-001 {
    margin-bottom: 30px;
}
/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
  border-color: var(--primary-border, #04a1af);
}

.m-assessment-001__list-item-ttl-txt {
  color: #333;
}

.m-assessment-001__list-item-desc {
  color: #333;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

.m-assessment-001__list-item-desc {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

.m-assessment-001__list-item:last-child .m-assessment-001__list-item-desc-txt {
    margin-bottom: 0;
}

.m-assessment-001__list-item-figure + .m-assessment-001__list-item-desc {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .m-assessment-001__list-item-figure + .m-assessment-001__list-item-desc {
        margin-top: 20px;
    }
}

.m-assessment-001__list-item:first-child {
    padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding: 12px 24px;
  }
}

.m-assessment-001__list-item:nth-child(3) .m-assessment-001__list-item-figure-img {
    max-width: 548px;
    width: 100%;
}
/* -------------------------------------------
会社の歴史 002
------------------------------------------- */
.m-history-002 {
    padding: 20px 0 40px;
}

@media screen and (max-width: 767px) {
    .m-history-002 {
        padding: 10px 0 20px;
    }
}
.m-history-002__detail-content {
    border-top: 2px solid var(--sub-txt);
    position: relative;
}

.m-history-002__detail::after {
    background: var(--sub-txt);
}

.m-history-002__detail-content::before {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -8px;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid var(--sub-txt);
    border-radius: 14px;
    background: #fff;
    content: "";
}

@media screen and (min-width: 1024.01px) {
    .m-history-002__detail-row:nth-child(even) .m-history-002__detail-content::before {
        left: auto;
        right: -8px;
    }
}

.m-history-002__detail-content-figure {
    margin-top: 10px;
}

.m-history-002__detail-content-desc {
    margin-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:first-child {
    padding-top: 0;
}

.m-works-002__detail {
    background: var(--primary-bg);
    color: var(--primary-txt);
}

.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__ttl-ja {
    font-weight: 500;
}

.m-works-002__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  background: var(--primary-bg);
  color: var(--primary-txt);
}

.m-jobs-001 {
  padding: 80px 20px;
}

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

.m-jobs-001 .c-headline-001__en {
    color: var(--primary-txt);
}

@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:first-child {
    padding-top: 0;
  }

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

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

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

.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;
}

@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: 400;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@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 3% 0 0;
  padding: 40px 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 (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 0;
  }
}

@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: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .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-require-004__detail {
    padding-top: 0;
}