@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
@media only screen and (min-width:980px) {
	.other #main.searchDetail .jobInq a {
		background-image: url(../../../img/other/jobinq.gif);
	}

	.narrowArea li a {
		background-image:url(../../../img/other/fujisawa.gif);
	}
	
	.narrowArea li:nth-of-type(2) a {
		background-image:url(../../../img/other/chigasaki.gif);
	}
	
	.narrowArea li:nth-of-type(3) a {
		background-image:url(../../../img/other/hiratuka.gif);
	}
	
	.narrowArea li:nth-of-type(4) a {
		background-image:url(../../../img/other/yokohama.gif);
	}
}
@media screen and (max-width: 979px){
	.narrowArea li a {
		background-image:url(../../../img/other/fujisawa_sp.gif);
	}
	
	.narrowArea li:nth-of-type(2) a {
		background-image:url(../../../img/other/chigasaki_sp.gif);
	}
	
	.narrowArea li:nth-of-type(3) a {
		background-image:url(../../../img/other/hiratuka_sp.gif);
	}
	
	.narrowArea li:nth-of-type(4) a {
		background-image:url(../../../img/other/yokohama_sp.gif);
	}
}
.other div.recommend {
    background: #FCF4D7;
}
.other div.recommend h3 {
    color: #F2C837;
}
.searchArea h3 {
	background: #F2C837;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-top: solid 4px #F2C837;
}
#lowerHed {
	background-color:#F2C837;
}
#subSearchWrapper h4 {
	color: #F2C837;
}
#subCondition li a {
	background: #F2C837;
}
#subButton button {
	background: #F2C837;
}

/* pager */
ul.pager li {
	  border: 1px #F2C837 solid;
}
ul.pager li a {
	  color: #F2C837;
}
ul.pager li.prev a,
ul.pager li.next a {
	  color: #F2C837;
}
ul.pager li a:hover,
ul.pager li a:active {
	  background: #F2C837;
}
ul.pager li b {
	  background: #F2C837;
}

	
.list h3 {
	background: #F2C837;
}

.list h4 {
	color: #F2C837;
}
.num {
	background: #F2C837;
}

p.detail a {
	background: #F2C837;
}

/* SP */
@media only screen and (max-width:768px) {
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		background-color: #F2C837;
	}
#subArea li a,
#subCondition li a {
	background: #F2C837;
}
	
	#subSearch h4 {
		color: #F2C837;
	}
	
	#subButton {
		border: solid 1px #F2C837;
	}
	#subButton button {
		background: #F2C837;
	}
	

	#lowerHed {
		background-color:#F2C837;
	}
	.toggleArea a:hover,
	.toggleCategory a:hover {
		background-color:#F2C837;
		border-color:#F2C837;
	}
	#subSearch h4 {
		color: #F2C837;
	}
	#subButton {
		border: solid 1px #F2C837;
	}
	#subButton button {
		background: #F2C837;
	}
	
	p.detail a {
		background: #F2C837;
	}
	
	.list p.detail {
		border: solid 1px #F2C837;
	}
	
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		background-color: #F2C837;
	}
}

/* 2019追記 */
#jobRegPc {position:fixed; right:10px; top:140px; z-index:100;}
#jobRegPc:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.25s ease;
}
.jobReg {
	text-align: center;
	margin-bottom: 40px;
}
@media print, screen and (min-width: 980px) {
	.jobInq {
		width: 303px;
		float: left;
		padding-left: 180px;
		clear: both;
	}
	.jobReg {
		float: right;
		padding-right: 180px;
	
	}
	.jobReg+p {
		clear: both;
	}
	#jobRegPc {
		padding: 0;
	}
}
@media only screen and (max-width:979px) {
	.jobReg {
		clear: both;
		margin-bottom: 0;
	}
	.jobReg img {
		width: 100%;
		margin-bottom: 10px;
	}
	.jobLine img {
		width: 100%;
		margin-bottom: 10px;
	}
	.jobIwaikin img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.jobTakujisho img {
		width: 100%;
		margin-bottom: 10px;
	}
}
.detail .info {
    width: 100%;
    padding-bottom: 40px;
}

