﻿@charset "UTF-8";

img {
    display: block;
    max-width: 100%;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html.top, html.home,
body.top,
body.home {
    height: 100%;
}
.slick-prev:before {
    content: url(images/blue_arrow-left.png);
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: none;
    outline: none;
    background: black;
}

    .slick-next:before {
        content: url(images/blue_arrow.png);
    }


.slick-next {
    right: -25px;
    background-image: url(images/arrow.png);
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



figure img {
    margin: 0 auto;
}

.max740 {
    max-width: 740px;
}

.max800 {
    max-width: 800px;
}

.max860 {
    max-width: 860px;
}

.max1140 {
    max-width: 1140px;
}

.nosp {
    display: block !important;
}

.nopc {
    display: none !important;
}

.nosp-l {
    display: block !important;
}

.nopc-l {
    display: none !important;
}

.mb16em {
    margin-bottom: 1.6em;
}

.flo4:after {
    content: '';
    clear: both;
    display: block;
}

.flo4 > * {
    float: left;
    width: 23.8%;
    margin-left: 1.6%;
    margin-top: 1.6%;
}

    .flo4 > *:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }

    .flo4 > *:nth-child(-n+4) {
        margin-top: 0;
    }

.flo3:after {
    content: '';
    clear: both;
    display: block;
}

.flo3 > * {
    float: left;
    width: 32.2%;
    margin-left: 1.7%;
    margin-top: 1.7%;
}

    .flo3 > *:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }

    .flo3 > *:nth-child(-n+3) {
        margin-top: 0;
    }

.flo3.o > * {
    width: calc((92.4% / 3));
    margin-left: 3.8%;
}

    .flo3.o > *:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }

.flo2:after {
    content: '';
    clear: both;
    display: block;
}

.flo2 > * {
    float: left;
    width: 49.15%;
    margin-left: 1.7%;
    margin-top: 1.7%;
}

    .flo2 > *:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }

    .flo2 > *:nth-child(-n+2) {
        margin-top: 0;
    }

.flo2.wide > * {
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-top: 3%;
}

    .flo2.wide > *:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }

    .flo2.wide > *:nth-child(-n+2) {
        margin-top: 0;
    }

.flo40_60:after {
    content: '';
    clear: both;
    display: block;
}

.flo40_60 > *:first-child {
    width: 42%;
    float: left;
}

.flo40_60 > *:nth-child(2) {
    width: 54%;
    float: right;
}

.link_u {
    text-decoration: underline;
}

    .link_u:hover {
        text-decoration: none;
    }

#sideBar {
    float: left;
    width: 300px;
    margin-right: 50px;
}

    #sideBar nav li {
        border-bottom: 2px dotted #c4c4c4;
    }

        #sideBar nav li:first-child {
            border-top: 2px dotted #c4c4c4;
        }

        #sideBar nav li > div {
            padding-left: 3em;
        }

            #sideBar nav li > div a {
                display: block;
                line-height: 1.1;
                padding: 0.8em 1em 0.8em 1em;
                position: relative;
                transition: all .3s ease 0s;
                -moz-transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                display: block;
            }

                #sideBar nav li > div a:hover {
                    text-decoration: none;
                }

                #sideBar nav li > div a:hover {
                    background-color: rgba(0, 0, 0, 0.05);
                }

        #sideBar nav li > a {
            line-height: 1.1;
            padding: 1.2em 1em 1.2em 2em;
            position: relative;
            transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            display: block;
        }

            #sideBar nav li > a:hover {
                text-decoration: none;
            }

            #sideBar nav li > a:before {
                content: '';
                display: block;
                border: 8px solid transparent;
                border-top-width: 6px;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -6px;
                border-bottom-width: 6px;
                border-left-color: #313131;
            }

            #sideBar nav li > a:hover {
                background-color: rgba(0, 0, 0, 0.05);
            }

        #sideBar nav li > span {
            line-height: 1.1;
            padding: 1.2em 1em 1.2em 2em;
            position: relative;
            display: block;
        }

            #sideBar nav li > span:before {
                content: '';
                display: block;
                border: 8px solid transparent;
                border-top-width: 6px;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -6px;
                border-bottom-width: 6px;
                border-left-color: #313131;
            }

