
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */

	#sec_main_wrap{
		background:url("../../img/mv_bg2_pc.jpg") no-repeat top center;
		background-size:cover;
	}
    
    
	/* ==============================================================
     *
     * profile
     *
     * ============================================================== */
     
     
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.profile #sec01{
		width: 100%;
		padding: 60px 0 160px;
		position:relative;
	}

	.profile #sec01 .wrapper{
		width: 800px;
	}

	

    .profile #sec01 .sub_ttl_box span{
    	display:block;
    	font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 2.4rem;
		text-align: center;
		color:#005292;
		line-height:100%;
    }
	
	
	.profile #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.8rem;
		letter-spacing: 3px;
		color:#005292;
		text-align: center;
		padding:0 0 60px;
	}

	.profile #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	.profile_list{
		width:100%;
    	margin:80px 0 0;
    }

    .profile_list tr{
    	background:#fff;
    }


    .profile_list tr:nth-child(odd){
    	background:#f0f2f5;
    }

    .profile_list th{
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 600;
    	font-size: 1.4rem;
    	padding: 20px 0 20px 20px;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: top;
    	letter-spacing:2px;
    	color:#005292;
    	width: 20%;
    }

    .profile_list td{
    	font-weight: 500;
    	font-size: 1.4rem;
    	padding: 20px 10px 20px 30px;
    	width: 80%;
    	position: relative;
    }

    .note_txt{
    	font-size:1.2rem;
    }
    
    .link-map{
    	position:absolute;
    	top: 20px;
    	right: 20px;
    }

    .link-map a{
    	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 1.4rem;
		color:#fff;
		padding: 6px 26px 6px 40px;
		background:#0096d7 url("/global/img/icon_win.gif") no-repeat 20px center;
		transition: all 0.5s cubic-bezier(0, 0, 0.1, 1.22) 0s;
    }

    .link-map a:hover{
    	background:#005292 url("/global/img/icon_win.gif") no-repeat 20px center;
    }


}



