@charset "utf-8";
/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/
#contetns {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#contetns a {
	color: #000;
}
img {
	display: block;
	vertical-align: bottom;
}
#icarch img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.box {
	margin: 0 auto;
	width: 960px;
}
h2.tit {
	margin: 0 auto;
	text-align: center;
	font-size: 44px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 0 0 60px 0;
}
h2.tit .red {
	color: #880000;
}
h2.tit p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.07em;
	font-weight: bolder;
}
section.glay_box {
	background-color: #f2f2f2;
}
section {
	padding: 60px 0;
}
/*エリアアコーディオン*/
.areabox .accordion {
	width: 306px;
	float: left;
	margin: 0 19px 20px 0;
}
.areabox .accordion:nth-child(3n+1){
	clear:both;
}
.areabox .accordion > li p{
	display:block;
	padding: 20px;
	width: 306px;
	box-sizing: border-box;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: left;
	width: 306px;
	background-color: #FFFFFF;
	color: #880000;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	/* box-shadow */
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
	background-image: url(../img/arrow_red2.png);
	background-position: 97% 25px;
	background-repeat: no-repeat;
}
.areabox .accordion > li a {
	padding: 15px 10px;
	display: block;
	width: 306px;
	text-decoration: none;
}
.areabox .accordion > li a:hover {
	opacity: 0.6;
}
.areabox .accordion > li:hover {
	background-color: #880000;
	color: #FFF;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 25px;
	background-repeat: no-repeat;
}
.areabox .accordion > li:last-child {
	border-bottom: none;
}
.areabox .accordion > li.open {
	color: #fff;
	background: #880000;
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 25px;
	background-repeat: no-repeat;
}
ul li ul {
	display: none;
	background: #FFF;
	margin: 0;
	color: #000;
	padding: 0 10px;
	border: 1px solid #880000;
}
ul li ul li {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #880000;
	background-image: url(../img/arrow_red.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-align: left;
}
ul li ul li:last-child {
	border-bottom: none;
}
.areabox .right {
	margin: 0 0 20px 0 !important;
}
/*こだわりアコーディオン*/
.kodawaribox .accordion {
	cursor: pointer;
	width: 470px;
	float: left;
	margin: 0 18px 20px 0;
	/* box-shadow */
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
}
.kodawaribox .accordion > li p {
	width: 470px;
	padding: 20px;
	letter-spacing: 0.04em;
	box-sizing: border-box;
}
.kodawaribox .accordion > li p:hover {
	color: #FFF !important;
}
.kodawaribox .accordion > li ul {
	display: none;
	background: #F2F2F2;
	margin: 0 !important;
	color: #000;
	padding: 0 10px;
	border: 1px solid #880000;
}

.kodawaribox .accordion > li {
	text-align: center !important;
	width: 470px;
	background-color: #F2F2F2;
	color: #880000;
	font-weight: bold;
	font-size: 18px;
	/* box-shadow */
	box-shadow: 2px 2px 3px 1px dddddd;
	-moz-box-shadow: 2px 2px 3px 1px dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px dddddd;
	background-image: url(../img/arrow_red2.png);
	background-position: 97% 40px;
	background-repeat: no-repeat;
}
.kodawaribox .accordion > li a {
	display: block;
	width: 470px;
	text-decoration: none;
	padding: 15px 10px;
}
.kodawaribox .accordion > li a:hover {
	opacity: 0.6;
}
.kodawaribox .accordion > li:hover {
	background-color: #880000;
	color: #FFF !important;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 40px;
	background-repeat: no-repeat;
}
.kodawaribox .accordion > li:last-child {
	border-bottom: none;
}
.kodawaribox .accordion > li.open {
	color: #fff;
	background: #880000;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 40px;
	background-repeat: no-repeat;
}
p span.text {
	color:#666666;
	font-size: 12px;
	line-height: 1.6;
}
p:hover span.text {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.6;
}
li.open .text{
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.6;
}
.kodawaribox .right, .categorybox .right {
	margin: 0 2px 20px 0 !important;
}
/*職種アコーディオン*/
.categorybox .accordion > li p {
	letter-spacing: 0.04em;
}
.categorybox .accordion {
	cursor: pointer;
	width: 470px;
	display: block;
	float: left !important;
	margin: 0 18px 20px 0;
}
.categorybox .accordion > li ul {
	display: none;
	background: #FFFFFF;
	margin: 0 !important;
	color: #000;
	padding: 0 10px;
	border: 1px solid #880000;
}
.categorybox .accordion > li {
	text-align: center !important;
	width: 470px;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
	color: #880000;
	font-weight: bold;
	font-size: 18px;
	/* box-shadow */
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
	background-image: url(../img/arrow_red2.png);
	background-position: 97% 180px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li a {
	padding: 15px 10px;
	display: block;
	width: 470px;
	text-decoration: none;
}
.categorybox .accordion > li a:hover {
	opacity: 0.6;
}
.categorybox .accordion > li:hover {
	background-color: #880000;
	color: #FFF !important;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 180px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li:hover p {
	color: #FFF !important;
}
.categorybox .accordion > li:last-child {
	border-bottom: none;
}
.categorybox .accordion > li.open {
	color: #fff;
	background: #880000;
	background-image: url(../img/arrow_white.png);
	background-position: 97% 180px;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
}
.office {
	background-image: url(../img/icon_05.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
	padding: 165px 0 20px 0;
}
.categorybox .accordion > li.open .office {
	background-image: url(../img/icon_01.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li:hover .office {
	background-image: url(../img/icon_01.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.food {
	background-image: url(../img/icon_06.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
	padding: 165px 0 20px 0;
}
.categorybox .accordion > li.open .food {
	background-image: url(../img/icon_02.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li:hover .food {
	background-image: url(../img/icon_02.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.light_work {
	background-image: url(../img/icon_07.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
	padding: 165px 0 20px 0;
}
.categorybox .accordion > li.open .light_work {
	background-image: url(../img/icon_03.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li:hover .light_work {
	background-image: url(../img/icon_03.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.factory {
	background-image: url(../img/icon_08.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
	padding: 165px 0 20px 0;
}
.categorybox .accordion > li.open .factory {
	background-image: url(../img/icon_04.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}
.categorybox .accordion > li:hover .factory {
	background-image: url(../img/icon_04.png);
	background-position: 50% 55px;
	background-repeat: no-repeat;
}


.banner img{
	display: block;
	margin: 60px auto 60px;
	box-shadow: 2px 2px 3px 1px #dddddd;
	-moz-box-shadow: 2px 2px 3px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 3px 1px #dddddd;
}
.banner img:hover{
	opacity: 0.6;
}

/*LPバナー*/
.adbnr{
	margin:0px auto;
	padding-top: 20px;
	background-color: #f2f2f2;
}
.adbnr h3{
	width:960px;
	font-size: 20px;
	margin:0 auto;
	background:#880000;
	color:#fff;
	padding:15px 0;
	text-align:center;
}
.adbnr ul{
	width:960px;
	margin: 0 auto;
}
.adbnr ul li a{
	display:block;
	box-sizing:border-box;
	color:#000 !important;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	text-align: left;
	background-image:url(../img/arrow_red.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	
}