@charset "utf-8";

.support-wrap{
  position:relative;
  display:flex;
  margin:5rem 0 10rem;
  padding:0 15% 20px;
  justify-content: space-between;
}

.support-wrap > img{
  position:absolute;
  width: 28%;
  bottom: 0;
  left: -3%;
  z-index: -1;
}

.support-txt{
  width:55%;
  font-size:clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}

.support-txt h2{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
}

.support-car{
  position:relative;
  aspect-ratio:731/390;
  margin-bottom:4rem;
}

.support-car.fadeUp .support-sub{
  opacity:1;
}

.support-sub{
  opacity:0;
  position:absolute;
  width:17%;
  top:0;
  transition:0.6s;
}

.support-sub1{
  left:0;
}

.support-sub2{
  left:25%;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transition-delay:0.3s;
}

.support-sub3{
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-delay:0.6s;
}

.support-sub4{
  left:75%;
  transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transition-delay:0.9s;
}

.support-sub5{
  left:100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition-delay:1.2s;
}

.support-sub1,
.support-sub5{
  top:15%;
}

.support-sub2,
.support-sub4{
  top:7.5%;
}

.support-main{
  position:absolute;
  width:65%;
  bottom:0;
  left: 55%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.support-img{
  width:40%;
  margin: 0;
}

.support-swiper .swiper-wrapper{
  height:40vw;
  transition-timing-function: linear;
}

.support-swiper .swiper-slide,
.support-swiper .swiper-slide img {
  height: auto !important;
  width: 100%;
  aspect-ratio:520/255;
  object-fit: cover;
  border-radius:1.5rem;
}


.support{
  position:relative;
  margin:0 5% 10rem 0;
}

.support:nth-of-type(even){
  margin:0 0 10rem 5% ;
}

.support:nth-of-type(even)::before{
  border-radius: 500px 0 0  30px;
}

.support:nth-of-type(even) .support-top{
  flex-direction: row-reverse;
  padding: 0 0 0 10%;
}

.support:nth-of-type(even) .support-top-img{
  padding: 0 0 0 1.5%;
}

.support:nth-of-type(even) .support-top-img::before,
.support:nth-of-type(even) .support-top-img img{
  border-radius: 10px 0 0 10px;
}

.support:nth-of-type(even) .feature-wrap{
  padding: 0 5% 0 0;
}

.support::before{
  content:"";
  position:absolute;
  width:100%;
  aspect-ratio:1825/480;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index:-1;
  background:#F2F1ED;
  border-radius:0 500px 30px 0;
}

.support-top{
  display:flex;
  padding:0 10% 0 0;
  justify-content: space-between;
  margin-bottom:5rem;
  align-items:center;
}

.support-top-img{
  width:57%;
  position:relative;
  padding:0 1.5% 0 0;
}

.support-top-img::before{
  content:"";
  position:absolute;
  width:100%;
  aspect-ratio:912/475;
  background:#67CCB4;
  border-radius:0 10px 10px 0;
  top:2.5%;
  left:0;
  z-index:-1;
}

.support-top-img img{
  border-radius:0 10px 10px 0;
  object-fit:cover;
  aspect-ratio:912/475;
}

.support-top-txt{
  width:37%;
}

.support-top-ttl{
  display:flex;
  gap: 10%;
  align-items:center;
}

.support-top-ttl > img{
  width:3rem;
}

.support-top-ttl .lower-title{
  margin:0;
}

.support-top-detail{
  width:82%;
  margin:2.5rem 0 0 auto;
}

.support-top-detail h3{
  font-size:1.5rem;
  margin-bottom:1.5rem;
}

.support-top-detail .btn{
  font-size:18px;
  background:#67CCB4;
  margin-top:2.5rem;
}

.support-top-detail .btn::before{
  width:18px;
  height:18px;
  background:url(https://kmotors.jp/system_panel/uploads/images/20251001100758218476.png) no-repeat center/contain;
}

.feature-wrap{
  display:flex;
  justify-content: space-between;
  padding-left: 5%;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
}

.feature-item{  
  width:30%;
  font-size:14px;
}

.feature-img{  
  width:70%;
  margin:0 auto 1rem;
  text-align:center;
  position:relative;
}

.feature-img p{  
  position:absolute;
  color:#fff;
  background:#000;
  padding:0 1rem;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  width: max-content;
}

.feature-title{
  text-align:center;
  margin:0 auto 1rem;
}

.feature-item h3{
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

@media screen and (max-width: 1400px) {
  .support-top,
  .support:nth-of-type(even) .support-top{
    padding: 0;
  }
  .support-top-ttl > img {
    width: 2rem;
  }
  .feature-wrap{
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .support-wrap{
    padding: 0 5% 20px;
  }
  .support-top-img {
    width: 80%;
  }
  .support-top-detail {
    width: 100%;
  }
  .support-top-txt {
    max-width: 50%;
    margin: 0 5%;
    width: fit-content;
  }
  .feature-wrap{
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  .feature-item {
    width: 100%;
    max-width: 450px;
  }
  .support,
  .support:nth-of-type(even){
    margin:0 0 10rem;
  }
  .support-top, .support:nth-of-type(even) .support-top{
    flex-direction: column-reverse;
    gap: 3rem;
    align-items: flex-start;
  }
  .support:nth-of-type(even) .support-top{
    align-items: flex-end;
  }
  .feature-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .feature-img {
    width: 27%;
    margin: 0;
  }
  .feature-item h3{
    width: 68%;
    text-align: left;
  }
  .feature-img p{
    font-size:14px;
  }
}

@media screen and (max-width: 1023px) {
  .lower-fv{
    margin-bottom:2.5rem;    
  }
  .support-wrap{
    flex-direction: column;
    gap: 2.5rem;
    margin:0 0 10rem;
    padding: 0;
  }
  .support-txt{
    width: 100%;
    padding: 0 5%;
  }
  .support-img {
    width: 100%;
  }
  .support-car{
    max-width:500px;
    margin:0 auto 2.5rem;
  }
  .support-swiper .swiper-wrapper {
    height: auto;
  }
  .support-wrap > img{
    bottom:20%;
  }
}

@media screen and (max-width: 767px) {
  .support-wrap > img {
    bottom: 15%;
    width: 45%;
    left: -10%;
  }
  .support-swiper .swiper-slide, .support-swiper .swiper-slide img{
    border-radius:0;
  }
  .support-top-txt {
    max-width: 100%;
    width:100%;
    margin:0;
    padding:0 5%;
  }
  .support-top-ttl{
    gap:20px;
  }
  .support-top-ttl > img {
    width: 1rem;
  }
  .support-top-detail,
  .support-top-detail h3{
    margin-top: 1rem;
  }
  .support-top-detail .btn{
    margin: 2.5rem auto 0;
    display: block;
    width: fit-content;
    padding: 0.8rem 2.5rem 0.8rem 0.8rem;
  }
  .support-top-img {
    width: 92.5%;
  }
  .support::before{
    top:42%;
  }
  .feature-wrap{
    gap:2.5rem;
  }
  .support, .support:nth-of-type(even) {
    margin: 0 0 5rem;
  }
  .feature-wrap,
  .support:nth-of-type(even) .feature-wrap{
    padding:0;
  }
  .feature-img p {
    font-size: 12px;
    padding: 0 8px;
    top: -8px;
  }
}