@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: "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: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	letter-spacing: 0.1em;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 17.3rem;
	text-align: left;
	position: relative;
	overflow: hidden;
}
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: 8.3rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	width: 29.3rem;
	margin: 2.5rem 0 0 5rem;
}
#gHeader .logo .white {
	display: none;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 14.7rem;
		margin: 1.8rem 0 0 1.5rem;
	}
}

#gNavi {
	margin-right: 5.8rem;
	flex: 1;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0.1em;
	gap: 0 5.9rem;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1700px) {
	#gHeader .logo {
		width: 26rem;
		margin: 2.5rem 0 0 2rem;
	}
	#gNavi ul {
		letter-spacing: 0;
		gap: 0 2rem;
		font-size: 1.4rem;
	}
	#gNavi {
		margin-right: 2.8rem;
	}
}

/* menu */
.menu {
	position: absolute;
	top: 2rem;
	right: 1.5rem;
	height: 2rem;
	width: 3rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #333333;
	border: none;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}


/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333333;
	z-index: 99;
	display: none;
}
.menuBox .headerBox {
	padding: 1.8rem 1.5rem 0 ;
	height: 6.1rem;
	border-bottom: 1px solid #666666;
}
.menuBox .menu span {
	background-color: #fff;
}
.menuBox .logo {
	width: 14.7rem;
}
.menuBox .naviUl a {
	padding: 1.7rem 2.5rem 2.1rem;
	color: #fff;
	display: block;
	border-bottom: 1px solid #666666;
}
.menuBox .naviUl li:last-child a {
	border-bottom: none;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 10.1rem;
}
#gFooter .fBox {
	padding-bottom: 6rem;
	max-width: 120rem;
	border-bottom: 1px solid #333333;
}
#gFooter .fLogo {
	margin-bottom: 5.6rem;
	text-align: center;
}
#gFooter .fLogo img {
	width: 29.2rem;
}
#gFooter .fNavi {
	display: flex;
	justify-content: center;
	gap: 0 6rem;
}
#gFooter address {
	margin-top: 5.4rem;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter address {
		margin-top: 0;
	}
	#gFooter {
		padding: 8rem 0 9.8rem;
	}
}