/* ----------共通パッチ  START--------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,300&display=swap");
/* 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----------------- */
img[class$="figure-img"] {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025rem;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #231815;
}
@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;
  }
}
.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: 60px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo img {
    max-height: 40px;
  }
}

.m-header-001__btn-link {
  font-family: "Lato", sans-serif;
}

/* ----------kv & header END--------------- */
/* ----------module2 START----------------- */
.m-message-005 {
  padding: 80px 0;
}

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

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

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

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

@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;
  }
}
/* ----------module2 END------------------- */
/* ----------module3 START----------------- */
.m-jobs-005 {
  padding: 80px 20px;
}
.m-jobs-005 {
  background: #fcfae8;
}

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

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

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

.m-jobs-005__list-item-detail {
  background: var(--primary-border);
}
@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;
}
/* ----------module3 END------------------- */
/* ----------module4 START----------------- */
.m-culture-002 .c-headline-001__en {
  color: var(--primary);
}

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

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #231815;
}

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

.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: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 (min-width: 1025px) {
  .m-culture-002__list-item:first-child,
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .m-culture-002__list-item {
    padding: 12px 12px;
  }
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}
/* ----------module4 END------------------- */
/* ----------module5 START----------------- */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  background: var(--primary-border);
  opacity: 0.7;
}

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

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0 0;
    text-align: left;
  }
}
/* ----------module5 END------------------- */
/* ----------Requirements START------------ */
.c-module-container > section:nth-of-type(odd).m-require-003 {
  background: #fcfae8;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.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 #ccc9c0;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ccc9c0;
}

.m-require-003__detail-ttl {
  color: #231815;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #231815;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}
.m-footer-001 {
  background: #fff;
  color: #231815;
  opacity: 0.8;
}

/*エントリーボタン反転 _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------------- */
_:-ms-input-placeholder, :root .m-culture-002__list-item-detail-ttl {
padding: 18px 0 10px;
}