    .swiper-container {
        width: 100%;
        height: 600px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;
    }
    .sw1{
        background: url(../img/slides/img001.jpg);
    }
    .sw2{
        background: url(../img/slides/img002.jpg);
    }
    .sw3{
        background: url(../img/slides/img003.jpg);
    }
    .sw4{
        background: url(../img/slides/img004.jpg);
    }
    .sw5{
        background: url(../img/slides/img005.jpg);
    }
    .sw6{
        background: url(../img/slides/img006.jpg);
    }
    .sw7{
        background: url(../img/slides/img007.jpg);
    }

#fh5co-header {
    height: 400px;
    background: url(../img/img_bg-s.jpg);
    background-size: cover;
}

.sd-left{
    float: left;
    width: 40%;
}
.sd-right{
    float: right;
    width: 60%;
}
#case h3{
    color: #fff;
    padding: 15px;
    background: #0054a5;
    font-size: 180%;
    border-bottom: 8px solid #fff;
    padding-bottom:10px;
    font-weight: 400;
}

#case dl dt{
    background: #2380d9;
    padding: 15px;
    color: #fff;
    border-left: 8px solid #fff;
    margin-bottom: 15px;
}
#case dl dd p{
    padding: 15px;
    max-height: 110px;
}
#case dl dd img{
    border:4px solid #fff;
}

/* イーグル8の特長 */
div#strong-point {
    padding: 60px;
    background: #eee;
}

/* よくある質問 */
div#faq {
    padding: 60px;
    background: #fff;
}
div#faq dl dt{
    padding: 15px;
    background: #efefef;
    border-bottom: 4px solid #0054a5;
}
div#faq dl dd{
    padding: 20px 60px;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
}

/* 導入事例 */
div#case {
    padding: 60px;
    background: #d8ecff;
}


/* アイテム */
.fh5co-blog .blog-text {
    margin-top: 0;
    width: 100%;
    height: 280px;
}

/* CVボタン */
p.cv-btn{
	width:100%;
	display:block;
	margin: 0 auto;
}

/* メインビジュアル */
.fh5co-cover {
    height: 400px;
    background: #ccc;
    background-size: cover;
}
div#message {
    position: relative;
    margin-top: 400px;
    padding: 60px 0;
}
.fh5co-cover .display-t{
    z-index: 9;
    height: 300px;
    display: table;
    width: 100%;
    margin-top: 50px;
    color: #0e50a4;
}
.fh5co-cover .display-t .display-tc{
    z-index: 9;
    height: 300px;
    display: table;
    width: 100%;
    margin-top: 50px;
    color: #0e50a4;
}

@media screen and (max-width:480px) {
    /*　画面サイズが480pxからはここを読み込む　*/
.swiper-container{
    height: 300px!important;
}

.sw1,.sw2,.sw3,.sw4,.sw5,.sw6,.sw7{
    background-size: cover!important;
}

div.cv-block p.subttl{
    font-size: 80%;
}

#case h3{
    font-size: 110%;
}

.fh5co-blog .blog-text {
    height: 220px;
}
h2{
    font-size: 130%;
}
.btn{
    font-size: 12px!important;
}

.sps{
    display: block!important;
}

    div#case {
        padding: 60px 0;
        background: #d8ecff;
    }
    div#strong-point {
        padding: 60px 0;
        background: #eee;
    }
    div#faq {
        padding: 60px 0;
        background: #fff;
        margin-bottom: 0;
    }
    div#faq dl dt{
        padding: 20px 20px;
    }
    div#faq dl dd{
        padding: 20px 20px;
        margin-bottom: 30px;
        line-height: 1.8;
        text-align: justify;
    }
}

@media screen and (max-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

.sps{
    display: none!important;
}

div#message{
    margin-top: 400px!important;
}

/* イーグル8の特長 */
div#strong-point {
    padding: 60px 0;
}

/* よくある質問 */
div#faq {
    padding: 60px 0;
}
/* 導入事例 */
div#case {
    padding: 60px 0;
}
}

@media screen and (max-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/

.sps{
    display: block!important;
}
    .swiper-container {
        height: 450px;
    }

/* イーグル8の特長 */
div#strong-point {
    padding: 60px 0;
}

/* よくある質問 */
div#faq {
    padding: 60px 0;
}
/* 導入事例 */
div#case {
    padding: 60px 0;
}
}