@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: #000E1A;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000E1A;
}
a:hover {
	color: #000E1A;
}
a:active {
	color: #000E1A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000E1A;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	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: 7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 10;
	background-color: #FFF;
}
#gHeader .hBox {
	padding-left: 2rem;
	align-items: center;
}
#gHeader h1 {
	width: 19.5rem;
}
#gHeader h1 a {
	display: block;
}
.fixedBtn li {
	width: 24rem;
}
.fixedBtn a {
	padding: 1.3rem 0.5rem 1.2rem;
	text-align: center;
	display: block;
	height: 100%;
	color: #FFF;
	font-weight: 700;
	line-height: 1.3;
	background-color: #FF8000;
}
.fixedBtn a .num {
	font-size: 2.4rem;
	font-family: "Roboto", sans-serif;
}
.fixedBtn .li01 a {
	color: #036234;
	font-size: 1.2rem;
	font-family: "Inter", sans-serif;
	background-color: #FFF125;
}
.fixedBtn a .tel {
	margin: 0 auto;
	padding-left: 2.9rem;
	display: block;
	width: fit-content;
	font-weight: 600;
	font-size: 2.6rem;
	font-family: "Roboto", sans-serif;
	line-height: 0.9;
	background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
}
.fixedBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		border-bottom: 1px solid #DFDFDF;
	}
	#gHeader .hBox {
		padding: 1.2rem 1.6rem 1.1rem;
		display: block;
	}
	.fixedBtn {
		width: 100%;
		position: fixed;
		z-index: 7;
		bottom: 0;
		left: 0;
		box-shadow: 0 -0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	}
	.fixedBtn li {
		width: 50%;
	}
	.fixedBtn a {
		padding: 0.6rem 0.5rem 0.6rem;
		line-height: 1.3;
	}
	.fixedBtn a .num {
		font-size: 2.4rem;
	}
	.fixedBtn a .sml {
		font-size: 1.6rem;
	}
	.fixedBtn .li01 a {
		font-size: 1rem;
	}
	.fixedBtn a .tel {
		font-size: 2rem;
		line-height: 1.6;
		background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
	}
}
/*------------------------------------------------------------
    menu
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.menu {
		width: 3rem;
		height: 2rem;
		position: absolute;
		z-index: 10;
		top: 2rem;
		right: 1.6rem;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 3rem;
		height: .2rem;
		background-color: #036234;
	}
	.menu span:nth-of-type(1) {
		top: 0.2rem;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.8rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.6rem) 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: 6.4rem 0 0 6.1rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(0,14,26,0.7);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox::after {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 6.1rem;
		right: 0;
		bottom: 0;
		content: "";
		background-color: #fff;
	}
	.menuBox .sub {
		padding: 3.3rem 1.6rem 8rem 3.2rem;
		background-color: #fff;
	}
	.menuBox .navi {
		margin-bottom: 5rem;
	}
	.menuBox .navi li {
		margin-bottom: 2rem;
	}
	.menuBox .navi li:last-child {
		margin-bottom: 0;
	}
	.menuBox .navi a {
		display: block;
		color: #036234;
		font-size: 1.6rem;
	}
	.menuBox .comLink li {
		width: 26.6rem;
	}
	.menuBox .comLink a {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.menuBox .comLink a .num {
		font-size: 2.4rem;
		font-family: "Roboto", sans-serif;
	}
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter address {
    padding: 1.1rem 2rem 1.2rem;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    background-color: #036234;
}