/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: 382px;
		position: relative;
	}

	#main_wrap_sec:after{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 600 / 1400);
		background: linear-gradient( to top,  #fff 1%, #fff0 26% );
		position: absolute;
		top:0;
		left:0;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 600 / 1400);
		background:url(../img/mv_bg.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
	}
	
	/* ============================================================
 	bg_img
	==============================================================*/
	.bg_img01, .bg_img02, .bg_img03, .bg_img04, .bg_img05, .bg_img06, .bg_img07, .bg_img08, .bg_img09, .bg_img10, .bg_img11, .bg_img12, .bg_img13 {
		position: absolute;
		z-index: 1;
	}
	.bg_img01 {
		top: 146px;
		right: 260px;
		width: 120px;
	}
	.bg_img02 {
		top: 180px;
		right: 77px;
		width: 100px;
	}
	.bg_img03 {
		top: 230px;
		right: -100px;
	}
	.bg_img04 {
		top: 490px;
		right: 260px;
	}
	.bg_img05 {
		top: 540px;
		left: -145px;
	}
	.bg_img06 {
		top: 1700px;
		right: -100px;
	}
	.bg_img07 {
		top: 594px;
		left: 496px;
		width: 150px;
		display: none;
	}
	.bg_img08 {
		top: 1044px;
		left: 40px;
	}

	.iPad .bg_img01 {
		top: 23px;
		right: 260px;
		width: 119px;
	}
	.iPad .bg_img02 {
		top: 319px;
		right: 27px;
		width: 110px;
	}
	.iPad .bg_img03 {
		top: 208px;
		right: -92px;
	}
	.iPad .bg_img04 {
		top: 526px;
		right: 260px;
	}
	.iPad .bg_img05 {
		top: 467px;
		left: -153px;
	}
	.iPad .bg_img06 {
		top: 1700px;
		right: -100px;
		display: none;
	}
	.iPad .bg_img07 {
		top: 581px;
		left: 90px;
		width: 100px;
	}
	.iPad .bg_img08 {
		top: 1044px;
		left: 40px;
		display: none;
	}
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding:0;
	}
	
	#sec01 .wrapper {
		width: 1050px;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 90px 75px 200px;
		background:#fff;
	}

	#sec01 table{
		width:100%;
	}

	#sec01 tr{
		border-bottom: 1px solid #ccc;
	}
	
	#sec01 th {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0rem;
		font-feature-settings: 'palt';
		line-height: 1;
		color: #0858A3;
		padding: 26px 24px;
		white-space:nowrap;
	}

	#sec01 td {
		/* display:flex; */
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 0rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		padding: 27px 0 26px 24px;
	}

	#sec01 tr:last-child{
		border-bottom:none;
	}

	#sec01 h3{
		/* width: 330px; */
		display: inline-block;
		padding: 2px 10px 4px;
		margin: 0 0 5px;
		font-size: 1.6rem;
		background:#0858A3;
		color: #fff;
		/* text-align:center; */
		white-space: nowrap;
	}
	
	
}