.main {
     max-width: var(--1140-px);
}

.full {
    position: fixed;
    top: calc(100vw * 48 / 1920);
    z-index: -1;
}

#menu {
	z-index: 1000;
}

.main {
	margin-top: var(--250-px);
	padding: var(--20-px) 0;
	background: #fff;
}

.section1, .section2, .section3, .section4 {
    padding: 0 var(--20-px);
    display: flex;
	gap: var(--40-px);
}

.section2 .col1 {
    display: flex;
	flex-direction: column;
    gap: var(--gap-vert);
}

.section2 .col2{
    display: flex;
    flex-direction: column;
    gap: var(--20-px);
}


