@charset "UTF-8" ;

@media screen and (min-width:460px){

body{
    font-size: 18px;
}
/* ----------header---------- */
header{
    width: 100%;
    height: 600px;
}

.logo{
    font-size: 25px;
}

header h1{
    font-size: 95px;
    transform: rotate(0deg) translateX(130%) translateY(70%);   
}

header h2{
    font-size: 24px;
    padding: 40px 0 0 50px;
    line-height: 1.7em;
}

.top::before{
    width: 200px;
    height: 200px;
    z-index: -1;
    transform: translateX(-60%) translateY(0%) rotate(6.75deg);
}

.top::after{
    height: 350px;
    width: 65%;
}

.treatment{
    z-index: 3;
   transform: translateX(-170%) translateY(30%);
}



/*  */
.top_botan{
    padding-top: 0px ;
}



/* ----------section1---------- */
#sec1{
    background-size: cover;
    width: 80%;
    height: 600px;
    margin: 50px auto;
}

.wrapper{
    padding: 60px 35px 0 0;
    gap:5px;
}

.hexagon{
    font-size: 24px;
    width: 240px;
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
}

.center{
    transform: translateX(-190px);
    margin-top: -108px;
}

.bottom{
    margin-top: -108px;
}



/* ----------section2---------- */
#sec2{
    border-radius: 100px;
    text-align: center;
    width: 100%;
    margin: 30px auto 0 auto;
}

.title_01{
    width: 50%;
    margin: 0 auto;
    font-size: 30px;
}

.title_02{
    width: 50%;
    margin: 0 auto;
    font-size: 30px;
}

#sec2 h3{
    width: 153px;
    height: 153px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 300;
    line-height: 153px;
}

#sec2 p{
    line-height: 153px;
    font-size: 20px;
}

.box{
    justify-content: space-evenly;
    width: 45%;
    margin-top: 40px;
}



/* ----------section3---------- */
#sec3{
    margin: 200px 0;
    
}

#sec3 img{
    width: 70%;
    height: 450px;
    margin: 0 auto;
    display: block;
}


.review_01{
    padding: 2em 0 0 3em ;
    transform: translateY(-55%) translateX(400%) ;
}

.review_02{
    transform: translateY(-55%) translateX(80%) ;
}

/* ----------section4---------- */
#sec4 h3{
    font-size: 34px;
}

#sec4 figure{
    width: 50%;
}


/* ----------section5---------- */
#sec5 img{
    transform: translateX(-100%);
}

.box_sec5{
    justify-content: center;
}

.end_botan{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.review_03{
    width: 23%;
    background-repeat: no-repeat;
    padding: 1.8em 0 0 1.5em;
}
}