/* ----------共通パッチ  START--------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

:root {
  --altColor: #fff;
}


/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.sp320 {
  display: none;
}

@media screen and (max-width: 320px) {
  .sp320 {
    display: block;
  }
}

/* ----------共通パッチ END ----------------- */
/* ----------common  START----------------- */
body {
  color: var(--sub-txt, #000000);
}

img[class$="figure-img"] {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {

  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 320px) {

  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

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

/* ----------common  END------------------- */
/* ----------kv & header START------------- */
.m-header-001__logo {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-header-001__logo img {
  max-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo img {
    max-height: 40px;
  }
}

.m-header-001__btn-link {
  font-family: 'Noto Serif JP', serif;
  color: #272626;
}

/* ----------kv & header END--------------- */
/* ----------module2 START----------------- */
.m-message-001 {
  padding: 85px 0 75px;
}

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

.m-message-001__detail {
  padding: 0 20px;
}

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

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

/* ----------module2 END------------------- */
/* ----------module3 START----------------- */
.m-jobs-005 {
  padding: 20px 20px;
}

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

.m-jobs-005__content-images {
  padding-top: 0;
}



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

@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__list-item-detail-job {
  word-break: break-word;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}

.m-jobs-005__list-item-detail-ttl {
  margin: 10px 0 20px;
}

/* ----------module3 END------------------- */
/* ----------module4 START----------------- */
.m-culture-002 .c-headline-001__en {
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl {
  border-color: var(--primary-border, #04a1af);
  border-width: 1px 0;
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: var(--sub-txt);
}

.m-culture-002__list-item-detail-desc-txt {
  color: #333;
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item:last-child .m-culture-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item:first-child {
  padding-top: 0%;
}

.m-culture-002__list-item:last-child {
  padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 0;
  }
}

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

.m-culture-002__list-item-figure-img {
  vertical-align: bottom;
}

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

@media screen and (max-width: 320px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

/* ----------module4 END------------------- */
/* ----------module5 START----------------- */
.m-message-005 {
  padding: 20px 0;
}


.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
  color: #333;
}

.m-message-005__detail {
  padding: 60px 60px 0;
}

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

.m-message-005__desc-txt {
  padding-bottom: 0;
  color: #333;
}

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

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }

  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

/* ----------module5 END------------------- */
/* ----------Requirements START------------ */
.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; */
}

/* .m-footer-001 {
  background: #fff;
  color: #333;
} */

/*エントリーボタン反転 _003*/
.m-require-003__entry-btn::before {
  background: var(--primary);
}

.m-require-003__entry-btn {
  background-color: var(--primary-txt);
  border: 2px solid var(--primary);
  color: var(--primary);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

/*エントリーボタン反転_004*/
/* .m-require-004__entry-btn::before {
  background: var(--primary);
}
.m-require-004__entry-btn {
  background-color: var(--sub-bg);
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-004__entry-btn:hover {
  color: var(--sub-bg);
} */
/* ----------Requirements END------------- */