@charset "utf-8";
.estate-top {
      margin-top: clamp(2.5rem, 1.833rem + 1.39vw, 3.5rem);
    background-color: #FFF5D8;
}
.estate-top__container {
      text-align: center;
    padding: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
}
.estate-top__title {
      font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #2F2020;
    text-underline-offset: clamp(0.375rem, 0.125rem + 0.52vw, 0.75rem);
    letter-spacing: 0.1em;
}

.service {
  padding-top: 80px;
  padding-bottom: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.service__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.service__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.service__title {
      font-size: clamp(1.375rem, 1.292rem + 0.17vw, 1.5rem);
    font-weight: 600;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #2F2020;
    text-underline-offset: 8px;
    letter-spacing: 0.1em;
}
.service__text {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    line-height: 1.8;
    text-align: center;
    font-weight: 400;
}
.service__items {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
    width: 100%;
}
.service__item {
        display: flex;
    column-gap: clamp(5rem, 0.571rem + 6.92vw, 8.875rem);
}
.service-right__top {
      display: flex;
    column-gap: clamp(1.25rem, -0.25rem + 3.13vw, 3.5rem);
}
.service-right-top__imgBox {
  width: 35%;
}

.service-right-top__img {
      border-radius: 30px 0 0 0;
    aspect-ratio: 332/ 227;
    object-fit: cover;
    height: auto;
}

.service-right-top__content {
  width: 65%;
}
.service-right__title {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #2F2020;
    text-underline-offset: 8px;
    letter-spacing: 0.1em;
}
.service-right__text {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    line-height: 1.8;
    font-weight: 400;
}

.estate__flow {
  margin-top: 40px;
}
.estate__title {
      font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    font-weight: 600;
}
.flow__items {
  margin-top: 20px;
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
}
.flow__item {
      display: flex;
    align-items: stretch;
}
.flow-item__left {
      display: flex;
    align-items: center;
  width: 18%;
}
.flow-item__number {
      color: #Fff;
    background-color: #FF7745;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    width: 36%;
    font-weight: 700;
}
.flow-item__title {
    font-size: 18px;
    width: 64%;
    justify-content: center;
    font-weight: 700;
    color: #FF7745;
    height: 100%;
    display: flex;
    align-items: center;
  min-width: 85px;
}
.flow-item__text {
    padding: 16px clamp(1.25rem, 0.083rem + 2.43vw, 3rem);
    background-color: #Fff;
    font-weight: 500;
  width: 82%;
}

.estate-property {
  margin-top: clamp(4rem, 3.333rem + 1.39vw, 5rem);
}
.list-wrap {
  padding: clamp(1.25rem, 0.75rem + 1.04vw, 2rem) 0 0!important;
}
.list-wrap {
    & .listLk {
        .categoryTxt {
          display: none!important;
      }
  }
}

.management {
      background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
}
.management__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.management__title {
      margin-top: clamp(2rem, 1.333rem + 1.39vw, 3rem);
    text-align: center;
    font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #2F2020;
    text-underline-offset: 8px;
    letter-spacing: 0.1em;
}
.management__text {
      margin-top: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}
.management__content {
  margin-top: 40px;
}
.management__items {
      margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
}
.management__item {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.management_item__title {
      font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 500;
    text-align: center;
}
.management_item__icon {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    width: clamp(6.438rem, 2.021rem + 9.2vw, 13.063rem);
    object-fit: contain;
}
.management__flow {
  margin-top: clamp(3rem, 1.667rem + 2.78vw, 5rem);
}
.flow-item__text--2 {
  background-color: #F7F6F2;
}

.reform {
  padding: clamp(2.5rem, 0.833rem + 3.47vw, 5rem) 0 clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.reform__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.reform__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.reform-bunner {
  width: 100%;
}
.reform__bunner {
        margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 26px;
    padding: 40px;
      position: relative;
    background-image: url(https://kyowa-jut.co.jp/system_panel/uploads/images/reform-bg.png);
      background-position: center;
    background-size: cover;
}
.consultation-cta__mask {
      position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  opacity: 0.56;
  z-index: 10;
  background-color: #000;
}
.reform-bunner__title {
      position: relative;
    z-index: 20;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
}
.reform__btn {
  padding: 0;
  background-color: unset;
    position: relative;
    z-index: 20;
}


@media (max-width: 1023px) {
  .service__item {
        flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .estate-top__container {
        padding-left: 20px;
    padding-right: 20px;
  }
  .estate-top__title {
    font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  }
  .service__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-right__top {
        flex-direction: column;
    row-gap: 32px;
  }
  .service-right-top__imgBox,
  .service-right-top__content {
    width: 100%;
  }
  .service-right__title {
    text-align: center;
  }
  
  .flow__item {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .flow-item__left {
        width: 100%;
    column-gap: 16px;
    height: auto;
  }
  .flow-item__number {
        width: 40px;
    height: 40px;
  }
  .flow-item__title {
    width: fit-content;
    min-width: unset;
  }
  .flow-item__text {
    width: 100%;
    font-size: clamp(0.75rem, 0.621rem + 0.53vw, 0.875rem);
  }
  
  .management__items {
        grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 8px;
  }
  .management_item__icon {
    width: clamp(6.438rem, -0.416rem + 28.12vw, 13.063rem);
  }
}

@media (max-width: 389px) {
  .service__title {
    font-size: clamp(1.125rem, 0.545rem + 2.9vw, 1.25rem);
  }
  .service-right__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  
  .management__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .flow-item__text {
    font-size: 14px;
  }
  
  .reform-bunner__title {
    font-size: clamp(1.125rem, -0.614rem + 8.7vw, 1.5rem);
  }
}