@charset "UTF-8";
.p-404 {
  padding: 120px 0;
}
.p-404__btn{
  display: block;
  max-width: 410px;
  margin: 48px auto 0;
}
.p-404__ttl {
  margin-bottom: 36px;
  font-feature-settings: 'palt';
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center;
  text-wrap: wrap;
}
.p-404__txt {
  font-size: 1.8rem;
  line-height: calc(38 / 18);
  text-align: center;
}
.p-404__search {
  max-width: 410px;
  margin: 48px auto 0;
}
.p-404__search > form {
  position: relative;
}
.p-404__entry {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 64px 0 2em;
  border-radius: 9999px;
  border: 1px solid #CCC;
}
.p-404__submit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 44px;
  height: 44px;
  translate: 0 -50%;
  background: url(/hrm/src/images/ico-search.png) no-repeat center / 20px auto;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 812.98px) {
  .p-404 {
    padding: 40px 0;
  }
  .p-404__btn {
    margin: 24px auto 0;
  }
  .p-404__ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: calc(7 / 5);
  }
  .p-404__txt {
    font-size: 1.6rem;
    line-height: calc(50 / 32);
    text-align: left;
  }
  .p-404__search {
    margin: 24px auto 0;
  }
}