#lCol {
    float: right;
    width: calc(100% - 350px);
    max-width: 700px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb0i {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb10i {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20i {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb30i {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.mb40i {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px;
}

.mb50i {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.mb60i {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px;
}

.mb70i {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px;
}

.mb80i {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px;
}

.mb90i {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px;
}

.mb100i {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px;
}

.mb110i {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px;
}

.mb120i {
    margin-bottom: 120px !important;
}

.pb0 {
    padding-bottom: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.fz23 {
    font-size: 23px;
}

.fz24 {
    font-size: 24px;
}

.fz25 {
    font-size: 25px;
}

.fz26 {
    font-size: 26px;
}

.plr1em {
    padding-left: 1em;
    padding-right: 1em;
}

.cSkyblue {
    color: #00b5ff;
}

.taCenter {
    text-align: center;
}

.innerBox {
    max-width: 1258px;
    padding-left: 36px;
    padding-right: 36px;
    margin: 0 auto;
    width: 100%;
}

.commonBT {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    padding: 1em 0.8em 0.8em;
    margin: 0 auto;
    border-radius: 4px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    background-color: #00a4ff;
    color: #fff;
}

    .commonBT:hover {
        text-decoration: none;
    }

    .commonBT:hover {
        opacity: .7;
    }

    .commonBT:before {
        content: '';
        display: block;
        border: 8px solid transparent;
        border-top-width: 6px;
        position: relative;
        top: -2px;
        border-bottom-width: 6px;
        vertical-align: middle;
        border-left-color: #fff;
        display: inline-block;
    }

    .commonBT.sq:after {
        border: 0;
        content: url(../img/common/link_icon.png);
        position: relative;
        margin-left: 0.5em;
        vertical-align: middle;
        display: inline-block;
    }

    .commonBT.sq {
        white-space: nowrap;
    }

        .commonBT.sq:before {
            display: none;
        }

.commonBTWrap {
    text-align: center;
}

    .commonBTWrap > .commonBT {
        display: inline-block;
        min-width: 240px;
        width: auto;
    }

        .commonBTWrap > .commonBT img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.2em;
        }

@media screen and (max-width: 374px) {
    .commonBTWrap > .commonBT.sq {
        font-size: 11px;
    }

        .commonBTWrap > .commonBT.sq img {
            width: 60px;
        }
}

.bold21 {
    font-size: 21px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

#wrapAll {
    padding-top: 73px;
}

    #wrapAll.top {
        height: 100%;
    }

#mainContent.top {
    height: 100%;
}

#mainContent > .cf.innerBox {
    max-width: 1160px;
}

#mainHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
}

    #mainHeader h1.read {
        line-height: 1.2;
        font-size: 8px;
        padding: 0.6em 0;
        letter-spacing: 1px;
    }

    #mainHeader .innerBox {
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        #mainHeader .innerBox:after {
            clear: both;
            content: '';
            display: block;
        }

    #mainHeader h1.logo {
        width: 110px;
        float: left;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        #mainHeader h1.logo a {
            transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            display: block;
        }

            #mainHeader h1.logo a:hover {
                text-decoration: none;
            }

            #mainHeader h1.logo a:hover {
                opacity: .7;
            }

            #mainHeader h1.logo a img {
                display: block;
                width: 100%;
            }

    #mainHeader #gNav {
        max-width: calc(100% - 110px);
        float: right;
    }

        #mainHeader #gNav > ul {
            display: table;
            width: 100%;
        }

            #mainHeader #gNav > ul > li {
                height: 45px;
                vertical-align: middle;
                display: table-cell;
                padding-top: 18px;
            }

                #mainHeader #gNav > ul > li > a {
                    border-left: 1px solid #313131;
                    white-space: nowrap;
                    display: block;
                    line-height: 1.1;
                    padding: 0 1em;
                    transition: all .3s ease 0s;
                    -moz-transition: all .3s ease 0s;
                    -webkit-transition: all .3s ease 0s;
                }

                    #mainHeader #gNav > ul > li > a:hover {
                        text-decoration: none;
                    }

                    #mainHeader #gNav > ul > li > a:hover {
                        opacity: .7;
                    }

                #mainHeader #gNav > ul > li.hasChild {
                    position: relative;
                }

                    #mainHeader #gNav > ul > li.hasChild > span {
                        border-left: 1px solid #313131;
                        white-space: nowrap;
                        display: block;
                        line-height: 1.1;
                        padding: 0 1em;
                        cursor: default;
                    }

                    #mainHeader #gNav > ul > li.hasChild:hover > ul {
                        display: block;
                    }

                    #mainHeader #gNav > ul > li.hasChild > ul {
                        display: none;
                        background-color: white;
                        position: absolute;
                        top: 45px;
                        left: 0;
                        padding: 8px;
                        width: 300px;
                    }

                        #mainHeader #gNav > ul > li.hasChild > ul li {
                            border-top: 1px solid #717171;
                        }

                            #mainHeader #gNav > ul > li.hasChild > ul li:first-child {
                                border-top: 0;
                            }

                        #mainHeader #gNav > ul > li.hasChild > ul a {
                            display: block;
                            width: 100%;
                            padding: 0.8em;
                            transition: all .3s ease 0s;
                            -moz-transition: all .3s ease 0s;
                            -webkit-transition: all .3s ease 0s;
                        }

                            #mainHeader #gNav > ul > li.hasChild > ul a:hover {
                                text-decoration: none;
                            }

                            #mainHeader #gNav > ul > li.hasChild > ul a:hover {
                                opacity: .7;
                            }

                #mainHeader #gNav > ul > li:first-child a {
                    border-left: 0;
                }

                #mainHeader #gNav > ul > li.divin {
                    padding-top: 0;
                }

                #mainHeader #gNav > ul > li .commonBT {
                    margin-top: 4px;
                    width: 180px;
                    padding: 0.6em 0.4em 0.4em;
                }

                #mainHeader #gNav > ul > li > div {
                    position: relative;
                    top: -4px;
                    padding-left: 1em;
                    text-align: center;
                }

                    #mainHeader #gNav > ul > li > div a:first-child {
                        font-size: 10px;
                        text-decoration: underline;
                    }

        #mainHeader #gNav .out {
            position: relative;
        }

            #mainHeader #gNav .out:hover:after {
                content: '専用サイトへリンクします';
                font-size: 8px;
                text-align: center;
                display: block;
                background-color: #fff;
                position: absolute;
                bottom: -2em;
                left: -3em;
                width: 100%;
                padding: 0.4em;
            }

#menuBT {
    display: none;
}

#pageTitle {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 20px;
}

    #pageTitle h1 {
        font-family: 'Montserrat', 'メイリオ', 'Yu Gothic', sans-serif;
        text-align: center;
        color: #fff;
    }

        #pageTitle h1 strong {
            display: block;
            font-weight: bold;
            font-size: 1.86rem;
        }

        #pageTitle h1 em {
            display: block;
            font-size: 0.86rem;
            font-family: "メイリオ", sans-serif;
        }

#pageSubTitle {
    padding: 34px 20px 40px;
    font-family: 'Montserrat', 'メイリオ', 'Yu Gothic', sans-serif;
    text-align: center;
    border: 1px solid #979797;
    margin-bottom: 70px;
}

    #pageSubTitle strong {
        line-height: 1.1;
        display: block;
        font-weight: bold;
        font-size: 1.86rem;
    }

    #pageSubTitle em {
        line-height: 1.1;
        margin-bottom: 0.3em;
        display: block;
        font-family: "メイリオ", sans-serif;
        font-size: 0.86rem;
    }

