@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin-bottom: 12rem;
	position: relative;
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		margin-bottom: 15.9rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
}
#gHeader h1 {
	width: 33.7rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .hBox {
	padding: 3rem 5rem;
}
#gNavi li {
	margin-right: 4.9rem;
}
#gNavi a {
	font-weight: 700;
	letter-spacing: 0.1em;
}
#gHeader .rBox .btn {
	width: 28rem;
}
#gHeader .rBox .btn a {
	padding: 1.5rem 0.5rem 2.1rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	border-radius: 3.5rem;
	background-color: #EE813B;
}
#gHeader .rBox .btn span {
	padding: 0.5rem 0 0.5rem 4.2rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.2rem) / 3.2rem;
}
#gNavi a:hover,
#gHeader .rBox .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1430px) {
	#gHeader h1 {
		width: 29rem;
	}
	#gHeader .hBox {
		padding: 3rem;
	}
	#gHeader .rBox .btn {
		width: 23rem;
	}
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
		flex: 1;
	}
	.menuBox .rBox {
		padding-left: 9rem;
		margin-left: auto;
		width: fit-content;
		align-items: center;
		border-radius: 3.5rem;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 20rem;
	}
	#gHeader .hBox {
		padding: 1.5rem;
	}
	.menu {
		width: 3rem;
		height: 4rem;
		top: 1.5rem;
		right: 2rem;
		position: absolute;
		z-index: 12;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.9rem;
		height: .2rem;
		background-color: #EE813B;
	}
	.menu span:nth-of-type(1) {
		top: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	.menuBox { 
		padding-bottom: 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 10;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gHeader .rBox {
		display: block;
		margin-top: 7rem;
	}
	#gNavi {
		margin: 0 2rem 3rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin-right: 0;
		border-bottom: 1px solid #EE813B;
	}
	#gNavi li:first-child {
		border-top: 1px solid #EE813B;
	}
	#gNavi a {
		padding: 1.5rem 1rem;
		display: block;
	}
	#gHeader .rBox .btn {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.6rem 0 5rem;
	text-align: center;
	background-color: #fff;
}
#gFooter address {
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
#gFooter {
	font-size: 1.1rem;
	padding: 1.5rem 1rem;
}
}