@charset "utf-8";
.mv_area{
	position: relative;
	height: calc(100svh - 80px);
	overflow: hidden;
}
.mv_area video{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.mv_copy{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	font-weight: bold;
	font-size: 6.4rem;
	line-height: 10.24rem;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.home_h2{
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.2rem;
	padding-bottom: 20px;
}
.home_h2::before{
	content: attr(data-en);
	display: block;
	font-family:var(--font_inter);
	font-weight: bold;
	font-size: 5.4rem;
	line-height: 5.12rem;
	pointer-events: none;
}
.home_h2::after{
	content:'';
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #CC0000;
}
.home_h2 span{
	padding-left: 20px;
	margin-bottom: 7px;
	border-left: 1px solid #222;
}
.link_btn{width: 200px;}
.intro_area{
	position: relative;
	max-width: 1160px;
	padding: 90px 30px 80px;
	margin: 0 auto;
	text-align: center;
}
.intro_area::before{
	content: '';
	position: absolute;
	top: -130px;
	left: 100px;
	width: 524px;
	height: 494px;
	background: url(/ja/recruit/img/index/bg_message_1.png) no-repeat center / cover;
	z-index: -1;
	pointer-events: none;
}
.intro_area::after{
	content: '';
	position: absolute;
	bottom: -130px;
	right: 0;
	width: 720px;
	height: 526px;
	background: url(/ja/recruit/img/index/bg_message_2.png) no-repeat center / cover;
	z-index: -1;
	pointer-events: none;
}
.intro_ttl{
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 5.12rem;
	color: #CC0000;
	margin-bottom: 30px;
}
.intro_txt p{
	font-weight: bold;
	font-size: 2rem;
	line-height: 4.4rem;
	margin-bottom: 15px;
}
.intro_txt p span{color: #CC0000;}
.ideal_candidate_area{
	display: flex;
	flex-direction: column-reverse;
	max-width: 1160px;
	padding: 0 30px 110px;
	margin: 0 auto;
}
.ideal_candidate_box{
	position: relative;
	top: -15px;
	margin-bottom: -15px;
}
.ideal_candidate_ttl{
	font-weight: bold;
	font-size: 3rem;
	line-height: 4.8rem;
	margin-bottom: 25px;
	text-align: center;
}
.ideal_candidate_ttl::before{
	content: attr(data-en);
	display: block;
	font-family:var(--font_inter);
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #CC0000;
	margin-bottom: 10px;
	pointer-events: none;
}
.ideal_candidate_list{
	counter-reset: num;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap: 30px;
	max-width: 1050px;
	padding: 0;
	margin: 0 auto 42px;
}
.ideal_candidate_item{
	counter-increment: num;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 3.6rem;
	background: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	text-align: center;
	box-shadow: 20px 20px 40px #002A4A0F;
	list-style: none;
}
.ideal_candidate_item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 453px;
	height: 426px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	pointer-events: none;
}
.ideal_candidate_item:nth-child(1)::before{background-image: url(/ja/recruit/img/index/bg_ideal-candidate_01.png);}
.ideal_candidate_item:nth-child(2)::before{background-image: url(/ja/recruit/img/index/bg_ideal-candidate_02.png);}
.ideal_candidate_item:nth-child(3)::before{background-image: url(/ja/recruit/img/index/bg_ideal-candidate_03.png);}
.ideal_candidate_item span{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 135px;
	padding-top: 25px;
}
.ideal_candidate_item span::before{
	content: counter(num, decimal-leading-zero);
	position: absolute;
	top: -37px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-family: var(--font_inter);
	font-weight: bold;
	font-size: 3.9rem;
	line-height: 4.7rem;
	color: #CC0000;
}
.ideal_candidate_img{
	position: relative;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -1;
}
.message_area{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	max-width: 1366px;
	padding-left: 30px;
	margin: 0 auto;
}
.message_area::before{
	content:'';
	position:absolute;
	top:0;
	left:calc(50% - var(--vw-50));
	width: var(--vw-100);
	height: 100%;
	background:url(/ja/recruit/img/common/bg.jpg)no-repeat center top/ cover;
	z-index:-1;
	pointer-events: none;
}
.message_box{
	width: 52.25%;
	min-width: 48%;
	padding:0 0 0 calc((100% - 1130px) / 2);
}
.message_ttl{
	font-weight: bold;
	font-size: 3rem;
	line-height: 4.8rem;
	margin-bottom: 25px;
}
.message_ttl::before{
	content: attr(data-en);
	display: block;
	font-family:var(--font_inter);
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #CC0000;
	margin-bottom: 20px;
	pointer-events: none;
}
.message_txt{
	font-size: 1.7rem;
	line-height: 3.2rem;
	margin-bottom: 45px;
}
.message_box .link_btn{margin: 0;}
.message_pic{
	width: 47.75%;
	max-height: 611px;
	overflow: hidden;
	flex-shrink: 0;
}
.message_pic img{
	width: 100%;
	padding: 55px 0;
}

.news_area{
	max-width: 1160px;
	padding: 100px 30px 110px;
	margin: 0 auto;
}
.news_list{
	margin-top: 47px;
	border-top: 1px solid #ddd;
}
.news_link{
	position: relative;
	display: flex;
	align-items: center;
	padding: 27px 70px 27px 15px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
.news_link::before,
.news_link::after{
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.news_link::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.news_link::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	opacity: 0;
}
.news_link:hover::before{opacity: 0;}
.news_link:hover::after{opacity: 1;}
.news_date{
	flex-shrink: 0;
	width: 110px;
	font-family: var(--font_inter);
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #888;
}
.news_ttl{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.56rem;
	color: #222 !important;
	transition: color 0.3s;
}
.news_link:hover .news_ttl{color: #880000 !important;}

.about_area{
	position: relative;
	max-width: 1160px;
	padding: 90px 30px 105px;
	margin: 0 auto;
}
.about_area::before{
	content: '';
	position: absolute;
	top: 0;
	left:calc(50% - var(--vw-50));
	width:var(--vw-100);
	height: 100%;
	max-height: 300px;
	background:url(/ja/recruit/img/common/bg.jpg)no-repeat center top/ cover;
	z-index: -1;
	pointer-events: none;
}
.about_col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	gap: 40px;
	padding-top: 40px;
}
.about_link{
	color: #222 !important;
	text-decoration: none;
}
.about_thumb{
	position: relative;
	margin-bottom: 23px;
	overflow:hidden;
	border-radius: 5px;
}
.about_thumb img{
	width: 100%;
	transition:transform 0.3s;
}
.about_link:hover .about_thumb img{transform:scale(1.05);}
.about_ttl{
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.88rem;
	padding-right: 55px;
	transition: color 0.3s;
}
.about_link:hover .about_ttl{color: #880000 !important;}
.about_ttl::before,
.about_ttl::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.about_ttl::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.about_ttl::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #CC0000;
	opacity: 0;
}
.about_col a:hover .about_ttl::before{opacity: 0;}
.about_col a:hover .about_ttl::after{opacity: 1;}

.job_area{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	max-width: 1366px;
	padding: 70px 0 70px 30px;
	margin: 0 auto;
}
.job_area::before{
	content:'';
	position:absolute;
	top:0;
	left:calc(50% - var(--vw-50));
	width:var(--vw-100);
	height: 100%;
	background:url(/ja/recruit/img/common/bg.jpg) no-repeat center top/ cover;
	z-index:-1;
	pointer-events: none;
}
.job_box{
	padding: 8px 0 0 calc((100% - 1130px) / 2);
	flex-shrink: 0;
}
.job_txt{
	font-size: 1.7rem;
	line-height: 3.2rem;
	padding: 24px 0 22px;
}
.job_btn_link{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	line-height: 36px;
	color: #222 !important;
	padding-right: 53px;
	text-decoration: none;
	transition: color 0.3s;
}
.job_btn_link:hover{color: #880000 !important;}
.job_btn_link::before,
.job_btn_link::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.job_btn_link::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.job_btn_link::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	border: 1px solid #CC0000;
	opacity: 0;
}
.job_btn_link:hover::before{opacity: 0;}
.job_btn_link:hover::after{opacity: 1;}
.job_pic{width: 63.2%;}
.job_pic img{
	width: 100%;
	border-radius: 5px;
}

.interview_area{
	max-width: 1160px;
	padding: 90px 30px;
	margin: 0 auto;
}
.interview_list{
	width: var(--vw-100);
	padding: 55px 0 50px;
	margin-right: calc(50% - var(--vw-50));
	overflow: visible;
}
.interview_item{
	width:430px;
	margin-right:40px;
}
.interview_area .link_btn{margin: 0 auto;}

.environment_area{
	position: relative;
	max-width: 1160px;
	padding: 100px 30px;
	margin: 0 auto;
}
.environment_area::before{
	content: '';
	position: absolute;
	top: 0;
	left:calc(50% - var(--vw-50));
	width:var(--vw-100);
	height: 100%;
	background:url(/ja/recruit/img/common/bg.jpg) no-repeat center top/ cover;
	z-index: -1;
	pointer-events: none;
}
.environment_col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
	padding-top: 40px;
}
.environment_link{
	position: relative;
	display: grid;
	grid-template-columns: 220px auto;
	align-items: center;
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 3.2rem;
	color: #222 !important;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0px 20px 30px #002A4A0F;
	border-radius: 5px;
}
.environment_link:hover{color: #880000 !important;}
.environment_link::before,
.environment_link::after{
	content: '';
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.environment_link::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.environment_link::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	border: 1px solid #CC0000;
	opacity: 0;
}
.environment_link:hover::before{opacity: 0;}
.environment_link:hover::after{opacity: 1;}
.environment_ttl{padding: 0 70px 0 25px;}
.environment_thumb{overflow: hidden;}
.environment_thumb img{
	width: 100%;
	transition: transform 0.3s;
}
.environment_link:hover .environment_thumb img{transform:scale(1.05);}

.recruit_area{
	max-width: 1160px;
	padding: 90px 30px 100px;
	margin: auto;
}
.recruit_col{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap:20px;
	padding-top: 40px;
}
.recruit_link{
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.88rem;
	color: #222 !important;
	padding: 0 80px 0 24px;
	box-shadow: 0px 5px 20px #002A4A0F;
	text-decoration: none;
	border-radius: 5px;
	transition: color 0.3s;
}
.recruit_link:hover{color: #880000 !important;}
.recruit_link::before,
.recruit_link::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 24px;
	bottom: 0;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.recruit_link::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.recruit_link::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	border: 1px solid #CC0000;
	opacity: 0;
}
.recruit_link:hover::before{opacity: 0;}
.recruit_link:hover::after{opacity: 1;}

@media screen and (max-width:1024px){
.mv_area{height:100%;}
.mv_copy{
	font-size: 3.6rem;
	line-height: 5.76rem;
}
.home_h2{
	gap: 16px;
	font-size: 1.5rem;
	line-height: 1.6rem;
	padding-bottom: 15px;
}
.home_h2::before{
	font-size: 4.1rem;
	line-height: 3.9rem;
}
.home_h2::after{
	width: 60px;
	height: 3px;
}
.home_h2 span{
	padding-left: 16px;
	margin-bottom: 5px;
}

.intro_area{padding: 60px 30px 65px;}
.intro_area::before{
	top: -70px;
	left: 30px;
	width: 387px;
	height: 365px;
}
.intro_area::after{
	right: -70px;
	bottom: -120px;
	width:532px;
	height: 389px;
}
.intro_ttl{
	font-size: 2.8rem;
	line-height: 4rem;
	margin-bottom: 25px;
}
.intro_txt p{
	font-size: 1.8rem;
	line-height: 3.96rem;
	margin-bottom: 7px;
}
.ideal_candidate_area{padding: 0 30px 80px;}
.ideal_candidate_box{
	top: 0;
	margin-bottom: 0;
}
.ideal_candidate_ttl{
	font-size: 2.3rem;
	line-height: 3.68rem;
	margin-bottom: 30px;
}
.ideal_candidate_ttl::before{
	font-size: 1.8rem;
	line-height: 2.1rem;
	margin-bottom: 5px;
}
.ideal_candidate_list{
	gap: 20px;
	max-width: 691px;
	margin: 0 auto 30px;
}
.ideal_candidate_item{
	font-size: 1.6rem;
	line-height: 2.5rem;
	box-shadow: 0px 10px 30px #002A4A0F;
}
.ideal_candidate_item::before{
	width: 297px;
	height: 280px;
}
.ideal_candidate_item span{
	min-height: 92px;
	padding-top: 17px;
}
.ideal_candidate_item span::before{
	top: -25px;
	font-size: 2.6rem;
	line-height: 3.1rem;
}
.ideal_candidate_img{
	position: relative;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -1;
}

.message_ttl{
	font-size: 2.3rem;
	line-height: 3.68rem;
	margin-bottom: 20px;
}
.message_ttl::before{
	font-size:1.8rem;
	line-height: 2.1rem;
	margin-bottom: 10px;
}
.message_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin-bottom: 35px;
}
.message_box{width: 45%;}
.message_pic{
	width: 55%;
	max-height: 509px;
}
.message_pic img{padding: 62px 0;}

.news_area{padding: 60px 30px 70px;}
.news_list{margin-top: 30px;}
.news_link{padding: 24px 60px 24px 15px;}
.news_link::before,
.news_link::after{
	width: 32px;
	height: 32px;
}
.news_date{
	width: 100px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.news_ttl{
	font-size: 1.4rem;
	line-height: 2.24rem;
}

.about_area{padding: 75px 30px 65px;}
.about_area::before{max-height: 220px;}
.about_col{
	gap: 30px;
	padding-top: 30px;
}
.about_thumb{margin-bottom: 15px;}
.about_ttl{
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-right: 45px;
}
.about_ttl::before,
.about_ttl::after{
	width: 32px;
	height: 32px;
}

.job_area{
	gap: 35px;
	padding: 60px 0 60px 30px;
}
.job_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.job_btn_link{
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-right: 45px;
}
.job_btn_link::before,
.job_btn_link::after{
	width: 32px;
	height: 32px;
}

.interview_area{padding: 70px 30px 60px;}
.interview_list{padding: 40px 0;}
.interview_item{
	width:305px;
	margin-right:30px;
}

.environment_area{padding: 65px 30px 60px;}
.environment_col{
	gap: 20px;
	padding-top: 30px;
}
.environment_link{
	grid-template-columns: 110px auto;
	font-size: 1.5rem;
	line-height: 1.9rem;
}
.environment_link::before,
.environment_link::after{
	right: 14px;
	width: 32px;
	height: 32px;
}
.environment_ttl{padding: 0 50px 0 15px;}

.recruit_area{padding: 55px 30px 100px;}
.recruit_col{
	gap:12px;
	padding-top: 30px;
}
.recruit_link{
	height: 66px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0 60px 0 20px;
}
.recruit_link::before,
.recruit_link::after{
	right: 15px;
	width: 32px;
	height: 32px;
}
}

@media screen and (max-width:767px){
.mv_area video{aspect-ratio: 1 / 1;}
.mv_copy{
	font-size: 3rem;
	line-height: 4.8rem;
}
.home_h2{
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.home_h2::after{top: 50%;}
.home_h2 span{
	padding-left: 0;
	margin-bottom: 0;
	border: none;
}

.intro_area{padding: 50px 20px 65px;}
.intro_area::before{
	top: -75px;
	left: -110px;
	width: 337px;
	height: 318px;
}
.intro_area::after{
	right: -168px;
	bottom: -88px;
	width:463px;
	height: 339px;
}
.intro_ttl{
	font-size: 2.4rem;
	line-height: 3.84rem;
	margin-bottom: 22px;
}
.intro_txt p{
	font-size: 1.5rem;
	line-height: 3.3rem;
	margin-bottom: 8px;
}
.ideal_candidate_area{padding: 0 20px 60px;}
.ideal_candidate_ttl{
	font-size: 2rem;
	line-height: 3.2rem;
	margin-bottom: 15px;
}
.ideal_candidate_ttl::before{
	font-size: 1.6rem;
	line-height: 2rem;
}
.ideal_candidate_list{
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	max-width: 336px;
	margin: 0 auto 35px;
}
.ideal_candidate_item:first-child{
	top: 5%;
	grid-column: 1 / -1;
	justify-self: center;
	width: 100%;
	max-width: calc(50% - 10px / 2);
	margin-bottom: -5%;
}
.ideal_candidate_item{
	font-size: 1.4rem;
	line-height: 2.3rem;
}
.ideal_candidate_item::before{
	width: 220px;
	height: 208px;
}
.ideal_candidate_item span{
	min-height: 84px;
	padding-top: 15px;
}
.ideal_candidate_item span::before{
	top: -15px;
	font-size: 2.2rem;
	line-height: 2.6rem;
}
.ideal_candidate_img{margin-bottom: 10px;}

.message_area{
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding:0;
}
.message_box{
	width: 100%;
	padding: 47px 20px 0;
}
.message_ttl{
	font-size: 2rem;
	line-height: 3.2rem;
	margin-bottom: 15px;
}
.message_ttl::before{
	font-size:1.6rem;
	line-height: 2rem;
	margin-bottom: 10px;
}
.message_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin-bottom: 25px;
}
.message_area .link_btn{margin: 0 auto;}
.message_pic{
	min-width: 406px;
	max-height: 395px;
	margin: auto;
}
.message_pic img{padding: 40px 0 0;}

.news_area{padding: 55px 20px 60px;}
.news_list{margin-top: 20px;}
.news_link{
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 19px 55px 19px 15px;
}
.news_link::before,
.news_link::after{
	right: 10px;
}
.news_date{
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.6rem;
}

.about_area{padding: 55px 20px 65px;}
.about_area::before{max-height: 220px;}
.about_col{
	grid-template-columns: repeat(1, 1fr);
	padding-top: 15px;
}

.job_area{
	flex-direction: column;
	align-items: flex-start;
	padding: 55px 0 50px 20px;
}
.job_box{padding: 0 20px 0 0;}
.job_txt{padding: 5px 0 22px;}
.job_pic{width: 100%;}

.interview_area{padding: 55px 20px 60px;}
.interview_list{padding: 25px 0 90px;}

.environment_area{padding: 55px 20px 60px;}
.environment_col{
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
	padding-top: 15px;
}
.environment_link{grid-template-columns: 100px auto;}

.recruit_area{padding: 55px 20px 100px;}
.recruit_col{
	grid-template-columns: repeat(1, 1fr);
	padding-top: 15px;
}
}

@media screen and (max-width:374px){
.message_pic img{max-width: 95%;}
}