@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 130rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	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;
	position: relative;
	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;
		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-top: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#gHeader .logo {
	margin-bottom: 2.7rem;
	text-align: center;
}
#gHeader .logo a {
	display: inline-block;
}

#gNavi ul {
	margin-right: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 3.7rem;
}
#gNavi ul a {
	color: #fff;
	font-weight: 200;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
	#gNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2.6rem 0 2.3rem;
		position: relative;
		background-color: #030b20;
	}
	#gHeader .logo {
		margin-bottom: 0;
	}
	#gHeader .logo img {
		width: 10.2rem;
	}
	#gNavi {
		padding: 2rem;
		width: 100%;
		position: absolute;
		top: calc(100% - 0.5rem);
		left: 0;
		background-color: #030b20;
		box-sizing: border-box;
		display: none;
	}
	#gNavi ul {
		margin: 0;
		display: block;
		text-align: center;
	}
	#gNavi ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	#gNavi ul li:last-child {
		border-bottom: none;
	}
	#gNavi ul a {
		padding: 1rem 0;
		display: block;
	}

}

/* menu */
.menu {
	position: absolute;
	top: 3.2rem;
	right: 2rem;
	height: 2.1rem;
	width: 3.1rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(0.9rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-0.9rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 0.3rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #fff;
	border: none;
}
.menu span:nth-of-type(2) {
	top: 0.9rem;
}
.menu span:nth-of-type(3) {
	top: 1.8rem;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4rem 0;
	text-align: center;
	background-color: #030b20;
	border-top: 1px solid #fff;
}
#gFooter .telTxt {
	margin-bottom: 2.8rem;
	color: #3277b9;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
#gFooter .telTxt a {
	font-size: 3rem;
	color: #3277b9;
	display: inline-block;
	vertical-align: top;
	margin-top: 0.6rem;
	letter-spacing: 0.1em;
}
#gFooter address {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#gFooter .snsUl {
	margin-bottom: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}
#gFooter .snsUl img {
	width: 2.4rem;
}
#gFooter .fLogo {
	margin-bottom: 2.3rem;
}
@media all and (min-width: 897px) {
	#gFooter .snsUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.7rem 0 4.2rem;
	}
	#gFooter .snsUl img {
		width: 3.8rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2.9rem;
	}
	#gFooter .snsUl {
		margin-bottom: 3.3rem;
	}
	#gFooter address {
		line-height: 1.65;
	}
}