@charset "utf-8";


.service-fv{
  padding:10rem 0 5rem;
  text-align:center;
  position:relative;
  z-index:1;
  margin-bottom:100px;
}

.service-fv > img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  object-fit:cover;
  z-index:-1;
}

.service-fv .lower-fv{
  margin-bottom:3.5rem;
}

.service-fv h1{
  font-size:clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}

.service-fv .lower-fv img{
  height:76px;
}

.service-fv .pankuzu{
  margin-top:0;
}

.service-fv h2{
  margin-bottom:2rem;
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.estate-bg{
  margin-bottom:10rem;
}

.estate-bg .container{
  max-width:1152px;
}

.estate-top{
  text-align:center;
  margin-bottom:5rem;
}

.estate-top h2{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  margin-bottom:2.5rem;
}

.estate-top-wrap{
  display:flex;
  gap:2rem;
  justify-content: center;
}

.estate-top-wrap p{
  padding:20px 40px;
  border:1px solid ;
  border-radius:4rem;
  line-height:1;
  font-size:clamp(1rem, 0.682rem + 1.06vw, 1.875rem);
}

.estate-feature-wrap{
  display:flex;
  gap:2.5rem 5%;
  flex-wrap:wrap;
}

.estate-feature-item{
  width:47.5%;
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.estate-feature-item img{
  width:9%;
}

.estate-feature-item div{
  width:calc(91% - 20px);
}

.estate-feature-item h3{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:16px;
}

.estate-flow{
  margin:10rem 0;
}

.estate-flow-wrap{

}

.estate-flow-item{
  display:flex;
  margin-bottom:2.5rem;
  justify-content: space-between;
}

.estate-flow-item .kira{
  width:50%;
}

.estate-flow-item .kira + div{
  width:45%;
}

.estate-flow-item div h3{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom:1rem;
}

.estate-flow-item .btn{
  margin:2rem 0 0;
  padding: 24px 2.5rem;
}

.estate-flow-item .accent{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}

.company-list{
  display:flex;
  margin-bottom:1rem;
  gap:6px;
}

.company-list p:first-child{
  width:124px;
  text-align:center;
  padding:8px 4px;
  border:1px solid;
}

.company-list p:last-child{
  width:calc(100% - 130px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  background:#606060;
  padding:8px 1.5rem;
}

.banner{
  padding:4rem 5%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  position:relative;
  margin-top:7.5rem;
}

.banner img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
  object-fit:cover;
}

.banner h2{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  margin-bottom:10px;
  letter-spacing: 9px;
  width: fit-content;
}

.banner .btn{
  margin:0;
  background: transparent;
  padding: 2rem 5rem;
  border-radius: 3.5rem;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1279px) {
}


@media screen and (max-width: 1024px) {
  .estate-feature-item{
    width:100%;
  }
  .estate-feature-item img {
    width: 2rem;
  }
  .estate-feature-item div {
    width: calc(100% - 2rem - 20px);
  }
  .service-fv .lower-fv img {
    height: 60px;
  }
  .banner .btn{
    padding: 1.5rem 2rem;
  }
  .estate-top-wrap{
    gap: 2rem 1rem;
    flex-wrap: wrap;
    max-width: 450px;
    align-items: center;
    margin: 0 auto;
  }
  .estate-flow-item .btn {
    margin: 1rem 0 0;
    padding: 20px 2rem;
  }
}


@media screen and (max-width: 767px) {
  .service-fv .lower-fv img {
    height: auto;
    width: 90%;
    max-width: 450px;
  }
  .service-fv{
    padding: 5rem 5% 5rem;
    margin-bottom: 4rem;
  }
  .service-fv .lower-fv {
    margin-bottom: 2.5rem;
  }
  .estate-top-wrap p {
    padding: 12px 24px;
  }
  .estate-top h2{
    margin-bottom: 1.5rem;
  }
  .estate-flow {
    margin: 5rem 0;
  }
  .estate-flow-item{
    flex-direction: column;
    gap: 1rem;
  }
  .estate-flow-item .kira,
  .estate-flow-item .kira + div{
    width:100%;
  }
  .company-list p:first-child {
    width: 110px;
  }
  .company-list p:last-child {
    width: calc(100% - 116px);
  }
  .banner{
    margin-top: 5rem;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
  .banner h2{
    margin: 0 auto 8px;
    font-size: 1.5rem;
  }
}