/* header固定 */
#header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 111;
}
main{
    padding-top: 100px;
}
#app .sub-page {
    margin-top: 0px;
    padding-top: 140px;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
#yjw01, #yjw02, #yjw03, #yjw04, #yjw05, #yjw06, #yjw07 {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
    z-index: -99;
    position: relative;
}


/* 新着企業の画像サイズ統一 */
#top .cusers-area #top-cusers .row .top-cusers-contents img{
    width: 220px;
    max-width: 95%;
    height: 220px;
    object-fit: contain;
}


/* バナーの表示方法変更 */
.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;
}


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

/* 『ビズキャリアに関するお問い合わせ』が改行される問題対応 */
#footer .contact-area h2 {
    font-size: 1.5rem;
}

/*フッターにロゴとSNSリンク追加*/
.site-information {
    text-align: center;
}
.footer-logo img{
    width: 250px;
    margin-bottom: 20px;
}
.site-information .footer-sns img{
    width: 30px;
    margin: 0 5px 40px 5px;
}
.is-pconly{
  display: inline;
}
@media (max-width:767px) {
  .is-pconly{
    display: none;
  }
}
