@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 392px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
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: #1A1A1A;
	text-decoration: none;
}
a:visited {
	color: #1A1A1A;
}
a:hover {
	color: #1A1A1A;
}
a:active {
	color: #1A1A1A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	flex-shrink: 0;
}
#gNavi {
	margin-top: 39px;
	flex: 1;
}
#gNavi ul a {
	font-size: 1.4rem;
	color: #fff;
	text-shadow: 0 0 3px #333;
	font-weight: bold;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
	#gNavi {
		display: block !important;
	}
	#gNavi ul {
		padding-right: 4px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gNavi ul li {
		margin: 0 20px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 11px 20px 12px;
		background-color: #3A5CA7;
		position: fixed;
	}
	#gHeader .menu {
		position: absolute;
		top: 9px;
		right: 19px;
		cursor: pointer;
	}
	#gHeader .menu img {
		display: inline-block;
		vertical-align: top;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: inline-block;
	}
	#gHeader .hBox {
		display: block;
	}
	#gNavi {
		margin: 0;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		box-sizing: border-box;
		background-color: #3A5CA7;
		padding: 10px 48px 0 30px;
		display: none;
	}
	#gNavi ul a {
		padding: 20px 0 19px;
		font-size: 1.6rem;
		display: block;
	}
	#gNavi ul li {
		border-bottom: 1px solid #fff;
	}
	#gNavi ul li:last-child {
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 120px;
	padding: 87px 0 89px;
	background-color: #3A5CA7;
	color: #fff;
	font-weight: bold;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#gFooter .fTxt {
	margin: -8px 0 0 50px;
	font-size: 1.2rem;
	line-height: 2;
	flex: 1;
}
#gFooter .copyright {
	font-style: normal;
	flex-shrink: 0;
	letter-spacing: 0.07em;
	margin: 0 3px -10px 0;
}
#gFooter .leftBox {
	display: flex;
	flex: 1;
}
#gFooter .fLogo {
	width: 140px;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 87px 60px 75px;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .leftBox {
		display: block;
	}
	#gFooter .fTxt {
		margin: 0;
		font-size: 1.2rem;
	}
	#gFooter .copyright {
		margin: 56px -18px 0 0;
		text-align: right;
	}
	#gFooter .fLogo {
		width: auto;
		margin-bottom: 29px;
	}
}
@media all and (max-width: 392px) {
	#gFooter {
		padding: 87px 30px 75px;
	}
}