/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		position: relative;
	}
	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		padding-top: 100%;
		background:url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
		z-index: 2;
	}

	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding: 80px 0 0;
		position: relative;
	}
	
	#sec01 .wrapper {
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
	}
	#sec01 .base_wrap{
		margin: 0 0 100px;
	}
	#sec01 h2{
		font-family: 'Noto Sans', sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		color: #000000;
		position:relative;
		line-height: 1.4;
		padding: 0 0 0px 19px;
		margin: 0 auto 6px;
	}
	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background: #66CCFF;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}

	#sec01 p.body_txt{
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.4rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		color: #000;
		text-align: left;
	}

	#sec01 .flex_wrap{
		margin: 0 0 10px;
	}

	#sec01 .img_box{
		width: 30%;
		margin: 0 0 10px;
	}
	#sec01 a {
		position:relative;
		width: 100%;
		font-size: 1.5rem;
		padding: 20px 20px 20px;
		box-sizing: border-box;
		white-space: nowrap;
		margin: 0 0 8px;
	}
	#sec01 .btn_view a span {
		font-size: 1.3rem;
		font-weight: 500;
		padding: 0 0 0 14px;
	}

	#sec01 .btn_flex{
		margin:30px 0 0;
	}
	#sec01 a > span.pdf_span {
		display: block;
		width: 25px;
		line-height: 0;
		position: absolute;
		left: 25px;
		top: 52%;
		transform: translate(0, -50%);
	}

	.map_wrap{
		width: 100%;
		height: 350px;
		border-radius:10px;
		overflow:hidden;
	}

	iframe{
		width:100%;
		height:100%;
	}
	
}