/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: 500px;
		position: relative;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 1140px;
		height: 500px;
		background:url(../img/mv_bg.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
	}
	
	#main_wrap_sec::after {
		content: "";
		position: absolute;
		right: 11%;
		bottom: 19px;
		width: 180%;
		max-width: 1380px;
		height: 300px;
		background: linear-gradient(to left, #0B4C86, #0072ce);
		z-index: 1;
		transform: translateX(30%);
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding: 60px 0 0;
		position: relative;
	}
	
	#sec01 .wrapper {
		width: 1000px;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 18px 0 0px;
	}
	#sec01 .base_wrap{
		margin: 0 0 100px;
	}
	#sec01 h2{
		font-family: 'Noto Sans', sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 6px auto 5px;
	}
	
	#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.5rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		padding: 0px 136px 0 21px;
		color: #000;
	}

	#sec01 .flex_wrap{
		display:flex;
		justify-content:left;
		gap:20px;
		margin: 0 0 26px;
	}

	#sec01 .img_box{
		width:110px;
	}
	#sec01 a {
		position:relative;
	}
	#sec01 .btn_view a span {
		font-size: 1.3rem;
		font-weight: 500;
		padding: 0 0 0 14px;
	}

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

	.map_wrap{
		width:1000px;
		height: 450px;
		border-radius:10px;
		overflow:hidden;
	}

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