@charset "utf-8";

/* CSS Document */

.rel {
    position: relative;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

.ais {
    align-items: flex-start;
}

.jsb {
    justify-content: space-between;
}

.jsc {
    justify-content: center;
}

.jsl {
    justify-content: flex-start;
}

.fww {
    flex-wrap: wrap;
}


.comment {
    margin: 16px 0;
    text-align: end;
}

.tce {
    text-align: center;
}

.block {
    max-width: 1096px;
    margin: auto;
    padding: 0 25px;
}

.ti {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 0.8em;
}

.ti15 {
    text-indent: -1.5em;
    padding-left: 1.5em;
    display: block;
}


/* -- header ---------------------------------------- */

.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 200px;
    background: #fff;
    /*
	border-bottom: solid 1px #F5F5F5;
    border-right: solid 1px #F5F5F5;
	*/
}

.header .logo {
    width: 120px;
    margin: 40px auto 20px;
}

.header .nav-box {
    width: 100%;
    z-index: 2;
}

.header-Inline nav {
    width: 100%;
}

.header-Inline.on nav {
    margin: 10px auto 0;
}

.header-Inline.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

.header-Inline .sp-logo {
    display: none;
}

.header-Inline .navigation_wrapper div:before {
    content: "";
    border-top: solid 1px #F5F5F5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 1px;
    margin: auto;
}

.header-Inline .navigation_wrapper div a {
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #707070;
    padding: 15px 0;
}

.header-Inline .navigation_wrapper div a span {
    font-family: ten-mincho, serif;
    display: block;
    font-size: 12px;
}

.uber a {
    background: #000;
    padding: 20px;
}

.uber p {
    /*font-family: 'Philosopher', sans-serif;       */
    color: #fff;
    line-height: 18px;
}

.uber span {
    font-family: ten-mincho, serif;
    display: block;
    font-size: 12px;
}

.uber img {
    width: 50px;
}

.sptm {
    display: none;
}



.nav_recruit a {
    background: #ffa812;
    padding: 20px;
    color:#000;
    line-height: 1.4;

}


.nav_recruit span {
    font-family: ten-mincho, serif;
    display: block;
    font-size: 12px;
}

.nav_recruit img {
    width: 50px;
}


/* -- footer ----------------------------------------------------*/

.footer-img {
    width: 100%;
    background: url(../img/top/footer-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 18% 0 0;
    margin: 150px 0 0;
}

.footer {
    color: #fff;
    margin: 150px 0 0;
    background: #000;
}

.footer .logo {
    width: 100px;
    padding: 20px 0;
}

.copy {
    text-align: center;
}


/* -- page-top ----------------------------------------------------*/

#pagetop {
    width: 57px;
    height: 50px;
    position: fixed;
    margin-left: 0;
    right: 20px;
    bottom: 120px;
    z-index: 100;
}

#pagetop a {
    width: 50px;
    height: 50px;
    background: #000;
}

#pagetop a:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (min-width:900px) {
    .header-Inline .nav {
        display: block!important;
    }
}

@media screen and (max-width:900px) {
    .header h1,
    .header .bg {
        display: none;
    }
    .block {
        padding: 0 10px;
    }
    .header-Inline .nav .navigation_wrapper .link-ba a:before,
    .header-Inline .nav .navigation_wrapper .link-ba a:after {
        display: inline;
    }
    .header .tm,
    .header-Inline .nav .navigation_wrapper .btn01:before,
    .header-Inline .nav .navigation_wrapper .btn01:after,
    .header-Inline .tlc-box {
        display: none;
    }
    .header.open .flex.jsb.aic {
        /*display: block;*/
    }
    /* -- ハンバーガーボタン ----------------------------------------------------*/
    .globalnav_btn {
        position: fixed;
        right: 0;
        top: 50px;
        width: 60px;
        height: 60px;
        z-index: 1000;
        background: #fff;
    }
    .globalnav_btn span {
        position: absolute;
        display: block;
        top: 28px;
        left: 21px;
        width: 16px;
        height: 4px;
        background-color: #333;
    }
    .globalnav_btn span::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        width: 20px;
        height: 4px;
        background-color: #333;
        transition: .3s;
    }
    .globalnav_btn span::after {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 0;
        width: 20px;
        height: 4px;
        background-color: #333;
        transition: .3s;
    }
    .open .globalnav_btn {
        top: 10px;
        background: none;
    }
    .open .globalnav_btn span {
        background-color: transparent;
        width: 27px;
    }
    .open .globalnav_btn span::before {
        width: 27px;
        top: 0;
        left: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open .globalnav_btn span::after {
        bottom: 0;
        left: 0;
        width: 27px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* -- header ----------------------------------------------------*/
    .header {
        background: none;
    }
    .header .logo {
        display: none;
    }
    .header .nav-box {
        position: fixed;
        top: 0;
        width: 100%;
        background: transparent;
    }
    .scrolled .header .nav-box {
        border-bottom: 1px solid rgba(0, 58, 90, 0.1);
    }
    .scrolled .header .nav-box {
        background: #000;
    }
    .header-Inline {
        z-index: 0;
    }
    .header-Inline .sp-logo {
        display: block;
        width: 100%;
        padding: 30px 0 10px;
    }
    .header-Inline .sp-logo a {
        max-width: 160px;
        padding: 12px;
        margin: auto;
    }
    .header-Inline .nav {
        width: 60%;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        z-index: 100;
        overflow-y: auto;
        height: 100vh;
        padding: 0 0 30px;
        border-top: 1px solid #eee;
    }
    .header-Inline .nav .navigation_wrapper {
        display: inline;
    }
    .header-Inline .nav .navigation_wrapper div {
        width: 100%;
        display: block;
        padding: 0 0px;
        margin: 0px 0 0;
        text-align: center;
    }
    .header-Inline .nav .navigation_wrapper div a {
        border-left: none;
        font-size: 15px;
        padding: 15px 0;
    }
    .header-Inline .nav .navigation_wrapper div.con a {
        margin: 0;
        background: none;
        border-radius: inherit;
        padding: 0 0 0 10px;
        color: #333;
        position: relative;
    }
    .sptm {
        display: block;
        padding: 0 10px;
        width: 100%;
        margin: 10px 0 0;
    }
    .sptm .tel a {
        background: #4286B2;
        padding: 12px 0 10px 10px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 6px;
    }
    .sptm .tel a span {
        display: block;
        font-size: 12px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .sptm .mail a {
        background: #003670;
        padding: 0 0 0 10px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
        margin: 10px 0 0;
        line-height: 4em;
    }
    .sptm .tel img {
        width: 20px;
        margin: 0 10px 0 0;
    }
    .sptm .mail img {
        width: 20px;
        margin: 0 10px 0 0;
    }
    .area-nav {
        display: none;
    }
    /* -- pagetop ----------------------------------------------------*/
    #pagetop a {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .header-Inline .nav .navigation_wrapper div {
        /*font-size: 3vw;  */
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
    .footer {
        margin: 50px 0 0;
    }
}