#mainFooter {
    background-color: #f5f5f5;
}

    #mainFooter ul.innerBox {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 0;
    }

    #mainFooter li {
        display: inline-block;
        font-size: 12px;
        padding: 0 1em;
        line-height: 1;
        border-right: 1px solid #313131;
    }

        #mainFooter li:first-child {
            border-left: 1px solid #313131;
        }

.h2Left {
    font-family: "メイリオ", sans-serif;
}

    .h2Left strong {
        display: inline-block;
        font-weight: bold;
        font-size: 1.86rem;
        margin-right: 1em;
        font-family: 'Montserrat', 'メイリオ', 'Yu Gothic', sans-serif;
    }

    .h2Left em {
        display: inline-block;
        font-size: 0.86rem;
    }

.h2Center {
    font-family: "メイリオ", sans-serif;
    text-align: center;
}

    .h2Center strong {
        display: block;
        font-weight: bold;
        font-size: 1.86rem;
        font-family: 'Montserrat', 'メイリオ', 'Yu Gothic', sans-serif;
    }

    .h2Center em {
        display: block;
        font-size: 0.86rem;
    }

@media screen and (max-width: 374px) {
    .h2Center strong {
        font-size: 1.65rem;
    }
}

.h_bbBlue {
    font-family: 'Montserrat', 'メイリオ', 'Yu Gothic', sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 1.29rem;
    line-height: 1.1;
    padding: 0.2em 0.7em;
    margin-bottom: 20px;
}

    .h_bbBlue.nopl {
        padding-left: 0;
    }

    .h_bbBlue:before {
        position: absolute;
        bottom: -0.2em;
        left: 0;
        background-color: #ccc;
        content: '';
        display: block;
        height: 2px;
        width: 100%;
    }

    .h_bbBlue:after {
        position: absolute;
        bottom: -0.2em;
        left: 0;
        background-color: #00a4ff;
        content: '';
        display: block;
        height: 2px;
        width: 30%;
    }

.h_lines {
    max-width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: "メイリオ", sans-serif;
}

    .h_lines:before {
        content: '';
        display: block;
        height: 2px;
        top: 50%;
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: -1px;
        background-color: #cbcbcb;
    }

    .h_lines strong {
        display: inline-block;
        font-size: 18px;
        position: relative;
        z-index: 2;
        font-weight: bold;
        padding: 0 0.6em;
        background-color: #fff;
        line-height: 1.1;
    }

#slide {
    margin-bottom: 40px;
}

    #slide .slick-dots {
        text-align: center;
        margin-top: 20px;
    }

        #slide .slick-dots li {
            display: inline-block;
        }

            #slide .slick-dots li button {
                appearance: none;
                border: 0;
                background: none;
                background-color: #d8d8d8;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                overflow: hidden;
                text-indent: -999em;
                padding: 0;
                margin: 0 12px;
                outline: 0 !important;
                border: 0;
                cursor: pointer;
            }

            #slide .slick-dots li.slick-active button {
                background-color: #00a4ff;
            }

    #slide .slides {
        padding: 0px 20px;
        height: 560px;
        position: relative;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        #slide .slides .ctt {
            position: absolute;
            width: 90%;
            top: 50%;
            left: 5%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        #slide .slides h1 img {
            margin: 0 auto 10px;
        }

        #slide .slides h1.t {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 1em;
        }

        #slide .slides h2 {
            font-weight: bold;
            color: #fff;
            font-size: 30px;
            margin-bottom: 50px;
            text-align: center;
        }

            #slide .slides h2.t {
                margin-bottom: 20px;
            }

                #slide .slides h2.t small {
                    font-size: 18px;
                    display: block;
                }

            #slide .slides h2 img {
                margin: 10px auto 0;
            }

        #slide .slides div.txt {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            margin-bottom: 50px;
        }

            #slide .slides div.txt span {
                display: block;
            }

        #slide .slides.slides1 {
            background-image: url(images/main1.jpg);
        }

        #slide .slides.slides2 {
            background-image: url(images/main2.jpg);
        }

        #slide .slides.slides3 {
            background-image: url(images/main3.jpg);
        }

        #slide .slides.slides4 {
            background-image: url(images/main4.jpg);
        }

@media screen and (max-width: 374px) {
    #slide .slides h2 img {
        max-width: 60%;
    }

    #slide .slides div.txt {
        font-size: 15px;
    }
}

.topBox {
    padding: 80px 0 90px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .topBox .h2Center {
        margin-bottom: 36px;
    }

#topC01 {
    padding-top: 0;
}

    #topC01 .h2Left {
        margin-bottom: 10px;
    }

    #topC01 .flo3 {
        margin-bottom: 40px;
        text-align: center;
    }

        #topC01 .flo3 img {
            width: 100%;
        }

        #topC01 .flo3 h3 {
            margin: 1em 0;
            font-weight: bold;
            font-size: 1.29rem;
            line-height: 1.2;
        }

        #topC01 .flo3 p {
            font-size: 0.86rem;
        }

#topC02 {
    background-color: #f5f5f5;
}

    #topC02 .flo40_60 {
        max-width: 836px;
        margin: 0 auto 40px;
    }

        #topC02 .flo40_60 img {
            width: 100%;
        }

        #topC02 .flo40_60 h3 {
            font-weight: bold;
            font-size: 1.29rem;
            line-height: 1.2;
            margin-bottom: 1.8em;
        }

            #topC02 .flo40_60 h3 br {
                display: none;
            }

        #topC02 .flo40_60 p {
            font-size: 0.86rem;
        }

#topC03 {
    background-image: url(../img/top/bg_philosophy.jpg);
    color: #737373;
}

    #topC03 p {
        font-size: 1.29rem;
        margin-bottom: 40px;
        line-height: 2;
        text-align: center;
    }

