@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%;
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #888;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #888;
}
a:hover {
	color: #888;
}
a:active {
	color: #888;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #888;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding: 2rem;
	text-align: left;
	position: relative;
	background: #FFF;
}
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: fixed;
	top: 0;
	left: 2rem;
	right: 2rem;
	z-index: 999;
	pointer-events: none;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 6rem 2rem 0;
	max-width: 128rem;
	box-sizing: content-box;
}
#gHeader .hBox h1 {
	margin-top: 2rem;
	width: 14.9rem;
	pointer-events: visible;
}
#gHeader .hBox .linkUl {
	margin-right: -2rem;
	pointer-events: visible;
}
#gHeader .hBox .linkUl li {
	margin-left: 1rem;
}
#gHeader .hBox .linkUl li:first-child {
	margin-left: 0;
}
#gHeader .hBox .linkUl li a {
	padding: 0.5rem 3.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 6rem;
	background: #FFF;
	border-radius: 4rem;
	font-weight: 700;
	color: #707070;
	border: 1px solid #FFF;
	backdrop-filter: blur(30px);
	--webkit-backdrop-filter: blur(30px);
	mix-blend-mode: difference;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .linkUl li a:hover {
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.5);
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gHeader .hBox .linkUl {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 4rem 1rem 0;
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		margin-top: 0;
		width: 7.5rem;
	}
	#gHeader .hBox .linkUl {
		margin-right: 0;
	}
	#gHeader .hBox .linkUl li {
		margin-left: 0.5rem;
	}
	#gHeader .hBox .linkUl li a {
		padding: 0.5rem 1rem;
		min-height: 3rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 7.4rem 0 8rem;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
	box-sizing: content-box;
}
#gFooter .fBox address {
	margin-top: 0.2rem;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
#gFooter .fBox .linkUl {
	order: 2;
}
#gFooter .fBox .linkUl li {
	margin-left: 5.6rem;
}
#gFooter .fBox .linkUl li a {
	padding-left: 1.4rem;
	font-weight: 700;
	background: url(../img/common/icon03.png) no-repeat left center / 0.5rem;
}
#gFooter .fBox .linkUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 2rem;
	}
	#gFooter .fBox {
		margin: 0;
		padding: 0 2rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox address {
		margin-top: 0;
		text-align: center;
	}
	#gFooter .fBox .linkUl {
		margin-bottom: 3rem;
		display: block;
	}
#gFooter .fBox .linkUl li {
	margin: 0 auto 1rem;
	display: block;
	width: fit-content;
}
	#gFooter .fBox .linkUl li a {
		padding: 0.5rem 0 0.5rem 1.4rem;
	}
}