/* -------------------------------
reset & default CSS
----------------------------------*/
html, body, div, article, aside, figure, footer, header, hgroup, menu, nav, section, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #F9F9F9;
	color: #222;
	font-size: 100%;
	line-height: 1;
	font-family: "futura", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* body.noscroll {
overflow: hidden;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table, tr, th, td {
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*￥*/

	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, .9);
	z-index: 999;
}
@media (max-width:414px) {
	#header {
		height: 45px;
	}
}
.header_inner {
	width: 1000px;
	margin: 0 auto;
}
@media (max-width:414px) {
	.header_inner {
		width: 100%;
	}
}
#header .logo {
	margin-top: 18px;
}
.logo {
	float: left;
	width: 228px;
	font-size: 23px;
}
@media (max-width:414px) {
	.logo {
		font-size: 19px;
		padding-left: 8px;
	}
	#header .logo {
		margin-top: 15px;
	}
}
.logo a:hover {
	color: #888;
	text-decoration: none;
}
.header_nav {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	float: right;
}
@media (max-width:1000px) {
	.header_nav {
		display: none;
	}
}
.header_nav li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-left: 40px;
	font-size: 18px;
}
.header_nav li a {
	display: block;
	padding: 2px 5px 0 5px;
	line-height: 56px;
}
.header_nav li a:hover {
	color: #888;
	text-decoration: none;
}

/*.header_nav li strong {
display: block;
padding: 2px 5px 0 5px;
border-bottom: 2px solid #777777;
line-height: 56px;
}*/
#header li.current a {
	border-bottom: 2px solid #777777;
	padding: 2px 5px 0 5px;
}
.btn_nav {
	display: none;
}
@media (max-width:1000px) {
	.btn_nav {
		position: fixed;
		top: 15px;
		right: 30px;
		display: block;
	}
}
#nav {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .9);
	z-index: 999;
}
#nav ul li a {
	display: block;
	padding: 15px 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-size: 13px;
}

/* Footer */
#footer {
	padding: 20px 0;
	background: url(../image/black_bg.png) repeat;
}
#footer p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* ニュースバー */
.news {
	height: 40px;
	padding-top: 10px;
	background: #fff;
}
@media (max-width:500px) {
	.news {
		padding: 10px 8px;
		height: 30px;
	}
}
.news-content {
	width: 1000px;
	margin: 0 auto;
}
@media (max-width:500px) {
	.news-content {
		width: 100%;
	}
}
.news-title {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 28px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #eee;
}
@media (max-width:500px) {
	.news-title {
		line-height: 1.5;
		float: left;
		display: none;
	}
}
.news p {
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
}
@media (max-width:500px) {
	.news p {
		line-height: 1.5;
		    width: 95%;
	}
}

/* Eyecatch */
.keyvisual {
	position: relative;
	width: 100%;
	height: 450px;
	margin-top: 60px;
	background: url(../image/img09.jpg) center center no-repeat;
	background-size: cover;
}
.keyvisual img {
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	margin: -100px 0 0 -250px;
}
@media (max-width:500px) {
	.keyvisual {
		height: 200px;
	}
	.keyvisual img {
		width: 300px;
		left: 80%;
		top: 80%;
	}
}

/* Title */
.section-title {
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 100;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
@media (max-width:500px) {
	.section-title {
		margin-bottom: 30px;
		font-size: 40px;
	}
}
.section-title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 15px;
	color: #999;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.service_text{
	width:480px;
	/* float:right; */
}
.service_text.otomebu{
	margin-top: -150px;
}
.sumaho{
	margin-top:-20px;
	width:433px;
}
.section_service .section-title {
	color: #6C6C6C;
}
.section_service2 .section-title {
	color: #222222;
}
.section_service .section-title span {
	color: #6C6C6C;
}
.section_service2 .section-title span {
	color: #222222;
}

