@charset "UTF-8";

.is-recruitTopPage {
    .js_particle {
        .ly_container {
            position: relative;

            .el_lv1Heading {
                position: relative;
                text-align: center;

                @media screen and (min-width: 768px) {
                    left: -20.0rem;
                    text-align: left;
                }
            }

            .el_lv1Heading_illust {
                bottom: 0;
                display: block;
                margin: 2.0rem auto 0;
                max-width: none;
                position: relative;
                transform: none;
                width: 55.0vw;

                @media screen and (min-width: 768px) {
                    height: auto;
                    max-width: none;
                    position: absolute;
                    right: -20.0rem;
                    top: 50%;
                    transform: translateY(-49%);
                    width: 40.0rem;
                }
            }
        }
    }
}
