@charset "utf-8";



@media print,
screen and (min-width: 813px) {


  #staff {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }


  #staff h2 {
    background-image: url(../img/staff_title.svg);
    background-size: 181.056px 32.43px;
    background-repeat: no-repeat;
    background-position: right bottom;

    width:300px;
    display: flex;
    justify-content: center;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-bottom:25px;
  }


  #staff .inner {
    max-width: 1200px;
    min-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }

  #staff .anchor {
    border-bottom: 1px rgba(112, 112, 112, 0.25) solid;
  }

  #staff .anchor li a {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    border-top: 1px rgba(112, 112, 112, 0.25) solid;
    text-decoration: none;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
  }

  #staff .anchor li a .arr {
    position: absolute;
    right: -20px;
    top: calc(50% - 34px);
    display: block;
    width: 66px;
    height: 66px;
    background-image: url(../img/arr.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: calc(50% + 2px) center;
  }

  #staff .anchor li a .arr span {
    display: block;
    position: absolute;
    border: 1px #5A5A5A solid;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
  }

  #staff .anchor li a:hover .arr span {
    transform: scale(1);
  }


  #staff .anchor li a .name {
    color: #5F5E5E;
    display: block;
    font-size: 25px;
    line-height: 1.5em;
    font-family: 'Shippori Mincho', serif;
  }
  #staff .anchor li a .name span{
    font-size: 20px;
  }

  #staff .anchor li a .tit {
    display: block;
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    margin-left: 40px;
  }


  #staff .items {
    margin-top: 100px;
  }

  #staff .items .item {
    margin-bottom: 100px;
  }

  #staff .items .item .note {
    display: flex;
    margin-bottom: 50px;
  }

  #staff .items .item .note .texts {
    flex: 1;
    margin-left: 70px;
  }

  #staff .items .item .note .title {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5em;
  }

  #staff .items .item .note .name {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.2em;
  }


  #staff .items .item .note .body {
    margin-top: 50px;
    font-size: 15px;
    font-family: 'Shippori Mincho', serif;
    line-height: 2em;
  }

  #staff .items .item .texts .body p {
    margin-bottom: 30px;
  }

  #staff .items .item .texts .body .more {
    display: none;
  }

  #staff .items .item .note .image {
    width: calc(856px / 2);
    position: relative;
  }

  #staff .items .item .image .inn {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(856px / 2);
    transition-duration:400ms;
    transition-property: opacity,visibility,transform;
    pointer-events: none;
    transition-timing-function: ease-out;
  }

  #staff .items .item.fixed .note .image .inn {
    position: fixed;

  }

  #staff .items .item.fixed.end .note .image .inn {
    /* position: absolute;
    left: 0;
    bottom: 0;
    top: auto; */
    opacity:0;
    visibility: hidden;
    /* transform:translateY(-100px); */
  }


  #staff .items .item .chatting {
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;

  }

  #staff .items .item .chatting .tit {
    background-image: url(../img/staff_chatting_tit.svg);
    background-size: 125px 33.478px;
    background-repeat: no-repeat;
    background-position: right 10px;
    width: 380px;
  }

  #staff .items .item .chatting .tit p {
    background-image: url(../img/staff_chatting_line.svg);
    background-size: 333.746px 10.159px;
    width: calc(360px);
    height: 81.85px;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }

  #staff .items .item .chatting .tit p span {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    padding-left: 60px;
    background-image: url(../img/staff_chatting_ico1.svg);
    background-size: 28.256px 32.868px;
    background-repeat: no-repeat;
    background-position: left center;

  }

  #staff .items .item .chatting .list {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  #staff .items .item .chatting ul li {
    background-image: url(../img/staff_chatting_ico2.svg);
    background-size: 28.852px 10.889px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.35em;
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;

  }

  #staff .items .item .profile {
    padding-top: 60px;

  }

  #staff .items .item .profile .tit {
    font-family: 'Shippori Mincho', serif;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0.1em;
    width: 260px;
    height: 32.43px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../img/staff_profile_tit.svg);
    background-size: 158.424px 32.43px;
    display: flex;
    align-items: center;
  }

  #staff .items .item .profile .body {
    margin-top: 20px;
  }

  #staff .items .item .profile .body p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  /* #staff .items .item .profile .body ul {
    margin-bottom: 20px;
  } */

  #staff .items .item .profile .body ul li {
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.1em;
    text-indent: -1em;
    margin-left: 1em;
  }



  #staff .items .item .profile .detail {
    margin-top: 10px;
  }

  #staff .items .item .profile .detail .dtit {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
  }

  #staff .items .item .profile .detail .set {
    margin-bottom: 20px;
  }

  #staff .items .item .profile .detail .set .stit {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
  }

  #staff .items .item .profile .detail p {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #5A5A5A;
    text-decoration: none;
    margin-bottom: 5px;
  }

  #staff .items .item .profile .detail ul li {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #5A5A5A;
    text-decoration: none;
    margin-bottom: 5px;
  }


  #staff .items .item .profile .detail a {
    color: #5A5A5A;
    text-decoration: none;
  }





}



