
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	FV BG MOVIE
	==============================================================*/
	
	
	.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-photo {
		position: absolute;
		top: 0;
		left: 0;
		background: url("/guidance/fe/img/mv_bg_sp.jpg") no-repeat center;
		background-size: cover;
		min-width: 100vw;
		min-height: 100vh;
		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:#F5AF7E;
		text-align:center;
		margin:88px 0 0;
		padding: 10px 0 12px;
		width: 80vw;
	}

	#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: 97vw;
		opacity: 0.75;
		position:absolute;
		left: 50%;
		top: 48px;
		transform:translate(-50%, 0);
	}

	#main_sec_wrap .img_box{
		line-height:0;
		width: 70px;
		height: 70px;
		background:#fff;
		border-radius:50%;
		margin: 130px 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;
	}



    

	
	/* ============================================================
 	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:94vw;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win iframe{
		width:calc(94vw);
		height:calc(94vw*315/560);
	}


	#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 ul > li{
		position:fixed;
		bottom:20px;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	#modal_win a.xClose{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.5rem;
		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;
	}
	
	/* ============================================================
 	sec_c_nav
	==============================================================*/
	
	#sec_c_nav{
		width: 100%;
		background: #F5AF7E;
		padding: 60px 0 80px;
	}
	
	#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: 1.8rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 20px;
		letter-spacing:0.2rem;
	}

	#sec_c_nav h2 span.gakubu{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		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: 2.4rem;
	}
	#sec_c_nav h2 span.sb2{
		font-size: 2.4rem;
		font-weight: 600;
	}

	
	#sec_c_nav ul{
		padding: 0 0 50px;
	}

	#sec_c_nav ul li{
	margin: 0 0 12px;
	}

	#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: 500;
	}

	#sec_c_nav ul li a p{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height:1;
		text-align: center;
		color:#F5AF7E;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 9px 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.2rem;
	}
	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

