@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	font-size:14px;
}
#wrap {
	width:100%;
	min-width:320px;
	overflow:hidden;
}
.pc {
	display:none;
}
.spNL:before {
	content: "\A" ;
	white-space: pre ;
}
img {
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
}


/* -------------------------------
   common
------------------------------- */


/* -------------------------------
   header
------------------------------- */

#hTop {
	padding: 5px 10px;
}
#siteTit {
	font-size: 12px;
}
#header #logo {
	float: left;
	height: 44px;
	padding: 12px 10px;
}
.menuBtn {
	float: right;
	width: 47px;
	padding: 5px;
	margin-right: 5px;
}
#gNav {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #4C2222;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	z-index: 10;
}
#gNav.open {
	left: 0;
}

#gNav li {
	border-bottom: 1px solid #7C6969;
}
#gNav li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #FFF;
	background: url(/img/common/sp_fnav_arr.png) right 15px center no-repeat;
	-moz-background-size:7px 11px;
	-webkit-background-size:7px 11px;
	-o-background-size:7px 11px;
	-ms-background-size:7px 11px;
	background-size:7px 11px;
}
.closeBtn {
	text-align: center;
	margin-top: 20px;
	color: #FFF;
}
.closeBtn span {
	border: 1px solid #FFF;
	padding: 5px 10px;

}


/* -------------------------------
   footer
------------------------------- */

#footer {
	margin-top: 50px;
}
#spFNav {
	background: #4C2222;
}
#spFNav li {
	border-bottom: 1px solid #7C6969;
}
#spFNav a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #FFF;
	background: url(/img/common/sp_fnav_arr.png) right 15px center no-repeat;
	-moz-background-size:7px 11px;
	-webkit-background-size:7px 11px;
	-o-background-size:7px 11px;
	-ms-background-size:7px 11px;
	background-size:7px 11px;
}
#fInfo {
	text-align: center;
	padding: 30px 15px;
}
#fInfo dt img {
	width: 190px;
}
#fInfo dd {
	margin-top: 10px;
}

#fNav {
	margin-top: 10px;
}
#fNav li:first-child {
	float: left;
	width: 40%;
}
#fNav li:last-child {
	float: right;
	width: 60%;
	padding-left: 10px;
}
#fNav li a {
	display: block;
	line-height: 40px;
	max-width: 100%;
	padding: 5px 10px;
}
#fNav li a img {
	vertical-align: middle;
}

#fBottom {
	text-align: center;
}
#fBottom ul {
	background: #E4E6E7;
	padding: 10px;
}
#fBottom li {
	display: inline-block;
	padding: 0 5px;
}
#copyright {
	padding: 10px;
}


/* -------------------------------
   side
------------------------------- */



/* -------------------------------
   contents
------------------------------- */

#conH {
	padding: 30px 15px;
	min-height: 178px;
}
#path li {
	display: inline-block;
}
#path li:nth-child(2):before {
	display: inline-block;
	content: '>';
	margin: 0 10px;
}
#pagetit {
	font-size: 24px;
	margin-bottom: 20px;
}
.sec {
	padding: 0 15px;
	margin-top: 40px;
}
.sec > h2.tit {
	margin-bottom: 20px;
}
.sec .sec {
	padding: 0;
}
	
.newsList li {
	padding-bottom: 10px;
}
.newsList li:nth-child(n+2) {
	margin-top: 10px;
}
.newsList li a {
	position: relative;
	padding-left: 120px;
}
.noticeList li a {
	padding-left: 0;
}
.newsList li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	font-size: 10px;
}

.listBtn {
	margin-top: 30px;
}
.listBtn a {
	width: 230px;
}

.conList a {
	padding: 8px;
}
.conList figure {
	text-align: center;
}
.conList li:nth-child(n+2) {
	margin-top: 20px;
}

.stdTable th {
	padding: 10px;
	width: 100px;
}
.stdTable td {
	padding: 10px;
}

.wideTable th,
.wideTable td {
	padding: 5px;
}



/* -------------------------------
   home
------------------------------- */

#main {
	padding-top: calc((460 / 740) * 100%);
}
body#home .sec {
	padding: 40px 15px 50px 15px;
	margin-top: 0;
}
#reasonSec {
	padding: 15px;
	background: #4C2222;
}
#reasonSec h2.tit,
body:not(#home) #reasonSec > .inner {
	background: #FFF;
	padding: 20px 15px;
	margin-bottom: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#reasonSec > .inner {
	background: #FFF;
	padding: 0 15px 20px 15px!important;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#reasonSec section {
	margin-top: 20px;
}

#consultingSec #serviceList {
	margin: 30px -20px 0 -20px;
}
#consultingSec #serviceList li {
	position: relative;
	border-top: 1px solid #FFF;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	margin: 0;
}
#consultingSec #serviceList li a {
	display: block;
	padding: 60px 20px 50px 20px;
}

#recruitSec {
	background: url(/img/home/home_bnr_bg.png) center top repeat;
}
#recruitBnrsSp {
	margin: 20px -8px 0 -8px;
}
#recruitBnrsSp li {
	float: left;
	width: 50%;
	padding: 0 8px;
}
#recruitBnrsSp li a {
	display: block;
	border: 2px solid #C80715;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.44);
	-moz-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.44);
	-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.44);
}
#recruitBnrsSp li a:after {
	display: block;
	content: '詳しくはこちら';
	padding: 12px;
	color: #583232;
	background: url(/img/home/recruit_arr.png) right 12px center no-repeat #FFF;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-o-background-size: 12px auto;
	-ms-background-size: 12px auto;
	background-size: 12px auto;
}

#home #footer {
	margin-top: 0;
}

/* -------------------------------
   reason
------------------------------- */

#reasonVoiceSec h2 {
	margin: 0 -20px;
}
#reasonVoiceSec .sec {
	padding: 0;
	margin-top: 40px;
}
#reasonVoiceSec .sec > figure {
	margin-bottom: 20px;
	text-align: center;
}

/* -------------------------------
   company
------------------------------- */

#greetingSec .txt {
	margin-top: 20px;
}
#greetingSec .sign img {
	width:125px;
}

.mapWrap {
	padding-top: 100%;
	margin-top: 20px;
}


/* -------------------------------
   recruit
------------------------------- */

.voiceList,
.conBnrs {
	margin-top: 40px;
	text-align: center;
}
.voiceList li:nth-child(n+2),
.conBnrs li:nth-child(n+2) {
	margin-top: 20px;
}

.searchBtn {
	margin-top: 40px;
}
.searchBnts {
	margin-top: 20px;
}
.searchBnts li {
	margin-top: 10px;
}

/* ---- */

.sec > h3{
    width:92.8%; 
    margin-left:auto; 
    margin-right:auto;
}



/* -------------------------------
   blog
------------------------------- */

.blogList li:nth-child(n+2) {
  margin-top:40px;
}
.blogList li figure {
  width:100%;
  margin-bottom:20px;
}