@charset "utf-8";
/*------------------------------------------------------------
	group
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 16rem;
	background-image: url("../img/company/group/page_title_bg.jpg");
}
#main .groupList {
	margin-bottom: 8rem;
}
#main .groupList > li {
	padding: 9.9rem 0 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #343232;
}
#main .groupList > li:first-child {
	border-top: 1px solid #343232;
}
#main .groupList .photoBox {
	width: 40rem;
}
#main .groupList .photoBox img {
	width: 100%;
}
#main .groupList .textBox {
	margin-top: -0.8rem;
	width: calc(100% - 48rem);
}
#main .groupList h3 {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .groupList .addList {
	margin-bottom: 2.3rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #C8C8C8;
}
#main .groupList .addList li {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .groupList .addList li:last-child {
	margin-bottom: 0;
}
#main .groupList p {
	margin-bottom: 4.1rem;
	font-size: 1.4rem;
	line-height: 1.75;
}
#main .groupList .link li {
	margin-right: 2rem;
	width: 22rem;
}
#main .groupList .link li a {
	width: 100%;
	min-height: 5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	border: 1px solid #343232;
	font-weight: 400;
	font-family: "Cormorant Garamond", serif;
}
#main .groupList .link .web a {
	background-color: #343232;
}
#main .groupList .link .web span {
	padding-right: 2.1rem;
	display: inline-block;
	color: #FFF;
	background: url("../img/common/icon06.png") no-repeat right center / 1.3rem;
}
#main .otherText {
	margin-bottom: 15rem;
}
#main .otherText a {
	display: block;
	padding: 3.8rem 2rem 4.2rem;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
	background-color: #F5F4F4;
}
#main .otherText a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .groupList .link li a:hover {
		color: #FFF;
		background-color: #343232;
	}
	#main .groupList .link .web a:hover {
		background-color: #FFF;
	}
	#main .groupList .link .web a:hover span {
		filter: invert(100%);
		-webkit-filter: invert(100%);
	} 
}
@media all and (max-width: 896px) {
	#main .groupList {
		margin-bottom: 5rem;
		display: block;
	}
	#main .groupList > li {
		padding: 5rem 0;
		display: block;
	}
	#main .groupList .photoBox {
		width: auto;
	}
	#main .groupList .textBox {
		margin-top: 3rem;
		width: auto;
	}
	#main .groupList h3 {
		font-size: 1.8rem;
	}
	#main .groupList .addList {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	#main .groupList .addList li {
		margin-bottom: 2rem;
		line-height: 1.75;
	}
	#main .groupList p {
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
	#main .groupList .link {
		justify-content: space-between;
	}
	#main .groupList .link li {
		margin-right: 0;
		width: calc(50% - 1rem);
	}
	#main .otherText {
		margin-bottom: 5rem;
	}
	#main .otherText a {
		padding: 2em;
		font-size: 1.8rem;
	}
}