#WORK .pickup ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#WORK .pickup ul {
    zoom: 1;
}

#VISUAL {
position: relative;
background-color: #fff;
margin: 0;
padding: 0;
z-index: 1;
}
#VISUAL::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: #fbf1e5 url("../../common/img/wave1_t.svg") no-repeat center center;
background-size: 170% auto;
padding-top: 30%;
width: 100%;
z-index: -2;
}
#VISUAL::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background: #fbf1e5 url("../../common/img/wave1_b.svg") no-repeat center center;
background-size: 170% auto;
padding-top: 30%;
width: 100%;
z-index: -2;
}
#VISUAL .head {
padding: 15px 15px 0 15px;
}
#VISUAL .head::before {
transform: rotate(-15deg);
content: '';
display: block;
position: absolute;
right: 15vw;
top: 5vw;
background: url("../../common/img/icn_03.svg") no-repeat center center;
background-size: contain;
width: 10.4vw;
height: 4vw;
}
#VISUAL .head p {
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
font-size: 9.333vw;
font-weight: 700;
line-height: 1;
}
#VISUAL .head h1 {
font-size: 3.2vw;
font-weight: 900;
line-height: 1;
}
#VISUAL .cont {
padding: 15px;
}
#VISUAL .cont::before {
content: '';
display: block;
position: absolute;
right: 5vw;
bottom: -3vw;
background: url("../../common/img/icn_05.svg") no-repeat center center;
background-size: contain;
width: 10vw;
height: 12.8vw;
}
#VISUAL .image {
margin: 0 -10px 15px -10px;
}
#VISUAL .image img {
display: block;
border-radius: 15px;
width: 100%;
height: auto;
object-fit: cover;
}
#VISUAL .cont h3 {
margin-bottom: 20px;
font-weight: 700;
font-size: 4.267vw;
line-height: 1.5;
}
#VISUAL .cont p {
font-size: 4vw;
line-height: 1.5;
}
@media (min-width: 768px) {
	#VISUAL::before {
	transform: translateY(-40%);
	background-size: 100% auto;
	padding-top: 20%;
	}
	#VISUAL::after {
	transform: translateY(40%);
	background-size: 100% auto;
	padding-top: 20%;
	}
	#VISUAL .head {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	max-width: 1500px;
	}
	#VISUAL .head::before {
	right: 720px;
	top: 0;
	width: 78px;
	height: 29px;
	}
	#VISUAL .head p {
	margin-bottom: 10px;
	font-size: 60px;
	}
	#VISUAL .head h1 {
	font-size: 16px;
	}
	#VISUAL .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 50px 80px 50px;
	max-width: 1500px;
	}
	#VISUAL .cont::before {
	right: 115px;
	bottom: 160px;
	width: 75px;
	height: 76px;
	}
	#VISUAL .image {
	margin: 0 0 25px 0;
	}
	#VISUAL .image img {
	display: block;
	border-radius: 15px;
	width: 100%;
	height: auto;
	object-fit: cover;
	}
	#VISUAL .cont h3 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
	}
	#VISUAL .cont p {
	font-size: 16px;
	line-height: 1.75;
	}
}

#FORM {
position: relative;
padding-top: 40px;
}
#FORM .cont {
position: relative;
padding: 15px;
z-index: 1;
}
#FORM .cont::before {
transform: rotate(15deg);
content: '';
display: block;
position: absolute;
left: 40vw;
top: 0vw;
background: url("../../common/img/icn_04.svg") no-repeat center center;
background-size: contain;
width: 12.267vw;
height: 6.933vw;
}
#FORM .cont::after {
content: '';
display: block;
position: absolute;
left: 15vw;
bottom: -15vw;
background: url("../../common/img/icn_01.svg") no-repeat center center;
background-size: contain;
width: 12vw;
height: 10.667vw;
visibility: visible;
}
#FORM .cont .note {
float: right;
font-size: 3.2vw;
}
@media (min-width: 768px) {
	#FORM {
	padding-top: 0;
	}
	#FORM .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px 80px 50px;
	max-width: 1220px;
	}
	#FORM .cont::before {
	left: 650px;
	top: -40px;
	width: 92px;
	height: 52px;
	}
	#FORM .cont::after {
	left: 290px;
	bottom: -50px;
	width: 90px;
	height: 80px;
	}
	#FORM .cont .note {
	font-size: 14px;
	}
}

#NOTE {
position: relative;
background: url("../../common/img/bg.png") repeat center center;
background-size: 75px auto;
margin: 0;
padding: 25% 0;
z-index: -2;
}
#NOTE::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("../../common/img/wave2_b.svg"), url("../../common/img/bg.png");
background-repeat: no-repeat, repeat-x;
background-position: center center, center 1px;
background-size: 170% auto, 150px auto;
padding-top: 30%;
width: 100%;
z-index: -1;
}
#NOTE::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-image: url("../../common/img/wave2_t.svg"), url("../../common/img/bg.png");
background-repeat: no-repeat, repeat-x;
background-position: center center, center bottom 1px;
background-size: 170% auto, 150px auto;
padding-top: 30%;
width: 100%;
z-index: -1;
}
#NOTE .cont {
position: relative;
z-index: 1;
padding: 15px;
}
#NOTE .cont::after {
transform: rotate(-40deg);
content: '';
display: block;
position: absolute;
right: 5vw;
bottom: -20vw;
background: url("../../common/img/icn_07.svg") no-repeat center center;
background-size: contain;
width: 7.733vw;
height: 12.8vw;
visibility: visible;
}
#NOTE p {
font-size: 3.733vw;
line-height: 1.5;
}
@media (min-width: 768px) {
	#NOTE {
	background-size: 150px auto;
	margin: 0;
	padding: 0;
	}
	#NOTE::before {
	transform: translateY(-40%);
	background-size: 100% auto, 300px auto;
	padding-top: 20%;
	}
	#NOTE::after {
	transform: translateY(40%);
	background-size: 100% auto, 300px auto;
	padding-top: 20%;
	}
	#NOTE .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 160px 50px 160px 50px;
	max-width: 1220px;
	}
	#NOTE .cont::after {
	right: 100px;
	bottom: -70px;
	width: 57px;
	height: 95px;
	}
	#NOTE  p {
	font-size: 16px;
	line-height: 1.75;
	}
}