body {
  color: #333;
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  color: #b81e1f;
}

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

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 25px 40px;
}
.m-header-001__logo-link-img {
  max-height: 26px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 26px;
  }
}
.m-header-001 {
  background: var(--primary-bg);
}
.m-header-001__btn-link {
  background: #b81e1f;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  background: var(--primary-bg) !important;
}

@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: 80px 30px;
  }
}

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

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

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

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

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

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 20px;
}

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

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list,
.m-culture-003__list-item {
  padding: 0;
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px;
}

@media screen and (max-width: 1024px){
  .m-culture-003__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

.m-culture-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-culture-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003__detail {
  background: #fff;
}

.m-message-003__desc-txt {
  padding-bottom: 10px;
  color: #333;
}

.m-message-003 {
  padding: 80px 20px;
}

.m-message-003__headline-txt {
  color: var(--primary-bg);
}

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

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    padding: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: 100%;
  }
}
.m-message-003__figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: 100%;
    margin: 0% 0 0 0%;
  }
}

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

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

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  /* background: var(--primary); */
  opacity: .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;
  }
}

/* -------------------------------------------
募集要項 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;
}

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

.m-require-003__detail-ttl {
  color: var(--primary-bg);
}

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

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

/* 募集要項 タイトル・コンテント間の幅 */
.m-require-003 .c-headline-001 {
  margin-bottom: 0;
}

.m-require-003__entry-btn {
  background: #b81e1f;
}