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

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

----------------------------------------------------------------***/
/***  common  ***/
#contetns {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#icarch img {
	display: block;
	width: 100%;
}
#contetns a:hover {
	text-decoration: none;
	opacity:1;
}
img {
	display: block;
	vertical-align: bottom;
}
section {
	padding: 0;
}
#contetns h2 {
	color: #FFFFFF;
	padding: 30px 0 !important;
	font-weight: bold;
	font-size: 60px !important;
	letter-spacing: 0.1em;
	text-align: center;
}
/***  nav  ***/
nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}
nav ul li {
	float: left;
	margin: 0 20px 0 0;
}
nav ul li:last-child {
	margin: 0;
}
nav ul li a {
	color: #FFF !important;
	font-size: 26px;
	width: 306px;
	padding: 35px !important;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	 margin: 10px auto;
	box-sizing: border-box;
}
nav ul li.area a {
	background-color: #f2b701;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(161,110,0,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(161,110,0,1);
	box-shadow: 0px 5px 0px 0px rgba(161,110,0,1);
}
nav ul li.area a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  -webkit-box-shadow: 0 1px 0 rgba(161,110,0,1);
	-moz-box-shadow: 0 1px 0 rgba(161,110,0,1);
	box-shadow: 0 1px 0 rgba(161,110,0,1);
  margin: 12px auto 8px;
}
nav ul li.shift a {
	background-color: #3465aa;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,35,84,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0,35,84,1);
	box-shadow: 0px 5px 0px 0px rgba(0,35,84,1);
}
nav ul li.shift a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  -webkit-box-shadow: 0px 1px 0px rgba(0,35,84,1);
	-moz-box-shadow: 0px 1px 0px rgba(0,35,84,1);
	box-shadow: 0px 1px 0px rgba(0,35,84,1);
  margin: 12px auto 8px;
}
nav ul li.condition a {
	background-color: #dc0030;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(130,0,25,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(130,0,25,1);
	box-shadow: 0px 5px 0px 0px rgba(130,0,25,1);
}
nav ul li.condition a:hover {
  box-shadow: 0 1px 0  rgba(130,0,25,1);
  -webkit-box-shadow: 0 1px 0  rgba(130,0,25,1);
	-moz-box-shadow: 0 1px 0  rgba(130,0,25,1);
	box-shadow: 0 1px 0  rgba(130,0,25,1);
  margin: 12px auto 8px;
}

/***  エリア  ***/
#area {
	background-color: #f2b701;
	padding: 60px 0 40px;
}
span.subText {
	font-size: 15px;
	color: #999999;
	padding: 0 0 10px 0;
	display: block;
}
span.button {
	font-size: 15px;
	margin:0;
	color: #FFFFFF;
	background-color: #483407;
	text-align: center;
	width: 306px;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	display: block;
	letter-spacing: 0.02em;
	font-weight: normal;
	background-image: url(../img/area_arrow.png);
	background-position: 280px 50%;
	background-repeat: no-repeat;
	background-size: 19px;
}
.areabox .accordion > li p.open span.button{
	border-radius: 0;
}
/***  エリアアコーディオン  ***/
#area .box {
	padding: 60px 0 0 0;
}
.areabox .accordion {
	width: 306px;
	float: left;
	margin: 0 20px 20px 0;
}
.areabox .accordion > li p {
	display: block;
	padding: 20px 0 0 0;
	line-height: 1.3;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	font-size: 24px;
	border-radius: 5px;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	width: 306px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.areabox .accordion > li a {
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(../img/area_arrow02.png);
	background-position: 270px 50%;
	background-repeat: no-repeat;
	background-size: 14px;
}
.areabox .accordion > li a:hover {
	opacity: 0.6;
}
.areabox .accordion > li p:hover {
	opacity: 0.6;
}
.areabox .accordion > li:last-child {
	border-bottom: none;
}
.areabox ul li ul {
	display: none;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px 10px;
	margin: 0px 0 0 0;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #483407;
	border-right: 1px solid #483407;
	border-bottom: 1px solid #483407;
}
.areabox ul li ul li {
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #483407;
	text-align: left;
}
.areabox ul li ul li:last-child {
	border-bottom: none;
}
.areabox .accordion:nth-child(3n){
	margin: 0 0 20px 0 !important;
}
.areabox .accordion:nth-child(3n + 1){
	clear: both;
}
/***  働く期間  ***/
#shift {
	background-color: #3465aa;
	padding: 60px 0 40px 0;
}
/***  働く期間アコーディオン  ***/
#shift .box {
	padding: 60px 0 0 0;
}
.shiftbox .accordion {
	background-color: #FFFFFF;
    border-radius: 5px;
	width: 470px;
	float: left;
	margin: 0 20px 20px 0;
}
.shiftbox .accordion > li {
	border-radius: 5px;
}
.shiftbox .accordion > li p {
	background-color: #FFFFFF;
	cursor: pointer;
	display: block;
	padding: 25px 0 25px 160px;
	letter-spacing: 0.1em;
	background-image: url(../img/kd-5arrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
}
.shiftbox .accordion > li .open {
	border-radius: 5px 5px 0 0;
}
.shiftbox .accordion > li a {
	cursor: pointer;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	background-image: url(../img/kd-5arrow02.png);
	background-position: 425px 50%;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
.shiftbox .accordion > li a {
	border-bottom: 1px solid #004a7d;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 20px 10px;
}
.shiftbox .accordion > li a:hover {
	opacity: 0.6;
}
.shiftbox .accordion > li p:hover {
	opacity: 0.6;
}
.shiftbox .accordion > li:last-child {
	border-bottom: none;
}
.shiftbox ul li ul {
	display: none;
	background-color: #FFFFFF;
	color: #000;
	margin: 0;
	padding: 0px 10px;
	border-top: 1px solid #004a7d;
	border-radius: 0 0 5px 5px;
}
.shiftbox ul li ul li {
	font-size: 15px;
	font-weight: normal;
}
.shiftbox ul li ul li:last-child a {
	border-bottom: none;
}
.shiftbox .accordion:last-child {
	margin: 0 0 20px 0 !important;
}
/***  condition  ***/
#condition {
	background-color: #dc0030;
	padding: 60px 0 40px 0;
}
#condition .box {
	padding: 60px 0 0 0;
}
/***  conditionアコーディオン  ***/


