@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&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 {
	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: 980px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.86;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	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.4rem;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 26px 50px 16px;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	width: 180px;
}
#gNavi {
	margin-top: 8px;
	display: flex;
	align-items: center;
}
#gNavi .hBtn {
	width: 160px;
}
#gNavi .hBtn a {
	padding: 4px 10px;
	display: block;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 25px;
	background-color: #05A0DD;
}
.safari #gNavi .hBtn a {
	padding: 5px 10px 3px;
}
#gNavi .hLinkList {
	margin-right: 50px;
	display: flex;
}
#gNavi .hLinkList li:not(:last-of-type) {
	margin-right: 29px;
}
#gNavi .hLinkList a {
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	#gNavi .hLinkList a:hover {
		opacity: 0.7;
	}
	#gNavi .hBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 11px 16px 9px;
		position: relative;
	}
	#gHeader .hBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader h1 {
		width: 90px;
	}
	#gNavi {
		margin-top: 0;
		padding: 80px 20px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		z-index: 999;
		box-sizing: border-box;
		background-color: #fff;
		overflow-y: auto;
		display: none;
	}
	#gNavi .hBtn {
		margin: 0 auto;
	}
	#gNavi .hLinkList {
		margin: 0 0 40px;
		display: block;
	}
	#gNavi .hLinkList li:not(:last-of-type) {
		margin: 0 0 30px;
	}
	#gNavi .hLinkList a {
		display: block;
		text-align: center;
	}
	.menu {
		width: 24px;
		height: 20px;
		position: absolute;
		right: 16px;
		top: calc(50% + 1px);
		transform: translateY(-50%);
		cursor: pointer;
		z-index: 9999;
	}
	.menu span {
		width: 24px;
		height: 2px;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		transition: .3s;
	}
	.menu.on span {
		transform: translateY(9px) rotate(45deg);
	}
	.menu span:nth-of-type(2) {
		top: 9px;
	}
	.menu.on span:nth-of-type(2) {
		display: none;
	}
	.menu span:nth-of-type(3) {
		top: 18px;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 66px 0 37px;
	background-color: #666;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 920px;
}
#gFooter .pageTop {
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .fNavi {
	margin-bottom: 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi a {
	padding: 0 18px;
	display: inline-block;
	color: #fff;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 1;
	border-right: 1px solid #fff;
}
#gFooter .fNavi li:last-of-type a {
	border-right: none;
}
#gFooter .copyright {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 0.06em;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 40px 20px 38px;
	}
	#gFooter .fBox {
		width: auto;
		max-width: 320px;
	}
	#gFooter .pageTop {
		width: 60px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 99;
		display: none;
	}
	#gFooter .fNavi {
		margin: -1px 0 26px;
	}
	#gFooter .fNavi li {
		margin-top: 1px;
	}
	#gFooter .fNavi li:nth-of-type(2n) a {
		border-right: none;
	}
}