@charset "utf-8";


.keyvisual {
	width: 100%;
	height: 100vh;
	min-height: 450px;
	padding: 5vw;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.keyvisual:before,
.keyvisual:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.keyvisual:before {
	border: 10px solid rgba(255, 255, 255, 1);
	z-index: 2;
}

.keyvisual:after {
	background: -webkit-linear-gradient(135deg, rgba(70, 115, 180, .9), rgba(63, 176, 146, .9), rgba(128, 195, 28, .9));
	background: -ms-linear-gradient(135deg, rgba(70, 115, 180, .9), rgba(63, 176, 146, .9), rgba(128, 195, 28, .9));
	background: linear-gradient(135deg, rgba(70, 115, 180, .9), rgba(63, 176, 146, .9), rgba(128, 195, 28, .9));
	z-index: 1;
	opacity: .8;
	background-size: 300% 300%;
	-webkit-animation: MoveBG 10s ease infinite;
			animation: MoveBG 10s ease infinite;
}

@-webkit-keyframes MoveBG {
	0% {
		background-position: 0% 84%;
	}
	50% {
		background-position: 100% 16%;
	}
	100% {
		background-position: 0% 84%;
	}
}

@keyframes MoveBG {
	0% {
		background-position: 0% 84%;
	}
	50% {
		background-position: 100% 16%;
	}
	100% {
		background-position: 0% 84%;
	}
}

.video-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale3d(1.1, 1.1, 1.1);
}

.video-wrap video {
	position: relative;
	z-index: 0;
}

.video-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/home/img_bg_keyvisual.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .5;
}

.keyvisual__catch,
.keyvisual__nav {
	position: relative;
	z-index: 5;
}

.keyvisual__catch {
	min-height: 0%;
}

.keyvisual__catch__en {
	max-width: 700px;
	margin-bottom: calc(20px + 1vw);
}

.keyvisual__catch__jp {
	max-width: 410px;
	margin: 0 auto;
	padding: 0 5vw;
}

.keyvisual__icon {
	width: 20px;
	height: 40px;
	display: block;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 10px);
	bottom: calc(50px + 5vh);
	z-index: 3;
	box-sizing: border-box;
}

.keyvisual__icon:before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: calc(50% - 2px);
	-webkit-animation: kvIcon 2000ms ease 0ms infinite;
			animation: kvIcon 2000ms ease 0ms infinite;
}

@-webkit-keyframes kvIcon {
	0% { opacity: 0; transform: translateY(0); }
	20% { opacity: 1; transform: translateY(0); }
	80% { opacity: 1; transform: translateY(20px); }
	100% { opacity: 0; transform: translateY(20px); }
}

@keyframes kvIcon {
	0% { opacity: 0; transform: translateY(0); }
	20% { opacity: 1; transform: translateY(0); }
	80% { opacity: 1; transform: translateY(20px); }
	100% { opacity: 0; transform: translateY(20px); }
}

.pageOpening {
	background-color: rgba(0, 0, 0, 1);
}

#homeContents {
	width: 100%;
	background-color: rgba(243, 243, 243, 1);
	position: fixed;
	top: calc(100% * 0.2);
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.topscrl #homeContents {
	position: static;
	top: 0;
	transform: translateX(0);
}


@media screen and ( max-width: 800px ) {

	.keyvisual:before {
		border-width: 5px;
	}

}


@media screen and ( max-height: 600px ) {

	.keyvisual__catch__en {
		max-width: 500px;
	}

	.keyvisual__catch__jp {
		width: 300px;
	}

}


/*------------------------------------*/


.index-section {
	overflow: hidden;
}

.index-section--space {
	overflow: hidden;
	display: block;
	padding: calc(40px + 5vw) 5vw;
	text-decoration: none;
}

.index-section__title {
	margin: calc(10px + 2vw) 0;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .2em;
	color: rgba(0, 0, 0, 1);
}

.index-section__title a {
	margin: 0 auto;
	display: table;
	text-decoration: none;
}

.index-section__title--nospaceTop {
	
	margin-top: 0 !important;
}

.index-section__title .en {
	display: table;
	margin: 0 auto;
	line-height: 1.2;
	letter-spacing: normal;
}

.index-section__title--sub {
	margin: calc(5px + 1vw) 0;
}


@media screen and ( max-width: 680px ) {

	.index-section__title {
		font-size: 1.5rem;
	}

	.index-section__title .en {
		font-size: 3rem;
	}

	.index-section__title--sub {
		font-size: 1.2rem;
	}

	.index-section__title--sub .en {
		font-size: 2.2rem;
	}

}


@media screen and ( min-width: 681px ) {

	.index-section__title {
		font-size: 1.6rem;
	}

	.index-section__title .en {
		font-size: 5rem;
	}

	.index-section__title--sub {
		font-size: 1.4rem;
	}

	.index-section__title--sub .en {
		font-size: 3rem;
	}

}


/*------------------------------------*/


.vision__catch {
	margin: calc(20px + 2vw) 0;
	margin-right: -.4em;
	display: block;
	text-align: center;
	letter-spacing: .2em;
	color: rgba(0, 0, 0, 1);
}

.vision__txt {
	text-align: center;
}

.vision__btn {
	margin: 0 auto;
	margin-top: calc(30px + 2vw);
}


