@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
}
a, a:link {
    color: #0f1941;
    text-decoration: none;
    transition: all 0.3s;
}
a:visited {
    color: #0f1941;
    transition: all 0.3s;
}
a:hover {
    color: #0f1941;
    transition: all 0.3s;
}
a:active {
    color: #0f1941;
    transition: all 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #0f1941;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    overflow: hidden;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-top: 34px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
#gHeader .logo {
    width: 15.5%;
}
#gHeader h1 {
    font-weight: 500;
}
#gHeader .linkTxt {
    position: absolute;
    top: 7px;
    right: 5%;
}
#gHeader .linkTxt a {
    padding: 8px 30px 13px;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 0 0 5px 5px;
    background-color: #0f1941;
}
@media all and (min-width: 768px) {
    #gHeader .linkTxt a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 767px) {
    #gHeader {
        padding-top: 15px;
    }
    #gHeader .comBox {
        display: block !important;
    }
    #gHeader .logo {
        margin-bottom: 7px;
        max-width: 160px;
        width: 34%;
    }
    #gHeader .sub {
        margin: 0 !important;
    }
    #gHeader .linkTxt {
        top: 2px;
    }
    #gHeader .linkTxt  a {
        padding: 4px 9px 5px;
        font-size: 1.1rem;
        letter-spacing: 0.8px;
        border-radius: 0 0 3px 3px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 75px 0 27px;
    background-color: #0f1941;
}
#gFooter address {
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: '[Graphik]';
}
#gFooter .comBtnBox {
    margin-bottom: 104px;
}
#gFooter .comBtnBox p {
    color: #fff;
}
#gFooter .comBtn {
    width: 29.5%;
}
@media all and (max-width: 767px) {
    #gFooter {
        background-color: #2175d9;
        padding: 40px 0 28px;
    }
    #gFooter .comBtn {
        width: 80%;
    }
    #gFooter .comBtnBox {
        margin-bottom: 40px;
    }
    #gFooter address {
        font-size: 1rem;
    }
}