/* header固定 */
#header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 111;
}
#header .header-top .row .header-left .img-fluid{
    max-width: 80%;
}
main{
	padding-top: 130px;
}
#app .sub-page {
    margin-top: 136px;
}
.pt-5, .py-5 {
    padding-top: 10rem!important;
}

#icon, #feature, #step, #category, #area, #new {
    display: block;
    margin-top: -150px;
    padding-top: 150px;
    z-index: -99;
    position: relative;
}

/* トップイメージを動画に変更 */
#top .main-img {
	background: none;
	padding-top: 0;
    padding-bottom: 0;
}

#top .main-img .video-container {
    position:relative;
    height: 80vh;
    overflow: hidden;
}

#top .main-img .video-container .main-video {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0.5;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

#top .main-img .video-container .img-fluid {
    position: absolute;
    top: 12rem;
    left: 10rem;
} 

@media (max-width: 1024px){
    #top .main-img .video-container {
        height: 65vh;
    }
    #top .main-img .video-container .img-fluid {
        top: 8rem;
        left: 5rem;
    } 
}
@media (max-width: 575.98px){
    #top .main-img .video-container {
        height: 45vh;
    }
    #top .main-img .video-container .img-fluid {
        top: 2.5rem;
        left: 1rem;
    } 
        
    #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: 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;
}


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

/*フッターにロゴと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;
}

.mv-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.mv-content h2 {
    font-size: 20px !important;
    text-align: center;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    line-height: 1.3;
    padding: 0 1vw;
}

.mv-content .mv-logo {
    text-align: center;
    margin: 65px auto;
}

.mv-content .mv-logo img {
    width: auto !important;
 }

.mv-content ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.mv-content li {
    list-style: none;
    padding: 0 2vw 20px;
    font-size: 25px;
    text-shadow: -3px 0px 2px rgba(255, 255, 255, 1);
}

.nobody {
    overflow: hidden;
}

@media (max-width: 575.98px){
    .mv-content .mv-logo {
        margin: 20px auto;
    }

    .mv-content .mv-logo img {
       width: 50% !important;
    }
    .mv-content h2 {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .mv-content li {
        font-size: 14px;
        padding: 0 2vw 10px;
    }
}