@charset "utf-8";

/* -------------------------------------------------------------------------------------

	ヘッダー

-------------------------------------------------------------------------------------- */

.tpvisivle{
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.cb-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.fnav{
	position:absolute;
	width:100%;
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	padding: 5px 0;
}

.fnav .logo{
	float:left;
	margin-top: 15px;
	width: 38%;
	max-width: 380px;
}

.fnav .logo img{
	width:100%;
	height: auto;
}

.hea-cov{
	width:1000px;
	margin: 0 auto;
}

.fnav .tels{
	max-width:274px;
}

.fnav .tels img{
	width:100%;
	height: auto;
}

.mainbox{
	height: 580px;
	background-size:cover;
	background-position: top 50% left 10%;
	overflow: hidden;
}

.first-area{
	width:1000px;
	margin: 0 auto;
	padding: 100px 0 60px;
	position: relative;
}

.catcharea{
	display: inline-block;
	width: 202px;
	height: 44px;
	position: absolute;
}

@media screen and (min-width:1561px)  {
	.catcharea{ bottom: 28%; left: 29%; }
}
@media screen and (min-width:640px) and (max-width:1560px) {
	.catcharea{ bottom: 55px; left: 0; }
}

.catcharea li{ list-style: none; }
.catcharea img{ width: 100%; }
.slidarea{
	box-shadow: 0 0 0 5px #ccc inset;
	padding: 20px 20px 0px;
	background: #fff;
	width: 420px;
	height: auto;
	float: right;
}

.second-area .slidarea{	display: none; }

.first-area:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .first-area{ zoom:1; }
*:first-child+html .first-area{ zoom:1; }

/* -------------------------------------------------------------------------------------

	メインイメージ

-------------------------------------------------------------------------------------- */
.recruit_mainimg{
	background: url(../img/recruit/mainvisual.png) no-repeat 50% 50% /cover;
	height: 400px;
	margin-top: 20px;
}

.wrap_recruit_mainimg{
	max-width:1000px;
	height: 400px;
	margin:auto;
	position: relative;
}

.recruit_mainimg_txtbox{
	background: rgba(51,51,51,0.65);
	padding: 30px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.2em;
	max-width: 1000px;
	margin: auto;
	position: absolute;
	top:25%;
}

.recruit_mainimg_txtbox p:first-child{
	margin-bottom:5px;
}

.recruit_mainimg h1{
	font-weight: normal;
	border-top:1px solid #fff;
	display: inline-block;
	font-size: 32px;
	line-height: 2;
	opacity: 1;
}


/* -------------------------------------------------------------------------------------

	職種リンク

-------------------------------------------------------------------------------------- */

.recruit_jobcategory .innar {
	max-width: 1000px;
	margin: auto;
	width: 90%;
}

.jobcategory{
	margin:-50px 0 50px;
	list-style: none;
}

.jobcategory li{
	display: inline-block;
	width:31.6%;
	margin-right:2%;
	background:#fff;
}

.jobcategory li:nth-child(3){
	margin-right:0%;
	
}

.jobcategory_box{
	position: relative;
	border:15px solid #fff;
	box-shadow: 0 1px 3px #ccc;
	
}
.jobcategory li img{
	width:100%;
	vertical-align: bottom;
	
}

.jobcategory li figcaption{

	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	color:#fff;
	transition: 0.2s;
}

.jobcategory li:hover figcaption{
	padding-bottom: 20px;
}

.jobcategory li:hover img{
	opacity: 0.8;
}

.jobcategory li figcaption{
	
}

.jobcategory li figcaption span{
	font-size: 80%;
}

/*
.jobcategory_kango figcaption{
	background: #f0a2a2 url(../img/recruit/arrow_1.png) no-repeat 20% 50% / 14px auto;
	display: block;

}
*/

.jobcategory_kango figcaption{
	background: #f0a2a2;
}
.jobcategory_kango_txt{
		background: #f0a2a2 url(../img/recruit/arrow_1.png) no-repeat 0 50%/ 14px auto;
	display:inline;
	padding-left:16px;
}

.jobcategory_rin figcaption{
	background: #8dc4ea ;
}

.jobcategory_rin_txt{
		background: #8dc4ea url(../img/recruit/arrow_2.png) no-repeat 0 50% / 14px auto;
	display:inline;
	padding-left:16px;
}


.jobcategory_jimu figcaption{
	background: #7dcdb2 ;

}

.jobcategory_jimu_txt{
	background: #7dcdb2 url(../img/recruit/arrow_3.png) no-repeat 0 50% / 14px auto;
	display:inline;
	padding-left:16px;
}



/* -------------------------------------------------------------------------------------

お知らせ

-------------------------------------------------------------------------------------- */

.base-area{
	max-width:1000px;
	width: 95%;
	margin: 50px auto 50px;
}

.recruit_newspaper{	margin-bottom:20px;}

.recruit_newspaper:after,
.recruit_news-list:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .recruit_newspaper,
* html .recruit_news-list{ zoom:1; }
*:first-child+html .recruit_newspaper,
*:first-child+html .nrecruit_ews-list{ zoom:1; }

.recruit_newspaper dt{
	background: url(../img/information_icon.png) no-repeat left top;
	background-size: 40px auto;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	line-height: 180%;
	padding: 0 0 0 50px;
	min-height: 40px;
	float: left;
}

.recruit_newspaper dd{
	width: 12%;
	text-align: center;
	float: right;
	font-size: 90%;
	margin-top: 14px;
}

.recruit_newspaper dd a{
	display: block;
	background: #3783b7;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0px 2px 0px 0px #0d5f98;
}
.recruit_newspaper dd a:hover{ opacity: 0.8; }

.recruit_depfour-tab .smpnon{	display:none;}

.recruit_depfour-tab{ 
	overflow:hidden;
	border-bottom: 5px solid #3783b7;}

.recruit_depfour-tab li{
	width: 23.85%;
	float:left;
	list-style: none;
	margin:0 1% 0 0;
	text-align: center;
	padding: 10px 0;
	border-left: 2px solid #8dc4ea;
	border-right: 2px solid #8dc4ea;
	border-top: 2px solid #8dc4ea;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

.recruit_depfour-tab li:last-child{
	margin:0;
	float: right;
}

.recruit_depfour-tab li.select{ 
	background:#eee;
	border-left: 2px solid #3783b7;
	border-right: 2px solid #3783b7;
	border-top: 2px solid #3783b7;
	background: #3783b7;
	color: #fff;
}

.recruit_depfour-content {
	overflow-y: auto;
	height: 320px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.recruit_news-list{
	border-bottom:1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.recruit_news-list dt{
	width: 8%;
	float: left;
	margin-right: 2%;
}

.recruit_news-list dd.cate{
	width: 12%;
	float: left;
	margin-right: 3%;
	text-align: center;
	color: #fff;
	font-size: 80%;
	background: #000;
}

.recruit_news-list dd.txt{
	width: 75%;
	float: left;
}

.recruit_news-list dd.txt a:hover{ color: #0d5f98; }
.recruit_news-list dd.info_resident_resident{ background: #8dc4ea; }
.recruit_news-list dd.info_nurse_nurse{ background: #f0a2a2; }
.recruit_news-list dd.info_personnel_office,
.recruit_news-list dd.info_personnel_medical,
.recruit_news-list dd.info_personnel_other{ background: #73c97d; }

.recruit_news-list dd.kango{ background: #f0a2a2; }
.recruit_news-list dd.kenshu{ background: #8dc4ea; }
.recruit_news-list dd.news{ background: #f1ac86; }
.recruit_news-list dd.other{ background: #7dcdb2; }

/* -------------------------------------------------------------------------------------

	バナー

-------------------------------------------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.bnr_pc { display: block ; }
.bnr_sp { display: none ; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */


.recruit_bnr {
	max-width: 1000px;
	margin: 40px auto;
	width: 90%;
}

.recruit_bnr.sns_bnr{
	margin: 0 auto;
}

.recruit_bnr img{
	width:100%;
}

.recruit_bnr.sns_bnr img{
	width: auto;
}

.recruit_bnr a img:hover{
	opacity: 0.8;
	transition: 0.2s;
}