@charset "UTF-8";

body {
    background-color: #000;
}
main {
    height: auto;
}
section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}
section:nth-child(2n)::after,
section:nth-child(2n-1)::after {
    content: "";
    position: absolute;
    bottom: 0;
     width: 780px;
    height: 83px;
    background: url(../img/chakramax_wh.svg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}
section.vendor::after {
    background: url(../img/chakramax_bk.svg) no-repeat;
    opacity: 0.2;
}
section:nth-child(2n)::after {
    right: 0px;
}
section:nth-child(2n-1)::after {
    left: 0px;
}
.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5 {
    color: #fff;
    text-align: center;
}
h2 {
    position: relative;
    z-index: 1;
}
h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 60px;
    background-color: #7D48B0;
    border-radius: 50%;
    filter: blur(20px);
    -ms-filter: blur(20px);
    opacity: 0.7;
    z-index: -1;
}
.lead {
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.note {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.grad-box {
    padding: 25px;
    border: 1px solid #fff;
    background: linear-gradient(170deg, rgba(0, 0, 0, 0.2) 30%, rgba(125, 72, 176, 0.4) 80%, rgba(103, 71, 208, 0.6) 100%);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.3));
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    header,
    main,
    footer {
        position: relative;
        z-index: 1;
    }
    main::after {
        content: "";
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1800px;
        height: 1800px;
        background-color: #7D48B0;
        border-radius: 50%;
        filter: blur(300px);
        -ms-filter: blur(300px);
        z-index: -1;
    }
}
@media screen and (max-width: 768px) {
    section {
        padding: 60px 20px;
    }
    section:nth-child(2n)::after,
    section:nth-child(2n-1)::after {
        display: none;
    }
    h2::after {
        width: 110px;
        height: 60px;
        filter: blur(15px);
        -ms-filter: blur(15px);
    }
    .lead {
        font-size: 1rem;
    }
    .grad-box {
        padding: 20px;
    }
}


/* top-kv
-----------------------------------*/
.top-kv {
    height: 700px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/top-kv_bg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 100%;
    background-position: left -230px center;
    padding: 0;
    margin: 0;
}
.top-kv .container {
    max-width: 1180px;
    height: 660px;
}
.top-kv .content {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.top-kv .content .kv-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    width: calc(100% - 390px);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-left: 60px;
    box-sizing: border-box;
}
.top-kv .content .kv-title h1 {
    max-width: 640px;
    width: 100%;
    margin-left: -80px;
    margin-bottom: -15px;
}
.top-kv .content .kv-title h1 img {
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.6));
}
.top-kv .content .kv-title h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.6));
}
.top-kv .content .kv-title p {
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.6));
}
.top-kv .content .kv-form {
    width: 430px;
    height: 700px;
    padding: 90px 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/kv-form_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.6));
    box-sizing: border-box;
}

.top-kv .content .kv-form form {
    height: calc(100% + 5px);
    overflow-y: auto;
}

@supports (-ms-ime-align: auto) {
    .top-kv .content .kv-form form {
        overflow-y: auto!important; /* スクロール可能 */
    }
    /* Edge特有のスタイルでスクロールバーを非表示 */
    .top-kv .content .kv-form form::-webkit-scrollbar {
        display: none!important; /* スクロールバーを非表示 */
    }
    .top-kv .content .kv-form form {
        -ms-overflow-style: none!important; /* IE11、Edgeでスクロールバー非表示 */
    }
}

.top-kv .content .kv-form .input div.validation-error {
    font-size: 0.85rem;
    margin-bottom: -20px;
}

.top-kv .content .kv-form form a {
    color: #fff;
    text-decoration: underline;

}
.top-kv .content .kv-form form a:hover {
    opacity: 1;
    text-decoration: none!important;
}

/* intro
-----------------------------------*/
.intro {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.intro .content .inner:not(:last-child) {
    margin-bottom: 110px;
}
.intro .content .inner:nth-child(2) ul {
    display: flex;
    justify-content: center;
    position: relative;
    height: 180px;
    gap: 140px;
}
.intro .content .inner:nth-child(2) ul::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 1px;
    height: 230px;
    background-color: #fff;
}
.intro .content .inner:nth-child(2) ul li {
    width: 33.33%;
}
.intro .content .inner:nth-child(2) ul li:last-child {
    align-self: flex-end!important;
}
.intro .content .inner:nth-child(2) ul li h3 {
    text-align: left;
}

