@charset "utf-8";
/* CSS Document */
.head_nav a:nth-of-type(5)::after{
	display: block;
}

.recruit_top{
	position: relative;
}
.recruit_top .titlebox{
	position: absolute;
	bottom: 5%;
	right: 10%;
	z-index: 9;
	align-items: flex-end;
}
body:not(.gjs-dashed) .recruit_top.on.active .titlebox{
	animation-name: blurin2;
	animation-delay: 1.8s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.recruit_top .titlebox .en{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(35px,7.0vw,75px);
	font-weight: 500;
	font-style: italic;
}

.top_intro{
	position: relative;
	padding-top: 30vh;
	padding-bottom: 30vh;
	z-index: 99;
	background-color: #000000;
}
.top_intro .contents{
	max-width: 570px;
	position: relative;
	z-index: 9;
}
body:not(.gjs-dashed) .top_intro .img1{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	z-index: 1;
}
body:not(.gjs-dashed) .top_intro .img1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}
body:not(.gjs-dashed) .top_intro .img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
body:not(.gjs-dashed) .top_intro .img2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 45%;
	z-index: 1;
}
body:not(.gjs-dashed) .top_intro .img2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	background: linear-gradient(80deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
}
body:not(.gjs-dashed) .top_intro .img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

.cate2 .contents > div{
	width: 50%;
}
.cate2 .contents .txtbox{
	padding-left: 5%;
}
.cate2 .contents .txtbox h3{
	font-size: clamp(20px,2.8vw,32px);
}
.cate2 .contents .txtbox .check_wrap p{
	position: relative;
	padding-left: 45px;
}
.cate2 .contents .txtbox.sc-anime.on .check_wrap p{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(1){
	animation-delay: 0.2s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(2){
	animation-delay: 0.4s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(3){
	animation-delay: 0.6s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(4){
	animation-delay: 0.8s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(5){
	animation-delay: 1.0s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(6){
	animation-delay: 1.2s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(7){
	animation-delay: 1.4s;
}
.cate2 .contents .txtbox.sc-anime.on.active .check_wrap p:nth-of-type(8){
	animation-delay: 1.6s;
}
.cate2 .contents .txtbox .check_wrap p::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	aspect-ratio: 1 / 1;
	background-image: url("https://dragon-f.co.jp/system_panel/uploads/images/check_icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cate2 .contents .txtbox .check_wrap p:not(:last-of-type){
	margin-bottom: 20px;
}

.cate2 .recruit_banner a {
	padding: 30px 50px;
	gap: 30px;
}
.cate2 .recruit_banner a .arrow{
	width: 40px;
	transition: ease 0.3s;
}
.cate2 .recruit_banner a:hover .arrow{
	transform: translateX(3px);
}
.table_list .boxwrap .box{
	align-items: stretch;
	background-color: #242424;
	border-bottom: 1px solid #5C5C5C;
}
.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
	padding: 30px;
	justify-content: flex-start;
}
.table_list .boxwrap .box h3{
	background-color: #292929;
	color: #fff;
	width: 30%;
}
.table_list .boxwrap .box p{
	width: 70%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .contents .txtbox .check_wrap p{
		padding-left: 41px;
	}
	.cate2 .contents .txtbox .check_wrap p::after{
		width: 26px;
	}
	.table_list .boxwrap .box h3{
		width: 35%;
	}
	.table_list .boxwrap .box p{
		width: 65%;
	}
	.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
		padding: 20px 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	body:not(.gjs-dashed) .top_intro .img1{
		width: 60%;
		height: 50%;
	}
	body:not(.gjs-dashed) .top_intro .img2{
		width: 50%;
		height: 45%;
	}
	.cate2 .contents .txtbox{
		padding-left: 30px;
	}
	.cate2 .contents .txtbox .check_wrap p{
		padding-left: 39px;
	}
	.cate2 .contents .txtbox .check_wrap p::after{
		width: 24px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body:not(.gjs-dashed) .top_intro .img1{
		width: 90%;
		height: 50%;
	}
	body:not(.gjs-dashed) .top_intro .img2{
		width: 70%;
		height: 45%;
	}
	.cate2 .contents .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.cate2 .contents .txtbox{
		width: 100%;
		padding-left: 0px;
	}
	.cate2 .contents .txtbox .check_wrap p{
		padding-left: 35px;
	}
	.cate2 .contents .txtbox .check_wrap p::after{
		width: 20px;
	}
	.table_list .boxwrap .box h3{
		width: 100%;
	}
	.table_list .boxwrap .box p{
		width: 100%;
	}
	.table_list .boxwrap .box h3,.table_list .boxwrap .box p{
		padding: 15px 15px;
	}
	.table_list .boxwrap .box h3{
		justify-content: center;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

