@charset "UTF-8";
/*===============================
//
PC
//
===============================---*/
/*▼▼本社紹介▼▼*/
.office{
	width:90%;
	max-width:1080px;
	margin:0 auto 5%;
}
.office>h3{
	margin-bottom:5%;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.office>div>p{
	width:30%;
	float:left;
}
.office>div>div{
	width:64%;
	float:right;
}
.office>div>div>p{
	margin-bottom:4%;
}
.office>div>div>dl{
	padding:5%;
	border-radius:5px;
	background-color:#e6e6e6;
}
.office>div>div>dl>dt{
	padding:0.6% 4%;
	margin-bottom:1%;
	border-radius:5px;
	color:#fff;
	background:#001E50;
	display:inline-block;
}
.office>div>div>dl>dd{
	margin-bottom:1%;
	font-size:18px;
}
.office>div>div>dl>dd>span{
	margin:0 5px;
	font-weight:bold;
	line-height:1.4;
	color:#001E50;
}
/*▼▼スタッフ紹介▼▼*/
.staff{
	padding:5% 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#e6e6e6;
	box-shadow:0 -1px 0 #a0a0a0,0 1px 0 #a0a0a0;
}
.staff>div{
	width:90%;
	max-width:1080px;
	margin:0 auto;
}
.staff>div>h3{
	width:50%;
	margin:0 auto 5%;
}
.staff>div>div{
	padding:4.5% 5% 6% 28%;
	border-radius:5px;
	background-color:#fff;
	background-image:url(../img/bg_company_staff.png);
	background-repeat:no-repeat;
	background-position:3% bottom;
	background-size:auto 96%;
}
.staff>div>div>h4{
	margin-bottom:3%;
	color:#001E50;
	font-size:28px;
	font-weight:bold;
	line-height:1.6;
}
.staff>div>div>p{
	margin-bottom:2%;
	font-size:14px;
	line-height:1.6;
}
.staff>div>div>h5{
	text-align:right;
}



/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
 /* ************** */
@media screen and (max-width:768px){

/*▼▼本社紹介▼▼*/
.office{
	width:92%;
	margin:0 auto 8%;
}
.office>h3{
	margin-bottom:6%;
	font-size:18px;
	line-height:1.5;
}
.office>div>p{
	width:80%;
	margin:0 auto 8%;
	float:none;
}
.office>div>div{
	width:100%;
	float:none;
}
.office>div>div>p{
	margin-bottom:8%;
	font-size:12px;
	line-height:1.4;
}
.office>div>div>dl{
	padding:6%;
}
.office>div>div>dl>dt{
	padding:3% 2%;
	margin-bottom:5%;
	border-radius:5px;
	font-size:13px;
	text-align:center;
	display:block;
}
.office>div>div>dl>dd{
	margin-bottom:5%;
	font-size:16px;
	line-height:1.6;
	letter-spacing:0;
}
.office>div>div>dl>dd>span{
	margin:0 4px;
	line-height:1.6;
}
/*▼▼スタッフ紹介▼▼*/
.staff{
	padding:8% 0;
}
.staff>div{
	width:92%;
}
.staff>div>h3{
	width:100%;
	margin:0 auto 8%;
}
.staff>div>div{
	padding:8%;
	background-image:none;
}
.staff>div>div>p:first-child{
	margin-bottom:8%;
}
.staff>div>div>h4{
	margin-bottom:4%;
	font-size:18px;
	line-height:1.6;
}
.staff>div>div>p{
	font-size:13px;
	line-height:1.6;
}
.staff>div>div>h5{
	font-size:13px;
}
}