/* feature
-----------------------------------*/
.feature {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/feature_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.feature .container h2 {
    margin-bottom: 30px;
}
.feature .container .lead {
    text-align: center;
    margin-bottom: 50px;
}

/* promo-video
-----------------------------------*/
.promo-video {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/promo-video_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.promo-video .content .inner {
    position: relative;
    height: 0;
    padding: 0 0 42.87%;
    margin: 0 auto;
    overflow: hidden;
}
.promo-video .content .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* zero-trust
-----------------------------------*/
.zero-trust {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/zero-trust_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.zero-trust .content .inner:not(:last-child) {
    margin-bottom: 110px;
}
.zero-trust .content .inner:not(:last-child) ul li h3,
.zero-trust .content .inner:not(:last-child) ul li p {
    text-align: left;
}
.zero-trust .content .inner:not(:nth-child(3)) ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.zero-trust .content .inner ul li.box-left h3,
.zero-trust .content .inner ul li.box-left p {
    text-align: right;
}
.zero-trust .content .inner ul li p:not(:last-child) {
    margin-bottom: 40px;
}
.zero-trust .content .inner:nth-child(1) ul li:first-child {
    text-align: right;
}
.zero-trust .content .inner:nth-child(2) ul li:nth-child(1) {
    order: 2;
    width: calc(430px - 26.67px);
}
.zero-trust .content .inner:nth-child(2) ul li:nth-child(2) {
    order: 1;
    width: calc(((100% - 430px) / 2) - 26.67px);
}
.zero-trust .content .inner:nth-child(2) ul li:nth-child(3) {
    order: 3;
    width: calc(((100% - 430px) / 2) - 26.67px);
}
.zero-trust .content ul li img {
    max-width: 430px;
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.7));
    margin-bottom: 0;
}

/* performance
-----------------------------------*/
.performance {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/performance_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.performance .content .inner:not(:last-child) {
    margin-bottom: 110px;
}
.performance .content ul li .score {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.performance .content ul li .score span {
    font-family: "Figtree", sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    margin-right: 5px;
}

/* vendor
-----------------------------------*/
.vendor {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/vendor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.vendor .content h2 {
    color: #000;
}
.vendor .content h2::after {
    display: none;
}
.vendor .content .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.vendor .content .inner .list img {
    max-width: 260px;
    height: 100%;
}
.vendor .content .inner .list img.list-img1 {
    max-width: 190px;
}
.vendor .content .inner .list img.list-img2 {
    max-width: 190px;
}
.vendor .content .inner .list img.list-img3 {
    max-width: 170px;
}
.vendor .content .inner .list img.list-img4 {
    max-width: 150px;
}
.vendor .content .inner .list img.list-img5 {
    max-width: 130px;
}
.vendor .content .inner .list img.list-img6 {
    max-width: 240px;
}
.vendor .content .inner .list img.list-img7 {
    max-width: 200px;
}
.vendor .content .inner .list img.list-img8 {
    max-width: 90px;
}
.vendor .content .inner .list img.list-img9 {
    max-width: 90px;
}

/* faq
-----------------------------------*/
.faq {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/faq_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.faq .content dl:not(:last-child) {
    margin-bottom: 30px;
}
.faq .content dl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.faq .content dl::after {
    content: "Q";
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: "Figtree", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
}
.faq .content dl dt,
.faq .content dl dd {
    max-width: 960px;
    width: 93%;
}
.faq .content dl dt {
    font-size: 1.08rem;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

/* header -----------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 999;
}
.header .container {
    max-width: 1180px;
}
.header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 30px;
}
.header .content .logo1 {
    width: 200px;
}
.header .content .logo2 {
    width: 130px;
}
.header .content .logo1 img,
.header .content .logo2 img {
        filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.3));
}

/* footer -----------------------------------*/
.footer {
    position: relative;
    max-width: 1920px;
    padding: 110px 0;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer .content .lead {
    text-align: center;
    margin-bottom: 50px;
}
.footer .content .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 50px;
    margin-bottom: 40px;
    border-top: 1px solid #fff;
}
.footer .content .inner .logo {
    max-width: 180px;
}
.copyright {
    text-align: right;
}

.footer .content .footer-cta {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 0 auto 50px;
    gap: 40px;
}
.footer .content .footer-cta .button {
    width: calc(50% - 20px);
    height: 110px;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.3));
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.footer .content .footer-cta .button:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.6));
    opacity: 1;
}
.footer .content .footer-cta .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.05rem;
    color: #fff;
    padding: 25px;
    box-sizing: border-box;
}

/* cta -----------------------------------*/
.cta {
    position: relative;
    max-width: 1920px;
    padding: 90px 0;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta .content .lead {
    text-align: center;
    margin-bottom: 50px;
}
.cta .content .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 0 auto;
    gap: 40px;
}
.cta .content .inner .button {
    width: calc(50% - 20px);
    height: 110px;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.3));
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.cta .content .inner .button:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.6));
    opacity: 1;
}
.cta .content .inner .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.05rem;
    color: #fff;
    padding: 25px;
    box-sizing: border-box;
}

