/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 30px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 20px;
}

@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: 20px;
}

@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: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.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: 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: -50px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
動画 002
------------------------------------------- */
.m-movie-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-movie-002 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-002__list {
    padding: 0;
  }
}

.m-movie-002__list-item-movie {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
}

.m-movie-002__list-item-movie:after {
  /* content:""; */
  display: block;
  padding-top: 56.25%;
}

.m-movie-002__list-item-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}

@media screen and (max-width: 1024px) {
  .m-movie-002__list-item-movie iframe {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .m-movie-002__list-item-content {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-002__list-item-content {
    padding: 40px 20px;
  }
}

.m-movie-002__list-item-movie-sample {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-movie-002__list-item-ttl-txt {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-movie-002__list-item-ttl-txt {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-movie-002__list-item-ttl-txt {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
}

.m-movie-002__list-item-desc-txt {
  margin: 0;
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 {
  background-color: transparent !important;
}

.m-works-001__desc-txt {
  padding-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-works-001__desc-txt {
    font-size: 1.4rem;
  }
}

@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;
  }
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-en {
    letter-spacing: 0.3rem;
  }
}

_:-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-ja {
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    margin-bottom: 0;
  }
}

_:-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;
  }
}

.m-gallery-004 {
  padding: 0;
}

.m-require-003 {
  background-color: transparent !important;
}
