/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

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-header-001__logo-link-img {
    display: block;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        display: none;
    }
}

.m-header-001__logo-link-img.is-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        display: block;
    }
}

 .m-header-001__logo {
    padding: 15px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 45px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 30px;
    }
} 

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
    border-color: var(--primary-border);
}

/* フッター */
.m-footer-001 {
  color: var(--sub-txt, #04a1af);
  background: #cce4f1;
}

/* 見出し下の余白設定 */
.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;
}

/* ----------module2 START----------------- */
.m-checkbox {
  padding: 100px 0;
  background: url("/wp-content/uploads/2022/06/pg01-ph01-scaled.jpg")
    no-repeat bottom/cover;
}

@media screen and (max-width: 767px) {
    .m-checkbox {
        background-position: 38% bottom;
    }
}

.check-box-headline {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 50px;
  font-weight: 700;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
   .check-box-headline {
  margin-bottom: 20px;
} 
}

.check-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.check-box__list-item-desc::before {
  display: inline-block;
  content: "";
  background: url("/wp-content/uploads/2022/06/check.png")
    no-repeat center/cover;
  width: 3.5rem;
  height: 3rem;
  margin: 0 10px 0 0;
}
.check-box__list-item-desc {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  text-align: left;
  line-height: 2.5;
  font-weight: 700;
}
.check-box__list-item {
  border: dashed #e6e6e6;
  border-width: 0 0 2px;
}
.check-box__list-item:last-child {
  border: none;
}
.check-box__detail {
  max-width: 500px;
  text-align: left;
  margin: 40px 0 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .check-box__inner {
        padding: 40px 0;
    }
  .check-box-headline {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（詳細） 003
------------------------------------------- */
.m-work-003 {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .m-work-003 {
    padding: 40px 0;
}
}
.m-work-003__inner {
    margin: 0 auto;
}
.m-work-003__head {
    margin: 0;
}
.m-work-003__head-inner {
    padding: 0;
    margin: 0;
}
.m-work-003__head-figure {
    margin: 0;
}
.m-work-003__desc-ttl-txt {
    background:linear-gradient(transparent 60%, #9db9de 60%);
    border: none;
    color: var(--sub-txt);
    font-weight: 500;
    font-size: 19px;
    font-size: 1.9rem;
}

.m-work-003__figure:not(:first-child){
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .m-work-003__figure:not(:first-child){
        margin-top: 40px;
    }
}

.m-work-003__desc-txt:last-child{
    margin-bottom: 0;
}
/* -------------------------------------------
インタビュー 001
------------------------------------------- */
@media screen and (max-width: 767px) {
    .m-interview-001 {
        padding-bottom: 10px;
    }
}

.m-interview-001 .c-headline-001 {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-interview-001__inner {
    padding: 0;
  }
}

.m-interview-001__nav-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.m-interview-001__nav-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.m-interview-001__contents {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .m-interview-001__contents {
    margin: 0;
    padding: 0 20px;
}
}

.m-interview-001__contents-card {
  min-height: 350px;
 }

.m-interview-001__contents-card-lead {
  font-weight: 400;
}

.m-interview-001__contents-section-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-interview-001__contents-section-detail-question {
  border-width: 1px;
}

@media screen and (max-width: 767px) {
    .m-interview-001__contents-section-detail-question {
  font-size: 1.6rem;
}
}

@media screen and (max-width: 1024px) {
    .m-interview-001__contents-section:nth-child(odd) .m-interview-001__contents-section-detail {
        padding-bottom: 30px;
}
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-interview-001__contents-card-figure {
  min-height: 280px;
}

@media screen and (max-width: 1024px) {
  .m-interview-001__contents-card-figure {
    min-height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-001__contents-card-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.m-works-001__ttl-en {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

_:-ms-fullscreen, :root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-ja {
  padding-top: 6px;

}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

.m-works-001__item:nth-child(3) .m-works-001__ttl-ja {
    padding: 0;
    margin-top: -0.5em;
    display: block;
}

/* -------------------------------------------
選考 005
------------------------------------------- */
.m-flow-005 {
    background: #cce4f1 !important;
}
.m-flow-005 .c-headline-001__ja {
    margin-bottom: 30px;

}

@media screen and (max-width: 767px) {
    .m-flow-005 .c-headline-001__ja {
        margin-bottom: 20px;
    }
}

.m-flow-005__list-item-ttl-txt {
    font-weight: 700;
}

.m-flow-005__list::after {
    opacity: 1;
}
/* -------------------------------------------
インタビュー 002
------------------------------------------- */
/* 色調整 */
.m-interview-002__contents-section-detail-ttl {
    color: var(--primary);
    border-bottom: solid 1px var(--primary);
}

.m-interview-002__contents-section-detail-intro {
  /* color: var(--sub-txt); */
}

/* その他 */
.m-interview-002 {
    padding: 80px;
}

@media screen and (max-width: 767px) {
    .m-interview-002 {
        padding: 40px 0;
    }
}

.m-interview-002.sub-bg .c-headline-001 {
    margin-bottom: 0;
}

.m-interview-002__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-interview-002__nav-item-btn {
    display: flex;
    flex-direction: column;
}

.m-interview-002__nav-item-figure {
    min-height: 1px; /* for IE */
}

.m-interview-002__nav-item-ttl {
    flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
    .m-interview-002__contents-section:last-child {
        margin: 0 -20px;
    }
}

@media screen and (min-width: 1024.1px) {
    .m-interview-002__contents-card-content {
        min-height: 260px;
    }
}

.m-interview-002__contents-section {
    margin-top: 80px;
}


@media screen and (max-width: 767px) {
    .m-interview-002__contents-section {
    margin-top: 40px;
}
}

.m-interview-002__contents-section + .m-interview-002__contents-section {
    margin-top: 80px;
}


@media screen and (max-width: 767px) {
    .m-interview-002__contents-section + .m-interview-002__contents-section {
    margin-top: 40px;
}
}

.m-interview-002__contents-section-detail {
    padding-bottom: 0;
}

.m-interview-002__contents-section-figure + .m-interview-002__contents-section-detail {
    margin-top: -60px;
}

.sub-bg .m-interview-002__contents-section-detail {
    background: #cce4f1;
}

.m-interview-002__contents-section-detail-ttl {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .m-interview-002__contents-section-detail-ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 374px) {
    .m-interview-002__contents-section-detail-ttl {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.m-interview-002__contents-section-detail-content-txt:not(:first-child) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .m-interview-002__contents-section-detail-content-txt:not(:first-child) {
    margin-top: 30px;
}
}

.m-interview-002__contents-section-detail-content-txt:last-child {
    margin-bottom: 0;
}

.m-interview-002__contents-section-detail-intro {
  font-weight: 700;
}

.m-interview-002__contents-section-detail-content-txt-block {
    font-weight: 500;
}

.m-interview-002__contents-section-detail-content-txt-name {
    font-size: 2rem;
    border-bottom: solid 1px var(--primary);
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .m-interview-002__contents-section-detail-content-txt-name {
    font-size: 1.8rem;
}

}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  /* background: #e5f6ef; */
}

.m-jobs-001__content-desc {
  /* color: #333; */
  /* color: var(--primary); */
}

.m-jobs-001__list-item-detail-ttl {
  color: var(--primary);
}

.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@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 0;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
}

@media screen and (max-width: 767px) {
.m-jobs-001__list-item-detail-ttl {
  font-size: 1.8rem;
}
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
}

/*テキストを内側に寄せたい場合は削除*/
.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 0 40px 20px;
  }
}

@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 0%;
}

/*テキストを内側に寄せたい場合は削除*/
.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 20px 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;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

/*タブレットから縦並びの時*/
@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-detail-ttl {
  display: inline-block;
  background: var(--primary);
  color: var(--primary-txt);
  padding: 0.4em 0.8em;
  margin: 0 0 30px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 30px 0px 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    padding: 15px 0px 20px !important;
  }
}

/* -------------------------------------------
質問 001
------------------------------------------- */
.m-faq-001 {
  padding: 80px 40px 60px;
  background: #cce4f1 !important;
}

@media screen and (max-width: 1024px) {
  .m-faq-001 {
    padding: 80px 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-faq-001 {
    padding: 40px 20px 30px;
  }
}

.m-faq-001__list-item-ttl {
  background: var(--sub-bg);
}

.m-faq-001__list-item-ttl-icon {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-content {
    padding: 20px 10px 10px;
  }
}

.m-faq-001__list-item-ttl-txt {
  padding: 10px 10px 10px 20px;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-txt {
    padding: 10px;
  }
}


/* -------------------------------------------
選考 002
------------------------------------------- */
.m-flow-002 {
    background: #cce4f1 !important;
}

.m-flow-002__list-item-ttl {
    background: #fff;
}
.m-flow-002__list-item::after {
    content: none;
}
.m-flow-002__list-item-desc {
    border-bottom: none;
}

.m-flow-002__list-item-ttl-num {
    font-weight: 400;
}

.m-flow-002__list-item-ttl-txt {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"],
  .m-work-003__desc-ttl-txt {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja{
    letter-spacing: 0.02rem;
  }
}

.sub-bg {
    background: #cce4f1 !important;
}