@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 共通
===========================================*/
.sec-ttl {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.sec-ttl .ttl-num {
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 2em;
}
.sec-ttl .ttl-num::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background: #000;
}
.sec-ttl .ttl-num.sml {
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (max-width: 960px) {
  .sec-ttl .ttl-num {
    margin-bottom: 1em;
  }
}
.sec-ttl .ttlMain {
  font-size: clamp(3.6rem, 5.5vw, 10rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 800;
  line-height: 1;
  font-feature-settings: "palt";
}
.sec-ttl .ttlMain.jaB {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.1em;
}
.sec-ttl .ttlMain .txtB {
  display: block;
}
.sec-ttl .ttlSub {
  margin-top: 0.6em;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  letter-spacing: 0.05em;
}
.sec-ttl.wht .ttl-num::after {
  background: #fff;
}

.basic-txtR {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  letter-spacing: 0.1em;
}

.staff .sec-ttl-area .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .staff .sec-ttl-area .ttl-wrap {
    display: block;
    border-bottom: none;
  }
}
.staff .sec-ttl-area .page-ttl .ttlMain {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(8rem, 5.2083333333vw, 10rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 960px) {
  .staff .sec-ttl-area .page-ttl .ttlMain {
    font-size: clamp(4.5rem, 5.2083333333vw, 5rem);
  }
}
.staff .sec-ttl-area .page-ttl .ttlSub {
  font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.1em;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 960px) {
  .staff .sec-ttl-area .page-ttl .ttlSub {
    font-size: clamp(1.8rem, 2.0833333333vw, 2rem);
  }
}
.staff .sec-ttl-area .cate-nav-area {
  text-align: right;
  font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .staff .sec-ttl-area .cate-nav-area {
    font-size: clamp(1.8rem, 2.2916666667vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .staff .sec-ttl-area .cate-nav-area {
    text-align: left;
    margin-top: 2em;
  }
}
.staff .sec-ttl-area .cate-nav-area .cate-nav-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.staff .sec-ttl-area .cate-nav-area li {
  display: flex;
  align-items: center;
}
.staff .sec-ttl-area .cate-nav-area li:not(:last-child)::after {
  content: "／";
  margin: 0 1em;
  font-weight: 300;
  color: #000;
}
.staff .sec-ttl-area .cate-nav-area .cate-link {
  display: block;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  line-height: 1;
}
@media (hover: hover) {
  .staff .sec-ttl-area .cate-nav-area .cate-link:hover {
    color: #FF4E00;
  }
}
.staff .sec-ttl-area .cate-nav-area .cate-link.is-active {
  color: #FF4E00;
}
.staff .sec-ttl-area .cate-nav-area .cate-link.is-active::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #FF4E00;
  border-radius: 50%;
}
.staff .sec-staff {
  position: relative;
  z-index: 1;
}
.staff .sec-staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(60px, 8vw, 100px) 40px;
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list {
    gap: 80px 30px;
  }
}
.staff .sec-staff .staff-list .staff-item {
  width: calc((100% - 80px) / 3);
  max-width: 360px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item {
    width: calc((100% - 30px) / 2);
    max-width: 100%;
  }
}
@media (hover: hover) {
  .staff .sec-staff .staff-list .staff-item:hover .item-img {
    border-color: #FF4E00;
  }
  .staff .sec-staff .staff-list .staff-item:hover .item-img img {
    transform: scale(1.1);
  }
  .staff .sec-staff .staff-list .staff-item:hover .item-body::after {
    background: #FF4E00;
  }
}
.staff .sec-staff .staff-list .staff-item .item-img {
  border-radius: 100vmax;
  overflow: hidden;
  position: relative;
  border: 6px solid transparent;
  transition: 0.3s ease-in-out;
}
.staff .sec-staff .staff-list .staff-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.staff .sec-staff .staff-list .staff-item .item-body {
  margin-top: 1.5em;
  text-align: center;
}
.staff .sec-staff .staff-list .staff-item .item-body::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #000;
  display: block;
  margin: 1.5em auto 0;
  transition: 0.3s ease-in-out;
}
.staff .sec-staff .staff-list .staff-item .item-nameJa {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  letter-spacing: 0.2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-nameJa {
    font-size: clamp(2rem, 2.5vw, 2.4rem);
  }
}
.staff .sec-staff .staff-list .staff-item .item-nameEn {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-nameEn {
    font-size: clamp(1.2rem, 1.4583333333vw, 1.4rem);
  }
}
.staff .sec-staff .staff-list .staff-item .item-position {
  margin-top: 1em;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-position {
    font-size: clamp(1.3rem, 1.5625vw, 1.5rem);
  }
}
.staff .sec-staff .staff-list .staff-item .item-comment {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-comment {
    width: 110%;
  }
}
.staff .sec-staff .staff-list .staff-item .item-comment .comment-inner {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 40px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-comment .comment-inner {
    padding: 20px 10px;
  }
}
.staff .sec-staff .staff-list .staff-item .item-comment .comment-inner::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #000;
}
.staff .sec-staff .staff-list .staff-item .item-comment .comment-inner::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #fff;
}
.staff .sec-staff .staff-list .staff-item .item-comment .comment-inner .comment-txt {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  text-align: justify;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .staff .sec-staff .staff-list .staff-item .item-comment .comment-inner .comment-txt {
    font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
    line-height: 1.6;
  }
}

/*# sourceMappingURL=staff.css.map */
