.l-contents__frame {
	width: 100vw;
	padding: 0;
}

body {
	width: 100vw;
	/* font-family: 'Skin', sans-serif; */
	font-family: 'Yu Gothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #565656;
	overflow-x: hidden;
}

.fv {
	width: 100vw;
	height: 25vw;
	background: url('../image/common/sub-fv.jpg');
	background-size: cover;
	font-family: 'Skin', sans-serif;
	font-size: 2.5vw;
	display: flex;
	justify-content: center;
	padding-top: 14.444vw;
	color: white;
	letter-spacing: 0.1em;
}

.vision{
	width: 100vw;
	background: #F5F3F5;
	padding-top: 8.333vw;
	padding-bottom: 8.333vw;
}

.vision__row {
	width: 61.111vw;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}

.vision__image {
	width: 22.222vw;
	height: 25vw;
}

.vision__text-wrap {
	width: 33.333vw;
}

.vision__text-title {
	font-size: 1.667vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.vision__text {
	font-size: 0.972vw;
	margin-top: 1.667vw;
	width: 40.486vw;
	line-height: 1.75;
}

.vision__text--small {
	font-size: 0.764vw;
}

.vision__h3 {
	margin-top: 8.333vw;
	text-align: center;
	font-size: 1.944vw;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.vision__item-wrap {
	width: 56.736vw;
	height: 41.111vw;
	margin: 0 auto 0;
	margin-top: 3.333vw;
	position: relative;
}

.vision__item {
	width: 16.667vw;
}

.vision__item1 {
	position: absolute;
	top: 0;
	left: 1.701vw;
}

.vision__item2 {
	position: absolute;
	top: 0;
	left: 20.035vw;
}

.vision__item3 {
	position: absolute;
	top: 0;
	left: 38.368vw;
}

.vision__item4 {
	position: absolute;
	top: 19.757vw;
	left: 10.868vw;
}

.vision__item5 {
	position: absolute;
	top: 19.757vw;
	left: 29.201vw;
}

.vision__item-image {
	widtH: 8.333vw;
	height: 8.333vw;
	margin: 0 auto 0;
}

.vision__item-title {
	font-size: 0.972vw;
	text-align: center;
	letter-spacing: 0.08em;
	margin-top: 1.111vw;
	line-height: 1.6;
}

.vision__item-text {
	font-size: 0.903vw;
	letter-spacing: 0.08em;
	margin-top: 0.833vw;
	line-height: 1.6;
}

.vision__item-text.center {
	text-align: center;
	line-height: 1.4;
}

.vision__item-text--small {
	font-size: 0.764vw;
}