@media only screen and (min-width:980px) {
	.photo2 {
	width: 400px;
	float: left;
	}
	#main .photo2 figure {
	margin: 0 20px 20px 0;
	}
	.wishContainer {
	width: 700px;
	float:right;
	padding-top: 5px;
	}
	
	
	.detail .recommend {
	
	width: 700px;
	float:right;
	box-sizing: border-box;
	clear: none;
	padding: 10px;
	margin: 10px 0 0;
	}
	.detail .content {
	
	width: 700px;
	float:right;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 10px;
	
	
	}
}
.wish {
	width: 85px;
	text-align: center;
	background: #FFF;
	color: #CCC;
	border: solid 2px #CCC;
}
.true {
	background: #FFF;
	color: #F2C837;
	border: solid 2px #F2C837;

}
@media only screen and (max-width:979px) {

	.photo2 {
	float: left;
	padding-bottom: 10px;
	}
	
	.wishContainer {
	clear:both;
	padding-top: 5px;
	}
	
	.wish {
		width: 25%;
	}
	
	
	.detail .recommend {
	float: left;
	padding: 10px;
	margin: 10px 0 0;
	}
	.detail .content {
	
	padding: 10px 0;
	margin: 0 0 10px;
	
	}
}
	
.detail div.box {
	border-radius: 4px;
	border-top: solid 4px #F2C837;
}
.detail h3 {
	font-size: 20px;
	padding: 10px 20px;
	margin: -20px 0 20px -20px;
	box-sizing: content-box;
	background: #f0f0f0;
	border-bottom: solid 1px #d6d6d6;
	line-height: 25px;
}
.new {
	display: inline-block;
	padding: 4px 8px;
	float: left;
	border-radius: 4px;
	margin: 0 5px 0 0;
	font-size: 14px;
	line-height: 1em;
	background: #FF6;
	color: #F60;
}
.date {
	display: inline-block;
	padding: 4px 8px;
	float: right;
	border-radius: 4px;
	margin: 0 5px 0 0;
	font-size: 14px;
	line-height: 1em;
	border: solid 1px #D6D6D6;
	background: #FFF;
}
.wishContainer {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
}
.wish {
	width: 145px;
	margin: 0 6px 6px 0;
	padding: 4px 0;
	box-sizing: border-box;
	text-align: center;
	background: #FFF;
	color: #CCC;
	border: solid 2px #CCC;
	border-bottom: solid 3px #CCC;
}
.true {
	background: #FFF;
	color: #F2C837;
	border: solid 2px #F2C837;
	border-bottom: solid 3px #F2C837;
}
.photo2 {
	width: 400px;
	float: left;
	margin: 20px 0 0;
}
#main .photo2 figure {
	margin: 0 0 10px 0;
	padding: 0;
}

#main .photo2 figure.photoWrap {
	border: solid 1px #D6D6D6;
	padding: 1px;
}
.other div.recommend {
	background: #FCF4D7;
}
.detail .recommend {
	width: 620px;
	float: right;
	box-sizing: border-box;
	clear: none;
	padding: 0;
	margin: 20px 0 0;
}
.other div.recommend h3 {
	background: #F2C837;
	color: #FFF;
	padding: 4px 8px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 4px 4px 0 0;
}
div.recommend ul {
	clear: both;
}
div.recommend ul li {
	padding: 8px;
	border-bottom: dotted 1px #D6D6D6;
}
.detail .content {
	width: 620px;
	float: right;
	box-sizing: border-box;
	padding: 0;
	margin: 20px 0;
	font-size: 14px;
}
.detail .content h4 {
	border-left: solid 8px #F2C837;
	border-bottom: dotted 2px #D6D6D6;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 4px;
}
.detail .content h4+br {
	display: none;
}

