/*------------------------------------
.mv
------------------------------------*/
.mv {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 2.604vw 0 8%;
}
.mv .img {
	width: 65.8857979502%;
}
.mv img {
	width: 100%;
}
.mv h1 {
	display: flex;
	flex-direction: column;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}
.mv h1 span {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.mv {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px;
		width: calc(100% - 5.208vw);
		margin: auto;
	}
	.mv .img {
		width: 100%;
	}
	.mv h1 {
		font-size: 5.87vw;
	}
}


/*------------------------------------
.intro
------------------------------------*/
.intro {
	padding-top: 160px;
}
.intro__container {
	max-width: 1020px;
	margin: auto;
}
.intro__container p {
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.intro {
		padding-top: 80px;
	}
	.intro__container p {
		font-size: 16px;
		text-align: justify;
	}
}


/*------------------------------------
.tips
------------------------------------*/
.tips {
	counter-increment: tips;
}
.tips .container {
	max-width: 1200px;
}
.tips h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	margin-bottom: 60px;
}
.tips h2::before {
	content: "0" counter(tips);
	font-size: 30px;
	color: #696969;
}
.tips h2 span {
	font-size: 34px;
	font-weight: 400;
}
.tips__txt {
	max-width: 700px;
	line-height: 2;
	margin: auto;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.tips h2 {
		margin-bottom: 40px;
	}
	.tips h2::before {
		font-size: 24px;
	}
	.tips h2 span {
		font-size: 22px;
	}
	.tips__txt {
		padding-bottom: 80px;
	}
}


/*------------------------------------
.style
------------------------------------*/
.style {
	padding-top: 160px;
}
.style li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.style li:not(:last-child) {
	margin-bottom: 50px;
}
.style .img {
	width: 54.1666666667%;
}
.style .txt {
	width: 39.6666666667%;
}
.style h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.style p {
	font-weight: 400;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.style {
		padding-top: 80px;
	}
	.style li {
		flex-wrap: wrap;
	}
	.style .img,
	.style .txt {
		width: 100%;
	}
	.style .img {
		margin-bottom: 20px;
	}
	.style h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}


/*------------------------------------
.scenes
------------------------------------*/
.scenes {
	padding-top: 160px;
}
.scenes__container {
	max-width: 1200px;
}
.scenes-list {
	display: flex;
	flex-wrap: wrap;
	gap: 75px;
}
.scenes-list li {
	width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 768px) {
	.scenes {
		padding-top: 80px;
	}
	.scenes-list {
		gap: 20px;
	}
	.scenes-list li {
		width: 100%;
	}
}


/*------------------------------------
.customer-landscapes
------------------------------------*/
.customer-landscapes {
	padding: 160px 0 150px;
}
.customer-landscapes__container {
	max-width: 1200px;
}
.cl-list {
	display: flex;
	flex-wrap: wrap;
	gap: 75px;
}
.cl-list .entry {
	width: calc((100% - 150px)/3);
}
.cl-list .img {
	margin-bottom: 25px;
}
.cl-list h3 {
	font-size: 20px;
	line-height: 1;
}
.cl-list .post-tags {
	list-style: none;
	display: flex;
	gap: 15px;
	line-height: 1.4375;
	margin-top: 12px;
}
.tips__desc {
	padding-top: 25px;
}
.tips__desc p {
	font-weight: 400;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.customer-landscapes {
		padding: 80px 0 70px;
	}
	.cl-list {
		gap: 50px;
	}
	.cl-list .entry {
		width: 100%;
	}
	.cl-list h3 {
		font-size: 18px;
	}
	.cl-list .post-tags {
		margin-top: 8px;
	}
}