@media screen and ( max-width: 680px ) {

	.vision__catch {
		font-size: 2rem;
	}

}


@media screen and ( min-width: 681px ) {

	.vision__catch {
		font-size: 4rem;
	}

}


/*------------------------------------*/


.recruit-index {
	display: -webkit-flex;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	-webkit-align-items: center;
			align-items: center;
}

.recruit-index:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/home/img_recruit.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .7;
}

.recruit-index__wrap {
	position: relative;
	z-index: 1;
}

.recruit-index__title a {
	color: rgba(255, 255, 255, 1) !important;
}

.recruit-index__tex {
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.recruit-index__btn {
	margin: 0 auto;
}

.recruit__list__item {
	position: relative;
}

.recruit__list__item:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
}

.recruit__list__anchor {
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
}

.recruit__list__anchor:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	background: -ms-linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	background: linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.recruit__list__anchor:hover:after  {
	opacity: 1;
}

.recruit__list__wrap {
	width: 100%;
	box-sizing: border-box;
}

.recruit__list__title,
.recruit__list__txt {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.recruit__list__txt {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.recruit__list__item .swiper-container {
/* 	width: 100%; */
	width: calc(100vw / 3);
}

.rectuit__infographics .swiper-slide {
	text-align: center;
}

.rectuit__infographics img {
	max-width: 400px;
	margin: 0 auto;
}


@media screen and ( max-width: 680px ) {

	.recruit-index {
		height: 240px;
	}

	.recruit-index__wrap {
		width: 100%;
	}

	.index-section__title {
		margin-bottom: calc(20px + 2vw);
		text-align: left;
	}

	.recruit-index__tex {
		display: none;
	}

	.recruit__list__item:after {
		width: 100%; 
		height: 1px;
		bottom: 0;
		left: 0;
	}

	.recruit__list__anchor {
		width: 100%;
		height: 100px;
		display: flex;
		-webkit-flex-direction: row-reverse;
				flex-direction: row-reverse;
		-webkit-align-items: center;
				align-items: center;
	}

	.recruit__list .index-section__title {
		margin-bottom: 0;
	}

	.recruit__list .index-section__title .en {
		margin-left: 0;
		margin-right: 0;
	}

	.recruit__list__txt,
	.recruit-index__btn {
		display: none;
	}

	.recruit__list__wrap {
		width: calc(100% - 120px);
	}

	.rectuit__infographics,
	.rectuit__interview,
	.rectuit__crosstalk {
		width: 100px;
		height: 100px;
		margin: 0;
		margin-right: 20px;
		background-color: rgba(255, 255, 255, 1);
		-webkit-flex: 0 0 100px;
				flex: 0 0 100px;
	}

	.rectuit__interview img {
		position: relative;
		top: -15px;
	}

	.rectuit__infographics .pc,
	.rectuit__crosstalk .pc {
		display: none;
	}

}


@media screen and ( min-width: 681px ) {

	.recruit {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		overflow: visible;
	}

	.recruit-index {
		height: 420px;
	}

	.recruit-index__wrap {
		width: 50%;
	}

	.recruit__list,
	.recruit__list__item {
		display: -webkit-flex;
		display: flex;
	}

	.recruit__list__item {
		width : calc(100% / 3);
		-webkit-flex: 1;
				flex: 1;
	}

	.recruit__list__item:after {
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
	}

	.recruit__list__anchor {
		width: 100%;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}

	.recruit__list__anchor:hover {
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
	}

	.recruit__list__wrap {
		padding: calc(20px + 2vw);
	}

	.recruit__list__item .swiper-container {
		margin-top: auto;
	}

	.rectuit__infographics .sp,
	.rectuit__crosstalk .sp {
		display: none;
	}

}


/*------------------------------------*/


.news__list {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.news__item {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.news__anchor {
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.news__anchor:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	background: -ms-linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	background: linear-gradient(135deg, rgba(128, 195, 28, .1), rgba(63, 176, 146, .1), rgba(70, 115, 180, .1));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.news__anchor:hover:before  {
	opacity: 1;
}


.news__date,
.news__category,
.news__title {
	position: relative;
	z-index: 1;
}

.news__date,
.news__category {
	font-size: 1.2rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, .75);
	box-sizing: border-box;
}

.news__date {
	border-right: 1px solid rgba(0, 0, 0, .15);
}

.news__title {
	font-size: 1.4rem;
	line-height: 1.8;
}

.news__btn {
	margin-top: calc(30px + 2vw);
}

.news__btn .btn {
	margin: 0 auto;
}


@media screen and ( max-width: 680px ) {

	.news__anchor {
		padding: 20px 0;
	}

	.news__date,
	.news__category {
		text-align: center;
		line-height: 20px;
	}

	.news__date {
		padding-right: 20px;
	}

	.news__category {
		padding-left: 20px;
	}

	.news__title {
		width: 100%;
		margin-top: 10px;
	}

}


@media screen and ( min-width: 681px ) {

	.news__anchor {
		padding: 10px 0;
	}

	.news__date,
	.news__category,
	.news__title {
		height: 40px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.news__date,
	.news__category {
		width: 120px;
		border-right: 1px solid rgba(0, 0, 0, .15);
		-webkit-justify-content: center;
				justify-content: center;
	}

	.news__title {
		padding: 0 40px;
	}

}