@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto: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%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
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: 1250px;
	color: #000;
	font-size: 1.4rem;
    font-weight: 700;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #E8F0FA;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
#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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px;
	position: absolute;
	z-index: 1000;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 20px 0 113px;
	background-color: #2c4198;
}
#gFooter .fLogo {
	margin: 0 auto 15px;
	width: 132px;
}
#gFooter address {
    color: #FFF;
	font-size: 1.1rem;
    font-weight: 400;
	text-align: center;
	font-style: normal;
}
#gFooter .fixBox {
    padding: 20px 10px;
    min-height: 90px;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    background: url("../../img/common/bg03.png") no-repeat center center / cover;
}
#gFooter .fNavi {
    margin: 0 auto;
    max-width: 1230px;
	align-items: center;
}
#gFooter .fNavi li {
	margin: 0 7px;
	width: 39%;
	text-align: center;
}
#gFooter .fNavi li:first-of-type {
	margin: -5px 14px 0 0;
	width: 18%;
}
#gFooter .fNavi li a {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #FFF;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1170px) {
    #gFooter .fNavi li {
        width: 36%;
    }
    #gFooter .fNavi li:first-of-type {
        width: 19%;
    }
    #gFooter .fNavi li a {
        font-size: 1.5rem;
    }
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding-bottom: 38%;
    }
    #gFooter .fixBox {
        padding: 15px 0;
        min-height: 106px;
        background-image: url("../../img/common/sp_bg03.png");
    }
	#gFooter .fNavi {
		width: auto;
	}
	#gFooter .fNavi li {
		margin: 0 2px;
		width: 48%;
	}
	#gFooter .fNavi li:first-of-type {
		margin: 0 0 10px;
		width: 100%;
	}
}