#topC04 figure {
    margin-bottom: 40px;
}

    #topC04 figure img {
        width: 100%;
    }

#topC04 p {
    font-size: 0.86rem;
    text-align: center;
    margin-bottom: 40px;
}

#topC05 {
    background-image: url(../img/top/bg_news.jpg);
    color: #fff;
}

    #topC05 ul {
        max-width: 810px;
        margin: 0 auto 20px;
    }

    #topC05 li:after {
        content: '';
        display: block;
        clear: both;
    }

    #topC05 li > div {
        float: left;
        width: 13em;
    }

    #topC05 li > h3 {
        float: right;
        width: calc(100% - 14em);
        padding-bottom: 1.6em;
        min-height: 4em;
    }

        #topC05 li > h3 a {
            text-decoration: underline;
            color: #fff;
        }

            #topC05 li > h3 a:hover {
                text-decoration: none;
            }

    #topC05 li time {
        display: inline-block;
        width: 6em;
    }

    #topC05 li span {
        display: inline-block;
        font-size: 0.72rem;
        white-space: nowrap;
        padding: 0.6em 1.5em;
        text-align: center;
        color: #fff;
        background-color: #999;
        border-radius: 4px;
        vertical-align: middle;
        line-height: 1;
        font-weight: bold;
        margin-left: 0.6em;
        width: 7.2em;
    }

        #topC05 li span.seminar {
            background-color: #d6b476;
        }

        #topC05 li span.event {
            background-color: #e18289;
        }

        #topC05 li span.blog {
            background-color: #8BD579;
        }

.sectionBox {
    padding: 80px 0 90px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .sectionBox .h2Center {
        margin-bottom: 36px;
    }

    .sectionBox.blue {
        background-color: #cbe9fa;
    }

.pCenter18 {
    font-size: 1.29rem;
    line-height: 2;
    text-align: center;
}

    .pCenter18.max650 {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .pCenter18.max700 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

.mAuto {
    margin-left: auto;
    margin-right: auto;
}

.bBox > li {
    margin-bottom: 40px;
    border: 1px solid #979797;
    padding: 40px;
    background-color: #fff;
}

    .bBox > li:last-child {
        margin-bottom: 0;
    }

.bBox.nobd > li {
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.bBox.nobd_o > li {
    border: 0;
}

.bBox .max1014 {
    max-width: 1014px;
}

.bBlueBox {
    border: 3px solid #00a4ff;
    padding: 36px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

    .bBlueBox .h2Center {
        line-height: 1.2;
    }

@media screen and (max-width: 374px) {
    .bBlueBox .h2Center strong span {
        font-size: 17px !important;
    }
}

.gRadBox {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
}

.lArList li {
    margin-top: 0.4em;
    position: relative;
    padding-left: 24px;
}

    .lArList li:first-child {
        margin-top: 0;
    }

    .lArList li:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 0.2em;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/pages/workstyle/blue_arrow.png);
    }

.commonTable {
    width: 100%;
}

    .commonTable th {
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        padding-right: 2em;
        border-bottom: 2px solid #979797;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .commonTable td {
        vertical-align: middle;
        border-bottom: 2px solid #979797;
        padding-top: 1em;
        padding-bottom: 1em;
    }

        .commonTable td > a {
            text-decoration: underline;
            color: #00a4ff;
        }

            .commonTable td > a:hover {
                text-decoration: none;
            }

        .commonTable td .commonBTWrap {
            text-align: left;
        }

            .commonTable td .commonBTWrap .commonBT:before {
                content: '';
                display: block;
                border: 8px solid transparent;
                border-top-width: 6px;
                position: relative;
                top: -2px;
                border-bottom-width: 6px;
                vertical-align: middle;
                border-left-color: #fff;
                display: inline-block;
            }

            .commonTable td .commonBTWrap input.commonBT {
                cursor: pointer;
                border: 0;
            }

.ibImg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.flowList {
    text-align: center;
    font-size: 0;
}

    .flowList > li {
        display: inline-block;
        position: relative;
        max-width: 212px;
        margin-bottom: 20px;
        font-size: 12px;
        margin-left: 30px;
    }

        .flowList > li img {
            width: 70%;
            margin: 0 auto 10px;
        }

        .flowList > li:before {
            content: url(images/arrow.png);
            display: block;
            position: absolute;
            left: -30px;
            bottom: 50px;
        }

        .flowList > li:first-child {
            margin-left: 0;
        }

            .flowList > li:first-child:before {
                display: none;
            }

#accessMap > div {
    padding: 40px 0;
    border-top: 2px solid #979797;
}

    #accessMap > div:first-child {
        padding-top: 0;
        border-top: 0;
    }

#accessMap header {
    margin-bottom: 20px;
}

    #accessMap header h2 {
        margin-bottom: 1.6em;
        font-size: 21px;
        font-weight: bold;
    }

    #accessMap header figcaption {
        float: left;
        width: calc(100% - 300px);
    }

    #accessMap header figure {
        float: right;
        width: 268px;
    }

.privacy {
    line-height: 2;
}

    .privacy > p {
        margin-bottom: 1.6em;
    }

#postList li:after {
    content: '';
    display: block;
    clear: both;
}

#postList li > div {
    float: left;
    width: 14em;
}

#postList li > h3 {
    float: right;
    width: calc(100% - 14em);
    padding-bottom: 1.6em;
    min-height: 4em;
}

    #postList li > h3 a {
        text-decoration: underline;
    }

        #postList li > h3 a:hover {
            text-decoration: none;
        }

#postList li time {
    display: inline-block;
    width: 7em;
    font-weight: bold;
}

