
#person_header {
 position: relative;
 font-size: 14px;
 text-align: center;
 color: #212529;
 padding: 1rem 1rem 0 1rem;
 background-color: rgba(0,0,0,0.3);
 background-image: url('../images/bg_white.png');
 background-position: center;
 background-repeat: repeat;
}
#person_header::before {
 display: block;
 content: '';
 width: 100%;
 height: 1px;
 background: -moz-linear-gradient(left, rgba(153,123,0,1) 0%, rgba(153,123,0,0) 30%, rgba(153,123,0,0) 70%, rgba(153,123,0,1) 100%);
 background: -webkit-linear-gradient(left, rgba(153,123,0,1) 0%,rgba(153,123,0,0) 30%,rgba(153,123,0,0) 70%,rgba(153,123,0,1) 100%);
 background: linear-gradient(to right, rgba(153,123,0,1) 0%,rgba(153,123,0,0) 30%,rgba(153,123,0,0) 70%,rgba(153,123,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#997b00', endColorstr='#997b00',GradientType=1 );
}
@media (min-width:992px) {
 #person_header::before {
  height: 2px;
 }
}
#person_header .inner {
 position: relative;
 padding-top: 1rem;
 padding-bottom: 2rem;
}
#person_header .inner::before,
#person_header .inner::after {
 display: block;
 content: '';
 width: 1px;
 height: 100%;
 position: absolute;
 top: 0;
 background: -moz-linear-gradient(top, rgba(153,123,0,1) 0%, rgba(153,123,0,0) 100%);
 background: -webkit-linear-gradient(top, rgba(153,123,0,1) 0%,rgba(153,123,0,0) 100%);
 background: linear-gradient(to bottom, rgba(153,123,0,1) 0%,rgba(153,123,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#997b00', endColorstr='#00997b00',GradientType=0 );
}
#person_header .inner::before {
 left: 0;
}
#person_header .inner::after {
 right: 0;
}
@media (min-width:992px) {
 #person_header .inner::before,
 #person_header .inner::after {
  width: 2px;
 }
}

#person_header h2 {
 font-size: 20px !important;
 color: #600;
 margin-bottom: 0.25rem !important;
}
@media (min-width:992px) {
 #person_header h2 {
  font-size: 30px !important;
  margin-bottom: 0.25rem !important;
 }
}

.person-figure-left {
 display: block;
 width: 100%;
 height: 30vh;
 position: relative;
}
.person-figure-right {
 display: block;
 width: 100%;
 height: 30vh;
 position: relative;
}
.person-figure-image {
 position: absolute;
 width: 100%;
 height: 100%;
 background-repeat: no-repeat;
 background-size: cover;
}
@media (min-width:992px) {
 .person-figure-left {
  display: block;
  float: left;
  width: 50%;
  margin-top: 0.2rem !important;
  margin-right: 2rem !important;
  position: relative;
 }
 .person-figure-right {
  display: block;
  float: right;
  width: 50%;
  margin-top: 0.2rem !important;
  margin-left: 2rem !important;
  position: relative;
 }
 .person-figure-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
 }
}

#page_message {
 position: relative;
 padding-top: 0;
}
#page_message .person-figure-image {
 background-color: #EEE;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
#page_message .person-figure-image.left {
 background-position: center left !important;
}
#page_message .person-figure-image.right {
 background-position: center right !important;
}
@media (min-width:992px) {
 #page_message {
  padding-top: 5rem;
 }
}

#person_list .item {
 color: inherit;
}
#person_list .profile {
 position: relative;
 font-size: 12px !important;
 line-height: 1.3em !important;
 padding: 1rem 1.5rem 2rem 1.5rem !important;
 background: #f3edde;
 background: -moz-linear-gradient(top, #f3edde 0%, #ffffff 100%);
 background: -webkit-linear-gradient(top, #f3edde 0%,#ffffff 100%);
 background: linear-gradient(to bottom, #f3edde 0%,#ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3edde', endColorstr='#ffffff',GradientType=0 );
}
#person_list .profile-content span.comingsoon {
 font-family: 'ff-RobotoCondensedR';
 font-size: 14px;
 display: block;
 margin-top: -0.5rem;
}
@media (min-width:768px) {
 #person_list > .row > [class*="col-"] {
  margin-bottom: 2rem !important;
 }
 #person_list .profile {
  border-right: 1px solid #DFC5C5;
  background: transparent !important;
  margin-top: 1rem !important;
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
 }
 #person_list [class*="col-"]:nth-of-type(2n-1) .profile {
  border-left: 1px solid #DFC5C5 !important;
 }
}
@media (min-width:992px) {
 #person_list [class*="col-"]:nth-of-type(2n-1) .profile {
  border-left: 0 !important;
 }
 #person_list [class*="col-"]:nth-of-type(2n-1) .profile {
  border-left: 1px solid #DFC5C5 !important;
 }
}
#person_list .profile p {
 margin: 0 !important;
}
#person_list .profile .department {
 font-size: 12px;
 line-height: 1.3em;
 border: 1px solid #DDDDDD;
 padding: 0.25em;
 position: absolute;
 right: 15px;
 top: 15px;
}
@media (min-width:768px) {
 #person_list .profile .department {
  top: 0;
 }
}
#person_list .profile .name {
 font-size: 20px !important;
 line-height: 1.3em !important;
 margin: 0 !important;
}
#person_list .profile .name > .en {
 display: inline-block !important;
 font-size: 12px !important;
 position: relative !important;
 top: -0.25em !important;
}




