.require {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .require {
    margin-bottom: 60px;
  }
}
.require .ttlWrap {
  width: 100%;
  text-align: center;
  height: 100px;
  vertical-align: middle;
  display: table;
  margin-bottom: 40px;
}
.require .ttlWrap.newC {
  background-color: #6565dd;
}
.require .ttlWrap.careerC {
  background-color: #cf3b73;
}
@media screen and (max-width: 768px) {
  .require .ttlWrap {
    height: 60px;
    margin-bottom: 20px;
  }
}
.require .ttlWrap h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .require .ttlWrap h2 {
    font-size: 20px;
  }
}
.require h3 {
  display: table;
  margin: 0 auto 50px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: #000 1px solid;
}
@media screen and (max-width: 768px) {
  .require h3 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
}
.require .reqTbl {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 80px;
  border-collapse: collapse;
  border-top: #d2d2d2 1px solid;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .require .reqTbl {
    margin: 0 auto 40px;
    font-size: 14px;
  }
}
.require .reqTbl tr {
  border-bottom: #d2d2d2 1px solid;
}
.require .reqTbl th {
  font-weight: bold;
  text-align: left;
  padding: 20px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .require .reqTbl th {
    width: 100%;
    display: block;
    padding: 15px 3% 10px;
  }
}
.require .reqTbl td {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .require .reqTbl td {
    width: 100%;
    display: block;
    padding: 0px 3% 15px;
  }
}
.require .reqTbl td em {
  font-weight: bold;
}
.require .bltList.newC .bullet {
  color: #6565dd;
}
.require .bltList.careerC .bullet {
  color: #cf3b73;
}
.require .bltList > li .bullet {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.require .recContact {
  width: 96%;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .require .recContact {
    width: 80%;
  }
}
.require .recContact .ctcTtl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .require .recContact .ctcTtl {
    font-size: 20px;
  }
}
.require .recContact .staff {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.require .recContact .offer {
  display: table;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .require .recContact .offer {
    height: auto;
  }
}
.require .recContact .offer > li {
  width: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .require .recContact .offer > li {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}
.require .recContact .offer > li.phone {
  border-right: #b7b7b7 1px solid;
}
@media screen and (max-width: 768px) {
  .require .recContact .offer > li.phone {
    border-right: none;
    border-bottom: #b7b7b7 1px dashed;
  }
}
.require .recContact .offer > li.phone a {
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.require .recContact .offer > li.phone a:before {
  content: "";
  display: inline-block;
  background: url("/recruit/img/icn_phone.svg") no-repeat center center/100% auto;
  width: 14px;
  height: 34px;
  margin-right: 10px;
}
.require .recContact .offer > li.email a {
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.require .recContact .offer > li.email a:before {
  content: "";
  display: inline-block;
  background: url("/recruit/img/icn_email.svg") no-repeat center center/100% auto;
  width: 32px;
  height: 26px;
  margin-right: 10px;
}

a.pdf {
  display: inline-block;
  text-decoration: underline;
}
a.pdf:hover {
  text-decoration: none;
}
a.pdf:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/recruit/img/icn_pdf.png") no-repeat center center/100% auto;
  margin: 0 5px -2px;
}

.bnrArea {
  background-color: #e9f8fe;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bnrArea {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
