.home #main_v{
	position: relative;
}
.home #main_v .main_inner{
	height: 620px;
	position: relative;
	overflow: hidden;
}
.main_inner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mv_main_txt_w{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.home #main_v .main_inner .in{
	height: 100%;
	align-items: center;
	width: 90%;
	max-width: 90%;
}
.en_name_txt{
	position: absolute;
	right: -5px;
	bottom:-5px;
	opacity: 0.5;
	width: 60%;
}
.en_name_txt img{
	width: 100%;
}
.home #main_v .mv_main_txt{
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 5px;
}
.home #main_v .mv_main_txt span.txt_blue_grd{
	filter:drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
}
.home #main_v .mv_main_txt span.cor_white {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}

@media screen and (max-width: 750px) {
	.en_name_txt{
		right: 0;
	}
}

#home_body_menu{
	padding: 5% 0;
}
#home_body_menu .home_body_menu_w{
	justify-content: space-between;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
}
#home_body_menu .home_body_menu_i{
	width: 30%;
	position: relative;
}
#home_body_menu .home_body_menu_i a:hover{
	opacity: 1;
}
#home_body_menu .home_body_menu_i .imgarea{
	margin-bottom: 25px;
	overflow: hidden;
}
#home_body_menu .home_body_menu_i .imgarea img{
	width: 100%;
	transition: 0.25s;
}
#home_body_menu .home_body_menu_i a:hover .imgarea img{
	transform: scale(1.1);
}
#home_body_menu .home_body_menu_i .txtarea{
	position: relative;
	padding-bottom: 30px;
}
#home_body_menu .home_body_menu_i .txtarea h2{
	font-weight: 600;
	line-height: 1;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#home_body_menu .home_body_menu_i .txtarea h2 span.en{
	font-size: 1.2rem;
	letter-spacing: 1px;
	display: table;
	margin: 0 auto 10px;
}
#home_body_menu .home_body_menu_i .txtarea .txt{
	text-align: center;
}
#home_body_menu .home_body_menu_i .btn_bor_blue{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate( -50%,0);
}
#home_body_menu .home_body_menu_i a:hover .btn_bor_blue span{
	color: #fff;
	background-image: none;
	-webkit-text-fill-color: #fff;
}
#home_body_menu .home_body_menu_i a:hover .btn_bor_blue:after {
	border-bottom: 1px solid #fff;
}
#home_body_menu .home_body_menu_i a:hover .btn_bor_blue:before {
	left: -5px;
}
@media screen and (max-width: 750px) {
	#home_body_menu{
		padding: 7.5% 0;
	}
	#home_body_menu .home_body_menu_w{
		padding: 10% 7.5%;
	}
	#home_body_menu .home_body_menu_i{
		width: 100%;
		padding-bottom: 15%;
		margin-bottom: 15%;
		border-bottom: #e9e9e9 solid 1px;
	}
	#home_body_menu .home_body_menu_i:nth-last-of-type(1){
		padding-bottom: 0%;
		margin-bottom: 0%;
		border-bottom: #e9e9e9 solid 0px;
	}
	#home_body_menu .home_body_menu_i .btn_bor_blue{
		position: static;
		transform: translate(0%, 0);
	}
}

.home #rectuit{
	background-size: cover;
	background-position: center;
	background-image: url(../images/home/home_rectuit_bg@x2.jpg);
	padding: 100px 0;
	margin-bottom: 30px;
}
.home #rectuit .in{
	padding:0 5%;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}
.home #rectuit .sec_ttl_enjp_w{
	margin-bottom: 10px;
}
.home #rectuit .btn_bor_white{
	margin: 0;
}
@media screen and (max-width: 750px) {
	.home #rectuit{
		padding: 50px 0;
	}
	.home #rectuit .txtarea{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.home #rectuit .txtarea .sec_ttl_enjp_w span.en{
		margin:0 auto 10px;
	}
	.home #rectuit .btn_bor_white{
		margin: auto;
	}
}

.home #news {
	padding: 5% 0;
}
.home #news .news_w {
	justify-content: space-between;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
}
.home #news .news_i_w{
	margin-bottom: 40px;
}
.home #news .news_w .news_i{
	padding: 15px 0;
	border-top: 1px solid #e9e9e9;
	align-items: center;
}
.home #news .news_w .news_i:nth-last-of-type(1){
	border-bottom: 1px solid #e9e9e9;
}
.home #news .news_w .news_i dt,
.home #news .news_w .news_i dd{
	letter-spacing: 0.5;
}
.home #news .news_w .news_i dt{
	font-weight: 600;
	width: 15%;
}
.home #news .news_w .news_i dd{
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	.home #news{
		padding: 7.5% 0;
	}
	.home #news .news_w{
		padding: 10% 7.5%;
	}
	.home #news .news_w .news_i dt{
		font-size: 1.6rem;
		width: 100%;
	}
	.home #news .news_w .news_i dd{
		font-size: 1.4rem;
	}
}

#group_list{
	padding: 5% 0;
}
#group_list .group_list_w{
	margin-bottom: 60px;
}
#group_list .group_list_w:nth-last-of-type(1){
	margin-bottom: 0;
}
#group_list .group_list_w li{
	width: 25%;
	box-sizing: border-box;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	height: 75px;
}
#group_list .group_list_w li:nth-of-type(4n),
#group_list .group_list_w li:nth-last-of-type(1){
	border-right: 1px solid #e9e9e9;
}
#group_list .group_list_w li:nth-last-of-type(1),
#group_list .group_list_w li:nth-last-of-type(2),
#group_list .group_list_w li:nth-last-of-type(3),
#group_list .group_list_w li:nth-last-of-type(4) {
	border-bottom: 1px solid #e9e9e9;
}
#group_list .group_list_w li a,
#group_list .group_list_w li span{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1.25;
}
@media screen and (max-width: 750px) {
	#group_list{
		padding: 10% 0;
	}
	#group_list .group_list_w li{
		width: 50%;
	}
	#group_list .group_list_w li a,
	#group_list .group_list_w li span{
		font-size: 1.2rem;
	}
	#group_list .group_list_w li:nth-of-type(2n){
		border-right: 1px solid #e9e9e9;
	}
	#group_list .group_list_w{
		margin-bottom: 40px;
	}
}