@charset "UTF-8";

/* 共通要素
========================================================================== */
.aside-entry {
  text-indent: -9999px;
}

.aside-entry .btn-wrap {
  visibility: hidden;
}

.content-cmn-width {
  width: 887px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .content-cmn-width {
    width: 100%;
    padding-bottom: 60px;
  }

  .aside-entry{
    background-size: cover;
    height: 280px;
  }
}

/* 募集要項
========================================================================== */
.txt-lead {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 700px;
  margin: 88px auto 137px;
}

/* タブ切り替え */
.tab-parent .hide {
  display: none;
}

.tab {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 78px;
}

.tab:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 4px;
  background: #fff;
  transform: rotateX(-50%);
}

.tab li {
  list-style: none;
  text-align: center;
  border-bottom: 5px solid #D5D5D5;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  padding-bottom: 20px;
  transition: all .2s ease;
}

.tab li:hover {
  cursor: pointer;
  color: #004EA8;
}

.tab li .txt-num {
  font-size: 16px;
  color: #D5D5D5;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: 25px;
  transition: all .2s ease;
}

.tab li .txt-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #D5D5D5;
  letter-spacing: 0.05em;
  transition: all .2s ease;
}

.tab .select {
  border-bottom: 5px solid #004EA8;
  color: #004EA8;
}

.tab .select .txt-num {
  color: #004EA8;
}

.tab .select .txt-ttl {
  color: #231F20;
}

@media screen and (min-width: 768px) {
  .tab li:hover {
    border-bottom: 5px solid #004EA8;
    color: #004EA8;
  }

  .tab li:hover .txt-num {
    color: #004EA8;
  }

  .tab li:hover .txt-ttl {
    color: #231F20;
  }

  .tab li a:hover {
    opacity: 1;
  }
}

.topicon div {
  width: 100%;
}

/* table */
.table-req {
  font-family: 'Noto Sans JP';
  width: 100%;
  margin-bottom: 80px;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-req tr {
  line-height: 1.85;
}

.table-req tr:last-child {
  border-bottom: solid 1px #CDCDCD;
}

.table-req th {
  vertical-align: top;
  border-top: solid 1px #CDCDCD;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #004EA8;
  letter-spacing: 0.08em;
  padding: 32px 60px;
  white-space: nowrap;
}

.table-req td {
  border-top: solid 1px #CDCDCD;
  font-weight: 400;
  padding: 32px 0 32px 20px;
}

/* 給与 */
.table-req .list-salary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

/*　注釈　*/
.table-req .txt-note {
  display: block;
  color: #666464;
  font-size: 12px;
  margin-top: 10px;
}

.box-mail-entry {
  background-color: #F7F7F7;
  max-width: 800px;
  padding: 60px 90px;
  margin: 0 auto 64px;
}

.box-mail-entry .ttl {
  font-size: 16px;
  font-weight: 400;
  color: #004EA8;
  letter-spacing: 0.13em;
  text-align: center;
  margin-bottom: 35px;
}

.box-mail-entry .list-text {
  list-style: none;
  letter-spacing: 0.08em;
  width: 400px;
  margin: 0 auto;
}

.box-mail-entry .list-text li {
  letter-spacing: 0.08em;
  border-bottom: solid 1px #C7C7C7;
  padding: 12px 60px;
}

.box-privacy {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.box-privacy input {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.box-privacy input+span {
  display: inline-flex;
  align-items: center;
  position: relative;
  vertical-align: top;
}

.box-privacy input+span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 4px 15px 0 0;
  border: 1px solid #707070;
  border-radius: 7px;
  background: #fff;
  box-sizing: border-box;
}

.box-privacy input+span:before {
  background: #fff;
}

.box-privacy input:checked+span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-right: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
  transform: rotate(45deg);
}

.box-privacy div {
  width: auto;
}

.box-privacy div a {
  text-decoration: underline;
}

.btn-cmn-03.btn-agree{
  max-height: 100%;
  padding: 25px;
}

.box-privacy .txt-err {
  opacity: 0;
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  color: #CC0000;
}

@media screen and (max-width: 767px) {
  .txt-lead {
    text-align: left;
    line-height: 2;
    font-size: 14px;
    max-width: 100%;
    margin: 22px auto 55px;
  }

  /* タブ切り替え */
  .tab {
    margin-bottom: 40px;
  }

  .tab:before {
    width: 2px;
  }

  .tab li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.6;
    padding-bottom: 10px;
  }

  .tab li:hover {
    cursor: pointer;
    color: #004EA8;
  }

  .tab li .txt-num {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #D5D5D5;
    font-weight: 700;
    letter-spacing: 0.07em;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .tab li .txt-ttl {
    font-size: 13px;
    font-weight: 500;
    color: #D5D5D5;
    letter-spacing: 0.05em;
  }

  .topicon div {
    width: 100%;
  }

  /* table */
  .table-req {
    font-size: 15px;
    width: 100%;
    margin-bottom: 50px;
  }

  .table-req tr {
    line-height: 1.85;
  }

  .table-req th {
    letter-spacing: 0.08em;
    padding: 17px 20px 17px 0;
    font-size: 14px;
  }

  .table-req td {
    font-weight: 400;
    padding: 17px 0;
    font-size: 13px;
  }

  /* 給与 */
  .table-req .list-salary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
  }

  /*　注釈　*/
  .table-req .txt-note {
    font-size: 11px;
    margin-top: 5px;
  }

  .box-mail-entry {
    background-color: #F7F7F7;
    max-width: 100%;
    padding: 40px 20px 50px;
    margin: 0 auto 40px;
  }

  .box-mail-entry .ttl {
    font-size: 14px;
    font-weight: 400;
    color: #004EA8;
    letter-spacing: 0.08em;
    text-align: left;
    margin-bottom: 25px;
  }

  .box-mail-entry .list-text {
    list-style: none;
    letter-spacing: 0.08em;
    width: 100%;
    margin: 0 auto;
  }

  .box-mail-entry .list-text li {
    letter-spacing: 0.08em;
    border-bottom: solid 1px #C7C7C7;
    padding: 8px 30px;
  }

  .box-privacy div {
    width: auto;
  }

  .box-privacy input+span:before {
    margin-top: 2px;
  }

  .box-privacy input:checked+span:after {
    top: 5px;
  }
}
