@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");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article .section {
  /* -------------------------------------
     section_1
  */
}
#article .section.section_1 .inner.section_inner .content {
  /*
  .link{

      text-align: center;
      width: 100%;
      padding: 1rem 0;
      margin: 0 auto;
      background: rgba($maincolor,0.4);
      cursor: pointer;

      span{

          text-decoration: none;
          display: inline-block;
          // weight : 300=L , 400=R , 500=M , 700=B , 900=BL
          @include webfont_j2(300);
          // proportional font
          font-feature-settings : "palt";

          letter-spacing: 0.175em;
          color: $monocolor2;
          font-size: 1rem;
          line-height: 1;
          width: auto;
          padding: 0.5rem 3rem;
          border: 1px solid rgba($monocolor2,0.5);
          box-sizing: border-box;
          position: relative;

          @include linkarrow;
      }
  }
  */
}
#article .section.section_1 .inner.section_inner .content figure {
  width: 100%;
  height: 32vw;
  overflow: hidden;
}
#article .section.section_1 .inner.section_inner .content .h3.h3_2 {
  display: flex;
  align-items: center;
}
#article .section.section_1 .inner.section_inner .content .h3.h3_2 span.txt {
  flex-shrink: 0;
  letter-spacing: 0.3em;
  font-size: 1.8rem;
}
#article .section.section_1 .inner.section_inner .content .h3.h3_2 span.txt_2 {
  white-space: nowrap;
  letter-spacing: 0.025em;
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
#article .section.section_1 .inner.section_inner .content .h3.h3_3 {
  margin: 0 0 1rem;
}
#article .section.section_1 .inner.section_inner .content .h3.h3_3 span.txt {
  letter-spacing: 0.3em;
  font-size: 1.2rem;
}
#article .section.section_1 .inner.section_inner .content .h4 {
  letter-spacing: 0.175em;
  margin: 0 auto 1rem;
}
#article .section.section_1 .inner.section_inner .content .h4.h4_2 {
  display: flex;
}
#article .section.section_1 .inner.section_inner .content .h4.h4_2 span {
  font-size: 1.2rem;
  line-height: 1.25;
}
#article .section.section_1 .inner.section_inner .content .h4.h4_2 span.txt {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 500;
}
#article .section.section_1 .inner.section_inner .content .h4.h4_2 span.txt_2 {
  font-weight: 300;
  margin: 0 0 0 1rem;
}
#article .section.section_1 .inner.section_inner .content .text {
  font-size: 1.2rem;
  margin: 2rem auto 0;
}
#article .section.section_1 .inner.section_inner .content .text p {
  margin: 0 auto 1rem;
}
#article .section.section_1 .inner.section_inner .content .item {
  margin: 0 auto;
  background: hsl(0, 0%, 95%);
  box-sizing: border-box;
}
#article .section.section_1 .inner.section_inner .content .item.float {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article .section.section_1 .inner.section_inner .content .item .float_l {
  width: 32vw;
}
#article .section.section_1 .inner.section_inner .content .item .float_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62.6666666667vw;
}
#article .section.section_1 .inner.section_inner .content .item .float_c {
  width: 84vw;
  padding: 3rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
       section_1
    */
  }
  #article .section.section_1 .inner.section_inner .content figure {
    height: 100%;
  }
  #article .section.section_1 .inner.section_inner .content .h3.h3_2 {
    margin: 0 0 20px;
  }
  #article .section.section_1 .inner.section_inner .content .h3.h3_2 span.txt {
    font-size: 3rem;
  }
  #article .section.section_1 .inner.section_inner .content .h3.h3_2 span.txt_2 {
    letter-spacing: 0.15em;
    font-size: 1.2rem;
    margin: 0 0 0 20px;
  }
  #article .section.section_1 .inner.section_inner .content .h3.h3_3 {
    margin: 0 0 20px;
  }
  #article .section.section_1 .inner.section_inner .content .h3.h3_3 span.txt {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner.section_inner .content .h4 {
    margin: 0 auto 10px;
  }
  #article .section.section_1 .inner.section_inner .content .h4.h4_2 {
    width: 100%;
  }
  #article .section.section_1 .inner.section_inner .content .h4.h4_2 span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #article .section.section_1 .inner.section_inner .content .h4.h4_2 span.txt_2 {
    padding: 0 0 0 20px;
  }
  #article .section.section_1 .inner.section_inner .content .text {
    width: 468px;
    margin: 0 0 20px;
  }
  #article .section.section_1 .inner.section_inner .content .text:first-of-type {
    width: 100%;
    margin: 10px auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content .item {
    width: 100%;
  }
  #article .section.section_1 .inner.section_inner .content .item .float_l {
    width: 260px;
    min-height: 260px;
    overflow: hidden;
  }
  #article .section.section_1 .inner.section_inner .content .item .float_r {
    width: 756px;
  }
  #article .section.section_1 .inner.section_inner .content .item .float_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 976px;
    padding: 40px 0;
  }
}/*# sourceMappingURL=staff.css.map */