@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;600&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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 80px;
	text-align: left;
}
#main {
	position: relative;
	z-index: 1;
	padding-bottom: calc(14% + 146px);
	background: url("../../img/common/bt_img.png") no-repeat center bottom / 100% auto;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	#container {
		padding-top: 66px;
	}
	#main {
		padding-bottom: calc(14% + 50px);
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:not(.aniLink):hover, a:not(.aniLink):hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	background: #fff;
}
#gHeader .hInner {
	margin: 0 auto;
	width: 1186px;
	position: relative;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	width: 157px;
}
#gHeader h1 a {
	display: block;
}
#gHeader h1 img {
	width: 100%;
}
#gNavi li {
	margin-left: 32px;
	position: relative;
}
#gNavi li a {
	padding: 24px 8px 32px;
	display: block;
	position: relative;
}
#gNavi li a::before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: #ff0000;
	content: '';
}
#gNavi li a:hover::before {
	opacity: 1;
}
#gNavi li a.on::before {
	opacity: 1;
}
#gNavi li .subList {
	padding: 10px 0;
	width: auto;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	background: #e60012;
	transform: translateX(-50%);
}
#gNavi li .subList li {
	margin: 0;
}
#gNavi li .subList li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	white-space: nowrap;
	text-align: center;
}
#gNavi li .subList li a:hover {
	opacity: 0.7;
}
#gNavi li .subList li a::before {
	display: none !important;
}
#gNavi li .subList li a:hover::before {
	display: none !important;
}
@media all and (min-width: 897px) {
	#gHeader h1 {
		transition: all .3s ease-in-out;
	}
	#gHeader.active h1 {
		width: 139px;
	}
	#gNavi {
		display: block !important;
	}
	#gNavi > ul > li > a {
		transition: all .3s ease-in-out;
	}
	#gHeader.active #gNavi > ul > li > a {
		padding: 20px 8px;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hInner {
		width: auto;
		display: block;
	}
	#gHeader .hBox {
		padding: 10px 15px;
		position: relative;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
	}
	#gHeader h1 {
		margin-bottom: 0;
		width: 100px;
	}
	#gHeader h1 img {
		width: 100px;
	}
	.menu {
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer;
	}
	.menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #333;
		transition: all .3s ease;
	}
	.menu span:nth-child(2) {
		top: 10px;
	}
	.menu span:nth-child(3) {
		top: 20px;
	}
	.menu.on span:nth-child(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	#gNavi {
		margin: 0;
		width: 100%;
		height: 100vh;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		overflow: auto;
		z-index: 99;
		background: #fff;
	}
	#gNavi ul {
		margin: 67px 0 100px;
		display: block;
		border-top: 1px solid #333;
	}
	#gNavi li {
		margin-left: auto;
		border-bottom: 1px solid #333;
	}
	#gNavi li a {
		padding: 10px 15px;
		position: relative;
		font-size: 1.5rem;
	}
	#gNavi li a::before {
		display: none;
	}
	#gNavi li a::after {
		position: absolute;
		right: 15px;
		top: 50%;
		content: '>';
		transform: translateY(-50%);
	}
	#gNavi li .subList {
		margin: 0;
		padding: 0;
		width: auto;
		display: block;
		position: relative;
		left: auto;
		top: auto;
		background: transparent;
		transform: none;
	}
	#gNavi li .subList li {
		margin: 0;
	}
	#gNavi li .subList li:last-child {
		border-bottom: none;
	}
	#gNavi li .subList li a {
		padding: 10px 2em;
		display: block;
		color: #333;
		white-space: normal;
		text-align: left;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -12px;
	background: #ff2a00;
}
.pageTop {
	position: fixed;
	right: 9px;
	bottom: 24px;
	z-index: 10;
}
.pageTop a {
	padding-bottom: 4px;
	display: block;
	position: relative;
}
.pageTop img {
	width: 112px;
}
.pageTop .img2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.pageTop .txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	text-align: center;
	color: #ea5006;
	font-weight: 600;
	font-size: 1.6rem;
	font-family: 'Archivo Narrow', sans-serif;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 41px 0 116px;
	width: 1166px;
	box-sizing: border-box;
}
#gFooter .fBox .fLogo {
	margin: 0 0 0 -4px;
	width: 218px;
}
#gFooter .fBox .fLogo img {
	width: 158px;
}
#gFooter .fBox .fNaviBox {
	margin: 11px 61px 0 40px;
	width: 650px;
}
#gFooter .fBox .fNaviBox .fNavi {
	width: 197px;
}
#gFooter .fBox .fNaviBox .fNavi li a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.9;
}
#gFooter .fBox .fNaviBox .fNavi li a:hover {
	text-decoration: underline;
}
#gFooter .fBox .fNaviBox .fNavi li .subList li a {
	padding-left: 22px;
	position: relative;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 2.3;
	letter-spacing: 0;
}
#gFooter .fBox .fNaviBox .fNavi li .subList li a::before {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 2px;
	top: 15px;
	background: #fff;
	content: '';
}
#gFooter .fBox .fBtnList {
	margin-top: 18px;
	width: 200px;
}
#gFooter .fBox .fBtnList li a {
	padding: 13px;
	display: block;
	text-align: center;
	color: #ea5006;
	background: #fff;
}
#gFooter .fBox .fBtnList .btn01 {
	margin-bottom: 17px;
}
#gFooter .fBox .fBtnList .btn01 a {
	color: #fff;
	border-radius: 45px;
	background: #75c123;
}
#gFooter .fBox .fBtnList .btn02 {
	margin-bottom: 0;
}
#gFooter .copyright {
	padding: 20px 10px 19px;
	text-align: center;
	color: #e60012;
	background: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.1em;
}
@media all and (-ms-high-contrast: none) {
	#gFooter .fBox .fNaviBox .fNavi li .subList li a {
		padding-top: 2px;
		margin-bottom: -2px;
	}
	#gFooter .fBox .fBtnList li a {
		padding: 15px 10px 11px;
	}
}
@media all and (min-width: 897px) {
	.pageTop a {
		transform: scale(0.5);
		transition: all 0.5s;
	}
	.pageTop a:hover,
	.pageTop a.on {
		transform: scale(1);
	}
	#gFooter .fBox .fBtnList .btn01 a:hover {
		color: #75c123;
		background: #fff;
	}
	#gFooter .fBox .fBtnList .btn02 a:hover {
		color: #fff;
		background: #ff9898;
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		width: 100px;
		right: 2px;
		bottom: 15px;
	}
	.pageTop img {
		width: 100px;
	}
	.pageTop .txt {
		font-size: 1.5rem;
	}
	#gFooter .fBox {
		padding: 40px 15px;
		width: auto;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 30px;
		width: 100px;
	}
	#gFooter .fBox .fLogo img {
		width: 100px;
	}
	#gFooter .fBox .fNaviBox {
		margin: 0 auto 30px;
		width: auto;
		max-width: 414px;
		display: block;
	}
	#gFooter .fBox .fNaviBox .fNavi {
		width: auto;
	}
	#gFooter .fBox .fNaviBox .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .fBox .fNaviBox .fNavi li .subList li a {
		padding-left: 15px;
		font-size: 1.2rem;
	}
	#gFooter .fBox .fNaviBox .fNavi li .subList li a::before {
		width: 5px;
		height: 1px;
		top: 13px;
	}
	#gFooter .fBox .fBtnList {
		margin: 0 auto;
	}
	#gFooter .copyright {
		padding: 15px 10px;
		font-size: 1.2rem;
	}
}