@charset "UTF-8";

/****************************************
*	for hrportal 2022/4/22C
****************************************/

/*-- gbv
----------------------------------------------------------- */

.link_lang {
   position: absolute; 
   bottom: 40px; 
   right: calc((100vw - 960px) / 2 ); 
   padding: 10px; 
   background: #fff; 
   opacity: 0.9; 
   z-index: 2;
   font-weight: bold;
}
@media screen and (max-width: 640px) {
 .elem_mv_fullimg_title.var_bgwhite {
     margin-top: -30px;
  }
  .link_lang {
     bottom: 20px; 
     right: 10px; 
  } 
}
.elem_content_divide_box.var_left,  .elem_content_divide_box.var_right {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.elem_content_divide_box.var_left {
    background-color: #DEEBF7;
}
.elem_content_divide_box.var_right  {
   background-color: #FBE5D6;
}
.elem_content_divide_box.var_left .contwrap  {
   display: flex; !important;
   justify-content: flex-end;
}
.elem_content_divide_box.var_right .contwrap  {
   display: flex; !important;
   justify-content: flex-start;
}
.elem_content_divide_box .cont {
    width: 420px;
    display: block;
}
.elem_content_divide_box.var_left  .contwrap .cont {
    padding: 40px 40px 40px 0;
}
.elem_content_divide_box.var_right .contwrap .cont {
    padding: 40px 0 40px 40px;
}
.hrportaltopmenu ul {
	padding: 10px 20px;
}
.hrportaltopmenu ul li {
	display: block;
	margin-bottom: 14px;
}
.hrportaltopmenu 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 ul li a:hover {
	text-decoration: none;
}
.var_left .hrportaltopmenu ul li a:hover {
	background: #EDF7F9;
}
.var_right .hrportaltopmenu ul li a:hover {
	background: #FEFAF7;
}
.hrportaltopmenu ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 20px;
	top: calc(50% - 10px);
	right: 13px;
	background: none no-repeat center center;
}
.hrportaltopmenu ul li a:focus-visible {
   outline: 1px solid #000;
}
.var_left .hrportaltopmenu ul li a:before {
	background-image: url(/ext_images/hrportal/img/hrportalicon01.gif);
}

.var_right .hrportaltopmenu ul li a:before {
	background-image: url(/ext_images/hrportal/img/hrportalicon02.gif);
}

.hrportaltopmenu ul li a span.step {
	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;
}

.var_left  .hrportaltopmenu ul li a span.step  {
	color: #007896;
	border-color: #007896;
}

.var_right .hrportaltopmenu ul li a span.step  {
	color: #C54D00;
	border-color: #C54D00;
}
.hrportaltopmenu.var_withicon {
    padding: 20px 0;
}
.hrportaltopmenu.var_withicon ul li a {
	height: auto;
	line-height: 1.3em;
        min-height: 64px;
        padding: 10px 35px 10px 80px;
        box-sizing: border-box;
       position: relative;
       display: flex;
       align-items:  center;
}
.hrportaltopmenu.var_withicon ul li a.var_color_blue {
	background: #EDF7F9;
}
.var_right .hrportaltopmenu.var_withicon ul li a.var_color_orange {
	background: #FEFAF7;
}
.hrportaltopmenu.var_withicon ul li a span.icon {
        position: absolute; 
        width: 60px;
        left: 12px;
  
}
@media screen and (max-width: 640px) {
.elem_content_divide_box.var_left,  .elem_content_divide_box.var_right {
    margin: 0  -10px!important;
}
.elem_content_divide_box.var_left  .contwrap .cont,
.elem_content_divide_box.var_right  .contwrap .cont {
    padding: 20px;
}
}

/*-- navigation  For SP  
----------------------------------------------------------------------*/
.fullwide .sp_only {
   margin:  0  -10px;
}
.hrportal_nav {
   display: flex;
   width: 100%;
}
.hrportal_nav > div {
   display: flex;
   align-items: center;
   justify-content: center;
   flex:1;
   background: #DEEBF7;
}
.hrportal_nav div:nth-of-type(2) {
   background: #FBE5D6;
}
.hrportal_nav .nav_prof,  .hrportal_nav h2{
   padding: 17px 0 10px;
   line-height: 1.5rem;
   font-size: 1.25rem;
}
.hrportal_nav h2{
   font-size: 1.375rem;
}
.hrportal_nav .nav_prof,  .hrportal_nav h2 a {
   color: #000;
}
.hrportal_nav .nav_prof {
   padding-bottom: 26px;
}
/*-- hrportalcard
-----------------------------------------------*/

.hrportalcard {
	margin: 80px -5px 0px -20px;
}
.hrportalcard:after {
	content: "";
	clear: both;
	display: block;
}
.hrportalcard > ul > li {
	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: 20;
}

.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: 15;
	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;
}

@media screen and (max-width: 640px) {
	.hrportalcard {
		margin: 30px 0px 0px 0px;
	}
	.hrportalcard > ul > li {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
}
/*-- hrportalcontact
-----------------------------------------------*/
.hrportalcontact {
	margin: 50px auto 40px;
	padding: 25px;
	background: #eeeeee;
}

.hrportalcontact .elem_linkBox_list ul li {
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
}
.hrportalcontact .linkBox {
	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);
}
.hrportalcontact .linkBox a:focus-visible {
   outline: 1px solid #000;
}

@media screen and (max-width: 640px) {

	.hrportalcontact {
		margin: 25px auto 20px;
		padding: 8px;
	}
    .hrportalcontact .elem_linkBox_list ul li {
		width: 100%;
	}

	body.layout-ja .hrportalcontact .linkBox a span {
		white-space: normal;
	}
}
/*-- hrportalstep for level 2 page
-----------------------------------------------*/
.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;
}

.hrportaleventlink {
	display: table;
	width: 100%;
	height: 148px;
	background: url(/ext_images/hrportal/img/hrportaleventlink.jpg) no-repeat center center;
	background-size: cover;
}
.hrportalcompanylink {
	width: 100%;
	height: 148px;
	background: url(/ext_images/hrportal/img/hrportalcompanylink.jpg) no-repeat center center;
	background-size: cover;
}
.hrportalcompanylink > div {
    display: table;
    height: 75px;
    width: 100%;
}
.hrportaleventlink > div, .hrportalcompanylink > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hrportalcompanylink h3 {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
.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, .hrportalcompanylink ul li + li {
	margin-left: 52px;
}

.hrportaleventlink ul li a, .hrportalcompanylink ul li a {
	position: relative;
	display: inline-block;
}

.hrportaleventlink ul li a:focus-visible, .hrportalcompanylink ul li a:focus-visible {
	outline: 1px solid #000;
}
.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;
}
ul li.companies a span {
	background: #007896;
}

ul li.companies a:hover span {
	background: #005469;
}

ul li.individuals a span {
	background: #C54D00;
}

ul li.individuals a:hover span {
	background: #D02F0D;
}

.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;
}
.hrportaleventlink ul li a:focus-visible:before, .hrportalcompanylink ul li a:focus-visible:before {
	z-index: -1;
}

.hrportaleventlink.local_pref {
    padding-top: 5px;
    padding-bottom: 20px;
    background: none;
    height: auto;
}
.hrportaleventlink.local_pref ul li a span {
    font-weight: normal;
    box-shadow: 1px 1px 4px gray;
}
.hrportaleventlink.local_pref ul li a:before {
	content: none;
}

/*-- hrportalmenu for lower level right manu
-----------------------------------------------*/
.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) {

	.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;
	}

}