@charset "UTF-8";
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

@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: 30px;
}

@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;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 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-footer-001 {
  background: var(--sub-bg);
  color: inherit;
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}

/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 72px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d546b7a4d673d3d/itszai1/img-headline.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 83px;
    background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d546b7a4d673d3d/itszai1/img-headline-sp.png");
  }
}

/* -------------------------------------------
KV
------------------------------------------- */
.m-kv-002__movie {
  height: 56.25vw;
}

.m-kv-002__movie video {
  max-height: 100%;
}

/* -------------------------------------------
募集要項 002
------------------------------------------- */
.m-require-002 {
  background: #fff !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

@media screen and (max-width: 350px) {
  .m-require-002__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-require-002__detail-row::before {
  background: var(--sub-bg);
  opacity: 1;
}

.m-require-002__detail-ttl {
  /* color: #333; */
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* -------------------------------------------
仕事内容（単体） 004 画像が4つ横並びの場合
------------------------------------------- */
.m-jobs-004 {
  padding: 120px 0;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 60px 0;
  }
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content {
  margin: 0;
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-004__content {
    margin-top: 50px;
  }
}

.m-jobs-004__content-ttl {
  font-weight: 700;
  padding: 0 40px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 767.1px) {
  .m-jobs-004__content-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    padding: 0 20px;
  }
}

.m-jobs-004__content-desc {
  padding: 0 40px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 {
  background: var(--sub-bg);
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .m-works-001 {
    padding: 60px 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-ja {
  padding: 6px 20px 4px;
}

@media screen and (min-width: 1024.1px) {
  .m-works-001__ttl-ja {
    font-size: 1.9rem;
  }
}

@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-works-001__desc-txt {
  padding-bottom: 0;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 767.1px) {
  .m-works-001__desc-txt {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
お知らせ05
------------------------------------------- */
.m-news-005 {
  background: #fff !important;
}

@media screen and (min-width: 1024.1px) {
  .m-news-005__content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .m-news-005__list-item-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.m-news-005__container:not(.swiper-container-initialized) ~ .m-news-005__controls,
.m-news-005__container:not(.swiper-container-initialized) ~ .m-news-005__pagination {
  display: none;
}

/* -------------------------------------------
動画003
------------------------------------------- */
.m-movie-003 {
  background: var(--sub-bg) !important;
}

.m-movie-003__container {
  padding: 90px 0;
}

@media screen and (max-width: 1024px) {
  .m-movie-003__container {
    padding: 8% 0;
  }
}

.m-movie-003__slide-link::before,
.m-movie-003__slide-link::after {
  content: none;
}

.m-movie-003__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border-color: #baa48d;
  background: #baa48d;
}
