@charset "utf-8";

.feature-top{
  padding-bottom:7.5rem;
  margin-bottom:0;
}

.feature-top .container{
  margin-left: auto;
  max-width: 1536px;
}

.feature-top::before{
  left: auto;
  right: 5%;
  top: auto;
  bottom: 1.5rem;
  aspect-ratio: 168 / 144;
  width: 9%;
  background: url(https://asunosmile.com/system_panel/uploads/images/20260909122214484030.png) no-repeat center / contain;
  animation: fv-deco-swing-reverse 2.4s steps(2, end) infinite;
}

@keyframes fv-deco-swing-reverse{
0% {
    -webkit-transform: rotate(4deg) translateY(0);
    transform: rotate(4deg) translateY(0);
}

50% {
    -webkit-transform: rotate(-3deg) translateY(2px);
    transform: rotate(-3deg) translateY(2px);
}
100% {
    -webkit-transform: rotate(2deg) translateY(-2px);
    transform: rotate(2deg) translateY(-2px);
}
}

.feature-top-img::before{
  display:none;
}

.feature-top-wrap{
  flex-direction: row-reverse;
}

.feature-top-img{
  margin-left: -5%;
  width: 52%;
}

.how .container{
  width: 90%;
  max-width: 1440px;
}

.how-item .label{
  font-size:1.5rem;
  width:60px;
  aspect-ratio:1/1;
  background:#FF8F2D;
  border-radius:999vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -3rem auto 1rem;
}

.how-item .label.yellow{
  background:#FFE87A;
}

.how-item .label.blue{
  background:#B3ECF2;
}

.how-item p:last-child{
  line-height:2;
}

.info{
  padding:100px 0 120px !important;
  margin-top:10rem;
}

.info-bg{
  max-width: 1154px;
  margin: 0 auto;
}

.details-list p:first-child{
  width:224px;
  background:none;
  background-color:#FFFBE8 !important;
  background-image: repeating-linear-gradient(90deg, #2e0000, #2e0000 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.details-list p{
  padding:40px 20px;
}

.details-list p:last-child{
  width:calc(100% - 224px);
}

.greeting{
  padding-top:7.5rem;
  position: relative;
}

.greeting::before{
  content:"";
  position:absolute;
  width: 31%;
  aspect-ratio: 589 / 396;
  left: -12%;
  top: 15%;
  background:url(https://asunosmile.com/system_panel/uploads/images/20260909132222599921.png) no-repeat center/contain;
}

.greeting-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.5rem;
}

.greeting-left{
  width: 40%;
  text-align: center;
}

.greeing-name{
  font-size:clamp(1.5rem, 1rem + 1.67vw, 3rem);
  + p{
    font-size:18px;
  }
}

.greeting-txt {
  width: 58%;
  img{
    margin-bottom: 1rem;
    + p{
      margin-bottom: 1rem;
    }
  }
}

.greeting-wrap2 .greeting-left {
  width: 34%;
}

.greeting-wrap2 .greeting-txt {
  width: 55%;
}

.greeting-wrap2 .greeting-txt h3{
  font-size:clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
  margin-bottom:1rem;
}

.greeting-wrap2 .greeting-txt p{
  margin-bottom:2.5rem;
}


@media screen and (max-width: 1024px) {
  .details-list p:first-child {
    width: 150px;
  }
  .details-list p:last-child {
    width: calc(100% - 150px);
  }
  .details-list p {
    padding: 24px 20px;
  }
  .feature-top-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .feature-top-txt {
    width: 100%;
  }
  .feature-top-img {
    margin-left: 0;
    width: 100%;
  }
  .greeting-wrap{
    flex-direction: column;
    gap: 2.5rem;
  }
  .greeting-left {
    width: 100%;
  }
  .greeting-txt,
  .greeting-wrap2 .greeting-txt{
    width: 100%;
  }
  .greeting-wrap2 .greeting-left {
    width: 100%;
    max-width: 400px;
  }

}

@media screen and (max-width: 767px) {
  .feature-top {
    padding-bottom: 5rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .feature-top::before{
    width:5rem;
  }
  .how-wrap {
    margin-top: 4rem;
  }
  .greeting {
    padding-top: 3.5rem;
  }
  .greeting-wrap{
    gap:1rem;
  }
  .greeting-wrap{
    margin-bottom: 2.5rem;
  }
  .info {
    padding: 40px 0 60px !important;
    margin-top: 3rem;
    width: 100%;
  }
  .details-list p:first-child {
    width: 80px;
    padding: 20px 0;
  }
  .details-list p:last-child {
    width: calc(100% - 80px);
    padding: 20px 16px;
  }

}
