/* CSS Document */

* {
    box-sizing: border-box;
}
main {
	display: block;
}
.bg_work{
	position: absolute;
	top:0;
	left: 0;
	background-image: url(../img/bg_sp.png);
	background-size: cover;
	/*background-size: 1024px 770px;*/
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
#comming #mailUnderline {
	stroke-dashoffset:0;
} 

#knoworkinc {
	position: absolute;
	left: 8%;
	top: 14%;
	width:59%;
	height: auto;
}
#hello {
	position: absolute;
	right: 14%;
	top: 3%;
	width: 21%;
	height: auto;
}
#comming {
	position: absolute;
	top:42%;
	left: 21%;
	margin: auto;
	width: 58%;
	height: auto;
	pointer-events: auto;
	cursor: pointer;
}
#yes {
	position: absolute;
	left: 34%;
	top: 81%;
	width: 13%;
	height: auto;
}
