/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
    color: #444;
}
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

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

.c-headline-001__en {
    font-weight: 400;
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* フッター */
.m-footer-001 {
  background: #fff;
  color: #9e9e9e;
}
  /* -------------------------------------------
メッセージ 005
------------------------------------------- */
.c-module-container>section:nth-of-type(odd).m-message-005 {
  background: #fff6ff;
}

.m-message-005 {
    padding: 80px 0;
    background: #fff6ff;
}

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

.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  color: var(--primary);
}

@media screen and (max-width: 767px){
    .m-message-005__headline-txt {
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 374px){
    .m-message-005__headline-txt {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0;
    }
}

.m-message-005__detail {
  padding: 60px 60px 0;
}

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

.m-message-005__desc-txt {
  padding-bottom: 0;
  color: #333;
}

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

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}
  /* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
}

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

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

@media screen and (max-width: 1024px){
    .m-jobs-001__list-item:first-child {
        padding-top: 0;
    }
}

.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: 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;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding: 4px 10px;
}

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

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

@media screen and (max-width: 374px) {
    .m-jobs-001__list-item-detail-ttl {
      font-size: 1.8rem;
    }
  }

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  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-message-003__detail {
  /*background: #000; */
}

.m-message-003__desc-txt {
  padding-bottom: 10px;
}

.m-message-003 {
    padding: 40px 0;
  }

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

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

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    padding: 0;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: 100%;
  }
}
.m-message-003__figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: 100%;
    margin: 0% 0 0 0%;
  }
}
/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001__list-item-ttl {
  border: solid #e3d6e3;
}

.m-assessment-001__list-item-ttl-txt {
  color: #333;
}

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

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

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

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding: 12px 24px;
  }
}

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

.m-assessment-001__list-item-figure {
    vertical-align: top;
}

.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
    max-width: 610px;
    width: 100%;
}

.m-assessment-001__list-item-figure + .m-assessment-001__list-item-desc {
    margin-top: 10px;
}

@media screen and (max-width: 767px){
    .m-assessment-001__list-item-ttl-txt {
        letter-spacing: .1rem;
    }
}
  /* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 背景画像の配置を変更したい場合に使用 */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* background: #333; */
  /* background: var(--primary); */
  /* opacity: .7; */
}
@media screen and (max-width: 767px){
    .m-message-002__headline-txt {
        letter-spacing: .2rem;
    }
}

@media screen and (max-width: 374px){
  .m-message-002__headline-txt {
      letter-spacing: 0;
      font-size: 22px;
      font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
  
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}
  /* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
    background: #fff6ff;
}

.m-require-003__detail-row, .m-require-003__detail-row:last-child {
    border-color: #e3d6e3;
    border-width: 1.4px 0;
}

  /* -------------------------------------------
応募フォーム
------------------------------------------- */
.page-id-9 .c-module-container {
    background: #fff6ff;
}
  /* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding-top: 80px;
  padding-bottom: 0;
}

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

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

.m-message-004__detail {
  padding-bottom: 20px;
}

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

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