/* header固定 */
#header{
    position: fixed;
    z-index: 111;
}

/* 新着企業の画像サイズ統一 */
#top #top-cusers .row .top-cusers-contents img{
    height: 200px;
    object-fit: cover;
}

/* バナーの表示方法変更 */
.swiper-parent {
	position: relative;
}
.swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);
	margin-top: -22px;
}

/* ロゴ画像のはみ出し防止（スマホ表示） */
#header .img-fluid, .img-thumbnail {
    max-width: 95%;
}

/* 会員登録ボタンのはみ出し防止（スマホ表示） */
@media (max-width: 575.98px){
    #header .header-right .btn.btn-regist {
            width: 130px;
    }
}

/* 企業登録内容を確認→戻るで画像サイズが大きく表示される問題対応 */
#sub-main-regist a img {
    max-width: 100%;
}

/*フッターにロゴとSNSリンク追加*/
.site-information {
    text-align: center;
}
.footer-logo img{
    width: 300px;
    margin-bottom: 20px;
}
.site-information .footer-sns img{
    width: 30px;
    margin: 0 5px 40px 5px;
}
