@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 {
	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: tbudgothic-std, 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: #363636;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #363636;
}
a:hover {
	color: #363636;
}
a:active {
	color: #363636;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #363636;
	font-size: 1.5rem;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menu-box {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 9;
}
#gHeader .h-box {
	max-width: 980px;
	margin: 0 auto;
	height: 54px;
	padding: 10px 21px;
	position: relative;
	background-color: #fff;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,84,167,0.8);
}
#gHeader h1 {
	width: 102px;
}
#gNavi {
	width: 560px;
	position: absolute;
	right: 34px;
	top: 0;
	font-weight: 700;
}
#gNavi > ul {
	justify-content: flex-end;
}
#gNavi > ul > li > a,
#gNavi > ul > li > span {
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 13px 2px;
	color: #4D4D4D;
	font-size: 1rem;
	cursor: pointer;
	background: url("../img/icon01.png") no-repeat right center;
	background-size: 8px auto;
	box-sizing: border-box;
}
#gNavi > ul > li > a:hover,
#gNavi > ul > li > span:hover {
	background-image: url("../img/icon01_on.png");
}
#gNavi > ul > li > span.on {
	background-image: url("../img/icon01_on.png");
}
#gNavi > ul > li:not(:first-child) {
	margin-left: 17px;
}
#gNavi > ul ul {
	display: none;
	position: absolute;
	left: -50px;
	top: 100%;
	width: 460px;
	padding: 13px 0;
	text-align: center;
	background-color: #00A0E8;
	box-shadow: 0 3px 6px rgba(0,84,167,0.8);
}
#gNavi > ul .navi-ul {
	width: 229px;
	left: 200px;
}
#gNavi > ul ul li {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
}
#gNavi > ul ul li:nth-child(2) {
	margin: 0 29px;
}
#gNavi > ul .navi-ul li {
	margin: 0 15px !important;
}
#gNavi > ul ul li a {
	color: #fff;
}
#gNavi > ul ul li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
		box-sizing: border-box;
	}
	#gHeader .h-box {
		max-width: inherit;
		height: 40px;
		padding: 5px 10px;
	}
	#gHeader h1 {
		width: 95px;
	}
	#gNavi {
		display: none;
	}
	.menu {
        width: 40px;
        height: 40px;
        position: absolute;
		right: 5px;
		top: 0;
    }
    .menu span {
        width: 30px;
        height: 2px;
        position: absolute;
        top: 11px;
        left: 5px;
        background: #0055A7;
        transition: all .35s ease;
    }
    .menu span:nth-of-type(2) {
        top: 19px;
    }
    .menu span:nth-of-type(3) {
        top: 27px;
    }
    .menu.on span:nth-of-type(1) {
        transform: translateY(7px) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }
	.menu-box {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 8;
		background-color: #0055A7;
	}
	.menu-box > ul {
		padding: 60px 10px;
	}
	.menu-box > ul > li {
		border-top: 1px solid #fff;
	}
	.menu-box > ul > li > a,
	.menu-box > ul > li > span {
		display: block;
		padding: 10px;
		color: #fff;
	}
	.menu-box > ul > li:last-child {
		border-bottom: 1px solid #fff;
	}
	.menu-box > ul ul {
		padding-bottom: 10px;
	}
	.menu-box > ul li li a {
		font-size: 1.2rem;
		padding: 5px 20px;
		color: #fff;
		display: block;
	}

}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.en {
	font-family: neue-haas-grotesk-display, sans-serif;
}
.matisse {
	font-weight: 500;
	font-family: fot-matisse-pron, sans-serif;
}

