@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

#property_recruitment #intro {
  margin-bottom: 4.9rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment #intro {
    margin-bottom: 2.65rem;
  }
  #property_recruitment #intro .inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #property_recruitment #intro .intro_txt {
    text-align: center;
  }
}
#property_recruitment .requirements .inner {
  border-bottom: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 768px) {
  #property_recruitment .inner {
    width: 68.7rem;
  }
}
@media only screen and (max-width: 767px) {
  #property_recruitment .inner {
    width: 89.6%;
    margin: auto;
  }
}
#property_recruitment .read {
  margin-bottom: 6.408rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .read {
    margin-bottom: 3.108rem;
  }
}
#property_recruitment .read_image figure {
  position: relative;
}
#property_recruitment .read_image figure picture {
  margin-bottom: 5.2083rem;
}
#property_recruitment .read_image figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ff0014;
  text-align: center;
  width: 37.5rem;
  line-height: 4.5rem;
  height: 5rem;
  font-size: 1.78rem;
  font-weight: 700;
  color: #ff0014;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .read_image figure figcaption {
    width: 14.1rem;
    line-height: 1.351;
    height: 4.55rem;
    font-size: 1.149rem;
    padding-top: 0.6rem;
  }
}
#property_recruitment .title {
  color: #ff0014;
  text-align: center;
  font-size: 1.654rem;
  font-weight: 700;
  margin-bottom: 2.3833rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .title {
    font-size: 1.15rem;
    margin-bottom: 1.242rem;
  }
}
#property_recruitment .requirements {
  margin-bottom: 6.408rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements {
    margin-bottom: 3.108rem;
  }
}
#property_recruitment .requirements-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content {
    padding: 1rem 0 1.1rem;
    overflow: hidden;
  }
}
#property_recruitment .requirements-content dt, #property_recruitment .requirements-content dd {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content dt, #property_recruitment .requirements-content dd {
    font-size: 0.81rem;
    line-height: 1.615;
  }
}
#property_recruitment .requirements-content dt {
  font-weight: 700;
  color: #ff0014;
  width: 12.5388rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content dt {
    width: 5.4388rem;
  }
}
#property_recruitment .requirements-content dd {
  color: #4c4948;
  width: calc(100% - 12.5388rem);
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content dd {
    width: calc(100% - 5.4388rem);
  }
}
#property_recruitment .requirements-content .location {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 42.4645rem;
  margin: 2.8rem 0 1.4rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location {
    display: block;
    width: 100%;
    padding-right: 1.242rem;
    margin: 1rem 0 1.4rem;
  }
}
#property_recruitment .requirements-content .location--single {
  width: 19.706rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single {
    width: 100%;
    padding-bottom: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #property_recruitment .requirements-content .location--single:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 2.8416rem;
  }
}
#property_recruitment .requirements-content .location--single figure {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single figure {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
#property_recruitment .requirements-content .location--single figure figcaption {
  color: #ff0014;
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.25;
  width: 11.3rem;
  margin: 1rem 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single figure figcaption {
    font-size: 1.12rem;
    min-width: 5.7rem;
    width: auto;
    margin-right: 0.94rem;
    margin: 0.8rem 1rem 0 0;
  }
}
#property_recruitment .requirements-content .location--single figure figcaption span {
  color: inherit;
  font-size: 1rem;
  font-weight: inherit;
  display: block;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single figure figcaption span {
    font-size: 0.7rem;
  }
}
#property_recruitment .requirements-content .location--single figure .image {
  width: 7.354rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single figure .image {
    width: 5.466rem;
  }
}
#property_recruitment .requirements-content .location--single figure .image img {
  width: 100%;
}
#property_recruitment .requirements-content .location--single figure .image p {
  color: #231815;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.416rem;
  text-align: center;
  position: absolute;
  top: 103%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .requirements-content .location--single figure .image p {
    font-size: 0.746rem;
    margin-top: 0.116rem;
    top: auto;
    bottom: 0.4rem;
  }
}
#property_recruitment .contact .title-under01 {
  margin-bottom: 2.2rem;
  font-size: 1.58rem;
  padding-bottom: 1.15rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .title-under01 {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
#property_recruitment .contact .intro_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  #property_recruitment .contact .intro_txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .intro_txt {
    font-size: 0.81rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }
}
#property_recruitment .contact .contact-box {
  background: #fff2f3;
  width: 56.2rem;
  margin: auto;
  padding: 2.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .contact-box {
    width: 100%;
    padding: 1.56rem 0;
  }
}
#property_recruitment .contact .contact-box span {
  background: #ff0014;
  color: #fff;
  font-size: 1.445rem;
  font-weight: 700;
  line-height: 4.446rem;
  height: 4.446rem;
  width: 16.242rem;
  border-radius: 3.646rem;
  display: block;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .contact-box span {
    height: 3.043rem;
    line-height: 3.043rem;
    width: 11.2999rem;
    font-size: 0.945rem;
    margin: 0 auto 0.84rem;
  }
}
#property_recruitment .contact .contact-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.104rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.01em;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .contact-box p {
    font-size: 1.367rem;
    padding: 0;
    letter-spacing: 0;
  }
}
#property_recruitment .contact .contact-box p::before {
  content: "";
  background: url("../img/property_recruitment/mail-icon.png") no-repeat center/cover;
  width: 3.266rem;
  height: 3.266rem;
  margin-right: 1.6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  #property_recruitment .contact .contact-box p::before {
    width: 1.62rem;
    height: 1.62rem;
    margin-right: 0.2rem;
  }
}

#seach_page_nav {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #seach_page_nav {
    padding-top: 3.73rem;
  }
}
/*# sourceMappingURL=property_recruitment.css.map */