body {
  color: #161616;
}

img {
  vertical-align: bottom;
}

.m-header-001__logo {
  /* padding: 20px 40px; */
  padding: 13px 40px;
}
.m-header-001__logo-link-img {
  /* max-height: 30px; */
  max-height: 56px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 8px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 33px;
  }
}

.c-headline-001__en,
.c-headline-001__ja {
  color: #ee932d;
}
.c-headline-001__en {
  font-weight: 400;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* 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 {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, .9);
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -82px);
  margin-bottom: -82px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -49px);
    margin-bottom: -49px;
  }
}

/* スマホサイズより位置を戻したい場合適用 */
/* @media screen and (max-width: 767px) {
  .m-header-001 {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
  }
} */

/* @media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
} */

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  /* background: #333; */
  background: url(https://souei.itszai.info/wp-content/uploads/2021/06/pg01-ph01-scaled.jpg) center/cover no-repeat;
}

.m-message-001__headline-txt {
  color: #fff;
}

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

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

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #fff;
}

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

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

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

.m-jobs-001__content-desc {
  color: #161616;
}

.m-jobs-001__list-item-detail-ttl {
  background: var(--primary);
  color: #fff;
}

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

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

.m-jobs-001__list {
  padding: 20px 0 0 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 40px 40px 0px;
}

/*テキストを内側に寄せたい場合は削除*/
.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 3% 40px 15px;
  }
}

@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 0px 40px 40px;
}

/*テキストを内側に寄せたい場合は削除*/
.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 40px 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;
  }
}

.m-jobs-001__list-item-detail-ttl {
  /* padding: 0 10px; */
  padding: .4em 1em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5em;
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-jobs-001__list-item-detail-ttl {
  padding-top: 8px;
}

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

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

/*タブレットから縦並びの時*/
@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-jobs-001__list-item-figure::before {
  padding: 65% 0 0;
}
.m-jobs-001__content {
  margin: 0;
}

/* -------------------------------------------
評価制度 005
------------------------------------------- */
.m-assessment-005 {
  /* color: #333; */
}
.c-module-container>section:nth-of-type(odd).m-assessment-005 {
  background: var(--primary-bg);
}

/* .m-assessment-005__list-item:last-child {
  padding-bottom: 0%;
} */

@media screen and (min-width: 1025px) {
  /* .m-assessment-005__list-item:nth-last-child(2) {
    padding-bottom: 0;
  } */
}

.m-assessment-005__list-item-figure {
  margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item-figure {
    margin: 0px 0 10px;
  }
}

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

.m-assessment-005__list-item-ttl-txt,
.m-assessment-005__list-item-desc-txt {
  color: #132143;
}

.m-assessment-005__list {
  justify-content: center;
}

.m-assessment-005__list-item-desc-txt {
  padding-bottom: 1.2em;
}

.m-assessment-005__list-item-inner {
  background: #dedede;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 背景画像の配置を変更したい場合に使用 */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  background: #ee932d;
  /* background: var(--primary); */
  opacity: .6;
}

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

  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  /* background: #f7f7f7 !important; */
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

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

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

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

.m-require-003__detail-ttl {
  color: #132143;
}

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

/* フッター */
.m-footer-001 {
  background: #ee932d;
  color: #fff;
}


