.aboutWrap {
    background-color: #000;
    border-bottom: 1px solid #707070
  }
  
  .headMenu {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
  }
  
  .headMenu .headMenu_link {
    display: block;
    font-size: 14px;
    font-weight: medium;
    padding: 12.5px 30px 14px
  }
  
  @media screen and (min-width:768px) {
    .headMenu .headMenu_link {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto
    }
  }
  
  .aboutTop {
    color: #fff;
    padding: 85px 25px 0
  }
  
  @media screen and (min-width:768px) {
    .aboutTop {
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      padding: 120px 25px 0 62px
    }
  }
  
  .aboutTop .aboutTop_ttl {
    font-size: 25px;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 60px
  }
  
  @media screen and (min-width:768px) {
    .aboutTop .aboutTop_ttl {
      font-size: 40px;
      margin-bottom: 100px
    }
  }
  
  .aboutTop .aboutTop_txts .aboutTop_txts_txt {
    font-size: 16px;
    line-height: 3;
    margin-bottom: 140px
  }
  
  @media screen and (min-width:768px) {
    .aboutTop .aboutTop_txts .aboutTop_txts_txt {
      font-size: 20px
    }
  }
  
  .aboutTop .aboutTop_txts .aboutTop_txts_logo {
    display: block;
    width: 125px;
    margin: 90px 0 130px
  }
  
  @media screen and (min-width:768px) {
    .aboutTop .aboutTop_txts .aboutTop_txts_logo {
      margin: 160px 0 200px
    }
  }
  
  .aboutLists {
    margin: 87px 0 85px
  }
  
  .aboutLists .aboutLists_li {
    position: relative;
    font-size: 14px;
    margin-bottom: 41px;
    padding-left: 31px
  }
  
  @media screen and (min-width:768px) {
    .aboutLists .aboutLists_li {
      font-size: 18px;
      margin-bottom: 47px
    }
  }
  
  .aboutLists .aboutLists_li:last-child {
    margin-bottom: 0
  }
  
  .aboutLists .aboutLists_li:before {
    content: "";
    width: 14.5px;
    height: 1px;
    position: absolute;
    top: 11.5px;
    left: 0;
    background-color: #fff
  }
  
  @media screen and (min-width:768px) {
    .aboutLists .aboutLists_li:before {
      top: 15.5px
    }
  }
  
  .aboutInfo {
    color: #fff;
    padding: 35px 25px 37px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
  }
  
  @media screen and (min-width:768px) {
    .aboutInfo {
      padding: 63px 61px
    }
  }
  
  .aboutInfo .aboutInfo_ttl {
    font-size: 21px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 11px
  }
  
  @media screen and (min-width:768px) {
    .aboutInfo .aboutInfo_ttl {
      font-size: 30px;
      margin-bottom: 18.6px
    }
  }
  
  .aboutInfo .aboutInfo_txt {
    font-size: 14px;
    text-align: center;
    letter-spacing: .04em;
    margin-bottom: 29.4px
  }
  
  @media screen and (min-width:768px) {
    .aboutInfo .aboutInfo_txt {
      font-size: 27px;
      margin-bottom: 31.4px
    }
  }
  
  .aboutInfo .aboutInfo_txt .aboutInfo_txt_pro {
    font-size: 13px
  }
  
  @media screen and (min-width:768px) {
    .aboutInfo .aboutInfo_txt .aboutInfo_txt_pro {
      font-size: 25px
    }
  }
  
  .aboutInfo .aboutInfo_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    width: 150px;
    height: 49px;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
  }
  
  @media screen and (min-width:768px) {
    .aboutInfo .aboutInfo_link {
      width: 156px;
      height: 47px;
      font-size: 14px
    }
  }
  
  @media screen and (min-width:1024px) {
    .aboutInfo .aboutInfo_link:hover {
      color: #000;
      background-color: #fff
    }
  }
  
  .show {
    opacity: 0
  }
  
  .show.is-show {
    opacity: 1;
    -webkit-transition: 1.6s;
    transition: 1.6s
  }