@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.5;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #5B5B5B;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	border-left: 1.8rem solid #2FB4EA;
	border-right: 1.8rem solid #2FB4EA;
	font-family: "Noto Sans JP", sans-serif;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media (min-width: 897px) and (max-width: 1360px) {
	body {
		border-width: 1.324vw;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
		border: none;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}
#gHeader .comBtn a {
	width: 17.8rem;
}
#gHeader .logo {
	width: 40rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	position: absolute;
	left: 2.2rem;
	top: 2.8rem;
	z-index: 88;
}
#gHeader .logo span {
	margin-left: 2rem;
	font-size: 1.4rem;
}
#gHeader .comBtnList {
	right: 5rem;
	top: 2.1rem;
	position: fixed;
	z-index: 88;
}
#gHeader .comBtnList li {
	width: 17.8rem;
}
#gHeader .comBtnList a {
	height: 4.8rem;
	font-size: 1.4rem;
	gap: 0.1rem;
}
#gHeader .comBtnList a small {
	font-size: 1.1rem;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 16rem;
		font-size: 1.3rem;
		left: 1.8rem;
		top: 1.8rem;
	}
	#gHeader .logo a {
		display: block;
	}
	#gHeader .logo a span {
		margin: 0.4rem 0 0;
		display: block;
		font-size: 0.8rem;
	}
	#gHeader .comBtnList {
		gap: 0.8rem;
		right: 1rem;
		top: 2rem;
	}
	#gHeader .comBtnList li {
		width: 10rem;
	}
	#gHeader .comBtnList .item {
		width: 7rem;
	}
	#gHeader .comBtnList a {
		height: auto;
		min-height: 2.6rem;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8.3rem 0 3.6rem;
	color: #fff;
	background: #2392BE;
}
#gFooter .content {
	margin: 0 auto;
	width: 84.6rem;
}
#gFooter .heading {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 4rem;
	line-height: 1.3;
}
#gFooter p {
	margin-bottom: 3rem;
	line-height: 1.8;
}
#gFooter p:last-child {
	margin-bottom: 0;
}
#gFooter .comBtnList {
	margin: 5.4rem auto 7.3rem;
	width: fit-content;
}
#gFooter address {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.8rem 0 4rem;
	}
	#gFooter .content {
		margin: 0 2.5rem;
	}
	#gFooter .heading {
		margin-bottom: 2.4rem;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	#gFooter p {
		margin-bottom: 2.4rem;
	}
	#gFooter .comBtnList {
		margin: 4.6rem 1.1rem 6.6rem;
		width: auto;
		display: block;
	}
	#gFooter .comBtnList li {
		width: 100%;
	}
	#gFooter .comBtnList li + li {
		margin-top: 2.2rem;
	}
	#gFooter .comBtnList a {
		font-size: 2.2rem;
		height: 7.4rem;
		gap: 0;
	}
	#gFooter .comBtnList a small {
		font-size: 1.7rem;
	}
	#gFooter address {
		font-size: 0.9rem;
	}
}