@charset "UTF-8";
@media screen and (max-width: 1024px) {
  /*************************** 01. 枠組共通 ***********************/
  .pc {
    display: none!important;
  }
  .sp{
    display: inherit!important;
  }
  /*************************** 02. header（ヘッダー） ***********************/
  .p-header-team__logo-text {
    display: none;
  }
  /*************************** 03. 共通パーツ ***********************/
  /*************************** 04. breadcrumb（パンくず） ***********************/
  /*************************** 05. aside（サイドバー） ***********************/
  /*************************** 06. footer（フッター） ***********************/
}