@charset "utf-8";
/* CSS Document */

/*-----------------------------

	注意事項・よくある質問
	about/index.html

-----------------------------*/

/*MV*/
.under-mv-bgImage._about {
	background-image: url("../img/about/index/mv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*-----------------------------

	採用情報

-----------------------------*/


/*コンテンツ*/
.front-text {
	padding: 6rem 0 8rem;
}

.front-text p {
	line-height: 2;
}

.contents {
	padding-bottom: 20rem;
}

.contents .lead {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.5;
	color: #533d00;
	padding-bottom: 0.5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #a89551;
}

.contents .lead:not(:first-child) {
	margin-top: 6rem;
}

.contents .recruit-innercol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 3rem 6rem;
	border-left: 2px solid #a89551;
}

.contents .recruit-text {
	font-size: 2.6rem;
	color: #533d00;
}

.contents .btn {
	width: 36rem;
	max-width: 100%;
	padding: 2rem 0;
	font-size: 2.2rem;
	letter-spacing: .06em;
	text-align: center;
	color: #533d00;
	background-color: #fff;
	border: 1px solid #a89551;
	transition: .3s;
}

.contents .btn:hover {
	background-color: #a89551;
	color: #fff;
}

@media (max-width:900px) {
	.front-text {
		padding: 5rem 0;
	}

	.contents {
		padding-bottom: 12rem;
	}

	.contents .lead {
		font-size: 2.6rem;
	}

	.contents .recruit-innercol {
		flex-wrap: wrap;
		row-gap: 2rem;
		padding: 2rem;
	}

	.contents .recruit-text {
		font-size: 2rem;
	}
	
	.contents .btn {
		width: 100%;
		font-size: 1.8rem;
		padding: 1.5rem 0;
	}
}
