
.hrportaltopmenu {
	position: relative;
	height: 340px;
	background: rgba(197, 70, 0, 0.9);
	border-radius: 10px;
}

.hrportaltopmenu h2 {
    font-size: 1.375em;
    font-weight: bold;
	padding: 10px 30px;
	color : #fff;
}

.hrportaltopmenu .menu {
	display: block;
	width: 100%;
	height: 100%;
}

.hrportaltopmenu .menu ul {
	position: absolute;
	display: block;
	top: 57px;
	left: 40px;
	width: 82%;
}

.hrportaltopmenu .menu ul li {
	display: block;
	margin-bottom: 14px;
}

.hrportaltopmenu .menu ul li a {
	position: relative;
	display: block;
	padding: 0px 35px 0px 10px;
	height: 56px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 56px;
	color: #000000;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.75);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hrportaltopmenu .menu ul li a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.hrportaltopmenu .menu ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 20px;
	top: 18px;
	right: 13px;
	background: none no-repeat center center;
}

.hrportaltopmenu .menu ul li a:before {
	background-image: url(/ext_images/hrportal/img/hrportalicon02.gif);
}

.hrportaltopmenu .menu ul li a span {
	position: relative;
	display: inline-block;
	top: -2px;
	height: 32px;
	margin-right: 8px;
	padding:0px 6px;
	font-size: 0.7em;
	line-height: 32px;
	vertical-align: middle;
	border: 2px solid transparent;
	border-radius: 5px;
}

.hrportaltopmenu .menu ul li a span {
	color: #C54D00;
	border-color: #C54D00;
}

.hrportaleventlink, .hrportalcompanylink {
	display: table;
	width: 100%;
	height: 148px;
	background: url(/ext_images/hrportal/img/hrportaleventlink.jpg) no-repeat center center;
	background-size: cover;
}
.hrportalcompanylink {
	background: url(/ext_images/hrportal/img/hrportalcompanylink.jpg) no-repeat center center;
}
.hrportaleventlink .buttun, .hrportalcompanylink .buttun {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hrportaleventlink h2, .hrportalcompanylink h2 {
    font-size: 1.375em;
    font-weight: bold;
	padding: 20px 30px 30px;
	text-align: center;
}
.hrportaleventlink p, .hrportalcompanylink p {
	padding: 0px 20px;
}

.hrportaleventlink p + ul, .hrportalcompanylink p + ul {
	margin-top: 25px;
}

.hrportaleventlink ul, .hrportalcompanylink ul {
	font-size: 0;
}

.hrportaleventlink ul li, .hrportalcompanylink ul li {
	display: inline-block;
}

.hrportaleventlink ul li + li {
	margin-left: 52px;
}

.hrportaleventlink ul li a, .hrportalcompanylink ul li a {
	position: relative;
	display: inline-block;
}

.hrportaleventlink ul li a:hover, .hrportalcompanylink ul li a:hover, {
	text-decoration: none;
}

.hrportaleventlink ul li a span, .hrportalcompanylink ul li a span {
	position: relative;
	display: block;
	min-width: 132px;
	height: 36px;
	padding: 0px 18px;
	font-size: 1.125rem;
	line-height: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.75);
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.hrportaleventlink ul li.companies a span {
	background: #007896;
}

.hrportaleventlink ul li.companies a:hover span {
	background: #005469;
}

.hrportaleventlink ul li.individuals a span {
	background: #C54D00;
}

.hrportaleventlink ul li.individuals a:hover span {
	background: #D02F0D;
}
.hrportalcompanylink ul li a span {
	background: #C54D00;
}
.hrportaleventlink ul li a:before, .hrportalcompanylink ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 12px);
	height: 48px;
	top: -6px;
	left: -6px;
	background: #ffffff;
	border-radius: 8px;
	z-index: 0;
}

.hrportalcard {
	margin: 80px -5px 0px -20px;
}

.hrportalcard:after {
	content: "";
	clear: both;
	display: block;
}

.hrportalcard > div {
	float: left;
	width: calc((100% - 65px) / 3);
	margin-left: 20px;
}

.hrportalcard a {
	position: relative;
	display: block;
	max-width: 306px;
	margin: auto;
}

.hrportalcard a:hover {
	text-decoration: none;
}

.hrportalcard .icon {
	position: absolute;
	display: table;
	width: 58px;
	height: 58px;
	top: -34px;
	left: 50%;
	margin-left: -34px;
	background: #C54D00;
	border: 5px solid #ffffff;
	border-radius: 50%;
	z-index: 8;
}