.jobTel {
	display: block;
	width: 369px !important;
	padding: 20px;
	float: right;
	margin-right: 180px;
	border: solid 1px #F2C837;
	box-sizing: border-box;
	color: #F2C837;
	text-align: center;
	font-size: 14px;
}
.jobTel a {
	background-image: url(../../../../img/common/tel.gif);
	width: 329px !important;
	padding-top: 30px;
	height: 0;
	display: block;
	overflow: hidden;
	margin-top: 6px;
}
.jobReg {
	float: none;
	padding-right: 0;
}
#main th {
	font-size: 14px;
}
#main th.title {
	font-size: 16px;
	font-weight: bold;
	border-top: solid 4px #F2C837;
}
#main td {
	font-size: 14px;
	width: auto;
}
#main td h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 2px #D6D6D6;
}
#main td h4+br {
}
@media only screen and (max-width:979px) {
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.detail h3 {
		font-size: 16px;
		margin: 0 0 0 -15px;
		padding: 10px 15px;
		box-sizing: content-box;
	}
	.detail div.box {
		padding: 0 15px;
		border-radius: 4px;
		border-top: solid 4px #F2C837;
	}	
	.num, .date {
		margin: 15px 0 0;
	}

	.detail div.box h4 {
		color: #333;
		line-height: 1.5em;
	}
	.photo2 {
		width: 100%;
		padding: 0;
	}
	.detail .recommend {
		width: 100%;
	}
	.detail .content {
		width: 100%;
		margin: 20px 0 0;
	}
	.detail .content h4 {
		box-sizing: border-box;
	}
	#difference h2 {
		width: 100%;
		margin: 0 0 20px;
	}
	.detail .info {
		padding-bottom: 0;
	}
	.wishContainer {
		padding-top: 0;
		float: left;
	}
	.wish {
		width: 32%;
		margin: 0 1% 6px 0;
		font-size: 12px;
	}
	#main table {
	}
	#main th {
		display: block !important;
		width: 100% !important;
		border-bottom: none;
		}
	#main th.title {
		background: #F0F0F0;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #D6D6D6;
		box-sizing: content-box;
		margin: 0 0 15px -15px;
		padding: 10px 15px;
	}
	#main td {
		display: block !important;
		width: 100% !important;
		border-bottom: none;
	}
	
	#main.searchDetail .jobTel,
	#main.searchDetail .jobInq {
		width: 50% !important;
		float: left;
		box-sizing: border-box;
		border: none;
		margin-bottom: 10px;
	}
	.jobTel {
		padding: 10px 0 0 5px;
	}
	.jobInq {
		padding: 10px 5px 0 0;
	}
	#main.searchDetail .jobTel a,
	#main.searchDetail .jobInq a {
		width: 100% !important;
		display: block;
		text-align: center;
		border-radius: 5px;
		background: #666;
		color: #FFF;
		height: 50px;
		line-height: 50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border: none;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 0;
		padding: 0;
	}
	#main.searchDetail .jobTel a {
		background: #F2C837;
	}
	#main.searchDetail .jobInq a {
		background: #FFA04A;
	}
	#main.searchDetail .jobTel a span {
		display: inline;
		margin: 0;
		font-size: 100%;
	}
	#main.searchDetail .jobTel a:before {
		font-family: '';
		content: "";
		margin: 0;
	}
}

@media print, screen and (min-width: 980px){
	.detail .basic {
		width: 620px;
		float: right;
		box-sizing: border-box;
		clear: none;
		padding: 0;
		margin: 20px 0 0;
	}
}

