@charset "UTF-8";

/*** CSS Document ********************************************

	custom.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;
}
img {
	display: block;
	vertical-align: bottom;
}
section {
	padding: 0;
}
#contetns h2 {
	color: #FFFFFF;
	padding: 50px 0 30px !important;
	font-weight: bold;
	font-size: 30px !important;
	letter-spacing: 0.1em;
	text-align: center;
}
/***  nav  ***/
nav{
	background-color: #FFF;
}
nav ul {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
nav ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
nav ul li:last-child {
}
nav ul li a {
	color: #FFF !important;
	font-size: 20px;
	padding: 20px 5px!important;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	 margin: 10px auto;
}
@media screen and (max-width: 320px) {
nav ul li a {
	font-size: 16px;
}
}
nav ul li.area{
	padding: 0 10px 0 0;
}
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{
	padding: 0 5px 0 0;
}
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{
	padding: 0 0 0 5px;
}
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: 0 20px 40px;
}
#area span.subText {
	font-size: 14px;
	color: #999999;
	padding: 0 0 10px 0;
	display: block;
	letter-spacing: 0.05em;
}
span.button {
	font-size: 14px;
	margin:0;
	color: #FFFFFF;
	background-color: #483407;
	text-align: center;
	width: 100%;
	padding: 7px 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: 97% 50%;
	background-repeat: no-repeat;
	background-size: 19px;
}
.areabox .accordion > li p.open span.button{
	border-radius: 0;
}
/***  エリアアコーディオン  ***/
.areabox .accordion {
	width: 100%;
	padding: 0 0 10px 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: 22px;
	border-radius: 5px;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	width: 100%;
	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: 100% 50%;
	background-repeat: no-repeat;
	background-size: 14px;
}
.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;
	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;
}
/***  働く期間  ***/
#shift {
	background-color: #3465aa;
	padding: 0 20px 40px;
}
/***  働く期間アコーディオン  ***/
.shiftbox .accordion {
	width: 100%;
	margin: 0 0 10px 0;
}
.shiftbox .accordion > li {
	border-radius: 5px;
}
.shiftbox .accordion > li p {
	background-color: #FFFFFF;
	cursor: pointer;
	display: block;
	padding: 15px 0 15px 25%;
	letter-spacing: 0.1em;
	background-image: url(../img/kd-5arrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
}
.shiftbox .accordion > li .open {
	border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 320px) {
	.shiftbox .accordion > li p {
	padding: 15px 0 15px 20%;
}
}
.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: 100% 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: 15px 10px;
}
.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;
}
/***  こだわり  ***/
#condition {
	background-color: #dc0030;
	padding: 0 20px 40px;
}
/***  こだわりアコーディオン  ***/
.conditionbox .accordion > li p {
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 16px;
}
.conditionbox{
	    width: 100%;
}
.conditionbox .accordion {
	margin: 0 0 -5px 0;
	cursor: pointer;
	width: 50%;
	display: block;
	float: left;
	padding: 0 5px 0px 0;
	box-sizing: border-box;
}
.conditionbox .accordion:nth-child(n+3){
	margin-top:10px;
}
.conditionbox .accordion:nth-child(2n+1){
	clear: both;
}
.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: 100%;
	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: 100% 50%;
	background-repeat: no-repeat;
}
.conditionbox ul li ul li:last-child a {
	border-bottom: none;
}
.rirekisyo {
	background-image: url(../img/condition_icon01.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
.kousyunyu {
	background-image: url(../img/condition_icon02.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
.hibarai {
	background-image: url(../img/condition_icon03.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
.friend {
	background-image: url(../img/condition_icon04.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
.fashion {
	background-image: url(../img/condition_icon05.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
.kokosei {
	background-image: url(../img/condition_icon06.png), url(../img/condition_arrow.png);
	background-position: 50% 25%, 95% 85%;
	background-repeat: no-repeat;
	padding: 115px 0px 20px 0;
	background-size:auto auto, 10% auto;
}
#condition span.subText {
	font-size: 10px;
	color: #999999;
	padding: 0 0 5px 0;
	display: block;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 320px) {
.conditionbox .accordion {
	width: 100%;
	float: none;
	padding: 0 0 15px 0;
}
.conditionbox .accordion > li {
	width: 100%;
	float: none;
}
.conditionbox .accordion:last-child {
		padding: 0 0 0px 0;
}
}
/*QA*/
#faq {
	padding: 50px 20px;
	background-color: #09a275;
}
#faq dl {
	width: 100%;
	margin:0 0 20px 0;
	background-color: #00855e;
}
#faq dl:last-child {
	margin: 0;
}
#faq dl dt {
	color: #FFF;
	background-color: #444444;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	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 {
	padding: 45px 0 0 0;
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size:10% auto;
	font-size: 22px;
}
#faq dl dd {
	padding: 20px;
	font-size: 14px;
	text-align: left;
	color: #FFF;
}
#faq dl dd p {
	padding: 0 0 10px 0;
	letter-spacing: 0.05em;
	line-height: 1.3;
}



/*オススメ情報*/
.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;
}

