@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
}

.m-header-001__logo {
  padding: 21px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 20px;
  }
}

.m-header-001__logo-link-img {
  max-height: 38px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 12px;
    font-size: 1.2rem;
    min-height: 60px;
  }
}

.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-require-002__entry-btn {
  border: 3px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-002__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-002__entry-btn::before {
  background: var(--primary);
}

/* フッター */
.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;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px){
  .m-works-001__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*.m-works-001__item:nth-of-type(2) .m-works-001__figure {
  padding: 75px 20px 95px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px){
  .m-works-001__item:nth-of-type(2) .m-works-001__figure {
    padding: 15px 15px 53px;
  }
}

.m-works-001__item:nth-of-type(2) .m-works-001__figure-img {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  vertical-align: top;
}*/

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-ja {
  padding-top: 6px;

}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

.m-works-001__ttl-en {
  letter-spacing: .15rem;
}

.m-works-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: .15rem;
  line-height: 1.5;
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px){
  .m-works-001__ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__detail {
    margin: -28px 0 0;
  }
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  margin: 80px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    margin: 40px 0 20px;
  }
}

.m-about-003__headline-txt {
  line-height: 1.5;
}

.m-about-003__desc-txt span {
  font-weight: 700;
  color: var(--primary);
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

.m-message-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__detail {
    padding: 20px 0 0;
  }
}

.m-message-004__figure-img {
  margin: auto;
}

.m-message-004__inner {
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 002
------------------------------------------- */
/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-row::before {
  background: var(--sub-bg);
  opacity: 1;
}

.m-require-002__detail-ttl {
  font-weight: 700;
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

@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;
  }
}
