@charset "utf-8";

/*------------------------------------*\
    BASE
\*------------------------------------*/

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html{
    overflow-x: hidden;
}

html,body,div,span,h1,h2,h3,h4,h5,p,a,img,ul,ol,li,figure,figcaption,button,dl,dt,dd{
    margin:0;
    padding:0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #282828;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
}

ul,ol{ list-style: none; }

a{
    color: #282828;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}
a:hover{ opacity: 0.65; }

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

button{
    background: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

/*------------------------------------*\
    helpers
\*------------------------------------*/

.h-clear:after{
    content:'';
    display: block;
    clear: both;
}
.h-fltLeft{ float: left; }
.h-fltRight{ float: right; }
.h-fltLeft_pc{ float: none; }
.h-fltRight_pc{ float: none; }
.h-dspFlex_pc{ display: block; }
.h-dspBlock{ display: block; }
.h-dspInlineBlock{ display: inline-block; }
.h-dspFlex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.h-flxWrap{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.h-flxAlignCenter{ align-items: center; }
.h-posRelative{ position: relative; }
.h-posAbsolute{ position: absolute; }
.h-posFixed{ position: fixed; }
.h-txtCenter{ text-align: center; }
.h-txtLeft{ text-align:left; }
.h-txtRight_pc{ text-align: right; }
.h-fw300{ font-weight: 300; }
.h-fw600{ font-weight: 600; }
.h-ovfHidden{ overflow: hidden; }
.h-sp-only{ display: none; }

/*------------------------------------*\
    c-header
\*------------------------------------*/

.c-header{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #ffffff;
    border-bottom: 1px solid #DCDCDC;
}

.c-header__inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    height: 74px;
}

.c-headerLogo{
    height: 74px;
    line-height: 74px;
    z-index: 3;
}
.c-headerLogo img{
    width: 118px;
    vertical-align: middle;
}
.c-headerLogo__white{
    display: none;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.c-headerMidNav{
    height: 74px;
    left: 210px;
    top: 0;
}
.c-headerMidNav__link{
    font-size: 13px;
    letter-spacing: 0.06em;
    padding: 0 18px;
    line-height: 1;
}

.c-header__left{ height: 74px; }
.c-header__actions{
    line-height: 74px;
}
.c-header__actions li{
    display: inline-block;
    margin-left: 22px;
    font-size: 13px;
}
.c-header__tel{
    font-weight: 600;
    letter-spacing: 0.04em;
}
.c-header__joinBtn{
    background: #282828;
    color: #fff;
    padding: 0.85em 1.6em;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
}

/*------------------------------------*\
    c-footer
\*------------------------------------*/

.c-footer{
    margin-top: 120px;
    border-top: 1px solid #DCDCDC;
}

.l-container--footer{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
}

.c-footer__upper{
    padding: 0 0 60px;
}
.c-footer__upper .l-row li{
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
}
.c-footer__linkBlock figcaption{
    font-size: 13px;
    padding: 1em 0 0;
    letter-spacing: 0.05em;
}

.c-footer__mid{
    border-top: 1px solid #DCDCDC;
    padding: 50px 0 40px;
}
.c-footer__mid .l-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.c-footer__mid .l-col--25{
    width: 25%;
    box-sizing: border-box;
    padding-right: 24px;
    margin-bottom: 2em;
}
.c-utiList__head{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1.2em;
    position: relative;
    padding-left: 14px;
}
.c-utiList__head:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0.62em;
    border-left: 6px solid #282828;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.c-utiList__list li{
    font-size: 13px;
    margin-bottom: 0.75em;
    padding-left: 14px;
}
.c-utiList__adr{
    font-size: 13px;
    line-height: 1.9;
    font-style: normal;
    padding-left: 14px;
}

.c-footer__lower{
    border-top: 1px solid #dcdcdc;
    padding: 26px 0 60px;
}
.c-footer__leftLink a{
    font-size: 12px;
    margin-left: 26px;
}
.c-copyright{
    font-size: 12px;
    color: #282828;
    margin-top: 0.6em;
}
.c-footer__note{
    font-size: 12px;
    color: #282828;
    max-width: 620px;
}

.c-pageTopBtn{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    z-index: 40;
}
.c-pageTopBtn:before{
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    transform: rotate(-45deg);
    margin: 4px auto 0;
}
.c-pageTopBtn.s-hidden{ display: none; }

/*
.c-languageSwitchPc{
    display: none !important;
}
*/

@media screen and (min-width: 768px) {
    .h-fltLeft_pc{ float: left; }
    .h-fltRight_pc{ float: right; }
    .h-dspFlex_pc{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .c-header.s-topContents {
        background-color: transparent;
        border-bottom: none;
        /*opacity: 0;*/
        transition: background-color 0.3s ease-in-out;
    }
    .c-header.s-topContents:hover {
        background-color: rgba(0,0,0,0.5);
    }
    .c-header.s-topContents .c-headerLogo__normal { display: none; }
    .c-header.s-topContents .c-headerLogo__white { display: block; }
    .c-header.s-topContents .c-headerMidNav__link { color: #ffffff; }
    .c-header.s-topContents .c-header__tel { color: #ffffff; }
    .c-header.s-topContents .c-header__joinBtn {
        background: #ffffff;
        color: #282828;
    }
}

@media screen and (max-width: 767px) {
    .h-pc-only{ display: none !important; }
    .h-sp-only{ display: block; }
    .c-header__inner{ padding: 0 6.67vw; }
    .c-headerMidNav{ display: none; }
    .c-header__actions li.h-tbup-only{ display: none; }
    .c-header__actions li{ margin-left: 0; }
    .c-header__joinBtn{ padding: 0.9em 1.2em; font-size: 11px; }
    .c-header__actions li{ margin-left: 12px; }
    .c-footer__upper .l-row li{ width: 50%; margin-bottom: 1.4em; }
    .c-footer__mid .l-col--25{ width: 100%; padding-right: 0; }
    .l-container--footer{ padding: 0 6.67vw; }
    .c-footer__leftLink a{ margin-left: 0; margin-right: 20px; }
    .c-footer{ margin-top: 60px; }
}

/*------------------------------------*\
    c-cookieBar  (gdpr)
\*------------------------------------*/

.c-cookieBar{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #282828;
    z-index: 90;
    padding: 24px 0;
    box-shadow: 0 -6px 30px rgba(0,0,0,0.08);
}
.c-cookieBar.s-show{ display: block; }
.c-cookieBar__inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
}
.c-cookieBar__txt{
    font-size: 13px;
    line-height: 1.7;
    max-width: 720px;
    float: left;
}
.c-cookieBar__txt a{
    border-bottom: 1px solid #282828;
}
.c-cookieBar__btns{
    float: right;
    padding-top: 4px;
}
.c-cookieBtn{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 1.15em 2.2em;
    border: 1px solid #282828;
    margin-left: 10px;
    background: #ffffff;
}
.c-cookieBtn--accept{
    background: #282828;
    color: #fff;
}
.c-cookieSettings{
    display: none;
    clear: both;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #dcdcdc;
}
.c-cookieSettings.s-open{ display: block; }
.c-cookieSettings li{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0.9em;
    padding-left: 26px;
    position: relative;
}
.c-cookieSettings li input{
    position: absolute;
    left: 0;
    top: 3px;
}
.c-cookieSettings li b{ font-size: 13px; }

@media screen and (max-width: 767px) {
    .c-cookieBar{ padding: 18px 0 20px; max-height: 78vh; overflow-y: auto; }
    .c-cookieBar__inner{ padding: 0 6.67vw; }
    .c-cookieBar__txt{ float: none; margin-bottom: 1.2em; }
    .c-cookieBar__btns{ float: none; }
    .c-cookieBtn{
        display: block;
        margin: 0 0 8px;
        text-align: center;
        padding: 1.15em 0;
    }
}
