@charset "UTF-8";
@media (min-width: 769px), print {
  #contact_section {
    background: url(/img/performance/public_housing/contact_bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #contact_section {
    background: url(/img/performance/public_housing/contact_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media (min-width: 769px), print {
  .pfm_header {
    background-image: url(/img/performance/public_housing/kv_bg_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .pfm_header {
    background-image: url(/img/performance/public_housing/kv_bg_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .pfm_lead .number .mb0 {
    display: block;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_lead .number .mm {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .pfm_area .title + .image {
    padding-top: 4rem;
  }
}
.pfm_area .image {
  position: relative;
}
.pfm_area .image .note {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pfm_wrap {
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 769px), print {
  .pfm_wrap {
    background-image: url(/img/performance/public_housing/pfm_bg01.jpg);
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 769px), print {
  .pfm_wrap + .pfm_accordion {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_wrap + .pfm_accordion {
    margin-top: 8rem;
  }
}
@media (min-width: 769px), print {
  .pfm_row .block.bg01::before {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .pfm_row .block.bg01::before {
    background: #f1f1f1;
  }
}
@media screen and (max-width: 768px) {
  .pfm_row .block.bg02::before {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pfm_row .block .thumb.landscape {
    width: 64rem;
  }
}
@media (min-width: 769px), print {
  .pfm_row + .pfm_row {
    padding-top: 0 !important;
  }
}
.pfm_merit {
  position: relative;
  background: #fff;
}
@media (min-width: 769px), print {
  .pfm_merit {
    border: 2px solid #787878;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit {
    border: 1px solid #787878;
  }
}
.pfm_merit_head {
  display: flex;
}
@media (min-width: 769px), print {
  .pfm_merit_head {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 8.64rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.pfm_merit_head .num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #3dae35;
  border-right: 1px solid #787878;
  border-bottom: 1px solid #787878;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px), print {
  .pfm_merit_head .num {
    width: 8.64rem;
    height: 8.64rem;
    transform: translate(-1px, -1px);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head .num {
    width: 16.2rem;
    height: 16.2rem;
  }
}
.pfm_merit_head .num > small {
  padding-bottom: 0.3em;
  line-height: 1;
}
@media (min-width: 769px), print {
  .pfm_merit_head .num > small {
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head .num > small {
    font-size: 2.8rem;
  }
}
.pfm_merit_head .num > strong {
  line-height: 1;
}
@media (min-width: 769px), print {
  .pfm_merit_head .num > strong {
    font-size: min(40px, 3.572vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head .num > strong {
    font-size: 7.2rem;
  }
}
.pfm_merit_head .sub {
  text-align: left;
}
@media (min-width: 769px), print {
  .pfm_merit_head .sub {
    width: calc(100% - 8.64rem);
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head .sub {
    width: calc(100% - 16.2rem);
    padding-left: 4rem;
    line-height: 1.429em;
    font-size: 4.2rem;
  }
  .pfm_merit_head .sub > p {
    line-height: inherit;
    font: inherit;
  }
  .pfm_merit_head .sub > p:first-of-type {
    margin-top: -0.214em;
  }
  .pfm_merit_head .sub > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_head .text {
    width: calc(100% - 8.64rem);
    padding-left: 3.2rem;
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_head .text {
    width: 56rem;
    margin: 0 auto;
    padding-top: 5rem;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_body {
    padding: 2.4rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_body {
    padding: 5rem 4rem;
  }
}
.pfm_merit_cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pfm_merit_cards {
    flex-wrap: wrap;
  }
}
.pfm_merit_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 0 3rem;
  text-align: center;
}
@media (min-width: 769px), print {
  .pfm_merit_card {
    border: 0.4rem solid #f1f1f1;
    width: 23.661%;
    padding: 2.8rem 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_card {
    border: 2px solid #f1f1f1;
    width: 48.215%;
    padding: 3.5rem 0 3rem;
  }
  .pfm_merit_card:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
.pfm_merit_card > figure {
  width: 100%;
}
@media (min-width: 769px), print {
  .pfm_merit_card > figure {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_card > figure {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_card > figure img {
    width: 39.246%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_card > figure img {
    width: 38.889%;
  }
}
.pfm_merit_card > p {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  font-weight: 500;
}
@media (min-width: 769px), print {
  .pfm_merit_card > p {
    height: 5em;
    line-height: 1.667em;
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_card > p {
    height: 3.75em;
    line-height: 1.25em;
    font-size: 2.4rem;
  }
}
.pfm_merit_result {
  position: relative;
}
@media (min-width: 769px), print {
  .pfm_merit_result {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_result {
    padding-top: 8rem;
  }
}
.pfm_merit_result::before {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  color: #3dae35;
  pointer-events: none;
}
@media (min-width: 769px), print {
  .pfm_merit_result::before {
    top: 0.834em;
    font-size: min(19.2px, 1.715vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_result::before {
    top: 0.883em;
    font-size: 3.4rem;
  }
}
.pfm_merit_result > p {
  font-weight: 700;
  text-align: center;
  color: #3dae35;
}
@media (min-width: 769px), print {
  .pfm_merit_result > p {
    border: 3px solid;
    padding: 0.084em 1.25em;
    line-height: 1.667em;
    font-size: min(19.2px, 1.715vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_result > p {
    border: 0.34rem solid;
    padding: 0.342em 0.883em;
    line-height: 1.53em;
    font-size: 3.4rem;
  }
}
.pfm_merit_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: ease 0.4s all;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px), print {
  .pfm_merit_link {
    margin-top: 1.6rem;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_link {
    margin-top: 6rem;
    font-size: 2.6rem;
  }
}
.pfm_merit_link > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #231815;
}
@media (min-width: 769px), print {
  .pfm_merit_link > a {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_link > a {
    padding-right: 7rem;
  }
}
.pfm_merit_link > a:after {
  content: "";
  position: absolute;
  background-color: #231815;
  background-image: url(../../common/img/base/ico-arrow03_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: ease 0.4s all;
}
@media (min-width: 769px), print {
  .pfm_merit_link > a:after {
    width: 1.375em;
    height: 1.375em;
    right: 0em;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_link > a:after {
    width: 1.347em;
    height: 1.347em;
    right: 0em;
  }
}
.pfm_merit_link > a:hover::after {
  background-color: #3dae35;
}
.pfm_merit_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 769px), print {
  .pfm_merit_banners > li {
    width: 32.679%;
  }
  .pfm_merit_banners > li:nth-of-type(n+4) {
    margin-top: 0.88rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banners > li {
    width: 30.715%;
  }
  .pfm_merit_banners > li:nth-of-type(n+4) {
    margin-top: 2rem;
  }
}
.pfm_merit_banner {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  height: 100%;
}
@media (min-width: 769px), print {
  .pfm_merit_banner {
    min-height: 6.4rem;
    padding: 0.4rem 0.4rem 0.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner {
    flex-direction: column;
    min-height: 20.9rem;
    padding: 1.4rem 0 0;
  }
}
.pfm_merit_banner > figure {
  position: relative;
  text-align: center;
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure {
    width: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure {
    width: 100%;
    height: 9.8rem;
  }
  .pfm_merit_banner > figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid01 img {
    width: 45.715%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid01 img {
    width: 38.373%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid02 img {
    width: 53.334%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid02 img {
    width: 45.349%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid03 img {
    width: 55.239%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid03 img {
    width: 47.675%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid04 img {
    width: 42.858%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid04 img {
    width: 36.047%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid05 img {
    width: 45.715%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid05 img {
    width: 39.535%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid06 img {
    width: 54.286%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid06 img {
    width: 45.931%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid07 img {
    width: 55.239%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid07 img {
    width: 47.675%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid08 img {
    width: 51.429%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid08 img {
    width: 44.187%;
  }
}
@media (min-width: 769px), print {
  .pfm_merit_banner > figure.wid09 img {
    width: 47.62%;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > figure.wid09 img {
    width: 40.698%;
  }
}
.pfm_merit_banner > p {
  font-weight: 500;
}
@media (min-width: 769px), print {
  .pfm_merit_banner > p {
    line-height: 1;
    font-size: min(13.36px, 1.193vw);
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit_banner > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.584em;
    padding-top: 0.8rem;
    line-height: 1.292em;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (min-width: 769px), print {
  .pfm_merit + .pfm_merit {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfm_merit + .pfm_merit {
    margin-top: 8rem;
  }
}
@media (min-width: 769px), print {
  .sub + .pfm_merit {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sub + .pfm_merit {
    margin-top: 5rem;
  }
}