@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
}

.m-header-001__logo {
  padding: 29px 35px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 18px 17px;
  }
}

.m-header-001__logo-link-img {
  max-height: 22px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

/* フッター */
.m-footer-001 {
  color: var(--primary);
  background: var(--sub-bg);
}

.m-footer-001__copyright {
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
プロジェクト紹介 004
------------------------------------------- */
.m-project-004 {
  padding: 0;
}

.m-project-004 .c-headline-001 {
  margin: 0;
}

.m-project-004__eyecatch {
  margin: 0;
}

.m-project-004__ttl {
  line-height: 1.6;
}

.m-project-004__lead {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-project-004__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 80px 20px 40px;
}

@media screen and (max-width: 1024px) {
  .m-project-002 {
    padding: 80px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0 10px;
  }
}

.m-project-002 .c-headline-001 {
  display: none;
}

.m-project-002__ttl {
  line-height: 1.6;
}

.m-project-002__lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-project-002__member {
  max-width: 980px;
}

.m-project-002__member-item-ttl-name {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .m-project-002__member-item-ttl-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-project-002__contents-section-detail {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents-section-detail-content-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 80px 0 20px;
  background-color: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 40px 0 0;
  }
}

.m-interview-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-interview-004__nav-item-ttl {
  font-weight: 400;
}

.m-interview-004__nav-item-ttl-name {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-ttl {
  color: #333;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
  line-height: 1.5;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

.m-interview-004__contents-section-detail {
  background: var(--sub-bg);
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  background-position: 0 50%;
}

.m-message-002__inner {
  padding: 190px 40px 165px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 40px 40px;
  }
}

.m-message-002__inner::before {
  opacity: .7;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-message-002__headline-txt {
  line-height: 1.5;
}

/* -------------------------------------------
募集要項 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; */
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 80px 0;
  background-color: #f0f6e9 !important;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0 0;
  }
}

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-about-003__desc-txt {
    padding: 24px 0 0;
  }
}

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}
