.subPage_section_title-new .subPage_section_title_en {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.6em;
}
.subPage_section_title-new .subPage_section_title_ja {
  font-size: 2rem;
}
@media (min-width: 920px) {
  .subPage_section_title-new .subPage_section_title_ja {
    font-size: 3rem;
  }
}

.home_faq {
  padding: 0 0 80px;
}
@media (min-width: 920px) {
  .home_faq {
    padding: 0 0 120px;
  }
}

.home_faq .js-details {
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_faq  .js-details:not(:last-child) {
  margin: 0 0 16px;
}

.home_faq .js-details summary.js-summary .summary_inner {
  padding: 0;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.home_faq .js-details summary.js-summary .summary_inner .home_faq_question {
  display: flex;
  flex: 1 1 0;
  font-weight: 700;
  color: #D3232E;
}
.home_faq .js-details summary.js-summary .summary_inner .home_faq_question_icon {
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
}
.home_faq .js-details summary.js-summary .summary_inner .home_faq_question p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 2px 0 0;
}
.home_faq .js-details .content_inner {
  padding: 0;
}
.home_faq .js-details .content_inner .home_faq_answer {
  width: 100%;
  display: flex;
  gap: 8px;
  padding: 8px 0 0;
  border-top: 1px solid #dcdcdc;
}
.home_faq .js-details .content_inner .home_faq_answer .home_faq_answer_icon {
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
}

.home_faq .js-details.is-opened summary.js-summary .summary_inner {
  padding: 0 0 20px;
}
@media (min-width: 920px) {
  .home_faq .js-details {
    padding: 24px;
  }
  .home_faq .js-details .summary_inner {
    gap: 20px;
  }
  .home_faq .js-details.is-opened summary.js-summary .summary_inner {
    padding: 0 0 24px;
  }
  .home_faq .js-details summary.js-summary .summary_inner .home_faq_question_icon {
    font-size: 1.5rem;
  }
  .home_faq .js-details summary.js-summary .summary_inner .home_faq_question p {
    font-size: 1.25rem;
  }
  .home_faq .js-details .content_inner .home_faq_answer {
    gap: 12px;
    padding: 12px 0 0;
  }
  .home_faq .js-details .content_inner .home_faq_answer .home_faq_answer_icon {
    font-size: 1.5rem;
  }
}

.home_guide {
  padding: 0 0 80px;
}
.home_guide_txt {
  font-size: 1rem;
  text-align: justify;
  letter-spacing: 0.04em;
  display: block;
  margin: 0 0 40px;
}
.home_guide_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home_guide_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home_guide_nav li {
  width: calc((100% - 8px) / 2);
  line-height: 1;
}
.home_guide_nav_link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
.home_guide_nav_mark {
  width: 8px;
  height: 8px;
  flex: 0 1 8px;
  border-radius: 9999px;
  background-color: #D3232E;
}
.home_guide_nav_txt {
  flex: 1 1 0;
}
.home_guide_main {
  font-size: 0.9375rem;
  line-height: 1;
}
.home_guide_item {
  padding: 80px 0 0;
}
.home_guide_item-first {
  padding: 80px 0 0;
  margin: -80px 0 0;
}
.home_guide_item_ttl {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0 0 40px;
}
.home_guide_item_name {
  font-size: 1.25rem;
  line-height: 1.35;
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
  margin: 24px 0 12px;
}
.home_guide_item_name-first {
  padding-top: 0;
  border-top: 0;
  margin: 0 0 12px;
}
.home_guide_item p {
  text-align: justify;
  line-height: 1.75;
}
.home_guide_item .text-left {
  margin: 16px 0 0;
}
.home_guide_item_image {
  margin: 16px 0 0;
}
.home_guide_item_image small {
  font-size: 0.75rem;
  line-height: 150%;
  display: block;
  margin: 16px 0 0;
}
@media (min-width: 920px) {
  .home_guide {
    padding: 0 0 120px;
  }
  .home_guide_txt {
    font-size: 1.25rem;
    margin: 0 0 97px;
  }
  .home_guide_row {
    flex-direction: row;
    justify-content: space-between;
    gap: min(12.8571428571vw, 180px);
  }
  .home_guide_side {
    flex: 0 1 min(22.1428571429vw, 310px);
  }
  .home_guide_sticky {
    position: sticky;
    top: 120px;
  }
  .home_guide_nav {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .home_guide_nav li {
    width: 100%;
  }
  .home_guide_nav_link {
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_guide_nav_mark {
    width: 12px;
    height: 12px;
    flex: 0 1 12px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_guide_main {
    flex: 1 1 0;
  }
  .home_guide_nav_link:hover {
    font-weight: 700;
  }
  .home_guide_nav_link:hover::before {
    opacity: 1;
  }
  .home_guide_nav_link.is-active {
    font-weight: 700;
  }
  .home_guide_nav_link.is-active::before {
    opacity: 1;
  }
  .home_guide_item {
    padding: 120px 0 0;
  }
  .home_guide_item-first {
    padding: 120px 0 0;
    margin: -120px 0 0;
  }
  .home_guide_item_ttl {
    font-size: 2rem;
  }
  .home_guide_item_name {
    padding-top: 32px;
    margin: 32px 0 16px;
  }
  .home_guide_item_name-first {
    padding-top: 0;
    margin: 0 0 16px;
  }
}

.home_plan {
  padding: 0 0 80px;
}
.home_plan_txt {
  font-size: 1rem;
  text-align: justify;
  letter-spacing: 0.04em;
  display: block;
  margin: 0 0 40px;
}
.home_plan_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home_plan_nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home_plan_nav li {
  width: 100%;
}
.home_plan_nav_link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
.home_plan_nav_mark {
  width: 8px;
  height: 8px;
  flex: 0 1 8px;
  border-radius: 9999px;
  background-color: #D3232E;
}
.home_plan_nav_txt {
  flex: 1 1 0;
}
.home_plan_main {
  font-size: 0.9375rem;
  line-height: 1;
}
.home_plan_item {
  padding: 80px 0 0;
}
.home_plan_item-first {
  padding: 80px 0 0;
  margin: -80px 0 0;
}
.home_plan_item_head {
  margin: 0 0 24px;
}
.home_plan_item_copy {
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #D3232E;
  display: block;
  margin: 0 0 12px;
}
.home_plan_item_ttl {
  font-size: 1.5rem;
  line-height: 1.35;
}
.home_plan_item p {
  text-align: justify;
  line-height: 1.75;
  display: block;
  margin: 12px 0 0;
}
.home_plan_item img {
  display: block;
  margin: 0 0 24px;
}
.home_plan_item ul {
  list-style-type: disc;
  margin: 12px 0 0;
  padding: 0 0 0 16px;
}
.home_plan_item ul li {
  line-height: 1.75;
}
@media (min-width: 920px) {
  .home_plan {
    padding: 0 0 120px;
  }
  .home_plan_txt {
    font-size: 1.25rem;
    margin: 0 0 97px;
  }
  .home_plan_row {
    flex-direction: row;
    justify-content: space-between;
    gap: min(12.8571428571vw, 180px);
  }
  .home_plan_side {
    flex: 0 1 min(23.1428571429vw, 324px);
  }
  .home_plan_sticky {
    position: sticky;
    top: 120px;
  }
  .home_plan_nav {
    gap: 24px;
  }
  .home_plan_nav_link {
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_plan_nav_mark {
    width: 12px;
    height: 12px;
    flex: 0 1 12px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_plan_nav_link:hover {
    font-weight: 700;
  }
  .home_plan_nav_link:hover .home_plan_nav_mark {
    opacity: 1;
  }
  .home_plan_nav_link.is-active {
    font-weight: 700;
  }
  .home_plan_nav_link.is-active .home_plan_nav_mark {
    opacity: 1;
  }
  .home_plan_main {
    flex: 1 1 0;
  }
  .home_plan_item {
    padding: 120px 0 0;
  }
  .home_plan_item-first {
    padding: 120px 0 0;
    margin: -120px 0 0;
  }
  .home_plan_item_ttl {
    font-size: 2rem;
  }
  .home_plan_item p {
    margin: 16px 0 0;
  }
  .home_plan_item ul {
    margin: 16px 0 0;
  }
}

.home_howTo {
  padding: 0 0 80px;
}
.home_howTo_txt {
  font-size: 1rem;
  text-align: justify;
  letter-spacing: 0.04em;
  display: block;
  margin: 0 0 40px;
}
.home_howTo_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0 0 80px;
}
.home_howTo_nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home_howTo_nav li {
  width: 100%;
}
.home_howTo_nav_link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
.home_howTo_nav_mark {
  width: 8px;
  height: 8px;
  flex: 0 1 8px;
  border-radius: 9999px;
  background-color: #D3232E;
}
.home_howTo_nav_txt {
  flex: 1 1 0;
}
.home_howTo_main {
  font-size: 0.9375rem;
  line-height: 1;
}
.home_howTo_item {
  padding: 80px 0 0;
}
.home_howTo_item-first {
  padding: 80px 0 0;
  margin: -80px 0 0;
}
.home_howTo_item_head {
  margin: 0 0 24px;
}
.home_howTo_item_copy {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #D3232E;
  display: block;
  margin: 0 0 8px;
}
.home_howTo_item_ttl {
  font-size: 1.5rem;
  line-height: 1.35;
}
.home_howTo_item p {
  text-align: justify;
  line-height: 1.75;
  display: block;
  margin: 12px 0 0;
}
.home_howTo_item img {
  display: block;
  margin: 0 0 24px;
}
@media (min-width: 920px) {
  .home_howTo {
    padding: 0 0 120px;
  }
  .home_howTo_txt {
    font-size: 1.25rem;
    margin: 0 0 97px;
  }
  .home_howTo_row {
    flex-direction: row;
    justify-content: space-between;
    gap: min(12.8571428571vw, 180px);
    margin: 0 0 120px;
  }
  .home_howTo_side {
    flex: 0 1 min(23.1428571429vw, 324px);
  }
  .home_howTo_sticky {
    position: sticky;
    top: 120px;
  }
  .home_howTo_nav {
    gap: 24px;
  }
  .home_howTo_nav_link {
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_howTo_nav_mark {
    width: 12px;
    height: 12px;
    flex: 0 1 12px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .home_howTo_nav_link:hover {
    font-weight: 700;
  }
  .home_howTo_nav_link:hover .home_howTo_nav_mark {
    opacity: 1;
  }
  .home_howTo_nav_link.is-active {
    font-weight: 700;
  }
  .home_howTo_nav_link.is-active .home_howTo_nav_mark {
    opacity: 1;
  }
  .home_howTo_main {
    flex: 1 1 0;
  }
  .home_howTo_item {
    padding: 120px 0 0;
  }
  .home_howTo_item-first {
    padding: 120px 0 0;
    margin: -120px 0 0;
  }
  .home_howTo_item_ttl {
    font-size: 2rem;
  }
  .home_howTo_item p {
    margin: 16px 0 0;
  }
}
.home_howTo_message {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.home_howTo_message::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -webkit-image-set(url(../img/services/housing/message_bg_mobile.jpg) 1x, url(../img/services/housing/message_bg_mobile@2x.jpg) 2x);
  background-image: image-set(url(../img/services/housing/message_bg_mobile.jpg) 1x, url(../img/services/housing/message_bg_mobile@2x.jpg) 2x);
  background-size: cover;
}
.home_howTo_message_inner {
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home_howTo_message_title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
.home_howTo_message_text {
  width: 100%;
  height: auto;
  max-width: 555px;
}
.home_howTo_message_text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
}
.home_howTo_message_text p:last-child {
  display: block;
  margin: 16px 0 0;
}
@media (min-width: 920px) {
  .home_howTo_message {
    height: 659px;
    background-image: -webkit-image-set(url(../img/services/housing/message_bg.jpg) 1x, url(../img/services/housing/message_bg@2x.jpg) 2x);
    background-image: image-set(url(../img/services/housing/message_bg.jpg) 1x, url(../img/services/housing/message_bg@2x.jpg) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .home_howTo_message::before {
    content: none;
  }
  .home_howTo_message_title {
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
  .home_howTo_message_text {
    max-width: 100%;
  }
  .home_howTo_message_text p {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
  .home_howTo_message_text p:last-child {
    display: block;
    margin: 20px 0 0;
  }
}