/* CSS Document */
@charset "UTF-8";
@import url("reset.css");

body {
	font-size: 14px;
	line-height: 2.0;
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 {
	padding: 20px 0 10px 10px;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0.06em;
	padding-left: 22px;
	background: url("../img/title_bg.png") left no-repeat;
}

h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.06em;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #ccc;
}

#about {
	padding: 0px 20px 10px 20px;
}

div.key_message {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 0.06em;
}

div.tagline {
	margin-top: -10px;
	padding-bottom: 14px;
	color: #999;
	font-size: 12px;
}

#menu ul li a {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#copy {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.menu ul li {
	list-style: none;
}

#news dl {
	overflow: hidden;
}
	
.menu {
	display: none;
}

#main_visual {
	width: 100%;
	height: 600px;
	background: #ccc;
	display: none;
}

#news {
	padding: 20px 20px 0 20px;
}

#news dd {
	margin-top: 0px;
	margin-left: 00px;
	padding-bottom: 8px;
}

#service {
	padding: 20px 20px 0 20px;
}

.service_menu p {
	padding-bottom: 10px;
}

#company {
	padding: 20px 20px 0 20px;
}

#recruit {
	padding: 20px 20px 0 20px;
}

#corporation .company_name {
	font-size: 15px;
	font-weight: bold;
}

#corporation .address {
	font-size: 14px;
}

#corporation .en {
	font-size: 10px;
	font-weight: normal;
}

#contact {
	padding: 20px;
}

#contact p {
	padding-bottom: 20px;
}

footer {
	padding: 10px;
	border-top:1px solid #eee;
}

.pc {display: none;}
.sp {display: block;}


@media (min-width: 768px) {
	#about {
    	padding: 0px 20px 20px 20px;
	}
	
	div.tagline {
		margin-top: -25px;
		padding-bottom: 17px;
		font-size: 24px;
	}
	
	#news dt {
		width: 9em;
		float: left;
		clear: both;
	}

	#news dd {
		min-width: 10em;
		float: left;
	}
}


/* #about */
@media screen and (max-width:385px) { 
	div.key_message {
		font-size: 28px;
	}
}

@media screen and (min-width:386px) and ( max-width:400px) {
	div.key_message {
		font-size: 30px;
	}
}
@media screen and (min-width:768px) and ( max-width:809px) {
	div.key_message {
		font-size: 60px;
	}
}
@media screen and (min-width:810px) and ( max-width:909px) {
	div.key_message {
		font-size: 66px;
	}
}
@media screen and (min-width:910px) and ( max-width:1023px) {
	div.key_message {
		font-size: 74px;
	}
}

@media screen and (min-width:1024px) {
	div.key_message {
		font-size: 85px;
	}
 
}