@charset "UTF-8";

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * Table of Contents:
 *
 * 1.0 - Home Page Settings
 *    1.1 - Main Visual
 *    1.2 - Topics
 *    1.3 - Concept
 *    1.4 - Banner01
 *    1.5 - Topics
 *    1.6 - Content Navigation
 * ----------------------------------------------------------------------------------------------------------------------------
 */ 






/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Home Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.home #content { padding-bottom: 0; }

 
/**
 * 1.1 Main Visual
 * --------------------------------------------------------------
 */

body.home #mv { height: auto; }

    /* .mv_slider */
    body.home #mv #mv_slider { height: 500px; }

        body.home #mv #mv_slider #mv_contact {
            position: absolute;
            right: 0;
            bottom: 40px;
            }

            body.home #mv #mv_slider #mv_contact a {
                background-color: rgba(28, 22, 121, 0.8);
                background-image: url(../img/home/mv_contact_icon.png);
                background-repeat: no-repeat;
                background-position: 20px 20px;
                background-size: 95px 64px;
                display: table-cell;
                height: 64px;
                padding: 20px 60px 20px 140px;
                vertical-align: middle;
                font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
                font-weight: bold;
                color: #fff;
                text-decoration: none;
                position: relative;
                }
            body.home #mv #mv_slider #mv_contact a:hover {
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                opacity: 0.7;
                }
            body.home #mv #mv_slider #mv_contact a:after {
                background: url(../img/home/mv_contact_arrow.png) no-repeat 0 0;
                background-size: 10px 16px;
                content: "";
                display: block;
                width: 10px;
                height: 16px;
                margin-top: -8px;
                position: absolute;
                top: 50%;
                right: 22px;
                }

                body.home #mv #mv_slider #mv_contact a span { display: block; }
                body.home #mv #mv_slider #mv_contact a span:nth-child(1) {
                    font-size: 20px;
                    line-height: 1.2;
                    }
                body.home #mv #mv_slider #mv_contact a span:nth-child(2) {
                    margin-top: 5px;
                    font-size: 16px;
                    line-height: 1.4;
                    }

    /* .mv_slider_thumbnail */
    body.home #mv_slider_thumbnail { margin: 20px 15px; }

        body.home #mv_slider_thumbnail ul li {
            padding: 0 5px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }

            body.home #mv_slider_thumbnail ul li a:hover {
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                opacity: 0.7;
                }

                body.home #mv_slider_thumbnail ul li a img { width: 100%; }

                    body.home #mv_slider_thumbnail .bx-wrapper:nth-of-type(1) .bx-controls-direction { display: block; }
                    body.home #mv_slider_thumbnail .bx-wrapper:nth-of-type(2) .bx-controls-direction { display: none; }



/**
 * 1.2 Topics
 * --------------------------------------------------------------
 */

body.home #topics {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f4f4f3;
    }

    body.home #topics .topics_ttl {
        margin-bottom: 10px;
        color: #1c1679;
        font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        }

    body.home #topics .topics_list { padding-left: 1em; }

        body.home #topics .topics_list > li {
            margin-top: 5px;
            line-height: 1.4;
            }
        body.home #topics .topics_list > li:nth-of-type(1) { margin-top: 0; }



/**
 * 1.3 Concept
 * --------------------------------------------------------------
 */

body.home #concept {
    width: 100%;
    height: 550px;
    margin-bottom: 10px;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }

    body.home #concept dl { width: 500px; }

        body.home #concept dl dt {
            display: block;
            margin-bottom: 20px;
            font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
            font-weight: bold;
            letter-spacing: 0.03em;
            color: #333;
            font-size: 22px;
            }

        body.home #concept dl dd { letter-spacing: 0.03em; }

    body.home #concept #concept_slider {
        width: 50%;
        /* min-width: 650px; */
        height: 550px;
        position: absolute;
        top: 0;
        left: 50%;
        overflow: hidden;
        }

        body.home #concept #concept_slider #concept_slider_mask {
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
            width: 100%;
            height: 150px;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 10;
            }



/**
 * 1.4 Scene
 * --------------------------------------------------------------
 */

