/* ----------
hokurikukizai.co.jp
2020. providesign

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
---------- */


#top-movie {}

.secIndexMovie {
	width: 100%;
	height: 100vw;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.secIndexMovie {
		height: 55vw;
	}
}

.secIndexMovie .bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.secIndexMovie .bg {
		height: auto;
	}
}

.movie-txt {
	width: 80%;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
}
@media (min-width: 768px) {
	.movie-txt {
		width: 40%;
		top: 27%;
	}
}



#top-info {
	margin-bottom: 2.5rem;
}

#top-info .top-info-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 768px) {
	#top-info .top-info-inner {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#top-info .top-info-inner .es-row1 {
		order: 2;
		width: 80%;
	}
	#top-info .top-info-inner .btn-continue {
		order: 1;
		width: 16%;
		margin-left: 0;
	}
}


#top-recruit {
	margin-bottom: 2.5rem;
	padding-top: 1.75rem;
}
@media (min-width: 768px) {
	#top-recruit {
		margin-bottom: 4rem;
		padding-top: 2.25rem;
	}
}

#top-recruit .recruit-banner {
	padding-bottom: 58%;
	background-image: url(../images/top/01-01-sp.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	#top-recruit .recruit-banner {
		padding-bottom: 31.5%;
		background-image: url(../images/top/01-01.jpg);
		background-size: 87% auto;
		margin-bottom: 1rem;
	}
}
#top-recruit a:hover .recruit-banner {
	opacity: .7;
}

#top-recruit a .btn-continue {
	width: 15rem;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding: 0.75rem 0;
	border: 1px solid #0047b3;
	background-color: #0047b3;
	border-radius: .375rem;
	color: #fff;
	transition: 0.5s;
}
#top-recruit a .btn-continue span {
	padding: 0.25rem 0 0.25rem .875rem;
	background-image: url(../images/parts/ico-aw6f-r.png);
	background-repeat: no-repeat;
	background-size: 0.5rem auto;
	background-position: left center;
}
#top-recruit a:hover .btn-continue {
	border: 1px solid #0047b3;
	background-color: #fff;
	border-radius: .375rem;
	color: #0047b3;
	transition: 0.5s;
}
#top-recruit a:hover .btn-continue span {
	background-image: url(../images/parts/ico-aw6a-r.png);
}
#top-recruit a:hover {
	text-decoration: none;
}


#top-business {
	margin-bottom: 3rem;
	padding-top: 1.75rem;
}
@media (min-width: 768px) {
	#top-business {
		background-color: #d8f1ff;
		padding-top: 5rem;
		padding-bottom: 4rem;
	}
}

#top-business .business-banner {
	padding: 60% 0 12%;
	background-image: url(../images/top/02-02-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
#top-business .business-banner p.text {
	font-size: .875rem;
	color: #fff;
	text-align: center;
}
#top-business a:hover .business-banner {
	opacity: .7;
}
@media (min-width: 576px) {
	#top-business .business-banner {
		background-size: 70% auto;
		padding: 44% 0 12%;
	}
}
@media (min-width: 768px) {
	#top-business .business-banner {
		padding: 16% 0 4% 62%;
		background-image: url(../images/top/02-02.png);
		background-size: 100% auto;
	}
	#top-business .business-banner p.text {
		font-size: .75rem;
	}
}
@media (min-width: 992px) {
	#top-business .business-banner {
		padding: 17% 0 6% 62%;
	}
	#top-business .business-banner p.text {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	#top-business .business-banner {
		padding: 18% 0 7% 62%;
	}
}


#top-business a .btn-continue {
	width: 15rem;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding: 0.75rem 0;
	border: 1px solid #fff;
	background-color: #0047b3;
	border-radius: .375rem;
	color: #fff;
	transition: 0.5s;
}
#top-business a .btn-continue span {
	padding: 0.25rem 0 0.25rem .875rem;
	background-image: url(../images/parts/ico-aw6f-r.png);
	background-repeat: no-repeat;
	background-size: 0.5rem auto;
	background-position: left center;
}
#top-business a:hover .btn-continue {
	border: 1px solid #0047b3;
	background-color: #fff;
	color: #0047b3;
	transition: 0.5s;
	opacity: 1;
}
#top-business a:hover .btn-continue span {
	background-image: url(../images/parts/ico-aw6a-r.png);
}
#top-business a:hover {
	text-decoration: none;
}



#top-company {
	margin-bottom: 3rem;
	padding-top: 1.75rem;
}
@media (min-width: 768px) {
	#top-company {
		margin-bottom: 3.5rem;
		padding-top: 2.25rem;
	}
}

#top-company .company-block {
	list-style-type: none;
	padding-left: 0;
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}
@media (min-width: 768px) {
	#top-company .company-block {
		margin-left: 0;
		margin-right: 0;
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	#top-company .company-block {
		width: 884px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.125rem;
	}
}

#top-company .company-block li {
	width: 50%;
	padding: 5px;
}
@media (min-width: 768px) {
	#top-company .company-block li {
		width: 33.33333%;
		padding: 12px;
	}
}

#top-company .company-block li a {
	display: block;
	border-radius: .25rem;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	height: 43vw;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: top 10vw center;
	padding-top: 33vw;
	transition: 0.5s;
}
#top-company .company-block li.company a {
	background-image: url(../images/top/03-01.png);
}
#top-company .company-block li.history a {
	background-image: url(../images/top/03-02.png);
}
#top-company .company-block li.access a {
	background-image: url(../images/top/03-03.png);
}
#top-company .company-block li.spica a {
	background-image: url(../images/top/03-04.png);
	background-size: 77% auto;
	padding-top: 31vw;
	line-height: 1.2;
}
#top-company .company-block li.sdgs a {
	background-image: url(../images/top/03-05.png);
}
#top-company .company-block li.inquiry a {
	background-image: url(../images/top/03-06.png);
}

#top-company .company-block li a:hover {
	background-position: top 8vw center;
	text-decoration: none;
	color: #0047b3;
	transition: 0.5s;
	box-shadow: 0 0 4px rgba(0,71,179,.8);
}

@media (min-width: 576px) {
	#top-company .company-block li a {
		height: 16.25rem;
	}
}
@media (min-width: 768px) {
	#top-company .company-block li a {
		height: 13.75rem;
		background-position: top 30% center;
		padding-top: 11.5rem;
	}
	#top-company .company-block li a:hover {
		background-position: top 25% center;
	}
	#top-company .company-block li.spica a {
		padding-top: 10.5rem;
	}
}
@media (min-width: 992px) {
	#top-company .company-block li a {
		height: 16.875rem;
		background-position: top 5rem center;
		padding-top: 13.75rem !important;
	}
	#top-company .company-block li a:hover {
		background-position: top 4rem center;
	}
}


#top-company .company-block li a span {
	padding-left: .75rem;
	background-image: url(../images/parts/ico-aw6a-r.png);
	background-repeat: no-repeat;
	background-size: .5rem auto;
	background-position: left center;
}
#top-company .company-block li.spica a span {
	padding-left: 1rem;
	background-image: url(../images/parts/pts-blank-w.png);
	background-repeat: no-repeat;
	background-size: .875rem auto;
	background-position: left center;
}
@media (min-width: 992px) {
	#top-company .company-block li.spica a span {
		padding-left: 1.125rem;
		background-size: 1rem auto;
	}
}



#top-blog {
	padding-top: 1.75rem;
	padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
	#top-blog {
		background-color: #d8f1ff;
		padding-top: 5rem;
		padding-bottom: 3.75rem;
	}
	#top-blog .btn-continue a:hover {
		background-color: #fff;
	}
}