/* float-cta -----------------------------------*/
.float-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #32a8b2;
    z-index: 999;
}
.float-cta .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 0 auto;
    gap: 40px;
}
.float-cta .inner .button {
    width: calc(50% - 20px);
    height: 70px;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.3));
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.float-cta .inner .button:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 0 20px rgb(0, 0, 0, 0.6));
    opacity: 1;
}
.float-cta .inner .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.05rem;
    color: #fff;
    padding: 25px;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {
    /* top-kv
    -----------------------------------*/
    .top-kv {
        height: auto;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/top-kv_bg_sp.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        background-size: 150%;
        background-position: top center;
        padding: 0;
        margin: 0;
    }
    .top-kv .container {
        height: auto;
    }
    .top-kv .content {
        flex-flow: column;
    }
    .top-kv .content .kv-title {
        max-width: 100%;
        width: 100%;
        font-size: 1.1rem;
        padding: 130px 20px 60px;
        margin-left: 0;
    }
    .top-kv .content .kv-title h1 {
        max-width: 460px;
        width: 80%;
        margin: 30px auto;
    }
    .top-kv .content .kv-title h2 {
        font-size: 1.45rem;
        margin-bottom: 20px;
    }
    .top-kv .content .kv-form {
        width: 100%;
        height: auto;
        padding: 60px 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/kv-form_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* intro
    -----------------------------------*/
    .intro {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/intro_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .intro .content .inner:not(:last-child) {
        margin-bottom: 60px;
    }
    .intro .content .inner:nth-child(2) ul {
        height: auto;
        gap: 100px;
    }
    .intro .content .inner:nth-child(2) ul::after {
        transform: translate(-50%, -50%) rotate(-8deg);
        width: 100%;
        height: 1px;
        margin-top: -20px;
    }
    .intro .content .inner:nth-child(2) ul li {
        width: 100%;
    }

    /* feature
    -----------------------------------*/
    .feature {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/feature_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .feature .container h2 {
        margin-bottom: 20px;
    }
    .feature .container .lead {
        text-align: left;
        margin-bottom: 30px;
    }

    /* promo-video
    -----------------------------------*/
    .promo-video {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/promo-video_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .promo-video .content .inner {
        padding: 0 0 56.25%;
    }

    /* zero-trust
    -----------------------------------*/
    .zero-trust {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/zero-trust_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .zero-trust .content .inner:not(:last-child) {
        margin-bottom: 60px;
    }
    .zero-trust .content .inner:not(:nth-child(3)) ul {
        gap: 20px;
    }
    .zero-trust .content .inner ul li.box-left h3,
    .zero-trust .content .inner ul li.box-left p {
        text-align: left;
    }
    .zero-trust .content .inner ul li p:not(:last-child) {
        margin-bottom: 20px;
    }
    .zero-trust .content .inner:nth-child(1) ul li:first-child {
        text-align: left;
    }
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(1),
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(2),
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(3) {
        width: 100%;
    }
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(1) {
        order: 1;
    }
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(2) {
        order: 2;
    }
    .zero-trust .content .inner:nth-child(2) ul li:nth-child(3) {
        order: 3;
    }
    .zero-trust .content ul li img {
        display: block;
        width: 80%;
        margin: 0 auto 15px;
    }

    /* performance
    -----------------------------------*/
    .performance {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/performance_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .performance .content .inner:not(:last-child) {
        margin-bottom: 60px;
    }
    .performance .content ul li .score {
        font-size: 1.2rem;
    }
    .performance .content ul li .score span {
        font-size: 2.3rem;
    }

    /* vendor
    -----------------------------------*/
    .vendor {
        background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/vendor_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .vendor .content .inner .list {
        gap: 30px;
    }
    .vendor .content .inner .list img {
        width: calc(260px * 0.8);
    }
    .vendor .content .inner .list img.list-img1 {
        width: calc(190px * 0.8);
    }
    .vendor .content .inner .list img.list-img2 {
        width: calc(190px * 0.8);
    }
    .vendor .content .inner .list img.list-img3 {
        width: calc(170px * 0.8);
    }
    .vendor .content .inner .list img.list-img4 {
        width: calc(150px * 0.8);
    }
    .vendor .content .inner .list img.list-img5 {
        width: calc(130px * 0.8);
    }
    .vendor .content .inner .list img.list-img6 {
        width: calc(240px * 0.8);
    }
    .vendor .content .inner .list img.list-img7 {
        width: calc(200px * 0.8);
    }
    .vendor .content .inner .list img.list-img8 {
        width: calc(90px * 0.8);
    }
    .vendor .content .inner .list img.list-img9 {
        width: calc(90px * 0.8);
    }

    /* faq
    -----------------------------------*/
    .faq {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/faq_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .faq .content dl {
        padding-left: 60px;
    }
    .faq .content dl:not(:last-child) {
        margin-bottom: 20px;
    }
    .faq .content dl::after {
        top: 20px;
        left: 20px;
        font-size: 2.3rem;
    }
    .faq .content dl dt,
    .faq .content dl dd {
        width: 100%;
    }
    .faq .content dl dt {
        font-size: 1rem;
    }

    /* header -----------------------------------*/
    .header {
        height: 70px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }
    .header .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0 20px;
    }
    .header .content .logo1 {
        width: 160px;
    }
    .header .content .logo2 {
        width: 100px;
    }

    /* footer -----------------------------------*/
    .footer {
        padding: 60px 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/footer_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .footer .content .lead {
        text-align: left;
        margin-bottom: 40px;
    }
    .footer .content .inner {
        gap: 20px;
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .footer .content .inner .logo {
        max-width: 140px;
    }

    .footer .content .footer-cta {
        margin: 0 auto 40px;
        gap: 20px;
    }
    .footer .content .footer-cta .button {
        width: 100%;
        height: 70px;
    }
    .footer .content .footer-cta .button a {
        font-size: 1rem;
        padding: 20px;
    }

    /* cta -----------------------------------*/
    .cta {
        padding: 60px 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/footer_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .cta .content .lead {
        text-align: left;
        margin-bottom: 40px;
    }
    .cta .content .inner {
        display: flex;
        flex-flow: column;
        gap: 20px;
    }
    .cta .content .inner .button {
        width: 100%;
        height: 70px;
    }
    .cta .content .inner .button a {
        font-size: 1rem;
        padding: 20px;
    }

    /* float-cta -----------------------------------*/
    .float-cta {
        padding: 10px;
        box-sizing: border-box;
    }
    .float-cta .inner {
        gap: 10px;
    }
    .float-cta .inner .button {
        width: calc(50% - 5px);
        height: 50px;
    }
    .float-cta .inner .button a {
        font-size: 0.95rem;
        padding: 20px;
    }
}


/* form
-----------------------------------*/
.kv-form h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.kv-form .input-wrap {
    margin-bottom: 18px;
}
.kv-form .input-wrap:last-of-type {
    margin-bottom: 40px;
}
.kv-form input,
.kv-form textarea,
.kv-form select {
    border: 0;
    border-radius: 0;
}
.kv-form .input-wrap div.input > input,
.kv-form .input-wrap div.input > textarea {
    width: 100%;
    font-size: 1rem;
    padding: 18px 15px;
    box-sizing: border-box;
    border-radius: 0;
}
.kv-form .form-submit_button {
    position: relative;
    width: 100%;
    margin-top: 18px;
    z-index: 1;
    transition: all 0.3s ease;
}
.kv-form .form-submit_button .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 60px;
    font-size: 15px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(140deg, rgba(30, 122, 201, 1) 0%, rgba(125, 72, 176, 1) 60%);
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.6));
    margin: 0 auto ;
    transition: all 0.3s ease;
}
.kv-form .form-submit_button .button:hover {
    transform: translateY(5px);
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.6));
}
::placeholder {
    font-size: 15px;
    color: #b8b8b8;
}