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

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

@media screen and (min-width: 641px) {
  .spOnry {
    display: none;
  }

  /*------------------------------
#entryNav
------------------------------ */
  #entryNav {
    width: 1150px;
    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;
  }

  /*------------------------------
.entryContents h1
------------------------------ */
  .entryContents h1 {
    width: 1150px;
    height: 85px;
    margin: 0 auto;
    text-indent: -99999px;
    background: url(../img/tit_entry01_01.gif) no-repeat 14px 21px;
    position: relative;
  }
  .entryContents h1.entryTit05,
  .entryContents h1.entryTit06 {
    background: url(../img/tit_entry01_02.gif) no-repeat 14px 21px;
  }
  .entryContents h1 .titSub01 {
    width: 70px;
    height: 30px;
    background: no-repeat 0 0;
    display: block;
    position: absolute;
    left: 203px;
    top: 23px;
  }
  .entryContents h1.entryTit05 .titSub01,
  .entryContents h1.entryTit06 .titSub01 {
    left: 477px;
    top: 26px;
  }
  .entryContents .entryCate01 .titSub01 {
    background-image: url(../img/tit_entry02_01.gif);
  }
  .entryContents .entryCate02 .titSub01 {
    background-image: url(../img/tit_entry02_02.gif);
  }

  .entryContents h1 .titSub02 {
    width: fit-content;
    height: 20px;
    background: no-repeat 0 0;
    display: block;
    position: absolute;
    left: 290px;
    top: 27px;
  }
  .titSub02_text {
    font-size: 20px;
    text-indent: initial;
  }
  .entryContents .entryTit01 .titSub02 {
    background-image: url(../img/tit_entry03_01.gif);
    width: 160px;
  }
  .entryContents .entryTit02 .titSub02 {
    background-image: url(../img/tit_entry03_02.gif);
  }
  .entryContents .entryTit03 .titSub02 {
  }
  .entryContents .entryTit04 .titSub02 {
    background-image: url(../img/tit_entry03_04.gif);
  }
  .entryContents .entryTit08 .titSub02 {
    background-image: url(../img/tit_entry03_07.gif);
    width: 260px;
  }

  /* インターン用 */
  .entryContents .entryTit05 .titSub01 {
    background-image: url(../img/tit_entry02_03.gif);
    width: 140px;
  }
  .entryContents .entryTit06 .titSub01 {
    background-image: url(../img/tit_entry02_04.gif);
    width: 140px;
  }
  .entryContents > h1.entryCate03 .titSub02 {
    left: 357px;
  }
  .entryContents 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;
  }

  /*------------------------------
#stepList
------------------------------ */
  #stepList {
    height: 60px;
    background: #f5f5ed;
  }
  #stepList ol {
    width: 1170px;
    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;
  }
  #stepList ol li.end .step01 {
    color: #f5f5ed;
    text-indent: -99999px;
    position: relative;
    background: url(../img/icon_entry_04.gif) no-repeat 15px 50%;
  }

  /*------------------------------
.entryBox01
------------------------------ */
  #formid .entryBox01 {
    display: block !important;
    width: 1130px;
    margin: 30px auto 0;
    padding: 20px;
    background: #fff;
  }

  /*------------------------------
.entryTable
------------------------------ */
  .entryTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .entryTable th,
  .entryTable td {
    padding: 15px;
    line-height: 35px;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #d7d6cc;
  }
  /*インターンフォーム用*/
  .entryTable td p.firstSecond {
    display: inline-block;
    position: absolute;
  }
  .entryTable td .kiboubi {
    padding-left: 100px;
    margin-bottom: 20px;
  }
  .entryTable td.skillBox ul {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .entryTable td.skillBox label {
    width: 90px;
    width: auto;
    padding-right: 0;
  }
  .entryTable td.skillBox label.longTxt {
    width: 245.5px;
  }
  .entryTable td.skillBox label.longTxt2 {
    width: 95px;
  }
  span.lineThrough {
    text-decoration: line-through;
    border: none;
  }
  /*ここまで*/
  .entryTable th {
    width: 210px;
    border-right: 1px solid #d7d6cc;
    position: relative;
  }
  .entryTable th.formTbl01,
  .entryTable td.formTbl01 {
    padding-bottom: 0;
    border-bottom: none;
  }

  .entryTable input[type='text'],
  .entryTable select,
  .entryTable textarea {
    height: 35px;
    padding: 2px 8px;
    line-height: 29px;
    font-family: Meiryo UI, 'Open Sans', Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    border: 1px solid #dbdad0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fafaf6;
    box-sizing: border-box;
  }
  .entryTable textarea {
    height: auto;
    min-height: 35px;
    display: block;
    resize: vertical;
  }
  .entryTable textarea::-webkit-input-placeholder {
    color: #999;
  }
  .entryTable textarea:-ms-input-placeholder {
    color: #999;
  }
  .entryTable textarea::-moz-placeholder {
    color: #999;
  }
  .entryTable td.skillBox li {
    float: left;
    width: 200px;
  }
  .entryTable td.skillBox li.longText {
    float: left;
    width: 300px;
  }
  .entryTable input[type='radio'],
  .entryTable input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
  }
  .entryTable input[type='radio'] + label,
  .entryTable input[type='checkbox'] + label {
    padding: 0 30px;
    background: no-repeat 0 50%;
    display: inline-block;
    cursor: pointer;
  }
  .entryTable input[type='radio'] + label {
    background-image: url(../img/icon_entry_01_off.png);
  }
  .entryTable input[type='radio']:checked + label {
    background-image: url(../img/icon_entry_01_on.png);
  }
  .entryTable input[type='checkbox'] + label {
    background-image: url(../img/icon_entry_02_off.png);
  }
  .entryTable input[type='checkbox']:checked + label {
    background-image: url(../img/icon_entry_02_on.png);
  }

  .entryTable input.inputW[type='text'] {
    height: 45px;
    line-height: 39px;
    font-size: 20px;
    font-weight: bold;
  }

  .wtxt5em,
  .wtxt4em,
  .wtxt3em {
    display: inline-block;
  }
  .wtxt5em {
    width: 5em;
  }
  .wtxt4em {
    width: 4em;
  }
  .wtxt3em {
    width: 3em;
  }

  .ml5em {
    margin-left: 5em;
  }

  .box01 {
    margin-top: 15px;
  }
  .box02 {
    margin-top: 10px;
  }

  .w100 {
    width: 100%;
  }
  .w95 {
    width: 95%;
  }
  .w90 {
    width: 90%;
  }
  .w85 {
    width: 85%;
  }
  .w50 {
    width: 50%;
  }
  .w35 {
    width: 35%;
  }
  .w10 {
    width: 10%;
  }

  .w100px {
    width: 100px;
  }
  .w60px {
    width: 60px;
  }

  .entryTable th .required {
    width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #b53e15;
    display: block;
    position: absolute;
    right: 15px;
    top: 23px;
  }

  .entryTable dt {
    width: 5em;
    margin-top: 15px;
    clear: both;
    float: left;
  }
  .entryTable dt input[type='radio'] + label {
    padding-right: 0;
  }
  .entryTable dd {
    margin-top: 15px;
    float: left;
  }

  /*------------------------------
.entryBox02
------------------------------ */
  #formid .entryBox02 {
    width: 1170px;
    margin: 0 auto;
    padding: 40px 0 50px;
    float: none !important;
  }

  #submitBtn {
    width: 350px;
    height: 75px;
    padding: 0;
    margin: 0 0 0 auto;
    text-indent: -99999px;
    border: none;
    border-bottom: 5px solid #d6ad12;
    background: #edd605 url(../img/btn_submit_01.png) no-repeat 50% 50%;
    display: block;
    cursor: pointer;
  }
  #submitBtn:hover {
    border-bottom: 5px solid #edd605;
    background-color: #f7e800;
  }

  /* ===================================
input下のテキスト
=================================== */
  .txt {
    display: block;
    color: #333;
  }
}

