@charset "UTF-8";
.fv_section{
	background: #000;
}

.fv_text{
	color: #fff;
	padding: .6em 5px 0;
	margin-bottom: -1em;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: .5em;
	font-size: min(4.5vw, 380%);
	line-height: 1;
	position: relative;
	z-index: 2;
	text-shadow:
	3px 0 5px rgba(0,0,0,.4),
	-3px 0 5px rgba(0,0,0,.4),
	0 3px 5px rgba(0,0,0,.4),
	0 -3px 5px rgba(0,0,0,.4),
	3px 3px 5px rgba(0,0,0,.4),
	-3px 3px 5px rgba(0,0,0,.4),
	3px -3px 5px rgba(0,0,0,.4),
	-3px -3px 5px rgba(0,0,0,.4)
	;
	font-family: 'Anton', sans-serif;
}
.fv_text .txt1{
	font-size: 160%;
	color: #f51f1f;
}
.fv_text .txt2{
	font-size: 130%;
}
@media (max-width: 960px) {
}
@media (max-width: 700px) {
}


.fvimage{
	display: flex;
	align-items: flex-end;
}
.fvimage .imagebox{
	flex: 1;
	background: #eee;
	min-height: 800px;
	position: relative;
}
.fvimage .imagebox video{
	position: absolute;
	left:0;
	top:0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.fv_img_txt{
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom:1.5em;
	width: 100%;
	font-size: min(4.5vw, 280%);
	padding-left: 20px;
	text-shadow:
	3px 0 5px rgba(0,0,0,.4),
	-3px 0 5px rgba(0,0,0,.4),
	0 3px 5px rgba(0,0,0,.4),
	0 -3px 5px rgba(0,0,0,.4),
	3px 3px 5px rgba(0,0,0,.4),
	-3px 3px 5px rgba(0,0,0,.4),
	3px -3px 5px rgba(0,0,0,.4),
	-3px -3px 5px rgba(0,0,0,.4)
	;
}
.fv_img_txt .txt1{
	line-height: 1.1;
    font-size: 154%;
}
.fv_img_txt .txt2{
	font-size: 0.23em;
    font-weight: normal;
}
.fvimage .linkbox{
	width: 120px;
}
.fvimage .linkbox .box{
	display: flex;
	height: 340px;
	text-decoration: none;
	padding: 2em 1em;
	font-weight: bold;
}
.fvimage .linkbox .box.recruit{
	background: #d90000;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	font-size: 180%;
	line-height: 1;
	gap: .7em;
	padding: 0;
	transition: background .3s;
}
.fvimage .linkbox .box.recruit:hover{
	background: #ff3232;
}
.fvimage .linkbox .box.recruit::after{
	content: "";
	display: block;
	height: 3px;
	width: 1.8em;
	background: #fff;
}
.fvimage .linkbox .box.scroll{
	font-size: 90%;
	line-height: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5em;
	background: #fff;
}
.fvimage .linkbox .box.scroll::after{
	content: "";
	display: block;
	width: 1px;
	height: 7em;
	background-image:linear-gradient(to bottom,
		#333 0%,
		#333 100%);
	background-repeat: no-repeat;
	margin-left: .5em;
	animation-name:fv_scroll;
	animation-iteration-count:infinite;
	animation-duration:2s;
}
@keyframes fv_scroll{
	0%{
		background-size: 100% 0;
		background-position:center top;
	}
	50%{
		background-size: 100% 100%;
		background-position:center top;
	}
	51%{
		background-size: 100% 100%;
		background-position:center bottom;
	}
	100%{
		background-size: 100% 0;
		background-position:center bottom;
	}
}
.fvimage .linkbox .inner{
	display: block;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fv_item{
	position: relative;
	z-index: 2;
	margin-top: -3em;
}
.fv_item .img{
	width: 100%;
	max-width: 440px;
}
@media (max-width: 1160px) {
	.fvimage .imagebox{
		min-height: 90vw;
	}
	.fvimage .linkbox{
		width: 70px;
	}
	.fvimage .linkbox .box{
		height: 280px;
	}
	.fvimage .linkbox .box.recruit{
		gap: .8em;
		font-size: 130%;
	}
	.fvimage .linkbox .box.recruit::after{
		width: .7em;
	}
	.fvimage .linkbox .box.scroll{
		font-size: 80%;
	}
	.fvimage .linkbox .box.scroll::after{
		height: 5.5em;
	}
}
@media (max-width: 960px) {
	.fv_item{
		margin-top: -4vw;
		margin-bottom: 2vw;
	}
	.fv_item .img{
		max-width: 40vw;
	}
}
@media (max-width: 700px) {
	.fvimage .linkbox{
		width: 9vw;
		height: 90vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.fvimage .linkbox .box{
		height: 40%;
	}
	.fvimage .linkbox .box.recruit{
		gap: 20%;
		font-size: 3vw;
	}
	.fvimage .linkbox .box.recruit::after{
		width: 20%;
	}
	.fvimage .linkbox .box.scroll{
		font-size: 1.8vw;
		gap: .5em;
		padding-bottom: 5px;
	}
	.fvimage .linkbox .box.scroll .inner{
		height: 9em;
	}
	.fvimage .linkbox .box.scroll::after{
		height: calc(100% - 9em);
	}
}
@media (max-width: 480px) {
	.fvimage .linkbox .box.scroll .inner{
		height: 11em;
	}
	.fvimage .linkbox .box.scroll::after{
		height: calc(100% - 11em);
	}
}
@media (max-width: 430px) {
	.fvimage .linkbox .box{
		height: 45%;
	}
	.fvimage .linkbox .box.scroll .inner{
		height: 14em;
	}
	.fvimage .linkbox .box.scroll::after{
		height: calc(100% - 14em);
	}
}


/*  */
.top_sectionmargin1{
	margin-top: 6em;
}
@media (max-width: 960px) {
	.top_sectionmargin1{
		margin-top: 4em;
	}
}


/*  */
.isoimg{
	width: 100%;
	max-width: 240px;
	margin-bottom: 2em;
	background: #fff;
	padding: 1em;
}


/*  */
.gallery_section{
	background: url(../img/bg2.webp) center top;
	background-size: cover;
	color: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
}


/*  */
.company_section{
	background: #000;
	color: #fff;
	padding: 6em 0;
}
.company_image .img{
	object-fit: cover;
	width: 100%;
	height: 500px;
}
@media (max-width: 960px) {
	.company_section{
		padding: 4em 0;
	}
	.company_image .img{
		height: 32vw;
	}
}


/*  */
.recruit_section{
	position: relative;
	background: url(../img/top/recruit_bg.webp) center center;
	background-size: cover;
	color: #fff;
	padding-top: 6em;
	padding-bottom: 6em;
}
.recruit_section::before{
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: rgba(217, 0, 0, .7);
	width: 100%;
	height: 100%;
}
.recruit_section .inner{
	position: relative;
	z-index: 2;
}
@media (max-width: 960px) {
	.recruit_section{
		padding-top: 4em;
		padding-bottom: 4em;
	}
}