@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: 768px) and (max-width: 1020px) {
	html {
		font-size: calc(1000vw / 1020);
	}
}
@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;
	font-weight: 400;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #292960;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow-wrap: anywhere;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		font-size: 1.2rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 10000;
}
#gHeader .hWrap {
	position: relative;
	background: #fff;
	z-index: 200;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 96rem;
	display: flex;
	align-items: center;
	gap: 2.7rem;
}
#gHeader .logo {
	padding-left: 2rem;
}
#gHeader .logo a {
	width: 20rem;
	display: inline-block;
}
#gHeader h1 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.015em;
}
.menu {
	margin-left: auto;
	width: 6rem;
	height: 6rem;
	position: relative;
	background: #534C84;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.3s;
}
.menu span {
	width: 2.2rem;
	height: 0.2rem;
	position: absolute;
	left: 1.9rem;
	top: 2.4rem;
	background: #fff;
	transition: 0.3s;
}
.menu span:nth-child(2) {
	top: 3.4rem;
}
.menu.on span:nth-child(1) {
	transform: translate(0, 0.5rem) rotate(45deg);
}
.menu.on span:nth-child(2) {
	transform: translate(0, -0.5rem) rotate(-45deg);
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #EDF2F6;
	overflow-y: auto;
	transform: translateX(100%);
	transition: 0.3s;
	opacity: 0;
	z-index: 100;
}
.menuBox.on {
	opacity: 1;
	transform: translateX(0);
}
.menuBox .menuWrap {
	margin: 0 auto;
	padding: 14rem 0 8rem;
	width: 96rem;
	max-width: 95%;
}
.menuBox .comRelated {
	margin-bottom: 5.3rem;
}
.menuBox .comBtn {
	padding: 3.5rem 2rem 2.2rem;
	border-radius: 1.2rem;
	background: #534C84;
}
.menuBox .comBtn .txt {
	margin-bottom: -0.1rem;
}
@media (hover: hover) {
	.menu:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	#gHeader .hBox {
		max-width: initial;
		gap: 2.2rem;
	}
	#gHeader .logo {
		padding-left: 1rem;
	}
	#gHeader .logo a {
		width: 16rem;
	}
	#gHeader h1 {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.335;
	}
	.menu {
		width: 5rem;
		height: 5rem;
	}
	.menu span {
		width: 1.8rem;
		left: 1.6rem;
		top: 2rem;
	}
	.menu span:nth-child(2) {
		top: 2.8rem;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.4rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		transform: translate(0, -0.4rem) rotate(-45deg);
	}
	.menuBox .menuWrap {
		margin: 0;
		padding: 8rem 0 0;
		width: auto;
		max-width: initial;
		min-height: 100%;
		display: flex;
		flex-direction: column;
	}
	.menuBox .comRelated {
		margin-bottom: 4rem;
		width: 100%;
		padding: 0 2rem;
	}
	.menuBox .comRelated .linkList li {
		margin-bottom: 0.75rem;
		padding-left: 0.75em;
		font-size: 1.75rem;
		line-height: 1.75;
	}
	.menuBox .comRelated .linkList li a {
		text-decoration: none;
	}
	.menuBox .comBtn {
		margin-top: auto;
		padding: 1.6rem 0.5rem 0.6rem;
		border-radius: 0;
		background: #292960;
	}
	.menuBox .comBtn .txt {
		margin-bottom: -0.2rem;
	}
}
@media all and (min-width: 768px) {
	.menuBox .menuWrap {
		padding-top: 8rem;
		padding-left: 2.25rem;
	}
	.menuBox .comRelated .linkList li {
		margin-bottom: 1rem;
		padding-left: 0.75em;
		font-size: 2rem;
		line-height: 1.6;
	}
	.menuBox .comRelated .linkList li a {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: -3.5rem 0 3.2rem;
	padding: 1rem 0.2rem;
	position: relative;
	border-radius: 0.8rem;
	background: #fff;
	box-shadow: 0rem 0.3rem 0.6rem rgba(41, 41, 96, 0.5);
	z-index: 1;
}
#gNavi .naviList {
	display: flex;
}
#gNavi .naviList li {
	width: 20%;
	position: relative;
}
#gNavi .naviList li:not(:last-child)::after {
	width: 0.2rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #BEBBD1;
	content: '';
}
#gNavi .naviList li a {
	padding: 0.4rem 1rem 1.7rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 700;
	text-align: center;
}
#gNavi .naviList li a:hover {
	opacity: 0.8;
}
#gNavi .naviList li a::after {
	width: 0.6rem;
	position: absolute;
	left: 50%;
	bottom: 0.4rem;
	border-left: 0.1rem solid #292960;
	border-bottom: 0.1rem solid #292960;
	box-sizing: border-box;
	transform: translateX(-50%) rotate(-45deg);
	aspect-ratio: 1;
	content: '';
}
@media all and (max-width: 767px) {
	#gNavi {
		margin: -1.7rem 0 1.5rem;
		padding: 0.9rem 0 0.7rem;
	}
	#gNavi .naviList li a {
		padding: 0 0.3rem 1.2rem;
		line-height: 1.23;
	}
	#gNavi .naviList li a::after {
		width: 0.4rem;
		bottom: 0.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 2rem 3.8rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 1.6rem 0.5rem 1.5rem;
		font-size: 1rem;
		line-height: 1.7;
	}
}