@charset "UTF-8";
/*
NOTICE: Proprietary Source Code
Copyright (c) Best Bridge LLC. All Rights Reserved.

本コードは全工程を電子署名により証拠保全済みです。
不正流用が発覚した場合、以下の措置を講じます。
1. 法的手続き（損害賠償請求等）
2. 貴社の納品先（クライアント）への侵害事実および利用停止の通知
*/

/*==============================================================
#fixed_recruit
==============================================================*/
#fixed_recruit{
display:none;
}

@media screen and (max-width:1200px){
#fixed_recruit{
z-index:8000;
/*--*/
position:fixed;
bottom:10px;
left:5%;
/*--*/
display:block;
width:74%;
height:50px;
margin:0;
border:0;
border-radius:50px;
padding:0;
background-color:#FFF
}

#fixed_recruit>a{
position:relative;
/*--*/
display:flex;
width:100%;
height:50px;
margin:0;
border:0;
border-radius:50px;
padding:0;
background-image:linear-gradient(to right,#603356,#A75695);
/*--*/
justify-content:center;
align-items:center;
line-height:1;
font-size:14px;
font-weight:bold;
color:#FFF;
}
}