@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;
}
.jost {
  font-family: "Jost", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	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 {
	padding: 1.1rem;
	font-weight: 700;
	color: #fff;
	background: #333;
	text-align: center;
	letter-spacing: 0.1em;
}
#gHeader a {
	color: #fff;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.3rem 1rem 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 12rem;
	padding: 8rem 0 7.9rem;
	color: #FFF;
	background: #005183;
}
#gFooter address {
	letter-spacing: 0.1em;
	text-align: center;
}
#gFooter .fNav {
	margin-bottom: 5.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#gFooter .fNav li {
	width: calc((100% - 6rem) / 3);
}
#gFooter .fNav a {
	padding: 1.6rem 2rem 1.6rem 4rem;
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-weight: 700;
	position: relative;
	border-radius: 1rem;
	background: #3894B3;
}
#gFooter .fNav a::before {
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}
@media all and (min-width: 897px) {
	#gFooter .fNav a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 5rem;
		padding: 1.8rem 0 2.3rem;
	}
	#gFooter .content {
		margin: 0 1rem;
	}
	#gFooter address {
		line-height: 1.75;
	}
}