@charset "UTF-8";




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

.position_bg01 {
	background-image: url("../../position/images/position_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
}



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




.position_01-bg {
	color: #fff;
	background: #898989;
	margin-top: 280px;
	padding: 80px 0;
}

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

.position_01-wrap li:nth-child(1) {
	width: 47.83%;
	align-self: flex-end;
}

.position_01-wrap li:nth-child(2) {
	width: 50%;
	margin-top: -200px;
}

.position_03-copy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
}

.position_03-copy li {
	width: 48.42%;
}

.position_03-copy .txt-head {
	text-align: right;
}

.position_03-copy .txt-lead {
	margin-top: 0;
}

.position_03-wrap {
	position: relative;
	max-width: 1410px;
	margin: 0 auto;
	margin-top: 60px;
}

.position_03-wrap .cap-cover {
	bottom: 25%;
}

.position_04-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.position_04-wrap li:nth-child(1) {
	width: 62.5%;
}

.position_04-wrap li:nth-child(2) {
	width: 34.58%;
}

dl.position_05 {
	position: relative;
	width: 84.34%;
}

.position_05 dd {
	color: #b4721e;
	font-size: 2.2rem;
	line-height: 1.3;
}

.position_05 .min {
	position: absolute;
	top: -20px;
	right: -18.57%;
	width: 110px;
	z-index: 5;
}

dl.position_06 {
	position: relative;
	width: 84.34%;
	margin-left: 15.66%;
	margin-top: 60px;
}

.position_06 dd {
	color: #b4721e;
	font-size: 2.2rem;
	line-height: 1.3;
}

.position_06 .min {
	position: absolute;
	top: -20px;
	left: -18.57%;
	width: 110px;
	z-index: 5;
}


.position_07-bg {
	color: #fff;
	background: #978a78;
	padding: 80px 0;
}

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

.position_07-wrap li:nth-child(1) {
	width: 36.33%;
	align-self: flex-end;
}

.position_07-wrap li:nth-child(2) {
	width: 60.58%;
}







