@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: 429px) {
	html {
		font-size: calc(1000vw / 430);
	}
}

@media all and (min-width: 897px) and (max-width: 1500px) {
	html {
		font-size: calc(1000vw / 1500);
	}
}

body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}

.roboto {
	font-family: "Roboto Condensed", 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: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader a {
	color: #fff;
}
#gHeader .hInner {
	padding: 3.6rem 5.2rem 1.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	width: 13.1rem;
}
#gHeader .rBox {
	gap: 0 7rem;
	flex: 1;
	display: flex;
	align-items: 0 2rem;
	justify-content: flex-end;
	padding-left: 2rem;
}
#gHeader .rBox a:hover {
	opacity: 0.7;
}
#gHeader .naviList {
	display: flex;
	gap: 0 1.85rem;
}
#gHeader .naviList a {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	padding-right: 2.7rem;
	background: url(../img/common/icon03.png) no-repeat right center;
	background-size: 1.6rem auto;
}
#gHeader .naviList a img {
	width: 2rem;
	margin-left: 0.4rem;
	vertical-align: -0.2rem;
}
#gHeader .btn {
	width: 23.8rem;
}
#gHeader .btn a {
	color: #000;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	min-height: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6rem;
	text-align: center;
	background-color: #fff;
}
#main {
	padding-top: 9.9rem;
}

@media all and (min-width: 897px) {
	#gHeader .naviList .no a {
		background: none;
		padding-right: 0;
	}
	#gHeader {
		min-width: 1280px;
	}
}

@media all and (max-width: 896px) {
	#gHeader .hInner {
		align-items: flex-start;
		padding: 2rem;
	}
	#gHeader .logo {
		position: relative;
		z-index: 1001;
		width: 10.5rem;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		height: 100%;
		overflow-y: auto;
		background-color: #000;
	}
	#gHeader .btn {
		margin-right: 4.1rem;
		width: 15rem;
	}
	#gHeader .btn a {
		padding-bottom: 0.2rem;
		border-radius: 0;
		min-height: 4rem;
		font-size: 1.4rem;
	}
	#gHeader .rBox {
		margin-top: -0.3rem;
	}
	.menu {
		cursor: pointer;
		width: 4rem;
		position: absolute;
		top: 1.7rem;
		right: 2rem;
		z-index: 1001;
	}
	.menu.on {
		background: url(../img/common/close.png) no-repeat;
		background-size: 100% auto;
	}
	.menu.on img {
		visibility: hidden;
	}
	.menuInner {
		padding: 10.3rem 2rem 5rem;
	}
	#gHeader .naviList {
		padding: 0 0 10.6rem;
		display: block;
	}
	#gHeader .naviList a {
		font-size: 1.6rem;
		padding-right: 2.4rem;
		background-size: 1.4rem auto;
	}
	#gHeader .naviList .home a {
		background: none;
		padding-right: 0;
	}
	#gHeader .naviList .home {
		background: none;
	}
	#gHeader .naviList a img {
		width: 1.6rem;
	}
	#gHeader .menuInner .spLink a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		min-height: 3rem;
		font-size: 1.6rem;
		font-weight: 500;
		color: #000;
		letter-spacing: 0.22em;
	}
	#main {
		padding-top: 6.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 3.8rem;
}
#gFooter .footerImg {
	aspect-ratio: 3840 / 173;
	position: relative;
}
#gFooter .footerImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
#gFooter .fInner {
	margin-bottom: 4.4rem;
	padding: 8.5rem 0 5.8rem;
	border-bottom: 1px solid #000000;
}
#gFooter .content {
	align-items: center;
}
#gFooter .fInner .lBox {
	display: flex;
	align-items: center;
}
#gFooter .fLogo {
	width: 26.1rem;
	margin: 1.5rem 8.7rem 0 0;
}
#gFooter .fInner .rBox {
	flex: 1;
}
#gFooter .fInner p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 2.4rem;
}
#gFooter .fInner p:last-child {
	margin-bottom: 0;
}
#gFooter .snsList {
	display: flex;
	gap: 0 0.6rem;
	padding-top: 1.5rem;
}
#gFooter .snsList li {
	width: 5.9rem;
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
address {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
.pageTop {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	transition: 0.3s;
	width: 32.3rem;
}
.pageTop.on {
	opacity: 1;
	visibility: visible;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pageTop {
		width: 12rem;
		right: 1rem;
		bottom: 1rem;
	}
	#gFooter .fInner {
		padding: 5rem 0;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fInner .lBox {
		display: block;
	}
	#gFooter .fLogo {
		width: 16rem;
		margin: 0 auto 3rem;
	}
	#gFooter .fInner p {
		margin-bottom: 1.5rem;
	}
	#gFooter .snsList {
		justify-content: center;
	}
	#gFooter .snsList li {
		width: 4rem;
	}
}