/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 9px 38px;
  background: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 4px 15px;
    max-width: calc(100% - 100px);
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 62px;
}

@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: 35px;
}

@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;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
プロジェクト紹介 005
------------------------------------------- */
.m-project-005{
  padding: 0;
}

.m-project-005 .c-headline-001{
  display: none;
}

.m-project-005__eyecatch-inner{
  background: none;
}

.m-project-005__ttl {
  font-weight: 700;
}

.m-project-005__lead {
  font-weight: 500;
  max-width: 1000px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px){
  .m-project-005__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
プロジェクト紹介 001
------------------------------------------- */
.m-project-001{
  background: var(--sub-bg);
  padding: 80px 20px 40px;
}

@media screen and (max-width: 767px){
  .m-project-001{
    padding: 40px 0 20px;
  }
}

.m-project-001 .c-headline-001{
  display: none;
}

.m-project-001__member::before{
  background: #ddd;
}

.m-project-001__member-ttl{
  color: #999;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.m-project-001__lead{
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px){
  .m-project-001__lead{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.m-project-001__member-item-ttl{
  font-weight: 700;
}

.m-project-001__member-item-ttl-name{
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px){
  .m-project-001__member-item-ttl-name{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
お知らせ 005
------------------------------------------- */
.m-news-005__content{
  max-width: 1410px;
}

.m-news-005__list-item-figure{
  width: auto;
}

.m-news-005__slide{
  overflow: visible;
}

.m-news-005__list-item-content{
  background: var(--sub-bg);
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-content{
    padding: 30px 20px;
  }
}

.m-news-005__list-item-ttl-date{
  font-size: 17px;
  font-size: 1.7rem;
}

.m-news-005__list-item-ttl-txt{
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-ttl-date{
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-news-005__list-item-ttl-txt{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*新規追加*/
.m-news-005__list-item-figure-wrap{
  position: relative;
  /* z-index: 1; */
  width: 50%;
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-figure-wrap{
    width: 100%;
  }
}

.m-news-005__list-item-figure-text{
  text-align: left;
  margin: -90px 0 0 -10px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-figure-text{
    margin: -90px 0 0 0;
  }
}

.m-news-005__list-item-figure-text-en{
  display: inline-block;
  margin: 0 0 5px;
  padding: 4px 20px 0;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 2px;
  font-size: 2rem;
  letter-spacing: 4px;
  letter-spacing: .4rem;
  background: var(--primary-border);
  color: var(--primary-txt);
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-figure-text-en{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-news-005__list-item-figure-text-ja{
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 20px;
  background: var(--primary-border);
  font-size: 17px;
  font-size: 1.7rem;
  color: var(--primary-txt, #fff);
  letter-spacing: 4px;
  letter-spacing: .4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-news-005__list-item-figure-text-ja{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
メッセージ 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: .7;
}

.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;
}

/* 募集要項 */
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;
}

/* -------------------------------------------
募集要項 002
------------------------------------------- */
/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-row::before {
  background: var(--primary-border);
}

.m-require-002__detail-ttl {
  /* color: #333; */
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* フッター */
.m-footer-001 {
  color: #757679;
  background: var(--sub-bg);
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}