/* smartphone header */
.first-view {
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}
#bg-video {
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background: url(../imgs/top/top.jpg) no-repeat;
	background-size: cover;
}
#bg-video source {
	width: auto;
	height: auto;
}
.dot {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: url(../imgs/top/overlay.png);
	background-size: auto;
	z-index: -9;
}
.main-title {
	margin: 0 auto;
	padding: 0;
}

header h1 img {
	width: 8rem;
	height: 8rem;
}
header h2 {
	color: var(--txt-white);
}
.acd span {
	background: var(--bg-white);
}
/* main */
.main {
	margin: -6.6rem 0 0 0;
	padding: 0;
}

/* first-view */
.first-view h1 {
	position: absolute;
	bottom: 45%;
	right: 0;
	font-family: 'Noto Serif JP', serif; 
	font-size: 14vw;
	font-weight: bold;
	font-style: italic;
}
.first-view h1 span.underline {
	padding-bottom: 0.2rem;
	border-bottom: solid 0.2rem;
}
.first-view h1 {
	color: var(--txt-white);
}

/* message */
.message {
	position: relative;
	background: var(--bg-index);
	padding-bottom: 6rem;
}
/* arrow */
.message {
	position: relative;
}
.arrow-container {
	position: absolute;
	top:-37.4rem;
	right: 4rem;
  overflow: hidden;
  width: 30rem;
  height: 40rem;
}
.arrow-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30rem;
}
.arrow-inner p {
	color: var(--txt-white);
  font-size: 1.4rem;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
	position: relative;
  overflow: hidden;
	margin: 5rem auto 0;
  width: 0.2rem;
  height: 20rem;
  background-color: var(--arrow-line-base);
}
.arrow::before {
  content: '';
	position: absolute;
  top: -25rem;
  left: 0;
	margin: 5rem auto 0;
  width: 0.2rem;
  height: 20rem;
  background-color: var(--arrow-line);
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
	}
}

.message-contents {
	padding: 5rem 4rem 2rem;
}
.message-contents p {
	margin: 0 0 2.4rem 0;
	color: var(--txt-message);
	font-family: 'Noto Serif JP', serif;
}
.message-contents p.key {
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-weight: bold;
}
.message .movie-link {
	margin: 0 auto;
	width: 34rem;
}
.message .movie-link > div {
	text-align: center;
}
.message .movie-link-btn {
	display: block;
	margin: 1rem auto 2rem;
	width:30rem;
	height: 8rem;
	border-radius: 4rem;
	background: #0CEBEB;
	background: -webkit-linear-gradient(left, #29ffc6, #20e3b2, #0CEBEB);
	background: -o-linear-gradient(left, #29ffc6, #20e3b2, #0CEBEB);
	background: linear-gradient(to right, #29ffc6, #20e3b2, #0CEBEB); 
	font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0rem;
	line-height: 1.3;
	text-align: center;
}
.message .movie-link-btn a {
	display: block;
	color: var(--txt-black);
	padding-top: 1rem;
}
.meesage .movie-link-btn span.sub {
	font-size: 1.6rem;
	line-height: 1;
}
.message .movie-link-btn i {
	margin-left: 1rem;
}
/* nav-link */
.nav-link {
	background: var(--bg-index);
}
.nav-link-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 66% 0 0;
}
.nav-link section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.introduction {
	background-image: url("../imgs/top/top_introduction.jpg");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
}
.ceo {
	background-image: url("../imgs/top/top_ceo.jpg");
	background-color:rgba(0,0,0,0.4);
	background-blend-mode:darken;
}
.interview {
	background-image: url("../imgs/top/top_interview.jpg");
	background-color:rgba(0,0,0,0.3);
	background-blend-mode:darken;
}
.training {
	background-image: url("../imgs/top/top_training.jpg");
	background-color:rgba(0,0,0,0.4);
	background-blend-mode:darken;
}
.company {
	background-image: url("../imgs/top/top_company.jpg");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
}
.jobinformation {
	background-image: url("../imgs/top/top_jobinformation.jpg");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
}
.nav-link section > a {
	display: block;
	height: 100%;
	color: var(--txt-white);
}
.nav-link h1 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 2rem 0 0 2rem;
}
.nav-link h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 0 2.8rem;
}
.nav-link p {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1rem 1rem 0 3.2rem;
}
.more-btn {
	position: absolute;
	bottom: 4rem;
	right: 2rem;
	display: block;
	width:15rem;
	height: 4rem;
	border-radius: 2rem;
	background: var(--bg-white);
	font-size: 2rem;
	font-style: italic;
	line-height: 2;
	letter-spacing: 0.3rem;
	text-align: center;
}
.more-btn {
	font-weight: bold;
	vertical-align: top;
}
.more-btn a {
	display: block;
	color: var(--top);
}
.more-btn i {
	margin-left: 1rem;
	vertical-align: middle;
}

@media (orientation: landscape) {
	.first-view .main-title h1 {
		bottom: 40%;
		right: 30%;
		font-size: 5vw;
	}
	
}

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

TABLET

