
.topVisual { width: 100%; height: 340px; text-align: center; position: relative; margin: 90px 0 0; background: url(../img/job/top.jpg); background-size: cover; display: flex; align-items: center; justify-content: center; }
.topVisual h2 { background: #005BAB; width: 540px; height: 140px; color: #FFF; font-size: 50px; line-height: 50px; box-sizing: border-box; padding: 25px; }
.topVisual h2 span { display: block; font-size: 20px; }


.topContact { width: 100%; margin: 0; padding: 80px 0; }
.topContact h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; }
.topContact h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topContact table { width: 800px; max-width: 100%; margin: 80px auto 0; font-size: 16px; border-collapse: collapse; }
.topContact th { text-align: left; line-height: 20px; border-bottom: solid 1px #D6D6D6; padding: 20px; }
.topContact th span { color: #FFF; background:#005BAB; font-size: 12px; line-height: 20px; border-radius: 6px; display: inline-block; padding: 0 10px; float: right; }
.topContact td { line-height: 30px; border-bottom: solid 1px #D6D6D6; padding: 20px; }

.topContact td input { width: 480px; border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; }
.topContact td select { border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; appearance: auto; }
.topContact td textarea { width: 480px; height: 10em; border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; }
.topContact input[type=submit] { width: 420px; height: 80px; display: block; color: #FFF; border-radius: 40px; text-align: center; line-height: 80px; font-size: 24px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; border: none; background: linear-gradient(to right, #E60012, #CF0001); }
.topContact input[type=submit]:hover { opacity: 0.6; transition: 0.3s; }

.topContact p { font-size: 20px; line-height: 40px; text-align: center; }

.topContact a.tel { font-size: 24px; line-height: 40px; text-align: center; width: 540px; margin: 40px auto 0; padding: 20px 0; border-radius: 40px; color: #1A1A1A; display: block; border: solid 2px #005BAB; background: linear-gradient(to bottom, #FFF, #005BAB11); box-sizing: border-box; }
.topContact a.tel b { font-size: 48px; line-height: 60px; font-weight: 900; color: #005BAB; display: block; }
.topContact a.tel small { display: block; font-size: 20px; }

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1260px) {
	.topVisual { width: 100%; margin: 70px 0 0; }
	.topVisual h2 { }

	.topContact { padding: 80px 20px; box-sizing: border-box; }
	.topContact h3 { }
	.topContact h3 span { }

}


@media only screen and (max-width: 520px) {
	.topVisual { padding: 0 20px; box-sizing: border-box; }

	.topVisual { width: 100%; height: 230px; margin: 70px 0 0; padding: 0 40px; }
	.topVisual h2 { width: 100%; height: 110px; color: #FFF; font-size: 32px; line-height: 30px; padding: 30px; }
	.topVisual h2 span { font-size: 12px; }

	.topContact { padding: 40px 20px; box-sizing: border-box; }
	.topContact h3 { font-size: 32px; line-height: 40px; }
	.topContact h3 span { font-size: 16px; line-height: 25px; }

	.topContact table { width: 100%; margin: 40px 0 0; }
	.topContact th { width: 100%; display: block; padding: 20px 0 0; white-space: nowrap; border-bottom: 0; }
	.topContact td { width: 100%; display: block; padding: 10px 0 20px; }

	.topContact p { font-size: 18px; line-height: 35px; text-align: left; }

	.topContact td input { width: 100%; border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; }
	.topContact td select { border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; appearance: auto; }
	.topContact td textarea { width: 100%; height: 10em; border: solid 2px #D6D6D6; padding: 8px; border-radius: 6px; font-size: 16px; text-align: left; box-sizing: border-box; }
	.topContact input[type=submit] { width: 300px; padding: 0 15px; height: 60px; line-height: 60px; font-size: 20px; }
	.topContact input[type=submit]:hover { opacity: 0.6; transition: 0.3s; }

	.topContact p { font-size: 16px; line-height: 25px; margin: 20px 0 0; }

	.topContact a.tel { font-size: 16px; line-height: 30px; text-align: center; width: 330px; margin: 20px auto 0; padding: 10px 0; border-radius: 20px; }
	.topContact a.tel b { font-size: 36px; line-height: 40px; }
	.topContact a.tel small { font-size: 12px; }

}