@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;
	font-weight: 700;
}
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: #3259A3;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3259A3;
}
a:hover {
	color: #3259A3;
}
a:active {
	color: #3259A3;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 80rem;
	color: #3259A3;
	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;
	position: relative;
	overflow: hidden;
}
#container::after {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/common/bg.jpg) no-repeat center center;
	background-size: cover;
	content: "";
	z-index: -1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.mainBox {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 100rem;
	background-color: #fff;
	box-shadow: 0 0 5rem #fff;
}
@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;
	}
	.mainBox {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}
#gHeader .topImg img {
	width: 100%;
}
#gHeader .logo {
	margin-top: -16.9rem;
	text-align: center;
}
#gHeader .logo a {
	display: block;
}
#gHeader .logo img {
	width: 66.7rem;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		margin-top: -9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.5rem 0 7rem;
}
#gFooter .content {
	max-width: 63rem;
}
#gFooter .snsTitle {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
}
#gFooter .snsList {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.5rem;
}
#gFooter .snsList li {
	width: 8.9rem;
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter .comBtn {
	margin-bottom: 6.8rem;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
#gFooter .comBtn li {
	width: 26rem;
}
#gFooter .comBtn a {
	height: 5rem;
	color: #3259A3;
	background-color: #FFF;
	border-color: #FFF;
}
#gFooter .pageTop a {
	color: #FAA7DD;
}
#gFooter .pageTop a .sub {
	padding: 0 2.5rem 0 1rem;
	background: url(../img/common/icon03.png) no-repeat right 0.9rem / 1.5rem;
}
#gFooter .comBtn .link a {
	color: #3259A3;
	font-weight: 500;
	border-color: #FFF;
	background-image: url(../img/common/icon04.png);
}
#gFooter .title {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
}
#gFooter p,
#gFooter address {
	margin-bottom: 1.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57;
}
#gFooter address {
	margin-bottom: 2.2rem;
}
#gFooter .logo {
	margin-top: 5.4rem;
	text-align: center;
}
#gFooter .logo img {
	width: 26.8rem;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		color: #FFF;
		background-color: #FAA7DD;
	}
	#gFooter .pageTop a:hover .sub {
		background-image: url(../img/common/icon03_white.png);
	}
	#gFooter .comBtn .link a:hover {
		color: #FFF;
		background-color: #3259A3;
		background-image: url(../img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6.5rem 0 3rem;
	}
	#gFooter .snsTitle {
		font-size: 1.8rem;
	}
	#gFooter .snsList li {
		width: 7rem;
	}
	#gFooter .snsList {
		gap: 1rem;
		margin-bottom: 3rem;
	}
	#gFooter .comBtn {
		display: block;
	}
	#gFooter .comBtn li {
		width: auto;
		margin-bottom: 1.5rem;
	}
	#gFooter .comBtn li:last-child {
		margin-bottom: 0;
	}
	#gFooter .comBtn a {
		max-width: 26rem;
	}
	#gFooter .logo img {
		width: 20rem;
	}
	#gFooter .logo {
		margin-top: 3.4rem;
	}
	#gFooter p,
	#gFooter address {
		margin-bottom: 1.5rem;
	}
	#gFooter address {
		margin-bottom: 1.5rem;
	}
	#gFooter .content {
		max-width: inherit;
	}
}