@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

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-header-001__logo {
  padding: 16px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 9px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 68px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}
.img-headline {
  margin: 0 auto;
  height: 108px;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 76px;
  }
}
@media screen and (max-width: 374px) {
  .img-headline.sp {
    display: none;
  }
}

.img-headline.sp320 {
  display: none;
  height: 70px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}
/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
/* -------------------------------------------
仕事一覧 002
------------------------------------------- */
@media screen and (max-width: 1024px) {
  .m-works-002__item:first-child .m-works-002__item-inner {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .m-works-002__item:first-child .m-works-002__figure {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .m-works-002__item:first-child .m-works-002__detail {
    width: 100%;
  }
}

.m-works-002 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 0;
  }
}

.m-works-002 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-works-002 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-works-002__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-works-002__inner {
    padding: 0 20px;
  }
}

.m-works-002__items {
  margin: -10px;
  padding: 0;
}

.m-works-002__item {
  padding: 10px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__figure {
  min-height: 1px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__detail {
  flex: 1 0 auto;
}
.m-works-002__ttl-ja {
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .m-works-002__ttl-ja {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.m-works-002__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
評価制度 003
------------------------------------------- */
/* 色調整 */
.m-assessment-003 {
  /* background: #000 !important; */
  padding-top: 0;
}
.m-assessment-003__inner {
  max-width: 1080px;
}
.m-assessment-003 .c-headline-001__en {
  /* color: var(--primary); */
}

.m-assessment-003 .c-headline-001__ja {
  /* color: var(--primary); */
}

.m-assessment-003__list-item-inner {
  border-color: var(--primary-border);
}

.m-assessment-003__list-item-ttl-num {
  font-weight: 600;
  /* background: var(--primary-bg); */
  /* color: var(--primary-txt, #fff); */
}

.m-assessment-003__list-item-ttl-txt {
  /* color: var(--sub-txt); */
}

.m-assessment-003__list-item-desc-txt {
  /* color: var(--sub-txt); */
}

/* その他 */
.m-assessment-003 .c-headline-001 {
  padding: 0 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}
.m-assessment-003__list-item {
  padding: 40px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item {
    padding: 20px 20px 0;
  }
}

.m-assessment-003__list-item:nth-child(-n + 2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item:nth-child(2) {
    padding-top: 20px;
  }
}

.m-assessment-003__list-item-ttl:only-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-assessment-003__list-item-desc:only-child,
.m-assessment-003__list-item-ttl + .m-assessment-003__list-item-desc {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 0 20px 120px;
}
@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 0 20px 60px;
  }
}

.m-jobs-004__inner {
  max-width: 1000px;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 100%;
    max-width: 100%;
  }
}

.m-jobs-004__content-desc {
  color: #333;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 色調整 */
.m-message-002 {
  /* background: #000 !important; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: 0.5;
}

.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: 200px 40px;
}

@media screen and (max-width: 1024px) {
  .m-message-002__inner {
    padding: 100px 20px;
  }
}
@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 + .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;
}
/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding: 140px 0 20px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding: 40px 0;
  }
}
.m-gallery-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

.m-gallery-003__list-item {
  padding: 5px;
  width: 33.33%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}
/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  /* background: #f7f7f7 !important; */
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-ttl {
  /* color: #333; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
/* 色調整 */
.m-interview-004__nav-item-btn {
  /* background: #000; */
}

.m-interview-004__contents-section-detail-ttl {
  /* color: var(--sub-txt); */
}

.m-interview-004__contents-section-detail-content-txt-name {
  /* color: var(--sub-txt); */
}

/*その他*/
.m-interview-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 40px 0;
  }
}

.m-interview-004__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-headline-001 + .m-interview-004__nav {
  margin-top: -5px;
}

.m-interview-004__nav-item-btn {
  display: flex;
  flex-direction: column;
}

.m-interview-004__nav-item-figure {
  min-height: 1px; /* for IE */
}

.m-interview-004__nav-item-ttl-category {
  font-weight: 500;
}

.m-interview-004__nav-item-ttl-name {
  font-weight: 700;
}

.m-interview-004__nav-item-ttl-ruby {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 400;
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

.m-interview-004__contents-section-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-figure + .m-interview-004__contents-section-detail {
    margin-top: -60px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt:last-child {
  margin-bottom: 0;
}

.m-interview-004__contents-section-detail-content-txt-name {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

/* -------------------------------------------
改修パッチ（河田）
------------------------------------------- */
.m-require-003 {
}

.m-require-003__detail {
  padding-top: 0;
}

.m-require-003__detail-row,
.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 {
}
/* 「応募する」ボタン */
a[class^="m-require-"][class$="__entry-btn"] {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a[class^="m-require-"][class$="__entry-btn"]:hover {
  color: var(--primary-txt);
}

a[class^="m-require-"][class$="__entry-btn"]::before {
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
