@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 (min-width: 897px) and (max-width: 1220px) {
	html {
		font-size: calc(1000vw / 1220);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", 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 {
	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 {
	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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.4rem 5rem 0;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}
#gHeader h1 {
	width: 10.8rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .btn {
	position: absolute;
	top: 1.6rem;
	right: 5.1rem;
	width: 33rem;
}
#gHeader .btn a {
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #95D5D2;
	border-radius: 0.5rem;
	letter-spacing: 0.07rem;
}
#gHeader .btn a span {
	padding-right: 2rem;
	background: url(../img/common/icon01.png) no-repeat right center / 0.8rem;
	transition-delay: .2s;

}
@media all and (min-width: 897px) {
	#gHeader .btn a:hover {
		color: #95D5D2;
		background-color: #333;
	}
	#gHeader .btn a:hover span {
		background-image: url(../img/common/icon05.png);
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2.4rem 2.8rem 0;
	}
	#gHeader h1 {
		width: 9.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12.8rem 0 5.1rem;
	background-color: #E9E9E9;
}
#gFooter .content {
	margin-bottom: 6.2rem;
	position: relative;
	max-width: 104rem;
	align-items: flex-start;
}
#gFooter .pageTop {
	position: absolute;
	bottom: -1rem;
	left: 0;
	z-index: 3;
}
#gFooter .pageTop a .ico {
	margin-right: 0.7rem;
	display: inline-block;
	width: 2.5rem;
	height: 4rem;
	border: 0.5px solid #333;
	border-radius: 3rem;
	background: #E9E9E9 url(../img/common/icon03.png) no-repeat center center / 1rem;
	transition: .3s;
}
#gFooter .pageTop a {
	padding: 0.5rem 0;
	font-weight: 700;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	line-height: 2.14;
}
#gFooter .fBox .logo {
	margin-bottom: 4rem;
	width: 32.7rem;
}
#gFooter .fBox .logo a {
	display: block;
}
#gFooter .fBox .link {
	width: fit-content;
}
#gFooter .fBox .link a {
	padding: 0.3rem 2.8rem 0.4rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.07rem;
	line-height: 2.14;
	background: url(../img/common/icon04.png) no-repeat right center / 1.7rem;
}
#gFooter .fBox .link a:hover {
	opacity: 0.7;
}
#gFooter .rBox {
	margin-top: 0.8rem;
}
#gFooter .rBox .image {
	margin: 0 0 0.6rem auto;
	width: 7rem;
}
#gFooter .rBox .text {
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
	line-height: 1.91;
}
#gFooter address {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover .ico {
		background-image: url(../img/common/icon03_on.png);
		background-color: #333;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.5rem 0 3rem;
	}
	#gFooter .content {
		margin-bottom: 2.5rem;
		display: block;
	}
	#gFooter .pageTop {
		margin-left: auto;
		position: static;
		width: 11rem;
	}
	#gFooter .pageTop a .ico {
		margin: 0 0 0 1rem;
	}
	#gFooter .pageTop a {
		padding: 0;
		font-size: 1.5rem;
	}
	#gFooter .fBox {
		margin-bottom: 3.3rem;
	}
	#gFooter .fBox .logo {
		margin-bottom: 2.8rem;
		width: 23rem;
	}
	#gFooter .fBox .link a {
		padding: 0.3rem 2.4rem 0.4rem 0.3rem;
		font-size: 1.5rem;
	}
	#gFooter .rBox {
		margin: 0 0 2.5rem;
	}
	#gFooter .rBox .image {
		margin: 0 0 1rem;
		width: 5.5rem;
	}
	#gFooter .rBox .text {
		text-align: left;
	}
	#gFooter address {
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
}