@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 399px) {
	html {
		font-size: calc(1000vw / 400);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
    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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #F7931E;
	box-sizing: border-box;
	padding: 0 13.9rem;
}
#gHeader .hBox {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .hBox.end {
	justify-content: flex-end;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gHeader .logoBox {
	margin-bottom: -1.3rem;
	padding: 0 2.2rem 0.2rem 2.5rem;
	background-color: #fff;
	border-radius: 0 0 3rem 2.7rem;
	display: flex;
	align-items: center;
	border: 0.5rem solid #F7931E;
	height: 8.5rem;
}
#gHeader .logoBox span {
	margin-right: 1rem;
    cursor: default;
    pointer-events: none;
}
#gHeader .logoBox span:last-child {
	margin: -0.2rem 0 0 0;
}
#gHeader .logoBox .num02 {
	margin: 0;
}
@media all and (min-width: 897px) {
	#gHeader .logoBox .num02 img {
		width: 7.3rem;
	}
	#gHeader .logoBox .num03 img {
		width: 9.8rem;
	}
	#gHeader .logoBox .num01 img {
		width: 11.3rem;
	}
	.bgBox.pb0 #gHeader .logoBox {
		padding-right: 2.2rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader {
		padding: 0 1rem;
	}
	#gHeader .hBox {
		padding-right: 0;
	}
	#gHeader .logoBox .num01 img {
		width: 10.3rem;
	}
	#gHeader .logoBox .num02 img {
		width: 6.3rem;
	}
	#gHeader .logoBox .num03 img {
		width: 8.8rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .hBox {
		min-height: 4.3rem;
		padding: 0 1rem 1.3rem 2.4rem;
	}
	#gHeader .logoBox {
		padding: 0 1.1rem 0 1.3rem;
		border-radius: 0 0 1.5rem 1.5rem;
		border-width: 0.2rem;
		height: 4.6rem;
	}
	#gHeader .logoBox img {
		width: auto;
		height: 2.4rem;
	}
	#gHeader .logoBox span {
		margin-right: 0.9rem;
	}
	#gHeader .logoBox .num02 img {
		height: 4.4rem;
	}
	#gHeader .logoBox .num02 {
		margin: 0 0.2rem 0 0;
	}
	#gHeader .logoBox span:last-child {
		margin: 0 0 0 0;
	}
	#gHeader .logoBox span:last-child img {
		height: 2.4rem;
	}
}

#naviBox {
	flex: 1;
	margin: 2.1rem 1.2rem 0 0;
}
#naviBox ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#naviBox ul li {
	margin-left: 1.2rem;
}
#naviBox ul a {
	padding: 0 2rem;
	color: #F7931E;
	width: 14.4rem;
	height: 3.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.5rem;
	position: relative;
	line-height: 1;
	border-radius: 0.3rem;
	background-color: #fff;
	box-shadow: 0 0 0.4rem rgba(35, 24, 21, 0.15);
}
#naviBox ul li:nth-child(2) a {
	padding-right: 0;
}
#naviBox ul a::before {
	margin-top: -0.4rem;
	width: 0.6rem;
	height: 0.6rem;
	left: 0.8rem;
	position: absolute;
	top: 50%;
	content: ""; 
	border: 1px solid;
	border-color: #F7931E #F7931E transparent transparent;
	transform: rotate(45deg);
}
#naviBox ul a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#naviBox ul a {
		padding: 0 1rem;
		width: 12.4rem;
		font-size: 1.2rem;
	}
	#naviBox ul a::before {
		margin-top: -0.3rem;
		width: 0.4rem;
		height: 0.4rem;
		left: 0.4rem;
	}
	#naviBox {
		margin-right: 1.2rem;
	}
	#naviBox ul li {
		margin-left: 0.8rem;
	}
}

/* gNavi */
#gNavi {
	width: 100%;
	padding: 1.7rem 0 1.6rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #F7931E;
}
#gNavi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#gNavi ul li {
	margin: 0 3.2rem;
}
#gNavi ul a {
	padding: 0 2rem;
	color: #F7931E;
	width: 19rem;
	height: 4.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.95rem;
	position: relative;
	line-height: 1;
	border-radius: 0.5rem;
	background-color: #fff;
}
#gNavi ul li:nth-child(2) a {
	padding-right: 0;
}
#gNavi ul a::before {
	margin-top: -0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 1.1rem;
	top: 50%;
	content: ""; 
	border: 1px solid;
	border-color: #F7931E #F7931E transparent transparent;
	transform: rotate(45deg);
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gNavi ul a {
		padding: 0 1rem;
		width: 11rem;
  		height: 3rem;
		font-size: 1.2rem;
	}
	#gNavi ul a::before {
		display: none;
	}
	#gNavi ul li {
		margin: 0;
		width: 33.33%;
		text-align: center;
	}
	#gNavi {
		padding: 0.8rem 0 1.2rem;
	}
	#gNavi ul {
		margin: 0 auto;
		max-width: 40rem;
		padding: 0 1rem;
	}
	#gNavi ul li:nth-child(2) a {
		padding-right: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.7rem 0 11.3rem;
	text-align: center;
	background-color: #F7931E;
	letter-spacing: 0.05em;
}
#gFooter h2 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#gFooter {
		padding-bottom: 3.6rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1.7rem 0 5.4rem;
	}
	#gFooter h2 {
		font-size: 1rem;
	}
}