@charset "UTF-8";

@media all and (min-width: 768px), print {
    .house-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-top-table-note {
        margin-top: calc(12 / var(--font-size) * 1rem);
    }
}
@media all and (max-width: 767px), print {
    .house-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-top-table-note {
        margin-top: calc(12 / var(--font-size) * 1rem);
    }
}

/* ==========================================================================
  MODULE
========================================================================== */

@media all and (min-width: 768px), print {
    .house-flow-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-flow-container .c-flow{
        padding: calc(60 / var(--font-size) * 1rem) calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container .l-btn-list{
        --gap-x: 30;
        --gap-y: 30;
    }
    .house-document-container{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__header{
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__content + .house-desc__content{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__content--small + .house-desc__content--small {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-doc-list{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
}

@media all and (max-width: 767px) {
    .house-flow-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-flow-container .c-flow{
        padding: calc(60 / var(--font-size) * 1rem) calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container .l-btn-list{
        --gap-x: 30;
        --gap-y: 15;
    }
    .house-document-container{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__header{
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__header .c-txt--xl{
        --txt-font-size: 16;
    }
    .house-desc__content + .house-desc__content{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__content--small + .house-desc__content--small {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-doc-list{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container .announcement-txt .c-txt--xl{
        --txt-font-size: 16;
    }
}

/* ==========================================================================
  LOGO
========================================================================== */
@media all and (min-width: 768px) {
    .logo-list {
      display: flex;
      justify-content: center;
      margin-bottom: calc(60 / var(--font-size) * 1rem);
    }
    .logo-list-item {
    }
    .logo-list-item + .logo-list-item {
      margin-left: calc(40 / var(--font-size) * 1rem);
    }
    .logo-list-item-img {
      width: calc(237 / var(--font-size) * 1rem);
    }
    .c-img {
    }
  }

  @media all and (max-width: 767px) {
    .logo-list {
        display: flex;
        justify-content: center;
        margin-bottom: calc(60 / var(--font-size) * 1rem);
      }
      .logo-list-item {
      }
      .logo-list-item + .logo-list-item {
        margin-left: calc(40 / var(--font-size) * 1rem);
      }
      .logo-list-item-img {
        width: calc(237 / var(--font-size) * 1rem);
      }
      .c-img {
      }
  }
/* ==========================================================================
  LOGO
========================================================================== */
  @media all and (min-width: 768px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {
        display: flex;
    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {
        margin-left: calc(60 / var(--font-size) * 1rem);
    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {

    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {

    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc-doc-item + .house-desc-doc-item{
        margin-top: calc(15 / var(--font-size) * 1rem);
    }
}
/* ==========================================================================
  FLOW
========================================================================== */
@media all and (min-width: 768px) {
    .house-flow{

    }
    .house-flow__in{

    }
    .house-flow-list{
        display: flex;
        align-items: stretch;
    }
    .house-flow-list-item{
        width: calc((100% - (20 / var(--font-size) * 1rem) * 4) / 5);
    }
    .house-flow-list-item + .house-flow-list-item{
        margin-left: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow-list-item__in{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .house-flow-list-item__header{
        text-align: center;
        position: relative;
    }
    .house-flow-list-item-img{
        width: calc(85 / var(--font-size) * 1rem);
        display: inline-block;
        margin-left: calc(2.5 / var(--font-size) * 1rem);
    }
    .house-flow-list-content{
        background-color: var(--primary-color-10);
        padding: calc(30 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
        border-radius: calc(5 / var(--font-size) * 1rem);
        margin-top: calc(16 / var(--font-size) * 1rem * -1);
        flex: auto;
    }
    .house-flow-list-item-title{
        font-weight: bold;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
        line-height: 1.8;
        text-align: center;
    }
    .house-flow-list-item-txt{
        font-size: calc(14 / var(--font-size) * 1rem);
        font-weight: bold;
        line-height: 1.8;
    }
    .house-flow-list-item__header{
        position: relative;
    }
    .house-flow-list-item + .house-flow-list-item .house-flow-list-item__header:before{
        content: "";
        position: absolute;
        top: 50%;
        left: -50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        width: 100%;
        transform: translate(0, -50%);
        height: calc(14 / var(--font-size)* 1rem);
        background-color: var(--primary-color-100);
        z-index: -1;
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:before{
        width: calc(100% - (55 / var(--font-size)* 1rem));
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        margin-left: calc(65 / var(--font-size)* 1rem * -1);
        transform: translate(50%, -50%);
        height: 30px;
        width: calc(30px / 2);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background-color: var(--primary-color-100);
    }
}

@media all and (max-width: 767px) {
    .house-flow{

    }
    .house-flow__in{

    }
    .house-flow-list{
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    .house-flow-list-item{
        width: 100%;
    }
    .house-flow-list-item + .house-flow-list-item{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow-list-item__in{
        display: flex;
        flex-direction: row;
        height: 100%;
        align-items: stretch;
    }
    .house-flow-list-item__header{
        text-align: center;
        position: relative;
        padding-top: calc(20 / var(--font-size) * 1rem );
    }
    .house-flow-list-item-img{
        width: calc(80 / var(--font-size) * 1rem);
        display: inline-block;
    }
    .house-flow-list-content{
        background-color: var(--primary-color-10);
        padding: calc(25 / var(--font-size) * 1rem) calc(30 / var(--font-size) * 1rem);
        border-radius: calc(5 / var(--font-size) * 1rem);
        margin-left: calc(16 / var(--font-size) * 1rem * -1);
        flex: auto;
    }
    .house-flow-list-item-title{
        font-weight: bold;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
        line-height: 1.8;
    }
    .house-flow-list-item-txt{
        font-size: calc(14 / var(--font-size) * 1rem);
        font-weight: bold;
        line-height: 1.8;
    }
    .house-flow-list-item__header{
        position: relative;
    }
    .house-flow-list-item .house-flow-list-item__header:before{
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        transform: translate(-50%, 0);
        width: calc(14 / var(--font-size)* 1rem);
        background-color: var(--primary-color-100);
        z-index: -1;
        margin-top: calc(60 / var(--font-size)* 1rem);
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:before{
        content: none;
    }
    .house-flow-list-item:nth-last-of-type(2) .house-flow-list-item__header:before{
        height: calc(100% - (30 / var(--font-size)* 1rem));
    }
    .house-flow-list-item:nth-last-of-type(2) .house-flow-list-item__header:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-bottom: calc(30 / var(--font-size)* 1rem * -1);
        margin-left: calc(0 / var(--font-size)* 1rem );
        transform: translate(-50%, 100%);
        height: calc(30px / 2);
        width: 30px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background-color: var(--primary-color-100);
    }
}

/* ==========================================================================
  IMG
========================================================================== */
@media all and (min-width: 768px), print {
    .house-img-content{
        max-width: 893px;
    }
}
/* ==========================================================================
  TOP
========================================================================== */
@media all and (min-width: 768px), print {
    .about-content-list {
        display: flex;
        gap: calc(30 / var(--font-size) * 1rem);
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .about-content-list-item {
        width: calc(100% / 3 - (30 / var(--font-size) * 1rem));
    }
    .about-content-list-item__in {
        border: solid calc(1 / var(--font-size) * 1rem) var(--primary-color-100);
        border-radius: calc(10 / var(--font-size) * 1rem);
        padding: 0 calc(30 / var(--font-size) * 1rem);
        position: relative;
        margin-top: calc(52 / var(--font-size) * 1rem);
        height: calc(100% - calc(52 / var(--font-size) * 1rem));
    }
    .about-content-list-item__in::before {
        content: "";
        position: absolute;
        top: calc(-52 / var(--font-size) * 1rem);
        left: 50%;
        transform: translateX(-50%);
        height: calc(179 / var(--font-size) * 1rem);
        width: calc(200 / var(--font-size) * 1rem);
    }
    .about-content-list-item--low .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_low.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item--middle .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_middle.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item--high .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_high.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item__body {
        padding: calc(145 / var(--font-size) * 1rem) 0 calc(30 / var(--font-size) * 1rem);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .about-content-list-item__container {
    }
    .about-content-list-item-heading {
        text-align: center;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
    }
    .about-content-list-item-heading__label {
        color: var(--primary-color-100);
        font-size: calc(20 / var(--font-size) * 1rem);
        font-weight: bold;
    }
    .about-content-list-item-text {
    }
    .about-content-list-item-text__label {
        font-size: calc(14 / var(--font-size) * 1rem);
        line-height: 1.4;
    }
    .about-content-list-item-btn {
        margin-top: calc(20 / var(--font-size) * 1rem);
        width: 100%;
    }
    .about-content-list-item-btn .c-btn {
        --btn-min-height:48;
    }
    .housingcomplex-flow-container {
        margin: auto;
        margin-top: calc(40 / var(--font-size) * 1rem);
        max-width: calc(857 / var(--font-size) * 1rem);
    }
    .housingcomplex-btn-container {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-btn-container .c-btn--disable {
        --btn-bg-color:var(--gray-color-200);
        --btn-border-color:var(--gray-color-200);
    }
    .housingcomplex-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .about-content-list {
        display: flex;
        flex-direction: column;
        gap: calc(30 / var(--font-size) * 1rem);
    }
    .about-content-list-item {
        width: 100%;
    }
    .about-content-list-item__in {
        border: solid calc(1 / var(--font-size) * 1rem) var(--primary-color-100);
        border-radius: calc(10 / var(--font-size) * 1rem);
        padding: 0 calc(30 / var(--font-size) * 1rem);
        position: relative;
        margin-top: calc(52 / var(--font-size) * 1rem);
        height: calc(100% - calc(52 / var(--font-size) * 1rem));
    }
    .about-content-list-item__in::before {
        content: "";
        position: absolute;
        top: calc(-52 / var(--font-size) * 1rem);
        left: 50%;
        transform: translateX(-50%);
        height: calc(179 / var(--font-size) * 1rem);
        width: calc(200 / var(--font-size) * 1rem);
    }
    .about-content-list-item--low .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_low.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item--middle .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_middle.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item--high .about-content-list-item__in::before {
        background: url("/r07/assets/img/housingcomplex/top/img_high.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item__body {
        padding: calc(145 / var(--font-size) * 1rem) 0 calc(30 / var(--font-size) * 1rem);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .about-content-list-item__container {
    }
    .about-content-list-item-heading {
        text-align: center;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
    }
    .about-content-list-item-heading__label {
        color: var(--primary-color-100);
        font-size: calc(20 / var(--font-size) * 1rem);
        font-weight: bold;
    }
    .about-content-list-item-text {
    }
    .about-content-list-item-text__label {
        font-size: calc(14 / var(--font-size) * 1rem);
        line-height: 1.4;
    }
    .about-content-list-item-btn {
        margin-top: calc(20 / var(--font-size) * 1rem);
        width: 100%;
    }
    .about-content-list-item-btn .c-btn {
        --btn-min-height:48;
    }
    .housingcomplex-flow-container {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-flow-container .c-img {
    }
    .housingcomplex-btn-container {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-flow-container__body {
        width: calc(875 / var(--font-size) * 1rem);
    }
    .housingcomplex-btn-container .c-btn--disable {
        --btn-bg-color:var(--gray-color-200);
        --btn-border-color:var(--gray-color-200);
    }
    .housingcomplex-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
}


/* ==========================================================================

========================================================================== */

@media all and (min-width: 768px), print {
    .housingcomplex-desc-container {
    }
    .housingcomplex-desc__content + .housingcomplex-desc__content {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__content--small + .housingcomplex-desc__content--small {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__header {
    }
}
@media all and (max-width: 767px), print {
    .housingcomplex-desc-container {
    }
    .housingcomplex-desc__content + .housingcomplex-desc__content {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__content--small + .housingcomplex-desc__content--small {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__header {
    }
}

/* ==========================================================================
  LOGO
========================================================================== */
@media all and (min-width: 768px) {
    .logo-list {
      display: flex;
      justify-content: center;
      margin-bottom: calc(60 / var(--font-size) * 1rem);
    }
    .logo-list-item {
    }
    .logo-list-item + .logo-list-item {
      margin-left: calc(40 / var(--font-size) * 1rem);
    }
    .logo-list-item-img {
      width: calc(237 / var(--font-size) * 1rem);
    }
    .c-img {
    }
  }
  @media all and (max-width: 767px) {
  }

  @media all and (min-width: 768px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {
        display: flex;
    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {
        margin-left: calc(60 / var(--font-size) * 1rem);
    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .logo-btn .l-btn-list-item--l {
        width: calc(410 / var(--font-size) * 1rem);
    }
}

@media all and (max-width: 767px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {

    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {
 
    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .logo-btn .l-btn-list-item--l {
        width: calc(410 / var(--font-size) * 1rem);
    }
}