@charset "utf-8";
/***************************************************************************************************
	page_people_introduction.css
***************************************************************************************************/
#pagetop {
	position: relative;
	width: calc(100% - 215px);
	height: 100%;
}
#page_people_introduction {
	position: relative;
	width: 100%;
	height: 100%;
}
#page_people_introduction .pagecontent {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
/*
*/
#page_people_introduction .blk_1 {
	position: relative;
	width: 50%;
}
#page_people_introduction .blk_1_1 {
	position: absolute;
	left:40px;
	top:40px;
	z-index: 2;
}
#page_people_introduction .blk_1_1 h2 {
	position: absolute;
}
#page_people_introduction .blk_1_1 h2 span {
	display: block;
	color:#231816;
	font-weight: 700;
	white-space: nowrap;
}
#page_people_introduction .blk_1_1 h2 span:nth-of-type(1) {
	font-size: 18px;
}
#page_people_introduction .blk_1_1 h2 span:nth-of-type(2) {
	font-size: 40px;
}
#page_people_introduction .blk_1_2 {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* background-image: url('../images/people/people_1_photo.jpg'); */
	background-position: 50% 0;
	background-size: cover;
	transition: opacity 1.2s ease-out 0s;
}
#page_people_introduction .blk_1_2.show {
	pointer-events: auto;
	opacity: 1;
}
#page_people_introduction .blk_1_2.hide {
	pointer-events: none;
	opacity: 0;
}
#page_people_introduction .page_link {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
#page_people_introduction .blk_1_2_content {
	position: absolute;
	display: block;
	left:0;
	top:100%;
	width: 100%;
	transform: translateY(-100%);
}
#page_people_introduction .blk_1_2_1 {
	position: relative;
	background-color: #EDEDED;
	width: 100%;
	height: auto;
	min-height: 70px;
	padding: 10px 150px 10px 30px;
}
#page_people_introduction .blk_1_2_1_1 {
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}
#page_people_introduction .blk_1_2_1_2 {
	position: absolute;
	left:calc(100% - 17px);
	top:15px;
	transform: translateX(-100%);
}
#page_people_introduction .blk_1_2_1_2 .lin_1 {
	position: relative;
	display: block;
	background-color: #ffffff;
	width: 120px;
	height: 40px;
}
#page_people_introduction .blk_1_2_1_2 .lin_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #1379B9;
	transform-origin: 100% 0;
  transform: scale(0, 1);
	transition: transform .2s ease-out 0s;
}
#page_people_introduction .page_link:hover .blk_1_2_1_2 .lin_1::before {
  transform-origin: 0 0;
  transform: scale(1, 1);
}
#page_people_introduction .blk_1_2_1_2 .lin_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:calc(100% - 20px);
	top:50%;
	border-top:2px solid #1479B9;
	border-right:2px solid #1479B9;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: border-color .1s ease-out 0s;
}
#page_people_introduction .page_link:hover .blk_1_2_1_2 .lin_1::after {
	border-color: #ffffff;
}
#page_people_introduction .blk_1_2_1_2 .lin_1 span {
	position: absolute;
	display: block;
	width: 100%;
	height:100%;
	color: #c50a0a;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
	padding: 12px 0 0 15px;
	transition: color .1s ease-out 0s;
}
#page_people_introduction .page_link:hover .blk_1_2_1_2 .lin_1 span {
	color: #ffffff;
}
#page_people_introduction .blk_1_2_2 {
	position: relative;
	background-color: #1479B9;
	width: 100%;
	min-height: 90px;
	padding: 10px 30px 20px 30px;
}
#page_people_introduction .blk_1_2_2_1 {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: 700;
}
#page_people_introduction .blk_1_2_2_2 {
	position: relative;
	padding: 10px 0 0 0;
}
#page_people_introduction .blk_1_2_2_2 ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#page_people_introduction .blk_1_2_2_2 ul li {
	position: relative;
	padding: 0 8px 8px 0;
}
#page_people_introduction .blk_1_2_2_2 ul li span {
	position: relative;
	color: #1479B9;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 700;
	white-space: nowrap;
	padding: 2px 10px 3px 10px;
}
/* peace add */
#page_people_introduction .blk_1_2_2_2 ul li span.tag_on {
	color: #ffffff;
	background-color: #44b7ff;
}
/*
*/
#page_people_introduction .blk_2 {
	position: relative;
	width: 50%;
	height: 100%;
}
/*  */
#page_people_introduction .blk_2_1 {
	position: relative;
	height: 57.1%;
}
#page_people_introduction .blk_2_1 .rep_1_1 {
	background-color: #1479B9;
}
/*  */
#page_people_introduction .blk_2_2 {
	position: relative;
	height: 28.6%;
}
#page_people_introduction .blk_2_2 .rep_1_1 {
	background-color: #FDD128;
}
/*  */
#page_people_introduction .blk_2_3 {
	position: relative;
	height: 14.3%;
}
#page_people_introduction .blk_2_3 .rep_1_1 {
	background-color: #66B914;
}
/*
*/
#page_people_introduction .blk_2 .rep_1 {
	position: relative;
	display: flex;
	width: 100%;
	height:100%;
}
#page_people_introduction .blk_2 .rep_1_1 {
	position: relative;
	left:0;
	top:0;
	width: 35px;
	height: 100%;
}
#page_people_introduction .blk_2 .rep_1_1 h3 {
	position:relative;
	display: block;
	color: #ffffff;
	writing-mode: vertical-lr;
	left: 50%;
	top:30px;
	transform: translateX(-50%);
	font-size: 13px;
	line-height: 2;
	letter-spacing: 2px;
}
#page_people_introduction .blk_2 .rep_1_1 h3::after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:0;
	top:0;
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	left: 50%;
	top:-12px;

	transform-origin: 100% 0;
	transform: rotate(45deg) translateX(-50%);
}


