/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
page > people > index
------------------------------
*/
img {
  height: auto;
}
#wrapper {
  overflow: hidden;
}
.header {
  position: inherit;
  z-index: 999;
}
.bottom_mv {
  background-image: url("../../assets/images/people/mv_bg.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 0;
  height: min(62.5vw, 250px);
}
@media screen and (min-width: 769px) {
  .bottom_mv {
    height: min(50.7152145644vw, 430px);
    text-align: right;
  }
  .bottom_mv img {
    width: auto;
    height: min(50.7152145644vw, 430px);
  }
  .bottom_mv .container {
    position: relative;
    height: min(50.7152145644vw, 430px);
  }
}
.bottom_mv_img {
  position: absolute;
  bottom: -145px;
  width: min(100vw, 390px);
  height: 206px;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .bottom_mv_img {
    height: auto;
    width: min(52.0156046814vw, 780px);
    bottom: -81px;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  .detail-wrap {
    margin-top: 80px;
  }
}
.detail-wrap img {
  width: auto;
}
.detail-wrap img.aligncenter {
  margin: 0 auto;
  display: block;
}
.detail-wrap img.alignleft {
  margin-right: auto;
  display: block;
}
.detail-wrap img.alignright {
  margin-left: auto;
  display: block;
}