@charset "utf-8";
.land_lead {
		text-align: justify;
		line-height: 2.2;
		font-weight: 600;
		margin: 0 0 60px;
}
.land_first {
		max-width: 845px;
		margin: 0 auto 80px;
		padding: 0 20px;
}
.land_first img {
		width: 100%;
		height: auto;
}
.section_col {
		margin-bottom: 125px;
		position: relative;
}
.section_col::after {
		position: absolute;
		bottom: -90px;
		left: calc(50% - 110px);
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 110px solid transparent;
		border-left: 110px solid transparent;
		border-top: 40px solid #aac82d;
		border-bottom: 0;
}
.section_col.last::after {
		display: none
}
.page_hd {
		margin-bottom: 25px;
}
.step_flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
}
.step_left {
		width: 480px;
}
.step_left p {
		line-height: 2.0;
		text-align: justify;
}
.land_sb {
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 35px;
}
.step_right {
		width: 190px;
}
.step_right img {
		width: 100%;
		height: auto;
}
@media(max-width: 1200px) {
		.step_left {
				width: calc(70% - 30px);
		}
		.step_right {
				width: 30%;
		}
}
@media(max-width: 767px) {
		.land_lead {
				line-height: 1.8;
				margin: 0 0 40px;
		}
		.land_first {
				margin: 0 auto 80px;
		}
		.step_flex {
				display: block;
				position: relative;
				margin-top: -20px;
				margin-bottom: 20px;
		}
		.step_flex .page_hd {
				height: 150px;
				display: flex;
				align-items: center;
		}
		.step_left {
				width: 100%;
		}
		.step_flex .step_right {
				position: absolute;
				width: 150px;
				top: 0;
				right: 0;
		}
		.section_col {
				margin-bottom: 80px;
		}
		.section_col::after {
				position: absolute;
				bottom: -60px;
				left: calc(50% - 90px);
				border-right: 90px solid transparent;
				border-left: 90px solid transparent;
				border-top: 33px solid #aac82d;
				border-bottom: 0;
		}
		.land_sb {
				margin-top: 60px;
				margin-bottom: 35px;
		}
}
/* ============== */
.land_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.land_flex_item {
		width: calc(calc(100% - 60px) / 3);
}
.land_flex_item img {
		width: 100%;
		height: auto;
		border-radius: 8px;
}
@media(max-width: 767px) {
		.land_flex {
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
		}
		.land_flex_item {
				width: calc(50% - 10px);
		}
		.land_flex .land_flex_item:nth-child(1) {
				margin: 0 5px 15px 0;
		}
		.land_flex .land_flex_item:nth-child(2) {
				margin: 0 0 10px 5px;
		}
}
/* ============ */
.land_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 80px 60px;
}
.land_grid_item_thum {
		margin-bottom: 15px;
}
.land_grid_item_thum img {
		width: 100%;
		height: auto;
		border-radius: 8px;
}
.land_grid_item_caption h5 {
		font-size: 20px;
		font-weight: 500;
		color: #3DAE35;
		margin: 0 0 10px;
		line-height: 1.6;
}
.land_grid_item_caption p {
		line-height: 1.8;
		text-align: justify;
}
@media(max-width: 960px) {
		.land_grid_item_caption h5 {
				font-size: 18px;
		}
}
@media(max-width: 767px) {
		.land_grid {
				display: block;
				gap: 0px
		}
		.land_grid_item {
				margin-bottom: 60px;
		}
		.land_grid .land_grid_item:last-child {
				margin-bottom: 0;
		}
		.land_grid_item_caption h5 {
				font-size: 20px;
		}
}