#parallax__cont {
    width: 100%;
    overflow: hidden;
}
.parallax__item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax__item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

#section1 .section_main {
    max-width: 1215px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section1 .parallax__item__img {
    background-image: url(../images/main/img-main-top-bg.png?240429);
}

#section2 .parallax__item__img {
    background-color: #f3f4f6;
}

.sub-item {
    background-color: rgba(0, 0, 0, 0) !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#section2 .parallax__item__img.i2-1 {
    background-image: url(../images/main/main-01.png?240417);
    width: 100%;
    height: 74%;
    top: 150px;
    left: 0;
}

#section3 .parallax__item__img {
    background-color: white;
}

#section3 .parallax__item__img.i3-0 {
    background-image: url(../images/main/main-02-px-1.png?240417);
    width: 100%;
    height: 55%;
    top: 17vh;
    left: 0;
}

#section3 .parallax__item__img.i3-1{
    background-image: url(../images/main/main-02-1-px-1.png?240417);
    width: 17vw;
    height: 15vw;
    top: 35vh;
    left: 25vw;
}

#section3 .parallax__item__img.i3-2{
    background-image: url(../images/main/main-02-3-px-1.png?240417);
    width: 17vw;
    height: 15vw;
    top: 41vh;
    left: 57vw;
}

#section3 .parallax__item__img.i3-3{
    background-image: url(../images/main/main-02-2-px-1.png?240417);
    width: 19vw;
    height: 12vw;
    top: 70vh;
    left: 40vw;
}

#section4 .parallax__item__img {
    background-color: #f3f4f6;
}

#section4 .parallax__item__img.i4-1 {
    background-image: url(../images/main/main-02-px-2.png?240417);
    width: 100%;
    height: 61%;
    top: 150px;
    left: 0;
}

#section5 .parallax__item__img{
    background-image: url(../images/main/main-02-px-3-bg.png?240417);
}

#section5 .parallax__item__img.i5-1 {
    background-image: url(../images/main/main-02-px-3.png?240417);
    width: 100%;
    height: 65%;
    top: 151px;
    left: 0;
}

#section6 .parallax__item__img {
    background-color: #f3f4f6;
}

#section6 .parallax__item__img.i6-0 {
    background-image: url(../images/main/main-02-px-4-text.png?240417);
    width: 100%;
    height: 80%;
    top: 16vh;
    left: 0;
}


#section6 .parallax__item__img.i6-1{
    background-image: url(../images/main/main-02-1-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 21vw;
}

#section6 .parallax__item__img.i6-2{
    background-image: url(../images/main/main-02-2-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 30.3vw;
}

#section6 .parallax__item__img.i6-3{
    background-image: url(../images/main/main-02-3-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 39.5vw;
}
#section6 .parallax__item__img.i6-4{
    background-image: url(../images/main/main-02-4-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 48.6vw;
}
#section6 .parallax__item__img.i6-5{
    background-image: url(../images/main/main-02-5-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 57.8vw;
}

#section6 .parallax__item__img.i6-6{
    background-image: url(../images/main/main-02-6-px-4-icon.png?240417);
    width: 12vw;
    height: 12vw;
    top: 58vh;
    left: 66.9vw;
}

