@charset "UTF-8";










/* ----------------------------------------------------------------------------------------------------





	MediaQuery





-------------------------------------------------- */
@media screen and (max-width: 740px) {



/* --------------------------------------------------

	fbm

-------------------------------------------------- */

#fbm {
	border-top: 1px solid rgba(250, 220, 0, 0.4);
	bottom: 0;
	display: block;
	left: 0;
	list-style: none;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
	}
	#fbm li {
		background: rgba(0, 0, 0, 1);
		float: left;
		width: 25%;
		}
		#fbm li a {
			color: #fff;
			padding: 10% 0;
			display: block;
			width: 100%;
			}
			#fbm li a img { height: 100%; }



/* --------------------------------------------------

	base

-------------------------------------------------- */

html,
body	{
	height: 100%;
	min-width: 100%;
	}



/* --------------------------------------------------

	base

-------------------------------------------------- */

.inner { width: 100%; }



/* --------------------------------------------------

	header

-------------------------------------------------- */

#header {
	background: rgba(0, 0, 0, 1) url(/recruit/career/theme/img/header/intro-001-sp.png) center center no-repeat;
	padding: 3% 10%;
	background-size: 100%;
	}
	body > #header { height: 100%; }

	#header h1 {
		float: none;
		padding: 5% 0 0;
		}
		#header h1 img { width: 100%; }

	#header h2 { bottom: 5%; }
		#header h2 img { width: 90%; }

	#header #h-menu { display: none; }



/* --------------------------------------------------

	nav

-------------------------------------------------- */

#nav { display: none; }



/* --------------------------------------------------

	cjob

-------------------------------------------------- */

#cjob {}
	#cjob li {
		float: none;
		width: 100%;
		}
		#cjob li h3 img { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
		#cjob li h3 p {
			display: block;
			font-size: 200%;
			padding: 10px 0;
			}



/* --------------------------------------------------

	cfeature

-------------------------------------------------- */

	#cfeature li {
		float: none;
		width: 100%;
		}
			#cfeature li h3 {
				font-size: 30px;
				padding: 2% 0 0;
				}



/* --------------------------------------------------

	job

-------------------------------------------------- */

	#job-wrap div h2 {
		padding: 15% 0 5%;
		width: 90%;
		}
			#job-wrap #designer .inner { background-image: url(/recruit/career/theme/img/job/bg-designer-sp.png); }
			#job-wrap #engineer .inner { background-image: url(/recruit/career/theme/img/job/bg-engineer-sp.png); }
			#job-wrap #planner .inner { background-image: url(/recruit/career/theme/img/job/bg-planner-sp.png); }
			#job-wrap #designer .inner,
			#job-wrap #engineer .inner,
			#job-wrap #planner .inner {
				background-color: rgba(0, 0, 0, 1);
				background-position: center center;
				background-size: 100%;
				}

			#job-wrap div .inner li { padding: 0 5%; }

				#job-wrap div .inner li:nth-child(2) {
					margin: 10% 0 0;
					width: 100%;
					}
					#job-wrap #designer .inner li:nth-child(1),
					#job-wrap #planner .inner li:nth-child(1),
					#job-wrap #engineer .inner li:nth-child(1) { margin: 0; }

					#job-wrap div .inner li:nth-child(1) h3 { padding: 5%; }
					#job-wrap div .inner li:nth-child(2) h3 { padding: 5% 0 1%; }

					.bt-first { padding: 5% 8%; }
					.bt-second { padding: 5%; }

			#job-wrap div .inner .btn-entry {
				margin: 10% auto 0;
				padding: 2% 5%;
				width: 80%;
				}



/* --------------------------------------------------

	features

-------------------------------------------------- */

	#features-wrap div h2 {
		font-size: 150%;
		padding: 15% 0 5%;
		}

			#features-wrap div .inner div { padding: 15% 5%; }

			#features-wrap #concept .inner div:nth-child(2) {
				color: rgba(255, 255, 255, 1);
				background: rgba(215, 225, 225, 1) url(/recruit/career/theme/img/features/concept/img-ladybug-sp.png) left center no-repeat;
				}

			#features-wrap div .inner div h3 {
				font-size: 120%;
				padding: 0 0 5%;
				}

				#features-wrap div .inner div p { width: 75%; }

				#features-wrap div .inner div .btn-es {
					margin: 5% auto 0;
					padding: 4%;
					width: 80%;
					}



/* --------------------------------------------------

	relation

-------------------------------------------------- */

#relation { padding: 15% 0; }

	#relation h2 { font-size: 120% !important; }

	#relation ul { width: 80% !important; }
		#relation ul li {
			padding: 3% 0;
			width: 100% !important;
			}



/* --------------------------------------------------

	footer

-------------------------------------------------- */

	#footer p { padding: 15% 5% 2%; }

	#footer ul { padding: 0 0 10%; }
		#footer ul li { padding: 0 5% 3%; }
		#footer #copy { padding: 10% 10% 25%; }



/* --------------------------------------------------

	pagetop

-------------------------------------------------- */

#pagetop { display: none; }





}










/* ----------------------------------------------------------------------------------------------------





	media print

	
	


-------------------------------------------------- */

@media print {

}