@charset "UTF-8";

.top-page main {
	overflow-x: hidden;
}
.top-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.top-slide .swiper-slide {
	width: 100%;
	padding: 53% 0 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide01 {
	background-image: url("../img/top_img/slide01.jpg");
}
.slide02 {
	background-image: url("../img/top_img/slide02.jpg");
}
.slide03 {
	background-image: url("../img/top_img/slide03.jpg");
}
.slide04 {
	background-image: url("../img/top_img/slide04.jpg");
}
.slide05 {
	background-image: url("../img/top_img/slide05.jpg");
}

@media screen and (max-width: 767px) {
	.top-slide {
		width: 100%;
		height: 100%;
		position: relative;
		margin: 40px 0 40px;
	}
	.top-slide .swiper-slide {
		width: 100%;
		padding: 53% 0 0;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

.top-block {
	padding: 80px 0;
}
.top-page ul.bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-message .bnr-list {
	width: 100%;
	position: relative;
	margin: 50px auto 0;
}
.top-message .bnr-list li {
	width: 48%;
	position: relative;
}
.top-about {
	margin: 150px 0 0;
	padding: 200px 0;
	background: url("../img/top_img/top-about-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.top-about .block-ttl {
	position: absolute;
	top: -100px;
}
.top-about .bnr-list li {
	width: 23%;
	position: relative;
	transition: all .4s;
}
.top-about .bnr-list li:after {
	background: rgba(255,255,255,0.00);
	width: 100%;
	height: 100%;
	filter: blur(10px);
	will-change: filter; /* or transform */
	top: 10px;
	transition: all .4s;
}
.top-about .bnr-list li:hover:after {
	background: rgba(255,255,255,0.20);
}
.top-about .bnr-list li .btn-txt p {
	color: #FFF;
	font-size: min(1.6vw,18px);
}
.top-work .bnr-list {
	width: 100%;
	max-width: 740px;
	position: relative;
	margin: 50px auto 0;
}
.top-work .bnr-list li {
	width: 100%;
	position: relative;
}
.top-growth {
	position: relative;
}
.top-growth:before {
	width: 96%;
	height: 100%;
	background: #F5F8F8;
	z-index: -1;
	left: 2%;
	top: 207px;
}
.top-growth .bnr-list {
	width: 100%;
	margin: 50px auto 0;
}
.top-growth .bnr-list li {
	width: 48%;
	position: relative;
	margin-bottom: 4%;
}
.top-culture {
	margin: 150px 0 0;
	padding: 200px 0;
	background: url("../img/top_img/top-culture-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.top-culture .block-ttl {
	position: absolute;
	top: -100px;
}
.top-culture .bnr-list {
	justify-content: center!important;
}
.top-culture .bnr-list li {
	width: 23%;
	margin: 0 1.5% 0;
	position: relative;
	transition: all .4s;
}
.top-culture .bnr-list li:after {
	background: rgba(255,255,255,0.00);
	width: 100%;
	height: 100%;
	filter: blur(10px);
	will-change: filter; /* or transform */
	top: 10px;
	transition: all .4s;
}
.top-culture .bnr-list li:hover:after {
	background: rgba(255,255,255,0.20);
}
.top-culture .bnr-list li .btn-txt p {
	color: #FFF;
	font-size: min(1.6vw,18px);
}


.sliderInterview {
	width: 100%;
	margin: 50px 0 0;
	padding: 80px 0 0;
	background: url("../img/common_img/wave.jpg") no-repeat center center;
	background-size: auto 100%;
}
.sliderInterview .swiper-slide {
	position: relative;
}
.sliderInterview .swiper-slide .int-btn-txt {
	opacity: 0;
	transition: all .5s;
}
.sliderInterview .swiper-slide:hover .int-btn-txt {
	opacity: 1;
}


@media screen and (max-width: 767px) {
	.top-block {
		padding: 60px 0;
	}
	.top-page ul.bnr-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-message .bnr-list {
		width: 100%;
		position: relative;
		margin: 30px auto 0;
	}
	.top-message .bnr-list li {
		width: 48%;
		position: relative;
	}
	.top-about {
		margin: 70px 0 0;
		padding: 100px 0;
		background: url("../img/top_img/top-about-bg.jpg") no-repeat center center;
		background-size: cover;
		position: relative;
	}
	.top-about .block-ttl {
		position: absolute;
		top: -70px;
	}
	.top-about .bnr-list li {
		width: 48%;
		position: relative;
		transition: all .4s;
	}
	.top-about .bnr-list li .btn-txt p {
		color: #FFF;
		font-size: min(1.6vw,18px);
	}
	.top-work .bnr-list {
		width: 100%;
		max-width: 740px;
		position: relative;
		margin: 30px auto 0;
	}
	.top-work .bnr-list li {
		width: 100%;
		position: relative;
	}
	.top-growth {
		position: relative;
	}
	.top-growth:before {
		width: 96%;
		height: 100%;
		background: #F5F8F8;
		z-index: -1;
		left: 2%;
		top: 207px;
	}
	.top-growth .bnr-list {
		width: 100%;
		margin: 30px auto 0;
	}
	.top-growth .bnr-list li {
		width: 48%;
		position: relative;
		margin-bottom: 4%;
	}
	.top-culture {
		margin: 70px 0 0;
		padding: 100px 0;
		background: url("../img/top_img/top-culture-bg.jpg") no-repeat center center;
		background-size: cover;
		position: relative;
	}
	.top-culture .block-ttl {
		position: absolute;
		top: -70px;
	}
	.top-culture .bnr-list {
		justify-content: space-between!important;
	}
	.top-culture .bnr-list li {
		width: 48%;
		margin: 0 0 0;
		position: relative;
		transition: all .4s;
	}
	.top-culture .bnr-list li:after {
		background: rgba(255,255,255,0.00);
		width: 100%;
		height: 100%;
		filter: blur(10px);
		top: 10px;
		transition: all .4s;
	}
	.top-culture .bnr-list li:hover:after {
		background: rgba(255,255,255,0.20);
	}
	.top-culture .bnr-list li .btn-txt p {
		color: #FFF;
		font-size: min(1.6vw,18px);
	}


	.sliderInterview {
		width: 100%;
		padding: 0;
		margin: 30px 0 0;
		background: url("../img/common_img/wave.jpg") no-repeat top center;
		background-size: cover;
	}
	.sliderInterview .swiper-slide {
		position: relative;
	}
	.sliderInterview .swiper-slide .int-btn-txt {
		opacity: 1;
		transition: all .5s;
	}
	.sliderInterview .swiper-slide:hover .int-btn-txt {
		opacity: 1;
	}
}
@media screen and (max-width: 480px) {
	.top-message .bnr-list li {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.top-about .bnr-list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.top-about .bnr-list li .btn-txt p {
		color: #FFF;
		font-size: 13px;
	}
	.top-growth .bnr-list li {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.top-culture .bnr-list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.top-culture .bnr-list li .btn-txt p {
		color: #FFF;
		font-size: 13px;
	}
}


.hum-bnr {
	position: absolute;
	width: 30%;
	max-width: 410px;
	bottom: 20px;
	z-index: 2;
	right: 0;
}

@media screen and (max-width: 767px) {
	.hum-bnr {
		position: absolute;
		width: 70%;
		max-width: 310px;
		bottom: auto;
		top: 88%;
		z-index: 2;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
	}
}