*:focus {
  outline: none; }

/*-----------------------------------*/
.wrapper .staffBox {
  margin-top: 60px;
  padding-bottom: 100px; }
  .wrapper .staffBox .ttl {
    margin-bottom: 55px; }
  .wrapper .staffBox p.read {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 55px; }
    @media screen and (max-width: 1000px) {
      .wrapper .staffBox p.read {
        font-size: 14px;
        margin-bottom: 3%; } }
  .wrapper .staffBox .staff_list {
    width: 100%; }
    .wrapper .staffBox .staff_list .box {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 90px;
      border: 1px solid  #e7e7e7; }
      @media screen and (max-width: 767px) {
        .wrapper .staffBox .staff_list .box {
          display: block;
          margin-bottom: 40px; } }
      .wrapper .staffBox .staff_list .box:nth-child(2n) .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
      .wrapper .staffBox .staff_list .box:last-child {
        margin-bottom: 0; }
      .wrapper .staffBox .staff_list .box .img {
        width: 460px; }
        @media screen and (max-width: 767px) {
          .wrapper .staffBox .staff_list .box .img {
            width: 100%; } }
      .wrapper .staffBox .staff_list .box .profile {
        background: #fffcf7;
        padding: 0% 5% 2%;
        width: calc(100% - 460px); }
        @media screen and (max-width: 767px) {
          .wrapper .staffBox .staff_list .box .profile {
            width: 100%;
            padding: 5% 4%; } }
        .wrapper .staffBox .staff_list .box .profile p {
          text-align: left; }
          .wrapper .staffBox .staff_list .box .profile p.name {
            font-size: 20px;
            line-height: 1;
            font-weight: bold;
            margin-top: 30px; }
            @media screen and (max-width: 767px) {
              .wrapper .staffBox .staff_list .box .profile p.name {
                font-size: 16px;
                margin-top: 0; } }
            .wrapper .staffBox .staff_list .box .profile p.name span {
              margin-left: 10px;
              font-size: 12px;
              color: #ff8297; }
              @media screen and (min-width: 767px) and (max-width: 960px) {
                .wrapper .staffBox .staff_list .box .profile p.name span {
                  display: block;
                  margin: 5px 0 0 0; } }
          .wrapper .staffBox .staff_list .box .profile p.position {
            font-size: 14px;
            line-height: 1.4;
            margin-top: 5px; }
            @media screen and (max-width: 767px) {
              .wrapper .staffBox .staff_list .box .profile p.position {
                font-size: 12px;
                line-height: 1.4; } }
          .wrapper .staffBox .staff_list .box .profile p.txt {
            margin-top: 25px;
            font-size: 14px;
            height: 210px;
            overflow: auto; }
            @media screen and (max-width: 767px) {
              .wrapper .staffBox .staff_list .box .profile p.txt {
                height: auto;
                margin-top: 15px; } }
@media screen and (max-width: 1000px) {
  .wrapper .staffBox {
    width: 94%;
    margin: 10% 3% 0;
    padding-bottom: 10%; }
    .wrapper .staffBox .ttl {
      margin-bottom: 4%; } }
@media screen and (max-width: 767px) {
  .wrapper .staffBox {
    padding-bottom: 20%; } }

/*# sourceMappingURL=layout.css.map */
