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

.p-aboutus .p-pageTitle {
	background: url(../img/aboutus/bg_title_aboutus.png) no-repeat center top;
}
.p-aboutus .p-pageTitle:before {
	background: url(../img/aboutus/icon_aboutus.png) no-repeat center top, url(../img/aboutus/tit_aboutus.png) no-repeat center bottom;
	background-size: 90px 95px, 200px 70px;
}

.p-aboutus .p-photos {
	display: block;
	text-align: center;
	font-size: 0;
	margin: 15px -10px -24px;
}
.p-aboutus .p-photos .c-list {
	display: inline-block;
	vertical-align: top;
	width: 212px;
	height: 250px;
	margin: 0 9px 24px;
}
.p-aboutus .p-photos .c-list .c-photo {	
	width: 212px;
	height: 212px;
}
.p-aboutus .p-photos .c-list .c-photo.orange {
	background: url(../img/aboutus/bg_circle_orange.png) no-repeat;
}
.p-aboutus .p-photos .c-list .c-photo.green {
	background: url(../img/aboutus/bg_circle_green.png) no-repeat;
}
.p-aboutus .p-photos .c-list .c-photo.pink {
	background: url(../img/aboutus/bg_circle_pink.png) no-repeat;
}
.p-aboutus .p-photos .c-list .c-photo a {
	display: block;
	position: relative;
	z-index: 0;
	top: 10px;
	left: 10px;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
.p-aboutus .p-photos .c-list .c-photo a:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);   
}
.p-aboutus .p-photos .c-list .c-photo a img {
	position: absolute;
	z-index: -20;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo01 {	
	top: 0px;
	left: -10px;
	width: 280px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo02 {	
	bottom: -10px;
	left: 0px;
	width: 420px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo03 {	
	bottom: -30px;
	left: -130px;
	width: 400px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo04 {	
	bottom: -40px;
	right: -60px;
	width: 400px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo05 {	
	bottom: 0px;
	right: -90px;
	width: 400px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo06 {	
	bottom: 0px;
	right: -55px;
	width: 350px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo07 {	
	bottom: 0px;
	right: 0px;
	width: 340px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo08 {	
	bottom: -5px;
	left: -30px;
	width: 260px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo09 {	
	bottom: -15px;
	right: -100px;
	width: 420px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo10 {	
	bottom: 0px;
	right: -10px;
	width: 380px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo11 {	
	bottom: -20px;
	right: 0;
	width: 320px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .p-photo12 {	
	bottom: -70px;
	left: 0px;
	width: 420px;
	height: auto;
}
.p-aboutus .p-photos .c-list .c-photo .c-caption {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 3.2rem;
	margin: 22px 0 0;
}


@media screen and (max-width: 767px) {
	
	.p-aboutus .p-pageTitle {
		background-size: auto 100px;
	}
	.p-aboutus .p-pageTitle:before {
		width: 270px;
		height: 70px;
		background: url(../img/aboutus/icon_aboutus.png) no-repeat left center, url(../img/aboutus/tit_aboutus.png) no-repeat right center;
		background-size: 90px 95px, 200px 70px;
	}
	
}