@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;
}
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: #202224;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #202224;
}
a:hover {
	color: #202224;
}
a:active {
	color: #202224;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #202224;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F4FF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
	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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	padding: 2.6rem 4rem;
}
#gHeader h1 {
	width: 20.5rem;
	position: relative;
	z-index: 300;
}
#gHeader .menu {
	margin: 0.4rem 0.1rem 0 0;
	padding: 0.8rem 0.2rem;
	position: relative;
	width: 11.9rem;
	font-weight: 600;
	letter-spacing: 0.064rem;
	text-align: center;
	background: #FFF;
	border-radius: 0.6rem;
	font-family: "Unbounded", sans-serif;
	cursor: pointer;
	transition: 0.3s;
	z-index: 300;
}
#gHeader .menu span {
	background: linear-gradient(90deg, #60A3EE 0%, #B564D9 50%, #D964B9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 0.3s;
}
#gHeader .menu .close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu.on .open {
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu.on .close {
	opacity: 1;
	visibility: visible;
}
#gHeader .menuBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, #FFF0F4 0%, #F7F4FF 100%);
	z-index: 200;
	display: none;
	overflow: auto;
}
#gNavi {
	margin: 0 auto;
	padding: 12rem 2rem;
	max-width: 110rem;
	box-sizing: content-box;
}
#gNavi li a {
	padding: 2rem;
	display: block;
	font-size: 2rem;
	border-top: 1px solid #202224;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li:last-child a {
	border-bottom: 1px solid #202224;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2rem;
	}
	#gHeader h1 {
		width: 13rem;
	}
	#gHeader .menu {
		margin: -0.2rem 0 0;
		padding: 0.7rem 0.2rem 0.5rem;
		width: 10rem;
		font-size: 1.2rem;
	}
	#gNavi {
		margin: 0;
		padding: 12rem 2rem;
		max-width: inherit;
	}
	#gNavi li a {
		padding: 1.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9.1rem 0 8.9rem;
	position: relative;
	z-index: 5;
}
#gFooter address {
	color: #767B81;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.056rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 14rem;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}