@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: 1440px) {
	html {
		font-size: calc(1000vw / 1440);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", 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: #343232;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #343232;
}
a:hover {
	color: #343232;
}
a:active {
	color: #343232;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #343232;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	margin: 0 0 15rem 18rem;
}
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;
	}
	#main {
		margin: 0 0 6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	padding: 0 3rem;
	width: 18rem;
	height: 100svh;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	background-color: #FFF;
	z-index: 100;
}
#gHeader h1 {
	margin: 3rem auto;
	width: 12rem;
}
#gHeader .menuBox {
	margin-bottom: 3rem;
}
#gHeader .menuList {
	margin-bottom: 4rem;
}
#gHeader .menuList > li {
	margin-bottom: 1.6rem;
}
#gHeader .menuList a {
	letter-spacing: 0.1em;
}
#gHeader .menuList > li .subNavi {
	display: none;
	margin: -0.5rem 0 1.8rem 2.5rem;
}
#gHeader .menuList > li .subNavi a {
	padding-left: 0.9rem;
	display: inline-block;
	position: relative;
	color: #C8C8C8;
	font-size: 1.3rem;
	line-height: 2.3;
}
#gHeader .menuList .subNavi a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "-";
}
#gHeader .language a {
	padding: 0 1.7rem 0.1rem;
	display: inline-block;
	font-size: 1.8rem;
	border-radius: 3rem;
	border: 1px solid #959595;
}
@media all and (min-width: 897px) {
	#gHeader .menuList a:hover {
		opacity: 0.7;
	}
	#gHeader .language a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: static;
		padding: 0;
		width: auto;
		height: auto;
		display: block;
		background: none;
	}
	#gHeader .hInner {
		padding: 1.5rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 100;
	}
	#gHeader h1 {
		margin: 0;
		width: 11.3rem;
	}
	#gHeader .menu {
		width: 3rem;
		height: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
	}
	#gHeader .menu > div {
		width: 3rem;
		height: 2rem;
		position: relative;
	}
	#gHeader .menu span {
		background-color: #fff;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 1rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 2rem;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1rem) translateX(0) rotate(45deg);
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background: #343232;
		margin-bottom: 0;
		z-index: 99;
	}
	#gHeader .menuList {
		margin: 6rem 0 3rem;
		border-bottom: 1px solid #808080;
	}
	#gHeader .menuList > li {
		margin-bottom: 0;
		position: relative;
		border-top: 1px solid #808080;
	}
	#gHeader .menuList > li > a {
		padding: 1.8rem 2.5rem;
		display: block;
		color: #fff;
	}
	#gHeader .menuList .mark {
		position: absolute;
		right: 0;
		top: 0;
		width: 4.6rem;
		height: 6.1rem;
		cursor: pointer;
		background: url("../img/common/icon02.png") no-repeat center center / 1.5rem;
	}
	#gHeader .menuList .mark.on {
		background-image: url("../img/common/icon02_o.png");
	}
	#gHeader .menuList > li .subNavi {
		display: none;
		margin: -0.5rem 0 1.8rem 2.5rem;
	}
	#gHeader .menuList > li .subNavi a {
		padding-left: 0.9rem;
		display: inline-block;
		position: relative;
		color: #C8C8C8;
		font-size: 1.3rem;
		line-height: 2.3;
	}
	#gHeader .menuList .subNavi a::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "-";
	}
	#gHeader .language {
		margin-bottom: 4rem;
		text-align: center;
	}
	#gHeader .language a {
		padding: 0 1.5rem 0.1rem;
		color: #fff;
		font-size: 1.5rem;
		border-color: #959595;
	}
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15.0rem 0 15.3rem;
	color: #FFF;
	background-color: #343232;
	position: relative;
	z-index: 101;
}
#gFooter .fBox {
	margin-bottom: 3.7rem;
}
#gFooter .fBox .textBox {
	width: 64rem;
}
#gFooter .fLogo {
	margin-bottom: 3.4rem;
	width: 18.8rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .name {
	margin-bottom: 2.3rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#gFooter .addList li {
	margin-bottom: 1.7rem;
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#gFooter .addList li:last-child {
	margin-bottom: 0;
}
#gFooter .addList a {
	color: #fff;
}
#gFooter .naviBox {
	margin-top: 1.5rem;
	width: 50rem;
	justify-content: flex-end;
}
#gFooter .fNavi:first-child {
	width: 23rem;
}
#gFooter .fNavi {
	width: 15rem;
}
#gFooter .fNavi a {
	color: #fff;
}
#gFooter .fNavi li:not(:last-child) {
	margin-bottom: 2.6rem;
}
#gFooter .fNavi li a {
	display: inline-block;
	letter-spacing: 0.1em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi .subNavi {
	margin-top: 0.7rem;
}
#gFooter .fNavi .subNavi {
	padding: 0.7rem 0 0.2rem;
}
#gFooter .fNavi .subNavi li:not(:last-child) {
	margin-bottom: 0.8rem;
}
#gFooter .subNavi a {
	padding-left: 1rem;
	position: relative;
	color: #C8C8C8;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#gFooter .subNavi a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "-";
}
#gFooter address {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 3.9rem;
	}
	#gFooter .content {
		padding: 0;
	}
	#gFooter .fBox {
		margin-bottom: 3.5rem;
		display: block;
	}
	#gFooter .fBox .textBox {
		margin: 0 1.5rem 4.6rem;
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 1.6rem;
		width: 15rem;
	}
	#gFooter .name {
		margin-bottom: 1.7rem;
		font-size: 1.5rem;
	}
	#gFooter .addList li {
		margin-bottom: 1.1rem;
		font-size: 1.3rem;
	}
	#gFooter .naviBox {
		width: auto;
		margin-top: 0;
		display: block;
	}
	#gFooter .fNavi {
		width: auto !important;
	}
	#gFooter .fNavi:last-child {
		border-bottom: 1px solid #808080;
	}
	#gFooter .fNavi li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fNavi > li {
		position: relative;
	}
	#gFooter .fNavi > li > a {
		padding: 1.8rem 2.5rem 2.0rem;
		display: block;
		border-top: 1px solid #808080;
	}
	#gFooter .fNavi .mark {
		position: absolute;
		right: 0;
		top: 0;
		width: 4.6rem;
		height: 6.1rem;
		cursor: pointer;
		background: url("../img/common/icon02.png") no-repeat center center / 1.5rem;
	}
	#gFooter .fNavi .mark.on {
		background-image: url("../img/common/icon02_o.png");
	}
	#gFooter .fNavi .subNavi {
		margin-top: -0.3rem;
		padding: 0rem 2.5rem 2.4rem;
		display: none;
	}
	#gFooter .fNavi .subNavi li:not(:last-child) {
		margin-bottom: 1.05rem;
	}
	#gFooter .fNavi .subNavi a {
		padding-left: 0.9rem;
		display: block;
		font-size: 1.3rem;
	}
	#gFooter address {
		text-align: center;
		font-size: 1.3rem;
	}
}