@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
  color: #333;
}

.m-header-001__logo {
  padding: 10px 3%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 45px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #fff;
  color: var(--sub-txt, #fff);
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
仕事内容（詳細）001
------------------------------------------- */
.m-work-001 {
  background: #ffffff !important;
}

#work001_qv9oVSgqU9 {
  padding: 0;
}

.m-work-001 + .m-work-001 {
  padding: 0 0 60px;
}

.m-work-001__ttl-en,
.m-work-001__ttl-ja {
  background: #245124 !important;
}

@media screen and (max-width: 767px) {
  .m-work-001 + .m-work-001 {
    padding: 0;
  }

  .m-work-001__inner {
    margin: 0 auto 40px;
  }
}

/* -------------------------------------------
評価制度001
------------------------------------------- */
.m-assessment-001__list-item-ttl {
  border: solid #ccc;
  border-width: 1px 0;
}

.m-assessment-001__list-item-ttl-num {
  background: #245124 !important;
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    width: 100%;
    padding: 12px 20px;
  }
}


/* -------------------------------------------
社風02
------------------------------------------- */
.m-culture-002 {
  background: #245124 !important;
}

.m-culture-002 .c-headline-001__en,
.m-culture-002 .c-headline-001__ja,
.m-culture-002__list-item-detail-ttl-txt,
.m-culture-002__list-item-detail-desc-txt {
  color: #fff !important;
}

.m-culture-002__list-item-detail-ttl {
  border: solid #ccc;
  border-width: 1px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-002__list-item {
    width: 100%;
    padding: 12px 20px;
  }
}

/* -------------------------------------------
メッセージ005
------------------------------------------- */
.m-message-005 {
  background: #245124 !important;
}

.m-message-005__headline-txt,
.m-message-005__desc-txt {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 0 0 40px;
  }

  .m-message-005__inner {
    padding: 0 20px;
  }

  .m-message-005__desc-txt {
    text-align: left;
  }
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@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;
  }
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0;
  background: #e5f3ec !important;
}

@media screen and (max-width: 1024px) {
  .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 {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list {
    padding: 0;
  }
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}


/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background-color: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 500;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #ccc;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ccc;
}

.m-require-003__detail-ttl {
  color: #333;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}



.c-headline-001__en {
  font-weight: 400;
}

.c-headline-001__ja,
.m-require-003 .c-headline-001__ja {
  font-weight: 900;
}

.m-kv-001 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-kv-001 {
    margin-bottom: 40px;
  }
}

.m-work-001__desc-txt {
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .m-work-001__desc-txt {
    margin: 16px 0 30px;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc {
    padding: 0 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc {
    padding: 0  0 10px;
  }
}