#postList li span {
    display: inline-block;
    font-size: 0.72rem;
    white-space: nowrap;
    padding: 0.6em 1.5em;
    text-align: center;
    color: #fff;
    background-color: #999;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 1;
    font-weight: bold;
    margin-left: 0.6em;
    width: 7.2em;
}

    #postList li span.seminar {
        background-color: #d6b476;
    }

    #postList li span.event {
        background-color: #e18289;
    }

    #postList li span.blog {
        background-color: #8BD579;
    }

.pagenate {
    text-align: center;
    font-size: 0;
}

    .pagenate a,
    .pagenate span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border: 1px solid #313131;
        color: #313131;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        text-align: center;
        border-radius: 2px;
        font-size: 15px;
        margin: 0 5px 10px;
    }

        .pagenate a:hover,
        .pagenate span:hover {
            text-decoration: none;
        }

        .pagenate a:hover,
        .pagenate span.current {
            text-decoration: none;
            color: #fff;
            background-color: #3d3d3d;
        }

        .pagenate span.dots {
            border: 0;
        }

#faqBox h2 {
    border-top: 2px solid #717171;
    border-bottom: 2px solid #717171;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-image: url(images/Q.png);
    cursor: pointer;
}

    #faqBox h2 span {
        font-size: 18px;
        line-height: 1.2;
        padding: 0.8em 80px;
        display: block;
        width: 100%;
        display: block;
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-image: url(images/plus_btn.png);
    }

    #faqBox h2.active span {
        background-image: url(images/minus_btn.png);
    }

#faqBox li {
    background-size: 0px 0px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    background-image: url(images/minus_btn.png);
}

    #faqBox li > div {
        display: none;
        margin-bottom: 40px;
        padding: 20px 40px 0px 100px;
        background-position: left 50px top 26px;
        background-repeat: no-repeat;
        background-image: url(images/A.png);
    }

#contactTable {
    width: 100%;
    margin-bottom: 0.6em;
}

    #contactTable th {
        font-weight: bold;
    }

    #contactTable th, #contactTable td {
        padding: 0.6em;
        vertical-align: top;
    }

    #contactTable input[type="text"],
    #contactTable input[type="email"],
    #contactTable input[type="tel"],
    #contactTable input[type="password"],
    #contactTable input[type="num"],
    #contactTable input[type="url"],
    #contactTable textarea {
        appearance: none;
        -moz-appearance: none;
        border: 1px solid #d7dadb;
        padding: 0.6em 0.8em;
        background-color: #fff;
        display: block;
        width: 100%;
        border-radius: 4px;
    }

    #contactTable label {
        font-size: 12px;
        cursor: pointer;
    }

    #contactTable .wpcf7-not-valid-tip {
        font-size: 13px;
        margin-top: 8px;
        color: #fff;
        background-color: #c34332;
        display: block;
        padding: 0.4em;
    }

input[type="submit"],
submit,
button {
    appearance: none;
    -moz-appearance: none;
    background-image: none;
    box-shadow: none;
    border: 0;
}

    input[type="submit"]:disabled,
    submit:disabled,
    button:disabled {
        opacity: .6 !important;
        cursor: default;
    }

.contactPrivacy {
    border: 1px solid #d7dadb;
    padding: 0.6em 0.8em;
    background-color: #fff;
    height: 12em;
    overflow: auto;
    margin-bottom: 10px;
}

    .contactPrivacy p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .contactPrivacy .bold {
        margin-top: 2rem;
    }

    .contactPrivacy + div {
        margin-bottom: 30px;
    }

        .contactPrivacy + div label {
            cursor: pointer;
        }

.wpcf7-response-output {
    background-color: #717171;
    color: #fff;
    border: 0 !important;
}

.red {
    color: red;
}

.post_header {
    margin-bottom: 30px;
}

    .post_header time {
        font-weight: bold;
    }

    .post_header span {
        display: inline-block;
        font-size: 0.72rem;
        white-space: nowrap;
        padding: 0.6em 1.5em;
        text-align: center;
        color: #fff;
        background-color: #999;
        border-radius: 4px;
        vertical-align: middle;
        line-height: 1;
        font-weight: bold;
        margin-left: 0.6em;
        width: 7.2em;
    }

        .post_header span.seminar {
            background-color: #d6b476;
        }

        .post_header span.event {
            background-color: #e18289;
        }

        .post_header span.blog {
            background-color: #8BD579;
        }

    .post_header h1 {
        margin-top: 0.6em;
        font-size: 1.29rem;
        font-weight: bold;
    }

.post_content p {
    font-size: 0.86rem;
    margin-bottom: 1.6em;
    line-height: 2;
}

    .post_content p:last-child {
        margin-bottom: 0;
    }

.post_content .ctSection {
    margin-bottom: 1.6em;
}

    .post_content .ctSection:last-child {
        margin-bottom: 0;
    }

.clients {
    color: #262626;
    margin-bottom: 50px;
}

    .clients > div > div {
        margin-bottom: 20px;
    }

    .clients h2 {
        margin: 0 0 0.4em;
        font-size: 1.15rem;
        font-weight: bold;
    }

    .clients span {
        display: block;
        padding-left: 1em;
        font-size: 0.93rem;
        padding-bottom: 0.3em;
    }

    .clients + p {
        text-align: right;
        font-size: 0.93rem;
    }

