@charset "utf-8";

html { scroll-behavior: smooth;}

.accent{
  font-family: "Mochiy Pop P One", sans-serif;
}

body{
  margin-left: 300px !important;
  font-size:16px;
  font-family:"Zen Maru Gothic", serif;
  color:#433E3B;
  font-weight: 400;
  background-color: #FFF7E6;
  word-break: auto-phrase;
}

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

p{
  margin:0;
  line-height:2;  
  font-weight: 400;
}

.sp{
  display:none;
}

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

a:hover{
  color: #433E3B;
  text-decoration:none;
}


a p{
  line-height:1;
  font-weight: 500;
}



.btn{
  padding:12px 2.5rem 12px 2rem;
  text-align:center;
  border-radius:24px;
  margin:0 auto;
  display:block;
  width: fit-content;
  background:#EF7946;
  color:#fff;
  position:relative;
  font-weight:500;
  border:1px solid #EF7946;
}

.btn.reverse{
  padding:12px 2rem 12px 2.5rem;
}

.btn.reverse::before{
  content:"<";
  right:auto;
  left:1rem;
}

.btn:hover{
  background:#FFF7E6;
  color:#EF7946;
}

.btn::before{
  content:">";
  position:absolute;
  color:#fff;
  right:1rem;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition:0.3s;
}

.btn:hover::before{
  color:#EF7946;
}

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

.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%);
  }
}

@media (max-width: 767px) {
  .page-title{
    margin: 80px 0 0;
  }
}

.lower-fv{
  width:90%;
  margin:0 auto 4rem;
  border-bottom:3px solid #EF7946; 
  padding-bottom:0.5rem;
  display:flex;
  gap:20px;
  align-items: center;
}

.lower-fv img{
  max-width:110px;
  width:11%;
}

.lower-fv div{
  display:flex;
  flex-wrap:wrap;
  gap:0rem 1.5rem;
  align-items: flex-end;
}

.lower-fv p{
  color:#EF7946;
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

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

.lower-fv h1 strong{
  font-weight:bold;
}


.pankuzu{
  display: flex;
  width:90%;
  justify-content: end;
  margin: 5rem auto 2rem;
  gap: 1rem;
  flex-wrap: wrap;
  color:#EF7946;
  font-size:14px;
}

.pankuzu a{
  color:#8E8E8E;
  position: relative;
  text-decoration:underline;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -0.8rem;
  top: -4px;
}

.pankuzu p{
  line-height:1;
}

.loopSlide-wrap{
  position: relative;
}

.loopSlide{
  display: flex;
  width: 100vw;
  height: 680px;
  overflow: hidden;
}

.loopSlide  img {
  width: auto;
  height: 100%;
}

.loopSlide  img:first-child {
  animation: slide1 120s -60s linear infinite;
}
.loopSlide  img:last-child {
  animation: slide2 120s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

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

.top-banner-bg{
  overflow:hidden;
  position:relative;
  margin:100px 0 4rem;
  padding: 9rem 0;
}

.top-banner-bg::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  z-index: -1;
  top:0;
  left:0;
}

.top-banner{
  color:#fff;
  display:flex;
  justify-content:center;
  position:relative;
  margin: 0 auto;
}

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

/*
.top-banner-bg::before{
content:"";
position:absolute;
width: 15%;
aspect-ratio: 293 / 155;
right: 15%;
top: 0;
z-index: 10;
animation: moveLeft_banner 16s linear infinite;
background:url(https://family-fudosan.co.jp/system_panel/uploads/images/20250507161745718769.png) no-repeat center/contain;
}

@keyframes moveLeft_banner {
0% {
left: 100%;
}
100% {
left: -280px;
}
}
*/


.top-banner-text{
    text-align: center;
  width:90%;
  font-weight:bold;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.top-banner-text h2{
  font-size:clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
  margin-bottom:8px;
  line-height: 1.5;
}

.top-banner-text .btn{
  margin:1rem auto 0;
  color:#433E3B;
  background:#fff;
  border-color:#fff;
}

.top-banner-text .btn:hover{
  color:#EF7946;
  background:#FFF7E6;
  border-color:#EF7946;
}

.top-banner-text .btn::before{
  color:#433E3B;
}

.top-banner-text .btn:hover::before{
  color:#EF7946;
}

.line-title{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  padding-bottom:8px;
  border-bottom:2px solid #EF7946;
  margin-bottom:2.5rem;
  width:fit-content;
}

.line-title strong{
  font-weight:bold;
}



@media screen and (max-width: 1279px) {
  body {
    margin-left: 0px !important;
  }
  .loopSlide{
    height: 500px;
  }
  .pankuzu{
    margin-top:7.5rem;
  }
  .lower-fv img{
    width:10%;
  }
}

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

@media screen and (max-width: 767px) {
  .line-title{
    margin-bottom: 1.5rem;
  }
  .lower-fv img{
    width:4rem;
  }
  .lower-fv{
    gap:8px;
    border-bottom: 2px solid #EF7946;
    padding-bottom: 4px;
    width:95%;
  }
  .lower-fv   h1 {
    letter-spacing: 1px;
  }
  .lower-fv p{
    line-height: 1.5;
  }
  .pankuzu{
    width: 95%;
    margin-top: 5rem;
  }

  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  body{
    font-size:14px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .top-banner-bg{
        padding: 5rem 0;
  }
}

