@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 (min-width: 897px) and (max-width: 1340px) {
	html {
		font-size: calc(1000vw / 1340);
	}
}
@media all and (max-width: 540px) {
	html {
		font-size: calc(1000vw / 540);
	}
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 a {
	margin: 0 auto 6.5rem;
	width: 17.1rem;
	display: block;
}
@media all and (min-width: 897px) {
	#gHeader {
		padding: 1rem 4.5rem;
		width: 26rem;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#gHeader::after {
		width: 52rem;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(180deg, #8999ED 0%, #C098BC 100%);
		backdrop-filter: blur(2px);
		z-index: -1;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0 1.6rem 0 1.3rem;
		width: 100%;
		height: 5.8rem;
		background: #fff;
		z-index: 88;
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gHeader h1 a {
		margin: 0;
		width: 18rem;
	}
	.menu {
		width: 2.5rem;
		height: 2.2rem;
		cursor: pointer;
		position: relative;
		z-index: 1000;
	}
	.menu span {
		width: 100%;
		height: 3px;
		display: block;
		transition: all 0.4s;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		background-color: #2F75B3;
	}
	.menu span:nth-of-type(1) {
		top: -0.1rem;
	}
	.menu span:nth-of-type(2) {
		width: 1.7rem;
		top: 0.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.9rem;
	}
	.menu.on span {
		width: 3.2rem;
		height: 0.2rem;
		background: #fff;
		right: 50% !important;
		top: 50% !important;
	}
	.menu.on span:nth-of-type(1) {
		transform: translate(50%,-50%) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translate(50%,-50%) rotate(45deg);
	}
}
#gNavi a {
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.875;
	letter-spacing: 0.1em;
}
#gNavi .linkList {
	margin: 6.2rem 0 2.5rem;
}
#gNavi .linkList a {
	width: 100%;
	padding: 0.7rem 1rem 0.9rem;
	color: #7F858B;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.538;
	background: #ECE5A3;
}
#gNavi .linkList li + li {
	margin-top: 0.9rem;
}
#gNavi .snsList {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}
#gNavi .snsList a {
	width: 2.4rem;
}
#gNavi .snsList img {
	display: block;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		opacity: 0.7;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (min-width: 897px) and (max-height: 840px) {
	#gHeader h1 a {
		margin-bottom: 2vh;
	}
	#gNavi .linkList {
		margin: 2vh 0 3.001vh;
	}
	.menuBox {
		height: 58rem;
		overflow-y: auto;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gNavi {
		margin-left: auto;
		padding: 2.4rem 4.4rem 2.3rem 5.4rem;
		width: 68.15%;
		border-radius: 0 0 0 4rem;
		background: linear-gradient(180deg, #8999ED 0%, #C098BC 100%);
		box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.25);
	}
	#gNavi a {
		font-size: 2.2rem;
		line-height: 2.272;
	}
	#gNavi .linkList {
		margin: 2.3rem 0 2.7rem;
	}
	#gNavi .linkList a {
		padding: 1.2rem 1rem;
		font-size: 1.7rem;
		line-height: 1.176;
		letter-spacing: 0.1em;
	}
	#gNavi .linkList li + li {
		margin-top: 1.1rem;
	}
	#gNavi .snsList {
		gap: 3.5rem;
	}
	#gNavi .snsList a {
		width: 3.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.4rem 2rem 4.8rem;
	text-align: center;
	position: relative;
	background: linear-gradient(180deg, #8999ED 0%, #C098BC 100%);
}
#gFooter .logo a {
	margin: 0 auto 3.7rem;
	width: 29.7rem;
	display: block;
	transform: translateX(1rem);
}
#gFooter address {
	color: #FFF;
	font-size: 1.3rem;
}
.pageTop {
	right: 2.5rem;
	top: 2.1rem;
	position: absolute;
}
.pageTop a {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}