body {
    background: url(../../images/lp2/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.content-wrapper {
    position: relative;
}
.left-content,
.right-content {
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: calc((100% - 570px) / 2);
}
.left-content {
    left: 0;
}
.right-content {
    right: 0;
}
.center-content {
    background: #fff;
    height: 3000px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 570px) {
    .center-content {
        width: 570px;
    }
}
@media screen and (max-width: 1250px) {
    .left-content,
    .right-content {
        display: none;
    }
    .center-content {
        width: 100%;
        max-width: 400px;
    }
}

.left-main,
.right-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
}
.left-main__inner,
.right-main__inner {
    margin: 0 auto;
    width: 100%;
}
.left-main__inner {
    max-width: 330px;
}
.right-main__list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.right-main__list li {
    list-style: none;
    margin: 0 0 25px;
    max-width: 280px;
}
.right-main__list li a {
    background: url(../../images/lp2/icon-arrow-b.svg) no-repeat;
    background-position: right center;
    background-size: 20px;
    color: var(--sub-theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}
.right-main__list li a::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 35px;
    margin-right: 10px;
    width: 60px;
}
.right-main__list li:nth-child(1) a::before {
    background-image: url(../../images/lp2/icon-c1.svg);
}
.right-main__list li:nth-child(2) a::before {
    background-image: url(../../images/lp2/icon-c2.svg);
}
.right-main__list li:nth-child(3) a::before {
    background-image: url(../../images/lp2/icon-c3.svg);
}
.right-main__list li:nth-child(4) a::before {
    background-image: url(../../images/lp2/icon-c4.svg);
}
.right-main__list li:nth-child(5) a::before {
    background-image: url(../../images/lp2/icon-c5.svg);
}
.right-main__list li:nth-child(6) a::before {
    background-image: url(../../images/lp2/icon-c6.svg);
}
.right-main__list li a::after {
    background: url(../../images/lp2/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 9px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
}

.floating {
    height: 73px;
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 73px;
}