@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%;
}
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;
	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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	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;
}
#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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	padding: 22px 112px 16px 71px;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 282px;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 282px);
}
@media all and (max-width: 896px) {
	#gHeader {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#gHeader .hBox {
		padding: 11px 11px 13px;
		display: block;
	}
	#gHeader .hBox h1 {
		width: 43px;
	}
	#gHeader .menu {
		margin-top: 7px;
		position: absolute;
		top: 16px;
		right: 20px;
		float: right;
		height: 20px;
		width: 23px;
		cursor: pointer;
		z-index: 200;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #6a8bc7;
		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: 7px;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 14px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		padding-bottom: 100px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100vh;
		background-color: #FFF;
		overflow: auto;
		box-sizing: border-box;
		z-index: 100;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin-top: 10px;
	text-align: right;
}
#gNavi li {
	margin-right: 51px;
	display: inline;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gNavi {
		width: 100%;
	}
	#gNavi ul {
		padding: 70px 30px;
		margin-top: 10px;
		text-align: left;
	}
	#gNavi li {
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #d1d1d1;
	}
	#gNavi li a {
		padding: 15px;
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 61px 75px 59px 72px;
	align-items: center;
	background-color: #6a8bc7;
}
#gFooter .fBox .fLogo {
	width: 281px;
}
#gFooter .fBox .outBox {
	width: calc(100% - 281px);
	order: 1;
}
#gFooter .fBox .fNavi {
	margin-top: 15px;
	justify-content: end;
	text-align: right;
}
#gFooter .fBox .fNavi li {
	margin-right: 52px;
	display: inline;
}
#gFooter .fBox .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fBox .fNavi li a {
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox {
	padding: 23px 0 21px;
	background-color: #405882;
}
#gFooter .bottomBox address {
	color: #FFF;
	font-size: 1.1rem;
	font-style: normal;
	letter-spacing: 0.2em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 41px 60px 42px;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto;
		width: 169px;
	}
	#gFooter .fBox .outBox {
		margin: 0 auto;
		width: auto;
		max-width: 300px !important;
	}
	#gFooter .fBox .fNavi {
		margin: 0 0px 38px 0;
		width: auto;
		text-align: left;
		justify-content: space-between;
	}
	#gFooter .fBox .fNavi li {
		margin: 0;
		width: 118px;
		display: block;
	}
	#gFooter .fBox .fNavi li a {
		padding: 5px;
		display: block;
		font-size: 1.2rem;
		font-weight: 400;
	}
	#gFooter .fBox .fNavi .subUl li:not(:last-child) {
		margin-bottom: 13px;
	}
	#gFooter .fBox .fNavi li:last-child {
  text-align: center;
  margin: 0 auto;
}
	#gFooter .bottomBox {
		padding: 15px 0 17px;
	}
	#gFooter .bottomBox address {
		font-size: 1.1rem;
		letter-spacing: 0.12em;
	}
}