@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;700&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: 'Noto Sans JP', 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: #222;
	text-decoration: none;
	transition: all ease 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	opacity: 0.7;
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1120px;
	color: #222;
	font-size: 1.5rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
	overflow: hidden;
}
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;
		line-height: 1.785;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 40px 40px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 10;
}
.logo a {
	display: block;
	position: relative;
	background: url(../../img/common/logo.png) no-repeat left top / 185px auto;
	z-index: 100;
}
.logo a:hover {
	opacity: 1;
}
.logo img {
	opacity: 0;
}
.logo a:hover img {
	opacity: 0 !important;
}
#gHeader .rBox {
	margin-top: 8px;
	font-family: 'Poppins', sans-serif;
}
#gHeader .innerBox {
	display: flex;
}
#gNavi {
	margin-right: 39px;
}
#gNavi a {
	color: #fff;
	letter-spacing: 0.05em;
}
#gNavi ul {
	display: flex;
}
#gNavi li {
	margin-right: 24px;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gHeader .rBox .language a {
	padding: 0 8px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
}
@media all and (min-width: 897px) {
	#gHeader .rBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 20px 20px 20px;
		display: block;
		border-bottom: 1px solid transparent;
	}
	#gHeader.active .logo a {
		background-image: url(../../img/common/f_logo.png);
	}
	#gHeader.active {
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		border-color: #F2F2F2;
		transition: all ease 0s;
	}
	.logo {
		width: 139px;
	}
	.logo a {
		background-size: 139px auto;
	}
	#gHeader .rBox {
		margin: 0;
		width: 100%;
		height: 100vh;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.6);
		overflow-y: auto;
	}
	#gHeader .innerBox {
		padding: 100px 0;
		display: block;
	}
	#gNavi {
		margin-right: 0;
	}
	#gNavi ul {
		flex-direction: column;
		align-items: center;
	}
	#gNavi ul li {
		margin: 0 0 30px;
	}
	#gHeader .rBox .language {
		text-align: center;
	}
	#gHeader .rBox .language a {
		margin: 0 auto;
		display: inline-block;
	}
	.menu {
		position: absolute;
		top: 29px;
		right: 20px;
		height: 30px;
		width: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu span {
		background: #fff;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu .middle {
		top: 9px;
	}
	.menu .bottom {
		top: 18px;
	}
	#gHeader.active .menu span {
		background-color: #00935B;
	}
	.menu.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(11px) translateX(0) rotate(-45deg);
		transform: translateY(11px) translateX(0) rotate(-45deg);
		background: #fff;
	}
		
	.menu.active .middle {
		opacity: 0;
		background: #fff;
	}
		
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
		transform: translateY(-7px) translateX(0) rotate(45deg);
		background: #fff;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.fLogo a:hover {
	opacity: 1;
}
#gFooter {
	padding: 39px 40px 30px 41px;
	display: flex;
	justify-content: space-between;
}
.fLinkList {
	margin: 10px -184px 0 0;
	display: flex;
	order: 3;
}
.fLinkList li {
	margin-right: 24px;
	letter-spacing: 0.05em;
	font-family: 'Poppins', sans-serif;
}
.fLinkList li:last-child {
	margin-right: 0;
}
.copyright {
	margin: 16px -50px 0 0;
	color: #999;
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.01em;
	font-family: 'Poppins', sans-serif;
	order: 2;
}
#gFooter .link {
	margin: 10px 0 0 20px;
	order: 4;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 60px 40px 26px 28px;
		display: block;
	}
	.fLogo {
		margin-bottom: 30px;
	}
	.fLinkList {
		margin: 0 0 39px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fLinkList li {
		margin: 0 0 3px 0;
		width: calc(50% - 26px);
	}
	.copyright {
		margin: -19px -12px 0;
		text-align: right;
	}
	#gFooter .link {
		margin: 0;
	}
}