/* ----------------------------------------------------------------------------------------------------
  グループ採用TOP
* --------------------------------------------------------------------------------------------------*/


/* mainImage01
--------------------------------------------------*/
#mainImage01 {
	background-image: url(/recruit/group/img/mainimg01.jpg);
	height: auto;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
}

#mainImage01:after {
	content: "";
	display: block;
}

@media screen and (min-width:769px) {
	#mainImage01 {
		min-width: 1280px;
		margin: 0 auto;
	}

	#mainImage01:after {
		padding-bottom: 32.43%;
	}
}

@media screen and (max-width:768px) {
	#mainImage01 {
		height: 240px;
	}
}

/* groupList
--------------------------------------------------*/
.groupBox {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}

.groupListTtl {
	text-align: center;
	font-weight: 500;
}

.groupListItem {
	border-bottom: 1px solid #861C3C;
}

.groupListItem-logo {
	height: 32px;
	width: auto;
	text-align: center;
}

.groupListItem-img {
	position: relative;
	overflow: hidden;
}

.groupListItem-img:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(/recruit/group/img/ic-arrow.svg) center center / contain no-repeat;
	right: 10px;
	bottom: 10px;
}

.groupListItem-name {
	color: #861C3C;
	font-weight: 500;
}

@media screen and (min-width:769px) {
	.groupBox {
		width: 1280px;
		margin: 380px auto 100px;
		padding: 60px 80px;
	}

	.groupListTtl {
		font-size: 28px;
		margin-bottom: 65px;
	}

	.groupListCont {
		display: flex;
		flex-wrap: wrap;
		gap: 75px 38px;
		margin-bottom: 110px;
	}

	.groupListItem {
		width: 348px;
	}

	.groupListItem-logo {
		margin: 0 auto 35px;
	}

	.groupListItem-img {
		margin-bottom: 15px;
	}

	.groupListItem-img img {
		width: 100%;
	}

	.groupListItem>a .groupListItem-img img {
		transform: scale(1);
		transition: all .3s;
	}

	.groupListItem>a:hover {
		opacity: 1;
	}

	.groupListItem>a:hover .groupListItem-img img {
		transform: scale(1.18);
	}

	.groupListItem-name {
		font-size: 20px;
	}

	.groupListItem-cate {
		font-size: 16px;
		height: 70px;
	}
}

@media screen and (max-width:768px) {
	.groupBox {
		margin: 180px 4% 50px;
		padding: 40px 20px;
	}

	.groupListTtl {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.groupListCont {
		display: flex;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-bottom: 50px;
	}

	.groupListItem {
		width: 100%;
	}

	.groupListItem-logo {
		margin: 0 auto 15px;
		height: 26px;
	}

	.groupListItem-img {
		margin-bottom: 10px;
	}

	.groupListItem-img img {
		width: 100%;
	}

	.groupListItem-name {
		font-size: 15px;
	}

	.groupListItem-cate {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

/* groupWorks
--------------------------------------------------*/
.groupWorks [aria-disabled="true"] {
	pointer-events: none;
}

.groupWorksTtl {
	font-weight: 500;
	position: relative;
	border-bottom: 3px solid #3E3A39;
}

.groupWorksTtl:after {
	content: "";
	position: absolute;
	background-color: #861C3C;
	height: 3px;
	bottom: -3px;
	left: 0;
}

.groupWorksNote small {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	text-align: center;
	color: #3E3A39;
}

.btn-flex {
	display: flex;
	gap: 0 38px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.btnstyle {
	background: #861C3C;
	position: relative;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 348px;
	height: 60px;
}

.btnstyle::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	border: solid #fff;
	border-width: 3px 3px 0 0;
	width: 11px;
	height: 11px;
	margin: -6px 0 0;
	transform: rotate(45deg) skew(-6deg, -6deg);
}

@media screen and (min-width:769px) {
	.groupWorks {
		margin-top: 110px;
	}

	.groupWorksTtl {
		font-size: 28px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}

	.groupWorksTtl:after {
		width: 180px;
	}
}

@media screen and (max-width:768px) {
	.groupWorks {
		margin-top: 50px;
	}

	.groupWorksTtl {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 35px;
	}

	.groupWorksTtl:after {
		width: 100px;
	}

	.btn-flex {
		display: block;
		width: 100%;
	}

	.groupWorksNote {
		margin-bottom: 30px;
	}

	.groupWorksNote a {
		margin-bottom: 0;
	}

	.btnstyle {
		font-size: 14px;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 80%;
		height: 50px;
	}
}


/* recruit_lower header
--------------------------------------------------*/
#recLower-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	height: 60px;
	min-width: 1280px;
	background-color: white;
}

#recLower-header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	margin: 0 auto;
}

#recLower-header #site-logo {
	margin-left: 30px;
	width: auto;
	display: flex;
	align-items: center;
	padding: 13px 0;
}

#recLower-header #site-logo img {
	width: 260px;
}

body:not(.recruit) #recLower-header .site-logo-txt-jp {
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 0 20px;
	padding-left: 20px;
	border-left: 1px solid #3E3A39;
	line-height: 1;
}

body:not(.recruit) #recLower-header .site-logo-txt-en {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 0 25px;
}

#recLower-header #main-navigation {
	width: auto;
}

#recLower-header #main-navigation .nav_head {
	right: 0;
}

#main-navigation .nav_head #navi-recruit a {
	color: #fff;
	background: #3E3A39;
	width: 180px;
	text-align: left;
	padding: 0 33px;
	position: relative;
}

#main-navigation .nav_head #navi-recruit a:after {
	content: "";
	position: absolute;
	background: url(/recruit/group/img/ic-arower-recHeader.svg) center center / contain no-repeat;
	width: 13px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width:768px) {
	#recLower-header {
		min-width: 100%;
	}

	#recLower-header #site-logo {
		margin: 0 10px;
		width: auto;
		display: flex;
		align-items: center;
		padding: 7px 0;
		width: 320px;
	}

	#recLower-header #site-logo img {
		width: 110px;
	}

	body:not(.recruit) #recLower-header .site-logo-txt-jp {
		font-weight: 500;
		font-size: 13px;
		margin: 0 0 0 7px;
		padding-left: 7px;
		border-left: 1px solid #3E3A39;
		line-height: 1;
	}

	body:not(.recruit) #recLower-header .site-logo-txt-en {
		font-weight: 500;
		font-size: 10px;
		margin: 0 0 0 10px;
		line-height: 1.3;
	}

	/* #recLower-header #main-navigation{
		display: block;
	}

	#recLower-header #main-navigation .nav_head{
		right: 0;
		border-bottom: 0;
	}

	#main-navigation .nav_head #navi-recruit a{
		color: #fff;
		background: #3E3A39;
		max-width: 110px;
		text-align: left;
		padding: 0 15px;
		position: relative;
		height: 60px;
		font-size: 12px;
		line-height: 60px;
	}
	#main-navigation .nav_head #navi-recruit a:before{
		display: none;
	}
	#main-navigation .nav_head #navi-recruit a:after{
		content: "";
		position: absolute;
		background: url(/recruit/group/img/ic-arower-recHeader.svg) center center / contain no-repeat;
		width: 9px;
		height: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		right:10px;
	} */
}

/* recruit_lower fixd-nav
--------------------------------------------------*/
#fixed-entry.recLower-fNav #navi-recruit {
	width: 100%;
}

#fixed-entry.recLower-fNav #navi-recruit a {

	color: #fff;
	background: #3E3A39;
}