@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: "Yu Gothic Pr6N","游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #231815;
	font-size: 1.5rem;
	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;
}
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: 0.5rem 2.1rem 0.5rem 1.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5.4rem;
	background: #112443;
}
#gHeader h1 {
	width: 15.7rem;
}
#gHeader h1 a {
	display: block;
}
#gNavi {
	display: flex;
	align-items: center;
	gap: 2rem;
}
#gNavi a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: bold;
	font-feature-settings: "palt";
}
#gNavi .navUl {
	display: flex;
	align-items: center;
	gap: 5rem;
}
#gNavi .lang {
	margin-left: auto;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 0;
	color: #fff;
}
#gNavi .lang .active {
	color: #d4b572;
}
#gNavi .navUl li {
	position: relative;
}
#gNavi .navUl li::before {
	content: "";
	position: absolute;
	left: -2rem;
	top: 0.25rem;
	bottom: 0.3rem;
	width: 1px;
	background: #fff;
}
#gNavi .navUl li:first-child::before {
	display: none;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0 1.5rem;
		height: 5.4rem;
	}
	#gHeader h1 {
		position: relative;
		z-index: 999;
	}
	.menuBox {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #112443;
		box-sizing: border-box;
		display: none;
		z-index: 998;
  	}
	.menu {
		width: 5rem;
		height: 5rem;
		position: relative;
		z-index: 999;
		cursor: pointer;
	}
	.menu span {
		width: 3rem;
		height: 0.2rem;
		position: absolute;
		top: 1.6rem;
		left: 1rem;
		background: #fff;
		transition: all 0.35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.5rem;
	}
	.menu span:nth-of-type(3) {
		top: 3.3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
	}
	#gNavi {
		padding-bottom: 6rem;
		display: block;
	}
	#gNavi .navUl a {
		padding: 2rem 1.5rem;
		display: block;
		position: relative;
		border-bottom: 1px solid #fff;
	}
	#gNavi .navUl a::after {
		content: "";
		width: 0.7rem;
		height: 0.7rem;
		position: absolute;
		right: 0.5rem;
		top: 50%;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateY(-50%) rotate(135deg);
	}
	#gNavi .navUl {
		padding: 8rem 2rem 2rem;
		display: block;
	}
	#gNavi .lang {
		margin: 0 2rem;
	}
	#gNavi .navUl li::before {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.3rem 0 3rem;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1.709;
	font-weight: 500;
	color: #fff;
	background-color: #152B51;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 11rem
	}
}