/* Lato font */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
.c-headline-001__en {
  font-family: "Lato", var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
}

.m-header-001__logo {
  /* padding: 20px 40px; */
  padding: 29px 40px 22.5px;
}
.m-header-001__logo-link-img {
  /* max-height: 30px; */
  max-height: 28px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 17px 15px 13px;
  }
  .m-header-001__logo-link-img {
    max-height: 30px;
  }
}

/* 募集要項の罫線の色確認 */
/* 英語タイトルの font-weight 注意 */

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* 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;
   }
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  /* background: #333; */
}

.m-message-001__headline-txt {
  color: #000;
}

.m-message-001__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-message-001__detail {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 20px 0;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__detail {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding-top: 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 0 20px 40px;
}

.m-jobs-005__list-item-detail-ttl {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 20px 20px;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  color: #333;
}

@media screen and (max-width: 767px){
    .m-jobs-005__content-ttl {
        font-size: 2.4rem;
      }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005 .c-headline-001__ja,
.m-jobs-005__content-desc {
  color: #333;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 背景画像の配置を変更したい場合に使用 */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  background: #656a6a;
  /* background: var(--primary); */
  /* opacity: .7; */
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }

  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    letter-spacing: .1rem;
  }
}

/* -------------------------------------------
募集要項 004
------------------------------------------- */
.m-require-004 {
  /* background: #f7f7f7 !important; */
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-004 .c-headline-001__en {
  /* text-transform: uppercase; */
  color: #000;
}

.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: #000;
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

.m-require-004__entry-btn {
  background-color: #dfdede;
  color: #000;
}

.m-require-004__detail-flow-ttl-number {
  background-color: #dfdede;
  color: #000;
}

/* -------------------------------------------
評価制度 005
------------------------------------------- */
.m-assessment-005 {
  /* color: #333; */
}

.m-assessment-005__list-item:last-child {
  padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
  .m-assessment-005__list-item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.m-assessment-005__list-item-figure {
  margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item-figure {
    margin: 0px 0 10px;
  }
}

.m-assessment-005__list-item-desc {
  padding: 0px 0 0;
}

/* フッター */
.m-footer-001 {
  background: #dfdede;
  color: #000;
}

/* -------------------------------------------
インタビュー 003
------------------------------------------- */
.m-interview-003 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .m-interview-003 {
    padding-top: 20px;
  }
}
.m-interview-003 .c-headline-001__ja,
.m-interview-003__contents-section-detail-ttl,
.m-interview-003__contents-section-detail-content-txt-block {
  color: #333;
}
.m-interview-003__contents-section-detail-content-txt-name {
  color: #666;
}
.m-interview-003__nav {
  justify-content: center;
}
.m-interview-003__nav-item-figure-img {
  vertical-align: bottom;
}
@media screen and (max-width: 1024px){
  .m-interview-003 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .m-interview-003 {
    padding-bottom: 0;
  }
}