.hrportalcard .icon span {
	display: table-cell;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.hrportalcard .title {
	position: absolute;
	display: table;
	width: 100%;
	height: 200px;
}

.hrportalcard .title span {
	display: table-cell;
	padding: 0px 10px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
}

.hrportalcard .cover {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	z-index: 7;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.hrportalcard .on .cover {
	opacity: 1;
}

.hrportalcard .cover .text {
	display: block;
	margin: 50px 20px 100px;
	max-height: calc(100% - 150px);
	color: #ffffff;
	overflow: hidden;
}

.hrportalcard .cover .more {
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hrportalcard .cover .more span {
	position: relative;
	display: block;
	min-width: 132px;
	height: 36px;
	padding: 0px 18px;
	font-size: 1.125rem;
	line-height: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #C54D00;
	border-radius: 5px;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.75);
	z-index: 1;
}

.hrportalcard .cover .more:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 12px);
	height: 48px;
	top: -6px;
	left: -6px;
	background: #ffffff;
	border-radius: 8px;
	z-index: 0;
}

.hrportalcard .image {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.hrportalcard .image img {
	display: block;
	width: 100%;
	height: auto;
}

.hrportalcontact {
	margin: 50px auto 40px;
	padding: 25px;
	background: #eeeeee;
}

.hrportalcontact .elem_heading_lv2 {
	margin: 0;
	padding: 0 0px 20px;
	text-align: center;
}

.hrportalcontact .elem_heading_lv2 h2 span {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 12px;
	color: #ffffff;
	font-size: 0.6428em;
	font-weight: normal;
	vertical-align: middle;
	background: #000000;
}

.hrportalcontact .linkBox {
	width: 475px;
	margin: auto;
	padding: 0px;
}

.hrportalcontact .linkBox a {
	position: relative;
	height: 60px;
	padding: 10px;
}

.hrportalcontact .linkBox a:after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	border: 6px solid #ffffff;
	border-top-color: transparent;
	border-left-color: transparent;
}

body.layout-ja .hrportalcontact .linkBox a span {
	background: none;
	padding: 0px;
	font-size: 1.125em;
	font-weight: bold !important;
}

.hrportalcontact .linkBox a span:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 32px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(/ext_images/hrportal/img/contacticon.png);
}

.hrportalstep {
	position: relative;
	padding-left: 120px;
}

.hrportalstep + .hrportalstep {
	margin-top: 80px;
}

.hrportalstep + .hrportalstep:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	top: -80px;
	left: 0px;
	background: none no-repeat center center;
}

.hrportalstep + .hrportalstep.companies:before {
	background-image: url(/ext_images/hrportal/img/hrportalicon03.gif);
}

.hrportalstep + .hrportalstep.individuals:before {
	background-image: url(/ext_images/hrportal/img/hrportalicon04.gif);
}

.hrportalstep .title {
	padding-bottom: 10px;
}

.hrportalstep .title .icon {
	position: absolute;
	display: table;
	left: 0px;
	width: 96px;
	height: 96px;
	border: 2px solid transparent;
	border-radius: 50%;
}

.hrportalstep.companies .title .icon {
	border-color: #007896;
}

.hrportalstep.individuals .title .icon {
	border-color: #C54D00;
}

.hrportalstep .title .icon > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.hrportalstep.companies .title .icon > span {
	color: #007896;
}

.hrportalstep.individuals .title .icon > span {
	color: #C54D00;
}

.hrportalstep .title .icon > span span {
	display: block;
	font-size: 2.34375em;
}

.hrportalstep .title h2 {
	font-weight: bold;
	font-size: 1.125em;
}

.hrportalstep .title a:hover {
	text-decoration: underline;
}

.hrportalstep.companies .title a:hover .icon {
	border-color: #005469;
}

.hrportalstep.individuals .title a:hover .icon {
	border-color: #D02F0D;
}

.hrportalstep.companies .title a:hover .icon > span {
	color: #005469;
}

.hrportalstep.individuals .title a:hover .icon > span {
	color: #D02F0D;
}

.elem_heading_lv2 dl.var_icon {
    position: absolute;
    right: 0;
    bottom: 2px;
}
.elem_heading_lv2 dl.var_icon > * {
    display: inline-block !important;
}
.elem_heading_lv2 dl.var_icon > dt {
   padding: 3px 20px 3px 0;
   letter-spacing: normal;
}
.elem_heading_lv2 dl.var_icon > dd {
    display: block;
    padding: 3px 10px;
}

