@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&amp;display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
.single-post_recruit {
  color: var(--primary-txt);
}

/* ヘッダー */
.m-header-001 {
  background: var(--sub-bg);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 ,.m-header-001 + .m-kv-002{
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 ,.m-header-001 + .m-kv-002{
    margin-top: -50px;
  }
}

.m-header-001__logo {
  padding: 24px 30px;
}

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

.m-header-001__logo-link-img {
  max-height: 32px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}

.m-header-001__btn-link {
  color: var(--sub-txt);
  background: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 1.4rem;
    min-height: 50px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: var(--primary-txt);
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

/* フッター */
.m-footer-001 {
  background: var(--sub-bg);
  color: var(--sub-txt);
}

.single-post_recruit .m-footer-001 {
  background: var(--primary-txt);
}

.m-footer-001__copyright {
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 1.4rem;
  padding: 30px 0;
}

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

.m-kv-002__movie {
  height: 56.25vw;
}

.m-kv-002__movie video {
  max-height: 100%;
}
/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 60px;
  background-color: #224c5f !important;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 30px;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
  background: var(--sub-bg);
}

.m-message-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__detail {
    padding: 20px 0 0;
  }
}

.m-message-004__figure-img {
  margin: auto;
}

.m-message-004__inner {
  max-width: 1040px;
}

.m-message-004__headline-txt {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 80px 0;
  background: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0;
  }
}

.m-project-002 .c-headline-001 {
  display: none;
}

.m-project-002__ttl {
  line-height: 1.67;
  margin: 0 0 55px;
}

@media screen and (max-width: 767px) {
  .m-project-002__ttl {
    margin: 0 0 20px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
  color: var(--sub-txt);
  background: var(--primary-txt);
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 400;
}

.m-project-002__contents {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin: 0;
  }
}

@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__lead {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002__eyecatch {
    margin: 0 0 20px;
  }
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  background-color: #224c5f !important;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
  border-color: var(--primary-txt);
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding: 12px 24px;
  }
}

.m-assessment-001__inner {
  max-width: 1048px;
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  display: none;
}

.m-assessment-001__list-item-figure {
  padding: 25px 20px;
  background-color: var(--primary-txt);
}

.m-assessment-001__list-item-figure-img {
  width: 100%;
  max-width: 576px;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 20px;
  background-color: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 20px;
  }
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-004__content-desc {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  color: var(--primary-txt);
  background: var(--primary) !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-003__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-003__detail {
    padding-top: 14px;
  }
}

.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: var(--primary-border);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border);
}

.m-require-003__detail-ttl {
  color: var(--primary-txt);
}

.m-require-003__detail-desc {
  font-weight: 400;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  background: var(--primary-txt);
  color: var(--sub-txt);
}

.m-require-003__entry-btn {
  background: var(--primary-txt);
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}
