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

@media screen and (max-width: 640px) {
  /*------------------------------
#entryNav
------------------------------ */
  #entryNav,
  .onlyPC {
    display: none;
  }

  /*------------------------------
.entryContents h1
------------------------------ */
  .entryContents h1 {
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #4b332c;
    position: relative;
  }
  .entryContents h1 .titSub01 {
    width: 36px;
    height: 16px;
    margin-left: 10px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    background: #e97313;
    display: inline-block;
  }
  .entryContents .entryCate02 .titSub01 {
    background: #d2a860;
  }
  .entryContents h1 .titSub02 {
    font-size: 13px;
    margin-left: 5px;
  }

  /* インターン */
  .entryContents > h1.entryCate03 .titSub01 {
    width: 90px;
  }

  /* 20230516追加「エントリー」のタイトルを画像からテキストに変更 */
  .titEntry {
    display: flex;
    align-items: center;
  }
  .titEntryText {
  }
  .titIcon {
    min-width: 36px;
    height: 16px;
    margin-left: 10px;
    padding: 0 5px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    background: #e97313;
    display: inline-block;
  }
  .titSubText {
    font-size: 13px;
    margin-left: 5px;
  }
  .titIconNew,
  .titIconMid,
  .titIconContract {
    letter-spacing: 0;
  }
  /* 新卒カラー */
  .titIconNew {
    background: #e97313;
  }
  /* 中途カラー */
  .titIconMid {
    background: #d2a860;
  }
  /* 契約社員カラー */
  .titIconContract {
    background: #a9bb42;
  }

  /*------------------------------
#stepList
------------------------------ */
  #stepList {
    height: 35px;
    background: #f5f5ed;
  }
  #stepList ol {
    padding-top: 10px;
  }
  #stepList ol li {
    height: 15px;
    padding: 0 20px 0 10px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #cbcabd;
    float: left;
    position: relative;
  }
  #stepList ol li:after {
    content: '';
    width: 6px;
    height: 10px;
    background: url(../img/icon_entry_05_off.gif) no-repeat 0 0;
    background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    position: absolute;
    right: 0;
    top: 2px;
  }
  #stepList ol li.stepList02 {
    padding-right: 0;
  }
  #stepList ol li.stepList02:after {
    display: none;
  }
  #stepList ol li .step01,
  #stepList ol li .step02 {
    display: none;
  }
  #stepList ol li.active {
    color: #4b332c;
  }
  #stepList ol li.active:after {
    background-image: url(../img/icon_entry_05_on.gif);
  }

  /*------------------------------
.entryBox01
------------------------------ */
  .entryBox01 {
    margin: 10px;
    background: #fff;
  }

  /*------------------------------
.entryTable
------------------------------ */
  .entryTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .entryTable th,
  .entryTable td {
    padding: 10px;
    line-height: 35px;
    vertical-align: top;
    text-align: left;
    color: #333;
    display: block;
  }
  /*インターンフォーム用*/
  .entryTable td p.firstSecond {
    display: inline-block;
    position: absolute;
  }
  .entryTable td .kiboubi {
    padding-left: 85px;
    margin-bottom: 10px;
  }
  .entryTable td.skillBox label {
    width: 110px;
    font-size: 13px;
  }
  .entryTable td.skillBox label.longTxt {
    width: 210px;
  }
  .entryTable td.skillBox label.longTxt.spShort {
    width: 110px;
  }
  span.lineThrough {
    text-decoration: line-through;
    border: none;
  }
  /*ここまで*/
  .entryTable th {
    padding-bottom: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
    color: #412c27;
    position: relative;
  }
  .entryTable th br {
    display: none;
  }
  .entryTable td {
    padding-left: 20px;
    padding-bottom: 25px;
    font-size: 14px;
    border-bottom: 1px solid #d7d6cc;
  }
  .entryTable td.skillBox ul {
    margin: 0 0 15px;
  }
  .entryTable th.formTbl01,
  .entryTable td.formTbl01 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .entryTable td.skillBox label {
    width: 110px;
    font-size: 13px;
  }
  .entryTable td.skillBox li {
    display: inline-block;
  }
  .entryTable input[type='text'],
  .entryTable select,
  .entryTable textarea {
    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: 120px;
    min-height: 35px;
    display: block;
    resize: vertical;
  }

  .entryTable input[type='radio'],
  .entryTable input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
  }
  .entryTable input[type='radio'] + label,
  .entryTable input[type='checkbox'] + label {
    padding: 0 20px 0 30px;
    background: no-repeat 0 50%;
    background-size: 24px;
    -webkit-background-size: 24px;
    display: inline-block;
    cursor: pointer;
  }
  .entryTable input[type='radio'] + label {
    background-image: url(../img/icon_entry_06_off.png);
  }
  .entryTable input[type='radio']:checked + label {
    background-image: url(../img/icon_entry_06_on.png);
  }
  .entryTable input[type='checkbox'] + label {
    background-image: url(../img/icon_entry_07_off.png);
  }
  .entryTable input[type='checkbox']:checked + label {
    background-image: url(../img/icon_entry_07_on.png);
  }

  .entryTable .formTbl02 input[type='checkbox'] + label {
    width: 50%;
    padding-right: 0;
    float: left;
    box-sizing: border-box;
  }
  .entryTable .formTbl02 span {
    padding-top: 10px;
    line-height: 16px;
    font-size: 12px;
    color: #4b332c;
    display: block;
    clear: both;
  }
  .entryTable .formTbl03 br {
    display: none;
  }
  .entryTable .formTbl03 input[type='checkbox'] + label {
    width: 100%;
    box-sizing: border-box;
  }

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

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

  .box01 {
    margin-top: 15px;
  }

  .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;
  }

  .spw100 {
    width: 100%;
  }
  .spw80 {
    width: 80%;
  }
  .spw75 {
    width: 75%;
  }
  .spw70 {
    width: 70%;
  }

  .spw70px {
    width: 70px;
  }
  .spw40px {
    width: 40px;
  }

  .spmt10 {
    margin-top: 10px;
  }

  .entryTable th .required {
    height: 16px;
    padding: 0 2px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #b53e15;
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
  }

  .entryTable dt {
    margin-top: 15px;
  }
  .entryTable dd {
    margin-left: 20px;
  }

  /*------------------------------
.entryBox02
------------------------------ */
  .entryBox02 {
    margin: 0 auto;
    padding: 10px 20px 30px;
  }

  #submitBtn {
    width: 100%;
    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_02.png) no-repeat 50% 50%;
    background-size: 150px 40px;
    -webkit-background-size: 150px 40px;
    display: block;
    cursor: pointer;
  }

  /* ===================================
input下のテキスト
=================================== */
  .txt {
    line-height: 1.6;
    display: block;
    padding: 10px 0 0;
    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;
  }

  /* エントリー後の流れ - flowBox */
  .flowBox {
    width: auto;
    padding: 24px 10px;
    border-right: none;
    border-left: none;
    margin: 20px 10px;
  }

  .flowTitle {
    text-align: center;
    font-size: 18px;
  }

  .processFlow {
    flex-direction: column;
    padding-top: 0;
    row-gap: 8px;
  }

  .flowStep {
    width: calc(100% - 158px);
    padding: 12px 16px;
    justify-content: flex-start;
    margin-left: 126px !important;
  }

  .flowStep::before {
    clip-path: none !important;
  }

  .stepNumber {
    width: 17px;
    height: 17px;
    font-size: 12px;
  }

  .stepText {
    font-size: 14px;
  }

  .currentLocationBox,
  .deadlineNoticeBox {
    top: 50%;
    transform: translateY(-50%);
    left: -126px;
    font-size: 13px;
    padding: 7px 14px;
  }

  .currentLocationBox {
    line-height: 1;
  }

  .deadlineNoticeBox {
    line-height: 1.4;
  }

  .deadlineNoticeBox .onlySP {
    margin-bottom: -2px;
  }

  .currentLocationBox::before,
  .deadlineNoticeBox::before {
    left: unset;
    bottom: unset;
    right: 0;
    top: 50%;
    translate: 100% -50%;
    border-width: 10px 0 10px 10px;
  }

  .currentLocationBox::before {
    border-color: transparent transparent transparent #A4A4A4;
  }

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

  .currentLocationBox::after,
  .deadlineNoticeBox::after {
    left: unset;
    bottom: unset;
    right: 0;
    top: 50%;
    translate: 100% -50%;
    border-width: 7.8px 0 7.8px 7.8px;
    border-color: transparent transparent transparent #ffffff;
  }

  .flowNote {
    font-size: 15px;
  }

  .flowConfirm {
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto;
  }

  .flowConfirm input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin-left: auto;
  }

  .flowConfirm label {
    font-size: 16px;
  }
  .flowConfirm .formError {
    order: 1;
    grid-column: 1 / -1;
  }
}

.hideModal {
  display: none;
}
