 


@charset "UTF-8";

.c-btn--grd {
    --btn-bg-color: linear-gradient(-24deg, #E68686, #fbeaea);
  }
  .c-btn--grd .c-btn__in {
    background: var(--btn-bg-color);
    border-radius: calc(var(--btn-radius) / var(--font-size) * 1rem);
    border: calc(1 / var(--font-size) * 1rem) solid var(--btn-border-color);
    height: 100%;
    transition: all 0.2s;
  }

@media all and (min-width: 768px), print {
    .about-content-list-item-btn .l-btn-list-item {
        position: relative;
    }
    .about-content-list-item-btn .btn-txt-housingcomplex {
        color: #e85287;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .l-page-sec + .l-page-sec {
        margin-top: calc(60 / var(--font-size)* 1rem);
    }
}
@media all and (max-width: 767px), print {
    .about-content-list-item-btn .btn-txt-housingcomplex {
        color: #e85287;
        font-weight: bold;
    }
}
/* ==========================================================================
  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% - (60 / var(--font-size) * 1rem)) / 3 );
    }
    .about-content-list-item__in {
        border: solid calc(2 / var(--font-size) * 1rem) var(--gray-color-150);
        border-radius: calc(10 / var(--font-size) * 1rem);
        padding: 0 calc(30 / var(--font-size) * 1rem);
        position: relative;
        margin-top: calc(32 / var(--font-size) * 1rem);
        height: calc(100% - calc(32 / var(--font-size) * 1rem));
    }
    .about-content-list-item__in::before {
        content: "";
        position: absolute;
        top: calc(-32 / var(--font-size) * 1rem);
        left: 50%;
        transform: translateX(-50%);
        height: calc(140 / var(--font-size) * 1rem);
        width: calc(219.25 / var(--font-size) * 1rem);
    }
    .about-content-list-item--zehplus .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_zehplus.png") center no-repeat;
        background-size: contain;
        top: calc(-12 / var(--font-size) * 1rem);
    }
    .about-content-list-item--zeh .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_renovation.png") center no-repeat;
        background-size: contain;
        height: calc(160 / var(--font-size) * 1rem);
        width: calc(231.34 / var(--font-size) * 1rem);
    }
    .about-content-list-item--inspection .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_inspection.png") center no-repeat;
        background-size: contain;
        height: calc(160 / var(--font-size) * 1rem);
        width: calc(231.34 / var(--font-size) * 1rem);
    }
    .about-content-list-item__body {
        padding: calc(145 / var(--font-size) * 1rem) 0 calc(32 / var(--font-size) * 1rem);
        height: 100%;
        display: flex;
        flex-direction: column;
        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--zehplus .about-content-list-item-heading__label {
        color: var(--zehplus-color-100);
    }
    .about-content-list-item--zehplus .about-content-list-item-btn .c-btn{
        --btn-bg-color: var(--zehplus-color-100);
        --btn-border-color: var(--zehplus-color-100);
    }
    .about-content-list-item-text {
    }
    .about-content-list-item-text__label {
        font-size: calc(14 / var(--font-size) * 1rem);
        line-height: 1.4;
        text-align: center;
    }
    .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;
        --btn-px: 32;
    }
    .l-info-thumbnail-list {
        --thumbnail-content-bg-color: linear-gradient(-24deg, #E68686, #fbeaea);
        /* --thumbnail-content-bg-color: linear-gradient(-24deg, #B4A7D6, #E68686); */
    }
    .l-info-thumbnail-list-content__in {
        background: var(--thumbnail-content-bg-color);
    }
}
@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(2 / var(--font-size) * 1rem) var(--gray-color-150);
        border-radius: calc(10 / var(--font-size) * 1rem);
        padding: 0 calc(30 / var(--font-size) * 1rem);
        position: relative;
        margin-top: calc(32 / var(--font-size) * 1rem);
        height: calc(100% - calc(32 / var(--font-size) * 1rem));
    }
    .about-content-list-item__in::before {
        content: "";
        position: absolute;
        top: calc(-13 / var(--font-size) * 1rem);
        left: 50%;
        transform: translateX(-50%);
        height: calc(140 / var(--font-size) * 1rem);
        width: calc(219.25 / var(--font-size) * 1rem);
    }
    .about-content-list-item--zehplus .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_zehplus.png") center no-repeat;
        background-size: contain;
    }
    .about-content-list-item--zeh .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_renovation.png") center no-repeat;
        background-size: contain;
        height: calc(160 / var(--font-size) * 1rem);
        width: calc(231.34 / var(--font-size) * 1rem);
        top: calc(-33 / var(--font-size) * 1rem);

    }
    .about-content-list-item--inspection .about-content-list-item__in::before {
        background: url("/assets/img/renovation/top/img_inspection.png") center no-repeat;
        background-size: contain;
        height: calc(160 / var(--font-size) * 1rem);
        width: calc(231.34 / var(--font-size) * 1rem);
        top: calc(-33 / var(--font-size) * 1rem);
    }
    .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;
        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--zehplus .about-content-list-item-heading__label {
        color: var(--zehplus-color-100);
    }
    .about-content-list-item--zehplus .about-content-list-item-btn .c-btn{
        --btn-bg-color: var(--zehplus-color-100);
        --btn-border-color: var(--zehplus-color-100);
    }
    .about-content-list-item-text {
    }
    .about-content-list-item-text__label {
        font-size: calc(14 / var(--font-size) * 1rem);
        line-height: 1.4;
        text-align: center;
    }
    .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;
    }
    .l-info-thumbnail-list {
        --thumbnail-content-bg-color: linear-gradient(-24deg, #E68686, #fbeaea);
    }
    .l-info-thumbnail-list-content__in {
        background: var(--thumbnail-content-bg-color);
    }
}


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

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

