@charset "UTF-8";
.p-top-mv,
.bx-viewport, .bx-viewport li {
	height: 430px !important;
}

.bx-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
margin-bottom: 0 !important;
background: #fff;
}

.bx-wrapper .bx-pager {
	display: none;
}

.conditions-top h1 {
	font-size: 4rem;
	line-height: 1;
	text-align: left;
	padding: 0 0 45px 35px;
}

.p-top-news .inner .scholarship {
	border: 1px solid #ea5541;
	background-color: #ffeeec;
	text-align: center;
	padding: 25px 5px;
	margin: 10px auto 0;
	width: 6em;
	line-height: 1.2;
}

.p-top-news .inner .scholarship a {
	text-decoration: none;
	color: #f64931;
	width: 100%;
	height: 100%;
}

.p-top-news .inner li.bnr {
	padding: 0;
	text-align: center;
}

.p-top-news .inner li.bnr:before {
	content: normal;
}

.p-top-news .inner li.wide {
	background-image:none;
	padding:0;
}

.p-top-news .inner li.wide a {
	color:#ea1432;
	display:block;
	background-color:#fbf6d1;
	padding:8px 0;
	border-radius: 4px;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
}

.p-top-news .inner li.wide a span {
	position: relative;
	padding-left: 40px;
}

.p-top-news .inner li.wide a span:before {
	content: "";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #ea1432;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -3px;
}

.p-top-news .inner li.wide a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.p-top-news .inner li.wide:before {
	content: none;
}

.p-top-news .inner .end {
	border: 1px solid #e9001a;
	color: #e9001a;
	background-color: #f7edef;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
}

.p-top-wanted .part_time {
	width: 800px;
	margin: 40px auto 0;
	background-color: #f5f5f5;
}

.p-top-wanted .part_time.clerk {
	background-color: #ffe7e7;
	position: relative;
}

.p-top-wanted .part_time.clerk p {
	padding-left: 20px;
	font-weight: bold;
}

.p-top-wanted .part_time.clerk a {
	text-decoration: none;
	display: block;
	padding: 20px;
}

.p-top-wanted .part_time.clerk a:hover {
	background-color: #fedddd;
}

.p-top-wanted .part_time.clerk p:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(/recruit/common/images/li_circle_doctor.svg) no-repeat center center/cover;
        background-image: url("/recruit/common/images/li_circle_doctor.svg");
    position: absolute;
    left: 20px;
    top: 29px;
}

.p-top-wanted .leadLink {
	text-align: center;
	margin-bottom: 30px;
}

.p-top-wanted .leadLink a.textLink:before {
	border-color: transparent transparent transparent #555;
}

.p-top-wanted .sub {
	font-size: 1.4rem;
	width: 800px;
	margin: 40px auto 0;
	border: 1px solid #094e90;
	padding: 20px;
}

.p-top-wanted .sub h2 {
	color: #094e90;
	margin-bottom: 4px;
}

.p-top-wanted .sub a.textLink:before{
	border-color: transparent transparent transparent #094e90;
}

.p-top-wanted .bnr {
	font-size: 1.4rem;
	width: 800px;
	margin: 40px auto 0;
	text-align: center;
}

.block__kango .img img {
		object-position:0;
}

@media (max-width: 768px) {
	.p-top-mv,
	.bx-viewport, .bx-viewport li {
		height: 330px !important;
	}

	.conditions-top h1 {
		font-size: 3rem;
		padding: 0 0 30px;
	}

	.p-top-wanted .part_time {
		width: 100%;
	}

	.p-top-wanted .sub {
		font-size: 1.2rem;
		width: 100%;
		margin-top: 10px;
		padding: 15px;
	}

	.p-top-wanted .bnr {
		width: 100%;
		margin-top: 10px;
	}

	.p-top-wanted .sub h2 {
		margin-bottom: 2px;
	}

}


/*****************************************
　職種一覧リニューアル
*****************************************/
.p-top-wanted {
	background-color: #f5f5f5;
}

.p-top-wanted div + h1 {
	margin-top: 60px;
}

.p-top-wanted li {
	flex: 0 1 200px;
	height: 50px;
	margin: 0 10px 20px;
}

.p-top-wanted li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #eee;
	left: 23px;
	top: 50%;
	transform: translate( 0 , -50%);
}
.p-top-wanted .doctor a:after {border-left-color: #f23241;}
.p-top-wanted .dentist a:after {border-left-color: #e9662c;}
.p-top-wanted .kango a:after {border-left-color: #7fba65;}
.p-top-wanted .care a:after {border-left-color: #00c3e5;}
.p-top-wanted .tech a:after {border-left-color: #c16cc0;}
.p-top-wanted .clerk a:after {border-left-color: #ff6f69;}


@media (max-width: 768px) {
	.p-top-wanted li {
	flex: 0 1 calc(50% - 20px);
	height: calc(100vw / 9) - 1px;
	}

	.p-top-wanted li a:after {
		left: 10px;
	}
}