@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#pagetop
=================================== */
#pagetop {
	margin-top: 60px !important;
}

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
	background-position: center top;
	background-repeat: repeat-x;
}

/* ===================================
#contents
=================================== */
#contents {
	margin-top: 30px;
}

/* ===================================
.staffContents
=================================== */
.staffContents {
	margin-bottom: 50px;
	background: #FFF;
}
.staffContents:last-child {
	margin-bottom: 0;
}
.staffContents h2 {
	box-sizing: border-box;
	height: 50px;
	padding-top: 8px;
	background: #06359D;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.staffContents hr {
	clear: both;
	border: none;
	border-top: 1px solid #DDD;
}
.staffContents .staffBox {
	float: left;
	width: 420px;
	margin: 50px 0 50px 40px;
}
.staffContents .staffBox .staffProfile {
}
.staffContents .staffBox .staffProfile dl {
	clear: both;
	padding: 20px 0 0 0;
}
.staffContents .staffBox .staffProfile dl:first-child {
	clear: none;
	float: left;
	width: 205px;
}
.staffContents .staffBox .staffProfile dl:nth-child(2) {
	clear: none;
	float: right;
	width: 205px;
}
.staffContents .staffBox .staffProfile dl dt {
	padding: 3px 10px;
	background: #F6F6F6;
	font-size: 14px;
	line-height: 1.6;
}
.staffContents .staffBox .staffProfile dl dd {
	padding: 10px 10px 0 10px;
	font-size: 14px;
	line-height: 1.6;
}
.staff01 .front {
	background: url(../img/img_staff_01.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff01 .back {
	background: url(../img/img_staff_01_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff02 .front {
	background: url(../img/img_staff_02.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff02 .back {
	background: url(../img/img_staff_02_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff03 .front {
	background: url(../img/img_staff_03.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff03 .back {
	background: url(../img/img_staff_03_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff04 .front {
	background: url(../img/img_staff_04.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff04 .back {
	background: url(../img/img_staff_04_02_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff05 .front {
	background: url(../img/img_staff_05.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff05 .back {
	background: url(../img/img_staff_05_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff06 .front {
	background: url(../img/img_staff_06.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff06 .back {
	background: url(../img/img_staff_06_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff07 .front {
	background: url(../img/img_staff_07.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
.staff07 .back {
	background: url(../img/img_staff_07_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}
/*.staff08 .front {
	background: url(../img/img_staff_08.png) 0 0 no-repeat;
}
.staff08 .back {
	background: url(../img/img_staff_08_on.png) 0 0 no-repeat;
    background-size: 420px 260px;
}*/

/* ===================================
.flip-container
=================================== */

.flip-container {
	perspective: 1000px;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back,
.back div {
	width: 420px;
	height: 260px;
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.front,
.back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

/* staff */
.frontStaff01 {
	background: url(../img/img_staff_01.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff01 {
	background: url(../img/img_staff_01_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff02 {
	background: url(../img/img_staff_02.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff02 {
	background: url(../img/img_staff_02_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff03 {
	background: url(../img/img_staff_03.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff03 {
	background: url(../img/img_staff_03_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff04 {
	background: url(../img/img_staff_04_02.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff04 {
	background: url(../img/img_staff_04_02_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff05 {
	background: url(../img/img_staff_05_03.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff05 {
	background: url(../img/img_staff_05_02_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff06 {
	background: url(../img/img_staff_06_05.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff06 {
	background: url(../img/img_staff_06_05_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff07 {
	background: url(../img/img_staff_07_04.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff07 {
	background: url(../img/img_staff_07_04_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff08 {
	background: url(../img/img_staff_08_04.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff08 {
	background: url(../img/img_staff_08_04_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff09 {
	background: url(../img/img_staff_09.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff09 {
	background: url(../img/img_staff_09_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff10 {
	background: url(../img/img_staff_10.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff10 {
	background: url(../img/img_staff_10_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff11 {
	background: url(../img/img_staff_11.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff11 {
	background: url(../img/img_staff_11_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff12 {
	background: url(../img/img_staff_12.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff12 {
	background: url(../img/img_staff_12_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff13 {
	background: url(../img/img_staff_13.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff13 {
	background: url(../img/img_staff_13_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.frontStaff14 {
	background: url(../img/img_staff_14.png) 0 0 no-repeat;
	background-size: 420px 260px;
}
.backStaff14 {
	background: url(../img/img_staff_14_on.png) 0 0 no-repeat;
	background-size: 420px 260px;
}

@media all and (-ms-high-contrast:none) {
    .flip-container {
	    perspective: 1000px;
	    transform-style: preserve-3d;
    }
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}
	.flip-container,
	.front,
	.back,
	.back div {
	   width: 420px;
	   height: 260px;
    }
    .flipper {
	    transition: 0.6s;
		transform-style: preserve-3d;
		position: relative;
    }
	.front,
	.back {
	    backface-visibility: hidden;
	    transition: 0.6s;
	    transform-style: preserve-3d;
	    position: absolute;
	    top: 0;
	    left: 0;
    }
    .front {
    	z-index: 2;
	    transform: rotateY(0deg);
    }
    .back {
	    transform: rotateY(-180deg);
	}
	.back div{
		transform: rotateY(-180deg);
	}
}
