@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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 Serif JP', 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #EAF2F2;
}
#container {
    position: relative;
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
    position: absolute;
	left: 0;
	top: 0;
    z-index: 1;
	box-sizing: border-box;
}
#gHeader h1 {
    padding: 18px 0 22px;
    width: 160px;
    float: left;
    text-align: center;
    background-color: #FFF;
}
#gHeader .hBox {
    height: 110px;
    width: 680px;
    background-color: #00503c;
    box-sizing: border-box;
}
#gHeader .hBox p {
    padding: 40px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.24em;
	float: left;
}
#gNavi {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
#gNavi ul {
    position: absolute;
    top: -50px;
    left: 0;
    border-bottom: 2px solid #00503C;
}
#gNavi ul li {
    width: 239px;
	background-color: #fff;
}
#gNavi ul li:not(:last-of-type) {
    border-right: 1px solid #DCE4EE;
}
#gNavi ul li a {
    padding: 0 20px;
    height: 98px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #32465a;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-align: left;
    background: #FFF url("../../img/common/icon01.png") no-repeat right 10px center / 20px;
}
#gNavi ul li a:hover {
    opacity: 0.7;
}
#gNavi ul li a span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-right: 10px;
    }
    #gHeader h1 {
        padding: 15px 0 20px;
        width: 120px;
        height: 100%;
		box-sizing: border-box;
    }
    #gHeader .hBox {
        width: 100%;
        height: 85px;
        box-sizing: border-box;
    }
    #gHeader .hBox p {
        padding: 15px 0 0 25px;
        font-size: 1.7rem;
    }
    #gNavi {
        margin: 0 10px;
        width: auto;
    }
    #gNavi ul {
        top: -80px;
        left: 0;
        border-bottom: 0;
        border-left: 3px solid #00503C;
    }
    #gNavi ul li {
        width: 100%;
        border-right: 1px solid #DCE4EE !important;
        border-bottom: 1px solid #DCE4EE;
    }
    #gNavi ul li a {
        padding: 9px 21px 14px;
        height: auto;
        display: block;
        font-size: 1.8rem;
        text-align: left;
        background: #FFF url("../../img/common/icon01.png") no-repeat right 15px center / 20px;
    }
    #gNavi ul li a span {
        margin-right: 6px;
        display: inline;
        vertical-align: 2px;
    }
}
@media all and (max-width: 330px) {
	#gHeader .hBox p {
		padding-left: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .copyright {
	padding: 31px 0;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #00503c;
    font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
}