@charset "utf-8";
.inte_list{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:40px;
	margin:0;
	padding:0;
}
.inte_list_item{margin:0;list-style:none;}
.inte_list_item a{
	display:flex;
	justify-content:space-between;
	color:#111 !important;
	text-decoration:none !important;
}
.inte_list_photo{width:200px;flex:1;}
.inte_list_txt{
	width:calc(100% - 220px);
	position:relative;
	padding:0 40px 0 20px;
}
.inte_list_txt p{margin:0 !important;}
.inte_list_txt::after{
	content:'';
	display:block;
	width:18px;
	height:4px;
	position:absolute;
	right:10px;
	top:calc(50% - 2px);
	background:url(/img/common/arrow_r_black.svg) right center no-repeat;
	transition:right .3s;
}
a:hover .inte_list_txt::after{right:0;}
.inte_list_txt strong{
	display:block;
	line-height:1.5;
	margin-bottom:8px;
	transition:color .3s;
}
a:hover .inte_list_txt strong{color:#2E67B6 !important;}
.inte_list_cate{
	display:inline-block;
	border:1px solid #111;
	font-size:1.2rem;
	line-height:1.2;
	padding:2px 3px;
}
.inte_list_info{
	display:block;
	font-size:1.2rem;
	margin-top:5px;
}

.recruit_entry{
	display:flex;
	justify-content:space-between;
	background:#2E67B6;
	color:#fff;
	padding:40px;
	margin:100px 0 0;
}
.recruit_entry h2{
	flex:1;
	padding-right:40px;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	position:relative;
	margin:0 !important;
	padding:0;
}
.recruit_entry h2::before{
	content:attr(data-en);
	text-transform:uppercase;
	font-family:"Prompt", sans-serif;
	display:block;
	font-size:4.6rem;
	line-height:1;
	position:relative;
	left:-1px;
	white-space:nowrap;
	font-weight:600;
	margin-bottom:-1px;
	height:auto;
	background:none;
	top:auto;
}
.recruit_entry h2::after{display:none;}
.entry_list{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:29px;
	width:64.414%;
	margin:0;
	padding:0;
	align-items: stretch;
}
.entry_item{margin:0;list-style:none;text-align:center;}
.entry_item p{margin:0 0 12px;font-weight:bold;}
.entry_link{
	display:flex;
	align-items:center;
	aspect-ratio:318 / 84;
	background:#111;
	border:1px solid #111;
	color:#fff !important;
	text-decoration:none !important;
	padding:0 50px 0 30px;
	transition:background .3s,color .3s;
	position:relative;
	text-align:left;
}
.entry_link::after{
	content:'';
	display:block;
	width:18px;
	height:4px;
	position:absolute;
	right:20px;
	top:calc(50% - 2px);
	background:url(/img/common/arrow_r_white.svg) right center no-repeat;
	transition:all .3s;
}
.entry_link:hover{background-color:#fff;color:#111 !important;}
.entry_link:hover::after{
	right:10px;
	background:url(/img/common/arrow_r_black.svg) right center no-repeat;
}
.link_bor{
	display:block;
	position:relative;
}
.link_bor::after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	border:2px solid #2E67B6;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	transition:all .3s;
}
a.link_bor:hover::after{
	opacity:1;
	visibility:visible;
}
.entry_item .link_bor::after{
	border-color:#092A82;
}

.interview h2:not(.ln_head){margin-top:120px;}
.inte_box{margin:0 0 90px;}
.inte_content_h{
	display:flex;
	flex-direction:row-reverse;
	background:#2E67B6;
	color:#fff;
	margin-bottom:65px;
}
.inte_catch{width:58.181818%;}
.inte_h_txt{
	width:41.818181%;
	padding:74px 50px 30px;
}
.inte_h_txt h3{
	margin:0 0 51px;
	font-size:2.6rem;
	line-height:3.7rem;
	padding:0;
	border:none;
}
.inte_h_txt h3::before,.inte_h_txt h3::after{display:none;}
.inte_h_info_cate{
	display:inline-block;
	border:1px solid #fff;
	padding:2px 10px;
	line-height:1.5;
}
.inte_h_person{display:block;font-size:1.4rem;margin-top:10px;}
.inte_content_box{
	margin:37px 0 0;
	display:flex;
	justify-content:space-between;
	padding-top:40px;
	border-top:1px solid #ccc;
}
.inte_content_box h4{
	width:37%;
	padding-right:20px;
	position:relative;
	padding:0;
	font-size:2.4rem;
	line-height:3.5rem;
	margin:9px 0 0;
	border:none;
}
.inte_content_box h4::before{
	content:attr(data-en);
	display:block;
	color:#2E69B5;
	font-weight:600;
	font-size:1.8rem;
	line-height:1.2;
	font-family:"Prompt", sans-serif;
	margin-bottom:7px;
}
.inte_content_txt{width:58.181818%;}

.inte_schedule{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-top:7px;
}
.inte_schedule_hour{
	position:relative;
	width:43px;
	white-space:nowrap;
	line-height:2.4rem;
	font-weight:bold;
	text-align:right;
}
.inte_schedule_hour::after{
	position:absolute;
	content:'';
	width:11px;
	height:11px;
	border-radius:50%;
	background:#fff;
	border:2px solid #2E67B6;
	top:8px;
	right:-36px;
}
.inte_schedule_txt{
	width:calc(100% - 43px);
	line-height:2.4rem;
	padding:0 0 21px 58px;
	position:relative;
}
.inte_schedule_txt::before{
	position:absolute;
	content:'';
	width:1px;
	height:calc(100% - 10px);
	background:#2E67B6;
	top:10px;
	left:30px;
	z-index:-1;
}
.inte_schedule_txt:last-child{padding-bottom:0;}
.inte_schedule_txt:last-child::before{display:none;}
@media screen and (max-width:1023px){
.inte_list_photo{width:100px;}
.inte_list_txt{
	width:calc(100% - 120px);
	padding:0 40px 0 15px;
}
.inte_h_txt{padding:54px 30px 30px;}
}

@media screen and (max-width:900px){
.inte_list{display:block;}
.inte_list_item{margin:0 0 13px;padding-bottom:13px;border-bottom:1px solid #ccc;}
.inte_list_item:last-child{margin:0;padding-bottom:0;border-bottom:none;}
.inte_list_photo{width:100px;}
.inte_list_txt{
	width:calc(100% - 120px);
	padding:0 40px 0 15px;
}
.inte_list_txt p{margin:0 !important;}
.inte_list_cate{font-size:1.1rem;}
.inte_list_info{
	font-size:1.1rem;
	margin-top:2px;
}

.recruit_entry{
	display:block;
	padding:20px;
	margin:50px 0 0;
}
.recruit_entry h2{
	padding:0;
	text-align:center;
	font-size:1.4rem;
	margin:0 0 15px !important;
}
.recruit_entry h2::before{
	font-size:3.6rem;
	width:auto;
}
.entry_list{
	display:block;
	width:auto;
	max-width:275px;
	margin:auto;
	justify-content:center;
	align-items:center;
}
.entry_item{margin:20px 10px 0;}
.entry_link{
	display:block;
	aspect-ratio:inherit;
	padding:15px 40px 15px 20px;
}


.inte_box{margin-top:20px;}
.inte_content_h{
	flex-direction:column;
	min-height:100px;
	margin-bottom:50px;
}
.inte_catch{width:auto;}
.inte_h_txt{
	width:auto;
	padding:28px 20px 26px;
}
.inte_h_txt h3{
	margin:0 0 21px;
	font-size:2rem;
	line-height:1.45;
}
.inte_h_info_cate{padding:2px 12px;}
.inte_h_person{font-size:1.2rem;margin-top:8px;}
.inte_content_box{
	margin:27px 0 0;
	display:block;
	padding-top:10px;
}
.inte_content_box h4{
	width:auto;
	padding-right:0;
	font-size:2rem;
	line-height:1.45;
	margin:9px 0 18px;
}
.inte_content_box h4::before{
	font-size:1.6rem;
	margin-bottom:7px;
}
.inte_content_txt{width:auto;}
.inte_h_info{margin:0 !important;}

.inte_schedule{
	margin-top:7px;
}
.inte_schedule_hour{
	width:43px;
	line-height:1.5;
	font-size:1.4rem;
}
.inte_schedule_hour::after{
	top:5px;
	right:-26px;
}
.inte_schedule_txt{
	width:calc(100% - 43px);
	font-size:1.4rem;
	line-height:1.5;
	padding:0 0 21px 40px;
}
.inte_schedule_txt::before{
	height:calc(100% - 10px);
	top:10px;
	left:20px;
}
}