.gMap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    .gMap iframe,
    .gMap object,
    .gMap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 1024px) {
    .nosp-l {
        display: none !important;
    }

    .nopc-l {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 374px) {
    .commonBTWrap > .commonBT.sq {
        font-size: 11px;
    }

        .commonBTWrap > .commonBT.sq img {
            width: 60px;
        }
}

@media only screen and (max-width: 1024px) {
    #wrapAll {
        padding-top: 40px;
    }

    #mainHeader .innerBox {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    #mainHeader h1.logo {
        width: 60px;
    }

    #mainHeader h1.read {
        display: none;
    }

    #mainHeader #gNav {
        float: none;
        max-width: calc(100% + 20px);
        width: calc(100% + 20px);
        left: -10px;
        position: absolute;
        top: 40px;
        z-index: 99999;
        background-color: #e5e5e5;
        display: none;
    }

        #mainHeader #gNav .out:after {
            display: none !important;
        }

        #mainHeader #gNav > ul {
            display: block;
        }

            #mainHeader #gNav > ul > li {
                display: block;
                background-color: #e5e5e5;
            }

        #mainHeader #gNav > ul {
            border-top: 2px solid #c5c5c5;
        }

            #mainHeader #gNav > ul > li {
                padding: 0;
                height: 38px;
                border-bottom: 2px solid #c5c5c5;
            }

                #mainHeader #gNav > ul > li > a {
                    border-left: 0;
                    height: 36px;
                    line-height: 36px;
                    padding: 0 1.8em;
                    transition: all .3s ease 0s;
                    -moz-transition: all .3s ease 0s;
                    -webkit-transition: all .3s ease 0s;
                }

                    #mainHeader #gNav > ul > li > a:hover {
                        text-decoration: none;
                    }

                        #mainHeader #gNav > ul > li > a:hover:before {
                            border-left-color: #fff;
                        }

                    #mainHeader #gNav > ul > li > a:before {
                        content: '';
                        display: block;
                        border: 8px solid transparent;
                        border-top-width: 6px;
                        border-bottom-width: 6px;
                        vertical-align: middle;
                        border-left-color: #313131;
                        display: inline-block;
                        transition: all .3s ease 0s;
                        -moz-transition: all .3s ease 0s;
                        -webkit-transition: all .3s ease 0s;
                        position: relative;
                        left: 4px;
                        margin-right: 1em;
                    }

                        #mainHeader #gNav > ul > li > a:before:hover {
                            text-decoration: none;
                        }

                #mainHeader #gNav > ul > li.hasChild {
                    position: relative;
                }

                    #mainHeader #gNav > ul > li.hasChild > span {
                        border-left: 0;
                        height: 36px;
                        line-height: 36px;
                        padding: 0 1.8em;
                        transition: all .3s ease 0s;
                        -moz-transition: all .3s ease 0s;
                        -webkit-transition: all .3s ease 0s;
                    }

                        #mainHeader #gNav > ul > li.hasChild > span:hover {
                            text-decoration: none;
                        }

                        #mainHeader #gNav > ul > li.hasChild > span:hover {
                            color: #fff;
                            background-color: #00a4ff;
                        }

                            #mainHeader #gNav > ul > li.hasChild > span:hover:before {
                                border-left-color: #fff;
                            }

                        #mainHeader #gNav > ul > li.hasChild > span:before {
                            content: '';
                            display: block;
                            border: 8px solid transparent;
                            border-top-width: 6px;
                            border-bottom-width: 6px;
                            vertical-align: middle;
                            border-left-color: #313131;
                            display: inline-block;
                            transition: all .3s ease 0s;
                            -moz-transition: all .3s ease 0s;
                            -webkit-transition: all .3s ease 0s;
                            position: relative;
                            left: 4px;
                            margin-right: 1em;
                            transform: rotate(90deg);
                            -webkit-transform: rotate(90deg);
                            transform-origin: 6px 6px;
                            -moz-transform-origin: 6px 6px;
                            -webkit-transform-origin: 6px 6px;
                        }

                            #mainHeader #gNav > ul > li.hasChild > span:before:hover {
                                text-decoration: none;
                            }

                    #mainHeader #gNav > ul > li.hasChild:hover > ul {
                        display: none;
                    }

                    #mainHeader #gNav > ul > li.hasChild.active {
                        height: auto;
                    }

                        #mainHeader #gNav > ul > li.hasChild.active > ul {
                            display: block;
                        }

                    #mainHeader #gNav > ul > li.hasChild > ul {
                        position: static;
                        padding: 0px;
                        width: 100%;
                        display: none;
                    }

                        #mainHeader #gNav > ul > li.hasChild > ul li {
                            border-top: 1px solid #717171;
                        }

                            #mainHeader #gNav > ul > li.hasChild > ul li:first-child {
                                border-top: 1px solid #717171;
                            }

                        #mainHeader #gNav > ul > li.hasChild > ul a {
                            border-left: 0;
                            height: 36px;
                            line-height: 36px;
                            padding: 0 1.8em 0 3em;
                            transition: all .3s ease 0s;
                            -moz-transition: all .3s ease 0s;
                            -webkit-transition: all .3s ease 0s;
                        }

                            #mainHeader #gNav > ul > li.hasChild > ul a:hover {
                                text-decoration: none;
                            }

                                #mainHeader #gNav > ul > li.hasChild > ul a:hover:before {
                                    border-left-color: #fff;
                                }

                            #mainHeader #gNav > ul > li.hasChild > ul a:before {
                                content: '';
                                display: block;
                                border: 8px solid transparent;
                                border-top-width: 6px;
                                border-bottom-width: 6px;
                                vertical-align: middle;
                                border-left-color: #313131;
                                display: inline-block;
                                transition: all .3s ease 0s;
                                -moz-transition: all .3s ease 0s;
                                -webkit-transition: all .3s ease 0s;
                                position: relative;
                                left: 4px;
                                margin-right: 1em;
                            }

                                #mainHeader #gNav > ul > li.hasChild > ul a:before:hover {
                                    text-decoration: none;
                                }

    #menuBT {
        cursor: pointer;
        position: absolute;
        display: block;
        width: 34px;
        height: 34px;
        right: 16px;
        top: 2px;
        padding: 9px 4px;
    }

        #menuBT span {
            display: block;
            width: 100%;
            height: 3px;
            background-color: #bcc5c8;
            margin-bottom: 5px;
            transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            position: relative;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            top: 0;
        }

            #menuBT span:hover {
                text-decoration: none;
            }

        #menuBT.active span:first-child {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
        }

        #menuBT.active span:nth-child(2) {
            opacity: 0;
        }

        #menuBT.active span:last-child {
            top: -8px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }
}

