/* PC */
@media(min-width:750px) {
	body {
		min-width: 1280px;
	}
	
	.title-size {
		font-size: 54px;
	}
	
	.text-size {
		font-size: 20px;
	}
	
	#nav-content {
		margin: 0 64px;
	}
	#nav-logo {
		content: url(../images/logo.png);
		width: 164px;
		height: auto;
	}
	.nav-link-container {
		flex: 1;
	}
	
	.bg1 {
	 	background-image: url(../images/bg01.jpg);
		background-size:100% 100%;
		width: 100%;
		height: 56vw;
		min-height: calc(1280 * 0.56px);
	}
	.page1-title-size {
		font-size: 54px;
	}
	.page1-text-size {
		font-size: 20px;
	}
	.page1-text-wrap {
		display: block;
	}
	
	.bg2 {
		display: flex;
		flex-direction: row;
		
	 	background-image: url(../images/bg02.png);
		background-size:100% 100%;
		width: 100%;
		height: 56vw;
		min-height: calc(1280 * 0.65px);
	}
	.page2-title-size {
		font-size: 54px;
	}
	.page2-title-wrap {
	}
	.page2-right-ajust {
		width: 60%;
	}
	.page2-text-ajust {
		padding-right: 80px;
		line-height: 160%;
	}
	.page2-spec-ajust {
		font-size: 20px;
		line-height: 230%;
	}
	.page2-button-margin {
		margin-top: 75px;
	}
	
	.bg3 {
	 	background-image: url(../images/bg03.jpg);
		background-size:100% 100%;
		width: 100%;
		height: 58vw;
		min-height: calc(1280 * 0.58px);
	}
	.page3-text-size {
		font-size: 24px;
	}
	.page3-players {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 40px;
	}
	
	.bg4 {
	 	background-image: url(../images/bg04.png);
		background-size:100% 100%;
		width: 100%;
		height: 55vw;
		min-height: calc(1280 * 0.55px);
	}
	.page4-title {
		width: 900px;
		text-align: left;
	}
	.page4-content {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		width: 900px;
		margin-top: 35px;
	}
	.page4-card1 {
		width: 460px;
		height: 158px;
	}
	.page4-card1-icon {
		width: 80px;
		height: 80px;
		margin: 0 15px;
	}
	.page4-card-text-adjust {
		margin: 20px 20px 0 20px;
	}
	.page4-content-row2-card {
		width: 205px;
		height: 330px;
	}
	.page4-card-text {
		font-size: 15px;
		line-height: 112%;
		color: rgba(0, 0, 0, 0.5);
	}
	.page4-card-gap {
		width: 15px;
		height: 15px;
	}
	
	.bg5 {
	 	background-image: url(../images/bg05.png);
		background-size:100% 100%;
		width: 100%;
		height: 83vw;
		min-height: calc(1280 * 0.85px);
		align-items: center;
	}
	
	.bg5b {
	 	background-image: url(../images/bg05.png);
		background-size:100% 100%;
		width: 100%;
		height: 83vw;
		min-height: calc(1280 * 0.63px);
		align-items: center;
	}
	
	.page5-top {
		width: 900px;
	}
	.page5-table {
		margin-top: 0px;
	}
	.page5-card-icon {
		width: 140px;
		height: 140px;
	}
	
	.page5b-top {
		width: 900px;
	}
	.page5b-table {
		margin-top: 66px;
	}
	.page5b-card-icon {
		width: 140px;
		height: 140px;
	}
	
	.bg6 {
	 	background-image: url(../images/bg06.jpg);
		background-size:100% 100%;
		width: 100%;
		height: 55vw;
		min-height: calc(1280 * 0.55px);
		align-items: flex-start;
	}
	.page6-content {
		margin-left: 140px;
		align-items: flex-start;
		justify-content: center;
	}
	.page6-card {
		width: 450px;
		height: 178px;
	}
	.page6-card-logo {
		width: 168px;
		height: 168px;
	}
	.page6-lab-text {
		font-size: 26px;
		color: #000000;
		margin-bottom: 16px;
	}
	.page6-text-adjust {
		width: 411px;
		margin-top: 48px;
	}
	.page7-content {
		width: 75%;
	}
}