/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: calc(100vw * 1.1);
		position: relative;
	}

	#main_wrap_sec:after{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 1.4);
		background: linear-gradient( to top,  #fff 1%, #fff0 26% );
		position: absolute;
		top:0;
		left:0;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 1.4);
		background:url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
	}

	.mv_ttl_wrap{
		position:absolute;
		top: 19%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.mv_ttl_wrap h1 .eng_txt{
		display:block;
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size: 3.6rem;
		white-space: nowrap;
		letter-spacing: 0rem;
		padding: 7px 0 0;
	}

	.mv_ttl_wrap h1 .jp_txt{
		display:block;
		font-family: 'Noto Sans', sans-serif;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0rem;
	}
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		background-size:180% auto;
		padding: 0 0 50px;
		margin: -150px 0 0;
	}
	
	#sec01 .wrapper {
		width: 94vw;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 80px 10% 0;
		background: #fff;
		margin: 0 auto;
	}
	
	#sec01 ul{
		
	}

	#sec01 ul li{margin: 0 0 30px;}

	#sec01 .img_box{
		line-height:0;
		margin:0 0 24px;
	}
	
	#sec01 h2 {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0rem;
		font-feature-settings: 'palt';
		line-height: 1.6;
		color: #0858A3;
		padding: 0 0 10px;
		margin: 0 0 13px;
		position:relative;
	}

	#sec01 h2:before{
		content: "";
		display: block;
		width: 48px;
		height: 1px;
		background:#898989;
		position: absolute;
		bottom:0;
		left:0;
	}

	#sec01 p {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		letter-spacing: 0rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		padding: 0 0 20px;
	}

	#sec01 p span{
		display:block;
		font-size: 1.0rem;
		letter-spacing: 0rem;
	}
	
}