
/*===============================================
　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:#e82c2c;
		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: 14px;
	}

	#main_numttl_wrap h1 .nn{
		width: 82px;
		position:absolute;
		left: -56px;
		top: -32px;
	}


	/* ============================================================
 	gakubu_navi
	==============================================================*/

	.gakubu_navi{
		width: 86vw;
		margin: 0 0 0 8vw;
		padding: 20px 0 0;
	}

	#sec_nav .gakubu_navi{
		width: 88vw;
		margin: 0;
		padding: 20px 0 0;
	}

	.gakubu_navi ul{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
		gap: 8px 0;
	}

	.gakubu_navi ul li{
		width: 49%;
	}

	.gakubu_navi ul a{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		text-align:center;
		text-indent: -10px;
		color: #fff;
		background:#48474d;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1;
		border-radius:40px;
		padding: 10px 0 12px;
		position:relative;
	}

	.gakubu_navi ul a span{
		font-size: 1.2rem;
		display:block;
		position:absolute;
		top: 49%;
		right: 10px;
		transform:translate(0,-50%)
	}

	.gakubu_navi li:nth-child(1) a{
		border:3px solid #974582;
	}

	.gakubu_navi li:nth-child(2) a{
		border:3px solid #5a9b5c;
	}

	.gakubu_navi li:nth-child(3) a{
		border:3px solid #cb743a;
	}

	.gakubu_navi li:nth-child(4) a{
		border:3px solid #1d9bb1;
	}

	.gakubu_navi li.act:nth-child(1) a{
		border:3px solid #f2e5ee;
		background:#fff;
		color:#974582;
		pointer-events: none;
	}

	.gakubu_navi li.act:nth-child(2) a{
		border:3px solid #daf0dc;
		background:#fff;
		color:#5a9b5c;
		pointer-events: none;
	}

	.gakubu_navi li.act:nth-child(3) a{
		border:3px solid #fee6d5;
		background:#fff;
		color:#cb743a;
		pointer-events: none;
	}

	.gakubu_navi li.act:nth-child(4) a{
		border:3px solid #def0f5;
		background:#fff;
		color:#1d9bb1;
		pointer-events: none;
	}

	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
    
	#main_t_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 70px 0 calc(78vw / 610 * 800 + 8px);
	}


	#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{
		width: 84vw;
		margin: 0 auto;
		padding: 12px 0 16px;
		border-radius: 80px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		text-align:center;
		letter-spacing: 0.1rem;
		line-height:1;
		font-feature-settings: 'palt';
		color:#cb7339;
		background:#faf2ed;
		border: 4px solid #cb7339;
	}

	#main_t_wrap h2 span{
		font-weight: 300;
	}

	#main_t_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size:1.5rem;
		letter-spacing: 0.1rem;
		line-height: 1.8;
		/* text-align:center; */
		color:#cb7339;
		font-feature-settings: 'palt';
		padding: 28px 12vw 0;
	}
	


	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 0 0 100px;
		background: linear-gradient( to bottom,  #fff 0%, #f7f7f7 25% );
	}

	#sec01 .wrapper{
		position: relative;
	}

	#sec01 .round_wrap{
		width: 94vw;
		border-radius: 0 20px 20px 0;
		padding: 22px 0 50px;
		margin: 0 6vw 0 0;
		background: linear-gradient( to left bottom,  #eab594 0%, #d58b5a 30% );
		position:relative;
		overflow:hidden;
		box-shadow: 0 0 16px 0 rgb(65 65 65 / 20%);
	}

	#sec01 .round_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height:100%;
		background:#fff;
		position: absolute;
		top: 748px;
		left:0;
	}

	#sec01 .ttl_wrap{
		height: 710px;
	}

	#sec01 .ttl_wrap .img_box{
		width: 100%;
		line-height:0;
		overflow:hidden;
		border-radius:10px;
		margin: 0 0 30px;
	}

	#sec01 .ttl_wrap .txt_wrap{
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 0 0 20px;
	}

	#sec01 h2 span{
		font-weight: 300;
	}

	#sec01 h2 i{
		font-weight: 300;
		font-style:normal;
		font-size: 2.2rem;
		padding:0 0 0 4px;
	}

	#sec01 .ttl_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.1rem;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 15px 0 0;
	}

	#sec01 .key_list li{
		margin: 0 0 3px;
	}

	#sec01 .key_list li span{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		line-height:1;
		letter-spacing: 0.1rem;
		color: #fff;
		background:#333333;
		font-feature-settings: 'palt';
		padding: 6px 10px 6px;
	}

	#sec01 .key_list li.t_rubi{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.0rem;
		line-height:1;
		letter-spacing: 0rem;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 0 0 0 14px;
	}

	#sec01 .voice_wrap{
	}

	#sec01 .voice_ttl{
		padding: 0 0 40px;
	}

	#sec01 .voice_ttl h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		text-align: center;
		line-height: 1.4;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 21px 5vw 0;
		margin: 16px 0 10px;
		border-top: 1px solid #cb7339;
		position: relative;
	}

	#sec01 .voice_ttl h3:before{
		content: "";
		display: block;
		width: 11px;
		height:11px;
		border-right: solid 1px #cb7339;
		border-top:solid 1px #cb7339;
		background:#fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform:translate(0, -50%) rotate(-45deg);
	}

	#sec01 .voice_name_wrap{
		width: 64vw;
		margin: 0 auto;
		position:relative;
	}

	#sec01 .voice_name_wrap p.voice{
		width: 110px;
		border-radius: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing:0.1rem;
		text-align:center;
		color: #cb7339;
		border: 1px solid #cb7339;
		background:#faf2ed;
		font-feature-settings: 'palt';
		padding: 7px 0 8px;
		position: relative;
		z-index: 2;
	}

	#sec01 .voice_name_wrap p.gakubu_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height:1;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		padding: 14px 0 2px;
		position: relative;
		z-index: 2;
	}

	#sec01 .voice_name_wrap p.gakubu_txt span{
		display:inline-block;
		color: #fff;
		background:#cb7339;
		padding: 3px 7px 4px;
	}

	#sec01 .voice_name_wrap p.gakubu_txt span:last-child{
		padding: 3px 7px 6px;
	}

	#sec01 .voice_name_wrap p.name_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing:0.1rem;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 4px 0 6px;
		position: relative;
		z-index: 2;
	}

	#sec01 .voice_name_wrap p.name_txt span{
		font-size: 1.0rem;
		padding: 0 0 0 3px;
	}

	#sec01 .voice_name_wrap p.name_txt i{
		display: block;
		font-size: 1.1rem;
		font-style: normal;
		padding: 5px 0 0;
	}

	#sec01 .voice_name_wrap .img_box{
		width: 28vw;
		line-height:0;
		position:absolute;
		bottom:0;
		left: 35vw;
		z-index: 0;
	}

	#sec01 .qa_list{
		display:flex;
		flex-wrap: wrap;
		gap: 40px 0;
	}

	#sec01 .qa_list li{
		/* width: 30%; */
	}

	#sec01 .qa_list h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		text-align:center;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 0 0 24px;
	}

	#sec01 .qa_list h4 span{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing:0.1rem;
		text-align:center;
		color: #fff;
		background:#cb7339;
		border-radius: 20px;
		padding: 2px 0 6px;
		margin: 0 0 24px;
		font-feature-settings: 'palt';
	}

	#sec01 .qa_list p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
	}


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 0 0 100px;
		background:#f7f7f7;
	}

	#sec02 .wrapper{
		position: relative;
	}

	#sec02 .round_wrap{
		width: 94vw;
		border-radius: 20px 0 0 20px;
		padding: 22px 0 50px;
		margin: 0 0 0 6vw;
		background: linear-gradient( to right bottom,  #eab594 0%, #d58b5a 30% );
		position:relative;
		overflow:hidden;
		box-shadow: 0 0 16px 0 rgb(65 65 65 / 20%);
	}

	#sec02 .round_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height:100%;
		background:#fff;
		position: absolute;
		top: 748px;
		left:0;
	}

	#sec02 .ttl_wrap{
		height: 710px;
	}

	#sec02 .ttl_wrap .img_box{
		width: 100%;
		line-height:0;
		overflow:hidden;
		border-radius:10px;
		margin: 0 0 30px;
	}

	#sec02 .ttl_wrap .txt_wrap{
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 0 0 20px;
	}

	#sec02 h2 span{
		font-weight: 300;
	}

	#sec02 h2 i{
		font-weight: 300;
		font-style:normal;
		font-size: 2.2rem;
		padding:0 0 0 4px;
	}

	#sec02 .ttl_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.1rem;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 15px 0 0;
	}

	#sec02 .key_list li{
		margin: 0 0 3px;
	}

	#sec02 .key_list li span{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		line-height:1;
		letter-spacing: 0.1rem;
		color: #fff;
		background:#333333;
		font-feature-settings: 'palt';
		padding: 6px 10px 6px;
	}

	#sec02 .key_list li.t_rubi{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.0rem;
		line-height:1;
		letter-spacing: 0rem;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 0 0 0 14px;
	}

	#sec02 .voice_wrap{
	}

	#sec02 .voice_ttl{
		padding: 0 0 40px;
	}

	#sec02 .voice_ttl h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		text-align: center;
		line-height: 1.4;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 21px 5vw 0;
		margin: 16px 0 10px;
		border-top: 1px solid #cb7339;
		position: relative;
	}

	#sec02 .voice_ttl h3:before{
		content: "";
		display: block;
		width: 11px;
		height:11px;
		border-right: solid 1px #cb7339;
		border-top:solid 1px #cb7339;
		background:#fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform:translate(0, -50%) rotate(-45deg);
	}

	#sec02 .voice_name_wrap{
		width: 64vw;
		margin: 0 auto;
		position:relative;
	}

	#sec02 .voice_name_wrap p.voice{
		width: 110px;
		border-radius: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing:0.1rem;
		text-align:center;
		color: #cb7339;
		border: 1px solid #cb7339;
		background:#faf2ed;
		font-feature-settings: 'palt';
		padding: 7px 0 8px;
		position: relative;
		z-index: 2;
	}

	#sec02 .voice_name_wrap p.gakubu_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height:1;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		padding: 14px 0 2px;
		position: relative;
		z-index: 2;
	}

	#sec02 .voice_name_wrap p.gakubu_txt span{
		display:inline-block;
		color: #fff;
		background:#cb7339;
		padding: 3px 7px 4px;
	}

	#sec02 .voice_name_wrap p.gakubu_txt span:last-child{
		padding: 3px 7px 6px;
	}

	#sec02 .voice_name_wrap p.name_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing:0.1rem;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 4px 0 6px;
		position: relative;
		z-index: 2;
	}

	#sec02 .voice_name_wrap p.name_txt span{
		font-size: 1.0rem;
		padding: 0 0 0 3px;
	}

	#sec02 .voice_name_wrap p.name_txt i{
		display: block;
		font-size: 1.1rem;
		font-style: normal;
		padding: 5px 0 0;
	}

	#sec02 .voice_name_wrap .img_box{
		width: 28vw;
		line-height:0;
		position:absolute;
		bottom:0;
		left: 35vw;
		z-index: 0;
	}

	#sec02 .qa_list{
		display:flex;
		flex-wrap: wrap;
		gap: 40px 0;
	}

	#sec02 .qa_list li{
		/* width: 30%; */
	}

	#sec02 .qa_list h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		text-align:center;
		color: #cb7339;
		font-feature-settings: 'palt';
		padding: 0 0 24px;
	}

	#sec02 .qa_list h4 span{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing:0.1rem;
		text-align:center;
		color: #fff;
		background:#cb7339;
		border-radius: 20px;
		padding: 2px 0 6px;
		margin: 0 0 24px;
		font-feature-settings: 'palt';
	}

	#sec02 .qa_list li:nth-child(2) h4{
		padding: 0 0 14px;
	}

	#sec02 .qa_list li:nth-child(2) h4 span{
		margin: 0 0 14px;
	}

	#sec02 .qa_list p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
	}

	


	/* ============================================================
 	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:#cb7339;
		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:0 auto;
	}

	#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) {
	
}

