@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;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
  }
}

body {
  color: var(--sub-txt, #333);
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
}
.c-headline-001__ja {
  font-weight: 700;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 25px 40px;
}
.m-header-001__logo-link-img {
  max-height: 28px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 28px;
  }
}

.m-header-001__btn-link {
  background: #f7d31a;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0 80px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 20px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 20px 20px 10px;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px 40px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail-job {
    line-height: 1.4em;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -56px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}

.m-jobs-002__list-item-detail-job {
  line-height: 1.1em;
  font-weight: 600;
}
.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: .8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
}

@media screen and (max-width: 374px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.2rem;
  }
}

/* -------------------------------------------
ギャラリー005
------------------------------------------- */
.m-gallery-005 {
  background: #fff !important;
}

.m-gallery-005__list-item-figure-caption {
  background: #f8f8f8;
}

.m-gallery-005__list-item-figure-caption-ttl {
  font-weight: 700;
}

.m-gallery-005__list-item-figure-caption-txt {
  color: #999;
  font-weight: 500;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-gallery-005__list-item {
    margin-bottom: 0;
  }
  .m-gallery-005__list-item:first-child {
    padding-top: 0;
  }
  .m-gallery-005__list-item:last-child {
    padding-bottom: 0;
  }
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  background: var(--sub-bg);
}

.m-welfare-001 .c-headline-001__en {
  /* color: #333; */
}

.m-welfare-001__list-item-inner {
  border: 1px solid #ddd;
  /* background: #000; */
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:last-child {
    padding-bottom: 0;
  }
}

/* 番号の背景色の変更を行いたい場合に使用 */
.m-welfare-001__list-item-ttl-num {
  font-weight: 400;
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 2rem;
  }
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc {
    padding-top: 5px;
  }
}

.m-welfare-001__list-item-desc-txt {
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
}

.m-welfare-001 .c-headline-001 {
  /* margin-bottom: 10px; */
}
@media screen and (max-width: 767px) {
  .m-welfare-001 .c-headline-001 {
    margin-bottom: 10px;
  }
}
.m-welfare-001__desc-txt {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .m-welfare-001__desc-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* -------------------------------------------
募集要項 004
------------------------------------------- */
.m-require-004 {
  background: #fff !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-004 .c-headline-001__en {
  text-transform: uppercase;
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-004__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-004__detail-ttl {
  /* color: #333; */
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-004__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* 募集要項 タイトル・コンテント間の幅 */
.m-require-004 .c-headline-001 {
  margin-bottom: 0;
}

/* 「応募する」ボタン */
.m-require-004__entry-btn {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-004__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}