@charset "utf-8";
/* CSS Document */

/* フッターの要素非表示 */
#footJob,
#footContentsBnr,
#footPickupBlog,
#footContentsBnr02,
#footContentsBnr03,
#footEntry,
#cmBnr {
  display: none;
}

@media screen and (min-width: 641px) {
  /*------------------------------
#entryPrivacy
------------------------------ */
  #entryPrivacy {
    padding-bottom: 60px;
  }
  #entryPrivacy > h1 {
    width: 980px;
    height: 85px;
    margin: 0 auto;
    text-indent: -99999px;
    background: url(../img/tit_entry01_01.gif) no-repeat 14px 21px;
    position: relative;
  }
  #entryPrivacy h1.entryTit05,
  #entryPrivacy h1.entryTit06 {
    background: url(../img/tit_entry01_02.gif) no-repeat 14px 21px;
  }
  #entryPrivacy > h1 .titSub01 {
    width: 70px;
    height: 30px;
    background: no-repeat 0 0;
    display: block;
    position: absolute;
    left: 203px;
    top: 23px;
  }
  #entryPrivacy .entryCate01 .titSub01 {
    background-image: url(../img/tit_entry02_01.gif);
  }
  #entryPrivacy .entryCate02 .titSub01 {
    background-image: url(../img/tit_entry02_02.gif);
  }
  #entryPrivacy .entryCate03 .titSub01 {
    background-image: url(../img/tit_entry02_03.gif);
    width: 140px;
  }
  #entryPrivacy > h1 .titSub02 {
    width: 160px;
    height: 20px;
    background: no-repeat 0 0;
    display: block;
    position: absolute;
    left: 290px;
    top: 27px;
  }
  #entryPrivacy > h1.entryCate03 .titSub02 {
    left: 357px;
  }
  #entryPrivacy .entryTit01 .titSub02 {
    background-image: url(../img/tit_entry03_01.gif);
  }
  #entryPrivacy .entryTit02 .titSub02 {
    background-image: url(../img/tit_entry03_02.gif);
  }
  #entryPrivacy .entryTit03 .titSub02 {
    background-image: url(../img/tit_entry03_03.gif);
  }
  #entryPrivacy .entryTit04 .titSub02 {
    background-image: url(../img/tit_entry03_04.gif);
  }
  #entryPrivacy .entryTit08 .titSub02 {
    width: 300px;
    background-image: url(../img/tit_entry03_07.gif);
  }
  /* インターン用 */
  #entryPrivacy .entryTit05 .titSub01 {
    background-image: url(../img/tit_entry02_03.gif);
    width: 140px;
  }
  #entryPrivacy .entryTit06 .titSub01 {
    background-image: url(../img/tit_entry02_04.gif);
    width: 140px;
  }
  #entryPrivacy > h1.entryCate03 .titSub01 {
    left: 477px;
    top: 26px;
  }
  #entryPrivacy > h1.entryTit07 {
    background-image: url(../img/tit_entry01_03.gif);
  }

  /* 20230516追加「エントリー」のタイトルを画像からテキストに変更 */
  .titEntry {
    display: flex;
    align-items: center;
    gap: 15px;
    background: none !important;
  }
  .titEntryText {
    height: 50px;
    color: #4b332c;
    font-size: 40px;
    font-weight: bold;
    text-indent: 0px;
  }
  .titIcon {
    color: #fff;
    text-indent: 0px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-width: 50px;
    width: auto;
    height: 30px;
    padding: 0 5px;
    letter-spacing: 1px;
  }
  .titSubText {
    display: flex;
    align-items: center;
    color: #4b332c;
    font-size: 22px;
    font-weight: bold;
    text-indent: 0px;
  }
  /* 新卒カラー */
  .titIconNew {
    background: #e97313;
  }
  /* 中途カラー */
  .titIconMid {
    background: #d2a860;
  }
  /* 契約社員カラー */
  .titIconContract {
    background: #a9bb42;
  }

  /*------------------------------
#entryNav
------------------------------ */
  #entryNav {
    width: 980px;
    height: 40px;
    margin: 0 auto;
  }
  #entryNav ul {
    padding-top: 6px;
    float: right;
  }
  #entryNav ul li {
    margin-left: 15px;
    float: left;
  }
  #entryNav ul li a {
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    /*letter-spacing: 1px;*/
    letter-spacing: 0;
    font-size: 13px;
    font-weight: bold;
    color: #4b332c;
    display: block;
  }
  #entryNav ul li.active a,
  #entryNav ul li a:hover {
    color: #d6ad12;
    border-bottom: 2px solid #d6ae12;
  }
  /*------------------------------
#stepList
------------------------------ */
  #stepList {
    height: 60px;
    background: #f5f5ed;
  }
  #stepList ol {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #stepList ol li {
    height: 20px;
    padding: 0 20px 0 24px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #cbcabd;
    float: left;
    position: relative;
  }
  #stepList ol li:after {
    content: '';
    width: 6px;
    height: 11px;
    background: url(../img/icon_entry_03.gif) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #stepList ol li.stepList01 {
    padding-left: 20px;
  }
  #stepList ol li.stepList01:after {
    display: none;
  }
  #stepList ol li .step01 {
    width: 50px;
    vertical-align: top;
    font-size: 10px;
    display: inline-block;
  }
  #stepList ol li.active {
    color: #4b332c;
  }
  #stepList ol li.active .step01 {
    color: #d2a75f;
  }
  /*------------------------------
#privacyBox
------------------------------ */
  #privacyBox {
    width: 960px;
    margin: 25px auto 0;
    color: #333;
    background: #fff;
  }
  /*------------------------------
#privacyWrap
------------------------------ */
  #privacyTitBox {
    background: #f0f0e5;
    padding: 25px 30px;
  }
  #privacyTitBox h1 {
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #4b332c;
  }
  #privacyTitBox p {
    line-height: 1.5;
    font-size: 14px;
    color: #333;
  }
  /*------------------------------
#privacyWrap
------------------------------ */
  #privacyWrap {
    height: 200px;
    margin: 0;
    padding: 10px 20px 0;
    overflow-y: scroll;
  }
  #privacyList01 {
    margin: 0;
  }
  #privacyBnr {
    width: auto;
  }
  #privacyTxt02 {
    margin: 0;
  }
  /*------------------------------
#submitTxt, #submitBtn
------------------------------ */
  #submitTxt {
    margin-top: 30px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
  }
  #submitBtn {
    width: 550px;
    margin: 10px auto 0;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    color: #412c27;
    border: 3px solid #412c27;
    background: #fff;
    display: block;
  }
  #submitBtn:hover {
    color: #d6ad12;
    border: 3px solid #d6ad12;
    background: none;
  }
  #submitBtn.noActive {
    pointer-events: none;
    opacity: 0.5;
  }

  /* 募集終了のとき */
  .submitBtnClose {
    width: 550px;
    margin: 60px auto 0;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    color: #999;
    border: 3px solid #999;
    background: #fff;
    display: block;
  }

  /*------------------------------
募集要項リンク
------------------------------ */
  .infoLinkBox {
    width: 960px;
    height: 67px;
    margin: 30px auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 6px 3px -3px #edece7;
    -webkit-box-shadow: 0px 6px 3px -3px #edece7;
    -moz-box-shadow: 0px 6px 3px -3px #edece7;
  }
  .infoLinkBox a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 67px;
  }
  .infoLinkBox a:hover {
    opacity: 0.7;
  }
  .infoLinkBox .infoCaution {
    font-size: 13px;
    color: #d6ac12;
    font-weight: bold;
  }
  .infoLinkBox .infoTit {
    font-size: 18px;
    color: #4b332c;
    font-weight: bold;
    margin-left: 10px;
  }
}
