@charset "utf-8";


/*
------------------------------------------------
メインビジュアル
------------------------------------------------*/

#mainvisual {
	background: url(../images/mainvisual.jpg) no-repeat left top;
	background-size:cover;
	position: relative;
}
#mainvisual h1 {
	width: 100%;
	min-width: 980px;
	text-align: center;
	position:absolute;
	top: 40%;
}
#mainvisual h1 img {
	width: 80%;
	max-width: 335px;
	height: auto;
}
#mainvisual nav {
	width: 980px;
	margin: 0 auto;
}
#mainvisual nav ul {
	font-size: 0;
	letter-spacing: -1rem;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: right;
}
#mainvisual nav ul li {
	font-size: 17px;
	font-size: 1.7rem;
	display: inline-block;
	letter-spacing: normal;
	padding-left: 30px;
}
#mainvisual nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#mainvisual nav li a:hover {
	color: #0A3F8F;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color: #FFFFFF;
	height: 80px;
	border-bottom: 1px solid #CCCCCC;
}
.fixed li a {
	color: #222222 !important;
}
.fixed li a:hover {
	color: #999999 !important;
}


/*
------------------------------------------------
イントロダクション
------------------------------------------------*/
#intro {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}
#intro h2 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #929292;
	padding-bottom: 30px;
}
#intro p {
	line-height: 2.2;
}


/*
------------------------------------------------
イントロダクション２
------------------------------------------------*/
#intro2 {
	color: #FFFFFF;
	background: url(../images/intro2_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 40px 20px;
}
#intro2 h2 {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 30px;
}
#intro2 .wrap {
	width: 980px;
	margin: 0 auto;
}
#intro2 .text {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
	padding-bottom: 40px;
}
#intro2 ul {
	font-size: 0;
	letter-spacing: -1rem;
}
#intro2 ul li {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	letter-spacing: normal;
	padding-right: 50px;
}
#intro2 ul li dl {
	padding-top: 20px;
	overflow: hidden;
	width: 400px;
}
#intro2 ul li dl dt {
	width: 150px;
	float: left;
	padding-bottom: 5px;
}
#intro2 ul li dl dd {
	float: left;
	text-align: left;
}


/*
------------------------------------------------
サービス
------------------------------------------------*/
#service {
	margin-top: -80px;
	padding-top: 80px;
}
#service .inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}
#service h2 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #929292;
	font-weight: bold;
	margin-bottom: 20px;
}
#service h2 span {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.3;
}
#service .lead {
	padding-bottom: 10px;
}
#service article {
	padding-top: 30px;
}
#service h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #555555;
	font-weight: bold;
	padding-bottom: 30px;
}
#service ul {
	max-width: 980px;
	margin: 0 auto;
}
#service ul li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	max-width: 300px;
	margin-bottom: 20px;
}
#service ul li:nth-child(2){
	padding: 0 20px;
}
#service ul li dl {
}
#service ul li dl dt {
	padding-bottom: 15px;
}
#service ul li dl dt img {
	width: 100px;
	height: auto;
}
#service ul li dl dd {
	text-align: left;
}
#service ul li dl dd.title {
	text-align: center;
	color: #396778;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 7px;
}



/*
------------------------------------------------
ご挨拶
------------------------------------------------*/
#greeting {
	margin-top: -80px;
	padding-top: 80px;
}
#greeting .wrap {
	background-color: #009BCE;
	color: #FFFFFF;
}
#greeting .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
	background: url(../images/president.png) right bottom no-repeat;
}
#greeting h2 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
#greeting h2 span {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.3;
}
#greeting .textArea {
	width: 660px;
}
#greeting .textArea .sign {
	padding-top: 30px;
	text-align: right;
}
#greeting .textArea .sign img {
	width: 80%;
	max-width: 339px;
}


/*
------------------------------------------------
企業情報
------------------------------------------------*/
#about {	
	margin-top: -80px;
	padding-top: 80px;
}
#about .wrap {
	background-color: #404D62;
	color: #FFFFFF;
}
#about .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#about h2 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
#about h2 span {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
}
#about table {
	width: 100%;
	max-width: 980px;
}
#about table th {
	width: 150px;
	padding: 5px 0;
}
#about table td {
	padding: 5px 0;
}


/*
------------------------------------------------
採用情報
------------------------------------------------*/
#recruit {
	margin-top: -80px;
	padding-top: 80px;
}
#recruit .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#recruit h2 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#recruit h3 {
	font-size: 23px;
	font-size: 2.3rem;
	color: #555555;
	font-weight: bold;
	padding-bottom: 12px;
}
#recruit h2 span {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
}
#recruit table {
	width: 100%;
	max-width: 980px;
	margin-bottom: 40px;
}
#recruit table th {
	width: 100px;
	padding: 8px 0 10px 0;
	border-bottom: 1px dotted #B9B9C8;
}
#recruit table td {
	padding: 8px 0 10px 0;
	border-bottom: 1px dotted #B9B9C8;
}




/*
------------------------------------------------
パートナー会社(協力会社)募集
------------------------------------------------*/
#partner {
	margin-top: -80px;
	padding-top: 80px;
}
#partner .wrap {
	background-color: #F0F0E1;
}
#partner .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#partner h2 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#partner h2 span {
	display: block;
	font-size: 1.7px;
	font-size: 1.7rem;
	font-weight: normal;
}
#partner h3 {
	font-size: 23px;
	font-size: 2.3rem;
	color: #555555;
	font-weight: bold;
	padding-bottom: 12px;
}



/*
------------------------------------------------
お問い合わせ
------------------------------------------------*/
#contact {
	margin-top: -80px;
	padding-top: 80px;
}
#contact .wrap {
	background-color: #6388A3;
	color: #FFFFFF;
	font-size: 15px;
	font-size: 1.5rem;
}
#contact .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#contact h2 {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
#contact h2 span {
	display: block;
	font-size: 1.7px;
	font-size: 1.7rem;
	font-weight: normal;
}
#contact .lead {
	text-align: center;
	margin-bottom: 30px;
}

#contact table {
	width: 100%;
	max-width: 980px;
}
#contact table th {
	display: table-cell;
	vertical-align: top;
	width: 170px;
	padding: 5px 0;
}
#contact table td {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}
#contact table input {
	padding: 5px 0;
}
#contact table .w01 {
	width: 400px !important;
}
#contact table .w02 {
	width: 500px !important;
}
#contact table .w03 {
	width: 350px !important;
}
#contact table .w04 {
	width: 650px !important;
}
#contact #submitBtn {
	padding-top: 25px;
	text-align: center;
}
#contact #submitBtn input {
	background-color: #182229;
	color: #FFFFFF;
	border: none;
	padding:12px 50px;
	font-size: 16px;
	font-size:1.6rem;
	cursor:pointer;
}


/*
------------------------------------------------
フッター
------------------------------------------------*/
footer {
	background-color: #2C3232;
	text-align: center;	
}
footer nav {
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 30px 0;
	border-bottom: 1px solid #000000;
}
footer nav ul {
	font-size: 0;
	letter-spacing: -1rem;
}
footer nav ul li {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	letter-spacing: normal;
	padding:0  15px;
}
footer nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
footer nav ul li a:hover {
	color: #CCCCCC;
}
footer .footerInfo {
	width: 980px;
	margin: 0 auto;
	color: #BABABA;
	padding-top: 25px;
}
footer #copyright {
	width: 980px;
	margin: 0 auto;
	color: #BABABA;
	padding: 15px 0 30px 0;
}