@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.mainVisual {
	height: 100rem;
	position: relative;
	background: url("../img/index/main_visual_bg.jpg") no-repeat center center;
	background-size: cover;
}
.mainVisual .textImg {
	position: absolute;
	left: 5.85%;
	top: 50%;
	transform: translateY(-50%);
}
#main .service {
	padding-top: 73px;
}
#main .service .imgBox {
	margin-bottom: 60px;
	justify-content: flex-end;
}
#main .service .imgBox:last-child {
	margin-bottom: 0 !important;
}
#main .service .pho {
	width: calc(50% - 100px);
	order: 1;
}
#main .service .pho img {
	width: 100%;
}
#main .service .textBox {
	width: 698px;
	padding: 11px 0;
}
#main .service p {
	margin-bottom: 61px;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 500;
    padding-right: 50px;
}
#main .service .link {
	width: 250px;
}
#main .service .link a {
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: 500;
	border-radius: 5rem;
	background-image:linear-gradient( to right, #00468c 25%, #0085B2 100%);
}
#main .service .link a:hover {
	opacity: 0.7;
}
#main .news {
	padding: 88px 0 130px;
	background-color: #F4F6F8;
}
#main .news .inner {
	width: 1196px;
	margin: 0 auto;
}
#main .news .headLine01 {
	margin-bottom: 14px;
	text-align: left;
}
#main .news h2 span {
	margin-bottom: -2px;
	font-size: 6rem;
	font-weight: 400;
}
#main .news dl {
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .news dt {
	padding-top: 28px;
	float: left;
}
#main .news dd {
	padding: 28px 0 27px 9.4em;
	border-bottom: 1px solid #ccc;
}
#main .company a {
	min-height: 800px;
	display: block;
	position: relative;
	background: url(../img/index/company_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main .company a::before {
	transition: 0.3s all ease;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 149, 205, 0.4);
	-webkit-backdrop-filter: blur(10px) brightness(100%);
	backdrop-filter: blur(10px) brightness(100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
#main .company .headLine02 {
	width: 1196px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%,-76%);
}
#main .company .headLine02 .jp::before {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#main .news dd a:hover {
		text-decoration: underline;
	}
	#main .company a:hover::before {
		-webkit-transform: translateX(0%);
        transform: translateX(0%);
	}
}

@media all and (max-width: 896px) {
	.mainVisual {
		height: 32rem;
	}
	.mainVisual .textImg {
		left: 20px;
		width: 260px;
	}
	#main .service {
		padding-top: 40px;
	}
	#main .service .imgBox {
		margin-bottom: 30px;
		display: block;
	}
	#main .service .pho {
		width: auto;
	}
	#main .service .textBox {
		width: auto;
		padding: 20px;
	}
	#main .service p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#main .service .link a {
		height: 5rem;
		font-size: 1.6rem;
	}
	#main .news {
		padding: 40px 20px;
	}
	#main .news .inner {
		width: auto;
	}
	#main .news .headLine01 {
		margin-bottom: 10px;
	}
	#main .news h2 span {
		margin-bottom: -6px;
		font-size: 4.5rem;
	}
	#main .news dt {
		padding-top: 15px;
	}
	#main .news dd {
		padding: 15px 0 15px 6.4em;
	}
	#main .company a {
		min-height: 300px;
	}
	#main .company .headLine02 {
		width: calc(100% - 40px);
		transform: translate(-50%,-50%);
	}
}