@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.staffRepresent.staffIndex .pic {
	overflow: hidden;
}

.staffRepresent.staffIndex .pic img {
	transition: transform 1.6s ease;
}

.staffRepresent.staffIndex:hover .pic img {
	transform: scale(1.2);
}

.staffRepresent.staffIndex .desc {
	transition: color .8s ease;
}

.staffRepresent.staffIndex:hover .desc {
	color: #999;
}

.staffRepresent {
	margin: 65px auto 0;
	width: 905px;
	display: table;
}

.staffRepresent .pic,
.staffRepresent .desc {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.staffRepresent .pic {
	width: 420px;
}

.staffRepresent .pic img {
	width: 100%;
}

.staffRepresent .desc {
	padding-left: 55px
}

.staffRepresent .name {
	margin: 6px 0 45px;
	position: relative;
	font-size: 24px;
}

.staffRepresent .name:before {
	width: 170px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	background-color: #e5e5e5;
}

.staffRepresent .name:after {
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	background-color: #9b9b9b;
}

.staffRepresent .name .post {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.staffRepresent .name .ename {
	margin-left: 31px;
	position: relative;
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: normal;
	vertical-align: 3px;
}

.staffRepresent .ename img {
	width: 6px;
	position: absolute;
	top: 5px;
	right: -13px;
}

.staffRepresent .words {
	font-size: 14px;
	line-height: 2.3;
}

.personList {
	margin: 11px auto 144px;
	width: 1100px;
}

.personList li {
	margin-top: 84px;
	float: left;
	width: 340px;
}

.personList li:nth-child(3n-1) {
	margin: 84px 40px 0;
}

.personList li .pic {
	overflow: hidden;
}

.personList .pic img {
	width: 100%;
	transition: transform 1.6s ease;
}

.personList li p {
	padding-top: 27px;
	margin-right: -5px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 3px;
}

.personList li:hover .pic img {
	transform: scale(1.2);
}

.personList li .name {
	margin-top: 6px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 4px;
}

.personList li .name img {
	margin: 10px 9px 0 0;
	width: 6px;
}


@media all and (min-width: 0) and (max-width: 767px) {	
	.staffRepresent.staffIndex:hover .pic img {
		transform: scale(1);
	}
	
	.staffRepresent.staffIndex:hover .desc {
		color: #000;
	}
	
	.staffRepresent {
		padding: 0 37px;
		margin:40px auto 0;
		width: auto;
		display: block;
	}
	
	.staffRepresent .pic,
	.staffRepresent .desc {
		display: block;
	}
	
	.staffRepresent .pic {
		width: auto;
	}
	
	.staffRepresent .desc {
		padding-left: 0;
	}
	
	.staffRepresent .pic img {
		width: 100%
	}
	
	.staffRepresent .name {
		margin: 22px 0 12px;
		padding-left: 20px;
		font-size: 18px;
		text-align: center;
	}
	
	.staffRepresent .name .nameLeft {
		display: inline-block;
		text-align: left;
	}
	
	.staffRepresent .name .post,
	.staffRepresent .name .ename {
		font-size: 10px;
	}
	
	.staffRepresent .name .post {
		margin-bottom: 0;
	}
	
	.staffRepresent .name .ename {
		margin-left: 15px;
	}
	
	.staffRepresent .name::before,
	.staffRepresent .name::after {
		display: none;
	}
	
	.staffRepresent .ename img {
		width: 4px;
		top: 4px;
		right: -8px;
	}
	
	.staffRepresent .words {
		font-size: 12px;
		line-height: 2
	}
	
	.personList {
		margin: 0 0 72px;
		padding: 0 37px;
		width: auto;
	}
	
	.personList li {
		margin: 33px 0 0 0 !important;
		float: left;
		width: 47.2%;
	}
	
	.personList li:nth-child(even) {
		float:right;
	}
	
	.personList li:hover .pic img {
		transform: scale(1);
	}
	
	.personList li img {
		width: 100%;
	}
	
	.personList li p {
		padding-top: 12px;
		font-size: 10px;
	}
	
	.personList li .name {
		margin-top: 2px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	
	.personList li .name img {
		margin: 4px 6px 0 0;
		width: 4px;
	}
}


/*------------------------------------------------------------
	detail_html
------------------------------------------------------------*/
.chihiro {
	display: inline-block;
	position: absolute;
	font-size: 120px;
	letter-spacing: 4px;
	line-height:0.95;
	color: rgba(170,170,170, .1);
}

.person {
	margin-top: 90px;
	min-height: 387px;
	position: relative;
}

.person .chihiro {
	bottom: -16px;
	left: 9.7%;
	z-index: 2;
	
}

.person .chihiro img {
	width: 100%;
}

.person .pic {
	width: 62.23%;
	float: right;
}

.person .pic img {
	width: 100%;
}

.person .desc {
	position: absolute;
	top: 50%;
	left: 133px;
	transform: translateY(-50%);
}

.person .desc h2 {
	font-size: 32px;
	letter-spacing: 5px;
	font-weight: normal;
	line-height: 1.7;
}

.person .desc p {
	margin-top: 33px;
	letter-spacing: 4px;
}

.person .desc .name {
	margin-top: 7px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.briefIntro {
	margin: 0 auto;
	width: 1100px;
}

.briefIntro .brief {
	margin-top: 100px;
	position: relative;
}

.briefIntro .brief .pic {
	width: 310px;
	float: left;
}

.briefIntro .pic img {
	width: 100%;
}

.briefIntro .brief .desc {
	padding-left: 80px;
	width: 790px;
	box-sizing: border-box;
	float: right;
}

.briefIntro .brief1 .pic {
	width: 500px;
	float: right;
}

.briefIntro .brief1 .desc {
	padding: 0 100px 0 0;
	width: 600px;
	float: left;
}

.briefIntro .desc h3 {
	margin: 58px 0 18px;
	font-size: 23px;
	font-weight:600;
}

.briefIntro .brief1 .desc h3 {
	margin: 44px 0 20px;
}

.briefIntro .desc h3:first-child,
.briefIntro .brief1 .desc h3:first-child {
	margin-top: 0;
}

.briefIntro .desc p {
	font-size: 14px;
	line-height: 2.25;
	letter-spacing: 1px;
}

.briefIntro .brief .chihiro {
	right: 0;
	bottom: -85px;
	z-index: 0;
}

.briefIntro .brief1 .chihiro {
	left: 40px;
	bottom: -65px;
}

.changePerson {
	margin: 97px 0 141px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3.5px;
}

.changePerson a,
.changePerson em {
	display: inline-block;
	vertical-align: middle;
}

.changePerson em {
	opacity: 0;
	filter: alpha(opacity=0);
}

.changePerson span {
	padding: 0 64px;
	line-height:1.9;
}

.changePerson a svg,
.changePerson em svg {
	width: 18px;
	height: 35px;
	fill: #404040;
	transition: fill .5s ease;
	transform: scale(.8);
}

.changePerson a:hover svg {
	fill: #999;
}

/* There are two pictures without a picture. */
.briefIntro .briefTwo .desc {
	padding: 0 50px 0 0;
	width: 50%;
	float: left;
}

.briefIntro .briefTwo .desc2 {
	padding: 0 0 0 50px;
}

.briefIntro .briefTwo h3 {
	margin: 58px 0 19px;
}

.noSituation .brief1 {
	margin-top: 42px;
}

.noSituation .brief1 .desc {
	width: 100%;
	padding: 0 95px 0 0;
}

.noSituation .brief1 .desc h3 {
	margin-bottom: 18px;
}


/* There are one pictures without a picture */
.oneColSituation .brief1,
.oneColSituation .briefRow {
	margin-top: 90px;
}

.oneColSituation .brief1 .pic {
	float: left;
}

.oneColSituation .brief1 .desc {
	padding: 0 0 0 100px;
	float: right;
}

.oneColSituation .briefRow .desc {
	padding-top: 55px;
}



@media all and (min-width: 0) and (max-width: 767px) {
	.person {
		margin-top: 47px;
		min-height: auto;
	}
	
	.person .pic {
		padding-left: 20px;
		width: 100%;
		position: static;
		float: none;
		box-sizing: border-box;
	}
	
	.person .desc {
		width: 100%;
		position: static;
		transform: none;
	}
	
	.person .desc h2 {
		padding-left: 21px;
		font-size: 18px;
		letter-spacing: 3px;
		text-align: center;
		font-weight: normal;
	}
	
	.person .desc h2 span {
		display: inline-block;
		text-align: left;
	}
	
	.person .chihiro {
		margin-top: -8px;
		width: 100%;
		overflow: hidden;
		display: block;
		position: static;
		font-size: 45px;
		/*white-space: nowrap;*/
		text-align: center;
		letter-spacing: 3.3px;
	}
	
	.person .desc p {
		margin-top: -1px;
		font-size: 10px;
		text-align: center;
		letter-spacing: 1px;
	}
	
	.person .desc .name {
		margin: 6px 0 0 15px;
		display: inline-block;
		font-size: 12px;
	}
	
	.briefIntro {
		padding: 0 37px;
		width: auto;
	}
	
	.briefIntro .brief {
		margin-top: 41px;
	}
	
	.briefIntro .brief1,
	.briefIntro .brief.briefRow {
		margin-top: 37px;
	}
	
	.briefIntro .brief .pic,
	.briefIntro .brief .desc {
		width: auto;
		float: none;
	}
	
	.briefIntro .brief .pic {
		margin: 36px auto 0;
		width: 201px;
	}
	
	.briefIntro .brief1 .pic {
		width: 100%;
	}
	
	.briefIntro .brief .desc {
		padding: 0;
	}
	
	.briefIntro .brief .desc h3 {
		margin: 24px 0 8px;
		font-size: 15px;
	}
	
	.briefIntro .desc p {
		font-size: 12px;
		line-height: 1.56;
	}
	
	.changePerson {
		margin: 44px 0 64px;
		font-size: 12px;
	}
	
	.changePerson a svg {
		transform: scale(.61);
	}
	
	.changePerson span {
		padding: 0 40px;
	}
	
	.changePerson a:hover svg {
		fill: #404040;
	}
}


@media all and (min-width: 0) and (max-width: 355px) {
	.briefIntro .brief1,
	.briefIntro .brief.briefRow {
		margin-top: 35px;
	}
}
