@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: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F8FA;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 2;
	padding: 1.8rem 3rem 1.8rem 4rem;
	background: #FFF;
	align-items: center;
	box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.05);
}
#gHeader h1 {
	width: 23.4rem;
}
#gHeader h1 a {
	display: block;
	line-height: 1;
}
#gHeader .rImg {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
#gHeader p {
	margin-right: 1.3rem;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.052rem;
	text-align: right;
}
#gHeader .rImg img {
	width: 5.2rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.4rem 1rem 1.4rem 2rem;
	}
	#gHeader h1 {
		width: 13.4rem;
	}
	#gHeader p {
		margin-right: 0.6rem;
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	#gHeader .rImg img {
		width: 3.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 4;
}
#gFooter .fInner {
	padding: 5rem 5.2rem 4rem;
	align-items: center;
	background-color: #fff;
}
#gFooter .fLogo {
	width: 19.5rem;
}
#gFooter .fLink {
	justify-content: flex-end;
}
#gFooter .fLink li {
	padding: 0.4rem 0.2rem 0.6rem 2.2rem;
}
#gFooter .fLink li:not(:first-child) {
	margin-left: 2rem;
	border-left: 1px solid #333;
}
#gFooter .fLink a {
	display: inline-block;
	padding-right: 2.4rem;
	letter-spacing: 0.064rem;
	background: url(/assets/img/common/icon03.png) no-repeat right 0.4rem/1.6rem;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 2.8rem;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	text-align: center;
	background: #333;
	font-family: "Inter", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 3.6rem 2rem 3.4rem;
		display: block;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 0.1rem;
		width: 13.4rem;
	}
	#gFooter .fLink {
		display: block;
	}
	#gFooter .fLink li {
		padding: 0;
		font-size: 1.2rem;
	}
	#gFooter .fLink li:not(:first-child) {
		margin: 0.2rem 0 0;
		border-left: none;
	}
	#gFooter .fLink a {
		padding-right: 1.6rem;
		letter-spacing: 0.06rem;
		background-size: 1.2rem;
	}
	#gFooter address {
		padding: 1.9rem;
		font-size: 1.1rem;
	}
}
