<div class="modal fade profile_modal" id="profileModal1" tabindex="-1" role="dialog" aria-labelledby="profileModal1" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header border-0">
        <div class="prifile_desc d-flex flex-row">
          <img src="img/noImage.png" alt="プロフィール画像">
          <div class="prifile_name"><span>名前 名前</span></div>
        </div>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        <p>グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループグループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ</p>
      </div>
      <div class="modal-footer border-0 justify-content-center">
        <button type="button" class="border-0 bg_navy">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_favorite.png" alt="お気に入り">
            </div>
            <span>お気に入り解除</span>
          </div>
        </button>
        <button type="button" class="border-0 bg_green">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_phone.png" alt="通話">
            </div>
            <span>通話</span>
          </div>
        </button>
        <button type="button" class="border-0 bg_blue">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_chat.png" alt="チャット">
            </div>
            <span>チャット</span>
          </div>
        </button>
      </div>
    </div>
  </div>
</div>