.house{
  margin-top: 48px;
}
.house-head-wrapper{
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
  text-align: center;
}
.house-ttl{
  font-size: 28px;
  margin: 40px 0 0;
  font-weight: 800;
}
.house-desc{
  font-size: 15px;
  line-height: 1.55em;
  margin: 15px 0 0;
  font-weight: 800;
}

.house-section{
  margin-top: 70px;
  position: relative;
}
.house-section + .house-section{
    margin-top: 40px;
}

.house-section + .house-section .house-section-txt-wrapper{
  /* border-top: 1px solid #000; */
  padding-top: 40px;
}
.house-deco{
  position: absolute;
}
.house-deco.section1{
  top: -5%;
  left: 10%;
  height: 52px;
  display: block;
}
.house-deco.section2{
  top: -3.5%;
  right: 7.5%;
  height: 92px;
  display: block;
}
.house-deco.section3{
  top: -1.5%;
  left: 5%;
  height: 45px;
  display: block;
}

.house-section-txt-wrapper{
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  box-sizing: content-box;
}
.house-section-txt-wrapper h2{
  font-size: 32px;
  font-weight: 800;
}
.house-section-txt-wrapper p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55em;
  margin-top: 12px;
}
.house-section-nav-wrapper{
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.house-slider-wrapper{
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, .15));
  transform: translateZ(0);
}
.house-swiper1{

}

.house-content-card{
  padding: 12px;
  height: auto;
  position: relative;
}
.house-content-deco{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50px;
}
.house-content-card a.hover_ok{
  transition: 0.3s;
  top: 0;
}
.house-content-card a.hover_ok:hover {
  top: -4px;
}

.house-content-card-inner{
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  display: block;
}
.house-content-card-img-wrapper{
  width: 100%;
  padding-top: 45.3%;
  position: relative;
}
.house-content-card-img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.house-content-card-txt-wrapper{
  padding: 20px 16px 20px;
}
.house-content-card-txt-wrapper h3{
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.25em;
}
.house-content-card-txt-wrapper.txt-small h3{
  font-size: 21px;
}
.house-content-card-txt-wrapper h3 span{
  font-size: 16px;
  font-weight: 800;
  margin: 4px 0 4px;
  line-height: 1.25em;
  display: block;
  font-weight: 600;
  text-align: center;
}

.house-content-card-txt-inner{
}


.house-content-card-txt-wrapper p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}

.house-copylight{
  margin: 10px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  text-align: right;
  position: relative;
}
