.iconlist{
    display: flex;
    margin-top: 12px;
    gap: 10px;
}
.ma-icon{
	background-color: #306ab2;
    padding: 2px 8px;
    color: white;
}
.wealth-icon{
	background-color: #30a289;
    padding: 2px 8px;
    color: white;
}
.succession-icon{
	background-color: #2b2b2b;
    padding: 2px 8px;
    color: white;
}


.members{
  padding-bottom: 75px;
  & .content{
    gap: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    padding: 22.5px 20px;
  }
  & .list{
    gap: 20px;
    &.hidden{
      display: none;
    }
  }
  & #members_list{
    margin-bottom: 20px;
  }
  & .item{
    width: calc((100% - 20px) / 2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 22.5px 20px;
    gap: 20px;
    &.hidden{
      display: none;
    }
  }
  & .wrap01,
  & .wrap02{
    gap: 15px;
  }
  & .wrap01{
    width: 47%;
  }
  & .texts01,
  & .texts02{
    flex: 1;
  }
  & .texts03{
    padding-left: 5%;
  }
  & .btns{
    gap: 20px;
    margin-bottom: 50px;
  }
  & .btn{
    max-width: 340px;
    border-radius: 0;
    position: relative;
    gap: 30px;
    padding: 20px 0;
    font-weight: 500;
    opacity: 1;
    & span{
      content: "";
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: white;
      width: 15px;
      height: 13px;
    }
    &.all span{
      background: #333333;
    }
    &.green{
      background: #2FA289;
    }
    &.succession{
      background: #2b2b2b;
    }
    &.all{
      background: #ffffff;
      color: #333333;
      border: 2px solid #333333;
    }
    &.inactive{
      opacity: 0.6;
    }
  }
  & .img01{
    width: 40%;
  }
  & .heading01{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2.5px;
  }
  & .heading02{
    font-size: 20px;
    font-weight: 600;
  }
  & .text01{
    font-size: 21px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 35px;
    padding: 7.5px 0;
    &.white{
      border: 2px solid #306AB2;
      color: #306AB2;
    }
    &.blue{
      background: #306AB2;
      color: white;
    }
    &.green{
      background: #2FA289;
      color: white;
    }
  }
  & .text02{
    font-size: 23px;
    line-height: 1.4;
  }
  & .text03{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
  }

}

/* メンバー紹介内運営会社 */
.members_unei{
  & .hl_h1{
    margin-bottom: 0;
  }
}

@media(max-width: 1000px){
.members{
  & .content {
    padding: 15px 12.5px;
    margin: 0 auto 15px;
  }
  & .list {
    gap: 15px;
  }
  & .item {
    width: calc((100% - 15px) / 2);
    padding: 15px 12.5px;
  }
  & .wrap01,
  & .wrap02 {
    gap: 7.5px;
  }
  & .img01 {
    width: 37.5%;
  }
}
}
@media(max-width: 769px){
  .members {
    padding-bottom: 75px;
    & .hl_h1{
      line-height: 1.4;
    }
    & .content {
      flex-direction: column;
      gap: 10px;
      margin: 0 auto 15px;
      padding: 15px 12.5px;
      max-width: 450px;
    }
    & .list {
      gap: 15px;
      max-width: 450px;
      margin: 0 auto;
    }
    & #members_list {
      margin-bottom: 15px;
    }
    & .item {
      width: 100%;
      padding: 15px 12.5px;
      gap: 10px;
    }
    & .wrap01,
    & .wrap02 {
      gap: 7.5px;
    }
    & .wrap01 {
      width: 100%;
    }
    & .btns {
      gap: 10px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    & .btn {
      max-width: 47%;
      font-size: 1.5rem;
      height: auto;
      padding: 15px 4px;
      & span {
        width: 12px;
        height: 10px;
      }
    }
    & .img01 {
      width: 37.5%;
    }
    & .heading01 {
      font-size: 2.25rem;
      margin-bottom: 0;
    }
    & .heading02 {
      font-size: 1.6rem;
    }
    & .text01 {
      font-size: 1.6rem;
      margin-bottom: 15px;
      padding: 5px 0;
    }
    & .text02 {
      font-size: 1.7rem;
    }
    & .text03 {
      font-size: 1.4rem;
    }
  }
}