
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	#cv_goal{
		display:none;
	}

	#digital_p{
		display:none;
	}

	footer .telemail_wrap{
		display:none;
	}

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		/* height: 240px; */
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		padding: 94px 8vw 30px;
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.2;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
	}

	#main_sec_wrap .ci_box{
		width: 170px;
		position:absolute;
		top:20px;
		left: 5vw;
		filter: brightness(0) invert(1);
	}
	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding:100px 0;
		position:relative;
	}

	#sec01 .wrapper{
		
	}

	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.4rem;
		letter-spacing: 0rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		text-align:center;
		font-feature-settings: 'palt';
		padding: 12px 0 4px;
	}


	#sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.6;
		/* text-align:center; */
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 10px;
	}

	#sec01 p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		text-indent: -1em;
		font-feature-settings: 'palt';
		padding: 4px 0 48px 1em;
	}

	#sec01 .btn_list{
		/* width: 430px; */
		margin: 0 5vw;
	}

	#sec01 .btn_list a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		text-align: center;
		background: #00205B;
		display:block;
		border-radius:30px;
		padding: 13px 0 15px;
		position: relative;
	}

	#sec01 .btn_list a span{
		display:inline-block;
		vertical-align: text-top;
		width: 18px;
		margin: -5px -6px 0 6px;
	}


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 100px 0;
		background:#f6f6f6;
		position:relative;
	}

	#sec02 .wrapper{
	}

	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}


	#sec02 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.8;
		/* text-align:center; */
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 50px;
	}

	#sec02 .t_wrap{
		background:#fff;
		border:2px solid #00205b;
		border-radius:30px;
		padding: 30px 6vw 6vw;
		margin: 0 -2vw 100px;
	}

	#sec02 .t_wrap .ttl_wrap{
		/* width:400px; */
		margin: 0 0 20px;
		padding: 0 0 20px;
		position:relative;
	}

	#sec02 .t_wrap .ttl_wrap:before{
		content: "";
		display: block;
		width: 14px;
		height:14px;
		background: #00205B;
		position: absolute;
		bottom:0;
		left: 50%;
		transform:translate(-50%,0) rotate(-45deg);
	}
	
	#sec02 .t_wrap .ttl_wrap:after{
		content: "";
		display: block;
		width: 80vw;
		height: 14px;
		background: #fff;
		border-bottom:2px solid #00205B;
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform:translate(-50%,0);
	}

	#sec02 .t_wrap .ttl_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #000;
		font-feature-settings: 'palt';
		padding: 62px 0 0;
		text-align: center;
		position:relative;
	}

	#sec02 .t_wrap .ttl_wrap span{
		display:block;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.8rem;
		color:#fff;
		background: #9b82b9;
		border-radius: 28px 28px 4px 28px;
		padding:10px 0 0;
		line-height:1;
		text-align:center;
		letter-spacing:0rem;
		font-feature-settings: 'palt';
		position:absolute;
		left: 50%;
		top:0;
		transform: translate(-50%, 0);
	}

	#sec02 .t_wrap > p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 0 0 50px;
	}

	#sec02 .t_wrap .uplist{
		display:flex;
		flex-wrap: wrap;
		gap: 60px 0;
		padding:0 0 50px;
	}

	#sec02 .t_wrap .uplist li{
		width: 100%;
	}

	#sec02 .t_wrap .uplist h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height:1.4;
		text-align:center;
		color:#fff;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		background: #9b82b9;
		border-radius:6px;
		padding:8px 0 10px;
	}

	#sec02 .t_wrap .uplist h4 span{
		display:inline-block;
		box-sizing:border-box;
		width: 24px;
		height: 24px;
		text-align: center;
		color:#9b82b9;
		background:#fff;
		border-radius:50%;
		vertical-align: text-top;
		margin: 1px 7px 0 0;
	}

	#sec02 .t_wrap .uplist .img_box{
		line-height:0;
		width:80%;
		margin:20px auto;
	}

	#sec02 .t_wrap .uplist p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.05rem;
		font-feature-settings: 'palt';
		text-indent:0em;
		padding: 0 0 0 0;
	}

	#sec02 .t_wrap .uplist li:nth-child(2) p{
		text-indent: -1.4em;
		padding: 0 0 0 1.4em;
	}

	#sec02 .t_wrap .uplist p span{
		color:#9b82b9;
	}

	#sec02 .t_wrap .uplist p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 4px 0 16px 20px;
	}

	#sec02 .t_wrap .uplist p.note_txt2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 4px 0 16px;
	}

	#sec02 .flow_wrap{
	}

	#sec02 .flow_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #fff;
		text-align:center;
		background:#000;
		font-feature-settings: 'palt';
		padding: 12px 0 14px;
		border-radius:40px;
		margin: 0 0 50px;
	}

	#sec02 .flow_wrap .flow_list{
		display:flex;
		flex-wrap:wrap;
		gap:50px 0;
	}

	#sec02 .flow_wrap .flow_list li{
		width:100%;
		box-sizing:border-box;
		border-radius:12px;
		background:#fff;
		overflow:hidden;
		padding: 0 16px 16px;
	}

	#sec02 .flow_wrap h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #fff;
		background:#9b82b9;
		font-feature-settings: 'palt';
		text-align: center;
		padding: 88px 7vw 30px;
		margin: 0 -16px 40px;
		position:relative;
	}

	#sec02 .flow_wrap .flow_list li:first-child h4{
	}

	#sec02 .flow_wrap h4 > span{
		display:block;
		width: 52px;
		height: 52px;
		box-sizing:border-box;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size:2.4rem;
		color:#9b82b9;
		background: #fff;
		border-radius: 28px 28px 4px 28px;
		padding:10px 0 0;
		line-height:1;
		text-align:center;
		letter-spacing:0rem;
		font-feature-settings: 'palt';
		position:absolute;
		left: 50%;
		top: 20px;
		transform: translate(-50%,0);
	}

	#sec02 .flow_wrap h4 > span > span{
		display:block;
		font-size:1.1rem;
		letter-spacing:0.1rem;
	}

	#sec02 .btn_list{
		/* width: 430px; */
		margin: 0 0;
	}

	#sec02 .btn_list a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		text-align: center;
		background: #00205B;
		display:block;
		border-radius:30px;
		padding: 13px 0 15px;
		position: relative;
	}

	#sec02 .btn_list a span{
		display:inline-block;
		vertical-align: text-top;
		width: 18px;
		margin: -5px -6px 0 6px;
	}


	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec03 .wrapper{

	}

	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}


	#sec03 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:1.6;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 0;
	}


	
	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

