@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;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;
	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: #14283c;
	text-decoration: none;
}
a:visited {
	color: #14283c;
}
a:hover {
	color: #14283c;
}
a:active {
	color: #14283c;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #14283c;
	font-size: 1.6rem;
	line-height: 1.94;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #ECF1F4;
}
#container {
    position: relative;
	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;
        line-height: 1.71;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
#gHeader h1 {
    width: 120px;
}
@media all and (max-width: 896px) {
    #gHeader h1 {
        width: 60px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 15px 70px 0 0;
    position: relative;
    background-color: #fff;
}
#gFooter .pageTop {
    width: 90px;
    position: absolute;
    right: 80px;
    top: -45px;
}
#gFooter .pageTop a {
    display: block;
}
#gFooter .fBox {
    margin: 0 auto;
    width: 1050px;
}
#gFooter .title {
    margin-bottom: 7px;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
}
#gFooter .title .cor01 {
    color: #aa7814;
}
#gFooter .title .cor02 {
    color: #00b4d2;
}
#gFooter .comBtn {
    margin-bottom: 29px;
}
#gFooter .fBtmBox {
    padding: 18px 0;
    background-color: #13283B;
}
#gFooter .fBtmBox .fBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gFooter .fBtmBox .text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}
#gFooter .fBtmBox .copyright {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    letter-spacing: 0.04em;
}
@media all and (min-width: 897px) {
    #gFooter .pageTop a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 34px 0 0;
	}
	#gFooter .pageTop {
		width: 59px;
		right: 5px;
		top: -34px;
	}
	#gFooter .fBox {
		margin: 0 15px;
		width: auto;
	}
	#gFooter .title {
		margin-bottom: 17px;
		font-size: 1.9rem;
		line-height: 1.47;
	}
	#gFooter .comBtn {
		margin-bottom: 39px;
	}
	#gFooter .comBtn a {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2),inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	}
	#gFooter .fBtmBox {
		padding: 22px 0 32px;
	}
	#gFooter .fBtmBox .fBox {
		display: block;
	}
	#gFooter .fBtmBox .text {
		margin-bottom: 7px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		text-align: center;
	}
	#gFooter .fBtmBox .copyright {
		display: block;
		transform: scale(0.9);
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .title {
		font-size: 1.7rem;
	}
	#gFooter .fBtmBox .text {
		font-size: 1.3rem;
	}
}