@media only screen and (max-width: 1024px) and (max-width: 374px) {
    .h2Center strong {
        font-size: 1.65rem;
    }
}

@media only screen and (max-width: 1024px) {
    .h_lines {
        max-width: 450px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-family: "メイリオ", sans-serif;
    }

        .h_lines:before {
            content: '';
            display: block;
            height: 2px;
            top: 50%;
            position: absolute;
            left: 0;
            width: 100%;
            margin-top: -1px;
            background-color: #cbcbcb;
        }

        .h_lines strong {
            display: inline-block;
            font-size: 18px;
            position: relative;
            z-index: 2;
            font-weight: bold;
            padding: 0 0.6em;
            background-color: #fff;
            line-height: 1.1;
        }
}

@media only screen and (max-width: 1024px) and (max-width: 374px) {
    #slide .slides h2 img {
        max-width: 60%;
    }

    #slide .slides div.txt {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 374px) {
    .bBlueBox .h2Center strong span {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #accessMap > div {
        padding: 40px 0;
        border-top: 2px solid #979797;
    }

        #accessMap > div:first-child {
            padding-top: 0;
            border-top: 0;
        }
}

@media only screen and (max-width: 800px) {
    .nosp {
        display: none !important;
    }

    .nopc {
        display: block !important;
    }

    .flo4 > * {
        float: left;
        width: 49.15%;
        margin-left: 1.7%;
        margin-top: 1.7%;
    }

        .flo4 > *:nth-child(2n+1) {
            margin-left: 0;
            clear: both;
        }

        .flo4 > *:nth-child(-n+4) {
            margin-top: 1.7%;
        }

        .flo4 > *:nth-child(-n+2) {
            margin-top: 0;
        }

    .flo3 > * {
        margin-top: 30px !important;
        margin-left: 0;
        float: none;
        width: 100%;
    }

        .flo3 > *:first-child {
            margin-top: 0 !important;
        }

    .flo2 > * {
        margin-top: 5%;
        float: none;
        width: 100%;
        margin-left: 0;
    }

        .flo2 > *:nth-child(-n+2) {
            margin-top: 5%;
        }

        .flo2 > *:first-child {
            margin-top: 0;
        }

    .flo2.wide > * {
        margin-top: 5%;
        float: none;
        width: 100%;
        margin-left: 0;
    }

        .flo2.wide > *:nth-child(-n+2) {
            margin-top: 5%;
        }

        .flo2.wide > *:first-child {
            margin-top: 0;
        }

    .flo40_60 > *:first-child {
        width: 100%;
        float: none;
    }

    .flo40_60 > *:nth-child(2) {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    #sideBar {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    #lCol {
        float: none;
        width: 100%;
    }

    .mb0 {
        margin-bottom: 0px;
    }

    .mb0i {
        margin-bottom: 0px !important;
    }

    .mb10 {
        margin-bottom: 5px;
    }

    .mb10i {
        margin-bottom: 5px !important;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .mb20i {
        margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .mb30i {
        margin-bottom: 15px !important;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .mb40i {
        margin-bottom: 20px !important;
    }

    .mb50 {
        margin-bottom: 25px;
    }

    .mb50i {
        margin-bottom: 25px !important;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .mb60i {
        margin-bottom: 30px !important;
    }

    .mb70 {
        margin-bottom: 35px;
    }

    .mb70i {
        margin-bottom: 35px !important;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb80i {
        margin-bottom: 40px !important;
    }

    .mb90 {
        margin-bottom: 45px;
    }

    .mb90i {
        margin-bottom: 45px !important;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .mb100i {
        margin-bottom: 50px !important;
    }

    .mb110 {
        margin-bottom: 55px;
    }

    .mb110i {
        margin-bottom: 55px !important;
    }

    .mb120 {
        margin-bottom: 60px;
    }

    .mb120i {
        margin-bottom: 60px !important;
    }

    .pb0 {
        padding-bottom: 0px;
    }

    .pb10 {
        padding-bottom: 5px;
    }

    .pb20 {
        padding-bottom: 10px;
    }

    .pb30 {
        padding-bottom: 15px;
    }

    .pb40 {
        padding-bottom: 20px;
    }

    .pb50 {
        padding-bottom: 25px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .pb70 {
        padding-bottom: 35px;
    }

    .pb80 {
        padding-bottom: 40px;
    }

    .pb90 {
        padding-bottom: 45px;
    }

    .pb100 {
        padding-bottom: 50px;
    }

    .pb110 {
        padding-bottom: 55px;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .taCenter {
        text-align: left;
    }

        .taCenter br {
            display: none;
        }

    .innerBox {
        padding-left: 20px;
        padding-right: 20px;
    }

    .commonBTWrap > .commonBT {
        min-width: 100px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 374px) {
    .commonBTWrap > .commonBT.sq {
        font-size: 11px;
    }

        .commonBTWrap > .commonBT.sq img {
            width: 60px;
        }
}

@media only screen and (max-width: 800px) {
    .center {
        text-align: left;
    }

        .center br {
            display: none;
        }

    #pageTitle {
        padding: 15% 20px;
    }

    #pageSubTitle {
        margin-bottom: 30px;
    }

    #mainFooter ul.innerBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #mainFooter li {
        display: block;
        border: 0 !important;
        padding: 0;
    }

        #mainFooter li:first-child {
            margin-bottom: 0.8em;
        }

        #mainFooter li a:before {
            content: '>';
        }

    #mainFooter .nopc {
        background-color: #fff;
        padding: 20px 0;
    }

        #mainFooter .nopc h1 {
            width: 70px;
            margin: 0 auto 10px;
        }

        #mainFooter .nopc p {
            text-align: center;
            font-size: 9px;
        }
}

@media only screen and (max-width: 800px) and (max-width: 374px) {
    .h2Center strong {
        font-size: 1.65rem;
    }
}

@media only screen and (max-width: 800px) {
    .h_lines {
        max-width: 450px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-family: "メイリオ", sans-serif;
    }

        .h_lines:before {
            content: '';
            display: block;
            height: 2px;
            top: 50%;
            position: absolute;
            left: 0;
            width: 100%;
            margin-top: -1px;
            background-color: #cbcbcb;
        }

        .h_lines strong {
            display: inline-block;
            font-size: 18px;
            position: relative;
            z-index: 2;
            font-weight: bold;
            padding: 0 0.6em;
            background-color: #fff;
            line-height: 1.1;
        }

    #slide {
        height: calc(100% - 40px);
    }

        #slide .slick-dots {
            margin-top: 10px;
        }

        #slide .slick-list,
        #slide .slick-track {
            height: 100%;
        }

        #slide .slides {
            height: 100%;
            padding: 0;
            position: relative;
        }

            #slide .slides .ctt {
                position: absolute;
                width: 90%;
                top: 50%;
                left: 5%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

                #slide .slides .ctt h1 img {
                    max-width: 50%;
                    margin-bottom: 30px;
                }

                #slide .slides .ctt h2 {
                    font-size: 22px;
                }

                    #slide .slides .ctt h2 span {
                        display: inline;
                    }

                #slide .slides .ctt .commonBT {
                    padding-left: 1em;
                    padding-right: 1em;
                }

            #slide .slides div.txt span {
                display: inline;
            }
}