#page_people_introduction .blk_2 .rep_1_2 {
	position: relative;
	width: calc(100% - 35px);
	height: 100%;
}
#page_people_introduction .blk_2 .blk_2_3 .rep_1_2 {
	position: relative;
	width: calc(100% - 35px);
	height: 100%;
	/* pointer-events: none; */
}
#page_people_introduction .blk_2 .rep_1_2 ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul {
	background-color: #DCEBF5;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul {
	background-color: #FFF8DF;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul {
	background-color: #fff4df;
}
#page_people_introduction .blk_2 .rep_1_2 ul li {
	position: relative;
	display: block;
	width: 25%;
	height: 25%;
	overflow: hidden;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li {
	width: 25%;
	height: 25%;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li {
	width: 25%;
	height: 50%;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li {
	width: 25%;
	height: 100%;
}
#page_people_introduction .blk_2 .rep_1_2 ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(1) {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: calc(100% - 26px);
	/* background-image: url('../images/people/people_1_thumb.jpg'); */
	background-position: 50% 10%;
	background-size: cover;
}
#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(1) img {
  position: absolute;
	display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
	display: none;
}
#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(2) {
	position: absolute;
	display: table-cell;
	left:0;
	top:100%;
	width: 100%;
	height: auto;
	min-height: 26px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color:#ffffff;
	letter-spacing: 0;
	padding: 5px 3px;
	transform: translateY(-100%);
	transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li p:nth-child(2) {
	background-color: #1479B9;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li.active p:nth-child(2) {
	color: #1479B9;
	background-color: #ffffff;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li p:nth-child(2) {
	background-color: #FDD128;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li.active p:nth-child(2) {
	color: #FDD128;
	background-color: #ffffff;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li p:nth-child(2) {
	background-color: #66B914;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li.active p:nth-child(2) {
	color: #fdd128;
	background-color: #ffffff;
}


