@charset "UTF-8";



/*********** 共通・背景 *************/

.position-bg {
	background: linear-gradient(180deg, #dfdad3, #f8f7f5 40%, #f8f7f5 60%, #dfdad3);
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
}

.cap-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*********** ↑共通・背景 *************/






.position_01-wrap {
	margin-top: 40px;
}

.position_01-wrap .cap-cover {
	right: 5%;
	bottom: 1%;
}

.position_01-cap {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: right;
	margin-right: 5%;
}


/*********** jiyugaoka *************/

.jiyugaoka_01-wrap {
	display: grid;
	grid-template-columns: 65.38% 34.63%;
	grid-template-rows: auto auto;
	margin-top: 60px;
}

.jiyugaoka_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.jiyugaoka_01-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.jiyugaoka_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

/*********** ↑jiyugaoka *************/






/*********** futako *************/

.futako_01-wrap {
	display: grid;
	grid-template-columns: 65.38% 34.63%;
	grid-template-rows: auto auto;
	margin-top: 60px;
}

.futako_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.futako_01-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.futako_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

/*********** ↑futako *************/






/*********** central *************/

.central_01-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.central_01-wrap li {
	width: 50%;
}

.central_01-wrap .txt {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px #000;
	position: absolute;
	top: 5px;
	left: 40px;
}

/*********** ↑central *************/





/*********** redevelopment *************/

.redevelopment_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.redevelopment_01-wrap li {
	display: flex;
	flex-direction: column;
	width: 46.67%;
}

.redevelopment_03-wrap {
	margin-top: 60px;
}


.redevelopment_04-wrap {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 100px;
}


/*********** ↑redevelopment *************/






/*********** government *************/

.government_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.government_01-wrap li:nth-child(1) {
	width: 41.67%;
}

.government_01-wrap li:nth-child(2) {
	width: 51%;
}

.government_box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.government_box-wrap li {
	width: 31.67%;
	background: #fff;
	border: 1px solid #998675;
	padding: 20px;
	margin-top: 30px;
}

.government_box-wrap .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	min-height: 70px;
}

.government_box-wrap .txt {
	font-size: 1.6rem;
	text-align: justify;
	margin-top: 10px;
}


/*********** ↑government *************/



















