@charset "Shift_JIS";
body {
	font-size: 14px;
		min-width: 960px;
		background-color:#000;

}
.main {
	height: 350px !important;
	background-image: url(../images/top/mv_01.jpg);
	background-size: cover;
	background-position: 0px 50% !important;
	background-repeat: no-repeat;
	min-width: 960px;

		background-color:#000 !important;
	

}

.main-service{
	background-image: url(../images/service/main.jpg);	
	background-position: center;

}

.main-result{
	background-image: url(../images/result/main.jpg);	
	background-position: center;	
}

.main-entry{
	background-image: url(../images/entry/main.jpg);	
	background-position: center;	
}

.main-contact{
	background-image: url(../images/contact/main.jpg);	
	background-position: center;	
}


.main-company{
	background-image: url(../images/company/main.jpg);	
	background-position: center;	
}


.main-faq{
	background-image: url(../images/faq/main.jpg);	
	background-position: center;	
}


.main-recruit{
	background-image: url(../images/recruit/main.jpg);	
	background-position: center;	
}



h2 {
	font-size: 24px;
	width: 960px;
	margin: 0 auto;
	padding-top: 150px;
	color: #FFF;
	visibility: hidden;


}


h2 span {
	background-color: #000;
	padding: 10px 20px 10px 20px;
	line-height: 32px;
	opacity: 0.9;
	letter-spacing: 1px;
	opacity:1;
}
h4 {
	font-size: 30px;
	color: #333;
	text-align: center;
	padding-top: 80px;

	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #009de1;

	text-align:center;
letter-spacing:1px;





}

h4 span{
		border-bottom-style:dotted;
	border-width:3px;
	border-color:#009de1;
}

.txt02 {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.ch_w .inner {
	width: 960px;
	margin: 0 auto;

}
.ch_g .inner {
	width: 960px;
	margin: 0 auto;

}
.item01 li {
	width: 45%;
	margin: 2.5%;
	float: left;
}
.item01 li dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0px;
}
.item01 li dd {
	margin-top: 10px;
}
.item02 li {
	width: 45%;
	margin: 2.5%;
	float: left;
}
.item02 li dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.item02 li dd {
	margin-top: 10px;
}
item03 {
	margin: 0 auto;
}
ul.item03 li {
	width: 28.3%;
	margin: 2.5%;
	float: left;
}
.item03 li dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.item03 li dd {
	margin-top: 10px;
}
.bukken {
	margin-top: 0px;
}
.bukken li {
	margin-top: 60px;
}
.bukkenName {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
/*******************************************/


figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	
}
figcaption {
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 2;
	width: 800px;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	z-index:100;
	margin-left:-16px;

}
figcaption h4, figcaption p {
	position: absolute;
	left: -100%;
	-webkit-transition: .3s;
	transition: .3s;
}
figcaption h4 {
	top: 40px;
	color: #FFF;
	font-size: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
figcaption p {
	top: 80px;
	color: #FFF;
	font-size: 16px;
}
figure:hover figcaption {
	opacity: 1;
}
figure:hover figcaption h4, figure:hover figcaption p {
	left: 40px;
}
figure:hover figcaption h4 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
/**********************************************/

.faq {
	margin-top: 60px;
}
.faq li {
	padding: 40px;
	background-color: #f1fbff;
	width: 240px;
	float: left;
	min-height: 180px;
}
.faq li:nth-child(even) {
	padding: 40px;
	background-color: #d0f1ff;
	width: 240px;
}
.faq dt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}
.faq dd {
	margin-top: 20px;
	text-align: center;
}
.company {
	margin-top: 0px;
	width: 960px;
}
.company table {
	width: 80%;
	margin: 0 auto;
	margin-top:40px;
}
.company table th {
	border-top-style: solid;
	border-width: 1px;
	border-color: #bbb;
	padding: 2%;
}
.company table td {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 2%;
}

.company table th{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #bbb;
	padding: 2%;
}
.company table td{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 2%;
}


.contact {
	margin-top: 0px;
	width: 100%;
}
.contact table {
	width: 80%;
	margin: 0 auto;
	margin-top: 0px;
}
.contact table th {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #bbb;
	padding: 2%;
	width: 25%;
}
.contact table td {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 2%;
	width: 60%;
}
.fs_16 {
	font-size: 16px;
}
.icon {
	text-align: center;
}
.mfp_buttons {
	width: 360px;
	margin: 0 auto;
	margin-top: 20px;
}
button {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
	width: 160px;
	padding-bottom: 0px;
	padding: 10px 0 10px 0;
}
#mfp_overlay_inner h4 {
	margin-top: 0px;
}
a.question {
	font-size: 16px;
	text-decoration: underline;
}
a.question {
	font-size: 16px;
}
.bg_g {
	background-color: #bbb;
}
/******bt2****/
.mainBt2 {
	text-align: center;
	padding: 10px;
	color: #FFF;
	background-color: #009de1;
	border-radius: 10px;        /* CSS3‘ˆÄ */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 10px;   /* Firefox—p */
	box-shadow: 0px 2px #003366;
	width: 300px;
}
a .mainBt2 {
	margin: 0 auto;
	font-size: 14px !important;
	text-decoration: none !important;
	margin-top: 20px;
	margin-bottom: 2px;
}
.mainBt2:hover {
	background-color: #0074a6;
	box-shadow: 0px -2px #003366;
	margin-top: 22px;
	height: 28px;
	margin-bottom: 0px;
}
a:hover {
	text-decoration: none;
}

.underContents{
	background-color:#FFF;
}

.new{
	border:none;
	display:inline-block;
	color:#FFF;


	font-size:14px;
	font-weight:bold;
}






.kagu {
	margin-top: 0px;
	width: 800px;
	margin:0 auto;
}
.kagu table {
	width: 100%;
	margin: 0 auto;

}
.kagu table th {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ddd;


	background-color:#eee;
}
.kagu table td {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 1%;
		width:13%;
		text-align:center;
		border-left:dotted 1px #ccc;
}

.kagu table th{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ddd;
		padding: 1.5% 2% 1.5% 2%;
		width:30%;
}


.kagu table td.last {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 1%;
		width:13%;
		text-align:center;
		border-left:dotted 1px #ccc;
}

.pt_50{padding-top:50px !important;}
.pt_40{padding-top:40px !important;}