body.home #scene ul {
    list-style: none;
    letter-spacing: -.40em;
    margin-top: -155px;
    margin-left: -10px;
    position: relative;
    z-index: 500;
    }

    body.home #scene ul li {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: inline-block;
        width: 495px;
        height: 245px;
        margin-left: 10px;
        letter-spacing: normal;
        vertical-align: top;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        }
    body.home #scene ul li:nth-child(1) { background-image: url(../img/home/scene_img04.jpg); }
    body.home #scene ul li:nth-child(2) { background-image: url(../img/home/scene_img02.jpg); }

        body.home #scene ul li dl {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }

            body.home #scene ul li dl dt {
                background: #fff;
                display: block;
                padding: 15px 20px;
                font-size: 17px;
                font-weight: bold;
                position: absolute;
                top: 0;
                left: 0;
                color: #333;
                }

            body.home #scene ul li dl dd {
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
                width: 100%;
                padding: 60px 20px 15px 20px;
                position: absolute;
                left: 0;
                bottom: 0;
                color: #fff;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                }


/**
 * 1.5 Features
 * --------------------------------------------------------------
 */

body.home #features { margin-top: 60px; }

    body.home #features > ul {
        list-style: none;
        overflow: hidden;
        }

        body.home #features > ul > li {
            display: table;
            float: left;
            width: 50%;
            height: 380px;
            }

            body.home #features > ul > li > a {
                display: table;
                width: 100%;
                height: 100%;
                }
            body.home #features > ul > li > a:hover {
                opacity: 0.8;
                text-decoration: none;
                }

            body.home #features > ul > li dl {
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                display: table-cell;
                width: 100%;
                height: 100%;
                padding: 20px;
                vertical-align: middle;
                text-align: center;
                color: #fff;
                }
            body.home #features > ul > li:nth-of-type(1) dl { background-image: url(../img/home/features_img01.jpg); }
            body.home #features > ul > li:nth-of-type(2) dl { background-image: url(../img/home/features_img02.jpg); }

            body.home #features > ul > li dl > dt {
                background-position: 0 50%;
                background-repeat: no-repeat;
                background-size: 80px 46px;
                display: inline-block;
                min-height: 46px;
                padding-top: 15px;
                padding-left: 100px;
                margin-bottom: 20px;
                line-height: 1.4;
                font-size: 22px;
                font-weight: bold;
                }
            body.home #features > ul > li:nth-of-type(1) dl > dt { background-image: url(../img/home/features_icon01.png); }
            body.home #features > ul > li:nth-of-type(2) dl > dt { background-image: url(../img/home/features_icon02.png); }

            body.home #features dl > dd { font-size: 14px; }

                body.home #features dl > dd > .btn {
                    background-color: rgba(255, 255, 255, 0.2);
                    display: inline-block;
                    padding: 15px 30px;
                    border: 2px solid #fff;
                    font-size: 15px;
                    font-weight: bold;
                    }


/**
 * 1.6 Content Navigation
 * --------------------------------------------------------------
 */

