@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: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .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: .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;
}







/* -------------------------------------------
追加調整
------------------------------------------- */
.m-about-003 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .m-about-003 {
    padding-top: 40px;
  }
  .m-about-003__detail {
    padding: 20px 0;
  }
  .m-jobs-005__content-desc,
  .m-message-005__desc-txt {
    text-align: left;
  }
  .m-message-005__images-item {
    padding: 0;
  }
}
@media screen and (max-width: 370px) {
}
.m-message-002__inner::before {
  opacity: .8;
}
.m-jobs-005, .m-require-003 {
  background: #f1f1f1 !important;
}
/* -------------------------------------------
募集要項
------------------------------------------- */
.c-headline-001__en {
  color: var(--sub-txt, #333);
}
.m-require-001__detail-ttl{
  color: var(--sub-txt, #333);
}
.m-require-001__detail-ttl {
  background: none;
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  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);
  background: #ffffff;
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001 {
  margin-bottom: -80px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -48px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}
.m-header-001__logo {
    padding: 16px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 28px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 18px;
    }
}
.m-footer-001 {
  color: var(--sub-txt, #333);
  background: #ffffff;
}
