/* -------------------------------------------
共通パッチ
------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
/* 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;
  }
}
body {
  color: var(--sub-txt, #000000);
}
/* フッター */
.m-footer-001 {
  color: var(--primary, #04a1af);
  background: var(--primary-txt, #fff);
}
@media screen and (min-width: 1024.1px) {
    .m-header-001__logo {
        padding: 16px 40px;
    }
    .m-header-001__logo-link-img {
        max-height: 46px;
    }
}
.c-headline-001 {
    margin-bottom: 30px;
}
.c-headline-001__en {
    font-weight: 400;
    text-transform: uppercase;
}
.c-headline-001__ja {
    font-weight: 600;
}

.c-module-container>section:nth-of-type(odd) {
    background: rgba(116, 107, 81, .1);
}
/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  background-position: 0 50%;
}

.m-message-002__inner {
  padding: 100px 40px 75px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 40px 40px;
  }
}

.m-message-002__inner::before {
  opacity: .77;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}
/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
}

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

.m-jobs-002__list {
  padding: 20px 0 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-weight: 600;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
}

.m-jobs-002__list-item-detail-job {
    line-height: 1.2em;
    margin-bottom: 10px;
  }

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 24px;
}

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

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -36px;
  }
}

.m-jobs-002__list-item:first-child {
    padding-top: 0;
}

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

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024.1px) {
    .m-jobs-002__list-item:nth-child(-n + 3) {
        padding-top: 0;
    }
}

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

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}
/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 20px;
}

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

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list,
.m-culture-003__list-item {
  padding: 0;
}

@media screen and (max-width: 1024px) {
    .m-culture-003__list-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .m-culture-003__list-item {
        margin-bottom: 10px;
    }
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px;
}

@media screen and (max-width: 1024px){
  .m-culture-003__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

.m-culture-003__list-item-detail-ttl {
  border-color: #b3b3b3;
  color: var(--primary);
}
/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
    padding: 80px 0 45px;
}

@media screen and (max-width: 767px) {
    .m-about-003 {
        padding: 40px 0 10px;
    }
}
.m-about-003__headline-txt {
    color: var(--primary);
}

.m-require-003__detail {
    padding-top: 0;
}

.m-require-003__detail-row,
.m-require-003__detail-row:last-child {
    border-color: var(--primary-border);
}

.m-require-003__detail-ttl {
    color: var(--sub-txt);
}