/* Layout */
.section {
	/*width: 100%;*/
	padding: 80px 0;
}
@media (max-width:500px) {
	.section {
		padding: 30px 10px;
	}
}
.section_inner {
	width: 1000px;
	margin: 0 auto;
}
@media (max-width:500px) {
	.section_inner,
	.service_text {
		width: 100%;
	}
}
.section_main {
	float: left;
	width: 525px;
}
@media (max-width:500px) {
	.section_main {
		width: 100%;
	}
}
.section h3 {
	margin-bottom: 25px;
	font-size: 24px;
}
@media (max-width:500px) {
	.section h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
.section p {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	width: 450px;
}
@media (max-width:500px) {
	.section p {
		font-size: 13px;
		    width: inherit;
	}
}
.section_image {
	float: right;
}
@media (max-width:500px) {
	.section_image {
		max-width: 100%;
		height: auto;
		float: none;
		padding-top: 10px;
	}
}
.section_service {
	height: 660px;
	background: url(../image/service_back.jpg) center top no-repeat;
	background-size: cover;	/*background-color: lightpink;*/
	/* margin:40px 0; */
}
.sp_sumaho{
	display:none;
}
@media (max-width:500px) {
	.section_service {
		height: 690px;
		margin:0;
		background-size:cover;
		}
	.sumaho{
		width:40%;
		margin-top:-15%;
	}
	.section_inner.clearfix{
		position: relative;
	}
	.service_text.otomebu{
		margin-top: -100px;
	}
	.btn.btn_service{
		float:right;
	}
	.pc_sumaho{
		display:none;
	}
	.sp_sumaho{
		display:inline-block;
		margin-top: 120px;
	}
	.section_service p,
	.service_text h3{
	/* width:58%; */
	margin: 0;
	display: inline-block;
	/* float: right; */
	}
	.section_service p{
	margin-top: 10px;
	}
	.sp_none{
		display:none;
	}
}
@media (max-width:350px) {
	.section_service {
		height: 430px;
	}
}
.section_service h3 {
	color: #6C6C6C;
}
.section_service p {
	color: #6C6C6C;
}
.section_service p a {
	color: #6C6C6C;
	text-decoration: none;
}
.section_service p a:hover {
	text-decoration: underline;
}
.section_service2 {
	height: 317px;
	/* background: url(../image/recruit_img.jpg) center top no-repeat; */
	background-size: cover;
	background-color: #f9f9f9;
}
@media (max-width:500px) {
	.section_service2 {
		height: inherit;
	}
}
.section_service2 h3 {
	color: #222222;
}
.section_service2 p {
	color: #222222;
	    width: inherit;
}
.section_service2 p a {
	color: #222222;
	text-decoration: none;
}
.section_service2 p a:hover {
	text-decoration: underline;
}
.corporate_info {
	display: table;
}
.corporate_info th, .corporate_info td {
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left;
}
.corporate_info th {
	width: 100px;
	font-weight: bold;
}
.corporate_info td {
	line-height: 1.5em;
}
.corporate_info_img {
    float: left;
    padding-left: 130px;
}
#map_canvas {
}
#map_canvas iframe {
}
@media (max-width:500px) {
	#map_canvas iframe {
		width: 90% !important;
		height: auto !important;
	}
}

.recruit_info {
	display: table;
	color: #222222;
}
.recruit_info th, .recruit_info td {
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left;
}
.recruit_info th {
	width: 80px;
	font-weight: bold;
}
.recruit_info td {
	line-height: 1.5em;
}


/* Parts */
.btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	width: 250px;
	padding: 18px 0 16px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-pie-border-radius: 3px;
	font-size: 16px;
	text-align: center;
	behavior: url(/PIE.htc);
}
.btn_default {
	border: 1px solid #333;
}
.btn_default:hover {
	background: rgba(0, 0, 0, .1);
	text-decoration: none;
}
.btn_white {
	border: 1px solid #fff;
	color: #fff !important;
	background-color: rgb(103 211 243 / 86%);
}
.btn_white:hover {
	background: rgba(255, 255, 255, .1);
	text-decoration: none;
}
.btn_service {
	margin-top: 30px;
}
.modal_title {
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 0 #fafafa;
	-webkit-box-shadow: 0 1px 0 #fafafa;
	-moz-box-shadow: 0 1px 0 #fafafa;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.form_area {
	position: relative;
	min-height: 150px;
	padding: 5px 30px 20px 30px;
}
.alert_done {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.modal_window form input[type="text"], .modal_window form textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
}
.modal_window_recruit form input[type="text"], .modal_window_recruit form textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
}
.error {
	color: #e00;
	font-size: 12px;
	font-weight: bold;
}
.btn_submit {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	cursor: pointer;
	width: 100%;
	margin-top: 15px;
	padding: 15px 0;
	background: #B9B9B9;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
}
.btn_submit:hover {
	background: #8E8E8E;
	text-decoration: none;
}

#modal_company {
}
@media (max-width:500px) {
	#modal_company {
		width: 100% !important;
	}
}

