@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000027;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
body {
	min-width: 1024px;
	height: 100%;
	font-size: 14px;
	line-height: 1.7;
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	color: #000027;
}
h1, h2, h3 {
	line-height: 1;
}
#wrap {
	position: relative;
	margin: 0 auto;
}
/** header ***********************/
header #headerTop {
	width: 1024px;
	margin: 0 auto;
	padding: 17px 0 15px;
}
header #headerTop h1 {
	float: left;
	width: 270px;
	line-height: 0;
}
header #headerTop .topIcon {
	float: right;
}
header nav {
	position: relative;
	height: 62px;
	background: url(../img/bg_nav.png) repeat-x;
	z-index: 999;
}
header nav ul {
	width: 1024px;
	margin: 0 auto;
	background: url(../img/bg_nav_main.png) no-repeat;
}
header nav li {
	float: left;
	width: 204px;
	height: 48px;
	margin-right: 1px;
	text-indent: -9999px;
}
header nav li a {
	display: block;
	width: 204px;
	height: 48px;
}
header nav li:last-child {
	margin-right: 0;
}
/* nav icon **********/
header .navBtn {
	display: none;
	width: 16px;
	position: absolute;
	top: 8px;
	right: 14px;
	padding: 12px 9px;
	cursor: pointer;
	background: #000;
}
header .navBtn span {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header .navBtn span:nth-of-type(2), header .navBtn span:nth-of-type(3) {
	margin-top: 3px;
}
/* nav icon active **********/
header.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	-ms-transform: translateY(6px) translateX(0) rotate(45deg);
	transform: translateY(6px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}
header.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
	transform: translateY(-6px) translateX(0) rotate(-45deg);
}
header nav #nav_home {
	background: url(../img/nav_home.png) no-repeat;
}
header nav #nav_home a:hover {
	background: url(../img/nav_home_a.png) no-repeat;
}
header nav #nav_business {
	background: url(../img/nav_business.png) no-repeat;
}
header nav #nav_business a:hover {
	background: url(../img/nav_business_a.png) no-repeat;
}
header nav #nav_company {
	background: url(../img/nav_company.png) no-repeat;
}
header nav #nav_company a:hover {
	background: url(../img/nav_company_a.png) no-repeat;
}
header nav #nav_privacy {
	background: url(../img/nav_privacy.png) no-repeat;
}
header nav #nav_privacy a:hover {
	background: url(../img/nav_privacy_a.png) no-repeat;
}
header nav #nav_contact {
	background: url(../img/nav_contact.png) no-repeat;
}
header nav #nav_contact a:hover {
	background: url(../img/nav_contact_a.png) no-repeat;
}
#home header nav #nav_home {
	background: url(../img/nav_home_a.png) no-repeat;
}
#business header nav #nav_business {
	background: url(../img/nav_business_a.png) no-repeat;
}
#company header nav #nav_company {
	background: url(../img/nav_company_a.png) no-repeat;
}
#privacy header nav #nav_privacy {
	background: url(../img/nav_privacy_a.png) no-repeat;
}
#contact header nav #nav_contact {
	background: url(../img/nav_contact_a.png) no-repeat;
}
/** main ***********************/
.mainttl {
	margin: -14px 0 25px 0;
	padding: 15px 0;
	background: #efeff1;
	border-bottom: solid 1px #000027;
}
.mainttl h2 {
	width: 1024px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
}
#slider {
	width: 1024px;
	margin: 0 auto;
}
#main {
	width: 1024px;
	margin: 0 auto;
}
/* home **********/
#home section {
	margin: 40px auto;
}
#home .pickUp {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 15px;
	background: #efeff1;
}
#home .pickUp img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
#home .pickUp p {
	display: inline-block;
}
#home #main h2 {
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #c5c5c5;
	text-align: center;
}
#home #businessCnt li {
	float: left;
	width: 321px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#home #businessCnt li:nth-child(3n) {
	margin-right: 0;
}
#home #businessCnt li h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#home #businessCnt li img {
	margin-bottom: 15px;
}
#home #businessCnt li p {
	font-size: 12px;
}
#home #newsCnt dl {
	font-size: 17px;
}
#home #newsCnt dt {
	float: left;
	width: 136px;
	margin-bottom: 20px;
}
#home #newsCnt dd {
	margin-bottom: 20px;
	padding-left: 136px;
}
/* company **********/
#company section {
	padding: 70px 0;
	border-top: solid 1px #c5c5c5;
}
#company .plink {
	margin-bottom: 30px;
}
#company .plink li {
	display: block;
	float: left;
	margin-right: 29px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#company .plink li:nth-child(3n) {
	margin-right: 0;
}
#company .plink li a {
	display: block;
	margin-top: 5px;
}
#company h3 {
	width: 1024px;
	height: 192px;
	margin-bottom: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#company #profile h3 {
	background: url(../img/company_01ttl.png);
}
#company #history h3 {
	background: url(../img/company_02ttl.png);
}
#company #ceo h3 {
	background: url(../img/company_03ttl.png);
}
#company .dltable {
	font-size: 16px;
	border: solid 1px #040923;
	box-sizing: border-box;
}
#company .dltable dt {
	float: left;
	padding: 15px 0;
	text-align: center;
	background: white;
	
}
#company .dltable dd {
	padding: 15px 15px 15px 228px;
	border-bottom: solid 1px #040923;
}
#company .dltable dt:last-of-type, #company .dltable dd:last-of-type {
	border-bottom: none;
}
#company .dltable .line3 {
	height: 4.5em;
}
#company .dltable dt.line3 {
	line-height: 4.5em;
}
#company .dltable dd span {
	color: #9e9eac;
}
#company #profile .dltable dt {
	width: 213px;
}
#company .map {
	margin-top: 30px;
}
#company .map p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#company .map iframe {
	width: 100%;
	height: 485px;
}
#company #history dt {
	width: 106px;
}
#company #history .dt2 {
	border-left: solid 1px #040923;
}
#company #history dt:nth-last-child(3) {
	border-bottom: none;
}
#company #ceo .boxL {
	float: left;
	width: 454px;
}
#company #ceo .boxR {
	float: right;
	width: 555px;
}
#company #ceo .boxR dl {
	padding: 25px 20px;
	font-size: 16px;
	background: #efeff1;
}
#company #ceo .boxR dt {
	margin-bottom: 10px;
}
#company #ceo .boxR dt span {
	margin-left: 30px;
	font-size: 24px;
}
#company #ceo .boxR .sign {
	margin: 45px 0 0 20px;
	padding-bottom: 100px;
	font-size: 16px;
	background: url(../img/company_03img2.png) no-repeat bottom right;
}
#company #ceo .boxR .sign span {
	display: block;
	margin-bottom: 10px;
}
/* business **********/
#business section {
	padding: 70px 0;
	border-top: solid 1px #c5c5c5;
}
#business #businessCnt li {
	float: left;
	width: 321px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#business #businessCnt li:nth-child(3n) {
	margin-right: 0;
}
#business #businessCnt li h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#business #businessCnt li img {
	margin-bottom: 15px;
}
#business .businessIn h3 {
	width: 1024px;
	height: 326px;
	line-height: 326px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: top left;
}

