@charset "utf-8";

/**
 *
 *  担当業務紹介
 *　category
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.category .inner{
	padding-bottom: 45px;	
}
.category .page-ttl{
	margin-bottom: 40px;	
}
.category .txt-lead{
	margin-bottom: 50px;	
}
.cat{
	margin-bottom: 75px;	
}
.sec{
	display:flex;
	margin-bottom: 35px;
	background:#F7AB68;		
}
.sec .txt-area{
	padding: 30px 40px;
}
.sec h4{
	margin-bottom: 22px;
	font-size:158%;	
}
.sec p{
	font-size:93%;
	line-height:2.3;	
}

.senior{
	display:flex;		
}
.senior .ttl{
	align-self:center;
	width: 320px;
	text-align:center;
	font-size:115%;
}
.senior .ttl span{
	display:block;
	padding-top: 5px;	
}
.senior li{
	position: relative;
	float: left;
	padding-bottom: 20px;	
    margin-bottom: 20px;
}
.senior li+li{
	margin-left: 40px;	
}
.senior li .pic{
	width: 190px;
	height: 160px;
	overflow:hidden;	
}
.senior li .pic img{
	transition: transform 0.5s;
}
.senior li a:hover .pic img{
	transform: scale(1.07);
}
.senior li .btn{
	position: absolute;
	right:-7px;
	bottom:0;
	width: 140px;
	height: 40px;
	padding-top: 13px;
	text-align:center;
	transition:.3s;	
}
.senior li .btn:after{
	content:url(../images/common/ico_arrow_ss_pc.png);
	right:-16px;
	bottom:3px;	
}
.senior li a:hover .btn{
	padding-left: 10px;	
}
.senior li a:hover .btn:after{
	right:-26px;
}


.cat.others h4,
.cat.others p{
	padding: 35px 25px 18px;
	line-height:1;
}
.cat.others p{
	margin-top: 5px;	
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.category .inner{
	padding-bottom: 15px;	
}
.category .page-ttl{
	margin-bottom: 20px;	
}
.category .txt-lead{
	margin-bottom: 25px;	
}
.cat{
	margin-bottom: 35px;	
}
.sec{
	display:block;
	margin-bottom: 25px;	
}
.sec .txt-area{
	padding: 15px 20px;
}
.sec h4{
	margin-bottom: 10px;
	font-size:115%;	
}
.sec p{
	font-size:86%;
	line-height:1.8;	
}

.senior{
	display:block;		
}
.senior .ttl{
	width: 100%;
	font-size:100%;
	margin-bottom: 10px;
}
.senior .ttl span{
	padding-top: 3px;	
}
#Page .senior .ttl span img{
	width: auto;
	height: 32px;	
}
.senior ul{
	width: 310px;
	margin: 0 auto;	
}
.senior li{
	float: left;
	width: 140px;
	padding-bottom: 18px;	
}
.senior li:nth-child(even){
	float: right;	
}
.senior li+li{
	margin-left: 0;	
}
.senior li+li+li{
	margin-top: 15px;	
}
.senior li .pic{
	width: 140px;
	height: 118px;
}
.senior li .btn{
	right:-3px;
	width: 80px;
	height: 28px;
	padding: 8px 0;	
}
#Page .senior li .btn img{
	width: auto;
	height: 10px;
}
.senior li .btn:after{
	content:url(../images/common/ico_arrow_ss_sp.png);
	right:-10px;
	bottom:2px;	
}
.senior li a:hover .btn{
	padding-left: 8px;	
}
.senior li a:hover .btn:after{
	right:-18px;
}
.cat.others h4{
	padding: 15px 20px 5px;
}
.cat.others p{
	padding: 0 20px 15px;	
	margin-top: 0;
}



}