------------------------------------------------------------------- */
@media screen and (min-width: 560px) {
	.main {
		margin: -11.6rem 0 0 0;
	}
	/* first-view */
	.first-view h1 {
		bottom: 35%;
		right: 10%;
		font-size: 10vw;
	}
	/* message */
	/* arrow */
	.arrow-container {
		top:-33rem;
		right: 4rem;
		width: 30rem;
		height: 35rem;
	}
	.arrow-wrap {
		height: 25rem;
	}
	.arrow-inner p {
		padding: 0.2rem 2rem 0 0;
		font-size: 1.4rem;
	}
	.arrow {
		width: 0.2rem;
		height: 15rem;
	}
	.arrow::before {
		top: -20rem;
		width: 0.2rem;
		height: 15rem;
	}
	@keyframes arrow {
		0% {
			-webkit-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
		}
		60% {
			-webkit-transform: translate3d(-50%, 150px, 0);
			transform: translate3d(-50%, 150px, 0);
		}
		100% {
			-webkit-transform: translate3d(-50%, 150px, 0);
			transform: translate3d(-50%, 150px, 0);
		}
	}
	.message-contents {
		padding: 8rem 8rem 2rem;
	}	
	.message .movie-link {
		width: 60rem;
	}
	.message .movie-link-btn {
		display: block;
		margin: 1rem auto 2rem;
		width:60rem;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.2;
	}
	.message .movie-link-btn i {
		margin-left: 2rem;
	}
	/* nav-link */
	.nav-link h1 {
		font-size: 6rem;
		margin: 6rem 0 0 6rem;
	}
	.nav-link h2 {
		font-size: 4rem;
		margin: 0 0 0 7rem;
	}
	.nav-link p {
		font-size: 2rem;
		margin: 1rem 4rem 0 8rem;
	}
	.more-btn {
		bottom: 12rem;
		right: 6rem;
		width:25rem;
		height: 6rem;
		border-radius: 3rem;
		font-size: 3rem;
	}
	.more-btn i {
		margin-left: 2rem;
	}  
}
@media (orientation: landscape) and (min-width: 560px) {
	.first-view .main-title h1 {
		bottom: 40%;
		right: 20%;
		font-size: 6vw;
	}
}
/* -------------------------------------------------------------------

PC  1280

------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
	/* first-view */
	.main {
		margin: 0;
	}
	.first-view .main-title h1 {
		bottom: 15%;
		right: 15%;
		font-size: 8rem;
	}
	/* arrow */
	.arrow-container {
		top:-33rem;
		right: 10rem;
		width: 30rem;
		height: 35rem;
	}
	/* message */
	.message {
		padding: 8rem 0;
	}
	.message-contents {
		width: 120rem;
		margin: 0 auto;
		padding: 5rem 4rem 2rem;
	}
	.message-contents p {
		margin: 0 0 2.4rem 0;
		color: var(--txt-message);
		font-family: 'Noto Serif JP', serif;
	}
	.message-contents p.key {
		margin-bottom: 4rem;
		font-size: 2.4rem;
		font-weight: bold;
	}
	
	.message .movie-link {
		margin: 6rem auto 0;
		width: 60rem;
	}
	.movie-link-btn.sp {
		display: none;
	}
	.movie-link-wipe-btn,
	.movie-link-wipe-btn::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.movie-link-wipe-btn {
		display: inline-block;
		position: relative;
		overflow: hidden;
		outline: none;
		margin: 1rem auto 2rem;
		padding-top: 1rem;
		width:60rem;
		height: 8rem;
		border-radius: 4rem;
		background: #0CEBEB;
		background: -webkit-linear-gradient(left, #29ffc6, #20e3b2, #0CEBEB);
		background: -o-linear-gradient(left, #29ffc6, #20e3b2, #0CEBEB);
		background: linear-gradient(to right, #29ffc6, #20e3b2, #0CEBEB); 
		color: var(--txt-black);
		font-size: 2rem;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 0.1rem;
		text-align: center;
		text-decoration: none;
		line-height: 1.3;
		z-index: 2;
		cursor: pointer;
	}
	.movie-link-wipe-btn::before {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
	}
	.movie-link-wipe-btn:hover {
		color: #fff;
	}
	.movie-link-wipe-btn:hover::before {
		left: 0;
		background: #F2994A;
		background: -webkit-linear-gradient(to right, #F77062, #FE5196);
		background: -o-linear-gradient(to right, #F77062, #FE5196);
		background: linear-gradient(to right, #F77062, #FE5196);
	}
	.movie-link-wipe-btn span.sub {
		font-size: 1.6rem;
		line-height: 1;
	}
	.movie-link-wipe-btn i {
		margin-left: 1rem;
	}
	/* nav-link */
	.three,
	.two {
		display: flex;
	}
	.three,
	.two,
	.full {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.three > .nav-link-wrap,
	.three-two {
		width: 50%;
	}
	.nav-link-wrap,
	.nav-link-wrap section {
		height: 40rem;
		padding-top: 0;
	}

	.three > .nav-link-wrap,
	section.introduction {
		height: 80rem;
	}
	.introduction {
		background-image: url("../imgs/top/top_introduction_pc.jpg");
	}
	.nav-link h1 {
		font-size: 5rem;
	}
	.nav-link h2 {
		font-size: 3rem;
	}
	.more-btn {
		bottom: 10rem;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width:80%;
		height: 6rem;
		border-radius: 3rem;
		font-size: 3rem;
	}
	.more-btn i {
		margin-left: 1.5rem;
		vertical-align: middle;
	} 
	.more-btn {
		-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all  0.3s ease;
	}
	.more-btn:hover {
		background: var(--top);
	}
	.more-btn a:hover {
		color: var(--txt-white);
	}
	.nav-link-wrap {
		overflow: hidden;
	}
	.nav-link-wrap section {
		transition: all 0.3s ease-out;
	}
	.nav-link-wrap section:hover {
		opacity: 0.5;
		transform: scale(1.05);
	}
}