#main .basic table { display: table !important; margin-bottom: 0; }
#main .basic th { display: table-cell !important; width: auto !important; white-space: nowrap; }
#main .basic td { display: table-cell !important; width: auto !important; }
	
	
@media only screen and (min-width:980px) {
	.yarpp-related li a {
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
		margin: 0 0 40px !important;
		background: #FFF;
		box-sizing: border-box;
		border-left: none;
		float: left;
		color: #333;
	}
	#recommend h3 {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.detail .yarpp-related h3 {
		font-size: 16px;
		padding: 10px 20px;
		margin: 0 0 20px;
		box-sizing: border-box;
		background: #f0f0f0;
		border-top: solid 4px #F2C837;
		border-bottom: solid 1px #d6d6d6;
		line-height: 25px;
		border-radius: 4px 4px 0 0;
	}
	.detail .yarpp-related .photo {
	width: 200px;
		float: left;
		box-sizing: border-box;
		border: solid 1px #D6D6D6;
	}
	#recommend li figure {
		margin: 0;
		width: auto !important;
		height: auto !important;
		float: none;
		padding: 1px;
	}
	#recommend li figure img {
		max-width: 200px;
		max-height: 200px;
		height: auto;
		width: 100%;
		margin: 0;
	}
	#recommend .wishContainer {
		width: 840px;
		float: right;
		clear: none;
		padding-top: 0;
	}
	#recommend h4 {
		width: 840px;
		float: right;
	}
	#recommend .wish { display: none; }
	#recommend .true { display: block; }
}
@media only screen and (max-width:979px) {
	.yarpp-related li a {
		width: 100% !important;
		display: block !important;
		padding: 10px 0 !important;
		margin: 0 !important;
		background: #FFF;
		box-sizing: border-box;
		border-left: none;
		float: left;
		border-bottom: solid 1px #D6D6D6;
	}
	#recommend h3 {
		font-weight: normal;
		margin-bottom: 0;
	}
	.detail .yarpp-related h3 {
		float: right;
		width: calc(100% - 120px);
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
		padding: 0 0 0 10px;
		margin: 0;
		box-sizing: border-box;
		background: #FFF;
		border-bottom: none;
		color: #333;
	}
	.detail .yarpp-related h3 span {
		font-size: 12px;
		color: #F2C837;
	}
	.detail .yarpp-related .photo {
		width: 120px;
		float: left;
		box-sizing: border-box;
		border: solid 1px #D6D6D6;
	}
	#recommend li figure {
		margin: 0;
		width: auto !important;
		height: auto !important;
		float: none;
		padding: 1px;
	}
	#recommend li figure img {
		max-width: 200px;
		max-height: 200px;
		height: auto;
		width: 100%;
		margin: 0;
	}
	#recommend .wishContainer {
		display: none;
	}
	#recommend h4 {
		display: none;
	}
	.detail .photo {
		display: block;
	}
	#recommend .new,
	#recommend .category,
	#recommend .employment,
	#recommend .num,
	#recommend .date {
		display: none;
	}
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 150px;
	background: #FFF;
	transition: .3s;
}
#header h1,
#header .navStyle,
#header .regi {
  transition: .3s;
}
.is-animation {
  height: 60px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.is-animation h1 {
  color: #000;
	padding: 10px 0 0 !important;
}
.is-animation h1 img{
  height: 40px !important;
}
.is-animation .navStyle {
    padding: 20px 350px 0 0;
}
.is-animation .regi {
    top: 15px;
}
#container { padding-top: 150px; }
@media only screen and (max-width:768px) {
	#header {
	  height: 60px;
	}
	#header h1 img{
	  height: 40px !important;
	}
	
	.is-animation {
	  height: 60px !important;
	}
	.is-animation #gNav {
		top: 60px;
	}
	.is-animation h1 img{
	  height: 40px !important;
	}
	#container {
		padding-top: 0;
	}
	.is-animation .navStyle {
		padding: 0;
	}
	.is-animation .regi {
		top: 0;
	}
	#banner {
		width: 100%;
	}
}

#footerBtn {
	display: none;
}


@media only screen and (min-width:769px) {
	.footer-animation {
		display: block !important;
		height: 100px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		background: rgba(0,0,0,0.2);
		transition: .3s;
	}
	.footerWrap {
		width: 1060px;
		margin: 0 auto;
	}
	.footerTel {
		width: 400px;
		float: left;
		box-sizing: border-box;
	}
	.footerInq {
		width: 620px;
		float: right;
		box-sizing: border-box;
	}
	.footerTel,
	.footerInq {
		margin: 10px 0 0;
		background: #FFF;
		border-radius: 5px;
	}
	.footerTel a,
	.footerInq a {
		display: block;
		text-align: center;
		border-radius: 5px;
		background: #666;
		color: #FFF;
		height: 80px;
		line-height: 80px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		font-size: 24px;
		font-weight: bold;
	}
	.footerTel a {
		width: 400px;
		height: 80px;
		background: url(../../../../img/common/tel.gif) #FFF no-repeat center;
		border: solid 2px #F2C837;
		box-sizing: border-box;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.footerInq a {
		background: #F2C837;
	}
	
	/* ボタンをバウンドさせる */
	.is-bounce {
		animation: bounce 5s infinite;
	}
	
	@keyframes bounce {
		0% {transform: translateY(0px);}
		92% {transform: translateY(0px);}
		96% {transform: translateY(-4px);}
		100% {transform: translateY(0px);}
	}
	
	/* アニメーションを遅延させる */
	.is-bounce + .is-bounce {
		animation-delay: .5s;
	}

}
@media only screen and (max-width:768px) {
	.footer-animation {
		display: block !important;
		height: 70px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		background: rgba(0,0,0,0.6);
		transition: .3s;
	}
	.footerTel{
		width: 50%;
		float: right;
		box-sizing: border-box;
	}
	.footerInq {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.footerTel {
		padding: 10px 10px 0 5px;
	}
	.footerInq {
		padding: 10px 5px 0 10px;
	}
	.footerTel a,
	.footerInq a {
		display: block;
		text-align: center;
		border-radius: 5px;
		background: #666;
		color: #FFF;
		height: 48px;
		line-height: 50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-bottom: solid 2px #333;
		font-size: 16px;
		font-weight: bold;
	}
	.footerTel a {
		background: #F2C837;
	}
	.footerInq a {
		background: #FFA04A;
	}
}


@media only screen and (max-width: 767px) {
.photo2 {
    margin-bottom: 20px;

}
}
#sticky-wrapper {
	width: 1100px;;
	margin-left: -20px;
}

@media only screen and (max-width: 767px) {
#sticky-wrapper {
	width: calc(100% + 30px);
	margin-left: -15px;
	clear: both;
}
}

