
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/
	
     .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_wrap{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background: url("../img/main_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}
		
	#main_wrap h1{
		text-align: center;
		letter-spacing: 2px;
		font-size: 3.3rem;
		font-weight: 500;
		width: 80%;
		position:absolute;
		top: 50%;
		left:50%;
		font-family: 'Noto Sans JP', sans-serif;
		transform: translate(-50%, -50%);
		background: linear-gradient(90deg, #ff9600 , #ff9701 5%, #f7b817);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgb(255 150 0);
	}
	#main_wrap h1 span{
		display: block;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
		margin: -64px 0 -12px;
		font-size: 1.8rem;
		text-align: center;
		color: #ff9600;
	}
    
    /* ============================================================
 	main vi swiper
	==============================================================*/
	#main_wrap .swiper_bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		transition: all 14s cubic-bezier(0.38, 0.36, 0.6, 0.6) 0s;
		transform: scale(1);
	}
	
	#main_wrap .notransition{
		transition:none !important;
		transform: scale(1) !important;
	}

	#main_wrap .swiper-slide-active .swiper_bg{	
		transform: scale(1.2);
	}
	#main_wrap .swiper-slide-prev .swiper_bg{	
		transform: scale(2);
	}
	#main_wrap #progress_wrap{
		position: absolute;
		left: 5%;
		bottom: 50px;
		background: rgba(255,255,255,0.3);
		height: 1px;
		z-index: 10;
		width: 90%;
	}
	#main_wrap #progress {
		background: #fff;
		height: 1px;
	}
	
	
  
	
	
	/* =========================================================================
 	interview
	===========================================================================*/
	
	/* sec01 ----------------------------- */
	#sec01 {
		background: #f6f6f6;
		padding: 50px 0 16px;
		text-align: center;
	}

	#sec01 .wrapper{
	}

	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		width: 70%;
		font-size: 2.7rem;
		letter-spacing: 1px;
		margin: 0 0 42px;
		text-align:left;
		position:relative;
		line-height:4.0rem;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
	}

	#sec01 h2:before{
		content:"";
		height:1px;
		width:40px;
		top:60px;
		position:absolute;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);

	}

	#sec01 p{
		width: 100%;
		font-size:1.5rem;
		letter-spacing: 0.1rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin: 0 0 37px;
	}

	#sec01 p span{
		color:#ff9600;
	}
	
	
	/* =========================================================================
 	sec02
	===========================================================================*/
	
	/* sec02 ----------------------------- */
	#sec02 {
		padding: 50px 0 16px;
	}

	#sec02 .wrapper{
	}

	#sec02 .flex li{
		margin: 0 0 60px;
	}

	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 1px;
		color:#459bd2;
		position:relative;
		line-height: 3rem;
		margin: 0 0 9px;
	}

	#sec02 p{
		font-size:1.5rem;
		letter-spacing: 0.1rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin: 0 0 16px;
		line-height: 150%;
	}

	#sec02 .box_02{
		margin: 55px 0 60px;
	}

	#sec02 .box_02 .img_box{
		width: 100%;
	}

	#sec02 .box_03{
		margin: 18px 0 0;
	}

	#sec02 .box_03 .img_box{
		width:100%;
	}

	#sec02 .box_02 p,#sec02 .box_03 p{
		line-height: 150%;
	}
	
	/* ============================================================
 	btn
	==============================================================*/
	
	#sec01 .btn_more a span{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size: 1.1rem;
		text-align: center;
		margin:0 0 2px;
	}
		
	#sec02 .btn_more a span{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size: 1.1rem;
		text-align: center;
		margin:0 0 2px;
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

