html {
	scroll-behavior: smooth;
}

.environment {
	margin-top: 5.0625rem;
	overflow-x: clip;
	position: relative;
}

.environment__bg {
	position: relative;
}

.environment__bg::before {
	background: url(/common/img/bg_recruit_check01_sp.webp) no-repeat center center/contain;
	content: "";
	display: block;
	height: 53.3125rem;
	position: absolute;
	right: 0;
	top: -7.6875rem;
	width: 24rem;
}

.environment__buttons {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.8125rem;
	justify-content: center;
}

.environment__button a {
	background: -webkit-gradient(linear, left top, right top, from(#0e78c2), to(#0956ad));
	background: linear-gradient(to right, #0e78c2, #0956ad);
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.1111111111;
	min-width: 20rem;
	padding-top: 0.6875rem;
	padding-bottom: 0.875rem;
	position: relative;
	text-align: center;
}

.environment__button a span {
	display: inline-block;
	translate: -0.625rem;
}

.environment__button a::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 2.5rem;
	rotate: 45deg;
	top: 44%;
	translate: 0 -50%;
	width: 0.6875rem;
}

.environment__content {
	background-color: #fff;
	border-top-right-radius: 6.25rem;
	margin-left: -2rem;
	padding: 5.875rem 2rem 5rem;
	scroll-margin-top: 6.25rem;
}

.environment__content:nth-child(2),
.environment__content:nth-child(3) {
	position: relative;
}

.environment__content:last-child {
	margin-bottom: 8.6875rem;
}

.environment__content:nth-child(2)::before {
	background: url(/common/img/bg_check4_sp.webp) no-repeat center center/contain;
	content: "";
	height: 18.25rem;
	left: 0;
	position: absolute;
	top: -10rem;
	width: 8rem;
	z-index: -1;
}

.environment__content:nth-child(3)::before {
	background: url(/common/img/bg_check5_sp.webp) no-repeat center center/cover;
	content: "";
	height: 30.9375rem;
	position: absolute;
	right: -2rem;
	top: -16.5625rem;
	width: 15.9375rem;
	z-index: -1;
}

.environment__content:last-child::after {
	background-color: #ecf2f6;
	bottom: -8.6875rem;
	content: "";
	height: 8rem;
	left: 0;
	position: absolute;
	width: 8rem;
	z-index: -1;
}

.environment__content.--blue {
	background-color: #ecf2f6;
}

.environment__content + .environment__content {
	margin-top: 5.0625rem;
}

.environment__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.125rem;
}

.environment__cards {
	margin-top: 2.75rem;
}

.environment__card {
	background-color: #ecf2f6;
	border-radius: 0.3125rem;
	padding: 1.3125rem 1.5rem 1.3125rem 1.375rem;
}

.environment__card.--white {
	background-color: #fff;
}

.environment__card + .environment__card {
	margin-top: 2.1875rem;
}

.environment__cardTitle {
	align-items: center;
	color: #176ab8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	line-height: 1.8;
}

.environment__cardTitle::before {
	background-color: #176ab8;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.4375rem;
	width: 0.4375rem;
}

.environment__cardText {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.875rem;
}

.environment__imageBox {
	margin-top: 3.375rem;
}

.environment__imageBox + .environment__imageBox {
	margin-top: 3.125rem;
}

.environment__imageTitle {
	align-items: center;
	border-bottom: 1px solid #176ab8;
	color: #176ab8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	line-height: 1.8;
	padding-bottom: 0.5625rem;
}

.environment__imageTitle::before {
	background-color: #176ab8;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	width: 0.4375rem;
}

.environment__items {
	display: grid;
	grid-gap: 2.75rem 3.1875rem;
	gap: 2.75rem 3.1875rem;
	margin-top: 1.75rem;
}

.environment__item img {
	aspect-ratio: 580/384;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

@media screen and (min-width: 768px) {

.environment {
	margin-top: 6.25rem;
}

.environment__bg::before {
	background: url(/common/img/bg_recruit_check01.webp) no-repeat center center/cover;
	height: 38.75rem;
	left: calc(50% - min(50vw, 34.375rem));
	right: inherit;
	width: 84.375rem;
}

.environment__buttons {
	flex-direction: row;
	gap: 3.5625rem;
}

.environment__button a {
	font-size: 1.125rem;
	min-width: 26.25rem;
	padding-top: 1.3125rem;
	padding-bottom: 1.3125rem;
}

.environment__button.--lg a {
	min-width: 27.5rem;
}

.environment__button a::before {
	top: 50%;
}

.environment__content {
	border-top-right-radius: 10rem;
	margin-left: 0;
	padding: 4.1875rem 5rem 4.5rem;
}

.environment__content:nth-child(2)::before {
	background: url(/common/img/bg_check4.webp) no-repeat center center/contain;
	height: 38.1875rem;
	left: -6.25rem;
	top: -22rem;
	width: 25rem;
}

.environment__content:nth-child(3)::before {
	background: url(/common/img/bg_check5.webp) no-repeat center center/contain;
	height: 44.8125rem;
	right: -6.25rem;
	width: 84.375rem;
}

.environment__content:last-child::after {
	height: 37.3125rem;
	left: -6.25rem;
	width: 27.5rem;
}

.environment__content + .environment__content {
	margin-top: 6.25rem;
}

.environment__text {
	font-size: 1.125rem;
	margin-top: 1.125rem;
}

.environment__cards {
	margin-top: 4.125rem;
}

.environment__card {
	border-radius: 0.625rem;
	padding: 1.875rem 2.5rem 2rem;
}

.environment__card + .environment__card {
	margin-top: 2.625rem;
}

.environment__cardTitle {
	font-size: 1.25rem;
}

.environment__cardTitle::before {
	height: 0.625rem;
	width: 0.625rem;
}

.environment__cardText {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.environment__imageTitle {
	font-size: 1.25rem;
	padding-bottom: 0.8125rem;
}

.environment__imageTitle::before {
	height: 0.625rem;
	width: 0.625rem;
}

.environment__items {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	padding-left: 1rem;
	padding-right: 0.875rem;
}

}

