/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 8px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 15px 5%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 13px;
  }
}

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

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

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

.m-header-001__btn-link {
  font-family: 'Noto Serif',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #78c076;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

.m-footer-001 {
  background: #78c076;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 15px 0;
}

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

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 30px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .m-message-004::before {
    top: 0;
  }
}

.m-message-004__headline-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-004__headline-txt {
    letter-spacing: .2rem;
  }
}

.m-message-004__desc-txt {
  color: #333;
}

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

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  padding: 0 0 56px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-assessment-002 {
    padding: 0 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-002 {
    padding: 0 0 28px 0;
  }
}

.m-assessment-002__list-item-inner {
  border: 1px solid #ddd;
}

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

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
}

.m-assessment-002__list-item:nth-child(3) .m-assessment-002__list-item-figure-img {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item:nth-child(3) .m-assessment-002__list-item-figure-img {
    max-width: 100%;
  }
}

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

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 0 20px 40px 20px;
  /* background: #a69b86 !important; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-002 {
    padding: 0 20px 30px 20px;
  }
}

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

.m-jobs-002__content-desc {
  color: #333;
}

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

.m-jobs-002__list {
  justify-content: center;
}

.m-jobs-002__list-item-detail {
  margin-top: -35px;
}

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

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

.m-jobs-002__list-item-detail-job {
  font-size: 3.2rem;
  line-height: 1.15;
  word-break: break-word;
}

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

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

.m-jobs-002__list-item-detail-ttl {
  margin: 15px 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 15px 0;
  }
}

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

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding: 240px 0 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding: 80px 0 0 0;
  }
}

.m-about-002__background {
  top: 0;
}

.m-about-002__headline-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-about-002__headline-txt {
    font-size: 1.7rem;
  }
}

.m-about-002__desc-txt {
  padding-bottom: 0;
  color: #333;
}

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

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 0 0 80px 0;
}

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

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-require-003__detail {
    padding-top: 14px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-003__detail-ttl {
  /* color: #333; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

.m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary-bg);
}

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

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