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

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

/*ロゴを上下中央に配置*/
.m-header-001__logo {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*sp時不自然な余白対策*/
@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

/* 募集要項の上余白調整 */
@media screen and (max-width: 767px){
.m-require-001__detail, .m-require-002__detail, .m-require-003__detail, .m-require-004__detail, .m-require-005__detail {
padding-top: 14px;
}
}

/* 選考スケジュールIE対応 */
_:-ms-fullscreen, :root .m-require-003__detail-flow-ttl-number, :root .m-require-004__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* 募集要項の本文 */
.m-require-003__detail-desc, .m-require-004__detail-desc {
  font-weight: 400;
}

/* 「応募する」ボタン */
.m-require-003__entry-btn {
  background: var(--primary-bg);
  color: #fff;
}

.m-require-003__entry-btn::before {
  background: rgba(17,17,17,0.2);
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.8);
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}
@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -60px);
 margin-bottom: -60px;
}
}

/* スマホサイズより位置を戻したい場合適用 */
@media screen and (max-width: 767px) {
  .m-header-001 {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
  }
} 

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

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

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

  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  /* background: #fff; */
}

.m-jobs-001__content-desc {
  color: #333;
}

.m-jobs-001__list-item-detail-ttl {
  background: #48cee6;
  color: #fff;
}

.m-jobs-001__list-item-detail-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 20px 0 0 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0 0 0 3%;
  padding: 40px 40px 40px 0px;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 3% 40px 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0 3% 0 0;
  padding: 40px 0px 40px 40px;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 40px 40px 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: inline-block; /*safariバグ対策*/
  padding: 10px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-jobs-001__list-item-detail-ttl {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 10px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  text-align: justify;
}
/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001__list-item-detail-ttl-txt {
  font-size: 1.8rem;
  color: #333;
}

.m-culture-001__list-item-detail-desc-txt {
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */

.m-message-003__desc-txt {
  padding-bottom: 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%;
  }
}


/*-----------------------------------------------------

custom

-----------------------------------------------------*/

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

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

/*-----------------------------------------------------
.m-culture-001
-----------------------------------------------------*/

.m-culture-001__list {
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.m-culture-001__list-item-detail-ttl {
  border-color: #000;
}

/*-----------------------------------------------------
.m-message-003
-----------------------------------------------------*/

.m-message-003 {
  padding-bottom: 80px;
  background: #f7f6f6;
}

@media screen and (max-width: 1024px) {
  .m-message-003 {
    padding: 80px 20px;
  }
}

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

/*-----------------------------------------------------
.m-require-003
-----------------------------------------------------*/

.c-module-container section.m-require-003 {
  background: #fff;
}

.c-headline-001__en {
  color: #000;
}

.m-require-003__detail-row {
  border-color: #000;
}

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