#business #employment_agency h3 {
	background-image: url(../img/employment_agency_bg.png);
}
#business #consultant h3 {
	background-image: url(../img/business_consultant_bg.png);
}
#business #ec h3 {
	background-image: url(../img/business_ec_bg.png);
}
#business #inbound h3 {
	background-image: url(../img/business_inbound_bg.png);
}
#business #water h3 {
	background-image: url(../img/business_water_bg.png);
}
#business #advertisement h3 {
    background-image: url(../img/business_advertisement_bg.png);
}
#business .businessIn h3 img {
	vertical-align: middle;
}
#business .businessIn dt {
	margin-bottom: 30px;
	line-height: 65px;
	font-size: 24px;
	font-weight: bold;
}
#business .businessIn dt span {
	width: 70px;
	margin-right: 20px;
}
#business .businessIn dt img {
	vertical-align: middle;
}
#business .businessIn dd {
	margin-bottom: 50px;
	font-size: 16px;
}
#business .businessIn dd:last-child {
	margin-bottom: 0;
}
#business .businessIn .col2 {
	width: 910px;
	margin: 0 auto 50px;
}
#business .businessIn .col2 img {
	margin-left: 50px;
}
#business .businessIn .col2 .borderR {
	margin-left: 0;
	padding-right: 50px;
	border-right: solid 1px #c5c5c5;
}
#business .businessIn .blink {
	text-align: right;
}
#business .businessIn .borderB {
	margin-top: -20px;
	margin-bottom: 15px;
	text-decoration: underline;
	line-height: 1;
}
/* privacy **********/
#privacy #main {
	line-height: 2.2;
}
#privacy .borderB {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #c5c5c5;
}
#privacy dt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
#privacy dd {
	margin-bottom: 40px;
}
/* contact **********/
#contactForm {
	width: 750px;
	margin: 60px auto;
}
#contactForm .required {
	color: #e90000;
}
#contactForm dl {
	margin-bottom: 30px;
}
#contactForm dt {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
#contactForm dt .txt {
	display: block;
	font-size: 14px;
}
#contactForm dd {
	margin-bottom: 25px;
}
#contactForm input {
	width: 100%;
	height: 2em;
}
#contactForm textarea {
	width: 100%;
	height: 10em;
}
#formBtn {
	text-align: right;
}
#formBtn input {
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	border: none;
}
#formBtn input {
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
}
#formBtn input:hover {
	opacity: 0.7;
}
#formBtn .resetBtn {
	margin-right: 5px;
	background: #000027;
}
#formBtn .submitBtn {
	background: #e90000;
}
/** footer ***********************/
#pageTop {
	right: 20px;
}
#footer {
	margin-top: 120px;
}
footer {
	padding-top: 15px;
}
footer #contact {
	padding: 30px 0;
	background: #efeff1;
	text-align: center;
}
footer #contact p {
	display: inline-block;
	vertical-align: middle;
}
footer #contact .tel {
	margin-right: 30px;
	padding-left: 160px;
	background: url(../img/bg_hour_pc.png) no-repeat;
}
footer #contact .tel a {
	pointer-events: none;
	cursor: default;
}
footer #contact .tel a img:hover {
	opacity: 1;
}
footer #fbg {
	padding: 40px 0 20px;
	background: #000027;
}
footer #fnav {
	width: 1024px;
	margin: 0 auto;
	color: #fff;
}
footer #fnav a {
	color: #fff;
}
footer #fnav .fcol {
	float: left;
	width: 190px;
}
footer #fnav #flogo {
	width: 200px;
	height: 90px;
	margin-right: 50px;
	padding-top: 30px;
	border-right: solid 1px #fff;
}
footer #fnav .pttl {
	position: relative;
	font-size: 16px;
}
footer #fnav .pttl:before {
	content: url(../img/icon_arrow.png);
	position: absolute;
	top: 0;
	margin-top: -4px;
	margin-left: -12px;
}
footer #fnav .inttl {
	position: relative;
	margin-left: 1em;
}
footer #fnav .inttl:before {
	content: "・";
	position: absolute;
	top: 0;
	margin-left: -15px;
}
footer #fnav li {
	margin-bottom: 12px;
}
footer #fnav .fdown {
	margin-top: 36px;
}
footer .copy {
	width: 1024px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
}

