@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;
  }
}
/* -------------------------------------------
評価制度 003
------------------------------------------- */
.m-assessment-003 {
  /*background: #000 !important; */
}

.m-assessment-003 .c-headline-001 {
  padding: 0 20px;
}

.m-assessment-003__list-item {
  padding: 40px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item {
    padding: 20px 20px 0;
  }
}

.m-assessment-003__list-item:nth-child(-n + 2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 20px;
  }
}

.m-assessment-003__list-item-inner {
  border-color: var(--primary-border);
}

.m-assessment-003__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-003__list-item-ttl-num {
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
}

.m-assessment-003__list-item-ttl-txt {
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-assessment-003__list-item-desc:only-child,
.m-assessment-003__list-item-ttl + .m-assessment-003__list-item-desc {
  padding-top: 0;
}

.m-assessment-003__list-item-desc-txt {
  /*color: var(--sub-txt); */
}
/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 20px;
  /* background : var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 20px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list {
  padding: 0;
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding-bottom: 30px;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item-detail {
    padding: 20px 0 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  font-weight: 700;
  border-bottom: solid 1px var(--primary-border, #dddddd);
  /* color: var(--primary);*/
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.4rem;
  }
}
/* -------------------------------------------
プロジェクト紹介 005
------------------------------------------- */
.m-project-005__ttl {
  font-weight: 700;
}

.m-project-005__lead {
  font-weight: 500;
}
/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.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;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}


@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}

@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;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@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: 1024px) {
  .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-job {
  font-weight: 700;
  padding-top: 4px;
}

.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;
  color: var(--primary);
}

@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-ttl {
  color: var(--sub-txt, #333);
}
.m-project-005 {
  padding: 0;
}
.m-project-005 .c-headline-001 {
  display: none;
}
.m-culture-003__list-item-detail-ttl {
  border-color: #b9b9b9;
}
.m-assessment-003 {
  background-color: var(--sub-bg, #f2f2f2);
}
.m-assessment-003__list-item-ttl-num {
  font-weight: 400;
}
.m-assessment-003__list-item-ttl-txt {
  font-weight: 700;
  color: var(--primary-bg, #333);
}
.m-require-001, .m-assessment-003 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 370px) {
  .m-project-005__ttl {
    letter-spacing: 0;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.c-headline-001__en {
  text-transform: uppercase;
}
.m-require-001__detail-ttl{
  color: #ffffff;
}
.m-require-001__detail-ttl {
  background: var(--primary-bg, #333);
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  color: #ffffff;
  background: #787f92;
  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);
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001__logo {
    padding: 20px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 4px 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 40px;
    }
}
.m-footer-001 {
  color: #ffffff;
  background: var(--primary-bg, #333);
}
