@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

a:not([class]) {
  text-decoration: underline;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.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;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 15px 40px;
}
.m-header-001__logo-link-img {
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 7.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 35px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 50px;
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-kv-001 {
    margin-top: -50px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  background: var(--sub-bg) !important;
}

.m-jobs-001__content-desc {
  /* color: #333; */
  /* color: var(--primary); */
}

.m-jobs-001__list-item-detail-ttl {
  color: var(--primary);
}

.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0 0 0 3%;
  padding: 40px 0;
}

.m-jobs-001__list-item-detail-job {
  font-weight: 400;
  line-height: 1.1;
  padding: 0.3em 0.5em 0.1em;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    font-size: 2.2rem;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0 3% 0 0;
  padding: 40px 0%;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail-ttl {
  line-height: 1.6;
}

/* -------------------------------------------
仕事単体 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 80px 20px 0;
  }
}
.m-culture-003 + .m-jobs-004 {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .m-culture-003 + .m-jobs-004 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 20px;
  }
}

.m-jobs-004__content-images {
  padding: 0;
  margin: 0 -40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-004__content-images {
    margin: 0 -20px;
  }
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin: 50px 0 35px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2.3rem;
    margin: 30px 0 20px;
    letter-spacing: 0.1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 0 0;
  }
}

.m-culture-003 .m-culture-003__inner {
  padding: 0 40px;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .m-culture-003 .m-culture-003__inner {
    padding: 0 20px;
  }
}

.m-culture-003__list {
  padding: 0;
  margin: 0 0 -40px;
}
.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list {
    margin: 0 0 -25px;
  }
  .m-culture-003__list-item {
    padding: 0 0 25px;
  }
}

.m-culture-003__list-item-detail {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail {
    padding: 10px 0 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border-color: var(--primary-border);
  padding: 7px 0;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
動画 002
------------------------------------------- */
.m-movie-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-movie-002 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-movie-002__list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-movie-002__list-item-movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }

  .m-movie-002__list-item-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}

.m-movie-002__list-item-desc-txt {
  margin-bottom: 0;
}

.m-movie-002__list-item-content {
  background: var(--sub-bg);
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
/* 色調整 */
.m-message-004 {
  /* background: #000 !important; */
}

.m-message-004::before {
  /* background: var(--primary-bg, #04a1af); */
}

.m-message-004__headline-txt {
  /* color: var(--primary); */
}

.m-message-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-004 {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

.m-message-004__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-message-004__inner {
    padding: 0 20px;
  }
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}

.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}

.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  /* background: #000 !important; */
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@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);
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline {
    margin-bottom: 20px;
  }
}

.m-message-003__headline:only-child {
  margin-bottom: 0;
}

.m-message-003__headline-txt {
  font-weight: 700;
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt {
    padding: 0 0 24px;
  }
}

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
動画 003
------------------------------------------- */
.m-movie-003 {
  background: var(--sub-bg) !important;
}

.m-movie-003__container {
  padding: 90px 0;
}

.m-jobs-001 + .m-movie-003 .m-movie-003__content {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-movie-003__container {
    padding: 8.5% 0;
  }
}

.m-movie-003__pagination .swiper-pagination-bullet {
  border-color: #5a5a5a;
  background: transparent;
}

.m-movie-003__pagination .swiper-pagination-bullet-active {
  background: var(--primary-bg);
  border: none;
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
/* 色調整 */
.m-message-005 {
  /* background: #000 !important; */
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
}

.m-message-005__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-005 {
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__images {
  margin: -5px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin: -2.5px 0;
  }
}

.m-message-005__images-item {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd):last-child {
    padding-right: 2.5px;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

.m-message-005__detail {
  padding: 40px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 20px 0;
  }
}

.m-message-005__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline {
    margin-bottom: 20px;
  }
}

.m-message-005__headline:only-child {
  margin-bottom: 0;
}

.m-message-005__headline + .m-message-005__desc {
  margin-top: -2px;
}

.m-message-005__headline-txt {
  font-weight: 700;
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    padding-bottom: 24px;
    text-align: left;
  }
}

.m-message-005__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 色調整 */
.m-message-002 {
  /* background: #000 !important; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: 0.8;
}

.m-message-002__headline-txt {
  /* color: var(--primary); */
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}

.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-message-002__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 24px 0 0;
  }
}

.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}
/* 追加 */
/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  padding-bottom: 0;
  /*background: #000 !important; */
}

.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding-bottom: 30px;
  }
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
  border-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/*画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /*max-width: 600px; */
  /*width: 100%; */
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 10px 0 0;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc,
.m-assessment-001__list-item-desc:only-child {
  padding-top: 0;
}

.m-assessment-001__list-item-desc-txt {
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-figure {
    padding: 0;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
}

.m-require-003__detail-row {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-ttl {
  font-weight: 700;
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-flow-ttl-number {
}

.m-require-003__entry-btn {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
}

/* フッター */
.m-footer-001 {
}

/* フォント */
.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.3rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
}

.img-headline-movie {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 72px;
  background-image: url("https://chitose.itszai.jp/wp-content/uploads/2022/05/headline-movie.png");
}

@media screen and (max-width: 767px) {
  .img-headline-movie {
    height: 55px;
    background-image: url("https://chitose.itszai.jp/wp-content/uploads/2022/05/headline-movie-sp.png");
  }
}

@media screen and (max-width: 374px) {
  .img-headline-movie {
    height: 52px;
    background-image: url("https://chitose.itszai.jp/wp-content/uploads/2022/05/headline-movie-sp320.png");
  }
}
