@charset "UTF-8";
.residents .content {
  margin-bottom: 19.6rem;
}
@media only screen and (max-width: 640px) {
  .residents .content {
    margin-bottom: 15.625vw;
  }
}

.procedure {
  border: 1px solid #000;
  padding: 5.1rem 0 4.1rem;
}
@media only screen and (max-width: 640px) {
  .procedure {
    padding: 7.8125vw 0;
  }
}

.procedure + .procedure {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .procedure + .procedure {
    margin-top: 7.8125vw;
  }
}

.procedure__title {
  color: #231815;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .procedure__title {
    font-size: 6.25vw;
  }
}

.procedure__button {
  margin-top: 3.9rem;
}
@media only screen and (max-width: 640px) {
  .procedure__button {
    margin-top: 6.25vw;
  }
}
.procedure__button a {
  display: block;
  background: #231815;
  color: #fff;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px;
  width: 57rem;
  margin: 0 auto;
  padding: 2rem 0 2rem 5.7rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .procedure__button a {
    width: 90%;
    padding: 3.125vw 0 3.125vw 3.125vw;
    font-size: 3.75vw;
  }
}
.procedure__button a::before {
  content: "";
  position: absolute;
  background: url(/assets/img/common/arrow_c_white02.svg) no-repeat center center;
  background-size: contain;
  width: 3.6rem;
  height: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1rem;
}
@media only screen and (max-width: 640px) {
  .procedure__button a::before {
    width: 5.625vw;
    height: 5.625vw;
    right: 3.125vw;
  }
}

.procedure__listarea {
  width: 62rem;
  margin: 7.1rem auto 0;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .procedure__listarea {
    flex-direction: column;
    width: 100%;
    margin: 6.25vw auto 0;
    gap: 1.5625vw;
  }
}

.listarea__ttl {
  color: #231815;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
  padding-right: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .listarea__ttl {
    text-align: center;
    font-size: 5.15625vw;
    padding-left: 0;
  }
}
.listarea__ttl::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 7.3rem;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 640px) {
  .listarea__ttl::after {
    display: none;
  }
}

.listarea__list {
  padding-left: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .listarea__list {
    padding: 0 3.125vw;
  }
}

.listarea__item {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  padding-left: 1.6rem;
  position: relative;
}
.listarea__item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.procedure__txt {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-left: 18.9rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .procedure__txt {
    margin: 3.125vw 3.125vw 0 3.125vw;
  }
}/*# sourceMappingURL=residents.css.map */