@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", 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: 96%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1366px;
	color: #000;
	font-size: 3.2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 152px;
	text-align: left;
}
#main {
	margin-bottom: 197px;
}
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;
	}
	#main {
		margin-bottom: 70px;
	}
	#container {
		padding-top: 64px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 33px 61px 30px 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 99;
	box-sizing: border-box;
	background: #fff;
}
#gHeader h1 {
	width: 303px;
}
.gNavi {
	margin-top: 17px;
	flex: 1;
}
.gNavi ul {
	display: flex;
	justify-content: flex-end;
}
.gNavi ul li a {
	display: block;
	font-size: 1.9rem;
	position: relative;
}
.gNavi ul li a::before {
	opacity: 0;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #B10B24;
	content: '';
	bottom: -6px;
}
.gNavi ul li:not(:first-child) {
	margin-left: 63px;
}
@media all and (min-width: 897px) {
	.gNavi ul li a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 15px;
	}
	#gHeader h1 {
		width: 152px;
	}
	#gHeader .gNavi {
		margin-top: 0;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #000;
		width: 100%;
	}
	#gHeader .gNavi ul {
		padding: 10px 0;
		display: block;
	}
	#gHeader .gNavi li {
		margin: 0 !important;
	}
	#gHeader .gNavi li a {
		padding: 10px;
		color: #fff;
		text-align: center;
		display: block;
	}
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		width: 25px;
		height: 22px;
		right: 20px;
		top: 23px;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}
	.gNavi ul li a::before {
		display: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .linkBox {
	padding: 44px 28px 59px;
	background: #EB7408;
}
#container #gFooter .linkBox {
}
#container #gFooter .linkBox {
}
#container #gFooter .linkBox {
}



#gFooter .linkBox ul {
	display: flex;
	justify-content: space-between;
}
#gFooter .linkBox li {
	width: 10.05%;
	text-align: center;
}
#gFooter .linkBox li a {
	display: block;
}
#gFooter .linkBox li a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	padding: 48px 153px 46px 61px;
	background: #B10B24;
}
#gFooter .logo {
	width: 452px;
}
#gFooter address {
	margin: 49px 69px 0 0;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	color: #fff;
	display: block;
	text-align: right;
	letter-spacing: 0.2em;
}
#gFooter .gNavi {
	margin-top: 54px;
}
#gFooter .gNavi li a {
	color: #fff;
}
#gFooter .gNavi li a::before {
	background: #fff;
}
@media all and (max-width: 896px) {
	#gFooter .linkBox {
		padding: 15px 5px;
	}
	#gFooter .fInner {
		padding: 15px;
		display: block;
	}
	#gFooter .logo {
		width: 226px;
		margin: 0 auto 30px;
	}
	#gFooter .gNavi {
		margin-top: 20px;
	}
	#gFooter .gNavi ul {
		display: none;
	}
	#gFooter address {
		margin: 0;
		text-align: center;
		font-size: 1rem;
		letter-spacing: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gFooter .fInner {
		padding-right: 40px;
	}
	#gHeader {
		padding: 33px 20px 30px;
	}
	.gNavi ul li:not(:first-child) {
		margin-left: 14px;
	}
}
