@charset "UTF-8";

html,body {
    overflow-x: hidden;
  }


.sec{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
     z-index: 10; 
}

.back_white{
    background-color: #FFF;
    width: 100vw;
}

/* ここからヘッダー */

header{
    position: absolute;
    z-index: 1000;
}

header a{
    width: 455px;
    height: 85px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img{
    width: 393.15px;
    height: 39.14px;
}


/* ここまでヘッダー */


/* ここからフッター */

footer{
    padding: 100px 0 0;
}

.studeep_kokugakuin_logo{
    width: 395px; 
    margin-bottom: 35px;
}

.footer_con{
    position: relative;
    display: flex;
}

.footer_con ul{
    display: flex;
    font-size: 14px;
    line-height: 14px;
}


.footer_con ul li{
    padding-right: 15px;
}

.footer_con ul li:not(:first-child){
    padding-left: 15px;
}

.footer_con ul li:not(:last-child){
    border-right: solid 1px;
}
.footer_copy{
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #ADADAD;
}



.footer_logo{
    margin: 50px calc(50% - 50vw) 0;
	width: 100vw;
    border-top: 1px solid #E6E6E6;
}

.footer_logo_inner{
    width: 1246px;
    margin: 0 auto;
}

.footer_logo img{
    margin: 40px 40px 40px 0;
}




/* ここまでフッター */


/* ふわっと表示ここから */

.fade_block {
    transform: translateY(20px);
    opacity: 0;
    transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /* 画面に入った時の動き */
  .fade_block.blockIn {
    transform: translateY(0);
    opacity: 1;
  }
  /* ふわっと表示ここまで */





/* ハンバーガーメニュー */




/*----------------------------
* メニュー開閉ボタン
*----------------------------*/

.inner_menu{
    width: 1246px;
}

.menu-btn{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
        z-index: 99;
  }
  
  /*----------------------------
  * メニュー本体
  *----------------------------*/

.menu{
    overflow: auto;
  -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFF;
        z-index: 15;

}

.menu_logo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.menu_logo a{
    width: 455px;
    height: 85px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.menu_logo img{
    width: 394.69px;
    height: auto;
}


.menu_copy{
    display: flex;
    position: absolute;
    top: 25px;
    right: 70px;
    z-index: 100;
    color: #FFF;
}

.menu_copy a{
    opacity: 1;
    transition: 0.3s;
}

.menu_copy a:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.menu_copy2{
    color: #000f26!important;
}


.menu_copy a{
    text-align: center;
    margin-right: 50px;
}

.menu_copy_en{
    font-size: 14px;
}

.menu_copy_jp{
    font-size: 18px;
}


  .menu__item{
    width: 100%;
    height: auto;
    padding: .5em 1em;
    text-align: center;
    color: #000;
    box-sizing: border-box;
  }
  

.menu_2{
    width: 100vw;
    overflow: auto;
  -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 10vw;
    left: 5vw;
   display: flex; 
}

.menu_2_1{
    width: 380px;
    margin-right: 60px;
    font-size: 19px;
    margin-bottom: 200px;
    z-index: 5;
 }

.menu_2_1_sp{
    margin-top: 50px;
}

 .menu_2_1_1{
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9B9B9B;
 }

 .menu_2_1_1_arrow:after{
    position: absolute;
    content: '';
    top: 10px;
    left: 350px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/menu_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
 }

.menu_2_1_2{
    position: relative;
    display: flex;
    height: 90px;
    border-bottom: 1px solid #9B9B9B;
}

.menu_2_1_2{
    position: relative;
    display: flex;
}

.menu_2_1_2_copy{
    position: absolute;
    top: 30px;
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.menu_2_1_2_copy_2{
    top: 40px;
}

.menu_2_1_2_copy_s{
    margin-left: 60px;
}


.menu_more{
    position: absolute;
    width: 30px;
    top: 33px;
    right: 0;
    transition-duration: 0.5s;
}

.student_menu_icon{
    position: absolute;
    width: 40px;
    top: 38px;
    left: 0;
    transition-duration: 0.5s;
}

.menu_2_1_2:hover .menu_more{
    right: -10px;
    transition-duration: 0.5s;
}



.menu_3{
    position: static;
    display: flex;
    bottom: 30px;
    left: 5vw;
    width: 120vw;
    font-size: 14px;
    padding: 1700px 0 0 100px;
}

.menu_3 ul{
    display: flex;
    font-size: 14px;
    line-height: 14px;
    z-index: 5;
}

.menu_3_copy{
    position: static;
    right: 10vw;
    bottom: 0;
    font-size: 12px;
    color: #ADADAD;
    margin-bottom: 3.5vw;
    margin-left: 280px;
}


.menu_3 ul li{
    padding-right: 0;
    margin-bottom: 3.5vw;
}
    
.menu_3 ul li:not(:first-child){
    padding-left: 0;
}

.menu_3 ul li:not(:last-child){
    border-right: 0;
}
        



.menu_3 ul li{
    padding-right: 15px;

}

.menu_3 ul li:not(:first-child){
    padding-left: 15px;
}

.menu_3 ul li:not(:last-child){
    border-right: solid 1px;
}



  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  
  /* アニメーション前のメニューの状態 */
  .menu{
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active{
    pointer-events: auto;
    opacity: 1;
    left: 0;
    z-index: 19;
    width: 102vw;
    overflow-x: hidden;
  }




  /* *==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	cursor: pointer;
    width: 40px;
    height:40px;
	border-radius: 5px;
    z-index: 1000;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 8px;
    height: 1px;
    border-radius: 2px;
	background: #FFF;
  	width: 60%;
  }

  .openbtn2 span{
	background: #000!important;
  }


.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background: #000000;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background: #000000;
}





/*==================================================
スライダーのためのcss
===================================*/

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 1246px;
     margin:0 auto;
 }

 .slider img {
     width:385px;/*スライダー内の画像を横幅100%に*/
     height:auto;
 }

.slider p{
    width:385px;
    font-size: 16px;
    padding-top: 15px;
}
 
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
 .slider .slick-slide {
     margin: 0px;
 }
 
 /*矢印の設定*/
 
 /*戻る、次へ矢印の位置*/
 .slick-prev, 
 .slick-next {
     position: absolute;/*絶対配置にする*/
     top: 35%;
     cursor: pointer;/*マウスカーソルを指マークに*/
     outline: none;/*クリックをしたら出てくる枠線を消す*/
     border-top: 0px solid #666;/*矢印の色*/
     border-right: 0px solid #666;/*矢印の色*/
     height: 15px;
     width: 15px;
 }
 
 .slick-prev {/*戻る矢印の位置と形状*/
    background-image: url("../images/article_img/slick-prev.png");
    background-size: cover;
    top: -70px;
    right: 90px;
     width: 40px;
     height: 40px;
    transition: 0.5s;

 }

.slick-prev:hover {
    transition: 0.5s;
    right: 100px;
}

 .slick-next {/*次へ矢印の位置と形状*/
    background-image: url("../images/article_img/slick-next.png");
    background-size: cover;
    top: -70px;
    right: 30px;
     width: 40px;
     height: 40px;
        transition: 0.5s;
 }
 
.slick-next:hover {
    transition: 0.5s;
    right: 20px
}

 /*ドットナビゲーションの設定*/
 
 .slick-dots {
     display: none;
    text-align:center;
    margin:40px 0 0 0;
}

.slick-dots li {
    display: none;
    display:inline-block;
    margin:0 010px;
}

.slick-dots button {
    display: none;
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
    border: none;
}

.slick-dots .slick-active button{
    display: none;
    background:#20374A;/*ドットボタンの現在地表示の色*/
}




.loading {
     background-color: #000f26;  

     height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100; 

     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}



.loading p{
    color: #fff;
    font-size: 2.5vw;
    text-align: center;
}

.loading__fade{
    writing-mode: vertical-rl;
    /*JqueryのfddeInでふわっと表示させたい為noneにする*/
    display: none;
  }

.loading__fade{
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fuwa {
    opacity: 0;
    transition: 4s;
}

.fuwa2 {
    opacity: 0;
    transition: 4s;
}