/* ==============================
	Group
	（グループ紹介）
============================== */

/* ------------------------------
	Page Heading
------------------------------ */
.page-heading {
}

/* ------------------------------
	Group Hero
------------------------------ */
.group-hero {
	padding-bottom: 40px;
}
.group-hero__inner {
}
.group-hero__content {
}
.group-hero__visual {
	margin-bottom: 40px;
}
.group-hero__image {
	margin-bottom: 15px;
}
.group-hero__caption {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05rem;
}
.group-hero__icon {
	width: 266px;
	margin: 0 auto;
	padding-left: 36px;
}
.group-hero__body {
	margin-bottom: 30px;
	padding: 0 20px;
}
.group-hero__title {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	letter-spacing: .2rem;
}
.group-hero__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 1px;
	background: #EF8125;
}
.group-hero__text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}
.group-hero__text-strong {
	font-weight: 500;
}
.group-hero__bg {
}

/* ------------------------------
	Group Data
------------------------------ */
.group-data {
	padding: 40px 0;
	background: #F5F5F5;
}
.group-data__heading {
	margin-bottom: 40px;
	padding-left: 18px;
	border-left: 2px solid #EF8125;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.group-data__title-jp {
	margin-bottom: 5px;
	line-height: 1.5;
}
.group-data__title-en {
	color: #9F9D9D;
	font-size: 1rem;
	font-weight: 400;
}
.group-data__list {
}
.group-data__item {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D3D3D3;
}
.group-data__item:last-child {
	margin-bottom: 0;
}
.group-data__item-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-data__label {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	font-size: 1.4rem;
	font-weight: 500;
}
.group-data__label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 2px;
	background: #ED6C00;
}
.group-data__value {
	font-size: 1.7rem;
	font-weight: 500;
}
.group-data__num {
	display: inline-block;
	margin: 0 3px;
	color: #ED6C00;
	font-size: 3.8rem;
	line-height: 1.2;
}
.group-data__note {
	color: #6F6D6C;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
}

/* ------------------------------
	Group Feature
------------------------------ */
.group-feature {
	padding: 40px 0;
}
.group-feature__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.group-feature__content {
	display: contents;
}
.group-feature__title {
	order: 0;
	margin-bottom: 20px;
	padding-left: 18px;
	border-left: 2px solid #EF8125;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.group-feature__list {
	order: 2;
}
.group-feature__list-item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.group-feature__list-item::before {
	content: '';
	position: absolute;
	top: 5.5px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #EF8125;
}
.group-feature__image {
	order: 1;
	margin-bottom: 20px;
}

/* ------------------------------
	Group Link
------------------------------ */
.group-link {
	display: flex;
	justify-content: center;
}
.group-link a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 56px;
	padding: 1px 26px 0 16px;
	border-radius: 56px;
	background: #EF8125;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.group-link a::after {
	content:'';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	background-image: url("../img/common/arrow-simple-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ------------------------------
	Utility
------------------------------ */
.ib {
	display: inline-block;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {

	/* ------------------------------
		Group Hero
	------------------------------ */
	.group-hero {
		padding-bottom: 80px;
	}
	.group-hero__inner {
	}
	.group-hero__content {
		display: flex;
		flex-direction: row-reverse;
		gap: 50px;
	}
	.group-hero__visual {
		width: calc(100% - 430px);
		margin-bottom: 0;
	}
	.group-hero__image {
		margin-bottom: 20px;
	}
	.group-hero__caption {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.group-hero__icon {
		width: 345px;
		padding-left: 42px;
	}
	.group-hero__body {
		width: 380px;
		margin-bottom: 0;
		padding: 0;
	}
	.group-hero__title {
		margin-bottom: 44px;
		padding-bottom: 40px;
		font-size: 3rem;
	}
	.group-hero__title::after {
		width: 64px;
	}
	.group-hero__text {
		font-size: 1.6rem;
	}
	.group-hero__bg {
		display: none;
	}

	/* ------------------------------
		Group Data
	------------------------------ */
	.group-data {
		padding: 80px 0;
	}
	.group-data__heading {
		padding-left: 22px;
		font-size: 2.5rem;
	}
	.group-data__title-jp {
		margin-bottom: 5px;
	}
	.group-data__title-en {
		font-size: 1.1rem;
	}
	.group-data__list {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 20px
	}
	.group-data__item {
		width: calc((100% - 40px) / 3);
		margin-bottom: 0;
	}
	.group-data__item-main {
		justify-content: flex-start;
		gap: 18px;
	}
	.group-data__label {
	}
	.group-data__label::before {
	}
	.group-data__value {
	}
	.group-data__num {
	}
	/* ------------------------------
		Group Feature
	------------------------------ */
	.group-feature {
		padding: 80px 0;
	}
	.group-feature__item {
		flex-direction: row;
		gap: 30px;
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: 1px solid #D3D3D3;
	}
	.group-feature__content {
		display: block;
		width: calc(100% - 410px);
	}
	.group-feature__title {
		margin-bottom: 30px;
		padding-left: 22px;
		font-size: 2.5rem;
	}
	.group-feature__list {
	}
	.group-feature__list-item {
		font-size: 1.6rem;
	}
	.group-feature__list-item::before {
	}
	.group-feature__image {
		max-width: 380px;
		margin-bottom: 0;
	}

	/* ------------------------------
		Group Link
	------------------------------ */
	.group-link {
	}
	.group-link a {
	}
	.group-link a br {
		display: none;
	}

}
