
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	FV BG MOVIE
	==============================================================*/
	
	
	.black_lay{
		position: relative;
	}
	
	#bg-photo {
		position: absolute;
		top: 0;
		left: 0;
		background: url("/guidance/fcw/img/mv_bg_sp.jpg") no-repeat center;
		background-size: cover;
		min-width: 100vw;
		min-height: 100vh;
		z-index: -1;
	}
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
    
	#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;
		line-height:1;
		color: #fff;
		background: #974481d4;
		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: 116vw;
		opacity: 0.75;
		position:absolute;
		left: 50%;
		top: 42px;
		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;
	}
	
	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		position:relative;
	}
	
	#sec01 .wrapper{
		position:relative;
		box-sizing: border-box;
		padding: 100px 6vw;
	}


	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		color: #fff;
		font-feature-settings: 'palt';
		margin: 0 0 20px;
		letter-spacing: 0.1rem;
		position:relative;
	}

	#sec01 h2 span{
		display:inline-block;
		background:#000;
		padding: 4px 10px 4px;
		margin: 0 0 4px;
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #000;
		line-height:2.0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		position:relative;
	}
	
	/* ============================================================
 	sec BG
	==============================================================*/
    
	#sec_bg01{
		width: 100%;
		height: 200vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
		overflow: hidden;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	#sec_bg01 span{
		display: block;
		opacity:0.4;
		width: 100%;
		height: 100%;
		background: url("/guidance/fcw/img/sec01_bg_sp.jpg") no-repeat center right;
		background-size: cover;
	}
	
	
	/* ============================================================
 	sec_c_nav
	==============================================================*/
	
	#sec_c_nav{
		width: 100%;
		background: #fff;
		padding: 50px 0 20px;
	}
	
	#sec_c_nav .wrapper{
		text-align:center;
		position:relative;
	}

	#sec_c_nav .wrapper:before{
		content: "";
		display: block;
		width: 100%;
		height: calc(100% - 250px);
		border-radius:10px;
		background: linear-gradient(to right, #ebebeb 50%, #ffffff00 100%);
		position: absolute;
		bottom:0;
		left: 4vw;
	}
	
	#sec_c_nav h2{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		color: #333333;
		font-feature-settings: 'palt';
		margin: 0 0 30px;
		letter-spacing:0.2rem;
		position:relative;
	}

	#sec_c_nav h2 span.gakubu{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		color:#fff;
		background:#974481;
		padding: 0px 14px 2px;
		border-radius: 4px;
		vertical-align: text-top;
		margin: -1px 5px 0 0;
		display: inline-block;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	#sec_c_nav h2 span.sb1{
		font-weight: 600;
		font-size: 3.0rem;
	}

	
	#sec_c_nav ul{
		/* display:flex; */
		/* justify-content:space-between; */
		padding: 0 4vw 80px;
	}

	#sec_c_nav ul li{
		width: 100%;
		margin: 0 0 10px;
	}

	#sec_c_nav ul li a{
		display:block;
		border-radius: 10px;
		padding: 0;
		overflow: hidden;
		border: 2px solid #974481;
		position: relative;
	}

	#sec_c_nav ul li a .img_box{
		line-height:0;
	}

	#sec_c_nav ul li a h3{
		width:105%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.2rem;
		line-height: 1.3;
		text-align:center;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		background: #974481c7;
		padding: 0 0 14px;
		position:absolute;
		left:0;
		bottom:0;
	}

	#sec_c_nav ul li a h3 span.gakubu{
		font-size:1.2rem;
		display: inline-block;
		border:1px solid #fff;
		padding: 1px 10px 0;
	}

	#sec_c_nav ul li a h3 span.sb{
		font-weight: 500;
	}

	#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:#ce93b9;
		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;
	}

	
	
	
	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

