@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 (min-width: 897px) and (max-width: 1340px) {
	html {
		font-size: calc(1000vw / 1340);
	}
}
@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;
}
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 {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #313131;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 11rem;
	align-items: flex-start;
	z-index: 100;
	background-color: rgba(15, 15, 15, 0.7);
}
#gHeader h1 {
	margin: 3.5rem 0 0 4.8rem;
	width: 36.9rem;
}
#gHeader .menuBox {
	flex: 1;
}
#gHeader .menuList01 {
	margin-bottom: 0.8rem;
	gap: 0 5.1rem;
	justify-content: flex-end;
}
#gHeader .menuList01 a {
	padding-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6.3rem;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
#gHeader .menuList02 {
	margin-right: 2.4rem;
	gap: 0 2.9rem;
	justify-content: flex-end;
}
#gHeader .menuList02 a {
	font-weight: 500;
	font-size: 1.4rem;
	color: #02aef0;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
	#gHeader .menuList01 li:last-child a {
		padding: 0.5rem 0 0 0.6rem;
		width: 16rem;
		letter-spacing: 0;
		border-radius: 0px 0px 0px 1rem;
		background: #02aef0;
	}
	#gHeader .menuList01 li:last-child a span {
		padding-left: 2.3rem;
		display: inline-block;
		background: url(../img/common/icon01.png) no-repeat left 0.4rem/1.7rem;
	}
	#gHeader .menuList01 a:hover {
		color: #02aef0;
	}
	#gHeader .menuList01 li:last-child a:hover {
		background: #fff;
	}
	#gHeader .menuList01 li:last-child a:hover span {
		background-image: url(../img/common/icon01_over.png);
	}
	#gHeader .menuList02 a:hover {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 0.5rem;
		height: 5.1rem;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin: 0 0 0 2rem;
		width: 25.5rem;
		position: relative;
		z-index: 201;
	}
	#gHeader .menu {
		margin-right: 2rem;
		width: 2.5rem;
		cursor: pointer;
		position: relative;
		z-index: 201;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 2rem;
		background-color: rgba(0,0,0,0.9);
		overflow-y: auto;
		z-index: 200;
	}
	#gHeader .menuList01 {
		margin: 7.1rem 0 1.5rem;
		display: block;
		border-bottom: 1px solid #02aef0;
	}
	#gHeader .menuList01 a {
		padding: 1.5rem 3rem 1.5rem 0;
		display: block;
		min-height: inherit;
		letter-spacing: 0.1em;
		background: url(../img/common/icon06.png) no-repeat right center/3.5rem;
		border-top: 1px solid #02aef0;
	}
	#gHeader .menuList02 {
		margin: 0 0 4rem;
		gap: 2.7rem 0;
		justify-content: space-between;
	}
	#gHeader .menuList02 li {
		width: 44.5%;
	}
	#gHeader .menuList02 a {
		padding-right: 3.5rem;
		display: block;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		background: url(../img/common/icon07.png) no-repeat right center/1.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8.4rem 2rem 4rem;
	background: #333;
}
#gFooter .content {
	max-width: 135.6rem;
}
#gFooter .fInner {
	margin-bottom: 11.7rem;
	align-items: flex-start;
}
#gFooter .lBox {
	width: 42rem;
}
#gFooter .lBox .fLogo {
	width: 39.7rem;
	margin: 0 0 4rem 0.3rem;
}
#gFooter .lBox p {
	margin-left: -0.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
#gFooter .rBox {
	margin-top: 2.7rem;
	flex: 1;
}
#gFooter .fNavi01 {
	margin-bottom: 2.5rem;
	gap: 0 3.4rem;
	font-weight: 500;
	justify-content: flex-end;
}
#gFooter .fNavi02 {
	gap: 0 2.9rem;
	justify-content: flex-end;
}
#gFooter .fNavi02 a {
	font-size: 1.4rem;
	color: #02aef0;
}
#gFooter .btmBox {
	align-items: center;
}
#gFooter address {
	margin: 1.8rem 0 0 -0.5rem;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
#gFooter .sns {
	margin-right: 0.8rem;
	gap: 0 2.2rem;
}
#gFooter .sns a:hover {
	opacity: 0.7;
}
#gFooter .sns img {
	height: 3.9rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi01 a:hover {
		color: #02aef0;
	}
	#gFooter .fNavi02 a:hover {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.5rem 0.5rem 2.9rem;
	}
	#gFooter .content {
		max-width: 131.6rem;
	}
	#gFooter .fInner {
		margin-bottom: 2.9rem;
		flex-direction: column-reverse;
	}
	#gFooter .lBox {
		width: 100%;
	}
	#gFooter .lBox .fLogo {
		width: 29.5rem;
		margin-bottom: 2.7rem;
	}
	#gFooter .lBox p {
		margin-left: 0.3rem;
		line-height: 1.7;
	}
	#gFooter .rBox {
		margin: 0 0 4.3rem;
		flex: inherit;
		width: 100%;
	}
	#gFooter .fNavi01 {
		margin-bottom: 3rem;
		gap: 2.3rem 4.5rem;
		justify-content: flex-start;
	}
	#gFooter .fNavi02 {
		gap: 1.2rem 3.5rem;
		justify-content: flex-start;
	}
	#gFooter .btmBox {
		flex-direction: column-reverse;
	}
	#gFooter address {
		margin: 2.6rem 0 0;
		font-size: 0.8rem;
		width: 100%;
		text-align: center;
	}
	#gFooter .sns {
		margin-right: 0;
		width: 100%;
		justify-content: flex-end;
	}
}