/* ==========================================================================
   Index
   ========================================================================== */
/* Staff Multi Col
  ========================================================================== */
.staff-multi-col {
  margin-top: 30px;
}
.staff-multi-col:first-child {
  margin-top: 0;
}
.staff-multi-col .row {
  margin-top: 44px;
}
.staff-multi-col.opt-cols-3 .col {
  width: 280px;
  margin-left: 70px;
}
/* Staff Media
   ========================================================================== */
.staff-media.opt-media-center {
  zoom: 1;
  overflow: visible;
}
.staff-media.opt-media-center:before,
.staff-media.opt-media-center:after {
  content: '';
  display: table;
}
.staff-media.opt-media-center:after {
  clear: both;
}
.staff-media.opt-media-center .mod-media_object {
  position: relative;
}
.staff-media.opt-media-center .mod-media_body {
  margin-top: 15px;
}
.staff-media.opt-media-center a {
  display: block;
}
.staff-media_object_link {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  right: -10px;
  bottom: -15px;
  width: 65px;
  height: 65px;
  border: #3995ea 1px solid;
  border-radius: 50%;
  background: #3995ea url(../img/index_ico01.png) no-repeat center;
  text-decoration: none;
}
.staff-media_object_link:hover {
  border-color: #25afff;
  background-color: #25afff;
}
.staff-media_body_intro {
  padding-top: 7px;
  line-height: 1.7;
  font-size: 1.4em;
}
.staff-media_body_job {
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: #d1d4da 1px solid;
  color: #2668c1;
  font-weight: 500;
  font-size: 1.3em;
}
.staff-media_body_name {
  margin-top: 7px;
  font-weight: bold;
  font-size: 2.1em;
  letter-spacing: .1em;
}
.staff-media_body_name_en {
  margin-top: 0;
  font-size: 1.3em;
  letter-spacing: .05em;
}
