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



/* メインコンテンツスタイル */
.sec-container .wrap {
	max-width: 1100px;
}
.sec-container .sec-title {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 50px;
	line-height: 1;
}
.sec-container .sec-title:before {
	content: "";
	display: block;
	width: 200px;
	height: 36px;
	background: url("../img/common/pc-ttl-header.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec-container .sec-title .text {
	display: block;
	line-height: 1.1;
}

@media screen and (max-width: 480px) {
	.sec-container .sec-title {
		padding-top: 37px;
	}
	.sec-container .sec-title:before {
		width: 130px;
		height:26px;
	}
}


/* sec-staff */
#sec-staff {
}

#sec-staff .wrap {
}

#sec-staff .staff-wrap {
    width: 100%;
    overflow: hidden;
}

#sec-staff .staff-wrap .staff-list {
    width: calc(100% + 5%);
    margin-left: -2.5%;
    margin-right: -2.5%;
    display: flex;
    flex-wrap: wrap;
}

#sec-staff .staff-wrap .staff-list .item {
	width : 33.33333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	padding: 0 2.5%;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	#sec-staff .staff-wrap .staff-list {
	    flex-wrap: wrap;
	}
	#sec-staff .staff-wrap .staff-list .item {
	    width: 50%;
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
}

#sec-staff .staff-wrap .staff-list .item {
    display: block;
}

#sec-staff .staff-wrap .staff-list .item .c-wrap {
}

#sec-staff .staff-wrap .staff-list .item .c-wrap .img-box {
    display: block;
	max-width: 245px;
	margin: 0 auto;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .img-box .image {
    display: block;
    margin: 0 0 20px 0;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .img-box .image img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box {
    display: block;
    padding-top: 15px;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box .sst {
	margin: 0 0 6px 0;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box .sst .kana {
	display: inline-block;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box .type {
	display: block;
	margin: 0 0 20px 0;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box .type p {
	display: inline-block;
	border-bottom: 1px solid #1c4d50;
	padding: 0 0 1px 0;
	margin-right: 8px;
	letter-spacing: 0.01em;
	font-size: 12px;
}
#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box .message {
	display: block;letter-spacing: 0.05em;
}


@media screen and (max-width: 480px) {
	#sec-staff .staff-wrap .staff-list .item .c-wrap .info-box {
	    padding-top: 5px;
	}
}









