/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner .content.content_1 {
  margin: 0 auto 10.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.content_1 figure {
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.content_1 .item p {
  text-align: center;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 {
  margin-bottom: 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 span {
  font-size: 1.8rem;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  margin: 0 0 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span {
  line-height: 1;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt {
  font-size: 2.4rem;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
  letter-spacing: 0.025em;
  white-space: nowrap;
  font-size: 1.3rem;
  margin-left: 2em;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
#article section.section_1 .inner.section_inner .content.staff p {
  font-size: 1.2rem;
}
#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: 100%;
  margin: 2.6666666667vw 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 th span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#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.f1 th {
  width: 1.25em;
}
#article section.section_1 .inner.section_inner .content.staff table.f2 th {
  width: 2.5em;
}
#article section.section_1 .inner.section_inner .content.staff table.f3 th {
  width: 3.75em;
}
#article section.section_1 .inner.section_inner .content.staff table.f4 th {
  width: 5em;
}
#article section.section_1 .inner.section_inner .content.staff table.f5 th {
  width: 6.25em;
}
#article section.section_1 .inner.section_inner .content.staff table.f6 th {
  width: 7.5em;
}
#article section.section_1 .inner.section_inner .content.staff table.f7 th {
  width: 8.75em;
}
#article section.section_1 .inner.section_inner .content.staff .link {
  margin: 5.3333333333vw auto 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff .item {
  width: 88vw;
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.staff .item summary,
#article section.section_1 .inner.section_inner .content.staff .item .float {
  padding: 5.3333333333vw 5.3333333333vw 0;
  border: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_l figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_r {
  margin-top: 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_c {
  padding: 5.3333333333vw 5.3333333333vw 1.3333333333vw;
  margin: 0 auto;
  background: hsl(0, 0%, 95%);
}
#article section.section_1 .inner.section_inner .content.staff .item .float_c figure {
  margin-top: 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_c figcaption {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 {
    padding: 0 64px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 {
    max-width: 1056px;
    margin: 16px auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 figure {
    margin: 0 auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.staff {
    max-width: 1056px;
    margin: 0 auto;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 {
    margin-bottom: 40px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 span {
    font-size: 3rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 {
    margin-bottom: 32px;
  }
  #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.4rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  #article section.section_1 .inner.section_inner .content.staff .text {
    margin-top: 0.2666666667vw;
  }
  #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 {
    width: 100%;
    margin: 0 auto;
  }
  #article section.section_1 .inner.section_inner .content.staff table td {
    width: 100%;
    padding: 0 0 0 2em;
  }
  #article section.section_1 .inner.section_inner .content.staff table td p {
    font-size: 1.4rem;
    margin: 0 auto 8px;
  }
  #article section.section_1 .inner.section_inner .content.staff .link {
    margin: 48px auto;
    overflow: hidden;
  }
  #article section.section_1 .inner.section_inner .content.staff .link span {
    padding: 0.5em 1em;
  }
  #article section.section_1 .inner.section_inner .content.staff .link span:after {
    bottom: 4px;
  }
  #article section.section_1 .inner.section_inner .content.staff .item {
    width: 100%;
    margin-bottom: 64px;
  }
  #article section.section_1 .inner.section_inner .content.staff .item summary,
  #article section.section_1 .inner.section_inner .content.staff .item .float {
    display: grid;
    grid-template-columns: 48px 3fr 48px 4fr 48px;
    justify-content: space-between;
    padding: 48px 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .item summary .link,
  #article section.section_1 .inner.section_inner .content.staff .item .float .link {
    justify-content: start;
    margin: 16px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .item summary:hover .link span:after,
  #article section.section_1 .inner.section_inner .content.staff .item .float:hover .link span: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 .js-summary {
    cursor: pointer;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_l {
    grid-column: 2;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_r {
    grid-column: 4;
    padding-bottom: 48px;
    margin-top: 0;
    position: relative;
    box-sizing: border-box;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_r .link {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .item .float_c {
    display: grid;
    padding: 32px 48px;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=ourteam.css.map */