@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 {
	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: 2.6667vw;
	}
}
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: 1.8rem;
	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;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	z-index: 101;
}
#gHeader h1 {
	margin: 0.5rem 0 0 3rem;
	width: 33.4rem;
}
#gHeader .rBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gNavi ul {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-end;
}
#gNavi li {
	margin: 0 1.7rem 0 0.9rem;
	letter-spacing: 0.1em;
}
#gHeader .btnList {
	display: flex;
	justify-content: flex-end;
}
#gHeader .btnList a {
	padding-bottom: 0.3rem;
	width: 12rem;
	height: 10rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(-90deg, #D15F75 0%, #E8887C 100%);
}
#gHeader .btnList a img {
	margin: 0.7rem auto 0;
	display: block;
	width: 3.2rem;
}
#gHeader .btnList li:last-child {
	transition: .3s;
	cursor: pointer;
}
#gHeader .btnList li:last-child a {
	padding: 0 0 0 1.5rem;
	width: 28rem;
	letter-spacing: 0.15em;
	background: linear-gradient(-90deg, #00542A 0%, #008928 100%);
}
#gHeader .btnList li:last-child .tel {
	margin-left: -1.5rem;
	display: inline-block;
	margin-top: 0.8rem;
	padding-left: 3.1rem;
	font-size: 3.1rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	background: url(../img/common/icon_tel.png) no-repeat left 0.4rem/2.5rem auto;
}
#gHeader a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1281px) and (max-width: 1360px) {
	#gNavi li {
		margin: 0 1vw 0 0.6vw;
		font-size: 1.3vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#gNavi li {
		margin: 0 1rem 0 0.8rem;
		font-size: 1.7rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .rBox {
		display: flex !important;
	}
	#gHeader .btnList li:last-child:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
	}
	#gHeader .hInner {
		position: relative;
		z-index: 101;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
	}
	#gHeader h1 {
		margin: 0.3rem 0 0 1.5rem;
		width: 23.8rem;
	}
	.menu {
		width: 6rem;
		height: 6rem;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(90deg, rgba(0, 138, 40, 1) 0%, rgba(0, 84, 42, 1) 100%);
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		width: 2.5rem;
		height: 1.8rem;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 0.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.8rem;
	}
	.menu.active .top {
		-webkit-transform: translateY(0.9rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(0.9rem) translateX(0) rotate(45deg);
		transform: translateY(0.9rem) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
		transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 3rem;
		overflow-y: auto;
		background-color: #fff;
		z-index: 100;
	}
	#gNavi {
		margin: 8rem 0 5.2rem;
	}
	#gNavi ul {
		margin-top: 0;
		display: block;
	}
	#gNavi li {
		margin: 0;
		border-bottom: 1px solid #C4C4C4;
	}
	#gNavi li a {
		padding: 1.5rem 2.6rem 2rem;
		display: block;
		font-size: 1.6rem;
	}
	.menuBox .logoBox {
		margin: 0 0 2.2rem -0.4rem;
		align-items: center;
		justify-content: center;
	}
	.menuBox .logoBox .logo {
		margin-right: 1.8rem;
		width: 12.6rem;
	}
	.menuBox .logoBox p {
		margin: 0.2rem -0.7rem 0 0;
		font-size: 1.35rem;
		line-height: 1.52;
		text-align: center;
	}
	.menuBox .info {
		margin: 0 -0.5rem 2rem;
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 8.2rem;
	background: #F7F7F7;
}
#gFooter .content {
	max-width: 110.7rem;
}
#gFooter .lBox {
	margin: 5rem 2rem 0 3rem;
	flex: 1;
}
#gFooter .fNavi {
	margin: 0 0 4rem -0.5rem;
	color: #333;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
}
#gFooter .fNavi a {
	color: #333;
	margin: 0 0.45rem;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .lBox p {
	margin-bottom: 1.8rem;
	font-weight: 300;
	line-height: 1.72;
}
#gFooter .lBox p small {
	margin: 0 0 0.3rem;
	font-size: 1.6rem;
	display: block;
}
#gFooter .lBox address {
	color: #635E8D;
	font-size: 1.1rem;
	font-family: "Roboto", sans-serif;
}
#gFooter .rBox {
	width: 28rem;
	text-align: center;
}
#gFooter .rBox .fLogo {
	margin-bottom: 3.2rem;
}
#gFooter .rBox .fLogo a:hover {
	opacity: 0.7;
}
#gFooter .rBox .tel {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
}
#gFooter .rBox .tel span {
	display: inline-block;
	margin: 0 0 0.3rem 2.8rem;
}
#gFooter .rBox .tel a {
	padding-left: 4rem;
	display: inline-block;
	font-size: 3.4rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 500;
	background: url(../img/common/icon_tel02.png) no-repeat left 0.5rem/2.7rem auto;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 9rem;
	}
	#gFooter .content {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#gFooter .lBox {
		margin: 1.7rem 0 0;
		flex: inherit;
		width: 100%;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .lBox p {
		margin-bottom: 1.8rem;
		font-weight: 400;
		font-size: 1.45rem;
		line-height: 1.69;
		text-align: center;
	}
	#gFooter .lBox p .sub {
		display: inline-block;
		margin-top: 0.6rem;
		font-size: 1.4rem;
		font-weight: 300;
	}
	#gFooter .lBox p small {
		font-size: 1.45rem;
	}
	#gFooter .lBox address {
		font-size: 0.95rem;
		text-align: center;
	}
	#gFooter .rBox {
		width: 100%;
	}
	#gFooter .rBox .fLogo {
		margin-bottom: 0;
	}
	#gFooter .rBox .fLogo img {
		width: 18.4rem;
	}
	#gFooter .rBox .tel {
		display: none;
	}
}