#support_staff #subimage{
	background: url("../images/support_staff/subimage.jpg") no-repeat center center;
}
#sstaff01 .hstyle01{
	font-size:140%;
}
#sstaff01 .inner1{
	position: relative;
	padding:30px 0;
}
#sstaff01 .inner1 .container{
	position: relative;
	z-index: 2;
}
#sstaff01 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	left:0;
	width: 38%;
	height:100%;
	z-index: 1;
}
#sstaff02{
	padding-bottom: 50px;
	background: url("../images/common/bg06.png");
}
#sstaff02 .en img{
	margin-top: -45px;
}
#sstaff02 .inner1{
	background: url("../images/support_staff/staff_bg1.png") no-repeat center center;
}
#sstaff02 .inner1 .photo{
	width: 300px;
	height: 300px;
	padding-top: 35px;
	margin: 0 auto 30px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
#sstaff02 .inner1 .photo .ttl{
	margin-top: 20px;
	text-align: center;
}
#sstaff02 p.ss-text1{
	padding: 0 3%;
	line-height: 2.5;
}
#sstaff02 .inner2{
	padding-bottom: 60px;
	background: #e8c0d3;
}
#sstaff02 h3 img{
	margin-top: -30px;
}
#sstaff02 .inner2 .timelist{
	padding-top: 20px;
	position: relative;
}
#sstaff02 .inner2 .timelist::before{
	content: " ";
	position: absolute;
	left: 50%;
	top:0;
	width: 1px;
	height: 100%;
	border-left:dotted 3px #fff;
}
#sstaff02 .inner2 .timelist::after{
	content: " ";
	position: absolute;
	left: 50%;
	bottom:0;
	margin-left: -5px;
	width:12px;
height:12px;
	border-radius: 50%;
	background: #fff;
}
#sstaff02 .inner2 .timelist .timeicon{
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -40px;
}
#sstaff02 .inner2 .timelist li{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center; 
	margin-bottom: 40px;
}
#sstaff02 .inner2 .timelist li:last-of-type{
	margin-bottom: 0;
}
#sstaff02 .inner2 .timelist li:nth-of-type(even){
	flex-direction: row-reverse;
}
#sstaff02 .inner2 .timelist li figure{width: 45%;}
#sstaff02 .inner2 .timelist li .text{
	width: 44%;
}
#sstaff02 .inner2 .timelist li .text .ttl{
margin-bottom:20px;
	font-size:130%;
	font-weight: bold;
}
#sstaff02 .inner2 .timelist li .time{
	position: absolute;
	top:50%;
	left: 45%;
	width: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	text-align: center;
	background: #e8c0d3;
	font-size: 160%;
	font-weight: bold;
	color: #e35580;
	text-shadow: 2px 2px 0 #fff;
}
.ulstyle02 li .img{
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.ulstyle02 li .img .ttl{
	position: absolute;
	left: 0;
	bottom:15px;
	width: 100%;
	padding-top: 0;
	margin-bottom: 0;
	text-align: center;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 1099px) {

}

@media (max-width: 767px) {
	#sstaff01 .inner1::before{
		width: 80%;
		height: 40%;
	}
	#sstaff01 .inner1{
		padding: 10px 0;
	}
	#sstaff02 p.ss-text1{
		margin-bottom:60px !important;
	}
	#sstaff02 .en img{
		width:90px;
	}
	#sstaff02 .inner1{
		background-size:120%;
		background-position: center top;
	}
	#sstaff02 .inner2{
		padding-bottom: 30px;
	}
	#sstaff02 .inner2 .timelist .timeicon{
		width: 50px;
		left: 30px;
	}
	#sstaff02 .inner2 .timelist li .time{
		top:100px;
		left:-45px;
		width: 80px;
		text-align: center;
		background: #fff;
		border-radius:0 5px 5px 0;
	}
	#sstaff02 .inner2 .timelist::before{
		left: 10px;
	}
	#sstaff02 .inner2 .timelist{
		padding-left: 10%;
	}
	#sstaff02 .inner2 .timelist li{
		margin-bottom: 20px;
	}
	#sstaff02 .inner2 .timelist li figure{
		width: 100%;
	}
	#sstaff02 .inner2 .timelist li .text{
		width: 100%;
	}
	#sstaff02 .inner2 .timelist li .text .ttl{
		margin-bottom: 10px;
		text-align: center;
	}
	#sstaff02 .inner2 .timelist::after{
		left: 11px;
	}
	.ulstyle02 li{
		width: 98%;
		margin-bottom: 20px;
	}
	.ulstyle02 li .img .ttl{
	bottom:10px;
	}
}
@media (max-width: 320px) {
	#sstaff02 .inner2 .timelist li .text .ttl{
		font-size:120%;
	}
}