#page_people_introduction .blk_2 .rep_1_2 ul li div {
	display: none;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 1000px) {
#footer {
	border-top: none;
}
#pagetop {
	width: 100%;
	height: auto;
}
#page_people_introduction {
	height: auto;
}
#page_people_introduction .pagecontent {
	display: block;
	height: auto;
}
/*
*/
#page_people_introduction .blk_1 {
	width: 100%;
	height: 100px;
	background-image: url('../images/people_introduction_bk_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_people_introduction .blk_1_1 {
	position: relative;
	left:0;
	top:0;
}
#page_people_introduction .blk_1_1 h2 {
	position: relative;
}
#page_people_introduction .blk_1_1 h2 span {
	display: block;
	text-align: center;
	line-height: 1;
	color:#ffffff;
}
#page_people_introduction .blk_1_1 h2 span:nth-of-type(1) {
	font-size: 14px;
	padding: 20px 0 0 0;
}
#page_people_introduction .blk_1_1 h2 span:nth-of-type(2) {
	font-size: 30px;
	padding: 10px 0 0 0;
}

#page_people_introduction .blk_1_2 {
	display: none;
}
/*
*/
#page_people_introduction .blk_2 {
	position: relative;
	width: 100%;
	height: auto;
}

/*  */
#page_people_introduction .blk_2_1 {
	height: auto;
}
#page_people_introduction .blk_2_1 .rep_1_1 {
}
/*  */
#page_people_introduction .blk_2_2 {
	height: auto;
}
#page_people_introduction .blk_2_2 .rep_1_1 {
}
/*  */
#page_people_introduction .blk_2_3 {
	height: auto;
}
#page_people_introduction .blk_2_3 .rep_1_1 {
}
/*
*/
#page_people_introduction .blk_2 .rep_1 {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
}
#page_people_introduction .blk_2 .rep_1_1 {
	width: 25px;
	height: auto;
}
#page_people_introduction .blk_2 .rep_1_1 h3 {
	top:40px;
	letter-spacing: 15px;
}
#page_people_introduction .blk_2 .rep_1_1 h3::after {
	width: 8px;
	height: 8px;
	top:-17px;
}
#page_people_introduction .blk_2 .rep_1_2 {
	width: calc(100% - 25px);
	height: auto;
}
#page_people_introduction .blk_2 .rep_1_2 ul {
	height: auto;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul {
}
#page_people_introduction .blk_2_2 .rep_1_2 ul {
}
#page_people_introduction .blk_2 .rep_1_2 ul li {
	width: 50%;
	height: auto;
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li {
	width: 50%;
	height: auto;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li {
	width: 50%;
	height: auto;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li {
	width: 50%;
	height: auto;
}
#page_people_introduction .blk_2 .rep_1_2 ul li a {
	width: 100%;
	height: auto;
	padding: 100% 0 0 0;
	pointer-events: auto;
}

#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(1) {
}
#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(1) img {
}
#page_people_introduction .blk_2 .rep_1_2 ul li p:nth-child(2) {
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li p:nth-child(2) {
}
#page_people_introduction .blk_2_1 .rep_1_2 ul li.active p:nth-child(2) {
	color: #ffffff;
	background-color: #1479B9;
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li p:nth-child(2) {
}
#page_people_introduction .blk_2_2 .rep_1_2 ul li.active p:nth-child(2) {
	color: #ffffff;
	background-color: #FDD128;
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li p:nth-child(2) {
}
#page_people_introduction .blk_2_3 .rep_1_2 ul li.active p:nth-child(2) {
	color: #ffffff;
	background-color: #fd9a28;
}

#page_people_introduction .blk_2 .rep_1_2 ul li div {
}

#page_people_introduction .blk_2 .blk_2_3 .rep_1_2 {
	position: relative;
	width: calc(100% - 25px);
	height: 100%;
	pointer-events: none;
}











}