@media screen and (max-width: 768px) {
body {
	height: 100%;
	min-width: 100%;
	font-size: 14px;
	line-height: 1.5;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
}
/** header ***********************/
header #headerTop {
	width: 100%;
	margin: 0;
	padding: 0;
}
header h1 {
	margin: 15px 0 15px 14px;
}
header h1 img {
	height: 22px;
	width: auto;
}
header #headerTop .topIcon {
	display: none;
}
header nav {
	display: none;
	position: inherit;
	height: 0;
	background-image: none;
}
/* nav active **********/
header.navOpen nav {
	display: block;
	opacity: 1;
	right: 0;
	margin-top: 52px;
	height: auto;
	background-image: none;
	background-color: #000027;
	overflow: auto;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	float: none;
	width: 50%;
	max-width: 320px;
	z-index: 9999;
}
header nav ul {
	width: 100%;
	background-image: none;
	padding: 45px 0;
}
header nav li {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
	text-indent: inherit !important;
	font-size: 12px;
}
header nav li a {
	display: block;
	width: auto;
	height: auto;
	padding: 15px 0 15px 25px;
	color: #fff;
}
header nav li:last-child {
	margin-right: 0;
}
header nav ul li {
	background-image: none !important;
}
header nav ul li a:hover {
	background-image: none !important;
}
header .navBtn {
	display: block;
}
#home header nav #nav_home, #business header nav #nav_business, #company header nav #nav_company, #privacy header nav #nav_privacy, #contact header nav #nav_contact {
	display: none;
}
/** main ***********************/
.mainttl {
	margin: 0 0 20px 0;
	padding: 10px 0;
}
.mainttl h2 {
	width: 96%;
	padding-left: 4%;
	font-size: 18px;
}
#slider {
	width: 100%;
	margin: 0;
}
#main {
	width: 92%;
	margin: 0 4%;
}
/* home **********/
#home section {
	margin: 25px auto;
}
#home .pickUp {
	width: 96%;
	padding-right: 4%;
	font-size: 10px;
}
#home .pickUp img {
	width: 24%;
	margin-right: 2%;
	vertical-align: inherit;
}
#home .pickUp p {
	width: 72%;
}
#home #main h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 19px;
}
#home #businessCnt li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#home #businessCnt li h3 {
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
#home #businessCnt li img {
	margin-bottom: 10px;
}
#home #businessCnt li p {
	font-size: 12px;
}
#home #newsCnt dt {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#home #newsCnt dd {
	margin-bottom: 25px;
	padding-left: 0;
}
/* company **********/
#company section {
	padding: 30px 0;
}
#company .plink {
	margin-bottom: 20px;
}
#company .plink li {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
#company h3 {
	width: 96%;
	height: auto;
	padding: 20px 0 20px 4%;
	margin-bottom: 15px;
	text-indent: inherit;
	white-space: inherit;
	overflow: inherit;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#company #profile h3 {
	background-image: none;
	background-color: #000027;
}
#company #history h3 {
	background-image: none;
	background-color: #000027;
}
#company #ceo h3 {
	background-image: none;
	background-color: #000027;
}
#company .dltable {
	font-size: 14px;
}
#company .dltable dt {
	float: none;
	padding: 2% 4%;
	text-align: left;
}
#company .dltable dd {
	padding: 2% 4%;
}
#company .dltable dt:last-of-type {
	border-bottom: solid 1px #040923
}
#company .dltable .line3 {
	height: inherit;
}
#company .dltable dt.line3 {
	line-height: inherit;
}
#company #profile .dltable dt {
	width: 92%;
}
#company .map {
	margin-top: 20px;
}
#company .map p {
	margin-bottom: 10px;
	font-size: 16px;
}
#company .map iframe {
	width: 100%;
	height: 300px;
}
#company #history dt {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#company #history .dt2 {
	border-left: solid 1px #040923;
	box-sizing: border-box;
}
#company #history dt:nth-last-child(3) {
	border-bottom: solid 1px #040923;
}
#company #history dd {
	clear: both;
}
#company #ceo .boxL {
	float: none;
	width: 100%;
}
#company #ceo .boxR {
	float: none;
	width: 100%;
}
#company #ceo .boxR dl {
	padding: 15px;
	font-size: 14px;
}
#company #ceo .boxR dt {
	margin-bottom: 5px;
}
#company #ceo .boxR dt span {
	margin-left: 15px;
	font-size: 18px;
}
#company #ceo .boxR .sign {
	margin: 20px 0;
	padding-bottom: 80px;
	font-size: 14px;
}
/* business **********/
#business section {
	padding: 30px 0;
}
#business #businessCnt li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#business #businessCnt li h3 {
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
#business #businessCnt li img {
	margin-bottom: 10px;
}
#business .businessIn h3 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	margin-bottom: 30px;
	background-size: cover;
}
#business .businessIn h3 img {
	width: 60%;
}
#business .businessIn dt {
	margin-bottom: 10px;
	line-height: 65px;
	font-size: 16px;
	font-weight: bold;
}
#business .businessIn dt span {
	width: 70px;
	margin-right: 10px;
}
#business .businessIn dt img {
	width: auto;
	vertical-align: middle;
}
#business .businessIn dd {
	margin-bottom: 30px;
	font-size: 14px;
}
#business #ec .col2 {
	width: 100%;
	margin: 0 auto 30px;
}
#business #ec .col2 img {
	display: block;
	width: 92%;
	margin: 0 auto;
}
#business #ec .col2 .borderR {
	margin-left: auto;
	padding-right: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-right: none;
	border-bottom: solid 1px #c5c5c5;
}
#business #ec .blink {
	text-align: center;
}
#business #ec .blink img {
	width: auto;
}
#business .businessIn .borderB {
	margin-top: -10px;
	margin-bottom: 10px;
}
/* privacy **********/
#privacy #main {
	line-height: 1.5;
}
#privacy .borderB {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#privacy dt {
	margin-bottom: 10px;
	font-size: 16px;
}
#privacy dd {
	margin-bottom: 20px;
}
/* contact **********/
#contactForm {
	width: 100%;
	margin: 20px auto 60px
}
#contactForm dl {
	margin-bottom: 20px;
}
#contactForm dt {
	margin-bottom: 10px;
	font-size: 18px;
}
#contactForm dt .txt {
	font-size: 12px;
}
#contactForm dd {
	margin-bottom: 20px;
}
#contactForm input {
	width: 100%;
	height: 3em;
}
#contactForm textarea {
	width: 100%;
	height: 6em;
}
#formBtn {
	text-align: center;
}
#formBtn input {
	width: 38%;
	height: 2.5em;
	margin: 0 5px;
	line-height: 2.5em;
	font-size: 18px;
}
#formBtn input:hover {
	opacity: 1;
}
#formBtn .resetBtn {
	margin-right: 0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	-webkit-appearance: none;
}
/** footer ***********************/
#pageTop {
	right: 4%;
}
#pageTop img {
	width: 36px;
	height: auto;
}
#footer {
	margin-top: 60px;
}
footer {
	padding-top: 5px;
}
footer #contact {
	padding: 15px 4%;
	text-align: left;
}
footer #contact p {
	line-height: 1;
}
footer #contact .tel {
	float: left;
	width: 75%;
	margin-right: 0;
	padding-left: 0;
	background: url(../img/bg_hour_sp.png) no-repeat;
	background-size: 80% auto;
}
footer #contact .tel a {
	pointer-events: auto;
	cursor: pointer;
}
footer #contact .tel img {
	padding-top: 8%;
}
footer #contact .mail {
	float: right;
	width: 14%;
}
footer #fbg {
	padding: 20px 4% 10px;
}
footer #fnav {
	width: 100%;
}
footer #fnav .fcol {
	float: none;
	width: auto;
}
footer #fnav #flogo {
	float: left;
	width: 50%;
	height: auto;
	margin-right: 25px;
	padding: 30px 0 45px 5%;
	border-right: none;
}
footer #fnav #flogo img {
	width: 70%;
}
footer #fnav .pttl {
	font-size: 10px;
}
footer #fnav .pttl:before {
	margin-top: -4px;
	margin-left: -12px;
}
footer #fnav .inttl {
	display: none;
	margin-left: 0;
}
footer #fnav .fdown {
	margin-top: 0;
}
footer .copy {
	width: 100%;
	font-size: 10px;
}
}
