.contents-page {
	max-width: 1275px;
	margin: 0 auto;
	padding: 0px 20px 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	height: 380px;
}

.fv-left {
	height: 260px;
	width: 50%;
}

.fv-left img {
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.fv-right {
	width: 50%;
}

.fv-right .title {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	margin-left: 60px;
	letter-spacing: 5px;
}

.fv-right .read {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-size: 18px;
	margin-left: 60px;
}

.fv-right .text {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.service {
	display: flex;
	max-width: 1275px;
	margin: 0 auto;
	margin-top: 130px;
	position: relative;
}

.service .left {
	width: 50%;
}

.left-inner {
	margin-left: 60px;
}

.text-head {
	margin-top: 60px;
	font-size: 14px;
	color: #14adce;
	letter-spacing: 0.05em;
}

.title {
	margin-top: 20px;
	font-size: 30px;
	color: #14adce;
}

.left-inner .text {
	font-size: 15px;
	color: #3d3d3d;
	padding-right: 30px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 50px;
	margin-bottom: 60px;
}

.service .right {
	width: 50%;
}

.service .right img {
	width: 100%;
	padding-top: 70px;
}

.left-bg::after {
	content: "";
	background: #f5f8f9;
	position: absolute;
	width: 200%;
	height: 100%;
	z-index: -1;
	right: 40%;
}

.right-bg::after {
	content: "";
	background: #f5f8f9;
	position: absolute;
	width: 200%;
	height: 100%;
	z-index: -1;
	left: 40%;
}
.mb-140 {
	margin-bottom: 140px;
}

.btns {
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.btns a {
	width: 123px;
	border-radius: 17px;
	border: 2px solid #14adce;
	padding: 5px 0;
	text-align: center;
	color: #14adce;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-right: 5px;
	margin-bottom: 10px;
}

.app {
	max-width: 1275px;
	margin: 0 auto;
	position: relative;
	margin-top: 120px;
}

.app .item-head {
	display: flex;
	margin-bottom: 180px;
}

.app .item-head .item-left {
	width: 50%;
}

.item-left-inner {
	margin-left: 60px;
}

.app .item-head .item-left .text {
	margin-top: 50px;
	font-size: 15px;
	color: #3d3d3d;
	line-height: 2;
	letter-spacing: 0.05em;
}

.app .item-head .item-right {
	width: 50%;
	position: relative;
}

.app .item-head .item-right img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 20%;
	left: -20%;
}

.mb-90 {
	margin: 0 auto;
	margin-bottom: 90px;
}

.kinou {
	padding-top: 85px;
	background-color: #f5f8f9;
	padding-bottom: 80px;
}

.kinou .items {
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 90px;
}

.kinou .items .item-head {
	text-align: center;
	height: 95px;
}

.kinou .items .item-head img {
	height: 100%;
}

.kinou .items .item {
	display: flex;
	margin-top: 80px;
}

.kinou .items .item .left {
	width: 50%;
}

.kinou .items .item img {
	display: block;
	margin: 0 auto;
}

.kinou .items .item .right {
	width: 50%;
}

.kinou .items .item .read {
	font-size: 16px;
	color: #14adce;
	left: 0.15em;
}

.kinou .items .item .kinou-title {
	font-size: 24px;
	color: #090c08;
	font-weight: bold;
	margin-top: 10px;
}

.kinou .items .item .kinou-text {
	margin-top: 40px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #3d3d3d;
}

.pr-50 {
	padding-right: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.section-line {
	border-bottom: 2px solid #cccccc;
	width: 600px;
	margin: 0 auto 80px;
}

.fv-img-service {
		height: 310px;
	}

@media screen and (max-width: 768px) {
	.contents-page {
		display: block;
		height: 500px;
	}
	.contents-page .title {
		font-size: 27px;
		letter-spacing: 0.05em;
		text-align: center;
		color: #fff;
		padding-top: 20px;
		margin-top: 0;
	}
	.contents-page .read {
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin-top: 5px;
	}
	.fv-left {
		width: 100%;
		height: 150px;
		margin-top: 30px;
	}
	.fv-right {
		width: 100%;
	}
	.fv-right .text {
		text-align: center;
		margin: 0;
		margin-top: 30px;
	}
	.app {
		margin-top: 40px;
	}
	.app .item-head {
		display: block;
		margin-bottom: 0;
	}
	.app .item-head .item-left,
	.app .item-head .item-right {
		width: 100%;
	}
	.item-left-inner {
		margin: 0 30px;
	}
	.item-left-inner .title {
		margin-top: 0;
		text-align: center;
		font-size: 20px;
	}
	.app .item-head .item-left .text {
		margin-top: 25px;
		font-size: 12px;
	}
	.app .item-head .item-right img {
		position: static;
		width: 90%;
		margin: 50px 0 20px;
	}
	.mb-90 {
		margin-bottom: 40px;
	}
	.kinou {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.kinou .items .item {
		display: block;
		margin-top: 40px;
	}
	.kinou .items .item-head {
		height: 62px;
	}
	.kinou .items .item .left,
	.kinou .items .item .right {
		width: 100%;
	}
	.kinou .items .item img {
		width: 70%;
	}
	.kinou .items .item .read {
		text-align: center;
		margin-top: 20px;
		font-size: 12px;
	}
	.kinou .items .item .kinou-title {
		text-align: center;
	}
	.pr-50,
	.pl-50 {
		padding: 0;
	}
	.kinou .items .item .kinou-text {
		padding: 0 25px;
		font-size: 12px;
	}
	.kinou .items .item .right {
		margin-top: 55px;
	}
	.section-line {
		width: 90%;
	}
	.kinou .items {
		margin-bottom: 50px;
	}


	/* service */
	.service {
		display: block;
		margin-top: 50px;
	}
	.service .left {
		width: 90%;
		margin: 0 auto;
	}
	.left-inner {
		margin: 0;
	}
	.text-head {
		margin-top: 0;
		text-align: center;
		font-size: 14px;
	}
	.title {
		font-size: 24px;
		text-align: center;
		margin-top: 10px;
	}
	.left-inner .text {
		margin-top: 30px;
		margin-bottom: 40px;
		font-size: 12px;
		padding-right: 0;
	}
	.service .right {
		width: 100%;
		position: relative;
	}
	.service .right img {
		padding-top: 30px;
	}
	.mb-140 {
		margin: 50px auto 80px;
	}
	.btns {
		margin-bottom: 20px;
	}
	.btns a {
		font-size: 10px;
		width: 105px;
		margin-right: 10px;
	}
	.left-bg::after {
		width: 0;
		height: 0;
	}
	.right-bg::after {
		width: 0;
		height: 0;
	}
	.left-bg-sp::after {
		content: "";
		position: absolute;
		background: #f5f8f9;
		width: 200%;
		height: 70%;
		z-index: -1;
		right: 20%;
	}
	.right-bg-sp::after {
		content: "";
		position: absolute;
		background: #f5f8f9;
		width: 200%;
		height: 70%;
		z-index: -1;
		left: 20%;
		top: 5%;
	}
	.fv-img-service {
		height: 175px;
		margin-top: 40px;
	}
}

