@charset "utf-8";
/* CSS Document */

.company3-section {
	background: linear-gradient(#eee9d6, #fff);
}
.company3-section-group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.8em;
	width: 100%;
}
.company3-section-group .group__inner {
	width: 100%;
	max-width: 424px;
}
.group__inner.group__descript {
	padding: 30px 15px;
	background-color: #083;
}
.company3-section-group .group__lead {
	margin: 0; color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.company3-section-group .group__text {
	margin: 1.4em 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	.company3-section-group {
		gap: 0;
	}
	.company3-section-group .group__inner {
		margin-bottom: 20px;
	}
	.group__inner.group__descript {
		padding: 20px 15px;
	}
	.company3-section-group .group__lead {
		font-size: 2rem;
	}
	.company3-section-group .group__text {
		font-size: 1.3rem;
	}
}