@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 {
	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: 389px) {
	html {
		font-size: 2.564vw;
	}
}
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: #001632;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #001632;
}
a:hover {
	color: #001632;
}
a:active {
	color: #001632;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #001632;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	position: relative;
	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 {
	position: absolute;
	left: 4rem;
	top: 2.5rem;
	right: 4rem;
	padding: 1.6rem 4rem 1.4rem;
	background-color: #fff;
	border-radius: 0.8rem;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader h1 {
	width: 17.5rem;
}
#gNavi {
	position: absolute;
	right: 3.9rem;
	top: 1.5rem;
}
#gNavi ul {
	font-weight: 500;
	letter-spacing: 0.064rem;
	justify-content: flex-end;
}
#gNavi li:not(:first-child) {
	margin-left: 4rem;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		left: 1.6rem;
		top: 0.8rem;
		right: 1.6rem;
		padding: 1.2rem 1.6rem;
	}
	#gHeader h1 {
		width: 18.3rem;
	}
	#gNavi {
		right: 1.6rem;
		top: 0.9rem;
	}
	#gNavi li:not(:last-child) {
		display: none;
	}
	#gNavi ul {
		font-weight: 700;
		letter-spacing: 0.08rem;
	}
	#gNavi li:not(:first-child) {
		margin-left: 0;
	}
	#gNavi a {
		width: 8.8rem;
		height: 3rem;
		padding-bottom: 0.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		background-color: #082C5D;
		border-radius: 4rem;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 7.9rem;
	padding: 4.5rem 0 12.1rem;
	border-top: 1px solid #001632;
}
#gFooter address {
	font-size: 1rem;
	letter-spacing: 0.08rem;
}
#gFooter .fNavi {
	margin-top: -0.2rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
}
#gFooter .fNavi li:first-child {
	margin-right: 3.9rem;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 3.9rem;
		padding: 2.9rem 1.6rem 6.6rem;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fNavi {
		margin-top: 3.3rem;
		display: block;
	}
	#gFooter .fNavi li:first-child {
		margin: 0 0 2.4rem;
	}
}