@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-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__header {
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .notification-page-sec + .l-page-sec {
      margin-top: calc(60 / var(--font-size) * 1rem);
    }
}
@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-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .housingcomplex-desc__header {
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .notification-page-sec + .l-page-sec {
      margin-top: calc(50 / var(--font-size) * 1rem);
    }
}

/* ==========================================================================
  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 {
        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);
    }
}
/* ==========================================================================
  NEWS
========================================================================== */
@media all and (min-width: 768px), print {
    .top-news{
        margin-top: calc(90 / var(--font-size) * 1rem);
      }
    .top-news__in {
    }
    .top-news__body {
      display: flex;
      padding: calc(90 / var(--font-size) * 1rem) 0;
    }
    .top-news__header {
      flex-shrink: 0;
      margin-right: calc(90 / var(--font-size) * 1rem);
      margin-bottom: 0;
    }
    .top-news__header-title .c-header-title {
      text-align: left;
    }
    .top-news__header-btn {
      width: calc(140 / var(--font-size) * 1rem);
      margin-top: calc(18 / var(--font-size) * 1rem);
    }
    .top-news__content {
    }
    .top-news .c-news-list__body{
      align-items: flex-start;
  }
  .top-news .c-news-cat{
      margin-top: 2px;
  }
  }
  
  @media all and (max-width: 767px) {
    .top-news{
        margin-top: calc(50 / var(--font-size) * 1rem);
      }
    .top-news__in {
    }
    .top-news__body {
      display: flex;
      flex-direction: column;
    }
    .top-news__header {
      flex-shrink: 0;
      margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .top-news__header-title .c-header-title {
      text-align: left;
    }
    .top-news__header-btn {
      width: calc(140 / var(--font-size) * 1rem);
      margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .top-news__content {
    }
}
  

@media all and (min-width: 768px), print {
    .housingcomplex-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .link-inactive{
        pointer-events: none;
    }
    .link-inactive--view .c-ico-btn {
        --btn-bg-color: var(--gray-color-200);
        --btn-border-color: var(--gray-color-200);
        --btn-txt-color: var(--white-color);
    }
    .link-inactive--view .c-ico-btn:hover {
        --btn-arrow-color: #fff;
    }
}
@media all and (max-width: 767px) {
    .housingcomplex-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .link-inactive{
        pointer-events: none;
    }
    .link-inactive--view .c-ico-btn {
        --btn-bg-color: var(--gray-color-200);
        --btn-border-color: var(--gray-color-200);
        --btn-txt-color: var(--white-color);
    }
    .link-inactive--view .c-ico-btn:hover {
        --btn-arrow-color: #fff;
    }
}


td.c-table-chart-cell{
    /* text-align: left; */
    font-feature-settings: "palt";
}
.about-zyh-table--usage{
    max-width: calc(168 / var(--font-size) * 1rem) !important;
}
@media all and (max-width: 767px) {
    .page-hero__body {
        padding: calc(25 / var(--font-size) * 1rem) 0 calc(60 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem);
        min-height: calc(172 / var(--font-size) * 1rem);
    }
    table .c-list-item{
        font-size: calc(14 / var(--font-size) * 1rem);
        text-align: left;
    }
}


/* A公開 */
@media all and (min-width: 768px), print {
    .about-content-list-item {
        width: calc(612 / var(--font-size) * 1rem);
    }
    /* .about-content-list{justify-content: center;} */
    .about-content-list-item__in{
        padding: calc(30 / var(--font-size) * 1rem) calc(60 / var(--font-size) * 1rem);
        padding-left:calc(330 / var(--font-size) * 1rem);
        margin-top: 0;
        height: auto;
    }
    .about-content-list-item__body {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-content-list-item--zehplus .about-content-list-item__in::before {
        inset: 0;
        transform: unset;
        position: absolute;
        top: 50%;
        left:calc(60 / var(--font-size) * 1rem);
        transform: translateY(-50%);
    }
    #project{padding-bottom: calc(30 / var(--font-size) * 1rem);}
    .about-content-list-item-btn .l-btn-list-item {
        position: relative;
        width: 100%;
    }
}


/* ////////////////////////////////////////////////
# ZEH+改修
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .cat-zehplus #regulation .l-accordion-box{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .cat-zehplus .l-info-thumbnail-list {
        --thumbnail-content-bg-color: var(--primary-color-100);
    }
    .cat-zehplus .l-info-thumbnail-list-content__in{
        border-radius: calc(10 / var(--font-size)* 1rem);
    }
    .link-openhouse{
        width: calc(480 / var(--font-size) * 1rem);
        margin-top: calc(16 / var(--font-size)* 1rem);
        transition: all .2s;
    }
    .link-openhouse:hover{
        opacity: .8;
    }
}
@media all and (max-width: 767px) {
    .cat-zehplus #regulation .l-accordion-box{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .cat-zehplus .l-info-thumbnail-list {
        --thumbnail-content-bg-color: var(--primary-color-100);
    }
    .cat-zehplus .l-info-thumbnail-list-content__in{
        border-radius: calc(10 / var(--font-size)* 1rem);
    }
    .link-openhouse{
        width: 100%;
        margin-top: calc(16 / var(--font-size)* 1rem);
        transition: all .2s;
    }
    .link-openhouse:hover{
        opacity: .8;
    }
}