.button p {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.button p span {
     position: relative;
    display: block;
    min-width: 132px;
    height: 36px;
    padding: 0px 18px;
    font-size: 1.125rem;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    background: #C54D00 !important;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 75%);
    z-index: 1;
    -webkit-transition: 0.3s; 
    transition: 0.3s;

}
.button p:before{  
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 12px);
    height: 48px;
    top: -6px;
    left: -6px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 0;
}

.hrportalmenu {
	margin-bottom: 40px;
}

.hrportalmenu ul,
.hrportalmenu li {
	display: block;
}

.hrportalmenu ul ul {
	display: none;
}

.hrportalmenu ul li.current > ul {
	display: block;
}

.hrportalmenu a {
	position: relative;
	display: block;
	padding: 9px 15px;
	color: #ffffff;
	background: #006ec8;
	border-bottom: 1px solid #ffffff;
}

.hrportalmenu a:hover {
	text-decoration: none;
	background: #0033a8;
}

.hrportalmenu li.companies > a {
	background: #007896;
}

.hrportalmenu li.companies > a:hover {
	background: #005469;
}

.hrportalmenu li.individuals > a {
	background: #C54D00;
}

.hrportalmenu li.individuals > a:hover {
	background: #D02F0D;
}

.hrportalmenu ul > li.companies > ul > li > a {
	color: #000000;
	background: #cce4ea;
}

.hrportalmenu ul > li.companies > ul > li.current > a:before,
.hrportalmenu ul > li.companies > ul > li > a:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 100%;
	background: #007896;
}

.hrportalmenu ul > li.companies > ul > li > ul > li > a {
	padding-left: 25px;
	color: #007896;
	background: #ffffff;
	border-bottom: 0px;
}

.hrportalmenu ul > li.companies > ul > li > ul > li.current > a,
.hrportalmenu ul > li.companies > ul > li > ul > li > a:hover {
	background: #f3f3f3;
}

.hrportalmenu ul > li.companies > ul > li > ul > li + li > a {
	border-top: 1px solid #cce4ea;
}

.hrportalmenu ul > li.individuals > ul > li > a {
	color: #000000;
	background: #E8CDB5;
}

.hrportalmenu ul > li.individuals > ul > li.current > a:before,
.hrportalmenu ul > li.individuals > ul > li > a:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 100%;
	background: #C54D00;
}

.hrportalmenu ul > li.individuals > ul > li > ul > li > a {
	padding-left: 25px;
	color: #C54D00;
	background: #ffffff;
	border-bottom: 0px;
}

.hrportalmenu ul > li.individuals > ul > li > ul > li.current > a,
.hrportalmenu ul > li.individuals > ul > li > ul > li > a:hover {
	background: #f3f3f3;
}

.hrportalmenu ul > li.individuals > ul > li > ul > li + li > a {
	border-top: 1px solid #E4BC9E;
}


@media screen and (max-width: 640px) {
	.hrportaltopmenu {
		position: relative;
		max-width: 640px;
		height: 360px;
		padding-top:0;
	}
	.hrportaltopmenu h2 {
        font-size: 5.25vw;
    }
	.hrportaltopmenu .menu {
		width: 100%;
	}
	.hrportaltopmenu .menu ul {
	   top: 60px;
	   left: 15px;
 	   width: 90%;
    }

	.hrportaltopmenu .link a {
		width: 100% !important;
	}

	.hrportaleventlink p + ul {
		margin-top: 20px;
	}

	.hrportaleventlink ul li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.hrportaleventlink ul li + li {
		margin-left: 10px;
		margin-top: 15px;
	}

	.hrportalcard {
		margin: 0px 0px 0px 0px;
	}

	.hrportalcard > div {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-top: 60px;
	}

	.hrportalcontact {
		margin: 25px auto 20px;
		padding: 8px;
	}

	.hrportalcontact .elem_heading_lv2 {
		padding-bottom: 10px;
	}

	.hrportalcontact .linkBox {
		width: 100%;
	}

	body.layout-ja .hrportalcontact .linkBox a span {
		white-space: normal;
	}

	.hrportalstep {
		padding-left: 0px;
	}

	.hrportalstep + .hrportalstep {
		margin-top: 60px;
	}

	.hrportalstep + .hrportalstep:before {
		height: 60px;
		top: -60px;
	}

	.hrportalstep .title{
		padding-bottom: 5px;
	}

	.hrportalstep .title .icon {
		position: relative;
		display: inline;
		margin-right: 5px;
		border: 0;
	}

	.hrportalstep .title .icon > span {
		display: inline;
	}

	.hrportalstep .title .icon > span span {
		display: inline;
		font-size: 1.125em;
	}

	.hrportalstep .title h2 {
		display: inline;
	}

	.hrportalmenu {
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

}
