@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
@media all and (min-width: 769px) and (max-width: 1300px) {
	html {
		font-size: 0.7692vw;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 2.666vw;
	}
}
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;
}
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: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333333;
	font-size: 1.8rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	color: #fff;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100rem;
}
#gHeader .logo {
	order: 3;
}
#gHeader .logo a {
	padding-bottom: 0.2rem;
	width: 22.8rem;
	height: 6.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
}
#gHeader .logo img {
	width: 16.5rem;
}
#gHeader h1 {
	margin-top: 1.2rem;
	font-size: 2rem;
	font-weight: 600;
}
#gHeader h1 .sml {
	margin-left: 1.4rem;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: -0.025em;
}
@media all and (max-width: 768px) {
	#gHeader .hBox {
		display: block;
	}
	#gHeader .logo a {
		padding-left: 0;
		width: auto;
		height: 5rem;
		border-radius: 0;
	}
	#gHeader .logo img {
		width: 11.2rem;
	}
	#gHeader h1 {
		margin: 2.933vw 0 0 5.33vw;
		font-size: 3.46vw;
	}
	#gHeader h1 .sml {
		margin-left: 2.66vw;
		font-size: 2.66vw;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4rem 0 3.5rem;
	background-color: #EFEFEF;
}
#gFooter .flexB {
	align-items: center;
	gap:2rem
}
#gFooter .fNavi {
	font-size: 1.4rem;
	gap: 5.4rem;
	font-weight: 600;
}
#gFooter .copyright {
	font-size: 1.2rem;
	letter-spacing: 0;
}
@media all and (min-width: 769px) {
	#gFooter .fNavi a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 768px) {
	#gFooter {
		padding: 3.3rem 0 2rem;
	}
	#gFooter .flexB {
		display: block;
		text-align: center;
	}
	#gFooter .fNavi {
		margin-bottom: 2rem;
		justify-content: center;
		gap: 3rem
	}
	#gFooter .copyright {
		font-size: 1.1rem;
	}
}