@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: "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: #222222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222222;
}
a:hover {
	color: #222222;
}
a:active {
	color: #222222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #222222;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#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 {
	background-color: #005BAC;
	position: relative;
	z-index: 99;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}
#gHeader .logo a {
	display: inline-block;
	vertical-align: middle;
}
#gHeader .logo img {
	width: 22.4rem;
}
#gHeader .logo span {
	margin: -0.3rem 0 0 0.9rem;
	display: inline-block;
	vertical-align: middle;
}
#gHeader .btn {
	margin-left: 1.8rem;
}
#gHeader .btn a {
	width: 11.9rem;
	height: 5.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #FF7F00;
	text-align: center;
	letter-spacing: 0.05em;
}
#gHeader .btn img {
	margin-top: 0.6rem;
	width: 2rem;
}
#gHeader .rightBox {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .naviUl {
	margin-top: -0.2rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0 1.8rem;
}
#gHeader .naviUl a {
	padding-left: 0.7rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
}
#gHeader .naviUl a::before {
	width: 0.4rem;
	height: 0.6rem;
	position: absolute;
	top: 0.9rem;
	left: 0;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
	#gHeader .btn a:hover {
		opacity: 0.7;
	}
	#gHeader .rightBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo img {
		width: 14.8rem;
	}
	#gHeader .logo {
		font-size: 1.3rem;
	}
	#gHeader .logo span {
		margin: -0.2rem 0 0 0.5rem;
	}
	#gHeader .rightBox {
		padding: 4rem 2rem;
		width: 100%;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #005BAC;
	}
	#gHeader .naviUl {
		margin-bottom: 4rem;
		display: block;
		text-align: center;
	}
	#gHeader .naviUl li {
		margin-bottom: 2.5rem;
	}
	#gHeader .naviUl li:last-child {
		margin-bottom: 0;
	}
	#gHeader .btn {
		margin-left: 0;
	}
	#gHeader .btn a {
		margin: 0 auto;
		width: 18rem;
	}
}

/* menu */
.menu {
	position: absolute;
	top: 1rem;
	right: 1.2rem;
	height: 2rem;
	width: 2rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(0.7rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-0.7rem) translateX(0) rotate(45deg);
}
.menu span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 0.7rem;
}
.menu span:nth-of-type(3) {
	top: 1.4rem;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 6.3rem;
	padding: 3.5rem 1.5rem 0;
	color: #fff;
	background-color: #005BAC;
	font-size: 1.2rem;
	font-weight: 500;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto 4.4rem;
	max-width: 109.2rem;
	display: flex;
}
#gFooter .leftBox {
	width: 34rem;
}
#gFooter .rightBox {
	margin-top: 0.7rem;
	flex: 1;
}
#gFooter .fNavi {
	margin-bottom: 1.3rem;
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-end;
	gap: 0 4.2rem;
	flex-wrap: wrap;
}
#gFooter .fNavi a {
	display: inline-block;
	position: relative;
}
#gFooter .fNavi a::before {
	width: 0.4rem;
	height: 0.6rem;
	position: absolute;
	top: 0.7rem;
	left: -0.7rem;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .bannerUl,
#gFooter .snsUl {
	margin-bottom: 2.6rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.4rem;
}
#gFooter .bannerUl img {
	height: 4.5rem;
}
#gFooter .snsUl {
	margin: 0;
	gap: 0 1.3rem;
}
#gFooter .snsUl li {
	width: 2.2rem;
}
#gFooter address {
	margin: 0 -1.5rem;
	padding: 0.2rem 0;
	font-size: 0.8rem;
	font-weight: 300;
	text-align: center;
	background-color: #1EACD6;
}
#gFooter .fLogo {
	margin-bottom: 1.9rem;
}
#gFooter .fLogo a {
	opacity: 1 !important;
}
#gFooter .fLogo img {
	width: 22.4rem;
}
#gFooter .fTxt {
	line-height: 1.66;
}
@media all and (min-width: 867px) {
	#gFooter a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		display: block;
	}
	#gFooter .leftBox {
		margin-bottom: 3rem;
		width: auto;
		text-align: center;
	}
	#gFooter .rightBox {
		margin-top: 0;
	}
	#gFooter .bannerUl,
	#gFooter .snsUl {
		margin-bottom: 2.6rem;
		justify-content: center;
	}
	#gFooter .fNavi {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		gap: 0 2.5rem;
		justify-content: center;
	}
	#gFooter .fNavi a::before {
		top: 0.9rem;
	}
	#gFooter .fLogo img {
		width: 17.4rem;
	}
	#gFooter .snsUl {
		margin-bottom: 0;
	}
}