/*condition*/
#condition {
	padding: 60px 0 40px 0;
}
.conditionbox .accordion > li p {
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 22px;
}
.conditionbox .accordion {
	cursor: pointer;
	width: 306px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.conditionbox .accordion > li ul {
	display: none;
	background: #FFFFFF;
	margin: 0 !important;
	color: #000;
	padding: 0 10px;
	border-top: 1px solid #820019;
	border-radius: 0 0 5px 5px;
}
.conditionbox .accordion > li {
	border-radius: 5px;
	text-align: center !important;
	width: 306px;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.conditionbox .accordion > li a {
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #820019;
	background-image: url(../img/condition_arrow02.png);
	background-position: 270px 50%;
	background-repeat: no-repeat;
}
.conditionbox ul li ul li:last-child a {
	border-bottom: none;
}
.conditionbox .accordion > li a:hover {
	opacity: 0.6;
}
.conditionbox .accordion > li p:hover {
	opacity: 0.6;
}
.conditionbox .accordion:nth-child(3n){
	margin: 0 0 20px 0;
}
.conditionbox .accordion:nth-child(3n + 1){
	clear: both;
}
.rirekisyo {
	background-image: url(../img/condition_icon01.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
.kousyunyu {
	background-image: url(../img/condition_icon02.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
.hibarai {
	background-image: url(../img/condition_icon03.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
.friend {
	background-image: url(../img/condition_icon04.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
.fashion {
	background-image: url(../img/condition_icon05.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
.kokosei {
	background-image: url(../img/condition_icon06.png), url(../img/condition_arrow.png);
	background-position: 50% 30%, 270px 140px;
	background-repeat: no-repeat;
	padding: 130px 0px 20px 0;
}
/*QA*/
#faq {
	padding: 60px 0;
	background-color: #09a275;
}
#faq dl {
	width: 470px;
	float: left;
	margin: 0 20px 0 0;
	background-color: #00855e;
	height: 395px;
}
#faq dl:last-child {
	margin: 0;
}
#faq dl dt {
	color: #FFF;
	background-color: #444444;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
#faq dl dt {
	position: relative;
	background: #3d3d3d;
}
#faq dl dt:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(61, 61, 61, 0);
	border-top-color: #3d3d3d;
	border-width: 10px;
	margin-left: -10px;
}
#faq dl dt h3 {
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	padding: 5px;
}
#faq dl dd {
	padding: 20px;
	font-size: 15px;
	text-align: left;
	color: #FFF;
	font-weight:lighter;
}
#faq dl dd p {
	padding: 0 0 10px 0;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
/*マイナビリンク*/
.link {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 95px;
	width: 770px;
}
.linkTitle {
	border-bottom: 6px solid #edeae3;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.linkList dt {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}
.linkList dd {
	border-bottom: 6px solid #edeae3;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	padding-bottom: 15px;
	padding-left: 100px;
}
.linkList dd:last-child {
	margin-bottom: 0;
}
.linkList dd a {
	color: #036eb7;
}


/*オススメ情報*/
.adbnr{
	width:100%;
	margin:0px auto 0;
	background:rgba(242,242,242,0.76);
  text-align: center;
}
.adbnr ul li{	
	margin:0 auto;
	padding:10px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	background-color: #09a275;
	padding: 10px 0;
	text-align:center;
	color:#FFFFFF;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.adbnr ul li a{
	color: #0070be !important;
	font-size: 14px !important;
}
.adbnr ul li a:hover{
	text-decoration: underline !important;
	opacity: 1 !important;
}