body.home #cnt_nav {
    background: #f4f4f3;
    padding-top: 70px;
    padding-bottom: 100px;
    }

    body.home #cnt_nav ul {
        list-style: none;
        letter-spacing: -.40em;
        margin-top: -10px;
        margin-left: -10px;
        }

        body.home #cnt_nav ul li {
            background: #fff;
            display: inline-block;
            width: 326px;
            height: 280px;
            margin-top: 10px;
            margin-left: 10px;
            letter-spacing: normal;
            border: 1px solid #e6e6e6;
            vertical-align: top;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }

            body.home #cnt_nav ul li a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 2px;
                text-decoration: none;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                }
            body.home #cnt_nav ul li a:hover {
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                opacity: 0.7;
                }

            body.home #cnt_nav ul li dl {
                background: url(../img/home/cnt_nav_arrow_pc.png) no-repeat right bottom;
                background-size: 17px 17px;
                width: 100%;
                height: 100%;
                padding-top: 40px;
                text-align: center;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                }

                body.home #cnt_nav ul li dl dt {
                    display: block;
                    margin-bottom: 5px;
                    }

                    body.home #cnt_nav ul li dl dt span {
                        display: block;
                        color: #1c1679;
                        }
                    body.home #cnt_nav ul li dl dt span:nth-child(1) { height: 80px; }
                        body.home #cnt_nav ul li:nth-child(1) dl dt span:nth-child(1) img { width: 47px; }
                        body.home #cnt_nav ul li:nth-child(2) dl dt span:nth-child(1) img {
                            width: 53px;
                            padding-top: 1px;
                            }
                        body.home #cnt_nav ul li:nth-child(3) dl dt span:nth-child(1) img {
                            width: 39px;
                            padding-top: 1px;
                            }
                        body.home #cnt_nav ul li:nth-child(4) dl dt span:nth-child(1) img { width: 70px; }
                        body.home #cnt_nav ul li:nth-child(5) dl dt span:nth-child(1) img { width: 39px; }
                        body.home #cnt_nav ul li:nth-child(6) dl dt span:nth-child(1) img {
                            padding-top: 5px;
                            width: 50px;
                            }
                        body.home #cnt_nav ul li:nth-child(7) dl dt span:nth-child(1) img {
                            width: 50px;
                            padding-top: 10px;
                            }
                    body.home #cnt_nav ul li dl dt span:nth-child(2) {
                        font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
                        font-weight: bold;
                        font-size: 20px;
                        letter-spacing: 0.03em;
                        }

                body.home #cnt_nav ul li dl dd { color: #666; }


        body.home #cnt_nav ul li:nth-child(7) {
            width: 1000px;
            height: 200px;
            }
        body.home #cnt_nav ul li:nth-child(7) dl { padding-top: 20px; }
        body.home #cnt_nav ul li:nth-child(7) dl dt span:nth-child(1) { height: 70px; }








@media only screen and (min-width: 0px) and (max-width: 768px) {

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Home Page
 * ----------------------------------------------------------------------------------------------------------------------------
 */

 
/**
 * 1.1 Main Visual
 * --------------------------------------------------------------
 */

    /* .mv_slider */
    body.home #mv #mv_slider {
        height: auto !important;
        overflow: visible
        }

        body.home #mv #mv_slider #mv_contact { bottom: 20px; }

            body.home #mv #mv_slider #mv_contact a {
                background-position: 10px 10px;
                background-size: 47.5px 32px;
                display: table-cell;
                height: 32px;
                padding: 10px 30px 10px 70px;
                }
            body.home #mv #mv_slider #mv_contact a:hover {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
                }
            body.home #mv #mv_slider #mv_contact a:after {
                background: url(../img/home/mv_contact_arrow.png) no-repeat 0 0;
                background-size: 10px 16px;
                content: "";
                display: block;
                width: 10px;
                height: 16px;
                margin-top: -8px;
                position: absolute;
                top: 50%;
                right: 11px;
                }

                body.home #mv #mv_slider #mv_contact a span:nth-child(1) {
                    font-size: 12px;
                    line-height: 1.3;
                    }
                body.home #mv #mv_slider #mv_contact a span:nth-child(2) {
                    margin-top: 2px;
                    font-size: 10px;
                    line-height: 1.2;
                    }

    /* .mv_slider_thumbnail */
    body.home #mv_slider_thumbnail { margin: 20px 15px; }

        body.home #mv_slider_thumbnail ul li {
            padding: 0 3px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }

            body.home #mv_slider_thumbnail ul li a:hover {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
                }
    
                body.home #mv_slider_thumbnail .bx-wrapper:nth-of-type(1) .bx-controls-direction { display: none; }
                body.home #mv_slider_thumbnail .bx-wrapper:nth-of-type(2) .bx-controls-direction { display: block; }
    
    
    
/**
 * 1.2 Topics
 * --------------------------------------------------------------
 */

body.home #topics {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
    }

    body.home #topics .topics_ttl {
        margin-bottom: 5px;
        font-size: 14px;
        }
    
        body.home #topics .topics_list > li { margin-top: 3px; }
    
    
    
/**
 * 1.2 Concept
 * --------------------------------------------------------------
 */

body.home #concept {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    }

    body.home #concept dl { width: auto; }

        body.home #concept dl dt {
            margin-bottom: 10px;
            font-size: 14px;
            text-align: center;
            }
    
            body.home #concept dl dd br { display: none; }

    body.home #concept #concept_slider {
        width: 100%;
        min-width: 100%;
        height: auto;
        margin-top: 30px;
        position: static;
        }
    
        body.home #concept #concept_slider #concept_slider_mask { display: none; }


/**
 * 1.3 Scene
 * --------------------------------------------------------------
 */

