@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
  background-color: var(--sub-bg);
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: var(--primary-border);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -80px);
  margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -50px);
    margin-bottom: -50px;
  }
}

.m-header-001__logo {
  padding: 28px 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 16px 22px;
  }
}

.m-header-001__logo-link-img {
  max-height: 24px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 18px;
  }
}

.m-header-001__btn-link {
  font-size: 18px;
  font-size: 1.8rem;
  background: var(--primary);
}

@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: 500;
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.g-pagetop-btn::before {
  background: var(--primary-bg);
}

/* フッター */
.m-footer-001 {
  background: var(--primary);
}

.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: 12px;
  font-size: 1.2rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

.page-id-3 .m-header-001 {
  position: sticky;
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px){
  .m-works-001__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

_:-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;
  }
}

_:-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-works-001__ttl-en {
  letter-spacing: .15rem;
}

.m-works-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: .15rem;
  line-height: 1.5;
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px){
  .m-works-001__ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-works-001__detail {
  margin: 0;
}

/* -------------------------------------------
1日の仕事の流れ 005
------------------------------------------- */
.m-schedule-005 {
  background: var(--primary-border);
}

.m-schedule-005__inner {
  max-width: 1008px;
}

.m-schedule-005__list-item-inner {
  background: #f2f2f2;
}

.m-schedule-005__list-item-time-icon {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-schedule-005__list-item-time-icon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-schedule-005__list-item-time {
  min-width: 130px;
  background: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-schedule-005__list-item-time {
    min-width: 116px;
  }
}

.m-schedule-005__list-item-time-txt {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-schedule-005__list-item-time-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-schedule-005__list-item-ttl {
  color: #333;
}

.m-schedule-005__list-item-desc {
  color: #333;
}

.m-schedule-005__list-item:last-child{
  padding-bottom: 0;
}

.m-schedule-005__list-item-figure {
  max-width: 580px;
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0 56px;
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0 16px;
  }
}

.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-width: 0 0 1px;
  border-color: var(--primary-border);
}

.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;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001__detail {
  padding-top: 20px;
}

.m-require-001__detail-ttl {
  background: var(--primary);
}

.m-require-001__detail-desc {
  font-weight: 500;
  background: var(--primary-border);
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail-flow-ttl-number {
  background: var(--primary);
}

@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;
  }
}
