@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.5s forwards;
          animation: animate-fadeIn 0.5s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.5s forwards;
          animation: animate-fadeInUp 0.5s forwards;
}

@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.5s forwards;
          animation: animate-fadeInLft 0.5s forwards;
}

@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.5s forwards;
          animation: animate-fadeInRgt 0.5s forwards;
}

@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRoll {
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: animate-fadeInRoll 0.8s forwards;
          animation: animate-fadeInRoll 0.8s forwards;
}

.open.fadeInRoll {
  opacity: 1;
  visibility: visible !important;
  -webkit-animation: animate-fadeIn 0.5s forwards !important;
          animation: animate-fadeIn 0.5s forwards !important;
}

@-webkit-keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.scaleUp {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: animate-scaleUp 0.8s forwards;
          animation: animate-scaleUp 0.8s forwards;
}

@-webkit-keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}

@keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEN {
  font-family: Helvetica Neue, Helvetical, Arial, sans-serif;
  font-weight: 900;
}

.fnEN {
  font-family: "BIZ UDPMincho", serif;
}

.mincho {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.ls0 {
  letter-spacing: 0 !important;
}

.link__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  width: 450px;
  height: 78px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.link__btn:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  color: #000000;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.double-quotes {
  display: block;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
}
.double-quotes span {
  letter-spacing: -0.04em;
}
.double-quotes::before, .double-quotes::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  vertical-align: top;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
}
.double-quotes::before {
  margin-right: 0.2em;
  -webkit-mask-image: url(../images/double-quotes_front.svg);
          mask-image: url(../images/double-quotes_front.svg);
}
.double-quotes::after {
  margin-left: 0.2em;
  -webkit-mask-image: url(../images/double-quotes_end.svg);
          mask-image: url(../images/double-quotes_end.svg);
}

.fv-hero {
  width: 100%;
}
.fv-lead {
  width: 90%;
  max-width: 800px;
  margin: 130px auto 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0;
  text-align: justify;
}
.fv-lead__title::after {
  margin-left: -0.25em;
}
.fv-lead__body {
  margin-top: 40px;
}
.fv__button {
  display: none;
}

.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 130px auto 0;
}
.staff-nav {
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  height: 90vh;
  max-height: 760px;
  margin: 0 30px;
  padding-bottom: 30px;
}
.staff-nav__heading {
  width: 100%;
  height: 30px;
  background: url(../images/staff_nav_hrading_line.svg) no-repeat center bottom/contain;
}
.staff-nav__heading img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.staff-nav__current {
  display: none;
}
.staff-nav__list {
  margin-bottom: 40px;
}
.staff-nav__item {
  margin-top: 40px;
}
.staff-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.16em;
  font-weight: 300;
  color: #b4b4b4;
  text-decoration: none;
}
.staff-nav__link span {
  font-size: 12px;
}
.staff-nav__link::before {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  -webkit-mask-image: url(../images/nav_arrow.svg);
          mask-image: url(../images/nav_arrow.svg);
  vertical-align: top;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #b4b4b4;
}
.staff-nav__link.is-current {
  gap: 30px;
  font-weight: 500;
  color: #000;
}
.staff-nav__link.is-current::before {
  background: #000;
}
.staff-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  background: #dadada;
  margin-top: auto;
}
.staff-article {
  width: 700px;
  margin: 0 100px;
}
.staff-article__block {
  position: relative;
  padding: 140px 0;
}
.staff-article__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 460px;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee6e0;
}
.staff-article__block > * {
  position: relative;
  z-index: 1;
}
.staff-article__block .double-quotes::before, .staff-article__block .double-quotes::after {
  background: #7b5c49;
}
.staff-article__block:nth-of-type(even)::after {
  background: #dadbe6;
}
.staff-article__block:nth-of-type(even) .double-quotes::before, .staff-article__block:nth-of-type(even) .double-quotes::after {
  background: #464b82;
}
.staff-article__heading {
  text-align: center;
}
.staff-article__heading strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  padding-left: 0.16em;
}
.staff-article__lead {
  font-size: 18px;
  line-height: 1.88;
  margin-top: 40px;
}
.staff-article__number {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: -20px;
  z-index: 3;
}
.staff-article__number img {
  width: auto;
  height: 35px;
}
.staff-article__slide {
  margin-bottom: -25px;
  padding-bottom: 50px;
  z-index: 2;
}
.staff-article__slide .swiper-pagination {
  left: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 30px;
  font-weight: 700;
  z-index: 5;
}
.staff-article__slide .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 38px;
  color: #b4b4b4;
  background: none;
  opacity: 1;
  border-radius: 0;
}
.staff-article__slide .swiper-pagination-bullet-active {
  color: #000;
  border-bottom: 2px solid #000;
}
.staff-article__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
.staff-article__credit {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 25px;
}
.staff-article__credit dd {
  font-size: 22px;
  line-height: 1.5;
}
.staff-article__credit span {
  font-size: 14px;
}
.staff-article__credit small {
  font-size: 14px;
}

