@charset "utf-8";

/* 全体の初期化 */
*,html,body{ margin:0; padding:0; }

/* 表示切替のデフォルトは非表示 */
.pc-only, .sp-only { display:none; }

.hide {
	display: none;
}

/********** 共通 **********/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "AXIS Std","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

img {
	vertical-align: bottom;
	border: none;
	margin: 0;
	padding: 0;
}

a{
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a:hover img {
 opacity: 0.5;
}


section {
	width: 1000px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/********** ヘッダー **********/
.bg-top {
	background-color: #eeeeee;
	background: #eeeeee url(../img/bg_top.png) no-repeat scroll center top;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-position-x: center;
	background-position-y: top;
	min-width: 1000px;
	height: 800px;
	overflow: visible;
}
#content-header {
	padding: 20px 10px;
}
#content-header h1.logo {
	display: inline-block;
	float: left;
}
#content-header .mail {
	display: inline-block;
	float: right;
}
#content-header ul.menu {
	display: inline-block;
	width: 480px;
	margin-top: 20px;
}
#content-header ul.menu  {
	list-style-type: none
}
#content-header ul.menu li {
	width: 120px;
	float: left;
	color: #ffffff;
	border-left: solid 1px #ffffff;
}
#content-header ul.menu li:last-child {
	border-right: solid 1px #ffffff;
}
#content-header ul.menu ul > li:first-child + li + li { /* IE対応 */
	border-right: solid 1px #ffffff;
}

#content-header ul.menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#content-header ul.menu li a:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff); 
	background-color: rgba(255,255,255,0.3);
}
#content-header ul.menu li .ja {
	font-size: 1.2em;
	padding: 5px 0 0 0;
}
#content-header ul.menu li .en {
	font-size: 0.5em;
	padding: 0 0 5px 0;
}

/********** サイトタイトル **********/
#content-title .caption-how {
	text-align: center;
	margin: 80px auto 0 auto;
}
#content-title .button {
	text-align: center;
	margin: 30px auto;
}
#content-title .caption-next {
	text-align: center;
	margin-top: 200px;
}

/********** お知らせ **********/
#content-news {
}
#content-news h2.title {
	color: #0075a9;
	font-size: 2.0em;
	margin: 10px 0;
}
#content-news ul.news-container {
	display: block;
	width: 700px;
	list-style-type: none;
	margin: 0 auto;
}
#content-news li.news-item {
	display: block;
	clear: both;
}
#content-news .news-header {
	display: table;
	float: left;
	border-bottom: solid 1px #0075a9;
}
#content-news .news-header:after {
	float: right;
	margin: 12px 10px;;
	content: url(../img/arrow_below.png);
}
#content-news .news-header:hover {
	cursor: pointer;
	background-color: #cccccc;
}
#content-news .news-date {
	display: table-cell;
	width: 150px;
	color: #0075a9;
	padding: 12px 0 10px 0;
	vertical-align: middle;
}
#content-news .news-title {
	display: table-cell;
	width: 500px;
	text-align: left;
	color: #0075a9;
	padding: 12px 0 10px 0;
	line-height:20px;
	vertical-align: middle;
}
#content-news .news-contents {
	clear: both;
	margin-left: 50px;
	margin-right: 30px;
	padding: 10px;
	text-align: left;
}
#content-news .news-contents a {
	text-decoration: underline;
}
#content-news .news-buttons{
	margin: 20px 0;
}
#content-news .news-buttons a{
	cursor: pointer;
}

/********** 事業内容 **********/

.bg-service {
	background-color: #eeeeee;
	background: #eeeeee url(../img/bg_service.png) no-repeat scroll center top;
	background-image: url(../img/bg_service.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-position-x: center;
	background-position-y: top;
	min-width: 1000px;
	height: 540px;
	overflow: visible;
}
#content-service {
	margin-bottom: 160px;
}
#content-service h2.title {
	display: inline-block;
	width: 520px;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 1.0em;
	margin: 50px 0 20px 0;
	padding: 0;
	text-align: center;
	background: url(../img/bg_title.png) no-repeat;
	background-position: 0 10px;
}
#content-service h2.title .en{
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}
#content-service table {
	width: 100%;
}
#content-service th {
	text-align: center;
}
#content-service td {
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 0.8em;
	height: 220px;
}
#content-service td.products,
#content-service td.training {
	width: 32%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000); 
	background-color: rgba(0,0,0,0.7);
}
#content-service td h4 {
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 0 0 30px 0;
}
#content-service td ul {
	list-style-type: none;
	margin: 10px;
	clear: both;
}
#content-service td li {
	float: left;
	padding: 5px 6px;
	border: solid 1px #ffffff;
	margin: 5px;
	font-size: 0.9em;
}
#content-service td .btn {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 10px;
	clear: both;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}