@media (min-width:992px) {
 #person_fv .fv-content {
  position: relative;
 }
 #person_fv .fv-content::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
 }
 #person_fv .fv-content.right::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
 }
 #person_fv .fv-content.left::after {
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
 }
}


#person_fv .image {
 width: 100%;
 height: 80vw;
 background-color: #EEE;
 background-repeat: no-repeat;
 background-size: cover;
}
@media (min-width:992px) {
 #person_fv .image {
  width: 100%;
  height: 100vh;
 }
}

#person_fv .profile {
 position: relative;
 font-size: 12px;
 line-height: 1.3em;
 color: #FFF;
 padding: 1.2rem 15px;
 background: -moz-linear-gradient(top, rgba(57,48,0,0.9) 0%, rgba(85,72,1,0.9) 100%);
 background: -webkit-linear-gradient(top, rgba(57,48,0,0.9) 0%,rgba(85,72,1,0.9) 100%);
 background: linear-gradient(to bottom, rgba(57,48,0,0.9) 0%,rgba(85,72,1,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6393000', endColorstr='#e6554801',GradientType=0 );
 margin-bottom: 2rem;
}
#person_fv .profile p {
 margin-bottom: 0 !important;
}
#person_fv .profile .department {
 font-size: 14px;
 line-height: 1.3em;
 border: 1px solid rgba(255,255,255,0.5);
 padding: 0.25em;
 position: absolute;
 right: 15px;
 top: 1.2rem;
}
#person_fv .profile .name {
 font-size: 20px;
 line-height: 1.3em;
}
#person_fv .profile .name span.en {
 display: inline-block;
 position: relative;
 font-size: 12px;
 top: -0.2rem;
}
@media (min-width:992px) {
 #person_fv .profile {
  position: absolute;
  font-size: 14px;
  line-height: 1.3em;
  color: #FFF;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  bottom: 2.5rem;
  z-index: 4;
 }
 #person_fv .fv-content.left .profile {
  left: 3rem !important;
 }
 #person_fv .fv-content.right .profile {
  right: 3rem !important;
 }
 #person_fv .profile .department {
  display: none;
 }
 #person_fv .profile .name {
  font-size: 30px;
 }
 #person_fv .profile .name span.en {
  font-size: 14px;
  top: -0.4rem;
 }
 #person_fv .profile .graduate {
  margin-top: -0.3rem;
 }
}

#person_fv .header::after {
 display: block;
 content: '';
 width: 30%;
 height: 1px;
 background-color: #665400;
 margin: 0 auto 1.5rem auto;
}
#person_fv .header h1 {
 font-size: 20px;
 line-height: 1.3em;
 text-align: center;
 color: #665400;
 margin-bottom: 1.5rem !important;
}
#person_fv .header .department {
 display: none;
}
@media (min-width:992px) {
 #person_fv .header {
  position: absolute;
  z-index: 4;
 }
 #person_fv .header::after {
  display: none;
 }
 #person_fv .header h1 {
  font-size: 42px;
  line-height: 1.3em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0 !important;
 }
 #person_fv .header .department {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  line-height: 1.3em;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0.2rem 0.5rem;
  margin-bottom: 1rem !important;
 }
}


.holiday {
 background-color: #D6D0BB;
 background-image: url('../images/bg_white.png');
 background-repeat: repeat;
 background-position: center;
 padding: 2rem 1rem;
 margin-top: 0.5rem;
}
@media (min-width:992px) {
 .holiday {
  padding: 3rem 0;
  margin-top: 3rem;
 }
}

/*
.bg-person.bg-image-top::before {
 background-position: right top 108vw;
}
.bg-person.bg-image-bottom::after {
 background-position: left bottom -30px;
}
@media (min-width:992px) {
 .bg-person.bg-image-top::before {
  background-position: right top 90vh;
 }
}
*/