body.home #scene ul {
    margin-top: -10px;
    margin-left: 0;
    }

    body.home #scene ul li {
        width: 100%;
        height: 200px;
        margin-left: 0;
        margin-top: 10px;
        }

        body.home #scene ul li dl {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }

            body.home #scene ul li dl dt {
                background: #fff;
                display: block;
                padding: 10px 15px;
                font-size: 14px;
                }

            body.home #scene ul li dl dd {
                width: 100%;
                padding: 60px 15px 10px 15px;
                position: absolute;
                left: 0;
                bottom: 0;
                color: #fff;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                }
    
    
/**
 * 1.3 Features
 * --------------------------------------------------------------
 */

body.home #features { margin-top: 30px; }

    body.home #features > ul > li {
        float: none;
        width: 100%;
        height: 340px;
        }

        body.home #features > ul > li > a:hover { opacity: 1; }

        body.home #features > ul > li dl {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            }

        body.home #features > ul > li dl > dt {
            background-position: 50% 0;
            background-size: 80px 46px;
            min-height: initial;
            padding-left: 0;
            padding-top: 66px;
            margin-bottom: 10px;
            line-height: 1.4;
            font-size: 14px;
            }

        body.home #features dl > dd { font-size: 13px; }

            body.home #features dl > dd > .btn {
                padding: 10px 15px;
                border: 2px solid #fff;
                font-size: 11px;
                font-weight: bold;
                }


/**
 * 1.3 Content Navigation
 * --------------------------------------------------------------
 */

body.home #cnt_nav {
    padding-top: 30px;
    padding-bottom: 50px;
    }

body.home #cnt_nav ul {
    margin-top: -5px;
    margin-left: 0;
    }

    body.home #cnt_nav ul li {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 5px;
        }

        body.home #cnt_nav ul li a {
            height: auto;
            padding: 15px 10px;
            }
        body.home #cnt_nav ul li a:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
            }

        body.home #cnt_nav ul li dl {
            background: url(../img/home/cnt_nav_arrow_sp.png) no-repeat right center;
            background-size: 6px 9px;
            display: table;
            height: auto;
            padding-top: 0;
            }
    
            body.home #cnt_nav ul li dl dt,
            body.home #cnt_nav ul li dl dd {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                }

            body.home #cnt_nav ul li dl dt {
                width: 30%;
                margin-bottom: 0;
                }

                    body.home #cnt_nav ul li dl dt span:nth-child(1) {
                        height: auto;
                        margin-bottom: 10px;
                        }
                        body.home #cnt_nav ul li:nth-child(1) dl dt span:nth-child(1) img { width: 27px; }
                        body.home #cnt_nav ul li:nth-child(2) dl dt span:nth-child(1) img {
                            width: 25px;
                            padding-top: 0;
                            }
                        body.home #cnt_nav ul li:nth-child(3) dl dt span:nth-child(1) img {
                            width: 22px;
                            padding-top: 0;
                            }
                        body.home #cnt_nav ul li:nth-child(4) dl dt span:nth-child(1) img { width: 40px; }
                        body.home #cnt_nav ul li:nth-child(5) dl dt span:nth-child(1) img { width: 23px; }
                        body.home #cnt_nav ul li:nth-child(6) dl dt span:nth-child(1) img {
                            width: 25px;
                            padding-top: 0;
                            }
                        body.home #cnt_nav ul li:nth-child(7) dl dt span:nth-child(1) img {
                            width: 29px;
                            padding-top: 0;
                            }
                    body.home #cnt_nav ul li dl dt span:nth-child(2) { font-size: 14px; }
                    body.home #cnt_nav ul li dl dt span:nth-child(3) { font-size: 10px; }

                body.home #cnt_nav ul li dl dd {
                    width: 70%;
                    padding-left: 10px;
                    padding-right: 20px;
                    text-align: left;
                    }
    
                    body.home #cnt_nav ul li dl dd br { display: none; }
    
    
     body.home #cnt_nav ul li:nth-child(7) {
            width: 100%;
            height: auto;
            }
    body.home #cnt_nav ul li:nth-child(7) dl { padding-top: 0; }
    body.home #cnt_nav ul li:nth-child(7) dl dt span:nth-child(1) { height: auto; }
    

    
}