/* tablet */
@media (max-width: 992px) {
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
  
  body{
      font-family: "Poppins","Noto Sans JP";
  }
/* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 */
  #intoro_subject{
    display: inline-block;
  }
   .team_img{
    width: 30%;
    aspect-ratio: 1 / 1;
    height: auto;
  }
  h1{
    color: #EC2390;
    font-size: 2rem;
  }
  h2{
    color: #EC2390;
    font-size: 1.4rem;
    /* margin-left: 2.3em; */
    /* background-color: aqua; */
    margin-bottom: 0.3em;
  }
  .text{
    font-size: 1rem;
    line-height: 1.5em;
  }
  .kaigyo::after {
    content: "\A";
    white-space: pre;

    line-height: 50px;
  }
  .team_group{
    width: 90%;
    /* background-color: #ba8fa7; */
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 3em;
    
  }
  .group1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: aqua; */
  }
  .process_menu{
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .process_subject{
    margin-bottom: 2em;
  }
  .process_img{
    width: 100%;
    margin: auto;
  }
  .slider{
    margin-top: 1em;
    display: flex;
    flex-direction: column;
  }

  .slider_img{
      display: none;
  }
  .slider_2{
    width: 100%;
    height: 20vw;
    margin: auto;
    background-image: url("../img/slider_img_yoko.svg");
    background-repeat: no-repeat;
    background-size:contain;
  }
  .process_menu{
    vertical-align: middle;
    display: flex;
    flex-direction: row; /* 縦方向のflexを使う */
    justify-content: space-between;
    font-size: 1.2rem;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: -1em;
  }
  #menu1{
    font-size: 1rem;
  }
  #menu2{
    font-size: 1rem;
  }
  #menu3{
    font-size: 1rem;
  }
  #menu4{
    font-size: 1rem;
  }


  /* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 *//* レスポンシブ追記欄 */
  .header_menu{
    position: fixed;
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    background-color: #EC2390;
    text-align: center;
    align-items: center; 
    z-index: 7;
    width: 100%;
    height: 90px;

    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

  .text_menu_container{
    text-align: center;
    align-items: center; 
    position: fixed;
    display: flex;
    left: 60%;
    width: 35%;
    height: 55px;
    justify-content: space-between;
}


    .random_container{
      height: 5000px;
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
      background-color: rgb(255, 0, 0);
    }

    /* footer */
    .footer_container{
      background-color: #EC2390;
      bottom: 0;
      width: 100%;
      /* z-index: 6; */
      left: 0;

      height: 20vh;
      position: relative;
      background-image: url(../img/asset_white_equal.webp);
      background-size: 500px;
      background-repeat: no-repeat;
      background-position: bottom 30px right -100px;
      background-blend-mode: soft-light;
    }
  
    .footer_logo{
      background-image: url(../img/footer_logo_for_tablet.webp);
      background-size: contain;
      background-repeat: no-repeat;
      width: 500px;
      height: 100px;
      position: relative;
      top: 25%;
      left: 4%;
    }
  
    a {
      text-decoration: none;
    }
  
    .footer_text_container{
      display: flex;
      left: 0;
      bottom: 5vh;
      margin-left: 2.5%;
      position: absolute;
      width: 95%;
      align-items: center; 
    }
  
    .footer_text{
      display: flex;
      position: relative;
      color: #ffffff;
    }
  
    .web_menu{
      justify-content: space-evenly;
      display: flex;
      position: relative;
      left: 0;
      width: 52%;
      height: 30px;
      text-align: left;
      border-right-style: solid;
      border-width: 1px;
      color: #ffffff;
      text-align: center;
      align-items: center;

      font-family: "Poppins", serif;
      font-weight: 300;
      font-style: normal;
      font-size: 80%;

    }
  
    .outter_link{
      justify-content: space-evenly;
      display: flex;
      position: relative;
      left: 0;
      width: 100%;
      text-align: left;
      align-items: center; 

      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-size: 80%;
    }
  
    .footer_text:hover{
      color: #000000;
      filter: brightness(0);
    }

}
/* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない *//* ここより下に書かない */
