/*
//@include linkarrow();
@mixin linkarrow($d:'sp', $c:$monocolor){

    @if $d == 'sp'{

        &:before,
        &:after{
            content: "";
            display: block;
            border-top: 1px solid $c;
            position: absolute;
            z-index: 9;
            top: 50%;
            //right: size(80/-2);
            $right: math.div(80 , -2);
            right: size( $right );
            transform-origin: right bottom;
            //opacity: 0.4;
        }
        &:before{
            width: size(30);
            transform: translateY(-50%) rotate(40deg);
        }
        &:after{
            width: size(80);
            transform: translateY(-50%);
        } 
    }
    @else if $d == 'pc'{

        &:before,
        &:after{
            //right: (96px/-2);
            right: ( math.div(96px , -2) );
        }
        &:before{
            width: 24px;
        }
        &:after{
            width: 96px;
        }
    }
}
*/
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner .content.title_page.imagefull figure img {
  opacity: 0.6;
}
#article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title {
  grid-template-rows: 1fr 20vw;
  grid-template-columns: 32fr 43fr;
}
#article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title span {
  grid-row: 1;
  grid-column: 1;
  justify-self: center;
}
#article section.section_1 .inner.section_inner .content.content_1 {
  margin: 10.6666666667vw auto 16vw;
}
#article section.section_1 .inner.section_inner .content.content_1 h3 {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.content_1 h3 span.txt {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
#article section.section_1 .inner.section_inner .content.content_1 h3 span.txt_2 {
  font-size: 2.3rem;
}
#article section.section_1 .inner.section_inner .content.content_1 p {
  text-align: center;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  align-items: baseline;
  margin-bottom: 1.5em;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt {
  font-size: 1.8rem;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
  white-space: nowrap;
  font-size: 1rem;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
  margin-bottom: 1em;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_3 span {
  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 .item {
  width: 88vw;
  margin: 0 auto 13.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_l figure {
  overflow: hidden;
}
#article section.section_1 .inner.section_inner .content.staff .item .float_r {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title {
    grid-template-rows: 1fr 9vw;
    grid-template-columns: repeat(2, 1fr);
  }
  #article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title span {
    grid-row: 1;
    grid-column: 1;
    font-size: 2.3rem;
  }
  #article section.section_1 .inner.section_inner .content.content_1 {
    max-width: 800px;
    margin: 64px auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 {
    margin-bottom: 32px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 span {
    line-height: 2;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 span.txt {
    font-size: 1.1rem;
    margin-bottom: 2em;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 span.txt_2 {
    font-size: 1.8rem;
  }
  #article section.section_1 .inner.section_inner .content.staff {
    width: 100%;
    max-width: 864px;
    padding: 0 32px;
    margin: 0 auto;
    transition: 0.3s;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
    margin: 0;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
    margin: 0 0 24px;
  }
  #article section.section_1 .inner.section_inner .content.staff .text {
    padding-right: 40px;
    margin: 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-bottom: 80px;
  }
  #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-row: 1;
    grid-column: 1;
    padding-top: 16px;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  #article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title {
    grid-template-rows: 1fr 2.8571428571vw;
  }
  #article section.section_1 .inner.section_inner .content.title_page.imagefull h2.post_title span {
    font-size: 3.2rem;
  }
  #article section.section_1 .inner.section_inner .content.content_1 {
    max-width: 1120px;
    margin-bottom: 112px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 span.txt {
    font-size: 1.6rem;
    margin-bottom: 2.5em;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3 span.txt_2 {
    font-size: 2.5rem;
  }
  #article section.section_1 .inner.section_inner .content.staff {
    max-width: 1184px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 {
    column-gap: 1.5em;
    margin-bottom: 2em;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt {
    font-size: 2.5rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_2 span.txt_2 {
    font-size: 1.1rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 {
    margin: 0 0 32px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_3 span {
    font-size: 1.7rem;
  }
  #article section.section_1 .inner.section_inner .content.staff .text {
    padding-right: 64px;
  }
  #article section.section_1 .inner.section_inner .content.staff .item {
    margin-bottom: 176px;
  }
}/*# sourceMappingURL=staff.css.map */