@charset "UTF-8";
@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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  color: var(--primary);

}

.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: 28px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 18px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 24px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 15px;
    }
}

.m-header-001__btn-link {
  background-color: #543f32;
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

@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"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}

[class$="__headline-txt"] {
  letter-spacing: .06rem;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
/* 色調整 */
.m-message-001 {
  background: var(--sub-bg) !important;
}

.m-message-001__headline-txt {
  /* color: var(--primary); */
}

.m-message-001__desc-txt {
  /* color: var(--sub-txt, #333); */
}

/* その他 */
.m-message-001 {
  padding: 80px 0;
}

@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;
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  /* background: #000 !important; */
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline {
    margin-bottom: 20px;
  }
}

.m-message-003__headline:only-child {
  margin-bottom: 0;
}

.m-message-003__headline-txt {
  font-weight: 700;
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt {
    padding: 0 0 24px;
  }
}

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
/* 色調整 */
.m-message-004 {
  /* background: #000 !important; */
}

.m-message-004::before {
  background: var(--primary-border);
}

.m-message-004__headline-txt {
  color: var(--primary);
}

.m-message-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}

.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__headline-txt {
  font-weight: 700;
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}

.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 20px 0 40px;
  }
}

.m-jobs-004 .c-headline-001 {
    margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 .c-headline-001 {
    margin: 0 0 20px;
  }
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  color: var(--primary);
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2.4rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 350px) {
  .m-jobs-004__content-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}


/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 20px 20px 40px;
  /* background: #fbf8e6 !important; */
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
   padding: 10px 20px 20px;
  }
}

.m-jobs-005 .c-headline-001 {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 .c-headline-001 {
    margin: 0 0 20px;
  }
}


.m-jobs-005__list-item-detail {
  background: var(--sub-bg);
  color: var(--primary);
}


.m-jobs-005__content-images {
  padding-top: 0;
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
}

@media screen and (max-width: 767px){
  .m-jobs-005__content-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__content-desc {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    letter-spacing: .1rem;
}

.m-jobs-005__list-item-detail-ttl {
    margin-top: 24px;
    font-weight: 500;
    font-size: 25px;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .m-jobs-005__list-item-detail-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 374px) {
    .m-jobs-005__list-item-detail-ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 767.01px) {
    .m-jobs-005__list-item-detail-desc {
        font-size: 16px;
        font-size: 1.6rem;
    }
}


/* -------------------------------------------
評価制度 001
------------------------------------------- */
/* 色調整 */
.m-assessment-001 {
  /* background: #000 !important; */
}

.m-assessment-001 .c-headline-001__en {
  /* color: var(--primary); */
}

.m-assessment-001 .c-headline-001__ja {
  color: var(--primary);
}

.m-assessment-001__list-item-ttl {
  border-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl-num2 {
  /* background: var(--primary-bg);
  /* color: var(--primary-txt, #fff); */
}

.m-assessment-001__list-item-ttl-txt {
  /* color: var(--sub-txt); */
}

.m-assessment-001__list-item-desc-txt {
  /* color: var(--sub-txt); */
}

/* その他 */
.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding-bottom: 30px;
  }
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

.m-assessment-001__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  background-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/* 画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /* max-width: 600px; */
  /* width: 100%; */
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 10px 0 0;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc,
.m-assessment-001__list-item-desc:only-child {
  padding-top: 0;
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
/* -------------------------------------------
質問 001
------------------------------------------- */
.m-faq-001 {
  padding: 80px 40px 60px;
}

@media screen and (max-width: 1024px) {
  .m-faq-001 {
    padding: 20px 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-faq-001 {
    padding: 10px 20px 30px;
  }
}

.m-faq-001 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-faq-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-faq-001__list-item-ttl {
  background: var(--sub-bg);
}

.m-faq-001__list-item-ttl-icon {
  flex-shrink: 0;
  background: var(--primary-border);
  font-weight: 500;
}

@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;
  color: var(--primary-border);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-txt {
    padding: 10px;
    letter-spacing: 1px;
    letter-spacing: .1rem;
  }
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
/* 色調整 */
.m-about-004 {
  background: var(--sub-bg) !important;
}

.m-about-004__headline-txt {
  color: var(--primary);
}

.m-about-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0;
  }
}

.m-about-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-about-004__detail {
    padding: 20px 10px 0;
  }
}

.m-about-004__headline {
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__headline {
    margin-bottom: 20px;
  }
}

.m-about-004__headline:only-child {
  margin-bottom: 0;
}

.m-about-004__headline-txt {
    font-weight: 700;
}

.m-about-004__headline + .m-about-004__desc {
  margin-top: -2px;
}

.m-about-004__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    padding-top: 24px;
    text-align: left;
  }
}

.m-about-004__desc-txt:first-child {
  padding-top: 0;
}

.m-require-001 .c-headline-001__en,
.m-require-001 .c-headline-001__ja {
    color: #543f32;
}

.m-require-001__detail-ttl {
	background-color: #4682b4;
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail {
  padding-top: 20px;
}

.m-require-001__detail-flow-ttl-number {
  background: #4682b4;
}

.m-require-001__entry-btn {
  background: #543f32;
}

.m-footer-001 {
  background: var(--sub-bg);
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-kv-002__movie video {
    max-height: 100%;
  }
}
.m-kv-002__movie::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://meikokeibi.itszai.jp/wp-content/uploads/2023/01/pg01-kvcatch-pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  .m-kv-002__movie::after {
    background-image: url("https://meikokeibi.itszai.jp/wp-content/uploads/2023/01/pg01-kvcatch-sp.png");
  }
}

.is-pg02 .m-kv-002__movie::after {
  background-image: url("https://meikokeibi.itszai.jp/wp-content/uploads/2023/01/pg02-kvcatch-pc.png");
}

@media screen and (max-width: 1024px) {
  .is-pg02 .m-kv-002__movie::after {
    background-image: url("https://meikokeibi.itszai.jp/wp-content/uploads/2023/01/pg02-kvcatch-sp.png");
  }
}

.m-kv-002__movie {
  height: calc(100vh - 80px);
}
 
@media screen and (max-width: 767px) {
  .m-kv-002__movie {
    height: calc(100vh - 52px);
  }
}
