/*-----共通-----*/
html,
body{
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}
.content{
    width: 65%;
    margin: 0 auto;
}
html { scroll-behavior: smooth;}
ul{
    list-style: none;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
img, .your-element {
    display: block;
}
img, .your-element {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wide-element {
    width: 100%;
    height: auto;
    display: block; 
}
.hidden {
    display: none;
}
p{
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
h1,
h2,
h3,
h4{
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
}
.sp{
    display: none;
}
img{
    width: 100%;
}
@media (max-width: 768px){
    .sp{
        display: block;
        width: 100%;
    }
    .pc{
        display: none;
    }
}

/*-----アニメーション-----*/
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/*-----アンカーリンク-----*/
.knowledge-bottom {
    scroll-margin-top: 200px; 
}
@media (max-width: 768px){
    .knowledge-bottom {
        scroll-margin-top: 50px; 
    }
}


/* header */
header{
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header.content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-content-logo{
    width: 30%;
    padding: 30px 0 10px 0;
}
.header-content-cta{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40%;
    margin: 20px 0;
}
.header-content-cta p{
    font-size: 24px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    margin-right: 50px;
}
.header-content-cta p span{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.header-content-cta-btn{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff8e00, #e60081);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #989898;
}
.header-content-cta-btn:hover{
    box-shadow: none;
    transform: translateY(3px); 
    transition: transform 0.1s, box-shadow 0.1s;
}
.header-ctaicon{
    width: 10%;
    margin-right: 10px;
}
.header-content-cta-btn h4{
    font-size: 42px;
    color: white;
}
@media (max-width: 1700px){
    .header-content-cta{
        width: 50%;
    }
}
@media (max-width: 1550px){
    .header-content-cta{
        width: 50%;
    }
    .header-content-cta-btn h4{
        font-size: 35px;
    }
    .header-content-cta p{
        font-size: 20px;
        margin-right: 30px;
    }
    .header-content-cta p span{
        font-size: 16px;
    }
}
@media (max-width: 1100px){
    .header-content-cta p{
        font-size: 17px;
    }
    .header-content-cta p span{
        font-size: 16px;
    }
    .header-content-cta-btn h4{
        font-size: 25px;
    }
    .header-content-cta-btn{
        width: 60%;
    }
    .header-content-cta{
        margin: 5px 0;
    }
}
@media (max-width: 900px){
    .header-content-cta{
        width: 60%;
    }
}
@media (max-width: 768px){
    header{
        position: static;
    }
    .header-content-cta-btn{
        width: 60px;
        height: 60px;
        padding: 5px;
        border-radius: 30px;
    }
    .header-ctaicon{
        width: 60%;
    }
    .header-ctaicon img{
        margin-left: 6px;
    }
    .header-content-cta{
        justify-content: end;
    }
    .header-content-cta p{
        margin-right: 20px;
    }
    .header-content-logo{
        width: 45%;
        padding-top: 20px;
    }
}
@media (max-width: 425px){
    .header-content-logo{
        width: 80%;
        padding-top: 20px;
    }
    .header-content-cta p{
        font-size: 12px;
        margin-right: 10px;
    }
    .header-content-cta p span{
        font-size: 10px;
    }
    .header-content-cta-btn{
        width: 50px;
        height: 50px;
        box-shadow: 2px 2px 5px #989898;
    }
}
@media (max-width: 320px){
    .header.content{
        width: 95%;
    }
}

/* fv */
.fv.pc{
    width: 100%;
    margin-top: 120px;
    background-image: url(../img/pc/fv-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.fv-content-inner01{
    width: 55%;
}
.fv.content{
    width: 85%;
    display: flex;
    padding: 40px 0;
}
.fv-content-inner-solution,
.fv-content-inner-achievements{
    width: 100%;
    margin-bottom: 20px;
}
.fv-content-btn-download-bubble img{
    width: 100%;
    margin-bottom: -1.3vw;
    z-index: 100;
    position: relative;
}
.fv-content-btn{
    display: flex;
    width: 100%;
    align-items: end;
}
.fv-content-inner-company{
    width: 50%;
    margin-left: 50px;
}
.fv-content-btn-inquiry{
    margin-bottom: 1px;
    margin-right: 20px;
    border-radius: 10px;
}
.fv-content-btn-inquiry{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.fv-content-btn-download img{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.fv-content-btn-inquiry:hover,
.fv-content-btn-download img:hover{
    box-shadow: none;
    transform: translateY(3px); 
    transition: transform 0.1s, box-shadow 0.1s;
}

@media (max-width: 1100px){
    .fv-content-inner01{
        width: 70%;
    }
    .fv.pc{
        margin-top: 70px;
    }
    .fv-content-inner-company{
        width: 40%;
    }
    .fv.content{
        padding: 40px 0;
    }
}
@media (max-width: 900px){
    .fv-content-inner01{
        width: 90%;
    }
    .fv-content-inner-company{
        margin-left: 20px;
    }
}
@media (max-width: 768px){
    .fv.content{
        width: 100%;
        display: block;
        padding: 0;
    }
    .fv-content-inner01{
        width: 100%;
        height: 89.84vw;
        background-image: url(../img/sp/fv-01_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 100;
        position: relative;
    }
    .fv-content-inner-solution,
    .fv-content-inner-achievements{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .fv-content-inner-solution{
        padding-top: 6.51vw;
    }
    .fv-content-inner-back{
        margin-top: -23.44vw;
    }
    .fv-content-inner-company{
        width: 55%;
        margin-left: 5.21vw;
    }
    .fv-content-btn{
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 6.51vw 0;
        background: linear-gradient(90deg, #ff8e00, #e60081);
    }
    .fv-content-btn-bubble{
        width: 90%;
        margin: 0 auto;
        margin-bottom: -5px;
        z-index: 120;
        position: relative;
    }
    .fv-content-btn-inner{
        display: flex;
        width: 90%;
        margin: 0 auto;
    }
}

/* reason */
.reason{
    background-image: url(../img/pc/reason-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.reason.content{
    padding: 6.25vw 0;
}
.reason-title{
    font-size: 36px;
    color: #333333;
    letter-spacing: 1.2px;
}
.reason-title span{
    color: #e60081;
}
.reason-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 3.65vw;
}
.reason-inner{
    display: flex;
    width: 32%;
    margin-right: 20px;
    align-items: center;
    background-color: white;
    border-radius: 10px 0px 10px 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.reason-inner.__end{
    margin-right: 0;
}
.reason-inner .reason-inner-number h4{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: .5;
    color: white;
    background: linear-gradient(90deg, #ff8e00, #e60081);
    padding: 0 1vw 2vw 1vw;
    border-radius: 10px 0px 10px 0;
}
.reason-inner .reason-inner-number h4 span{
    font-size: 16px;
    line-height: 2.5;
}
.reason-inner .reason-inner-text{
    font-size: 22px;
    padding: 0 1vw;
    letter-spacing: 1.2px;
}
@media (max-width: 1650px){
    .reason-inner .reason-inner-text{
        padding: 0 1vw;
    }
    .reason-inner .reason-inner-number h4{
        padding: 0 .5vw 2vw .5vw;
    }
}
@media (max-width: 1500px){
    .reason-inner .reason-inner-text{
        font-size: 20px;
    }
    .reason-inner .reason-inner-number h4{
        font-size: 40px;
    }
    .reason-inner .reason-inner-number h4 span{
        font-size: 14px;
    }
}
@media (max-width: 1300px){
    .reason-title{
        font-size: 30px;
    }
    .reason-inner .reason-inner-text{
        font-size: 15px;
    }
    .reason-inner .reason-inner-number h4{
        font-size: 30px;
    }
    .reason-inner .reason-inner-number h4 span{
        font-size: 12px;
    }
}
@media (max-width: 1200px){
    .reason.content{
        width: 80%;
    }
}
@media (max-width: 1000px){
    .reason.content{
        width: 90%;
    }
}
@media (max-width: 768px){
    .reason.content{
        padding: 9.11vw 0;
    }
    .reason-title{
        font-size: 24px;
    }
    .reason.content{
        width: 90%;
    }
    .reason-wrapper{
        display: block;
        margin-top: 30px;
    }
    .reason-inner{
        margin-bottom: 15px;
        width: 100%;
    }
    .reason-inner .reason-inner-number h4{
        padding: 0 2vw 2vw 2vw;
        font-size: 40px;
    }
    .reason-inner .reason-inner-number h4 span{
        font-size: 14px;
    }
    .reason-inner .reason-inner-text{
        font-size: 20px;
        padding-left: 8vw;
    }
    .ipad{
        display: none;
    }
}
@media (max-width: 500px){
    .reason-inner .reason-inner-text{
        padding-left: 3vw;
    }
    .reason-inner .reason-inner-number h4{
        padding: 0 2vw 3vw 2vw;
    }
}
@media (max-width: 425px){
    .reason.content{
        padding: 18.67vw 0;
    }
    .ipad{
        display: block;
    }
    .reason-inner .reason-inner-text{
        padding-left: 5vw;
    }
    .reason-inner .reason-inner-number h4{
        padding: 0 2vw 5vw 2vw;
    }
}
@media (max-width: 320px){
    .reason-title{
        font-size: 21px;
    }
}

/* cta */
.cta{
    background: linear-gradient(90deg, #ff8e00, #e60081);
}
.cta-content{
    display: flex;
    padding: 1.51vw 0;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}
.cta-content-btn img{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cta-content-btn img:hover{
    box-shadow: none;
    transform: translateY(3px); 
    transition: transform 0.1s, box-shadow 0.1s;
}
.cta-content-bubble{
    margin-right: -20px;
    z-index: 120;
    position: relative;
}
@media (max-width: 1440px){
    .cta-content-bubble{
        margin-right: -15px;
    }
}
@media (max-width: 1000px){
    .cta-content-bubble{
        margin-right: -10px;
    }
    .cta-content-btn img{
        border-radius: 5px;
    }
}
@media (max-width: 768px){
    .cta-content{
        display: block;
        width: 90%;
        padding: 3.91vw 0;
    }
}
@media (max-width: 425px){
    .cta-content{
        padding: 8vw 0;
    }
}

/* knowledge */
.knowledge.content{
    padding: 6.25vw 0;
}
.knowledge-title{
    font-size: 36px;
    color: #333333;
    letter-spacing: 1.2px;
}
.knowledge-title span{
    color: #e60081;
}
.knowledge-wrapper{
    display: flex;
    justify-content: center;
    margin: 3.65vw 0;
}
.knowledge-inner{
    width: 32%;
    margin-right: 30px;
}
.knowledge-inner.__end{
    margin-right: 0;
}
.knowledge-inner-title{
    background: linear-gradient(90deg, #ff8e00, #e60081);
    width: 70%;
    border-radius: 10px 0 10px 0;
    padding: .5vw;
    z-index: 120;
    position: relative;
}
.knowledge-inner-title h4{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 30px;
    text-align: center;
}
.knowledge-inner-title h4 span{
    font-size: 16px;
    margin-right: .5vw;
}
.knowledge-inner-content{
    background-color: #f5f5f5;
    border-radius: 0 0 20px 0;
    margin-top: -20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.knowledge-inner-content:hover{
    box-shadow: none;
    transform: translateY(3px); 
    transition: transform 0.1s, box-shadow 0.1s;
}
.knowledge-inner-sentence{
    display: flex;
    padding: 1vw;
    justify-content: space-between;
    height: 7vw;
    padding-top: 2.5vw;
}
.knowledge-inner-sentence-img img{
    height: 68px;
    width: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.knowledge-inner-sentence-test{
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
    letter-spacing: 1.2px;
    font-weight: 500;
}
.knowledge-inner-arrow{
    width: 25%;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
}
@media (max-width: 1600px){
    .knowledge-inner-sentence-test{
        font-size: 16px;
    }
    .knowledge-inner{
        width: 35%;
        margin-right: 15px;
    }
    .knowledge-inner-arrow{
        margin-top: 10px;
    }
}
@media (max-width: 1300px){
    .knowledge-inner-sentence-test{
        font-size: 15px;
    }
    .knowledge-inner-sentence{
        height: 9vw;
        padding-top: 3vw;
    }
}
@media (max-width: 1200px){
    .knowledge-title{
        font-size: 28px;
    }
    .knowledge.content{
        width: 80%;
    }
}
@media (max-width: 1000px){
    .knowledge.content{
        width: 90%;
    }
    .knowledge-inner-arrow{
        margin-top: 20px;
    }
    .knowledge-inner-title h4{
        font-size: 25px;
    }
    .knowledge-inner-sentence-img img{
        height: 45px;
    }
    .knowledge-inner-sentence-test{
        font-size: 14px;
    }
}
@media (max-width: 800px){
    .knowledge-inner-sentence{
        height: 11vw;
    }
    .knowledge-inner-title h4{
        font-size: 20px;
    }
    .knowledge-inner-title h4 span{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .knowledge.content{
        width: 90%;
    }
    .knowledge-title{
        font-size: 24px;
    }
    .knowledge-wrapper{
        display: block;
    }
    .knowledge-inner{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .knowledge-inner-sentence{
        padding: 5vw;
        height: 15vw;
    }
    .knowledge-inner-sentence-test{
        font-size: 18px;
        font-weight: 600;
    }
    .knowledge-inner-content{
        margin-top: -10px;
    }
    .knowledge-inner-title{
        padding: 1.5vw;
        width: 30%;
        text-align: center;
    }
    .knowledge-inner-title h4{
        font-size: 26px;
    }
    .knowledge-inner-sentence-img img{
        height: 80px;
        margin-right: 15vw;
    }
    .knowledge-inner-arrow{
        width: 10%;
    }
}
@media (max-width: 500px){
    .knowledge-inner-sentence-img img{
        height: 61px;
        margin-right: 5vw;
    }
    .knowledge-inner-title{
        width: 45%;
    }
    .knowledge-inner-arrow{
        width: 15%;
    }
}
@media (max-width: 425px){
    .knowledge.content{
        padding: 18.67vw 0;
    }
    .knowledge-inner-sentence{
        height: 20vw;
    }
    .knowledge-inner-content{
        margin-top: -5px;
    }
}
@media (max-width: 320px){
    .knowledge-inner-sentence-test{
        font-size: 16px;
    }
    .knowledge-inner-sentence-img img{
        height: 50px;
    }
    .knowledge-inner-title{
        width: 50%;
    }
    .knowledge-title{
        font-size: 21px;
    }
}

/* knowledge */
.knowledge-bottom.content{
    background: linear-gradient(90deg, #ff8e00, #e60081);
    border-radius: 10px;
    padding: 2px;
    position: relative;
    overflow: visible;
    margin-bottom: 100px;
}
.knowledge-bottom.content-inner{
    display: block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: white;
    position: relative;
    z-index: 1;
}
.knowledge-bottom-title{
    background-color: white;
    margin-top: -50px;
    margin-left: 20px;
    width: 30%;
    text-align: center;
}
.knowledge-bottom-title h4{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(90deg, #ff8e00, #e60081);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
    width: 100%;
    opacity: .5;
}
.knowledge-bottom-title h4 span{
    font-size: 30px;
}
.knowledge-bottom-inner{
    padding: 2.08vw 5.21vw 3.13vw 5.21vw;
}
.knowledge-bottom-inner h4{
    font-size: 30px;
    letter-spacing: 1.2px;
}
.knowledge-bottom-inner h4 span{
    background: linear-gradient(90deg, #ff8e00, #e60081);
    font-size: 24px;
    border-radius: 10px;
    color: white;
    padding: .5vw;
    margin-right: 1vw;
}
.knowledge-bottom-inner-title{
    display: flex;
    align-items: center;
    margin-top: 1.56vw;
}
.knowledge-bottom-inner-title h4{
    letter-spacing: 1.2px;
    font-size: 24px;
}
.knowledge-bottom-inner-titleicon{
    width: 3%;
    margin-right: 1vw;
}
.knowledge-bottom-inner-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding-top: 1.04vw;
}
.knowledge-bottom-inner-list p{
    font-size: 18px;
    letter-spacing: 1.2px;
    margin-right: 30px;
    margin-bottom: .5vw;
}
.knowledge-bottom-inner-list p span{
    color: #e60081;
}
.knowledge-bottom-inner-text{
    font-size: 20px;
    font-weight: 400;
    margin-top: 2.08vw;
    letter-spacing: 1.2px;
    line-height: 2;
}
.knowledge-bottom-inner-text span{
    font-weight: 700;
}
.knowledge-bottom-inner-btn{
    width: 50%;
    margin: 0 auto;
    margin-top: 2.6vw;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.knowledge-bottom-inner-btn:hover{
    box-shadow: none;
    transform: translateY(3px); 
    transition: transform 0.1s, box-shadow 0.1s;
}
.ipad{
    display: none;
}

@media (max-width: 1600px){
    .knowledge-bottom-inner-list p{
        margin-right: 10px;
    }
    .knowledge-bottom-title{
        width: 45%;
    }
}
@media (max-width: 1350px){
    .ipad{
        display: block;
    }
    .knowledge-bottom-inner h4{
        line-height: 1.5;
    }
}
@media (max-width: 1300px){
    .knowledge-bottom-title{
        margin-top: -40px;
    }
    .knowledge-bottom-title h4{
        font-size: 40px;
    }
    .knowledge-bottom-title h4 span{
        font-size: 25px;
    }
    .knowledge-bottom-inner h4{
        font-size: 28px;
    }
    .knowledge-bottom-inner-list p{
        font-size: 16px;
    }
    .knowledge-bottom-inner-text{
        font-size: 18px;
    }
}
@media (max-width: 1200px){
    .knowledge-bottom.content{
        width: 80%;
    }
}
@media (max-width: 1000px){
    .knowledge-bottom.content{
        width: 90%;
    }
}
@media (max-width: 768px){
    .knowledge-bottom.content{
        width: 90%;
    }
    .knowledge-bottom-title{
        margin: 0 auto;
        margin-top: -35px;
    }
    .knowledge-bottom-inner h4{
        text-align: center;
        font-size: 24px;
        line-height: 1.5;
    }
    .knowledge-bottom-inner-list{
        display: block;
    }
    .knowledge-bottom-inner-btn{
        width: 100%;
        margin-top: 20px;
    }
    .knowledge-bottom-inner-title{
        margin-top: 30px;
    }
    .knowledge-bottom-inner h4 span{
        font-size: 18px;
        border-radius: 5px;
    }
    .knowledge-bottom-inner-list p{
        font-size: 16px;
    }
    .knowledge-bottom-inner-title h4{
        font-size: 17px;
    }
    .knowledge-bottom-inner-text{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 30px;
    }
    .knowledge-bottom-title h4 span {
        font-size: 28px;
    }
    .knowledge-bottom-title{
        width: 70%;
    }
    .knowledge-bottom-inner{
        padding: 2.08vw 1.21vw 30px 1.21vw;
    }
}
@media (max-width: 425px){
    .knowledge-bottom-title{
        width: 95%;
    }
}
@media (max-width: 375px){
    .knowledge-bottom-inner-list p{
        font-size: 14px;
    }
    .knowledge-bottom.content{
        margin-bottom: 60px;
    }
}

/* footer */
footer{
    background: linear-gradient(90deg, #ff8e00, #e60081);
    margin-top: -1vw;
}
.footer.content{
    padding: 5vw 0;
    width: 90%;
}
.footer-link{
    display: flex;
    justify-content: center;
    margin-bottom: 1vw;
    line-height: 1;
}
.footer-link p{
    font-size: 16px;
    color: white;
    margin-right: 5vw;
    text-align: left;
    font-weight: 500;
    text-align: center;
}
.footer-link p.__end{
    margin-right: 0;
}
footer p{
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
@media (max-width: 900px){
    .footer-link a{
        font-size: 14px;
    }
    footer p{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .footer.content{
        padding-bottom: 35vw;
        width: 90%;
    }
    .footer-link p{
        font-size: 12px;
        margin-right: 2vw;
    }
    footer p{
        font-size: 12px;
    }
}
@media (max-width: 431px){
    .footer.content{
        width: 80%;
        padding: 8vw 0;
        padding-bottom: 45vw;
    }
    .footer-link{
        display: block;
        margin-bottom: 5vw;
    }
    .footer-link p{
        text-align: center;
        font-size: 14px;
        margin-right: 0;
        margin: 0 auto;
        line-height: 2;
    }
    .footer-link p.__end{
        width: 45%;
        margin-bottom: 1vw;
        margin: 0 auto;
    }
}
@media (max-width: 425px){
    .footer-link p{
        width: 55%;
    }
    footer p{
        font-size: 14px;
    }
    .footer-link p.__end{
        width: 55%;
    }
}
@media (max-width: 320px){
    .footer-link p{
        width: 60%;
    }
    .footer-link p.__end{
        width: 60%;
    }
}

@media (max-width: 768px){
    .cta.__end{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); 
        display: block; 
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    .cta.__end .cta-content{
        padding: 3vw 0;
    }
    .cta.__end.show{
        transform: translateY(0);
    }
}

