@charset "utf-8";

html { scroll-behavior: smooth;}


.accent{
  font-family: "Noto Serif JP", serif;
}

body{
  font-size:16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  background-color: #fff;
  word-break: auto-phrase;
}


h1,h2,h3,h4,h5{
  margin:0;
  font-weight:bold;
  line-height: 1.5;
}

p{
  margin:0;
  line-height:1.5;  
}

.sp{
  display:none;
}

a{
  color: #000;
  cursor: pointer;
  display:block;
  transition:0.3s;
}

a:hover{
  color: #000;
  text-decoration:none;
  opacity:0.7;
}


a p{
  line-height:1;
}


img{
  width:100%;
  object-fit: contain;
}

.container{
  padding:0 !important;
  max-width: 1920px;
  width: 100%;
}

.row{
  margin:0;
}

.slider-wrap{
  overflow: hidden;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}

.autoplay-slide {
  height: auto;
  width: 450px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin: 0 10px;
  position: relative;
}

@keyframes sliderAnimation{
  100% {
    transform: translateX(-50%);
  }
}


.lower-fv{
  padding:10rem 10% 1rem;
  margin-bottom:5rem;
  border-bottom:1px solid #EAEAEA;
}

.lower-fv-text{
  position:relative;
  padding-left:1.5rem;
  border-left:20px solid #243374;
}

.lower-fv-text p{
  font-family: "Noto Serif JP", serif;
  color:rgba(0,0,0,0.14);
  font-size:clamp(1.5rem, 0.409rem + 3.64vw, 4.5rem);
}

.lower-fv h1{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  position: absolute;
  bottom: 5%;
  left: 10%;
  width:max-content;
}

.pankuzu{
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0 auto;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0 0 1rem 10%;
  border-bottom: 1px #cdcdcd solid;
}

.pankuzu a{
  color:#000000;
  position: relative;
}

.pankuzu a:hover{
  text-decoration:underline;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.3rem;
  top: 0rem;
  line-height: 1;
}

.pankuzu p{
  line-height:1;
}

.lower-row{
  width: 90%;
  margin: 0 auto;
  gap:5%;
}

.lower-row > div{
  width:47.5%;
}

.lower-row h3{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin: 0 0 1.5rem;
  line-height: 1.5;
}


strong{
  font-weight:normal;
  display: inline-block;
}

.border-btn{
  padding:28px 4.5rem;
  text-align:center;
  width: fit-content;
  border: 2px solid;
  position: relative;
}

.border-btn::before{
  content:"";
  position :absolute;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

}

@media screen and (max-width: 768px) {
  .pankuzu{
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 0 auto;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0 0 1rem 5%;
    border-bottom: 1px #cdcdcd solid;
  }
  .border-btn {
    padding: 20px 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  body{
  font-size:14px;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
}


/*  onozawa add   */
.page-container{
  margin: 120px auto 0;
  padding-top: 2rem;
  max-width: 1920px;
  width: 100%;
}

.page-content{
  width: 80%;
  margin: 0 auto;
}

.page-title{
  position: relative;
  margin: 2rem auto 0.5rem;
}

.page-title h1{
  position: relative;
  border-left: solid #243374 20px;
  padding: 0.5rem 1rem;
  margin-left: 10%;
  color: #cdcdcd;
  font-size: 4.5rem;
}

.page-title p{
  position: absolute;
  bottom: 0;
  left: 13%;
  font-size: 2rem;
  font-weight: 600;
}


@media screen and (max-width: 768px) {
  .page-content{
    width: 95%;
  }
  .page-container{
    margin: 50px auto 0;
    padding-top: 1rem;
  }
  .page-title h1{
    position: relative;
    margin-left: 5%;
    border-left: solid #243374 10px;
    font-size: 2rem;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .page-title p{
    font-size: 1rem;
  }
}


.owner-price-title{
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  padding: 1rem 2rem 1.5rem;
}
.owner-price-title p{
  position: relative;
  color: #243374;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.owner-price-title h2{
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.owner-price-title img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}