@charset "utf-8";

p a{
	text-decoration: underline;
	color: #202020;
	
}

p a:hover{
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	
}

.linkWrapper{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.linkHanger{
	width: 300px;
	margin: 30px 0 0 0;
}

.linkHanger:nth-child(3n+2){margin: 30px 50px 0 50px;}

.linkHanger dl dt{
	
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	color: #FF4D4D;
}

.linkHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 10px 0;
	min-height: 100px;
}

.linkHanger dl dd img{
	display: block;
	margin: 20px auto 0 auto;
}

.linkHanger .btnHanger{
	margin: 0;
	width: 100%;
}

.linkHanger .btnHanger a{padding: 15px 0;}

/**************************************************
 20200627追加
**************************************************/
p.parent{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

span.imageLeft{
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

span.imageLeft img{
	display: block;
	width: 250px;
	margin-bottom: 10px;
}

span.imageLeft strong{
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}

.linkHanger dl dd span{
	position: relative;
	display: block;
	background-color: #CCCCCC;
}
.linkHanger dl dd span a{
	position: absolute;
	width: 50%;
	height: calc(100% / 6);
	background: rgba(255,255,255,0);
	top: 0;
	left: 0;
}
.linkHanger dl dd span a:nth-of-type(2){left: 50%;}
.linkHanger dl dd span a:nth-of-type(3){top: calc(100% / 6);}
.linkHanger dl dd span a:nth-of-type(4){top: calc(100% / 6);left: 50%;}
.linkHanger dl dd span a:nth-of-type(5){top: calc((100% / 6) * 2);}
.linkHanger dl dd span a:nth-of-type(6){top: calc((100% / 6) * 2);left: 50%;}
.linkHanger dl dd span a:nth-of-type(7){top: calc((100% / 6) * 3);}
.linkHanger dl dd span a:nth-of-type(8){top: calc((100% / 6) * 3);left: 50%;}
.linkHanger dl dd span a:nth-of-type(9){top: calc((100% / 6) * 4);}
.linkHanger dl dd span a:nth-of-type(10){top: calc((100% / 6) * 4);left: 50%;}
.linkHanger dl dd span a:nth-of-type(11){top: calc((100% / 6) * 5);}
.linkHanger dl dd span a:nth-of-type(12){top: calc((100% / 6) * 5);left: 50%;}
.linkHanger dl dd span a:hover{background: rgba(255,255,255,0.5);}

.linkWrapper.twoColumn .linkHanger{
	width: calc(50% - 25px);
	margin: 40px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger:nth-child(3n+2){margin: 40px 0 0 0;}

.linkWrapper.twoColumn .linkHanger:nth-child(2n){margin: 40px 0 0 50px;}

.linkWrapper.twoColumn .linkHanger dl dt small{
	font-size: 14px;
	font-size: 1.4rem;
}

.linkWrapper.twoColumn .linkHanger dl dd img{
	display: block;
	width: 100%;
	margin-top: 10px;
}

.linkWrapper.twoColumn .linkHanger .btnHanger{
	width: 300px;
	margin: 0 auto;
}

ul.style1{
	font-size: 0;
	padding: 20px 0 0 0;
}

ul.style1 li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	width: calc(50% - 50px);
	margin: 10px 0 0 0;
	padding-left: 20px;
}

ul.style1 li:nth-child(2n){margin: 10px 0 0 100px;}

ul.style1 li::before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 10.0rem;
	background-color: #000000;
	top: calc(50% - 4px);
	left: 0;
}



/**************************************************
 recruit
**************************************************/
#depWrapper{font-size: 0;}

.depHanger{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin: 40px 0 0 26px;
}

.depHanger:first-child{margin: 40px 0 0 0;}

.depHanger h4{
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	background: url(../img/h4_bg.png) no-repeat left 2px;
	background-size: 15px;
	padding: 0 0 10px 22px;
	border-bottom: 2px solid #FF4C4C;
}

.depHanger ul.common{
	padding: 10px 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.depHanger ul.common li a{display: block;}

.depHanger ul.common li a small{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
.linkHanger{
	/*width: calc(50% - 10px);*/
	width: 100%;
	margin: 20px 0 0 0;
}

.linkHanger:nth-child(3n+2){margin: 20px 0 0 0;}
.linkHanger:nth-child(2n){
	/*margin: 20px 0 0 20px;*/
	margin: 20px 0 0 0;
}

.linkHanger dl dt{
	font-size: 15px;
	font-size: 1.5rem;
}

.linkHanger dl dd{
	font-size: 12px;
	font-size: 1.2rem;
	min-height: auto;
}
	
/*.linkHanger dl dd img{
	width: 70%;
	margin: 15px auto 0 auto;
}*/

/** recruit **********/
.depHanger{
	width: 100%;
	margin: 30px 0 0 0;
}

.depHanger:first-child{margin: 30px 0 0 0;}

.depHanger h4{
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../img/h4_bg.png) no-repeat left 3px;
	background-size: 12px;
	padding: 0 0 10px 20px;
}

.depHanger ul.common{
	font-size: 13px;
	font-size: 1.3rem;
}
	
.depHanger ul.common li a small{
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 10px;
}
	
/** 20200627追加 **************************************************/
p.parent{
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

p.parent br{display: none;}

span.imageLeft{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

span.imageLeft img{
	/*width: 250px;*/
	margin: 0 auto 10px auto;
}

.linkWrapper.twoColumn .linkHanger{
	/*width: calc(50% - 15px);*/
	width: 100%;
	margin: 30px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger:nth-child(3n+2){margin: 30px 0 0 0;}

.linkWrapper.twoColumn .linkHanger:nth-child(2n){
	/*margin: 30px 0 0 30px;*/
	margin: 30px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger dl dt small{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}

.linkWrapper.twoColumn .linkHanger .btnHanger{
	width: 100%;
	margin: 0 auto;
}

ul.style1{padding: 10px 0 0 0;}

ul.style1 li{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	padding-left: 15px;
}

ul.style1 li:nth-child(2n){margin: 10px 0 0 0;}

ul.style1 li::before{
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
}


}