@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&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%;
    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: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.78;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    display: block;
}
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
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 5px;
}
#gHeader .hBox {
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 1049px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gHeader .hBox h1 {
    margin-top: 24px;
}
#gHeader .hBox h1 img {
    width: 311px;
}
#gNavi {
    background-color: #0079C2;
}
#gNavi ul {
    margin: 0 auto;
    width: 951px;
    display: flex;
    border-left: 2px solid #FFF;
}
#gNavi li {
    border-right: 2px solid #FFF;
    flex: 1;
}
#gNavi li a {
    padding: 10px;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}
#gNavi li a span {
    display: block;
    position: relative;
    z-index: 1;
}
#gNavi li a::before {
    content: "";
    width: calc(100% - 6px);
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002063;
}
#gNavi li a:hover::before {
    display: block;
}
@media all and (max-width: 896px) {
    #gHeader {
		margin: 0;
        padding: 15px 10px;
        position: relative;
        top: auto;
        left: auto;
		z-index: 100;
    }
    #gHeader .hBox {
		margin: 0;
		padding: 0;
        width: auto;
        display: block;
    }
    #gHeader .hBox h1 {
        margin: 0;
        position: relative;
        z-index: 2;
    }
    #gHeader .hBox h1 img {
        width: 198px;
    }
    .menu {
        position: absolute;
        top: 17px;
        right: 20px;
        width: 34px;
        height: 29px;
        z-index: 10000;
        cursor: pointer;
        display: block;
    }
    .menu span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #444;
        transition: .35s ease-in-out;
    }
    .menu span:nth-child(1) {
        top: 7px;
    }
    .menu span:nth-child(2) {
        top: 18px;
    }
    .menu span:nth-child(3) {
        top: 29px;
    }
    .menu.on span:nth-child(1) {
        transform: translateY(11px) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-child(2) {
        opacity: 0;
    }
    .menu.on span:nth-child(3) {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
    }
    #gNavi {
        background: #fff;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        overflow: auto;
        z-index: 1;
    }
    #gNavi ul {
        width: auto;
        display: block;
        border-top: 1px solid #1A1311;
		border-left: none;
    }
    #gNavi li {
        margin: 0 !important;
		border: none;
    }
    #gNavi li a {
        padding: 10px;
        display: block;
        color: #000;
        font-size: 1.6rem;
        text-align: center;
        border-bottom: 1px solid #000;
    }
	#gNavi li a::before {
		width: 100%;
		left: 0;
		transform: none;
	}
    #gNavi li a:hover::before {
        background-color: #fff;
    }
    #gNavi li a:hover {
        text-decoration: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    background-color: #F7F8F8;
    overflow: hidden;
}
#gFooter .fBox {
    margin: 0 auto 68px;
    padding: 0 20px;
    width: 1049px;
    display: flex;
    justify-content: space-between;
}
#gFooter .fLogo {
    margin-top: 31px;
}
#gFooter .fLogo img {
    width: 311px;
}
#gFooter .fNavi {
    margin: 25px 40px 0 0;
    width: 319px;
    display: flex;
    justify-content: space-between;
}
#gFooter .fNavi li a span {
    padding-left: 13px;
    display: inline-block;
    line-height: 1;
    background: url("../../img/common/icon.png") no-repeat left center / 10px;
}
#gFooter .fNavi li a {
    display: block;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .fNavi li .naviList {
    margin-left: 15px;
}
#gFooter .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .pageTop {
    position: absolute;
    right: 24px;
    bottom: 0;
}
#gFooter .pageTop a {
    display: block;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter .pageTop img {
    width: 91px;
}
#gFooter address {
    padding: 8px 10px 9px;
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    background-color: #0079C2;
    font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-top: 40px;
    }
    #gFooter .fLogo {
        margin: 0 0 20px;
        text-align: center;
    }
    #gFooter .fLogo img {
        width: 234px;
    }
    #gFooter .fBox {
        margin-bottom: 30px;
        width: auto;
        display: block;
    }
    #gFooter .fNavi {
        margin: 0 auto 20px;
        width: 280px;
    }
    #gFooter .pageTop {
        right: 8px;
        bottom: 38px;
    }
    #gFooter .pageTop img {
        width: 63px;
    }
}