
.topVisual { width: 100%; height: 340px; text-align: center; position: relative; margin: 90px 0 0; background: url(../img/parking/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; }

.topAbout { width: 100%; margin: 0; padding: 120px 0 80px; }
.topAbout figure { text-align: center; }
.topAbout h3 { font-size: 36px; font-weight: 900; line-height: 60px; text-align: center; }
.topAbout h3 { font-size: 36px; font-weight: 900; line-height: 60px; text-align: center; margin: 40px 0 0; }
.topAbout h3 span { font-size: 48px; font-weight: 900; }
.topAbout h3 span b { font-weight: 900; color: #005BAB; }

.topService { width: 100%; margin: 0; padding: 80px 0; background: #EBF2F7; }
.topService .inner { width: 100%; } 

.topService ul { display: flex; justify-content: center; margin: 0; }
.topService ul li { width: 290px; margin: 0 10px; }
.topService ul li h4 { font-size: 20px; line-height: 30px; text-align: center; margin: 20px 0 0; }
.topService ul li h4 span { font-weight: normal; display: block; color: #005BAB; font-size: 12px; line-height: 20px; }
.topService ul li p { font-size: 14px; line-height: 25px; margin: 10px 0 0; text-align: left; }

.topReason { width: 100%; margin: 0; padding: 0; }
.topReason h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; }
.topReason h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topReason ul li:nth-child(odd) { margin-right: calc((100vw - 1100px) / 2); margin-top: 160px; background: #005BAB; position: relative; padding: 80px 340px 80px calc((100vw - 1100px) / 2); }
.topReason ul li:nth-child(odd) figure { position: absolute; top: -80px; right: -80px; }
.topReason ul li:nth-child(even) { margin-left: calc((100vw - 1100px) / 2); margin-top: 160px; background: #005BAB; position: relative; padding: 80px calc((100vw - 1100px) / 2) 80px 340px; }
.topReason ul li:nth-child(even) figure { position: absolute; top: -80px; left: -80px; }

.topReason ul li h4 { font-size: 40px; font-weight: 900; line-height: 40px; color: #FFF; }
.topReason ul li h4 span { display: block; color: #EBF2F7; font-size: 20px; font-weight: 900; }
.topReason ul li h4 span b { font-size: 36px; font-weight: 900; }
.topReason ul li p { font-size: 18px; line-height: 30px; color: #FFF; margin: 20px 0 0; }

.topMenu { width: 100%; margin: 0; padding: 80px 0 0; }
.topMenu h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; }
.topMenu h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topMenu ul { }
.topMenu ul li { display: flex; justify-content: center; margin: 80px 0 0; }
.topMenu ul li div { margin: 0 0 0 80px; }
.topMenu ul li div h4 { font-size: 32px; font-weight: 900; line-height: 40px; }
.topMenu ul li div h4 span { display: block; color: #005BAB; font-size: 16px; line-height: 20px; }
.topMenu ul li div ul { margin: 20px 0 0; }
.topMenu ul li div li { display: list-item; margin: 0; font-size: 18px; line-height: 30px; }
.topMenu ul li div li i { color: #005BAB; }
.topMenu ul li div p { font-size: 16px; line-height: 25px; margin: 20px 0 0; }
.topMenu ul li div a { margin: 40px 0 0; width: 460px; height: 60px; display: inline-block; color: #FFF; border-radius: 30px; text-align: center; line-height: 60px; font-size: 16px; padding: 0 20px; box-sizing: border-box; background: linear-gradient(to right, #005BAB, #002073); }
.topMenu ul li div a i { float: right; line-height: 60px; }

.topCase { width: 100%; margin: 0; padding: 80px 0; }
.topCase h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; }
.topCase h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topCase ul { margin: 80px 0 0; padding: 0 0 80px; }
.topCase ul li a { display: block; width: 450px; border-radius: 20px; background: #EBF2F7; margin: 0 40px; color: #1A1A1A; }
.topCase ul li a h4 { font-size: 20px; line-height: 30px; padding: 20px 20px 0; }
.topCase ul li a p { font-size: 14px; line-height: 25px; padding: 10px 20px 20px; text-align: left; }
.topCase .case-prev { position: absolute; bottom: 20px; left: 50%; margin-left: -50px; display: block; width: 40px; font-size: 20px; line-height: 40px; color: #FFF; background: #005BAB; text-align: center; border-radius: 20px; cursor: pointer; transition: .3s; }
.topCase .case-next { position: absolute; bottom: 20px; right: 50%; margin-right: -50px; display: block; width: 40px; font-size: 20px; line-height: 40px; color: #FFF; background: #005BAB; text-align: center; border-radius: 20px; cursor: pointer; transition: .3s; }
.topCase .case-prev:hover,
.topCase .case-next:hover { opacity: 0.6; }
.topCase p { text-align: center; }
.topCase p a { width: 460px; height: 60px; display: inline-block; color: #FFF; border-radius: 30px; text-align: center; line-height: 60px; font-size: 16px; padding: 0 20px; box-sizing: border-box; background: linear-gradient(to right, #005BAB, #002073); }
.topCase p a i { float: right; line-height: 60px; }

.topFlow { width: 100%; margin: 0; padding: 80px 0; background: #EBF2F7; }
.topFlow h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; }
.topFlow h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topFlow p { font-size: 18px; line-height: 30px; margin: 40px 0 0; text-align: center; }
.topFlow ul { margin: 80px 0 0; }
.topFlow ul li { width: 1000px; display: flex; justify-content: center; margin: 40px auto 0; background: #FFF; }
.topFlow ul li div { width: 640px; padding: 40px; box-sizing: border-box; }
.topFlow ul li div h4 { font-size: 32px; font-weight: 900; line-height: 50px; color: #005BAB; display: flex; justify-content: start; }
.topFlow ul li div h4 span { display: inline-block; background: #005BAB; color: #FFF; font-size: 20px; line-height: 50px; border-radius: 10px; margin-right: 20px; padding: 0 20px; }
.topFlow ul li div h4 span b { font-size: 30px; margin: 0 0 0 5px; }
.topFlow ul li div p { font-size: 20px; line-height: 30px; margin: 20px 0 0; text-align: left; }


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

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

	.topAbout { width: 100%; margin: 0; padding: 80px 0; }
	.topAbout figure { text-align: center; }

	.topAbout h3 { font-size: 24px; line-height: 50px; }
	.topAbout h3 span { font-size: 36px; }
	.topAbout h3 span b { }

	.topReason { width: 100%; margin: 0; padding: 40px 0 0; }
	.topReason h3 { }
	.topReason h3 span { }
	.topReason ul li:nth-child(odd) { margin-right: 80px; margin-top: 80px; padding: 40px 255px 40px 40px; }
	.topReason ul li:nth-child(odd) figure { position: absolute; top: -40px; right: -40px; width: 255px; }
	.topReason ul li:nth-child(even) { margin-left: 80px; margin-top: 80px; padding: 40px 40px 40px 255px; }
	.topReason ul li:nth-child(even) figure { position: absolute; top: -40px; left: -40px; }
	.topReason ul li figure { width: 255px; }
	.topReason ul li h4 { font-size: 24px; line-height: 30px; }
	.topReason ul li h4 span { font-size: 16px; }
	.topReason ul li h4 span b { font-size: 24px; }
	.topReason ul li p { font-size: 16px; line-height: 25px; margin: 10px 0 0; }


	.topMenu { padding: 80px 20px; box-sizing: border-box; }
	.topMenu h3 { }
	.topMenu h3 span { }
	.topMenu ul { }
	.topMenu ul li { }
	.topMenu ul li div { margin: 0 0 0 40px; }
	.topMenu ul li div h4 { }
	.topMenu ul li div h4 span { }
	.topMenu ul li div ul { }
	.topMenu ul li div li { }
	.topMenu ul li div li i { }
	.topMenu ul li div p { }
	.topMenu ul li div a { width: 360px; }
	.topMenu ul li div a i { }


	.topService { padding: 40px 0 80px; }
	.topService h3 { }
	.topService h3 span { }
	.topService ul { justify-content: center; flex-wrap: wrap; }
	.topService ul li { margin: 40px 20px 0; }
	.topService ul li h4 { }
	.topService ul li h4 span { }
	.topService ul li p { }

	.topCase { padding: 80px 0; }
	.topCase h3 { }
	.topCase h3 span { }
	.topCase ul { }
	.topCase ul li a { width: 400px; margin: 0 20px; }
	.topCase ul li a h4 { font-size: 20px; line-height: 30px; padding: 20px 20px 0; }
	.topCase ul li a p { font-size: 14px; line-height: 25px; padding: 10px 20px 20px; text-align: left; }
	.topCase .case-prev { }
	.topCase .case-next { }
	.topCase .case-prev:hover,
	.topCase .case-next:hover { }
	.topCase p { }
	.topCase p a { }
	.topCase p a i { }

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

	.topFlow ul { }
	.topFlow ul li { width: 100%; }
	.topFlow ul li figure { width: 180px; }
	.topFlow ul li div { width: calc(100% - 180px); padding: 20px; }
	.topFlow ul li div h4 { font-size: 24px; line-height: 40px; }
	.topFlow ul li div h4 span { font-size: 16px; line-height: 40px; margin-right: 10px; padding: 0 10px; }
	.topFlow ul li div h4 span b { font-size: 24px; }
	.topFlow ul li div p { font-size: 16px; line-height: 25px; margin: 10px 0 0; }

}


@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 20px; }
	.topVisual h2 { width: 100%; height: 110px; color: #FFF; font-size: 32px; line-height: 30px; padding: 30px; }
	.topVisual h2 span { font-size: 12px; }

	.topAbout { padding: 40px 20px; box-sizing: border-box; }
	.topAbout figure { text-align: center; }
	.topAbout h3 { width: 100%; margin: 0; font-size: 16px; line-height: 25px; padding: 20px 0; border-radius: 40px; }
	.topAbout h3 span { font-size: 32px; line-height: 40px; }
	.topAbout h3 span b { display: block; }


	.topReason { width: 100%; margin: 0; padding: 40px 0 0; }
	.topReason h3 { font-size: 32px; line-height: 40px; }
	.topReason h3 span { font-size: 16px; line-height: 25px; }

	.topReason ul li:nth-child(odd) { margin-right: 40px; margin-top: 60px; padding: 20px 20px 40px; }
	.topReason ul li:nth-child(odd) figure { position: static; width: 100%; text-align: right; margin: -40px 0 20px 40px; }
	.topReason ul li:nth-child(even) { margin-left: 40px; margin-top: 60px; padding: 20px 20px 40px; }
	.topReason ul li:nth-child(even) figure { position: static; width: 100%; margin: -40px 0 20px -40px; }

	.topReason ul li figure img { width: 340px; }
	.topReason ul li h4 { font-size: 24px; line-height: 30px; }
	.topReason ul li h4 span { font-size: 16px; }
	.topReason ul li h4 span b { font-size: 24px; }
	.topReason ul li p { font-size: 16px; line-height: 25px; margin: 10px 0 0; }


	.topMenu { padding: 40px 20px; }
	.topMenu h3 { font-size: 32px; line-height: 40px; }
	.topMenu h3 span { font-size: 16px; line-height: 25px; }

	.topMenu ul { }
	.topMenu ul li { display: block; margin: 40px 0 0; }
	.topMenu ul li div { margin: 20px 0 0; }
	.topMenu ul li div h4 { font-size: 24px; line-height: 30px; }
	.topMenu ul li div h4 span { font-size: 12px; line-height: 15px; }
	.topMenu ul li div ul { }
	.topMenu ul li div li { font-size: 16px; line-height: 25px; margin-left: 1em; text-indent: -1em; }
	.topMenu ul li div li i { display: inline; }
	.topMenu ul li div p { font-size: 14px; line-height: 25px; margin: 20px 0 0; }
	.topMenu ul li div a { margin: 20px auto 0; width: 300px; display: block; }
	.topMenu ul li div a i { }

	.topService { padding: 40px 0; }
	.topService h3 { font-size: 32px; line-height: 40px; }
	.topService h3 span { font-size: 16px; line-height: 25px; }

	.topService ul { margin: 40px 10px 0; }
	.topService ul li { width: calc(50% - 20px); margin: 20px 10px 0; }
	.topService ul li h4 { text-align: left; margin: 10px 0 0; }
	.topService ul li h4 span { font-size: 11px; line-height: 15px; }
	.topService ul li p { font-size: 14px; line-height: 25px; margin: 10px 0 0; text-align: left; }

	.topCase { padding: 40px 0 0; }
	.topCase h3 { font-size: 32px; line-height: 40px; }
	.topCase h3 span { font-size: 16px; line-height: 25px; }

	.topCase ul { margin: 40px 0 0; padding: 0 0 80px; }
	.topCase ul li a { width: calc(100vw - 80px); margin: 0 10px; }
	.topCase ul li a h4 { }
	.topCase ul li a p { }
	.topCase .case-prev { }
	.topCase .case-next { }
	.topCase .case-prev:hover,
	.topCase .case-next:hover { }
	.topCase p { }
	.topCase p a { width: 300px; }
	.topCase p a i { }

	.topFlow { padding: 40px 20px; }
	.topFlow h3 { font-size: 32px; line-height: 40px; }
	.topFlow h3 span { font-size: 16px; line-height: 25px; }
	.topFlow p { font-size: 16px; line-height: 25px; margin: 30px 0 0; }

	.topFlow ul { margin: 20px auto 0; }
	.topFlow ul li { width: 100%; margin: 20px auto 0; }
	.topFlow ul li figure { width: 120px; }
	.topFlow ul li div { width: calc(100% - 120px); padding: 10px; }
	.topFlow ul li div h4 { font-size: 20px; line-height: 30px; }
	.topFlow ul li div h4 span { font-size: 12px; line-height: 30px; margin-right: 10px; padding: 0 10px; }
	.topFlow ul li div h4 span b { font-size: 16px; }
	.topFlow ul li div p { font-size: 16px; line-height: 25px; margin: 10px 0 0; }


}