/* ===================================
mail_domain_setting
=================================== */
#mail_domain_setting h3 {
  margin: 0 0 15px;
  line-height: 1.5;
  color: #614139;
  font-size: 15px;
  font-weight: bold;
}
#mail_domain_setting #setting {
  padding: 30px;
}
#mail_domain_setting #setting p {
  margin: 0 0 15px;
  line-height: 1.5;
}
#mail_domain_setting #setting .domain {
  padding: 10px 15px;
  border: 2px solid #e97313;
  border-radius: 5px;
  color: #ea7c23;
  font-size: 18px;
  font-weight: bold;
}
#email + p a {
  text-decoration: none;
  color: #2865ba;
}
#email + p a:hover {
  text-decoration: underline;
}
.hideModal {
  display: none;
}
.entryTable td .txt {
  padding: 5px 0;
  line-height: 25px;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  background-image: url(//secure.cbiz.co.jp/official/recruit/entry-form/img/btn_colorbox_01.png);
  background-size: 100%;
}
#cboxClose:hover {
  background-image: url(//secure.cbiz.co.jp/official/recruit/entry-form/img/btn_colorbox_02.png);
}


/* エントリー後の流れ - flowBox */
.flowBox {
  width: 1090px;
  margin: 40px auto 0;
  padding: 40px;
  background: #fff;
  position: relative;
  border: 1px solid #E9E5CD;
}

.flowTitle {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #4b332c;
  margin-bottom: 24px;
}


.processFlow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 46px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.flowStep {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  position: relative;
  overflow: visible;
  flex-grow: 1;
}

.flowStep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F0EDE4;
  clip-path: polygon(calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 0% 100%, 25px 50%, 0% 0%);
  z-index: 0;
}

