@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a {
	outline: none;
	text-decoration:none;
}

/*========pc_style========*/
@media screen and (min-width: 751px) {
	body{
		min-width:1080px;
		max-height:100%;
		position:relative;
		background:#fff;
	}
	/*========ヘッダー========*/
	header{
		width:100%;
		height:50px;
		background:rgba(255,255,255,0.8);
	}
	.amg_logo{
		padding:10px 0px 0 10px;
		width:360px;
		float:left;
	}
	.header_wrap{
		position:relative;
	}
	header ul{
		position:absolute;
		right:0px;
		top:-1px;
		float:left;
	}
	header ul li{
		width:150px;
		height:50px;
		background:#fff;
		display:inline-block;
	}
	header ul li.active{
		width:150px;
		height:50px;
		background:#f34565;
		display:inline-block;
	}
	header ul li:hover{
		transition:ease 0.6s;
		background:#eee;
	}
	header ul li.active:hover{
		background:#f34565;
	}
	header ul li:nth-child(3){
		margin-right: 0px;
	}
	header ul li:nth-child(4){
		width:56px;
		height:50px;
		padding-left:10px;
		background:#fff;
		display:inline-block;
	}
	header ul li:nth-child(5){
		width:70px;
		height:50px;
		background:#fff;
		display:inline-block;
	}
	header ul li img{
		padding:17px 20px;
	}
	header ul li:nth-child(3) img{
		padding:17px 27px;
	}
	
	/*======map======*/
	#leader{
		width: 100%;
		background: #f7fdff;
		padding-bottom: 50px;
	}
	#leader_ttl{
		width: 100%;
		height: 300px;
		background: url(../images/leader/leader_ttl_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	#leader_ttl h1{
		width: 1080px;
		margin: auto;
		text-align: right;
		position: absolute;
		top:114px;
		right: 20%;
	}
	#leader .leader_txt01{
		text-align: center;
		color:#4b4b4b;
		letter-spacing: 0.6px;
		line-height: 180%;
	}
	.leader_container{
		width:1080px;
		margin: auto;
		padding: 60px 0;
	}
	.left_img{
		width:210px;
		height: 210px;
		float: left;
		margin-right: 30px;
	}
	.leader_top{
		width: 900px;
		margin: auto;
		margin-top: 60px;
	}
	.right_txt{
		width: 660px;
		float: left;
	}
	.right_txt p{
		padding-top: 20px !important;
	}
	.leader_container ul li:nth-child(2),.leader_container li:nth-child(3),.leader_container li:nth-child(4){
		display: inline-block;
		width: 330px;
		text-align: center;
		padding-top: 60px;
		vertical-align: top;
	}
	.leader_container ul li:nth-child(2),li:nth-child(3){
		margin-right: 36px;
	}
	.leader_container ul li img{
		padding-top: 15px;
	}
	.leader_container ul li p{
		padding-top:15px;
	}
	
	/*======other_links======*/
	.other_link_wrap{
		width: 1080px;
		margin: auto;
		text-align: center;
		padding-top: 70px;
	}
	.other_link_wrap h3{
		text-align: center;
	}
	.other_link_wrap ul {
		margin-top: 30px;
	}
	.other_link_wrap ul li{
		display: inline-block;
		margin-right: 0;
	}
	.other_link_wrap a:hover{
		opacity: 0.6;
		transition:ease 0.6s;
	}
	/*======other_links======*/
	footer{
		font-size:14px;
		color:#fff;
		text-align: center;
		width: 100%;
		height:212px;
		background: url(../images/footer_bg.png) repeat-x;
		margin-top: 40px;
	}
	footer p{
		padding-top: 170px;
	}
	
	.sp_style{
		display:none;
	}
}

@media screen and ( max-width:750px) {
	 body{
		width:750px;
		margin:auto;
		position:relative;
		background:url(../images/bg.gif) repeat;
		overflow-x:hidden;
	}
	/*======header======*/
	header{
		width: 750px;
		height:80px;
		position: fixed;
		background:#fff;
		z-index: 9999;
	}
	header .amg_logo{
		padding:21px 0 0 10px;
	}
	.h_floor{
		position: absolute;
		right: 0px;
		top:0;
		width:190px;
		height: 80px;
		background: #1da1f2;
	}
	.h_floor img{
		padding: 29px 0 0 13px;
	}
	.h_top{
		position: absolute;
		right: 190px;
		top:0;
		width: 174px;
		height: 80px;
		background: #f82b65;
	}
	.h_top img{
		padding: 29px 0 0 13px;
	}
	header a{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	
	/*======main======*/
	#leader{
		width: 750px;
		background: #f7fdff;
		padding-bottom: 60px;
		padding-top: 80px;
	}
	#leader_ttl{
		width: 750px;
		height: 362px;
		background: url(../images/leader/sp/leader_ttl.jpg) no-repeat;
	}
	.leader_container{
		width: 710px;
		margin: auto;
		padding: 60px 0;
	}
	
	#leader .leader_txt01{
		text-align: center;
		color:#4b4b4b;
		letter-spacing: 0.6px;
		line-height: 180%;
		font-size: 22px;
	}
	
	.leader_container ul li{
		display: inline-block;
		width: 710px;
		text-align: center;
		padding-top: 50px;
	}
	.leader_container ul li:nth-child(1){
		padding-top: 20px;
	}
	.leader_container ul li  img{
		display: inline-block;
		text-align: center;
		padding-top: 40px;
	}
	.leader_container ul li p{
		text-align: center;
		font-size: 22px;
		padding-top: 30px;
		line-height: 180%;
	}


	
	/*======other_link======*/
	.other_link_wrap{
		padding-top: 80px;
	}
	.other_link_wrap h3{
		text-align: center;
	}
	.other_link_wrap ul{
		width: 670px;
		margin: auto;
		padding-top: 40px;
	}
	.other_link_wrap ul li:nth-child(2){
		padding-top: 10px;
	}
	.other_link_wrap ul li:nth-child(3){
		padding-top: 10px;
	}
	
	#sns{
		width:710px;
		margin:auto;
		text-align:center;
		padding-top:60px;
	}
	#sns h3{
		padding-top:80px;
		margin-bottom: 120px;
	}
	
	.twitter{
		position:relative;
		width:350px;
		float:left;
		margin-left:-60px;
	}
	.tw_abs{
		position:absolute;
		top:-60px;
		left:270px;		
	}
	.line{
		position:relative;
		width:350px;
		float:left;
	}
	.line_abs{
		position:absolute;
		top:-60px;
		left:260px;		
	}
	
	footer{
		width:750px;
		height:300px;
		margin-top: 100px;
		background: url(../images/sp/footer_bg.png) no-repeat;
	}
	footer p{
		text-align: center;
		font-size:20px;
		color:#fff;
		padding-top: 180px;
	}

	
	.pc_style{
		display:none;
	}
}


/*========共通設定========*/
li{
	list-style:none;
}

.clear{
	clear:both;
}

