@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: "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: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #333333;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
p {
	letter-spacing: -0.05em;
	line-height: 1.66;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	padding-top: 7.5rem;
}
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;
	}
	#container {
		padding-top: 5.8rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	border-bottom: 0.1rem solid #333333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
#gHeader .hBox {
	padding: 1rem 2.6rem 0.7rem 0.8rem;
	height: 7.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo {
	display: flex;
	align-items: center;
	gap: 22px;
}
#gHeader .logo a {
	color: #000;
	line-height: 1;
	display: block;
	position: relative;
}
#gHeader .logo img {
	width: 20.8rem;
	display: inline-block;
	vertical-align: middle;
}
#gHeader .logo span {
	margin-top: -0.8rem;
	display: inline-block;
	vertical-align: middle;
}
#gHeader .logo .jp {
	margin: -0.1rem 0 0 1.2rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#gHeader .logo a:last-child img {
	width: 24.3rem;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		margin-top: -0.5rem;
	}
	#gHeader .logo span {
		margin-top: -1.2rem;
	}
	#gHeader .logo .jp {
		position: absolute;
		bottom: auto;
		left: 15.2rem;
		margin: 0;
		white-space: nowrap;
		font-size: 1.4rem;
		top: 50%;
		margin-top: -0.5rem;
	}
	#gHeader .logo img {
		margin-right: 0;
		width: 14rem;
	}
	#gHeader .logo a:last-child img {
		width: 15rem;
	}
	#gHeader .hBox {
		padding: 0.6rem 1.6rem 0.3rem 0;
		height: 5.8rem;
		box-sizing: border-box;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 10.3rem;
	padding: 4.7rem 2rem 4.3rem;
	color: #fff;
	background-color: #333333;
	font-size: 1.3rem;
	position: relative;
}
#gFooter .pageTop {
	width: 5.6rem;
	position: fixed;
	bottom: 3.8rem;
	right: 2.1rem;
	display: none;
	z-index: 15;
}
#gFooter .pageTop.noFix {
	position: absolute;
	bottom: calc(100% - 2.8rem);
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 96rem;
}
#gFooter a {
	color: #fff;
}
#gFooter .fLogo {
	margin-bottom: 2rem;
	text-align: center;
}
#gFooter .fLogo img {
	width: 4.5rem;
}
#gFooter .flexBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .fLink {
	margin-bottom: 3rem;
	text-align: center;
}
#gFooter .fNavi {
	font-size: 1.1rem;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fNavi li {
	margin-right: 3.9rem;
}
#gFooter .copyright {
	font-size: 1rem;
	font-style: normal;
	margin-top: 0.1rem;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .flexBox {
		display: block;
	}
	#gFooter {
		margin-top: 10rem;
		padding: 3rem 0 6.4rem;
	}
	#gFooter .copyright {
		margin-top: 1.4rem;
		text-align: center;
	}
	#gFooter .fNavi li {
		margin: 0.5rem 0.5rem 0;
	}
	#gFooter .fNavi {
		margin-top: -0.5rem;
		font-size: 1rem;
		justify-content: center;
	}
	#gFooter .fLink {
		font-size: 1.4rem;
	}
	#gFooter .fLink {
		margin-bottom: 3.6rem;
	}
	#gFooter .fLink a:after {
		margin-top: -0.2rem;
	}
	#gFooter .fLogo {
		margin-bottom: 0.8rem;
	}
	#gFooter .pageTop {
		bottom: 4.3rem;
		right: 1rem;
		width: 5.4rem;
	}
	#gFooter .pageTop.noFix {
		bottom: calc(100% - 2.3rem);
	}
}