.flowStep:not(:first-child) {
  margin-left: -15px;
}

.flowStep:first-child::before {
  clip-path: polygon(0% 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 0% 100%);

}
.flowStep:last-child::before {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 25px 50%);
}

.stepNumber,
.stepText {
  position: relative;
  z-index: 1;
}

.currentLocationBox,
.deadlineNoticeBox {
  z-index: 2;
}

.flowStep.step1 {
  flex-grow: 2;
}

.flowStep.step1::before {
  background: #EBD9A1;
}

.flowStep.step2 {
  flex-grow: 3;
}

.flowStep.step2::before {
  background: #F4EBD2;
}

.flowStep.step3,
.flowStep.step4 {
  opacity: 0.6;
}

.currentLocationBox {
  display: inline-block;
  padding: 4px 8px;
  border: 2px solid #A4A4A4;
  font-size: 16px;
  color: #4B332D;
  position: absolute;
  top: -45px;
  font-weight: 700;
}

.currentLocationBox::before,
.deadlineNoticeBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #A4A4A4 transparent transparent;
  translate: -50% 100%;
}

.currentLocationBox::after,
.deadlineNoticeBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.8px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.deadlineNotice {
  margin: 10px 0 25px;
  text-align: center;
  position: relative;
}

.deadlineNoticeBox {
  position: absolute;
  padding: 4px 8px;
  border: 2px solid #D6AE14;
  font-size: 16px;
  font-weight: 700;
  color: #4B332D;
  top: -45px;
}

.deadlineNoticeBox::before {
  border-color: #D6AE14 transparent transparent;
}

.deadlineNoticeBox .highlight {
  color: #B53E15;
}

.deadlineNoticeBox .onlyPC {
  white-space: nowrap;
}

.stepNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #4b332c;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
  flex-shrink: 0;
}

.stepText {
  font-size: 20px;
  font-weight: bold;
  color: #4b332c;
}


.flowNote {
  margin-bottom: 24px;
  text-align: left;
  font-size: 16px;
  color: #4B332D;
  line-height: 1.6;
}

/* 確認チェックボックス */
.flowConfirm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flowConfirm input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #F3F3EF;
  position: relative;
}

.flowConfirm input[type="checkbox"]:checked {
  background: #75B34D !important;
}

.flowConfirm input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.flowConfirm label {
  font-size: 20px;
  font-weight: 700;
  color: #4B332D ;
  cursor: pointer;
}