@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
.single-post_recruit {
  color: var(--sub-txt);
  background-color: var(--sub-bg);
}

/* ヘッダー */
.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px;
  }
}

.m-header-001__logo {
  padding: 0;
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 12px;
    font-size: 1.2rem;
    min-height: 50px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05rem;
  color: var(--primary-bg);
}

.c-headline-001__ja {
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.g-pagetop-btn::before {
  background: var(--primary-bg);
}

/* フッター */
.m-footer-001 {
  color: var(--sub-txt);
  background: var(--primary-txt);
}

.m-footer-001__copyright {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

.page-id-3 .m-footer-001 {
  background: var(--sub-bg);
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__headline {
  color: var(--sub-txt);
}

.m-message-001__headline-txt {
  line-height: 1.5;
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__desc-txt {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  color: var(--primary-txt);
  padding: 80px 20px;
  background: var(--primary);
}

@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;
  }
}

/* -------------------------------------------
選考 002
------------------------------------------- */
.m-flow-002__inner {
  max-width: 1040px;
}

.m-flow-002__list {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-flow-002__list {
    margin: 30px 0 0;
  }
}

.m-flow-002__list-item-ttl {
  background: var(--primary-txt);
}

.m-flow-002__list-item-ttl-num {
  width: 100px;
  min-width: 100px;
  background: var(--primary);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-flow-002__list-item-ttl-num {
    width: 80px;
    min-width: 80px;
  }
}

.m-flow-002__list-item-ttl-txt {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-flow-002__list-item-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 10px;
  }
}

.m-flow-002__list-item-desc {
  border-bottom: 1px solid var(--primary-border);
}

.m-flow-002__list-item-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-flow-002__list-item-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-flow-002__list-item:nth-child(1) .m-flow-002__list-item-ttl-num::after {
  content: "8:30";
}

.m-flow-002__list-item:nth-child(2) .m-flow-002__list-item-ttl-num::after {
  content: "9:00";
}

.m-flow-002__list-item:nth-child(3) .m-flow-002__list-item-ttl-num::after {
  content: "12:10";
}

.m-flow-002__list-item:nth-child(4) .m-flow-002__list-item-ttl-num::after {
  content: "12:55";
}

.m-flow-002__list-item:nth-child(5) .m-flow-002__list-item-ttl-num::after {
  content: "17:05";
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  color: var(--primary-txt);
  padding: 80px 0 56px;
  background: var(--primary) !important;
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-001 .c-headline-001 {
    margin: 0 0 6px;
  }
}

.m-culture-001__list {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border: solid var(--primary-txt);
  border-width: 0 0 1px;
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-detail-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list-item {
    width: 100%;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

.m-message-003__inner {
  max-width: 1640px;
}

@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 {
  background: var(--primary);
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__headline-txt {
  line-height: 1.5;
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.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: 10px;
  }
}

.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(--sub-txt);
}

.m-require-003__detail-desc {
  font-weight: 400;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  background: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     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;
  }
}

.is-pg02 .m-flow-002__list-item:nth-child(1) .m-flow-002__list-item-ttl-num::after {
  content: "8:00";
}

.is-pg02 .m-flow-002__list-item:nth-child(2) .m-flow-002__list-item-ttl-num::after {
  content: "9:00";
}

.is-pg02 .m-flow-002__list-item:nth-child(3) .m-flow-002__list-item-ttl-num::after {
  content: "12:00";
}

.is-pg02 .m-flow-002__list-item:nth-child(4) .m-flow-002__list-item-ttl-num::after {
  content: "12:50";
}

.is-pg02 .m-flow-002__list-item:nth-child(5) .m-flow-002__list-item-ttl-num::after {
  content: "17:00";
}