@charset "utf-8";

/* 企業情報トップ
-------------------------------------------------- */
/* リード */
.aboutus_top .lead{
	background:#f5f5f5 url(../jpg/bg_aboutus_top.jpg) no-repeat center top;
	background-size:100% auto;
	padding-top:190px;
}
.aboutus_top .lead-inner{
	padding:15px 10px 20px 10px;
	background:#f5f5f5;
}
.aboutus_top .lead-box{
	line-height:157%;
}
.aboutus_top .lead-box .leadobj img{
	display:block;
	width:25.4rem;
	margin-bottom:15px;
}

/* 統合管理 */
.aboutus_top .management{
	padding:20px 10px
}
.aboutus_top .management h4{
	background:#d90013;
	color:#ffffff;
	font-weight:400;
	padding:1.2rem;
	position:relative;
	cursor:pointer;
}
.aboutus_top .management h4::before{
	content:'－';
	width:1.6rem;
	height:1.6rem;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-1.3rem;
	font-size:1.6rem;
	background:#ffffff;
	color:#d90013;
	padding:0.5rem;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.aboutus_top .management h4.close::before{
	content:'＋';
}
.aboutus_top .management .list{
	background:#f5f5f5;
	padding:10px 10px 5px 10px;
}
.aboutus_top .management .list-item{
	background:#ffffff;
	padding:10px;
	margin-bottom:5px;
}
.aboutus_top .management .list-item h5{
	color:#d90013;
	font-weight:500;
	margin-bottom:10px;
}
.aboutus_top .management .list-item p{
	font-size:1.1rem;
	line-height:135%;
}

/* 会社案内動画 */
.aboutus_top .mv-wrap{
	width:100%;
	padding:0 10px 20px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.aboutus_top .mv-wrap .mv{
	width:100%;
	position:relative;
	padding-top:56.25%;
}
.aboutus_top .mv-wrap iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%!important;
	height:100%!important;
}

/* ボタン */
.aboutus_top .btn{
	padding:0 10px;	
}
.aboutus_top .btn ul li{
	margin-bottom:15px;
}
.aboutus_top .btn ul li a{
	display:block;
}
.aboutus_top .btn ul li a img{
	display:block;
}
.aboutus_top .btn ul li a span{
	display:block;
	text-align:center;
	background:#d90013;
	font-size:2.2rem;
	color:#ffffff;
	padding:10px 0;
	font-weight:300;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* 企業情報トップ
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* パンくず */
	#crumb{
		background:#f5f5f5;
	}

	/* リード */
	.aboutus_top .lead{
		background:#f5f5f5 url(../jpg/bg_aboutus_top.jpg) no-repeat right center;
		background-size:contain;
		padding-top:0;
	}
	.aboutus_top .lead-inner{
		padding:45px 0 50px 0;
		background: -moz-linear-gradient(left,  rgba(245,245,245,1) 0%, rgba(245,245,245,1) 55%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 55%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 55%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	.aboutus_top .lead-box{
		max-width:1280px;
		line-height:200%;
		margin:0 auto;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 50px;
	}
	.aboutus_top .lead-box .leadobj img{
		display:block;
		width:295px;
		margin-bottom:20px;
	}
	.aboutus_top .lead-box .text{
		max-width:715px;
	}

	/* 統合管理 */
	.aboutus_top .management{
		max-width:1024px;
		padding:50px 30px;
		margin:0 auto;
	}
	.aboutus_top .management h4::before{
		right:6px;
	}
	.aboutus_top .management .list{
		padding:20px 15px 10px 15px;
	}
	.aboutus_top .management .list .list-inner{
		display:table;
		margin-bottom:10px;
		border-collapse:separate;
		border-spacing:5px 0;
	}
	.aboutus_top .management .list-item{
		display:table-cell;
		width:33.333%;
		padding:15px;
	}
	.aboutus_top .management .list-item h5{
		text-align:center;
		margin-bottom:15px;
	}
	.aboutus_top .management .list-item p{
		font-size:12px;
	}

	/* 会社案内動画 */
	.aboutus_top .mv-wrap{
		max-width:840px;
		padding:0 0 50px 0;
		margin:auto;
	}

	/* ボタン */
	.aboutus_top .btn{
		padding:0 30px 50px 30px;	
	}
	.aboutus_top .btn ul{
		text-align:center;
		max-width:1280px;
		letter-spacing:-0.4em; /* 改行による隙間対策 */
		margin:0 auto;
	}
	.aboutus_top .btn ul li{
		display:inline-block;
		letter-spacing:normal; /* 改行による隙間対策 */
		margin-bottom:0;
		width:30%;
		max-width:330px;
		text-align:center;
		margin:0 1.66%;
	}
	.aboutus_top .btn ul li a span{
		padding:15px 0;
		font-size:15px;
	}
}