.three_block_section {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background-color: var(--cor39);
}

.three_block_section_2 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.three_block_section_sp {
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: clamp(0%, 100%, 100%);
}

.three_block_section_sp_2 {
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 16px 20px 96px 20px;
	width: clamp(0%, calc(100% - 40px), var(--boxed));
}

.three_block_section_inner_div {
	gap: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}

.three_block_section_inner_div_2 {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}

.three_block_section_block {
	gap: 64px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 48px;
	overflow: hidden;
	min-height: 500px;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	cursor: pointer!important;
	transition: all 0.4s ease;
	width: calc((100% / 3) - 96px);
}

.three_block_section_block_sp {
	border-radius: 32px!important;
}

.three_block_section_block_sp:hover {
	z-index: 2;
	transform: scale(1.03);
}

.three_block_section_block_sp_1 {
	align-items: flex-end!important;
	width: calc((100% / 2) - 96px)!important;
}

.three_block_section_block_sp_2 {
	align-items: flex-start!important;
	width: calc((100% / 2) - 96px)!important;
}

.three_block_section_block:hover > .background_fade_04 {
	background-color: rgba(var(--cor28), 0.2);
}

.three_block_section_block svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 48px;
	outline: none;
	box-sizing: content-box;
	transition: all 0.4s ease;
}

.three_block_section_block img {
	top: 50%;
	left: 50%;
	margin: 0;
	z-index: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transition: all 0.4s ease;
	transform: translate(-50%, -50%);
}

.three_block_section_block_title {
	margin: 0;
	padding: 0;
	z-index: 2;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor3);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.4s ease;
	font: 400 42px/48px 'Geist', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 42;
}

.three_block_section_block_more {
	gap: 16px;
	margin: 0;
	padding: 0;
	z-index: 2;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	text-align: left;
	color: var(--cor3);
	align-items: center;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.4s ease;
	justify-content: space-between;
	font: 300 20px/28px 'Geist', sans-serif;
	font-variation-settings: 'wght' 300, 'opsz' 20;
}

.three_block_section_block_more svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	fill: var(--cor3);
	box-sizing: content-box;
	transition: all 0.4s ease;
}

@media screen and (max-width: 1120px) {
	.three_block_section_block {
		min-height: 400px;
	}
	.three_block_section_block_title {
		font: 400 28px/34px 'Geist', sans-serif;
		font-variation-settings: 'wght' 400, 'opsz' 28;
	}
}

@media screen and (min-width: 841px) {
	.three_block_section_block:hover {
		gap: 82px;
	}
}

@media screen and (max-width: 840px) {
	.three_block_section_inner_div,
	.three_block_section_inner_div_2 {
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.three_block_section_block,
	.three_block_section_block_sp_1,
	.three_block_section_block_sp_2 {
		gap: 32px;
		min-height: unset;
		max-width: 460px!important;
		align-items: flex-start!important;
		width: calc(100% - 96px)!important;
	}
}