@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&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:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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: #3F4346;
	text-decoration: none;
}
a:visited {
	color: #3F4346;
}
a:hover {
	color: #3F4346;
}
a:active {
	color: #3F4346;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3F4346;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	margin: 67px 0 67px;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1100px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#gHeader .hBox h1 {
	width: 288px;
}
#gHeader .hBox h1 a {
	display: block;
}
#gHeader .hBox .comBtn01 {
	margin: 0 32px -1px;
	width: 211px;
}
#gHeader .hBox .comBtn01 a {
	padding: 17px 24px 16px;
	font-size: 1.5rem;
}
@media all and (-ms-high-contrast:none){
	#gHeader .hBox .comBtn01 a {
		padding: 19px 24px 13px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin: 30px 0 60px;
	}
	#gHeader .hBox {
		padding: 0 36px;
		width: auto;
	}
	#gHeader .hBox h1 {
		width: 288px;
		z-index: 1000;
		position: relative;
	}
	#gHeader .menu {
        position: absolute;
        top: -34px;
        right: 14px;
        width: 30px;
        height: 15px;
        cursor: pointer;
        z-index: 999;
    }
    #gHeader .menu span {
        position: absolute;
        width: 30px;
        height: 3px;
        display: block;
        background-color: #096BCC;
        transition: all .3s ease;
        z-index: 20;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 8px;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 16px;
    }
    #gHeader .menu.active {
        top: 25px;
    }
    #gHeader .menu.active span {
        background-color: #fff;
    }
    #gHeader .menu.active span:first-of-type {
        transform: translate(0, 10px) rotate(45deg);
    }
    #gHeader .menu.active span:last-of-type {
        transform: translate(0, -2px) rotate(-45deg);
    }
    #gHeader .menu.active span:nth-of-type(2) {
        opacity: 0;
    }
	#gHeader.open .menu.active span:nth-child(1) {
        top: 11px;
        transform: rotate(315deg);
    }
    #gHeader.open .menu.active span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    #gHeader.open .menu.active span:nth-child(3) {
        top: 11px;
        transform: rotate(-315deg);
    }
	#gHeader .menu.on span:first-child {
        -webkit-transform: translateY(3px) translateX(0) rotate(45deg);
        -ms-transform: translateY(3px) translateX(0) rotate(45deg);
        transform: translateY(3px) translateX(0) rotate(45deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    #gHeader .menu.on span:nth-of-type(3) {
        -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-12x) translateX(0) rotate(-45deg);
        transform: translateY(-12px) translateX(0) rotate(-45deg);
    }
	#gHeader .navi {
		padding: 180px 30px;
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
        background-color: #FFF;
        display: none;
		z-index: 99;
	}
	#gHeader .navi li a {
		padding: 20px;
        font-size: 1.4rem;
        border-bottom: 1px solid #096BCC;
        display: block;
        color: #096BCC;
		text-align: center;
        text-decoration: none;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter .fBox {
	margin: 0 auto 56px;
	width: 440px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gFooter .fBox ul {
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fBox li {
	margin-right: 34px;
	width: 33px;
}
#gFooter .fBox li:last-child {
	margin-right: 0;
}
#gFooter .fBox li a {
	display: block;
}
#gFooter .fBox li a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 61px 20px 46px;
	color: #FFF;
	font-size: 1.3rem;
	font-style: normal;
	text-align: center;
	background-color: #0972CC;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin: 0 auto 20px;
		padding: 0 20px;
		width: auto;
		justify-content: flex-end;
	}
	#gFooter .fBox ul {
		margin-right: 30px;
	}
	#gFooter .fBox li {
		margin-right: 20px;
	}
	#gFooter address {
		padding: 20px;
		font-size: 1rem;
	}
}