@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 120px;
}
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;
	}
	body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
		overflow-y: scroll;
    }
	#main {
		margin-bottom: 50px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	flex-wrap: nowrap;
	align-items: center;
}
#gHeader .hBox {
	box-sizing: border-box;
	padding-left: 50px;
	width: 297px;
}
#gHeader .menuBox {
	display: flex;
	justify-content: flex-end;
}
#gHeader .hBtn {
	width: 320px;
}
#gHeader .hBtn a {
	padding: 38px 10px;
	display: block;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: #0074C1;
}
#gHeader .hBtn a:hover {
	opacity: 0.7;
}
#gHeader .hBtn a span {
	padding-left: 32px;
	display: inline-block;
	vertical-align: top;
	background: url("../../img/common/icon01.png") no-repeat left center;
	background-size: 22px auto;
}
@media all and (min-width: 897px) and (max-width: 1299px) {
	#gHeader .hBox {
		padding-left: 20px;
		width: 19%;
	}
	#gHeader .hBtn {
		width: auto;
	}
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
		position: relative;
		z-index: 999;
	}
	#gHeader .hBox {
		padding: 15px;
		width: auto;
		position: relative;
		z-index: 10;
		background: #FFF;
	}
	#gHeader h1 {
		width: 150px;
	}
	.menu {
		width: 30px;
		height: 25px;
		position: absolute;
		right: 15px;
		top: 50%;
		cursor: pointer;
		transform: translateY(-50%);
	}
	.menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #333;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
	}
	.menu span:nth-child(2) {
		top: 10px;
	}
	.menu span:nth-child(3) {
		top: 20px;
	}
	.menu.on span:nth-child(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		overflow: auto;
	}
	#gHeader .menuBox.on {
		display: block;
	}
	#gHeader .hBtn {
		margin: 0 auto;
		padding-bottom: 20px;
		width: 230px;
	}
	#gHeader .hBtn a {
		padding: 15px 10px;
	}
	#gHeader .hBtn a span {
		padding-left: 24px;
		background-size: 18px auto;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin-right: 30px;
	height: 100%;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
#gNavi li a {
	padding: 0 30px;
	display: block;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1299px) {
	#gNavi ul {
		margin-right: 15px;
	}
	#gNavi li a {
		padding: 0 10px;
	}
}
@media all and (max-width: 896px) {
	#gNavi ul {
		margin: 66px 0 0;
		height: auto;
		display: block;
	}
	#gNavi li {
		border-top: 1px solid #0074C1;
	}
	#gNavi li a {
		padding: 10px;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 59px;
	text-align: center;
}
#gFooter .fNavi {
	margin-bottom: 55px;
}
#gFooter .fNavi li {
	position: relative;
	line-height: 1;
}
#gFooter .fNavi li:before {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #333;
	content: '';
}
#gFooter .fNavi li:last-child:before {
	display: none;
}
#gFooter .fNavi li a {
	padding: 0 18px;
	font-weight: 700;
}
#gFooter .fNavi li a:hover {
	text-decoration: underline;
}
#gFooter .fLogo {
	margin: 0 auto 15px;
	width: 248px;
}
#gFooter .bg {
	margin-top: -9px;
	width: 100%;
	padding-bottom: 6.25%;
	background: url("../../img/common/bg05.png") no-repeat center top;
	background-size: cover;
}
#gFooter .copyright {
	padding: 26px 20px 30px;
	color: #FFF;
	background: #0074C1;
}
.pageTop {
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 30px;
	}
	#gFooter .fNavi {
		margin-bottom: 20px;
		justify-content: space-between;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	#gFooter .fNavi li {
		margin-bottom: -1px;
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	#gFooter .fNavi li:nth-child(2n) {
		border-right: none;
	}
	#gFooter .fNavi li:before {
		display: none;
	}
	#gFooter .fNavi li a {
		padding: 10px;
		display: block;
		text-align: center;
		line-height: 1.5;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .fLogo {
		margin: 0 auto 20px;
		width: 200px;
	}
	#gFooter .address {
		font-size: 1.3rem;
	}
	#gFooter .bg {
		margin-top: 10px !important;
	}
	#gFooter .copyright {
		padding: 15px;
	}
	.pageTop {
		width: 35px;
		right: 15px;
		bottom: 15px;
	}
}