@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #2F2F2F;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #2F2F2F;
}
a:hover {
	color: #2F2F2F;
}
a:active {
	color: #2F2F2F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #2F2F2F;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
    word-break: break-word;
	overflow: hidden;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.5rem 3.7rem;
	background-color: #fff;
}
#gHeader h1 {
	width: 31.1rem;
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 22.5rem;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 0 0.8rem; 
	background-color: #EBF5F8;
}
#gFooter .bannerUl {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 3rem;
}
#gFooter .bannerUl li {
	width: 32.5rem;
}
#gFooter .bannerUl a:hover img {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin-bottom: 5rem;
	text-align: center;
}
address {
	color: #000;
	font-size: 1rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter .bannerUl {
		display: block;
	}
	#gFooter .bannerUl li {
		width: auto;
		margin: 0 0.5rem 3.5rem;
	}
	#gFooter .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .bannerUl li img {
		width: 100%;
	}
}