:root{--color01:#333333;--color02:#E3DED6;--color03:#F4EEE1;--font01:"Shippori Mincho";--font01-url:"https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap;";--font02:"STIX Two Text";--font02-url:"https://fonts.googleapis.com/css2?family=STIX+Two+Text:wght@400&display=swap;";--leading-trim:calc((1em - 1lh) / 2)}.housing__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.housing__head .m-card-01__unit{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.housing__ttl{font-size:inherit;font-weight:500}.housing__ttl h2{display:inline;font-size:inherit;font-weight:500}.housing__img-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.housing__point{padding:20px 6%}.housing__point-ttl{place-content:center;font-weight:600;text-align:center}.housing__point-list{display:grid;gap:12px}.housing__point-item{display:grid;grid-template-columns:12px 1fr;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;line-height:1.7}.housing__point-item::before{content:"";aspect-ratio:11/13;width:100%;background:color-mix(in srgb,var(--color01) 80%,#fff);-webkit-mask:url(../../img/common/icon_check.svg) no-repeat center/contain;mask:url(../../img/common/icon_check.svg) no-repeat center/contain}.housing__guide{display:grid;gap:10px}.housing__guide-item{display:grid;grid-template-columns:8px 1fr;gap:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1em;line-height:1.4}.housing__guide-item::before{content:"";aspect-ratio:1/1;width:8px;border:1px solid color-mix(in srgb,var(--color01) 80%,#fff);border-radius:50%}.housing__contact{padding:35px 4%;border:1px solid color-mix(in srgb,var(--color01) 60%,#fff);letter-spacing:.05em}.modal{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;inset:0;z-index:999;width:100%;height:100%;background:rgba(0,0,0,.8)}.modal.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.modal .modal__inner{position:relative;max-width:90%;max-height:90%}.modal .modal__img img{display:block;width:100%;height:auto}.modal .js-close-modal{position:absolute;top:-20px;right:-20px;width:40px;height:40px;border:none;border-radius:50%;background:#fff;cursor:pointer}.modal .js-close-modal::after,.modal .js-close-modal::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:20px;height:2px;background:#333}.modal .js-close-modal::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (min-width:768px){.housing__img-wrap{grid-template-columns:repeat(auto-fit,minmax(-webkit-min-content,196px));grid-template-columns:repeat(auto-fit,minmax(min-content,196px));gap:22px 15px}.housing__point{display:grid;grid-template-columns:35.6% 55%;gap:6%;padding:30px 5px}.housing__point-ttl{border-right:1px solid color-mix(in srgb,var(--color01) 40%,#fff)}}@media screen and (max-width:767px){.housing__point-ttl{border-bottom:1px solid color-mix(in srgb,var(--color01) 40%,#fff)}}