<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width : 601px){

  /* -------------------------------------------------------------------------------------------
  *
  * MV
  *
  * ----------------------------------------------------------------------------------------- */

  #main_box{
    overflow: hidden;
    height: 288px;
    color:#fff;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 46%);
    background-image: url("../../images/jh_school/mainImg_pc.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 0 40px 0;
  }
  #main_box h2{
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }


  /* -------------------------------------------------------------------------------------------
  *
  * intro
  *
  * ----------------------------------------------------------------------------------------- */

  #intro{
    padding: 40px 0;
  }

  #intro .img_link{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
  }

  #intro .img_obj{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 16.9643%;
    border-radius: 10px;
    box-sizing: border-box;
    background-image: url("../../introduction2025/images/introduction2025_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10% center;
	background-color: #ffe76d;
  }



  /* -------------------------------------------------------------------------------------------
  *
  * news
  *
  * ----------------------------------------------------------------------------------------- */

  .news_area{
    margin: 0 0 60px 0;
  }



}@media screen and (max-width : 600px){



  /* -------------------------------------------------------------------------------------------
  *
  * MV
  *
  * ----------------------------------------------------------------------------------------- */

  #main_box{
    overflow: hidden;
    height: 9.3125rem;
    color:#fff;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 46%);
    background-image: url("../../images/jh_school/mainImg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  #main_box h2{
    height: 9.3125rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }


  /* -------------------------------------------------------------------------------------------
  *
  * intro
  *
  * ----------------------------------------------------------------------------------------- */

  #intro{
    padding: 1.125rem 0;
  }

  #intro .img_link{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 0.625rem;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
  }

  #intro .img_obj{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 37.464%;
    border-radius: 0.625rem;
    box-sizing: border-box;
    background-image: url("../../introduction2025/images/introduction2025_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }


  /* -------------------------------------------------------------------------------------------
  *
  * news
  *
  * ----------------------------------------------------------------------------------------- */

  .news_area{
    margin: 0 0 60px 0;
  }


}

/* 個別調整部分 */
@media screen and (min-width: 601px) and (max-width: 1024px){

  #main_box{
    height: 21vw;
  }

}

@media screen and (max-width: 374px){

  .anchor_list ul li .anchor_list_text{
    font-size: 0.875rem;
  }

}
</pre></body></html>