@charset "utf-8";

section.imgContents ul{
	position: relative;
}
section.imgContents ul::before{
	content: "";
	position: absolute;
    top: 90px;
    left: 50%;
	transform: translate(-50%, 0%);
	width: 100vw;
    height: 82%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	opacity: 0.1;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	z-index: -1;
}
section.imgContents ul::after{
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100vw;
    height: 82%;
	background: rgba(218, 234, 246, 0.7);
    z-index: -2;
}
@media screen and (max-width:768px){
	section.imgContents ul::before,
	section.imgContents ul::after{
		height: calc(100% - 50px);
	}
}

/*ajikawa*/
#ajikawa .imgContents ul::before{
    background-image: url("/img/corporate/location/ajikawa/index_bg01.jpg");
}
/*mizuhai*/
#mizuhai .imgContents ul::before{
    background-image: url("/img/corporate/location/mizuhai/index_bg01.jpg");
}
/*yawata*/
#yawata .imgContents ul::before{
    background-image: url("/img/corporate/location/yawata/index_bg01.jpg");
}

.mainPoint{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mainPoint li.contentsArea{
	width: calc(100% / 2 );
}
.mainPoint li.imgArea{
	width: 46vw;
	margin-right: calc(50% - 50vw);
    margin-left: 20px;
}
@media screen and (max-width:768px){
	.mainPoint{
		display: block;
	}
	.mainPoint li.contentsArea,
	.mainPoint li.imgArea{
		width: 100%;
	}
	.mainPoint li.imgArea{
		margin: 20px 0 0;
	}
}

.notablePoint,
.pointList ul li.point dl dt{
	margin-bottom: 24px;
	color: #29496F;
	font-size: 28rem;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.notablePoint,
	.pointList ul li.point dl dt{
		font-size: 20rem;
		margin-bottom: 16px;
	}
}

.pointList{
	margin-top: 100px;
	position: relative;
}
.pointList::after{
	content: "";
	position: absolute;
    top: 120px;
    left: 50%;
	transform: translate(-50%, 0%);
	width: 100vw;
    height: calc(100% - 240px);
	background: #f6f8fa;
	z-index: -1;
}
.pointList ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pointList ul{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.pointList ul:nth-child(even){
	flex-direction: column-reverse;
}
.pointList ul li.point{
	content: "";
	position: absolute;
    top: 0;
    left: calc(50% - 180px);
	max-width: 580px;
	transform: translate(-50%,0%); 
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06) ;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06) ;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06) ;
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06) ;
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06 );
}
.pointList ul:nth-child(even) li.point{
	left: auto;
	right: calc(50% - 180px);
	transform: translate(50%,0%); 
}
.pointList ul li.pointImg{
    right: 0;
	margin-top: 70px;
	width: 60vw;
	height: 26vw;
	overflow: hidden;
}
.pointList ul li.pointImg img{
	width: 100%;
}
.pointList ul + ul{
	margin-top: 40px;
}
@media screen and (min-width:769px) and (max-width:1023px){
	.pointList ul li.point{
		left: 15px;
		transform: translate(0%,0%);
	}
	.pointList ul:nth-child(even) li.point{
		left: auto;
		right: 15px;
		transform: translate(0%,0%);
	}
}
@media screen and  (max-width:768px){
	.pointList{
		margin-top: 60px;
	}
	.pointList::after{
		top: 60px;
		height: calc(100% - 120px);
	}
	.pointList ul{
		display: block;
	}
	.pointList ul li.point,
	.pointList ul:nth-child(even) li.point{
		position: static;
		margin: 0 15px; 
		width:calc(100% - 30px);
		max-width: 100%;
		transform: translate(0%,0%);
	}
	.pointList ul li.pointImg{
		right: 0;
		margin: -40px 0 0 30px;
		width:calc(100% - 30px);
		height: 50vw;
	}
	.pointList ul:nth-child(even) li.pointImg {
		margin: -40px 30px 0 0;
	}
}
.pointList ul li.point dl{
	width: 100%;
	height: 100%;
	min-height: 280px;
	padding: 50px;
	position: relative;
}
.pointList ul li.point dl::after{
	line-height: 0.8;
	position: absolute;
    bottom: -4px;
    right: 0;
	color: #f6f8fa;
	font-family: "Roboto", sans-serif;
	font-size: 150rem;
	font-weight: bold;
	z-index: -1;
}
.pointList ul:nth-child(even) li.point dl::after{
	right: auto;
	left: 0;
}
.pointList ul:nth-child(1) li.point dl::after{
	content: "01";
}
.pointList ul:nth-child(2) li.point dl::after{
	content: "02";
}
.pointList ul:nth-child(3) li.point dl::after{
	content: "03";
}
.pointList ul:nth-child(4) li.point dl::after{
	content: "04";
}
.pointList ul:nth-child(5) li.point dl::after{
	content: "05";
}
@media screen and  (max-width:768px){
	.pointList ul li.point dl{
		min-height: 24vw;
		padding: 15px;
	}
	.pointList ul li.point dl::after{
		font-size: 90rem;
	}
	.pointList ul:nth-child(even) li.point dl::after{
		right: 0;
		left: auto;
	}
}

.facilityIcon{
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
}
.facilityIcon li{
	width: 80px;
    height: 80px;
    border-radius: 4px;
    background-color: #B70B10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-size: 12rem;
}
.facilityIcon li + li{
    margin-left: 12px;
}
.facilityIcon li span {
    display: block;
    margin-bottom: 8px;
}