@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;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;
	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;
	transition: 0.3s ease;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	--noto-serif: 'Noto Serif JP', serif;
	--noto-sans: 'Noto Sans JP', sans-serif;
	--jost: 'Jost', sans-serif;
	font-feature-settings: "palt";
}
#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.2rem;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 52%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}
#gHeader .hInner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #0081CC;
}
#gHeader .logo {
	padding: 30px 0 0 150px;
}
#gNavi {
	display: flex;
	align-items: flex-end;
}
#gNavi .lBox {
	margin: 0 30px 0 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
#gNavi .tel a {
	color: #0081CC;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .11em;
}
#gNavi .linkList {
	margin-right: -9px;
	display: flex;
	font-size: 1.6rem;
}
#gNavi .linkList li {
	margin: 0 7px;
}
#gNavi .linkList li:first-child {
	margin-left: 0;
}
#gNavi .linkList li:last-child {
	margin-right: 0;
}
#gNavi .linkList li a {
	padding: 9px;
	display: inline-block;
}
#gNavi .contactLink {
	width: 178px;
	height: 103px;
	background-color: #0081CC;
}
#gNavi .contactLink a {
	padding-top: 8px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
}
#gNavi .contactLink a .txt {
	margin-top: 6px;
}
#gNavi .linkList .innerLinkBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 103px;
	background-color: #0081CC;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 1;
}
#gNavi .linkList .innerLinkBox.on {
	visibility: visible;
	opacity: 1;
}
#gNavi .linkList .innerLinkList {
	margin: 0 auto;
	padding: 27px 0 24px;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#gNavi .linkList .innerLinkList li {
	margin: 0;
}
#gNavi .linkList .innerLinkList li a {
	min-width: 260px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #004098;
	background-color: #fff;
	box-sizing: border-box;
}
#gNavi .linkList .innerLinkList li.col-2 a {
	min-width: 540px;
}
@media all and (min-width: 897px) {
	#gNavi .contactLink a:hover,
	#gNavi .linkList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
	}
	#gHeader .hInner {
		padding: 20px;
		box-sizing: border-box;
	}
	#gHeader .logo {
		padding: 0;
		width: 200px;
	}
	#gNavi {
		display: none;
	}
	#gHeader .menu {
		margin-top: 10px;
		width: 30px;
		height: 17px;
		cursor: pointer;
		z-index: 1000;
	}
	#gHeader .menu .lineBox {
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	#gHeader .menu .lineBox .line {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #00A0E9;
		transition: 0.3s ease;
	}
	#gHeader .menu .lineBox .line:nth-child(2) {
		margin-top: 8px;
	}
	#gHeader .menu .lineBox .line:nth-child(3) {
		margin-top: 16px;
	}
	#gHeader .menu.on .lineBox .line:nth-child(1) {
		margin-top: 10px;
		transform: rotate(15deg);
	}
	#gHeader .menu.on .lineBox .line:nth-child(3) {
		margin-top: 10px;
		transform: rotate(-15deg);
	}
	#gHeader .menu.on .lineBox .line:nth-child(2) {
		opacity: 0;
	}
	.menuBox {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		overflow: auto;
		z-index: 999;
	}
	.menuBox .innerBox {
		padding: 60px 20px 20px;
	}
	.menuBox .linkList li:first-child {
		border-top: 1px solid #898989;
	}
	.menuBox .linkList li {
		height: auto;
		border-bottom: 1px solid #898989;
	}
	.menuBox .linkList li a {
		padding: 6px;
		display: block;
		font-size: 1.6rem;
	}
	.menuBox .linkList .innerLinkList {
	}
	.menuBox .linkList .innerLinkList li:last-of-type {
		border-bottom: none;
	}
	.menuBox .linkList .innerLinkList li a {
		padding-left: 2em;
		position: relative;
		font-size: 1.2rem;
	}
	.menuBox .linkList .innerLinkList li a::before {
		width: 12px;
		height: 1px;
		position: absolute;
		left: 4px;
		top: 50%;
		transform: translateY(-50%);
		background-color: #898989;
		content: "";
	}
	.menuBox .contactLink {
		width: auto;
		height: 103px;
		background-color: #0081CC;
	}
	.menuBox .contactLink a {
		padding-top: 8px;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		font-size: 1.6rem;
	}
	.menuBox .contactLink a .txt {
		margin-top: 6px;
	}
	.menuBox .tel {
		margin: 20px;
		text-align: center;
	}
	.menuBox .tel a {
		color: #0081CC;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #0081CC;
}
#gFooter .fInner {
	margin: 0 auto;
	padding: 40px 0 34px;
	max-width: 1218px;
	display: flex;
}
#gFooter .fInner .lBox {
	margin: 0 97px 0 0;
	padding: 0 0 0 9px;
	width: 459px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #000;
	box-sizing: border-box;
}
#gFooter .fInner .lBox .fLogo {
	margin-bottom: 12px;
}
#gFooter .fInner .lBox .info {
	line-height: 1.75;
}
#gFooter .fInner .rBox {
	margin: 8px 0 0;
	display: grid;
	grid: auto / 91px 270px 109px 100px auto;
}
#gFooter .fInner .rBox ul li a {
	font-size: 1.4rem;
	line-height: 1.714;
}
#gFooter .fInner .rBox ul li:not(:first-of-type) a {
	margin-left: 0.5em;
	display: inline-block;
	text-indent: -0.5em;
}
#gFooter .copyright {
	padding: 14px 0 16px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-style: normal;
	background-color: #00A0E9;
}
@media all and (min-width: 897px) {
	#gFooter .fInner .rBox ul li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 20px 20px 40px;
		max-width: inherit;
		display: block;
	}
	#gFooter .fInner .lBox {
		margin: 0 0 30px;
		padding: 0;
		border-right: none;
		width: auto;
	}
	#gFooter .fInner .lBox .fLogo {
		width: 260px;
	}
	#gFooter .fInner .rBox {
		display: block;
	}
	#gFooter .fInner .rBox ul {
		margin-bottom: 10px;
		width: auto;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
}