@media only screen and (max-width: 812px) {


  #staff {
    padding-top: 0px;
    /* padding-bottom: 50px; */
  }


  #staff h2 {
    background-image: url(../img/staff_title.svg);
    background-size: calc((100vw - 40px) * 0.5) calc((100vw - 40px) * 0.5 / 181.056 * 32.43);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 30px;
  }


  #staff .inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  #staff .anchor {
    border-bottom: 1px rgba(112, 112, 112, 0.25) solid;
  }

  #staff .anchor li a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    border-top: 1px rgba(112, 112, 112, 0.25) solid;
    text-decoration: none;
    color: #000;
    position: relative;
  }

  #staff .anchor li a .arr {
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/arr.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
  }

  #staff .anchor li a .arr span {
    display: block;
    position: absolute;
    border: 1px #5A5A5A solid;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    display: none;
  }

  #staff .anchor li a.scIn.move .arr span {
    transform: scale(1);
  }



  #staff .anchor li a .name {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Shippori Mincho', serif;
    color: #5F5E5E;
  }

    #staff .anchor li a .name span{
      font-size: 80%;
      }

  #staff .anchor li a .tit {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    font-family: 'Shippori Mincho', serif;
  }


  #staff .items {
    margin-top: 100px;
  }

  #staff .items .item {
    margin-bottom: 100px;
  }

  #staff .items .item .note {
    margin-bottom: 20px;
  }


  #staff .items .item .note .title {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5em;
    text-align: center;
  }

  #staff .items .item .note .name {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5em;
    text-align: center;
  }


  #staff .items .item .note .body {
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Shippori Mincho', serif;
    line-height: 2em;
  }

  #staff .items .item .texts .body p {
    margin-bottom: 30px;
  }

  #staff .items .item .texts .body {
    position: relative;
    height: 200px;
    overflow: hidden;
  }



  #staff .items .item .texts .body .more{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }


  #staff .items .item .texts .body .more a {
    display: block;
   width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none;
    background-image: url(../img/more.svg);
    background-size: calc(10px / 2) calc(51.5px / 2);
    background-repeat: no-repeat;
    background-position: center bottom;

  }

#staff .items .item.acc_open .texts .body .more {
  position: relative;
  left: auto;
  bottom: auto;
    background: none;
    background-color: none;
  }
  #staff .items .item.acc_open .texts .body .more a {
    padding-top: 30px;
    padding-bottom: 0;
    background-position: center top;
    background-image: url(../img/more_close.svg);
  }


  #staff .items .item .note .image {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  #staff .items .item .image .inn {
    position: relative;
  }





  #staff .items .item .chatting {
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: 30px;
    margin-top: 100px;

  }

  #staff .items .item .chatting .tit {
    height: calc((100vw - 40px) * 0.3 / 125 * 33.478 + 40px);
    background-image: url(../img/staff_chatting_tit.svg);
    background-size: calc((100vw - 40px) * 0.3) calc((100vw - 40px) * 0.3 / 125 * 33.478);
    background-repeat: no-repeat;
    background-position: center 10px;
  }

  #staff .items .item .chatting .tit p {
    background-image: url(../img/staff_chatting_line.svg);
    background-size: calc((100vw - 40px) * 0.6) calc((100vw - 40px) * 0.6 / 333.746 * 10.159);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
  }

  #staff .items .item .chatting .tit p span {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: calc((100vw - 40px) * 0.04 / 28.256 * 32.868 + 10px);
    background-image: url(../img/staff_chatting_ico1.svg);
    background-size: calc((100vw - 40px) * 0.04) calc((100vw - 40px) * 0.04 / 28.256 * 32.868);
    background-repeat: no-repeat;
    background-position: center top;

  }

  #staff .items .item .chatting .list {
    margin-top: 20px;
  }

  #staff .items .item .chatting ul li {
    background-image: url(../img/staff_chatting_ico2.svg);
    background-size: calc(28.852px / 2) calc(10.889px / 2);
    background-repeat: no-repeat;
    background-position: left 6px;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
  }














  #staff .items .item .profile {
    padding-top: 30px;

  }

  #staff .items .item .profile .tit {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    height: calc(40vw / 158.424 * 32.43);
    background-image: url(../img/staff_profile_tit.svg);
    background-size: 40vw calc(40vw / 158.424 * 32.43);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #staff .items .item .profile .body {
    margin-top: 20px;
  }

  #staff .items .item .profile .body p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  /* #staff .items .item .profile .body ul {
    margin-bottom: 20px;
  } */

  #staff .items .item .profile .body ul li {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.1em;
    text-indent: -1em;
    margin-left: 1em;
  }



  #staff .items .item .profile .detail {
    margin-top: 30px;
  }

  #staff .items .item .profile .detail .dtit {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
  }

  #staff .items .item .profile .detail .set {
    margin-bottom: 20px;
  }

  #staff .items .item .profile .detail .set .stit {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
  }

  #staff .items .item .profile .detail p {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #5A5A5A;
    text-decoration: none;
    margin-bottom: 5px;
  }

  #staff .items .item .profile .detail ul li {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #5A5A5A;
    text-decoration: none;
    margin-bottom: 5px;
  }


  #staff .items .item .profile .detail a {
    word-break: break-all;
    word-wrap: break-word;
    color: #5A5A5A;
    text-decoration: none;
  }









}