/* SP */
@media only screen and (max-width: 834px) {
  .double-quotes {
    position: relative;
    font-size: calc(42 / 750 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .double-quotes::before, .double-quotes::after {
    position: absolute;
    top: 0;
    width: calc(26 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin: 0;
  }
  .double-quotes::before {
    left: 0;
    margin-right: 0;
  }
  .double-quotes::after {
    right: 0;
    margin-left: 0;
  }
  .fv-lead {
    margin: calc(130 / 750 * 100vw) auto 0;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.88;
    letter-spacing: 0;
    text-align: justify;
  }
  .fv-lead__title::after {
    margin-left: 0;
  }
  .fv-lead__body {
    margin-top: calc(50 / 750 * 100vw);
  }
  .fv__button {
    position: fixed;
    top: calc(10 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(180 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.06em;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 100vmax;
    z-index: 100;
  }
  .staff {
    display: block;
    margin: calc(130 / 750 * 100vw) auto 0;
  }
  .staff-nav {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: calc(50% - 177.5px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 355px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  .staff-nav__heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 55px;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    background: #fff;
    border-radius: 100vmax;
    -webkit-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 7px rgba(0, 0, 0, 0.15);
    z-index: 100;
  }
  .staff-nav__heading img {
    width: 110px;
    margin: 0 auto 5px;
  }
  .staff-nav__heading::after {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 20px;
    display: block;
    width: 11px;
    height: 11px;
    -webkit-mask-image: url(../images/nav_arrow.svg);
            mask-image: url(../images/nav_arrow.svg);
    vertical-align: top;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: #000;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .staff-nav__heading.is-open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .staff-nav__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staff-nav__current span {
    font-size: 12px;
    margin: 0 0.25em;
  }
  .staff-nav__list {
    position: fixed;
    top: auto;
    bottom: 20px;
    display: none;
    width: 355px;
    height: auto;
    margin: 0;
    padding: 0 0 55px;
    background: #f0f0f0;
    border-radius: 27.5px;
    z-index: 99;
  }
  .staff-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .staff-nav__item:not(:first-of-type) {
    border-top: 1px solid #000;
  }
  .staff-nav__link {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    color: #000;
  }
  .staff-nav__link::before {
    display: none;
  }
  .staff-nav__link.is-current {
    color: #b4b4b4;
    pointer-events: none;
  }
  .staff-nav__button {
    display: none;
  }
  .staff-article {
    width: 100%;
    margin: 0;
  }
  .staff-article__block {
    padding: calc(150 / 750 * 100vw) 0;
  }
  .staff-article__block::after {
    left: 0;
    display: block;
  }
  .staff-article__heading {
    text-align: center;
  }
  .staff-article__heading strong {
    display: block;
    font-size: 13px;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
    padding-left: 0.16em;
  }
  .staff-article__lead {
    width: 90%;
    font-size: calc(26 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) auto 0;
  }
  .staff-article__number {
    margin-top: calc(120 / 750 * 100vw);
    margin-bottom: calc(-32 / 750 * 100vw);
  }
  .staff-article__number img {
    height: calc(52 / 750 * 100vw);
  }
  .staff-article__slide {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: calc(55 / 750 * 100vw);
  }
  .staff-article__slide .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 / 750 * 100vw);
    width: 100%;
    font-size: 0;
  }
  .staff-article__slide .swiper-pagination-bullet {
    width: calc(15 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
    background: #808080;
    border-radius: 100vmax;
    opacity: 0.2;
  }
  .staff-article__slide .swiper-pagination-bullet-active {
    border-bottom: 0;
    opacity: 1;
  }
  .staff-article__text {
    width: 90%;
    font-size: calc(28 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) auto 0;
  }
  .staff-article__credit {
    width: 90%;
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.06em;
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  .staff-article__credit dd {
    font-size: calc(40 / 750 * 100vw);
  }
  .staff-article__credit span {
    font-size: calc(24 / 750 * 100vw);
  }
  .staff-article__credit small {
    display: block;
    font-size: calc(24 / 750 * 100vw);
  }
}
/* SP ここまで */