.titleArea_photo-index {
  background: url(/gem/assets/img/staff/mv_index.webp) no-repeat 50% 50%;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .indexNav_list {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .indexNav_list + .indexNav_list {
    margin-top: 0;
    padding-bottom: 100px !important;
  }
}

@-webkit-keyframes name {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes name {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .subNav-header {
    max-width: 60%;
  }
  .subNav-header a {
    font-size: 1.3rem;
  }
}
.titleArea_photo-staff {
  background: url(/gem/assets/img/staff/mv_staff.webp) no-repeat 50% 50%;
  background-size: cover;
}

.titleArea-staffDetail {
  height: 110px;
}
@media print, screen and (min-width: 769px) {
  .titleArea-staffDetail {
    padding-top: 158px;
    height: 286px;
  }
}

.titleArea_photo-staffDetail {
  background: url(/gem/assets/img/staff/mv_staff_detail.webp) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 50px;
}
@media print, screen and (min-width: 769px) {
  .titleArea_photo-staffDetail {
    height: 286px;
  }
}

.titleArea_title-staffDetail {
  left: 0;
  bottom: 5px;
  font-size: 1.5rem;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .titleArea_title-staffDetail {
    left: 20px;
    bottom: 20px;
    font-size: 2.8rem;
  }
}
.titleArea_title-staffDetail > span {
  height: 40px;
}
@media print, screen and (min-width: 769px) {
  .titleArea_title-staffDetail > span {
    height: 90px;
  }
}

.staffIndex .staffIndex_body {
  padding-top: 50px;
}
@media print, screen and (min-width: 600px) {
  .staffIndex .staffIndex_body {
    padding: 100px 10% 0;
  }
}
@media print, screen and (min-width: 769px) {
  .staffIndex .staffIndex_body {
    padding: 100px 0 0;
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) {
  .staffIndex .staffIndex_body .staffIndex_list > li,
  .staffIndex .staffIndex_body .staffIndex_list > li {
    width: 470px;
    overflow: visible;
  }
}

.staffIndexBody {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(67px, 5.5vw) 1fr min(67px, 5.5vw) 1fr min(67px, 5.5vw) 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 min(67px, 5.5vw);
    width: 100%;
  }
}
.staffIndex_list > li {
  padding: min(25px, 2vw) 0;
  width: 100%;
  border-bottom: #dedaca solid 2px;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_list > li {
    margin: 0 0 45px;
    padding: 25px 0;
  }
}
.staffIndex_list.inview-on li:nth-child(1) {
  -webkit-animation: opacity 1s ease 0.1s;
  animation: opacity 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(2) {
  -webkit-animation: opacity 1s ease 0.2s;
  animation: opacity 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(3) {
  -webkit-animation: opacity 1s ease 0.3s;
  animation: opacity 1s ease 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(4) {
  -webkit-animation: opacity 1s ease 0.4s;
  animation: opacity 1s ease 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(5) {
  -webkit-animation: opacity 1s ease 0.5s;
  animation: opacity 1s ease 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(6) {
  -webkit-animation: opacity 1s ease 0.6s;
  animation: opacity 1s ease 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(7) {
  -webkit-animation: opacity 1s ease 0.7s;
  animation: opacity 1s ease 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(8) {
  -webkit-animation: opacity 1s ease 0.8s;
  animation: opacity 1s ease 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(9) {
  -webkit-animation: opacity 1s ease 0.9s;
  animation: opacity 1s ease 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(10) {
  -webkit-animation: opacity 1s ease 1s;
  animation: opacity 1s ease 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(11) {
  -webkit-animation: opacity 1s ease 1.1s;
  animation: opacity 1s ease 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(12) {
  -webkit-animation: opacity 1s ease 1.2s;
  animation: opacity 1s ease 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(13) {
  -webkit-animation: opacity 1s ease 1.3s;
  animation: opacity 1s ease 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(14) {
  -webkit-animation: opacity 1s ease 1.4s;
  animation: opacity 1s ease 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(15) {
  -webkit-animation: opacity 1s ease 1.5s;
  animation: opacity 1s ease 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(16) {
  -webkit-animation: opacity 1s ease 1.6s;
  animation: opacity 1s ease 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(17) {
  -webkit-animation: opacity 1s ease 1.7s;
  animation: opacity 1s ease 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(18) {
  -webkit-animation: opacity 1s ease 1.8s;
  animation: opacity 1s ease 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(19) {
  -webkit-animation: opacity 1s ease 1.9s;
  animation: opacity 1s ease 1.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(20) {
  -webkit-animation: opacity 1s ease 2s;
  animation: opacity 1s ease 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(21) {
  -webkit-animation: opacity 1s ease 2.1s;
  animation: opacity 1s ease 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(22) {
  -webkit-animation: opacity 1s ease 2.2s;
  animation: opacity 1s ease 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(23) {
  -webkit-animation: opacity 1s ease 2.3s;
  animation: opacity 1s ease 2.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(24) {
  -webkit-animation: opacity 1s ease 2.4s;
  animation: opacity 1s ease 2.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(25) {
  -webkit-animation: opacity 1s ease 2.5s;
  animation: opacity 1s ease 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(26) {
  -webkit-animation: opacity 1s ease 2.6s;
  animation: opacity 1s ease 2.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(27) {
  -webkit-animation: opacity 1s ease 2.7s;
  animation: opacity 1s ease 2.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(28) {
  -webkit-animation: opacity 1s ease 2.8s;
  animation: opacity 1s ease 2.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(29) {
  -webkit-animation: opacity 1s ease 2.9s;
  animation: opacity 1s ease 2.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(30) {
  -webkit-animation: opacity 1s ease 3s;
  animation: opacity 1s ease 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(31) {
  -webkit-animation: opacity 1s ease 3.1s;
  animation: opacity 1s ease 3.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(32) {
  -webkit-animation: opacity 1s ease 3.2s;
  animation: opacity 1s ease 3.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(33) {
  -webkit-animation: opacity 1s ease 3.3s;
  animation: opacity 1s ease 3.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(34) {
  -webkit-animation: opacity 1s ease 3.4s;
  animation: opacity 1s ease 3.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(35) {
  -webkit-animation: opacity 1s ease 3.5s;
  animation: opacity 1s ease 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(36) {
  -webkit-animation: opacity 1s ease 3.6s;
  animation: opacity 1s ease 3.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(37) {
  -webkit-animation: opacity 1s ease 3.7s;
  animation: opacity 1s ease 3.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(38) {
  -webkit-animation: opacity 1s ease 3.8s;
  animation: opacity 1s ease 3.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(39) {
  -webkit-animation: opacity 1s ease 3.9s;
  animation: opacity 1s ease 3.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(40) {
  -webkit-animation: opacity 1s ease 4s;
  animation: opacity 1s ease 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(41) {
  -webkit-animation: opacity 1s ease 4.1s;
  animation: opacity 1s ease 4.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(42) {
  -webkit-animation: opacity 1s ease 4.2s;
  animation: opacity 1s ease 4.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(43) {
  -webkit-animation: opacity 1s ease 4.3s;
  animation: opacity 1s ease 4.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(44) {
  -webkit-animation: opacity 1s ease 4.4s;
  animation: opacity 1s ease 4.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(45) {
  -webkit-animation: opacity 1s ease 4.5s;
  animation: opacity 1s ease 4.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(46) {
  -webkit-animation: opacity 1s ease 4.6s;
  animation: opacity 1s ease 4.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(47) {
  -webkit-animation: opacity 1s ease 4.7s;
  animation: opacity 1s ease 4.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(48) {
  -webkit-animation: opacity 1s ease 4.8s;
  animation: opacity 1s ease 4.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(49) {
  -webkit-animation: opacity 1s ease 4.9s;
  animation: opacity 1s ease 4.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list.inview-on li:nth-child(50) {
  -webkit-animation: opacity 1s ease 5s;
  animation: opacity 1s ease 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffIndex_list .cmn_btn-type01 {
  margin-top: 1em !important;
}
.staffIndex_link {
  text-decoration: none;
}
.staffIndex_link[target=_blank] .staffIndex_photoArea::after {
  content: "";
  position: absolute;
  display: block;
  left: 85px;
  width: 24px;
  height: 24px;
  bottom: -7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2035%2035%22%20viewBox%3D%220%200%2035%2035%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20fill%3D%22%23267cc3%22%20r%3D%2217.5%22%2F%3E%3Cpath%20d%3D%22m11.4%2021.6v-11.2h15.2v11.2zm13.2-9.2h-11.2v7.1h11.2zm-1%2011.2c0%20.6-.5%201-1%201h-14.2v-10.1c0-.6.5-1%201-1s1%20.5%201%201v8.1h12.2c.5%200%201%20.4%201%201z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_link[target=_blank] .staffIndex_photoArea::after {
    left: auto;
    right: -8px;
    bottom: -8px;
    width: 35px;
    height: 35px;
  }
}
.staffIndex_link:not([target=_blank]) .staffIndex_photoArea::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2035%2035%22%20viewBox%3D%220%200%2035%2035%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20fill%3D%22%23267cc3%22%20r%3D%2217.5%22%2F%3E%3Cpath%20d%3D%22m18%2024.8c.1-.1.2-.2.3-.2l6.2-6.3c.1-.1.2-.2.2-.3%200%200%20.2-.2.2-.5s-.1-.5-.1-.5c-.1-.1-.2-.2-.2-.3l-6.2-6.3c-.1-.1-.2-.2-.3-.2%200%200-.2-.2-.5-.2-.2%200-.5.1-.6.3s-.3.4-.3.6.2.5.2.5c.1.1.2.2.2.3l4.7%204.8c.1.1%200%20.1-.1.1h-10.6c-.1%200-.3%200-.4.1%200%200-.7.3-.7.8s.7.8.7.8c.1%200%20.3.1.4.1h10.6c.1%200%20.1.1.1.1l-4.7%204.8c-.1.1-.2.2-.2.3%200%200-.2.2-.2.5%200%20.2.1.5.3.6s.4.3.6.3c.2-.1.4-.2.4-.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
}
.staffIndex_photoArea {
  width: 120px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_photoArea {
    width: 100%;
  }
}
.staffIndex_tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 1em;
  background: #294487;
  color: #fff;
}
:lang(en) .staffIndex_tag {
  padding: 2px 0.75em;
  font-size: clamp(8px, 1vw, 10px);
}
.staffIndex_photo {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_photo {
    width: 100%;
    height: auto;
    aspect-ratio: 200/200;
  }
}
.staffIndex_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.staffIndex_ic01 {
  position: absolute;
  left: 85px;
  bottom: -7px;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_ic01 {
    bottom: -8px;
    left: 180px;
    width: 35px;
    height: 35px;
  }
}
.staffIndex_ic02 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 2px;
  background: #e44f4f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_ic02 {
    padding: 4px 5px;
    font-size: 1.2rem;
  }
}
.staffIndex_txtArea {
  position: relative;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: none;
  color: #23221f;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_txtArea {
    display: block;
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
}
.staffIndex_txt01-01 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-right: 1em;
}
.staffIndex_txt01-01.txt-s {
  font-size: 1.4rem;
}
:lang(en) .staffIndex_txt01-01 {
  padding-right: 0;
}
.staffIndex_txt01-02 {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .staffIndex_txt01-02 {
    font-size: 1.4rem;
  }
}
:lang(en) .staffIndex_txt01-02 {
  padding-right: 1em;
}
.staffIndex_txt02 {
  margin-top: 0 !important;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.staffIndex_txt03 {
  margin-top: 1em !important;
  font-size: 1.3rem;
}

.inview-on .staffIndex_ic02 {
  -webkit-animation: ic02 0.5s ease 0.5s;
  animation: ic02 0.5s ease 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ic02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ic02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media print, screen and (max-width: 768px) {
  .staffIndex_link {
    display: table;
  }
  .staffIndex_link > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.no-touchevents a.staffIndex_link .staffIndex_photo img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touchevents a.staffIndex_link .staffIndex_ic01 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents a.staffIndex_link:hover .staffIndex_photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.no-touchevents a.staffIndex_link:hover .staffIndex_ic01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touchevents a.staffIndex_link:hover .staffIndex_txtArea {
  color: #1f7dc9;
}

.page-indexDetail .pager {
  padding-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .page-indexDetail .pager {
    padding-top: 100px;
  }
}

.indexDetail-header {
  width: 100%;
  position: relative;
}
.indexDetail-header .cmn_inner-type02 {
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header .cmn_inner-type02 {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch; /* Safari */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.indexDetail-header_photoArea img {
  margin: 0 auto;
  width: 175px !important;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_photoArea img {
    width: 350px !important;
    height: auto;
  }
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_photoArea {
    width: 40%;
  }
}
.indexDetail-header_txtArea {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Safari */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    padding: 0;
  }
  .indexDetail-header_txtArea > div {
    margin: 0;
    display: block;
    width: auto;
    min-width: 350px;
  }
}
.indexDetail-header_txt01 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt01 {
    font-size: 4.4rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt01 {
    text-align: left;
  }
}
.indexDetail-header_txt01-01 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_txt01-01 {
    font-size: 5rem;
  }
}
.indexDetail-header_txt01-01.txt-s {
  font-size: 2rem;
}
@media print, screen and (min-width: 375px) {
  .indexDetail-header_txt01-01.txt-s {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_txt01-01.txt-s {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .indexDetail-header_txt01-01.txt-s {
    font-size: 4.2rem;
  }
}
@media (min-width: 1100px) {
  .indexDetail-header_txt01-01.txt-s {
    font-size: 4.5rem;
  }
}
.indexDetail-header_txt01-02 {
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt01-02 {
    font-size: 2.4rem;
  }
}
.indexDetail-header_txt02 {
  padding-left: 0.2em;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt02 {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_txt02 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.indexDetail-header_txt0102Wrap {
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt0102Wrap {
    display: block;
  }
}
.indexDetail-header_txt03 {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_txt03 {
    margin-top: 35px;
    text-align: left;
  }
}
.indexDetail-header_ttl {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_ttl {
    padding-left: 30px;
    font-size: 1.6rem;
  }
}
.indexDetail-header_ttl::before, .indexDetail-header_ttl::after {
  content: "";
  width: 2em;
  height: 1px;
  background: #dedaca;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_ttl::before, .indexDetail-header_ttl::after {
    height: 2px;
    width: 1.2em;
    background: #294487;
    vertical-align: 0;
    position: absolute;
    left: 0;
    top: 48%;
  }
}
.indexDetail-header_ttl::before {
  margin-right: 1em;
}
.indexDetail-header_ttl::after {
  margin-left: 1em;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_ttl::after {
    display: none;
  }
}
.indexDetail-header_txt03-02 {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_txt03-02 {
    font-size: 2rem;
  }
}
.indexDetail-header_profileArea {
  padding: 0 5vw;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_profileArea {
    padding: 0 50px;
    text-align: left;
  }
}
.indexDetail-header_txtProfile {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_txtProfile {
    letter-spacing: 0.16em;
  }
}
.indexDetail-header_btnWrap {
  margin: 25px -1% 0;
  text-align: center;
  width: 102%;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_btnWrap {
    margin: 40px 0 0;
    text-align: left;
    width: 100%;
  }
}
.indexDetail-header_btnWrap > div {
  display: inline-block;
  margin: 0 2%;
  width: 44%;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_btnWrap > div {
    margin: 0 2% 0 0;
    width: 28%;
  }
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_btnWrap > div {
    width: 29%;
  }
}
.indexDetail-header_btnWrap > div:nth-of-type(3) {
  margin-top: 15px;
}
@media print, screen and (min-width: 600px) {
  .indexDetail-header_btnWrap > div:nth-of-type(3) {
    margin-top: 0;
  }
}
.indexDetail-header_btnWrap a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.indexDetail-header_btnWrap a span {
  height: 40px;
  padding-left: 0.1em !important;
  padding-right: 0.1em !important;
}
@media print, screen and (min-width: 769px) {
  .indexDetail-header_btnWrap a {
    font-size: 1.4rem;
  }
}

.staffDetail-header {
  width: 100%;
  position: relative;
}
.staffDetail-header_inner02 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_inner02 {
    margin: 0 auto;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch; /* Safari */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.staffDetail-header_photoArea img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_photoArea {
    width: 50%;
  }
}
.staffDetail-header_txtArea {
  position: relative;
  padding: 20px 5vw 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Safari */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    font-size: 4.4rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 50px;
  }
  .staffDetail-header_txtArea > div {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    min-width: 350px;
  }
}
.staffDetail-header_txt01 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.5em 1.5em 0.5em 35px;
  display: inline-block;
  vertical-align: middle;
  background: #33b6dc;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt01 {
    left: 0;
    position: relative;
    font-size: 1.8rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.staffDetail-header_ic {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 12px;
  height: 20px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_ic {
    width: 14px;
    height: 24px;
  }
}
.staffDetail-header_txt02 {
  margin-top: 30px;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt02 {
    margin-top: 20px;
  }
}
.staffDetail-header_txt02-01 {
  padding-right: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt02-01 {
    font-size: min(2vw, 2.4rem);
  }
}
.staffDetail-header_txt02-02 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt02-02 {
    font-size: min(3vw, 4rem);
  }
}
.staffDetail-header_txt03 {
  padding-left: 0.2em;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt03 {
    font-size: 1.8rem;
  }
}
.staffDetail-header_txt0203Wrap {
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt0203Wrap {
    display: block;
  }
}
.staffDetail-header_txt04 {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt04 {
    margin-top: 35px;
    text-align: left;
  }
}
.staffDetail-header_ttl {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_ttl {
    padding-left: min(4vw, 2.8rem);
    font-size: min(3vw, 1.8rem);
  }
}
.staffDetail-header_ttl::before, .staffDetail-header_ttl::after {
  content: "";
  width: 2em;
  height: 1px;
  background: #dedaca;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_ttl::before, .staffDetail-header_ttl::after {
    height: 2px;
    width: 1.2em;
    background: #294487;
    vertical-align: 0;
    position: absolute;
    left: 0;
    top: 48%;
  }
}
.staffDetail-header_ttl::before {
  margin-right: 1em;
}
.staffDetail-header_ttl::after {
  margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_ttl::after {
    display: none;
  }
}
.staffDetail-header_txt04-02 {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txt04-02 {
    font-size: 2rem;
  }
}
.staffDetail-header_profileArea {
  padding: 0 5vw 50px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_profileArea {
    padding: 0 50px 50px;
    text-align: left;
  }
}
.staffDetail-header_txtProfile {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_txtProfile {
    letter-spacing: 0.16em;
  }
}
.staffDetail-header_btnWrap {
  margin: 1em auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Safari */
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 400px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_btnWrap {
    margin: 35px 0;
  }
}
.staffDetail-header_btnWrap > div {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-header_btnWrap > div {
    margin: 0;
  }
}
.staffDetail-header_btnWrap a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.staffDetail-header_btnWrap a span {
  height: 40px;
  padding-left: 2em;
  padding-right: 2em;
}
.staffDetail-header + .sec-index {
  border-top: #dedaca solid 1px;
}

.staffDetail-body {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body {
    padding-top: 50px;
  }
}
.staffDetail-body .staffDetail-lead {
  padding: 50px 0 20px;
  text-align: center;
}
.staffDetail-body .staffDetail-lead_ic {
  width: 21px;
  height: 35px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body .staffDetail-lead_ic {
    width: 27px;
    height: 46px;
  }
}
.staffDetail-body .staffDetail-lead_txt01 {
  margin-top: 10px;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #656154;
}
:lang(en) .staffDetail-body .staffDetail-lead_txt01 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body .staffDetail-lead_txt01 {
    font-size: 4.4rem;
    font-weight: 500;
  }
  :lang(en) .staffDetail-body .staffDetail-lead_txt01 {
    font-size: 3.2rem;
  }
}
.staffDetail-body > section {
  position: relative;
  padding: 5vw;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body > section {
    padding: 50px 0;
  }
}
.staffDetail-body > section::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: #ebebeb;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body > section::before {
    width: 160px;
    height: 160px;
  }
}
.staffDetail-body > section:nth-child(even)::before {
  left: -8vw;
  top: -25px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body > section:nth-child(even)::before {
    left: -100px;
    top: 100px;
  }
}
.staffDetail-body > section:nth-child(odd)::before {
  right: -8vw;
  top: -25px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body > section:nth-child(odd)::before {
    right: -100px;
    top: 100px;
  }
}
.staffDetail-body > section:nth-of-type(1)::before {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body > section:nth-of-type(1)::before {
    display: block;
  }
}
.staffDetail-body_block {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
.staffDetail-body_block::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0 !important;
  height: 0 !important;
}
@media (max-width: 768px) {
  .staffDetail-body_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch; /* Safari */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.staffDetail-body_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  padding: 0.6em 0 0;
  text-align: left;
  color: #656154;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
:lang(en) .staffDetail-body_ttl {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_ttl {
    display: inline;
    font-size: 3.2rem;
    font-weight: 300;
  }
  :lang(en) .staffDetail-body_ttl {
    font-size: 2.5rem;
  }
}
.staffDetail-body_ttl::before {
  content: "";
  width: 1em;
  height: 3px;
  background: rgb(51, 182, 220);
  position: absolute;
  left: 0;
  top: 0;
}
.staffDetail-body_ttl.inview-on {
  -webkit-animation: opacity 1s ease 0s;
  animation: opacity 1s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.staffDetail-body_txtArea {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_txtArea {
    padding-top: 22px;
    font-size: 1.6rem;
  }
}
.staffDetail-body_txtArea p {
  margin: 2em 0 0;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_txtArea p {
    margin: 2.5em 0 0;
  }
}
.staffDetail-body_photoArea {
  margin: 2em 0 0;
}
.staffDetail-body_photoArea img {
  margin: 0 auto;
  width: 100%;
  max-width: 400px !important;
}
@media (max-width: 767px) {
  .staffDetail-body_photoArea img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_photoArea img {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_photoArea {
    margin: 0;
    width: 500px;
    padding: 0 0 50px;
  }
  .staffDetail-body_photoArea-left {
    float: left;
    text-align: left;
  }
  .staffDetail-body_photoArea-right {
    float: right;
    text-align: right;
  }
}
.staffDetail-body_memoArea {
  padding: 50px 0 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_memoArea {
    font-size: 1.2rem;
  }
}
.staffDetail-body_memoArea-sp {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_memoArea-sp {
    display: none;
  }
}
.staffDetail-body_memoArea-sp > div {
  padding: 0 5vw;
}
.staffDetail-body_memoArea-sp table {
  margin: 0 0 0 auto;
}
.staffDetail-body_memoArea-sp td {
  padding: 0.4em 0;
}
.staffDetail-body_memoArea-sp td:nth-child(1) {
  text-align: right;
}
.staffDetail-body_memoArea-sp td:nth-child(2) {
  text-align: left;
}
.staffDetail-body_memoArea-pc {
  display: none;
}
.staffDetail-body_memoArea-pc > div {
  margin: 0 auto;
  max-width: 1000px;
}
@media print, screen and (min-width: 769px) {
  .staffDetail-body_memoArea-pc {
    display: block;
    text-align: right;
  }
}