@charset "utf-8";

.service-fv h2{
  animation-delay:1s;
}

.asset-fv{
  width: 50%;
  margin: 0 auto;
  max-width: 820px;
  overflow:hidden;
}

.asset-middle-img{
  overflow:hidden;
}

.asset-fv img,
.asset-middle-img img{
  transform:translateX(-100%);
  opacity:0;
  transition:0.8s ease-in-out 1.5s;
}

.asset-middle-img img{
  transition:0.8s ease-in-out 0s;
}

.asset-fv.fadeUp img,
.asset-middle-img.fadeUp img{
  transform:none;
  opacity:1;
}
  

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

.asset-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.asset-img{
  width:34%;
}

.asset-wrap .asset-img + div{
  width:61%;
}

.asset-wrap > div p{
  line-height:calc(40/18);
}

.asset-wrap > div h2{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:2rem;
}

.asset-wrap > div  p{
  margin-bottom:2rem;
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.estate-top{
  margin-bottom:7.5rem;
}

.estate-top-wrap{
  margin-bottom:1.5rem;
}

.estate-top-wrap p{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.asset-middle-img{
  width:85%;
  margin:0 auto 1.5rem;
}

.asset-why{
  text-align:left;
}

.asset-why-list{
  display:flex;
  margin-top:1.5rem;
  gap:2rem;
  align-items:center;
}

.asset-why-list p{
  line-height: 2;
}

.asset-why-list img{
  width:2rem;
}

.asset-why-list strong,
.asset-why-list em{
  font-size:clamp(1rem, 0.727rem + 0.91vw, 1.75rem);
  padding-bottom:8px;
  background: linear-gradient(transparent 99%, #fff 0%);
  display: inline !important;
}

.step.border-title{
  text-align: center;
}

.step.border-title span{
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 1em;
}

.step.border-title strong{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  display:block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}

#step{
  width: 80%;
  margin: 0 auto 3.5rem;
}

.step-box:not(:last-child){
  margin-bottom:7.5rem;
}

.step-title{
  margin:0 0 2.5rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.step-title-img{
  width:20%;
  aspect-ratio: 207 / 160;
  background: linear-gradient(90deg, #FD8A2A, #FF6F8D, #292FBC, #2A2369, #321A3C, #000000, #FD8A2A /* ← ここだけ */);
  background-size: 300% 100%;
  animation: gradientMove 10s linear infinite;
  -webkit-mask: url(https://seedner.co.jp/system_panel/uploads/images/20260121103526335403.png) no-repeat center / contain;
  mask: url(https://seedner.co.jp/system_panel/uploads/images/20260121103526335403.png) no-repeat center / contain;
}

.step-title-img img{
  width: 63%;
  margin: 0.5rem 0 0 auto;
}

.step-title-txt{
  width:75%;
}

.step-title-txt h2{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom:8px;
}

.step-box-img{
  width:70%;
  max-width:635px;
  margin:0 auto ;
}

.step-box-img p{
  width:fit-content;
  margin:20px 0 0 auto;
}

.step-box-img3{
  text-align:center;
  width:80%;
  margin:0 auto ;
}

.step-box-img3 h3{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin:3.5rem 0 1.5rem;
}

.step-box:has(.step-box-img3){
  margin-bottom: 2.5rem;
}

.step-box + .feature-banner{
  margin-top:2.5rem;
}

.step-wrap{
  max-width:740px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:3.5rem 1rem;
  justify-content: space-between;
}

.step-item{
  width:calc((100% - 1rem) /2 ) ;
  max-width:330px;
}

.step-item h3{
  font-size:1rem;
  margin:1rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.step-item h3 + p{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.step-item div{
  display:flex;
  gap:1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  flex-wrap:wrap;
  margin-top:12px;
}

.step-item div p{
  padding: 11px 18px;
  border-radius: 3rem;
  border:1px solid ;
  line-height:1;
}

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

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


@media screen and (max-width: 1024px) {
  .step-box-img3{
    width:100%;
  }
  .step-item div p{
    font-size: 14px;
    padding: 8px 12px;
  }
  .soft + .service-fv .lower-fv img{
    height:auto;
    width:80%;
  }
  #step{
    width: 90%;
    margin: 0 auto 2.5rem;
  }
  .asset-fv {
    width: 70%;
  }
  .asset-why-list strong, .asset-why-list em{
    padding-bottom: 4px;
  }
}


@media screen and (max-width: 767px) {
  .asset-fv {
    width: 100%;
  }
  .asset-wrap{
    flex-direction: column;
    gap: 1.5rem;
  }
  .asset-img {
    width: 80%;
  }
  .asset-wrap .asset-img +  div{
    width: 100%;
  }
  .asset-wrap > div h2,
  .asset-wrap > div p{
    margin-bottom: 1rem;
  }
  .estate-top-wrap p{
    padding: 12px 16px;
  }
  .step.border-title span{
    padding:0;
  }
  .border-title::after{
    display:none;
  }
  .step-title{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .step-title-img {
    width: 100px;
  }
  .step-title-txt,
  .step-box-img,
  .step-item{
    width: 100%;
  }
  .asset-why-list img {
    width: 1.5rem;
  }
  .asset-why-list{
    gap: 1rem;
  }
  .step-box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .soft + .service-fv{
    padding: 5rem 5% 0rem;
  }
  .estate-top {
    margin-bottom: 5rem;
  }
  .step-box-img3 h3 span{
    font-size: 18px;
  }
  .estate-bg {
    margin-bottom: 5rem;
  }
  .soft + .service-fv .lower-fv img{
    width:90%;
  }
}