@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;
}
/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0;
  }
}

.m-project-002__ttl {
  font-weight: 700;
}

.m-project-002__lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__contents {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin-top: 30px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .m-project-002__contents-section:last-child .m-project-002__contents-section-detail {
    padding-bottom: 0;
  }
}
/* -------------------------------------------
プロジェクト紹介 005
------------------------------------------- */
.m-project-005__eyecatch {
  background-position: center;
}
.m-project-005__ttl {
  font-weight: 700;
}

.m-project-005__lead {
  font-weight: 500;
}
/* -------------------------------------------
インタビュー 004
------------------------------------------- */
@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding-bottom: 40px;
  }
}

.m-interview-004__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-headline-001 + .m-interview-004__nav {
  margin-top: -5px;
}

.m-interview-004__nav-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-interview-004__nav-item-figure {
  min-height: 1px; /* for IE */
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

.m-interview-004__nav-item-ttl-category {
  font-weight: 500;
}

.m-interview-004__nav-item-ttl-name {
  font-weight: 700;
}

.m-interview-004__nav-item-ttl-ruby {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 400;
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

.m-interview-004__contents-section {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section {
    margin-bottom: 40px;
  }
}

.m-interview-004__contents-section-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-figure+.m-interview-004__contents-section-detail {
    margin-top: -60px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt:last-child {
  margin-bottom: 0;
}

.m-interview-004__contents-section-detail-content-txt-name {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}






/* -------------------------------------------
追加調整
------------------------------------------- */
.m-header-001__btn-link-txt, .m-require-003__entry-btn {
  color: #282828 !important;
}
.m-project-005 {
  padding: 0;
}
.m-project-005 .c-headline-001 {
  display: none;
}
.m-project-005__inner {
  padding: 80px 0;
  background: #282828;
}
.m-project-005__contents-section-detail-content-txt {
  font-weight: 500;
}
.m-project-005__contents-section-detail-content-txt strong {
  font-weight: 700;
}
.m-project-002__member-item-figure {
  margin: 0 auto 20px;
}
.m-project-002__member-item-ttl-category {
  color: #ffffff;
}
.m-works-001 {
  background: #f1f8fd;
}
.m-gallery-003 .c-headline-001 {
  margin-bottom: 60px;
}
.m-interview-004, .m-project-002 {
  background: #101010 !important;
}
.m-project-002__member-item-figure {
  max-width: 205px;
}
.m-project-005__ttl, .m-project-005__contents-section-detail-ttl,
.m-interview-004__contents-section-detail-ttl, .m-interview-004__contents-section-detail-content-txt-name {
  color: var(--primary-bg, #333);
}
.m-interview-004__contents-section-detail {
  background: #282828;
  padding-bottom: 40px;
}
.m-interview-004__nav-item-btn {
  color: #ffffff;
  background: #282828;
}
.m-interview-004__nav-item-btn.is-active {
  color: #101010;
  background: var(--primary-bg, #333);
}
@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail {
    padding-bottom: 20px;
  }
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 30px;
  }
  .m-project-005__contents-section-detail-ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 370px) {
  .m-project-002__member-item-ttl-name {
    letter-spacing: 0;
  }
  .m-project-005__contents-section-detail-ttl {
    font-size: 1.7rem;
  }
}
.m-message-002__inner::before {
  opacity: .5;
}
/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003__detail-ttl{
  color: var(--primary-bg, #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);
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001 {
  margin-bottom: -80px; /* PCヘッダーの高さ */
  background: rgba(22, 22, 22, .7);
}

@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: 29px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 22px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 16px;
    }
}
.m-footer-001 {
  color: #ffffff;
  background: #101010;
}
.m-require-003__detail-flow-ttl-number {
color: #000;
}
.c-form__label-val.is-require {
color: #000;
}
.c-page-ttl-001 {
padding-top: 180px;
}
@media screen and (max-width: 767px) {
.c-page-ttl-001 {
padding-top: 88px;
}
}