@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 (min-width: 897px) and (max-width: 1340px) {
	html {
		font-size: calc(1000vw / 1340);
	}
}
@media all and (max-width: 430px) {
	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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 9rem;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	#container {
		padding-top: 4.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	background-color: #fff;
	z-index: 100;
}
#gHeader h1 {
	margin-left: 5rem;
	width: 30.6rem;
	color: #03164a;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
}
#gHeader .rBox {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .btnList {
	margin-left: 5.7rem;
	justify-content: flex-end;
}
#gHeader .btnList a {
	min-width: 12.9rem;
	padding: 1rem 3.3rem;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #03164a;
	border: 1px solid #fff;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
	#gHeader .btnList a:hover {
		color: #03164a;
		background-color: #fff;
		border-color: #03164a;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		justify-content: space-between;
	}
	#gHeader h1 {
		margin-left: 2.1rem;
		width: 21.5rem;
		font-size: 0.9rem;
    	letter-spacing: 0.1em;
	}
	#gHeader .menu {
		width: 4.5rem;
		cursor: pointer;
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 4.8rem;
		overflow-y: auto;
		background: #081f51;
		z-index: 100;
	}
	.menuBox .close {
		position: absolute;
		right: 0.9rem;
		top: 1rem;
		width: 2.6rem;
	}
	.menuBox .menuList {
		margin: 8.5rem 0 6rem;
	}
	.menuBox .menuList li {
		margin-bottom: 3.5rem;
	}
	.menuBox .menuList a {
		display: block;
		padding: 1rem 0;
		color: #fff;
		font-size: 2.35rem;
		border-bottom: 1px solid #fff;
	}
	.menuBox .logo {
		margin: 0 auto 2.2rem;
		width: 27.9rem;
	}
	.menuBox .comContactList {
		margin-bottom: 6rem;
	}
	.menuBox .comContactList a {
		padding: 1rem 2.2rem;
		min-height: 10rem;
		background-color: #fff;
	}
	.menuBox .comContactList a .ico {
		padding: 0 0 0.4rem 5rem;
		color: #03164a;
		font-size: 1.3rem;
		background-image: url(../img/common/icon11.png);
		background-size: 3.4rem;
	}
	.menuBox .comContactList .tel a .ico {
		background-image: url(../img/common/icon10.png);
	}
	.menuBox .comContactList a .sml {
		margin-top: 0.4rem;
		font-size: 1.1rem;
	}
	.menuBox .comContactList a .num {
		margin: 0.3rem 0 -0.1rem 0;
		font-size: 1.9rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	justify-content: flex-end;
	gap: 0 3.4rem;
}
#gNavi a {
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #03164a;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 3.6rem;
	max-width: 128rem;
}
#pagePath li {
	margin-right: 0.3rem;
	display: inline;
	color: #122c5c;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#pagePath a {
	margin-right: 0.7rem;
	color: #122c5c;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 2.8rem 2.5rem;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
.mainBox {
	align-items: flex-start;
}
#conts {
	width: 93.9rem;
}
@media all and (max-width: 896px) {
	#conts {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .pageTop {
	position: fixed;
	right: 0;
	bottom: 4rem;
	width: 8.4rem;
	z-index: 10;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	padding: 4.5rem 0 5.6rem;
	background: #eaeaea;
}
#gFooter .fLogo {
	margin: 0 auto 2.2rem;
	width: 22.6rem;
}
#gFooter .fNavi {
	gap: 0 3.3rem;
}
#gFooter .fNavi a {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #707070;
}
#gFooter .btmBox {
	padding: 4.2rem 2rem 3.9rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	background: #03164a;
}
#gFooter .btmBox .link {
	margin-left: 1.2rem;
}
#gFooter .btmBox .link a {
	margin-left: 1.5rem;
	color: #fff;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #03164a;
	}
	#gFooter .btmBox .link a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter .pageTop {
		display: none;
	}
	#gFooter .fInner {
		padding: 4.2rem 0 3.6rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2.9rem;
		width: 15.6rem;
	}
	#gFooter .fNavi {
		gap: 0.3rem 2.6rem;
	}
	#gFooter .fNavi a {
		font-size: 1.3rem;
	}
	#gFooter .btmBox {
		padding: 1.7rem 2rem;
		font-size: 0.7rem;
	}
	#gFooter .btmBox .link {
		margin-left: 0.8rem;
	}
	#gFooter .btmBox .link a {
		margin-left: 0.8rem;
	}
}