@charset "UTF-8";

@font-face {
	font-family: 'MyFont';
	src: url('../font/texgyreadventor-regular-webfont.eot'); /* IE9 Compat Modes */
	src: local('FuturaTEE Regular'), /* フォントがローカルにインストールされている場合に有効 */
	     url('../font/texgyreadventor-regular-webfont.woff') format('woff'), /* woff - Modern Browsers */
	     url('../font/texgyreadventor-regular-webfont.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('../font/texgyreadventor-regular-webfont.svg') format('svg'); /* svg - Legacy iOS */
}

body {
	color: #1e1e1e;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body.thanks {
	background: #eee;
	padding: 60px 0;
}

#container {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
body.thanks #container { overflow: inherit;}

/* HEADER
------------------------------------------------------------------------------------*/
header { padding-top: 100px;}
header h1 {
	background: url(../img/mainvisual.gif) no-repeat center center;
	width: 100%;
	height: 605px;
	text-align: center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 50px;
}
header nav {
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
header nav ul {
	background: url(../img/nav_bg.png) no-repeat top center;
	width: 724px;
	height: 78px;
	margin: 0 auto;
	padding: 0 150px;
	display: table;
	overflow: hidden;
}
header nav ul li {
	width: 84px;
	display: table-cell;
	text-align: center;
}
header nav ul li a img:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}


/* CONTENTS
------------------------------------------------------------------------------------*/
#contents { margin: 0 auto;}

h3 {
	font-size: 18px;
	color: #29269e;
	border-bottom: 1px solid #29269e;
	padding-left: 5px;
	margin: 50px 0 25px;
}

/* Business */
.box_w { background: #fff;}
.box_business {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.box_business h2 {
	background: url(../img/h2_01.gif) no-repeat top left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 195px;
	margin-top: 50px;
}
.box_business ul.box01 {}
.box_business ul.box01 li {
	padding-left: 140px;
	margin-top: 25px;
	min-height: 70px;
	display: inline-block;
	vertical-align: middle;
}
.box_business ul.box01 li:nth-child(1) { background: url(../img/b_img07.gif) no-repeat left center; margin-top: 0;}
.box_business ul.box01 li:nth-child(2) { background: url(../img/b_img01.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(3) { background: url(../img/b_img02.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(4) { background: url(../img/b_img04.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(5) { background: url(../img/b_img05.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(6) { background: url(../img/b_img06.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(7) { background: url(../img/b_img08.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(8) { background: url(../img/b_img09.gif) no-repeat left center;}
.box_business ul.box01 li:nth-child(9) { background: url(../img/b_img10.gif) no-repeat left center;}

.box_business ul.box02 { background: url(../img/b_img07.gif) no-repeat left center;}
.box_business ul.box02 li {
	padding-left: 140px;
	margin-top: 25px;
}
.box_business ul.box02 li:first-child { margin-top: 0;}

.box_business ul.box03 {}
.box_business ul.box03 li {
	padding-left: 70px;
	display: inline-block;
	font-weight: bold;
	line-height: 2;
}
.box_business ul.box03 li a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

/* Company */
.box_g {
	background: #f4f4f4 url(../img/bg01.gif) repeat-x top center;
	padding-bottom: 50px;
}
.box_g .bg_img {
	background: url(../img/bg_img01.png) no-repeat top center;
	padding-top: 130px;
}
.box_company {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.box_company h2 {
	background: url(../img/h2_02.png) no-repeat top left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 80px;
	margin: 60px 0 100px;
}
.box_company .box01 dl { padding-bottom: 30px;}
.box_company .box01 dl:last-child { padding-bottom: 0;}
.box_company .box01 dl dt {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	vertical-align: top;
}
.box_company .box01 dl dd { display: inline-block;}

/* Recruit */
.box_g02 { background: #e2e2e2 url(../img/bg02.gif) repeat-x top center;}
.box_g02 .bg_img {
	background: url(../img/bg_img02.png) no-repeat top center;
	padding-top: 130px;
}
.box_recruit {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.box_recruit h2 {
	background: url(../img/h2_03.png) no-repeat top left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 80px;
	margin: 60px 0 100px;
}
.box_recruit .box01 dl { padding-bottom: 30px;}
.box_recruit .box01 dl:last-child { padding-bottom: 0;}
.box_recruit .box01 dl dt {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	vertical-align: top;
}
.box_recruit .box01 dl dd {	display: inline-block;}
.box_recruit .box01 .txt { padding-left: 155px;}

/* Contact */
.box_contact {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.box_contact h2 {
	background: url(../img/h2_04.gif) no-repeat top left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 64px;
	margin: 80px 0 40px;
}
.box_contact .form_area { padding: 0 70px;}
.box_contact .form_area dl { padding-top: 25px;}
.box_contact .form_area dl dt { padding-bottom: 5px;}
.box_contact .form_area dl dt span { color: #d24b4b;}

.box_contact .form_area dl dd input,
.box_contact .form_area dl dd textarea {
	background: #e2e2e2;
	border: 2px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.05) inset;
	padding: 8px;
	font-size: 16px;
	width: 840px;
}
.box_contact .form_area dl dd input::-webkit-input-placeholder,
.box_contact .form_area dl dd textarea::-webkit-input-placeholder { color: #777;}
.box_contact .form_area dl dd input:-ms-input-placeholder,
.box_contact .form_area dl dd textarea:-ms-input-placeholder { color: #777;}
.box_contact .form_area dl dd input::-moz-placeholder,
.box_contact .form_area dl dd textarea::-moz-placeholder {	color: #777;}
.box_contact .form_area .send {
	text-align: right;
	margin: 25px -10px 0 0;
}

/* FOOTER
------------------------------------------------------------------------------------*/
footer { background: url(../img/bg04.png) no-repeat top 80px center;}
.box_g03 {
	background: url(../img/bg03.png) repeat-x top center;
	margin-top: -80px;
}
.box_g03 .bg_img {
	background: url(../img/bg_img03.png) no-repeat top center;
	padding-top: 550px;
}
.ft_wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 150px;
	font-size: 12px;
}
.ft_wrap ul {
	font-family: MyFont, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 50px 0 5px;
}
.ft_wrap ul li { display: inline-block;}
.ft_wrap ul li a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
}
.ft_wrap ul li span.tel {
	background: url(../img/icon_phone.png) no-repeat left center;
	font-size: 22px;
	padding: 0 0 5px 28px;
}
.ft_wrap ul li span.time { font-size: 18px;}
.ft_wrap ul li span.mail {
	background: url(../img/icon_mail.png) no-repeat left center;
	font-size: 20px;
	padding: 0 0 5px 31px;
	margin-left: 1rem;
}

/* PAGE TOP
-----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
#page-top a {
	background: #dc7979;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

/* thanksページ
-----------------------------------------------------*/
.tks_wrap {
	width: 740px;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1); 
}
.tks_wrap p { margin-bottom: 20px;}
.tks_wrap p:last-child { margin-bottom: 0;}
.tks_wrap p.add {
	background: #f5f5f5;
	padding: 10px 50px;
	display: inline-block;
}

/* attention
-----------------------------------------------------*/
.box_attention {
border: 1px solid #29269e;
padding: 30px 50px;
max-width: 900px;
margin: 30px auto 0;
}
.box_attention h1 {
font-size: 21px;
color: #29269e;
text-align: center;
font-weight: bold;
}
.box_attention p {
font-size:15px;
line-height: 2.0;
font-weight: bold;
}
.box_attention .com {
font-size: 17px;
text-align: right;
}

/* form
-----------------------------------------------------*/
.form{
	padding: 0px 4%;
	text-align: left;
	font-size: 1.3rem;
}
.form label{
	border: none !important;
}
.form select{
	width: 100%;
	font-size: 1.6rem;
}
.form .half input[type="text"]{
	width: 40% !important;
	border: solid 1px #ccc;
	font-size: 1.6rem;
}
.form input[type="text"]{
	width: 100% !important;
	border: solid 1px #ccc;
	font-size: 1.6rem;
}
.form input[type="email"], .form input[type="tel"], .form textarea{
	width: 100% !important;
	font-size: 1.6rem;
	border: solid 1px #ccc;
}
.form select{
	width: 100% !important;
	font-size: 1.6rem;
	border: solid 1px #ccc;
}
.f_m{
	background: #415eba;
	margin: 0px 0px 12px 0px;
	padding: 0px 10px;
	color: #fff;
}
.mast{
	background: #415eba;
	padding: 2px 4px;
	color: #fff;
}
.anchor {height: 62px;}