#content-service td.technology img.point {
	position: absolute;
	top: 30px;
	left: -170px;
	z-index: 1000;
}

#content-service td.technology img.image {
	position: absolute;
	bottom: -120px;
	left: 7px;
}

/********** 技術情報 **********/
#content-technology {
	margin-top: 150px;
	margin-bottom: 50px;
}
#content-technology dl {
	float: left;
	width: 225px;
	margin: 0 10px;
	box-sizing: border-box;
}
#content-technology dt {
	display: table;
	text-align: center;
	width: 100%;
}
#content-technology dt h3 {
	display: table-cell;
	width: 100%;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
#content-technology dt h4 {
	padding: 10px 0;
	font-size: 1.5em;
	text-align: center;
	color: #638c0b;
}

#content-technology dd.description {
	text-align: left;
	font-size: 0.8em;
	height: 150px;
}

#content-technology dd ul {
	margin: 10px 0 10px 20px;
}

#content-technology dd.tips {
	display: table-cell;
	border: solid 1px #638c0b;
	padding: 10px;
	font-size: 0.8em;
	color: #638c0b;
	width: 240px;
	height: 50px;
	vertical-align: middle;
}

/********** 採用情報 **********/
#content-recruit {
	margin: 100px auto;
}
#content-recruit h3 {
	display: block;
	margin: 0 auto -60px auto;
}
#content-recruit dl {
	display: table;
	width: 700px;
	padding: 60px 20px 20px 20px;
	margin: 0 auto;
	border: solid 1px #638c0b;
}
#content-recruit dd {
	display: table-cell;
	text-align: left;
}
#content-recruit dd.description {
	width: 500px;
	vertical-align: top;
	padding: 30px;
}
#content-recruit dd.description ul {
	margin: 20px 20px;
}
#content-recruit dd.icon {
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}

/********** 会社概要 **********/

.bg-company {
	background-color: #1b1b1b;
	background: #1b1b1b url(../img/bg_company.png) no-repeat scroll center top;
	background-image: url(../img/bg_company.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-position-x: center;
	background-position-y: top;
	min-width: 1000px;
	overflow: visible;

	padding-bottom: 30px;
}
#content-company {
	height: 720px;
}
#content-company h2.title {
	display: inline-block;
	width: 520px;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 1.0em;
	margin: 50px 0 20px 0;
	padding: 0;
	text-align: center;
	background: url(../img/bg_title.png) no-repeat;
	background-position: 0 10px;
}
#content-company h2.title .en{
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}
#content-company table.company {
	float: left;
	width: 480px;
	border-collapse: collapse
	box-sizing: border-box;
	padding: 0 10px;
}
#content-company table.company tr {
	border-bottom: solid 2px #1b1b1b;
}
#content-company table.company th,
#content-company table.company td {
	color: #959595;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: tpp;
	padding: 10px;
	background-color: #000000;
}

#content-company dl {
	float: right;
	width: 490px;
	box-sizing: border-box;
}
#content-company dl dt h3 {
	margin: 0 20px;
	padding-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 1.5em;
	border-bottom: 1px dashed #ffffff;
}
#content-company dl dd table.history {
	margin: 10px;
}
#content-company table.history th,
#content-company table.history td {
	color: #ffffff;
	padding: 10px;
	font-size: 0.8em;
	text-align: left;
	text-weight: normal;
}
#content-company dl dd.logo {
	padding: 50px 0;
}
/********** フッター **********/
.bg-footer {
	background-color: #1b1b1b;
	min-width: 1000px;
}
#content-footer .copyright {
	padding: 20px;
	color: #959595;
	text-align: center;
}


/********** メール **********/
.mail {
	display: none;
}
.mail .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000); 
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
}
.mail .mail-form {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 600px;
	height: 600px;
	background-color: #ffffff;
	z-index: 10002;
	box-sizing: border-box;
	border: solid 1px #333333;
	border-radius: 10px;
}
.mail .mail-form h2.title {
	display: block;
	font-size: 1.8em;
	line-height: 1.0em;
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
}
.mail .mail-form h2.title .en{
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}
.mail .mail-form dl {
	width: 400px;
	margin: 10px auto;
}
.mail .mail-form dt {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.mail .mail-form dd {
	text-align: left;
	font-size: 1.2em;
	padding: 0 0 0 5px;
}
.mail .mail-form dt .caution {
	color: #aa0000;
}
.mail .mail-form dd input,
.mail .mail-form dd textarea {
	width: 100%;
	padding: 5px;
	font-size: 1.2em;
}
.mail .mail-form .btn a {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	width: 100px;
	color: #ffffff;
	background-color: #638c0b;
	border: solid 1px #638c0b;
	border-radius: 5px;
	cursor: pointer;
}
.mail .message {
	display: none;
	color: #ff0000;
}
.mail .message.active {
	display: block;
}
