.container {
	max-width: 1200px;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.mv
------------------------------------*/
.mv {
	padding-top: 120px;
}
.mv h1 {
	display: flex;
	flex-direction: column;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 115px;
}
.mv h1 span {
	font-size: 16px;
}
.mv__img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.mv {
		padding-top: 50px;
	}
	.mv h1 {
		font-size: 5.87vw;
		margin-bottom: 30px;
	}
}


/*------------------------------------
.story
------------------------------------*/
.story {
	padding-top: 200px;
}
.story__row {
	display: flex;
	justify-content: space-between;
}
.story__row .img {
	width: 50%;
}
.story__row img:not(:last-child) {
	margin-bottom: 10px;
}
.story__row .txt {
	width: 45.8333333333%;
}
.story__row .story__block:not(:last-child) {
	margin-bottom: 80px;
}
.story__block h3 {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 20px;
}
.story__block p {
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 2;
	text-align: justify;
}
.story-list {
	display: none;
}
@media screen and (max-width: 768px) {
	.story {
		padding-top: 50px;
	}
	.story__row {
		display: none;
	}
	.story-list {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}
	.story__block h3 {
		font-size: 18px;
		line-height: 1.55555555556;
		margin-bottom: 16px;
	}
	.story__block p {
		letter-spacing: .05em;
	}
}


/*------------------------------------
.profile
------------------------------------*/
.profile {
	padding: 130px 0 100px;
}
.profile__container {
	display: flex;
	justify-content: space-between;
	max-width: 730px;
}
.profile__container .img {
	width: 27.397260274%;
}
.profile__container img {
	width: 100%;
}
.profile__container .txt {
	width: 68.4931506849%;
}
.profile__container h2 {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1.75;
	margin-bottom: 30px;
}
.profile__container p,
.profile__container a {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.profile {
		padding: 100px 0 70px;
	}
	.profile__container {
		flex-direction: column;
	}
	.profile__container .img {
		width: 57.9710144928%;
		margin: auto;
	}
	.profile__container .txt {
		width: 100%;
		padding-top: 30px;
	}
	.profile__container h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