@media only screen and (max-width: 800px) and (max-width: 374px) {
    #slide .slides h2 img {
        max-width: 60%;
    }

    #slide .slides div.txt {
        font-size: 15px;
    }
}

@media only screen and (max-width: 800px) {
    #topC02 .flo40_60 h3 {
        text-align: center;
    }

        #topC02 .flo40_60 h3 span {
            white-space: nowrap;
        }

        #topC02 .flo40_60 h3 br {
            display: inline;
        }

    #topC03 p {
        font-size: 1.08rem;
    }

    #topC04 figure {
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        overflow: hidden;
    }

        #topC04 figure img {
            width: 150%;
            position: relative;
            left: -25%;
            max-width: 150%;
        }

    #topC05 p {
        font-size: 1.08rem;
    }

    #topC05 li > h3 {
        padding-top: 0.5em;
        width: 100%;
        float: none;
        clear: both;
    }

    .pCenter18 {
        font-size: 1.08rem;
        text-align: left;
    }

        .pCenter18 br {
            display: none;
        }

    .bBox > li {
        padding: 20px;
    }

    .bBox.nobd > li {
        margin-bottom: 30px;
    }

        .bBox.nobd > li:last-child {
            margin-bottom: 0;
        }

    .bBlueBox {
        padding: 16px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 374px) {
    .bBlueBox .h2Center strong span {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 800px) {
    .commonTable th {
        white-space: nowrap;
        font-size: 0.86rem;
    }

    .commonTable .commonBTWrap .commonBT {
        padding-left: 0.7em;
        padding-right: 0.7em;
    }

    .flowList > li {
        max-width: 100px;
    }

        .flowList > li:before {
            bottom: 60px;
            left: -20px;
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
        }

    #accessMap > div {
        padding: 40px 0;
        border-top: 2px solid #979797;
    }

        #accessMap > div:first-child {
            padding-top: 0;
            border-top: 0;
        }

    #accessMap header figcaption, #accessMap header figure {
        float: none;
        width: 100%;
    }

    #accessMap header figure {
        margin-top: 20px;
    }

    #postList li > h3 {
        padding-top: 0.5em;
        width: 100%;
        float: none;
        clear: both;
    }

    #faqBox li > div {
        display: none;
        margin-bottom: 40px;
        padding: 20px 40px 0px 80px;
        background-position: left 20px top 26px;
        background-repeat: no-repeat;
        background-image: url(images/A.png);
    }

    #contactTable {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }

        #contactTable th {
            font-size: 12px;
        }
}

@media only screen and (max-width: 500px) and (max-width: 374px) {
    .commonBTWrap > .commonBT.sq {
        font-size: 11px;
    }

        .commonBTWrap > .commonBT.sq img {
            width: 60px;
        }
}

@media only screen and (max-width: 500px) and (max-width: 374px) {
    .h2Center strong {
        font-size: 1.65rem;
    }
}

@media only screen and (max-width: 500px) {
    .h_lines {
        max-width: 450px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-family: "メイリオ", sans-serif;
    }

        .h_lines:before {
            content: '';
            display: block;
            height: 2px;
            top: 50%;
            position: absolute;
            left: 0;
            width: 100%;
            margin-top: -1px;
            background-color: #cbcbcb;
        }

        .h_lines strong {
            display: inline-block;
            font-size: 18px;
            position: relative;
            z-index: 2;
            font-weight: bold;
            padding: 0 0.6em;
            background-color: #fff;
            line-height: 1.1;
        }
}

@media only screen and (max-width: 500px) and (max-width: 374px) {
    #slide .slides h2 img {
        max-width: 60%;
    }

    #slide .slides div.txt {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px) and (max-width: 374px) {
    .bBlueBox .h2Center strong span {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 500px) {
    .flowList > li {
        max-width: 80px;
        width: 25%;
        vertical-align: top;
    }

        .flowList > li:before {
            top: 40px;
            left: -20px;
        }

    #accessMap > div {
        padding: 40px 0;
        border-top: 2px solid #979797;
    }

        #accessMap > div:first-child {
            padding-top: 0;
            border-top: 0;
        }
}

/*# sourceMappingURL=common.css.map */
