/* header固定 */
#header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 111;
}
main{
	padding-top: 150px;
}
#app .sub-page {
    margin-top: 0px;
}
.pt-5, .py-5 {
    padding-top: 10rem!important;
}
#tag01, #tag02, #tag03, #tag04, #tag05, #tag06 {
    display: block;
    margin-top: -150px;
    padding-top: 150px;
    z-index: -99;
    position: relative;
}

/* トップイメージを動画に変更 */
#top .main-img {
	background: none;
	padding-top: 12rem;
    padding-bottom: 10rem;
}
#top .main-img .main-video {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
#top .main-img h1 {
    filter: drop-shadow(0 3px 3px rgba(48, 29, 17, 0.5));
}
#top .top-txt-area h2 {
    background: #fff;
}
@media (max-width: 768.98px){
    #top .main-img {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
@media (max-width: 575.98px){
    .header-left .img-fluid, .img-thumbnail {
        max-width: 80%;
    }
    #top .main-img .main-video {
        top: 120px;
    }
    #top .main-middle, #top .main-up {
        padding-top: 10rem;
    }
    #top .cusers-area #top-cusers .row .top-cusers-contents {
        padding-right: 5px;
        padding-left: 5px;
    }
    #top #top-cusers .row .top-cusers-contents img {
        width: 100% !important;
    }
}


/* 新着企業の画像サイズ統一 */
#top #top-cusers .row .top-cusers-contents img{
    width: 200px;
    height: 200px;
    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;
}

/* よくある質問の位置変更（フッター→メイン） */
#top .faq-area {
    background: #3882c7;
    padding-top: 60px;
    padding-bottom: 40px;
}
#top .faq-area h2 {
    color: #fff;
}
#top .faq-area .faq-area-contents {
    background: #fff;
    padding: 2rem;
    min-height: 165px;
    margin-bottom: 20px;
}
#top .faq-area .faq-area-contents h3 {
    color: #3882c7;
    font-size: 1.5rem;
}
#top .faq-area .faq-area-contents p {
    color: #231815;
    margin-bottom: 0;
}

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


/*フッターにSNSリンク追加*/
.footer-sns {
    text-align: center;
}

.footer-sns img{
    width: 30px;
    margin: 10px 5px;
}