.link-list-hidden {
	display: none;
}

.link-list {
width: 100%;
    border: 0px solid #FFF;
    background: #FFF;
    clear: both;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    z-index: 5 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.add140 {
	margin-top: 140px;
}

@media only screen and (max-width: 767px) {
  .link-list {
  }
}

.link-list ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .link-list ul {
    border-right: none;
    border-left: none;
  }
}

.link-list ul li {
  width: 20%;
	border-right: 2px solid #FFF;
}

@media only screen and (max-width: 767px) {
  .link-list ul li {
    width: 25%;
  }
}

.link-list ul li:last-of-type {
  border-right: none;
}

.link-list ul li a {
display: block;
    padding: 12px 0 23px;
    text-align: center;
    background: #F2C837;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    border-bottom: solid 4px #FCF4D7;
}

.link-list ul li a:hover {
  background: #F2C837;
    color:#fff;
    opacity: 1;
}

.link-list ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .link-list ul li a {
    font-size: 13px;
    padding: 8px 0 20px;
  }
}

.link-list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -moz-transform: translate(-50%, 0) rotate(135deg);
  -o-transform: translate(-50%, 0) rotate(135deg);
  -ms-transform: translate(-50%, 0) rotate(135deg);
  -webkit-transform: translate(-50%, 0) rotate(135deg);
  transform: translate(-50%, 0) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}


@media only screen and (max-width: 767px) {
  .link-list ul li a:after {
    width: 4px;
    height: 4px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
	#main #jobEva table {
		border-bottom: 0;
	}
}
.jobEvaChart {
	width: 440px;
	float: left;
}

#main .jobEvaChart table {
	width: 400px;
	margin-top: 40px;
}
#main .jobEvaChart th {
	width: 120px;
	border: solid 1px #BFBFBF;
	background: #EDEDED;
	font-size: 14px;
	text-align: center;
}
#main .jobEvaChart td {
	border: solid 1px #BFBFBF;
}
.jobEvaChart td .star-rating {
	font-size: 24px;
}

.jobEvaChart td .star-rating-num {
	
}
@media only screen and (max-width: 767px) {
	.jobEvaChart {
		width: 100%;
		margin-top: -40px;
	}
	
	#main .jobEvaChart table {
		width: 100%;
		margin-top: 0;
	}
	.jobEvaChart td .star-rating {
		margin-left: 20%;
	}

}

.jobEvaText {
	width: 620px;
	float: right;
}
.jobEvaTextBox {
	border: solid 1px #BFBFBF;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
}
.jobEvaTextBox h5 {
    border-left: solid 8px #F2C837;
    border-bottom: dotted 2px #D6D6D6;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 4px;
}

.jobEvaTextBox .star-rating {
	font-size: 16px;
	position: absolute;
	top: 24px;
	right: 5em;
}

.jobEvaTextBox .star-rating-num {
	
}

.jobEvaTextBox p {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {

.jobEvaText {
	width: 100%;
	float: left;
}
.jobEvaTextBox {
}
.jobEvaTextBox h5 {
}

.jobEvaTextBox .star-rating {
	position: absolute;
    top: 70px;
    right: 5em;
    margin-bottom: 20px;
}

.jobEvaTextBox .star-rating-num {
	
}

.jobEvaTextBox p {
	margin-top: 30px;
}

}

.star-rating {
	position: relative;
	width: 5em;
	height: 1em;
}
.star-rating-front {
	position: absolute;

	top: 0;
	left: 0;
	overflow: hidden;
	color: #F2C837;
}
.star-rating-back {
	color: #D6D6D6;
}
.star-rating-num {
	position: absolute;
	top: 0;
	right: -3em;
	overflow: hidden;
	font-weight: bold;
}