@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;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: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", MS PGothic, " 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%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #0068bf;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    overflow: hidden;
    text-align: left;
}
#main {}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    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: 23px 82px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
#gHeader h1 {
    width: 150px;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 18px 20px;
        box-sizing: border-box;
    }
    #gHeader h1 {
        width: 75px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #4D4D4D;
    margin-top: 55px;
    padding: 30px 0;
}
#gFooter .content {
    max-width: 1040px
}
#gFooter .fLogo img {
    height: 23px;
}
#gFooter .fNavi {
    display: flex;
    justify-content: flex-end;
}
#gFooter .fNavi ul li {
    margin-left: 34px;
    display: inline-block;
}
#gFooter .fNavi ul li:first-child {
    margin-left: 0;
}
#gFooter .fNavi ul li a {
    color: #ffffff;
    font-size: 12px;
}
#gFooter .fNavi ul li a:hover {
    opacity: 0.7;
}
#gFooter address {
    font-size: 0.8rem;
    color: #FFFFFF;
    text-align: right;
    margin-top: 22px;
    margin-right: -7px;
    font-style: normal;
    letter-spacing: 0.01em;
}
#gFooter .fBox {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 896px) {
    #gFooter {
        padding-top: 21px;
    }
    #gFooter .content {
        padding: 0 20px;
    }
    #gFooter .fBox {
        display: block;
    }
    #gFooter .fLogo {
        width: 100%;
        border-bottom: 2px solid #fff;
        padding-bottom: 24px;
        margin-bottom: 13px;
    }
    #gFooter .fLogo img {
        height: 19px;
        top: 3px;
        position: relative;
    }
    #gFooter .fNavi {
        margin-top: 3px;
    }
    #gFooter .fNavi ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }
    #gFooter .fNavi ul li {
        margin: 0 0 8px;
    }
    #gFooter .fNavi ul li a {
        font-size: 10px;
    }
    #gFooter .fNavi ul li:nth-child(1) {
        width: 20%;
    }
    #gFooter .fNavi ul li:nth-child(2) {
        width: 40%;
    }
    #gFooter .fNavi ul li:nth-child(3) {
        width: 40%;
    }
    #gFooter .fNavi ul li:nth-child(4) {
        width: 20%;
    }
    #gFooter .fNavi ul li:nth-child(5) {
        width: 40%;
    }
    #gFooter .fNavi ul li:nth-child(6) {
        width: 40%;
    }
    #gFooter address {
        margin: 26px 0 0;
        text-align: left;
        font-size: 0.8rem;
    }
}