@charset "UTF-8";

/*--- CONTACT ---*/

.widget_form::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	height: 11vw;
	max-height: 250px;
	min-height: 100px;
	width: 100%;
	max-width: 1200px;
	left: calc(50% - 100px);
	transform: translateX(-50%);
	bottom: 0;
	background: url(/common/upload_data/aoba-lifespcom/image/c_people.png) no-repeat bottom right / contain;
	z-index: 2;
}

.widget_form form dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.widget_form form dl:nth-of-type(1) {
	padding-top: 20px;
}

@media screen and (min-width: 771px) {
	.widget_form form dt {
		width: 30%;
	}
}

@media screen and (max-width: 900px) {
	.widget_form::before {
		left: calc(50% - 50px);
	}
}

/*--- COMPANY ---*/

#company+section::before {
	border-radius: 100px 100px 0 0;
}

#company+section .heading.block_header_1.align-left {
	align-items: center;
}

@media screen and (max-width: 900px) {
	#company+section::before {
		border-radius: 50px 50px 0 0;
	}
}