#main {
	position: relative;
	overflow: hidden;
}

.c_main {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 1;
}

/*トップ*/
#abouttop {
	position: relative;
	overflow: hidden;
	background-color: #324;
	background-image: url(../images/common/bg_dot_db2.png);
	background-repeat: repeat;
}

#abouttop h1 {
	color: #fff;
	font-size: 240%;
	text-align: center;
}

#abouttop ul.btnlist {
	display: block;
	text-align: center;
}

#abouttop ul.btnlist li {
	display: inline-block;
}

/*会社概要*/
#aboutmain {
	background-color: #4887c7;
}

#aboutmain .bgdot01 {
	background-image: url(../images/common/bg_dot_sb.png);
}

#about .bgdot01 {
	z-index: 0;
}

.companytablearea {
	margin-bottom: 6em;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

table th,
table td {
	padding: 17px 25px;
}

table th {
	background-color: #ddd;
	background-image: url(../images/common/bg_dot_w.png);
	background-repeat: repeat;
}

table td {
	background: #f7f7f7;
}

table th {
	width: 28%;
}

.aboutphoto {
	width: 100%;
	text-align: center;
	margin-bottom: 1.2em;
}

#map {
	position: relative;
	overflow: hidden;
	height: 362px;
	width: 100%;
}

#map iframe {
	position: absolute;
	height: 362px;
	width: 100%;
	top: 0;
	left: 0;
}

/*採用情報*/
#recruitmain {
	background-color: #35669e;
}

#recruitmain .bgdot01 {
	background-image: url(../images/common/bg_dot_db2.png);
}

#recruitmain .btnarea {
	position: relative;
	overflow: hidden;
	background-color: #35669e;
	background-image: url(../images/common/bg_dot_db.png);
	background-repeat: repeat;
	padding: .8em 0;
	z-index: 1;
}

.recruit_detail {
	margin: 0 auto;
}

.recruit_detail table td p:not(:last-of-type) {
	margin-bottom: 1em;
}

/*事業内容*/
#servicemain {
	background-color: #3cb5ac;
}

#servicemain .bgdot01 {
	background-image: url(../images/common/bg_dot_tq.png);
	z-index: 0;
}

#servicemain ul {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}

#servicemain ul li {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 2em 0;
}

#servicemain ul li h3 {
	line-height: 150%;
	margin: 0 0 .3em 0;
	border-bottom: 1px dotted #f3f3f3;
	text-shadow: -1px -1px 0 #69a, 1px -1px 0 #69a, -1px 1px 0 #69a, 1px 1px 0 #69a, 0 0 3px rgba(0, 0, 0, 0.5);
}

#servicemain ul li h3 span {
	position: relative;
	display: inline-block;
	padding: 0 0 .3em 0;
	margin: 0 0 -1px 0;
	border-bottom: 1px solid #f3f3f3;
}

#servicemain ul li p {
	font-weight: 200;
	line-height: 180%;
	color: #f3f3f3
}

@media print, screen and (min-width: 960px) {
	/*トップ*/
	#abouttop ul.btnlist {
		margin: 0 auto;
	}

	#abouttop ul.btnlist li {
		display: inline-block;
	}

	#abouttop ul.btnlist li:nth-of-type(2) {
		margin: 0 2em;
	}

	#abouttop ul.btnlist li a {
		min-width: 8em;
	}

	/*会社概要*/
	#aboutmain {
		background-attachment: fixed;
		background-image: url(../images/about/bg_about_pc.jpg);
	}

	.companytablearea a.tocall {
		pointer-events: none;
		color: #333;
	}

	table th {
		border-radius: 2px 0 0 2px / 2px 0 0 2px;
	}

	table td {
		border-radius: 0 2px 2px 0 / 0 2px 2px 0;
	}

	/*採用情報*/
	#recruitmain {
		background-attachment: fixed;
		background-position: center top 60px;
		background-image: url(../images/recruit/bg_recruit_pc.jpg);
	}

	.recuritarea .in {
		padding: 1.5em 1.5em 3em 1.5em;
		min-height: 370px;
	}

	.recruit_detail table {
		width: 100%;
	}

	/*事業内容*/
	#servicemain {
		background-attachment: fixed;
		background-image: url(../images/services/bg_services_pc.jpg);
	}

	#servicemain ul li h3 {
		font-size: 24px;
	}

	#servicemain ul li p {
		font-size: 15px;
	}
}

@media print, screen and (max-width: 959px) {

	/*トップ*/
	#abouttop h1 {
		font-size: 180%;
	}

	#abouttop ul.btnlist {
		margin: 2em auto 1em auto;
	}

	#abouttop ul.btnlist li {
		clear: both;
		width: 100%;
	}

	#abouttop ul.btnlist li a {
		margin: 0 auto 1em auto;
	}

	.c_main:before {
		background-position: left top;
		background-size: 100% auto;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
	}

	/*会社概要*/
	#aboutmain::before {
		background-image: url(../images/about/bg_about_sp.jpg);
	}

	table {
		width: 100%;
	}

	table th {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 110%;
		padding: 1em 1.2em;
		border-radius: 2px 2px 0 0 / 2px 2px 0 0;
	}

	table td {
		display: block;
		width: 100%;
		padding: 1em 1.2em;
		border-radius: 0 0 2px 2px / 0 0 2px 2px;
	}

	.aboutphoto img {
		width: 80%;
		max-width: 300px;
		height: auto;
	}

	.companytablearea a.tocall {
		color: #00489d;
		text-decoration: underline;
	}

	/*採用情報*/
	#recruitmain::before {
		background-image: url(../images/recruit/bg_recruit_sp.jpg);
	}

	.contactbtn {
		width: 90%;
	}

	/*事業内容*/
	#servicemain::before {
		background-image: url(../images/services/bg_services_sp.jpg);
	}

	#servicemain ul li h3 {
		font-size: 4.8vw;
	}

	#servicemain ul li p {
		font-size: 3.4vw;
	}
}


