@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: calc(100% - 100px);
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  /* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background: #000 !important; */
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: 0.5;
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}

.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-message-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 24px 0 0;
  }
}

.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}
/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__headline {
  margin-bottom: 20px;
}

.m-message-001__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  /* color: var(--sub-txt, #333); */
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}
/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  /*background: #000 !important; */
}

.m-assessment-002__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__inner {
    padding: 0 20px;
  }
}

.m-assessment-002__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item {
    padding-bottom: 20px;
  }
}

.m-assessment-002__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-002__list-item-inner {
  border-color: var(--primary-border);
}

.m-assessment-002__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-002__list-item-ttl-num {
  font-weight: 400;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.m-assessment-002__list-item-desc:only-child,
.m-assessment-002__list-item-ttl + .m-assessment-002__list-item-desc {
  padding-top: 0;
}

/*画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-002__list-item:nth-child(2) .m-assessment-002__list-item-figure-img {
  /*max-width: 70%; */
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item:nth-child(2) .m-assessment-002__list-item-figure-img {
    /*max-width: 100%; */
  }
}

.m-assessment-002__list-item-desc-txt {
  /*color: var(--sub-txt); */
}
/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0;
  /* background: var(--primary) !important; */
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0;
  }
}

.m-culture-001__inner {
  max-width: 1480px;
}

.m-culture-001__list {
  padding: 0 8px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.m-culture-001__list {
  margin: -12px auto;
}

.c-headline-001 + .m-culture-001__list {
  margin: -12px auto;
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list {
    margin-bottom: 0;
  }

  .c-headline-001 + .m-culture-001__list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list-item {
    padding: 30px 15px 0;
  }
  .m-culture-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  font-weight: 700;
  border-color: var(--primary-border, #04a1af);
  /* color: var(--primary); */
}

.m-culture-001__list-item-detail-ttl:only-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-detail-desc {
  /* color: var(--primary); */
}

.m-culture-001__list-item-detail-desc-txt {
  text-align: justify;
}
/* -------------------------------------------
仕事内容（単体） 003
------------------------------------------- */
.m-jobs-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-003 {
    padding: 40px 0;
  }
}

.m-jobs-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__inner {
    padding: 0 20px;
  }
}

.m-jobs-003__content {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content-desc {
    text-align: left;
  }
}

.m-jobs-003__list {
  margin: -20px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list {
    margin: -10px;
  }
}

.m-jobs-003__list-item {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item {
    padding: 10px;
  }
}

.m-jobs-003__list-item-inner {
  height: 100%;
}

.m-jobs-003__list-item-detail {
  background: #f7f7f7;
}

.m-jobs-003__list-item-detail-job {
  font-weight: 600;
}

.m-jobs-003__list-item-detail-ttl {
  font-weight: 500;
}

/* custom */
.m-jobs-003__inner {
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .m-jobs-003__list-item {
    width: 100%;
  }

  .m-jobs-003__list-item-figure {
    padding-top: 60%;
  }
}

/* -------------------------------------------
追加調整
------------------------------------------- */
.m-jobs-003 {
  background: #ffffff !important;
}
.m-culture-001__list-item {
  max-width: 340px;
  width: 33%;
  padding: 12px !important;
  margin-bottom: 20px;
}
.m-culture-001__list {
  max-width: 1200px;
}
.m-message-002__inner::before {
  opacity: 0.5;
}
strong {
  font-weight: 700;
}
.c-headline-001__ja {
  color: #193b06;
  font-weight: 500;
}
.m-assessment-002__list-item-ttl-num {
  background: #a8ca00;
}
.m-message-001__desc-txt,
.m-assessment-002__list-item-ttl-txt,
.m-assessment-002__list-item-desc-txt,
.m-culture-001__list-item-detail-ttl-txt,
.m-culture-001__list-item-detail-desc,
.m-jobs-003__content-desc,
.m-jobs-003__list-item-detail * {
  color: #193b06;
}
.m-jobs-003__list-item-detail {
  background: #f5f9ef;
}
.m-assessment-002__list-item-figure-img {
  max-width: 945px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-culture-001__list-item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
}
.m-jobs-003__list-item-detail-job {
  color: var(--primary-bg, #333);
}
/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-001 {
  background: var(--sub-bg, #333) !important;
}
.m-require-001__detail-ttl {
  color: var(--primary-bg, #333);
}
.m-require-001__detail-ttl {
  background: none;
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  color: #193b06;
  background: none;
  opacity: 1;
}
.m-require-001__detail-row:first-child,
.m-require-001__detail-row {
  border: none;
}
.m-require-001__detail-row:last-child {
  border: none;
}
.m-require-001 .c-headline-001__ja {
  color: var(--sub-txt, #333);
}
.m-require-001__detail-row:nth-of-type(odd) {
  background: #e4efae;
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001__logo {
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 14px 15px;
  }
}
.m-header-001__logo-link-img {
  max-height: 32px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    max-height: 22px;
  }
}
.m-footer-001 {
  color: var(--sub-txt, #333);
  background: #ebf3c3;
}
