/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 13px 40px 5px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding:12px 15px 8px;;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 47px;
}

@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: 28px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
.m-header-001__btn-link {
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;;
 font-weight: 400;
 color:var(--sub-txt);
}
/* 大見出し */
.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 {
  color:var(--primary-txt);
  font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  color: #fff;
  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-require-001__entry-btn-icon {
position: relative;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit .m-header-001 {
background: rgba(0, 0, 0, .2);
}
.m-header-001 + .m-kv-001 {
margin-top: -68px;
}
@media screen and (max-width: 767px) {
.m-header-001 + .m-kv-001 {
margin-top: -48px;
}
}


.privacy-policy .m-header-001 {
  background: var(--sub-txt);
}
/* -------------------------------------------
仕事内容（一覧） 005
------------------------------------------- */

.m-works-005__items {
  padding-top: 0;
  padding-bottom: 0;
}

.m-works-005__item-inner {
  background: var(--primary-bg, #04a1af);
  height: 100%;
}

/*n番目以降のアイテムの背景色*/
/*.m-works-005__item:nth-child(n + 3) .m-works-005__item-inner {
background: #ff0000;
}*/

.m-works-005__detail {
  font-weight: 400;
  background: transparent;
}

/*画像の縦横比調整*/
/*.m-works-005__figure::before {
padding-top: 106.25%;
}*/

.m-works-005 .c-headline-001__en {
  color:var(--primary-txt);
}
.m-works-005 .c-headline-001__ja {
  color: #fff;
}
.m-works-005__ttl {
  color:var(--sub-txt);
}
@media screen and (max-width: 767px) {
  .m-works-005__ttl {
    padding: 20px 0 30px;
  }
}
.m-works-005__ttl-en,.m-works-005__ttl-ja {
  font-weight: 400;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px;
  /* background: #000 !important; */
}

@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);
  }
}
.m-message-003__detail {
  color:var(--sub-txt);
}

@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;
  /* color: var(--primary); */
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
/* color: #fff; */
}

@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;
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */

.m-works-001 .c-headline-001__en {
  color:var(--primary-txt);
}
.m-works-001 .c-headline-001__ja {
  color: #fff;
}

.m-works-001__desc-txt {
  color: #fff;
  padding-bottom: 0;
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.m-works-001__detail {
  margin-top: -28px;
}

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin-top: -20px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

.m-works-001__ttl-en {
  color:var(--sub-txt);
}
.m-works-001__ttl-ja {
  color:var(--sub-txt);
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px){
  .m-works-001__ttl-ja {
    margin-bottom: 0;
    padding: 6px 10px 4px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-ja {
  padding-top: 6px;

}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

/* -------------------------------------------
プロジェクト紹介 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__member-item-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .m-project-002__member-item {
    width: 100%;
  }
  .m-project-002__member-item-desc {
    text-align: center;
  }
  .m-project-002__member-item-figure {
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
  }
}
.m-project-002__member-item-ttl-name {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .m-project-002__member-item-ttl {
    margin-top: 20px;
  }
}

.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;
  }
}
.m-project-002__member-list {
  justify-content: center;
}

.m-require-003__detail-ttl {
  color:var(--primary-txt);
}
.m-require-003__detail-desc {
  color: #fff;
}
.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn {
color:var(--sub-txt);
}
.m-footer-001 {
 background: #fff;
 color:var(--sub-txt);
}