@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.33333vw 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article .section.section_1 .inner.section_inner .content.staff .h3.h3_2 span.txt {
  -ms-flex-negative: 0;
      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.33333vw;
}

#article .section.section_1 .inner.section_inner .content.staff .h3.h3_3 {
  margin: 0 0 2.66667vw;
}

#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.66667vw;
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#article .section.section_1 .inner.section_inner .content.staff .h4.h4_2 span.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 13.33333vw;
}

#article .section.section_1 .inner.section_inner .content.staff .h4.h4_2 span.txt_2 {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 0 0 6.66667vw;
}

#article .section.section_1 .inner.section_inner .content.staff .h4.h4_3 span.txt {
  margin: 0 auto 2.66667vw;
}

#article .section.section_1 .inner.section_inner .content.staff .h4.h4_3 span.txt_2 {
  color: #333333;
  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.66667vw;
}

#article .section.section_1 .inner.section_inner .content.staff table {
  width: 84vw;
  margin: 2.66667vw auto 0;
  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.66667vw;
}

#article .section.section_1 .inner.section_inner .content.staff .link {
  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-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.175em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 44vw;
  height: 8vw;
  margin: 5.33333vw auto;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
          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 black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -5.33333vw;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

#article .section.section_1 .inner.section_inner .content.staff .link:before {
  width: 4vw;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}

#article .section.section_1 .inner.section_inner .content.staff .link:after {
  width: 10.66667vw;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#article .section.section_1 .inner.section_inner .content.staff .item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #f2f2f2;
}

#article .section.section_1 .inner.section_inner .content.staff .item .float_l {
  width: 37.33333vw;
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62.66667vw;
}

#article .section.section_1 .inner.section_inner .content.staff .item .float_c {
  width: 84vw;
  padding: 5.33333vw 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
           animation
*/
  @-webkit-keyframes motion-btn-link {
    0% {
      right: 192px;
      opacity: 0;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  @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: 32px 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 {
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-name: motion-btn-link;
            animation-name: motion-btn-link;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
    padding: 48px 0;
  }
}
/*# sourceMappingURL=staff.css.map */