@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.zen {
	font-family: 'Zen Maru Gothic', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #3B3B3B;
	text-decoration: none;
}
a:visited {
	color: #3B3B3B;
}
a:hover {
	color: #3B3B3B;
}
a:active {
	color: #3B3B3B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3B3B3B;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	padding: 238px 0 200px;
	display: block;
}
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;
	}
	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 80px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 133px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: flex;
	align-items: flex-end;
	background-color: white;
}
.hInner {
	max-width: 1435px;
	margin: 0 auto;
	padding: 0 20px 4px;
	width: 100%;
	box-sizing: border-box;
}
.hInner h1 {
	margin-bottom: 38px;
}
.hInner .naviUl {
	padding-left: 157px;
	display: flex;
	font-size: 2.0rem;
	font-weight: bold;
}
.hInner .naviUl li {
	margin-left: 40px;
}
.hInner .naviUl a {
	color: rgba(59, 59, 59, 0.3);
}
.hInner .naviUl .on a {
	color: #3B3B3B;
}

@media all and (min-width: 897px) {
	.hInner .naviUl a:hover {
		color: #3B3B3B;
	}
	.menuBox {
		display: none !important;
	}
}




@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
		align-items: center;
	}
	.hInner {
		padding: 20px;
	}
	.hInner .naviUl {
		display: none;
	}
	.hInner h1 {
		margin: 0;
	}
	.menu {
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		right: 10px;
		height: 20px;
		width: 25px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #231f20;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 900;
		height: 100%;
		overflow-y: auto;
		background-color: white;
	}
	.menuBox .naviUl {
		margin-top: 60px;
		border-top: 1px solid black;
	}
	.menuBox .naviUl li a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		font-weight: bold;
		border-bottom: 1px solid black;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
.pageTop {
	position: fixed;
	display: none;
	bottom: 40px;
	right: calc(50% - 600px);
	z-index: 500;
}
.pageTop a:hover img {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
.pageTop {
		right: 10px;
	}
}

@media all and (min-width: 897px) and (max-width: 1000px) {
	.hInner .naviUl li {
		margin-left: 20px;
	}
}
@media all and (min-width: 897px) and (max-width: 1250px) {
	.pageTop {
		right: 0;
	}
}