@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;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: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #202121;
	text-decoration: none;
}
a:visited {
	color: #202121;
}
a:hover {
	color: #202121;
}
a:active {
	color: #202121;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #202121;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
}
#main {
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	/* padding: 234px 116px 30px 35px; */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#gHeader h1 {
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .mark {
	width: 29px;
	position: absolute;
	left: 30px;
	bottom: 40px;
}
#gHeader .mark a {
	display: block;
}
#gHeader .mark a:hover {
	opacity: 0.7;
}
#gNavi {
	transform: translateY(-50%);
	/* margin-top: -164px; */
	position: absolute;
	left: 30px;
	top: calc(50% + 6.3rem);
}
#gNavi li{
	margin-bottom: 21px;
}
#gNavi a {
	padding-left: 4px;
	display: block;
	color: #8A8E8E;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	-ms-writing-mode: tb-rl; 
	-webkit-writing-mode: vertical-rl; 
	writing-mode: vertical-rl;
}
#gNavi .on a {
	color: #202121;
}
#gNavi a span {
	opacity: 0;
	font-size: 1rem;
}
#gNavi .on a span {
	opacity: 1;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		color: #202121;
	}
}
@media all and (min-width: 897px) and (max-height: 800px) {
	#gHeader {
		padding: 135px 29px 30px 35px;
	}
	#gHeader .mark {
		bottom: 20px;
	}
	#gHeader h1 {
		width: 120px;
	}
	#gNavi {
		/* margin-top: -152px; */
	}
	#gNavi a {
		font-size: 1.2rem;
	}
	#gNavi li {
		margin-bottom: min(1vw,21px);
	}
}

@media all and (min-width: 897px) and (max-height: 650px) {
	#gNavi a {
		font-size: min(1vw,1.2rem);
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		height: auto;
		width: 100%;
		background-color: #fff;
	}
	#gHeader h1 {
		margin-bottom: 0;
		width: 62px;
		position: static;
	}
	#gHeader .mark {
		width: 20px;
		position: absolute;
		right: 79px;
		top: 21px;
		left: auto;
		bottom: auto;
	}
	#gNavi {
		display: none;
	}
	.menu {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		z-index: 1000;
		cursor: pointer;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 20px;
		width: 20px;
		height: 2px;
		background-color: #202121;
	}
	.menu span:nth-of-type(1) {
		top: 23px;
	}
	.menu span:nth-of-type(2) {
		top: 30px;
	}
	.menu span:nth-of-type(3) {
		top: 37px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	.menuBox {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
		height: 100%;
        box-sizing: border-box;
		display: none;
	}
	.menuSub {
		padding: 61px 0 70px;
		height: 100%;
        overflow-y: auto;
		box-sizing: border-box;
        background-color: rgba(32,33,33,0.9);
	}
	.menuBox::before {
		width: 1px;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		background-color: #fff;
		content: "";
	}
	.menuBox ul {
		margin-left: auto;
		width: 50%;
		box-sizing: border-box;
	}
	.menuBox ul a {
		padding: 27px 30px;
		display: block;
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		border-bottom: 1px solid #fff;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-left: 100px;
	padding: 50px 43px 49px 40px;
	background-color: #2B433F;
}
#gFooter .fBox {
	align-items: center;
}
#gFooter .fLogo {
	width: 193px;
}
#gFooter address {
	margin-top: 21px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-left: 0;
		padding: 30px 15px 14px;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 30px;
		width: 193px;
	}
	#gFooter address {
		margin-top: 0;
		text-align: center;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
	overflow: hidden;
}
#loading .loadLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 420px;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: visible;
}
@media all and (max-width: 896px) {
	#loading .loadLogo {
		width: 161px;
	}
}