.group-overseas-business {
	overflow: hidden;
	padding-top: 107px;
	margin-bottom: 120px;
	position: relative;
}

.background-block {
	background-image: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: inset(0);
}

.background-block__img {
	position: fixed;
	background-image: url(../images/group/group-about-back.jpg);
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right bottom;
	z-index: -1;
}

.group-about {
	padding: 122px 30px 103px;
	position: relative;
	margin-top: 90px;
}

.group-about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #808080;
	mix-blend-mode: multiply;
	z-index: 1;
}

.group-about__container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.group-about__midashi {
	line-height: 1.7;
	font-size: .36rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 195px;
}

.group-about__text {
	font-size: .18rem;
	font-weight: 500;
	color: #fff;
	line-height: 2.5;
}


/* 海外事業 */
.group-base__tai {
	margin-bottom: 63px;
}


.group-common__midashi {
	font-size: .32rem;
}

.group-common__lead {
	font-size: .16rem;
}

.group-overseas-business__container {
	width: 1260px;
	max-width: 100%;
	padding: 0 30px;
	margin: 51px auto 0;
}

.group-common__text {
	position: relative;
	padding-bottom: 18%;
}

.group-map {
	position: absolute;
	left: 36.8%;
	bottom: -37%;
	max-width: 1408px;
	width: 119%;
	z-index: -1;
}

.group-base__name {
	font-size: .36rem;
	font-weight: 500;
}

.group-base__name span {
	font-family: "Oswald", sans-serif;
}

.group-base__supplement {
	margin-bottom: 27px;
	font-size: .16rem;
}

.group-base__img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.group-base__img--left {
	width: 66%;
}

.group-base__img--right {
	width: 31%;
}

.group-base__img--right img:nth-of-type(1) {
	margin-bottom: 32px;
}

.group-base__info {
	width: 86%;
	margin: 0 auto;
}

.group-base__info--list {
	display: flex;
	justify-content: flex-end;
	border-bottom: solid 1px #003078;
	padding: 6px 0;
}

.group-base__info--list:first-child {
	border-top: solid 1px #003078;
}

.group-base__info--koumoku {
	width: 13%;
}

.group-base__info--koumoku p {
	font-size: .16rem;
	color: #003078;
}

.group-base__info--detail {
	width: 83%;
}

.group-base__info--detail p {
	font-size: .16rem;
}


.base-info-2block {}

.base-info-2block__1item {
	width: 53%;
	display: flex;
	justify-content: flex-end;
}

.base-info-2block__2item {
	width: 43%;
	display: flex;
	justify-content: flex-end;
}

.base-info-2block__1item .group-base__info--detail {
	width: 75%;
}

.base-info-2block__1item .group-base__info--koumoku {
	width: 25%;
}

.base-info-2block__2item .group-base__info--detail {
	width: 69%;
}

.base-info-2block__2item .group-base__info--koumoku {
	width: 30%;
}

/* グループ企業 */
.group-company {
	background-color: #F2F2F2;
	padding: 100px 0px 115px;
	overflow: hidden;
}

.group-company__container {
	width: 1260px;
	max-width: 100%;
	margin: 51px auto 80px;
	padding: 0 30px;
}

.group-company .group-common__text {
	padding-bottom: 0;
}


.group-company__alignment {
	width: 1032px;
	max-width: 100%;
	margin: 67px auto 67px;
}


.group-company__alignment--head {
	font-size: .48rem;
	font-weight: 600;
	font-family: "新ゴ B", sans-serif;
}

.group-company__alignment--text {
	font-size: .16rem;
	margin-bottom: 50px;
}

.group-company .lower-common-btn {
	font-size: .16rem;
	width: 381px;
	max-width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}

.group-company .lower-common-btn::before {
	background-color: #F2F2F2;
}

.group-company .lower-common-btn::after {
	border-bottom: solid 4px #F2F2F2;
	border-left: solid 4px #F2F2F2;
}


.group-main .lower-btn-box {
	width: 1245px;
	padding: 0 20px;
}

.group-main .lower-btn-box .lower-common-btn {
	width: 32%;
}



@media screen and (max-width:800px) {
	.background-block__img {
		background-image: url(../images/group/group-about-back-sp.jpg);
	}
	.group-overseas-business__container {
		padding: 0 30px;
	}

	.group-about {
		margin-top: 45px;
		padding: 50px 30px 40px;
	}

	.group-about__midashi {
		font-size: .24rem;
		margin-bottom: 30px;
	}

	.group-common__midashi {
		font-size: .28rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.group-common__lead {
		font-size: .15rem;
	}

	.group-about__text {
		font-size: .16rem;
		line-height: 2;
	}

	.group-overseas-business {
		padding-top: 80px;
		margin-bottom: 50px;
	}

	.group-map {
		position: absolute;
		left: -2.2%;
		bottom: 6%;
		max-width: 1408px;
		width: 225%;
		z-index: -1;
	}

	.group-common__text {
		padding-bottom: 70%;
	}

	.group-base__name {
		font-size: .26rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.group-base__img {
		margin-bottom: 40px;
		flex-direction: column;
	}


	.group-base__supplement {
		margin-bottom: 15px;
		font-size: .15rem;
	}

	.group-base__img--right {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.group-base__img--right img {
		width: 48%;
	}

	.group-base__img--right img:nth-of-type(1) {
		margin-bottom: 0;
	}

	.group-base__img--left {
		width: 100%;
		margin-bottom: 15px;
	}

	.group-base__info {
		width: 100%;
	}

	.group-base__info--list {
		flex-direction: column;
		padding: 6px 10px;
	}

	.group-base__info--detail {
		width: 100%;
	}

	.group-base__info--koumoku {
		width: 100%;
	}

	.base-info-2block__1item {
		width: 100%;
	}

	.base-info-2block__2item {
		width: 100%;
	}

	.base-info-2block__1item .group-base__info--koumoku,
	.base-info-2block__2item .group-base__info--koumoku {
		width: 30%;
	}

	.base-info-2block__1item .group-base__info--detail,
	.base-info-2block__2item .group-base__info--detail {
		width: 70%;
	}


	/* グループ企業 */


	.group-company__container {
		padding: 0 30px;
		margin: 50px auto 40px;
	}

    .group-company {
        padding: 50px 0px 60px;
    }

	.group-company__alignment--head {
		font-size: .28rem;
	}

	.group-base__info--detail p {
		font-size: .15rem;
		text-align: left;
	}

	.group-company__alignment__img {
		overflow-x: scroll;
		max-width: 100vw;
		width: 100vw;
		margin-left: -30px;
	}
	.group-company__alignment--text {
		margin-bottom: 26px;
	}
    .group-company__alignment__img img {
        width: 700px;
        margin: 0 auto;
        max-width: none;
        display: block;
    }

	.group-main .lower-btn-box .lower-common-btn {
		width: 300px;
	}

	.group-company .lower-common-btn {
		width: 300px;
	}

}