
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	/* ============================================================
 	FV BG MOVIE
	==============================================================*/
	
	video {
		display: block;
	}
	
	.black_lay{
		position: relative;
	}
	
	.black_lay:after{
		content: "";
		display: block;
		width: 100%;
		height:100%;
		background: rgb(0 0 0 / 40%);
		position: fixed;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index: -1;
	}
	
	#bg-video {
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -2;
	}
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
    .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0.25s;
	}
	.cover_act{
		opacity:0
	}
    
	#main_sec_wrap{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	
	#main_sec_wrap .txt_wrap{
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index: 30;
	}
	
	#main_sec_wrap a{
		display: block;
	}

	#main_sec_wrap .txt_box{
		position:relative;
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 3.0rem;
		color:#000;
		line-height:1;
		background:#94CCD8;
		text-align:center;
		margin:88px 0 0;
		padding: 10px 0 12px;
		width: 350px;
	}

	#main_sec_wrap h1 span.sb{
		font-weight: 600;
	}

	#main_sec_wrap h1 span.s1{
		display:block;
		width:230px;
		position:absolute;
		top:-88px;
		left: 50%;
		transform:translate(-50%, 0);
	}

	#main_sec_wrap .eng_txt{
		width: 540px;
		opacity: 0.75;
		position:absolute;
		left: 50%;
		top: 42px;
		transform:translate(-50%, 0);
	}

	#main_sec_wrap .img_box{
		line-height:0;
		width:78px;
		height:78px;
		background:#fff;
		border-radius:50%;
		margin: 150px auto 3px;
		border: 2px solid #000000;
		animation: fade_loop 1.5s infinite cubic-bezier(0.13, 0.38, 0.43, 0.99);
	}

	#main_sec_wrap p{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.2rem;
		text-align: center;
	}
	
	#main_sec_wrap a .img_box {
		transition: all 0.4s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#main_sec_wrap a:hover .img_box {
		transform: scale(1);
		background:#94CCD8;
		border:2px solid #94CCD8;
		animation: none;
	}



	
	/* ============================================================
 	Modal CSS
	==============================================================*/
	
	#modal_win {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0);
		width: 100vw;
		height: 100vh;
		z-index: 10000;
		display: none;
		cursor: pointer;
	}

	#modal_win .m_n_wrap {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	#modal_win .m_n_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width:70vw;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win iframe{
		width:calc(70vw);
		height:calc(70vw*315/560);
		max-height:680px;
	}


	#modal_win .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
    
    #modal_win #youtube_wrap{
		line-height:0;
	}
	
	#modal_win p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.4rem;
		color:#7d7d7d;
		padding:3px 0 0;
	}
	
	#modal_win p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.4rem;
		color:#7d7d7d;
		padding:3px 0 0;
	}
	
	#modal_win ul > li{
		position:fixed;
		top: 20px;
		right: 20px;
	}
	#modal_win a.xClose{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.6rem;
		text-align:center;
		color:#fff;
		position: relative;
	}

	#modal_win a.xClose span{
		display:block;
		width:50px;
		line-height:0;
		border-radius:50%;
		border:2px solid #fff;
	}

	#modal_win a.xClose span{
		transition: all 0.4s cubic-bezier(0.12, 0.74, 0.36, 1);
	}

	#modal_win a.xClose:hover span{
		transform: scale(1.1);
	}
	
	/* ============================================================
 	sec_c_nav
	==============================================================*/
	
	#sec_c_nav{
		width: 100%;
		background: #94CCD8;
		padding: 100px 0;
	}
	
	#sec_c_nav .wrapper{
		text-align:center;
	}
	
	#sec_c_nav h2{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 30px;
		letter-spacing:0.2rem;
	}

	#sec_c_nav h2 span.gakubu{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		text-align: center;
		border-bottom:1px solid #000;
		display: block;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	#sec_c_nav h2 span.sb1{
		font-size: 3.6rem;
	}
	#sec_c_nav h2 span.sb2{
		font-size: 3.6rem;
		font-weight: 600;
	}

	
	#sec_c_nav ul{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
		padding: 0 60px 80px;
	}

	#sec_c_nav ul li{
		width: 49%;
		margin: 0 0 20px;
	}

	#sec_c_nav ul li a{
		display:block;
		background:#000;
		border-radius:50px;
		padding:20px 0;
	}

	#sec_c_nav ul li a h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.0rem;
		line-height:1;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.3rem;
	}

	#sec_c_nav ul li a h3 span{
		font-weight: 700;
	}

	#sec_c_nav ul li a p{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height:1;
		text-align: center;
		color:#94CCD8;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 8px 0 0 9px;
	}

	#sec_c_nav ul li a p:after{
		content: '\3009';
		display:inline-block;
		padding:0 0 0 7px;
		font-weight: 600;
		font-size: 1.4rem;
	}

	#sec_c_nav ul li a h3{
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec_c_nav ul li a:hover h3{
		color:#94CCD8;
	}


	#sec_c_nav ul  a {
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec_c_nav ul  a:hover {
		transform: scale(1.05);
		background:#fff;
	}

	

	
}



