
.page-name-renov, .page-name-buy{
  section.flow{
    .flow-buttons{
      display: flex;
      flex-direction: column;
      gap: 36px;
      margin-top: 80px;
      *{
        margin: 0px;
      }
      @media only screen and (max-width: 768px){
        gap: 16px;
        margin-top: calc(118px - 40px);
      }

      
    }
  }
}

/* page : info */
.page-name-info{
  .headline-section{
    padding-bottom: 0px;
  }
}

/* page : event-post */
.page-name-event-post{
  .event-list-in-state{
    position: relative;
    z-index: 1;
  }
  .post-headline{
    gap: 16px;
  }
  .post-headline__category{
    height: 40px;
    width: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cl-black);
    span{
      color: var(--cl-white);
      text-align: center;
      font-family: Noto Sans JP,\6e38\30b4\30b7\30c3\30af\4f53,YuGothic,\6e38\30b4\30b7\30c3\30af,Yu Gothic,sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 1.6px;
    }
    @media only screen and (max-width: 768px){
      width: 171px;
      height: 31px;
      span{
        font-size: 12px;
      }
    }
  }
}


/* page : real_estate */
.page-name-live{
  .headline-flex{
    .headline-cap{
      line-height: 1.5;
    }
  }

  .headline-flex + .btn-foundation{
    margin-top: 78px;
    max-width: 1028px;
    margin-inline: auto;
    @media only screen and (max-width: 768px){
      margin-top: 28px;
      max-width: 354px;
    }
  }
}

/* page : renovation */
.page-name-renov{
  #after-service{
    padding-bottom: 80px;
    &:before{
      height: 100%;
      @media only screen and (max-width: 768px){
        height: calc(100% - 40px);
      }
    }
  }
}

/* page : buy */
.page-name-buy{
  #after-service{
    padding-bottom: 80px;
    &:before{
      height: 100%;
      @media only screen and (max-width: 768px){
        height: calc(100% - 40px);
      }
    }
  }
}

@media (max-width: 750px) {
  [pc-only], .pc-only {
    display: none !important;
  }
}
@media (min-width: 751px) {
  [sp-only], .sp-only {
    display: none !important;
  }
}

