
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	g_cv_btn 
	==============================================================*/
	
	.g_cv_btn li:nth-child(1){
		display:none;
	}
	.g_cv_btn li:nth-child(2){
		display:block;
	}


	/* ============================================================
 	main_numttl_wrap
	==============================================================*/

	#main_numttl_wrap{
		width:100%;
		padding: 120px 0 0;
	}

	#main_numttl_wrap h1{
		width: 92vw;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		text-indent: 20px;
		color: #fff;
		background:#48474d;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1;
		border-radius:40px 0 0 40px;
		padding: 12px 0 17px 52px;
		margin: 0 0 0 8vw;
		position:relative;
		z-index: 2;
	}


	#main_numttl_wrap h1:before{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: #a967e0;
		border-radius:50%;
		position: absolute;
		top: 50%;
		left: 6px;
		transform:translate(0, -50%);
	}


	#main_numttl_wrap h1 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		position:absolute;
		left: -1px;
		top: 15px;
	}

	#main_numttl_wrap h1 .nn{
		width: 82px;
		position:absolute;
		left: -56px;
		top: -32px;
	}

	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
    
	#main_t_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: url("../img/mv_bg_sp.jpg") no-repeat center -40px;
		background-size: 100% auto;
		padding: 70px 0 calc(78vw / 720 * 680 + 10px);
	}

	#main_t_wrap:after{
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		background: linear-gradient( to bottom,  #f7f7f700 0%, #f7f7f7 100% );
		position: absolute;
		bottom:0;
		left:0;
		z-index:10;
	}


	#main_t_wrap .mv_p_wrap{
		width: 78vw;
		position:absolute;
		line-height:0;
		left: calc(50%);
		bottom:0;
		z-index:10;
		transform: translate(-50%, 0);
	}

	#main_t_wrap .mv_p_box{
		position: relative;
	}

	#main_t_wrap .mv_p_box span{
		width: 100%;
		display: block;
		position:absolute;
		left:0;
		top:0;
	}

	#main_t_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.7rem;
		text-align:center;
		letter-spacing: 0rem;
		line-height: 2.2;
		font-feature-settings: 'palt';
		color:#fff;
	}

	#main_t_wrap h2 span{
		background: #a967e0;
		padding: 0 8px 4px;
	}


	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 20px 0 2px;
		background:#f7f7f7;
	}

	#sec01 .wrapper{
		
	}

	#sec01 .txt_wrap{
		/* display:flex; */
		/* justify-content:space-between; */
		width: 100%;
		box-sizing:border-box;
		padding: 24px;
		margin: 0 0 80px;
		background:#fff;
		border-radius:20px;
		position:relative;
		box-shadow: 0 0 16px 0 #dedede;
	}

	#sec01 .txt_wrap .txt_box{
		padding: 28px 0 0;
		/* width:660px; */
		/* order:1; */
	}

	#sec01 .txt_wrap .img_box_a{
		/* width:280px; */
		line-height:0;
		overflow:hidden;
		border-radius:10px;
		order:2;
	}

	#sec01 .txt_wrap .img_box_b{
		/* width:280px; */
		/* height: 260px; */
		line-height:0;
		overflow:hidden;
		border-radius:10px;
		order:2;
	}
	

	#sec01 .c_l .img_box_b{
		order:0;
	}

	#sec01 .img_ill{
		width: 84vw;
		margin: 0 -4vw 30px;
		position:relative;
	}

	#sec01 .img_ill span.s1{
		width: 24vw;
		position:absolute;
		left: 50%;
		bottom: 24%;
		transform:translate(-50%,0);
	}

	#sec01 .img_ill span.s2{
		width: 24vw;
		position:absolute;
		left: calc(50% - 3px);
		top: 43%;
		transform: translate(-50%,-50%);
	}

	#sec01 .img_ill span.s3{
		width: 84vw;
		position:absolute;
		left:0;
		top:0;
	}

	
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		/* text-align:center; */
		line-height: 1.4;
		color: #404040;
		font-feature-settings: 'palt';
		padding: 0 0 12px;
	}
	

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.65;
		letter-spacing:0.1rem;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0 0 22px;
	}

	#sec01 .gaka_list{
		display:flex;
		gap:0 4px;
		padding:4px 0 20px;
	}

	#sec01 .gaka_list li{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		line-height:1;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding:2px 10px 4px;
		border-radius:20px;
	}

	#sec01 .gaka_list li.fcw{
		background:#faedf7;
		border:1px solid #974582;
		color:#974582;
	}

	#sec01 .gaka_list li.fe{
		background:#faf1eb;
		border:1px solid #cb743a;
		color:#cb743a;
	}

	#sec01 .gaka_list li.fhs{
		background:#f0f9fa;
		border:1px solid #1d9bb1;
		color:#1d9bb1;
	}

	#sec01 .btn_list{
		display:flex;
		flex-wrap:wrap;
		gap:8px 0;
		margin: 0 -2vw;
	}

	#sec01 .btn_list li{
		width:100%;
	}

	#sec01 .btn_list a{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		color: #00205b;
		background:#f7f7f7;
		font-feature-settings: 'palt';
		padding: 8px 47px 12px 14px;
		border-radius: 6px;
		box-sizing: border-box;
		position: relative;
		/* width: 80vw; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		/* white-space: nowrap; */
	}

	#sec01 .btn_list a em{
		display: inline-block;
		font-style:normal;
		font-size: 1.3rem;
		background:#00205b;
		color:#fff;
		border-radius:4px;
		padding: 3px 9px 4px;
		margin: 8px 0 6px 0;
		vertical-align:text-top;
	}

	#sec01 .btn_list a span{
		display:inline-block;
		width: 21px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translate(0, -50%);
	}

	#sec01 .btn_list a span.ar{
		right: 6px;
	}


	

	/* ============================================================
 	sec_nav
	==============================================================*/
	
	#sec_nav{
		width: 100%;
		padding: 0 0 120px;
		background:#f7f7f7;
	}

	#sec_nav h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		text-align:center;
		color:#5a9b5c;
		font-feature-settings: 'palt';
		padding: 60px 0 14px;
	}
	
	#sec_nav .back_bnr_wrap{
		width:345px;
		margin:0 auto;
	}

	#sec_nav .back_bnr_wrap a{
		display:block;
		line-height:0;
	}

	#sec_nav .gakubu_bnr_wrap{
		width:345px;
		margin: 24px auto 0;
	}

	#sec_nav .gakubu_bnr_wrap a{
		display:block;
		line-height:0;
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

