@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner .content.content_1 {
  width: 92vw;
  margin: 5.3333333333vw auto;
}
#article section.section_1 .inner.section_inner .content.content_1 .item p.lead {
  text-align: left;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 {
  display: flex;
  align-items: center;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt {
  flex-shrink: 0;
  font-size: 1.8rem;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1rem;
  margin: 0 0 0 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
  margin: 0 0 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_3 span.txt {
  font-size: 1.2rem;
}
#article section.section_1 .inner.section_inner .content.staff h4 {
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h4 span {
  display: block;
  line-height: 1.5;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 {
  display: flex;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt {
  display: flex;
  justify-content: space-between;
  min-width: 13.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt_2 {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 0 0 6.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_3 span.txt {
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_3 span.txt_2 {
  letter-spacing: 0.025em;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
#article section.section_1 .inner.section_inner .content.staff .text {
  margin: 4vw auto 0;
}
#article section.section_1 .inner.section_inner .content.staff .text p {
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff table {
  width: 84vw;
  margin: 2.6666666667vw auto;
  border: none;
}
#article section.section_1 .inner.section_inner .content.staff table th,
#article section.section_1 .inner.section_inner .content.staff table td {
  display: table-cell;
  vertical-align: top;
  width: auto;
}
#article section.section_1 .inner.section_inner .content.staff table th {
  padding: 0;
}
#article section.section_1 .inner.section_inner .content.staff table td {
  padding: 0 0 0 2em;
  border: none;
}
#article section.section_1 .inner.section_inner .content.staff table td p {
  padding: 0;
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 44vw;
  height: 8vw;
  margin: 5.3333333333vw auto;
  border: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: relative;
}
#article section.section_1 .inner.section_inner .content.staff .link:before, #article section.section_1 .inner.section_inner .content.staff .link:after {
  content: "";
  display: block;
  border-top: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -5.3333333333vw;
  transform-origin: right bottom;
}
#article section.section_1 .inner.section_inner .content.staff .link:before {
  width: 4vw;
  transform: translateY(-50%) rotate(40deg);
}
#article section.section_1 .inner.section_inner .content.staff .link:after {
  width: 10.6666666667vw;
  transform: translateY(-50%);
}
#article section.section_1 .inner.section_inner .content.staff .link:before, #article section.section_1 .inner.section_inner .content.staff .link:after {
  right: -6.4vw;
}
#article section.section_1 .inner.section_inner .content.staff .item {
  margin: 0 auto;
  box-sizing: border-box;
}
#article section.section_1 .inner.section_inner .content.staff .item summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_l,
#article section.section_1 .inner.section_inner .content.staff .item .float_r {
  background: hsl(0, 0%, 95%);
}
#article section.section_1 .inner.section_inner .content.staff .item .float_l {
  width: 37.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_l figure {
  width: 32vw;
  height: 32vw;
  overflow: hidden;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_c {
  width: 84vw;
  padding: 5.3333333333vw 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      right: 192px;
      opacity: 0;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 .inner.section_inner .content.content_1 {
    width: 1056px;
    margin: 16px auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.staff {
    width: 1056px;
    margin: 0 auto;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt {
    font-size: 3rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
    font-size: 1.2rem;
    margin: 0 0 0 32px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
    margin: 0 0 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 span.txt {
    font-size: 1.4rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h4 {
    width: 100%;
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff h4 span {
    line-height: 1.75;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt {
    min-width: 64px;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt_2 {
    margin: 0 0 0 64px;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_3 span.txt {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff .text {
    width: 460px;
    margin: 0.2666666667vw 0 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .text p {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff table {
    margin: 0 auto;
  }
  #article section.section_1 .inner.section_inner .content.staff table th,
  #article section.section_1 .inner.section_inner .content.staff table td {
    border: none;
  }
  #article section.section_1 .inner.section_inner .content.staff table td {
    width: 100%;
    padding: 0 0 0 4em;
  }
  #article section.section_1 .inner.section_inner .content.staff table td p {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff .link {
    margin: 48px auto;
    font-size: 1.4rem;
    width: 288px;
    height: 40px;
    cursor: pointer;
  }
  #article section.section_1 .inner.section_inner .content.staff .link:before, #article section.section_1 .inner.section_inner .content.staff .link:after {
    right: -48px;
  }
  #article section.section_1 .inner.section_inner .content.staff .link:before {
    width: 24px;
  }
  #article section.section_1 .inner.section_inner .content.staff .link:after {
    width: 96px;
  }
  #article section.section_1 .inner.section_inner .content.staff .item {
    width: 100%;
  }
  #article section.section_1 .inner.section_inner .content.staff .item:hover .link:before, #article section.section_1 .inner.section_inner .content.staff .item:hover .link:after {
    animation-fill-mode: backwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #article section.section_1 .inner.section_inner .content.staff .item summary {
    cursor: pointer;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_l {
    width: 300px;
    height: 260px;
    overflow: hidden;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_l figure {
    width: 260px;
    height: 100%;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_r {
    width: 756px;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    padding: 48px 0;
  }
}/*# sourceMappingURL=staff.css.map */