@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 1100px) {


.open_btn{ position:fixed; top:15px; right:15px; width:50px; z-index:100; }
.close_btn{ position:fixed; top:15px; right:15px; width:50px; z-index:9999; }
.sp_logo{ position:fixed; width:100%; top:5px; text-align:center; padding:15px 0 0 0; }
.sp_logo img{ height:80px;}


/*---------------------
    モーダルウィンドウ
----------------------- */
.modalbox {
  /*以下モーダルウィンドウに必要な箇所*/
  overflow:hidden; padding:20px 0; height:130px; border-bottom:1px solid #d3cdbd; background-color:#e8e5dd;   position:relative; clear:both;
  z-index: 999;
  display: none;
  position:fixed;
  width:100%;
  top:0px !important;
 
 
}


/*---------------------
    モーダルウィンドウ
    レイヤー
----------------------- */
.layer {
  position:fixed;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
   background-color:#e8e5dd; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"!important;
  opacity: 1;
}

}

@media screen and (min-width: 1101px) {
	
.open_btn{ display:none; }
.modalbox{ overflow:hidden; padding:20px 0; height:130px; border-bottom:1px solid #d3cdbd; background-color:#e8e5dd;   position:relative; clear:both;   }
.close_btn{ display:none; }
.sp_logo{ display:none; }
.modalbox.mb-y{ display:none; }
	
	}


/* 2025/02/26 追記 */

@media screen and (max-width: 1100px) {
#interviewpage .open_btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  z-index: 99;
  }
}
