@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: 1740px) {
	html {
		font-size: calc(1000vw / 1740);
	}
}
@media all and (max-width: 449px) {
	html {
		font-size: calc(1000vw / 450);
	}
}
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: #373634;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #373634;
}
a:hover {
	color: #373634;
}
a:active {
	color: #373634;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #373634;
	font-size: 2rem;
	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;
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin: 0 auto;
	max-width: 171.6rem;
	padding: 2.4rem 2rem 5.2rem;
	box-sizing: content-box;
}
#gHeader .hBox h1 {
	margin-top: 2.7rem;
	width: 32.2rem;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 36rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gHeader #gNavi {
	padding-top: 4.8rem;
	width: calc(100% - 63.3rem);
	text-align: right;
}
#gHeader #gNavi li {
	margin-left: 1.7rem;
	display: inline-block;
}
#gHeader #gNavi li:first-child {
	margin-left: 0;
}
#gHeader #gNavi li a {
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Questrial", sans-serif;
}
#gHeader #gNavi li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .menuBox .linkBox .link {
	margin: 3.5rem 3.3rem 0 0;
	width: 23.6rem;
}
#gHeader .hBox .menuBox .linkBox .link a {
	padding-left: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	border: 1px solid #14629f;
	color: #14629f;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}
#gHeader .hBox .menuBox .linkBox .link a:hover {
	opacity: 0.7;
}
#gHeader .hBox .menuBox .linkBox .link a .sub {
	padding: 0 4.7rem 0.4rem 0;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center / 3.2rem;
}
#gHeader .hBox .menuBox .linkBox .snsBox {
	padding-right: 0.1rem;
}
#gHeader .hBox .menuBox .linkBox .snsBox .title {
	margin-bottom: 1.1rem;
	color: #14629f;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList {
	align-items: center;
	gap: 1.5rem;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList li {
	width: fit-content;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList li.style01 {
	width: 11.3rem;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList li.style01 a {
	padding: 0 1.5rem 0.3rem;
	min-height: 4.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #14629f url(../img/common/icon01.png) no-repeat right 0.7rem center / 1.8rem;
	border-radius: 2.5rem;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.21;
	box-sizing: border-box;
	letter-spacing: 0.06em;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .menuBox .linkBox .snsBox .snsList li img {
	height: 5.1rem;
}
@media all and (min-width: 897px) and (max-width: 1740px) {
	#gHeader #gNavi li {
		margin-left: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		max-width: inherit;
		padding: 1.2rem 2.8rem 1.8rem;
	}
	#gHeader .hBox h1 {
		margin-top: 0;
		width: 22.3rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.2rem;
		right: 2.9rem;
		height: 2.8rem;
		width: 4rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #14629f;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 1.4rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(1.4rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-1.4rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 15rem;
		position: absolute;
		top: 7.9rem;
		left: 0;
		width: 100%;
		height: calc(100svh - 7.9rem);
		display: none;
		background: #FFF;
		z-index: 200;
		overflow: auto;
	}
	#gHeader #gNavi {
		margin: 0 auto;
		max-width: 37.5rem;
		padding: 2.7rem 5rem 3.1rem 6rem;
		width: auto;
		text-align: left;
		box-sizing: content-box;
	}
	#gHeader #gNavi ul {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 1.6rem 4rem;
	}
	#gHeader #gNavi li {
		margin-left: 0;
		display: inline-block;
	}
	#gHeader #gNavi li a {
		color: #14629f;
		font-size: 2.2rem;
	}
	#gHeader .hBox .menuBox .linkBox {
		display: block;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox {
		padding-right: 0;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox .title {
		margin: 0 auto 3.1rem;
		padding: 0.8rem 1rem 0.9rem;
		max-width: 35rem;
		font-size: 2.6rem;
		border: 0.2rem solid #14629f;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox .snsList {
		margin: 0 auto;
		max-width: 35rem;
		justify-content: center;
		gap: 1.7rem 3.2rem;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox .snsList li.style01 {
		width: 100%;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox .snsList li.style01 a {
		padding: 0 5.5rem 0.3rem 1.5rem;
		min-height: 6rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: #14629f url(../img/common/icon01_sp.png) no-repeat right 4.3rem center / 4.1rem;
		border-radius: 3rem;
		font-size: 3rem;
	}
	#gHeader .hBox .menuBox .linkBox .snsBox .snsList li img {
		height: 7.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0.5rem 0 4rem;
	background-color: #373634;
}
#gFooter > .content {
	max-width: 151rem;
}
#gFooter .fBox {
	margin-bottom: 10.4rem;
}
#gFooter .logo {
	width: 48.8rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .naviBox {
	margin: 3.7rem 0 0 9.1%;
	flex: 1;
	color: #fff;
}
#gFooter .naviBox a {
	color: #fff;
}
#gFooter .naviBox .naviUl {
	margin: -1rem 0 5rem;
}
#gFooter .naviBox .naviUl li {
	margin: 1rem 3.7rem 0 0;
}
#gFooter .naviBox .naviUl a {
	font-weight: 700;
	font-size: 2.4rem;
	font-family: "Questrial", sans-serif;
}
#gFooter .naviBox .naviUl a:hover {
	opacity: 0.7;
}
#gFooter .snsBox {
	align-items: center;
}
#gFooter .snsBox .title {
	margin-right: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#gFooter .snsBox .snsUl {
	margin-right: 2.5rem;
	gap: 2rem;
}
#gFooter .snsBox .snsUl a {
	display: block;
}
#gFooter .snsBox a:hover {
	opacity: 0.7;
}
#gFooter .snsBox .snsUl img {
	height: 5.2rem;
}
#gFooter .snsBox .link span {
	padding-right: 2.4rem;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	background: url(../img/common/icon03.png) no-repeat right center / 1.8rem;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 0 1.8rem;
	}
	#gFooter > .content {
		max-width: 100%;
	}
	#gFooter .fBox {
		display: block;
		margin-bottom: 2.6rem;
	}
	#gFooter .logo {
		margin: 0 auto;
		width: 35.5rem;
	}
	#gFooter .naviBox {
		margin: 0 2.6rem;
	}
	#gFooter .naviBox .naviUl {
		margin: 0 auto 3.3rem;
		max-width: 33rem;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem 4rem;
	}
	#gFooter .naviBox .naviUl li {
		margin: 0;
	}
	#gFooter .naviBox .naviUl a {
		font-size: 2.2rem;
		display: block;
	}
	#gFooter .snsBox {
		margin-bottom: 3.9rem;
		display: block;
	}
	#gFooter .snsBox .title {
		padding: 0.85rem 2rem;
		margin: 0 0 3.2rem;
		text-align: center;
		font-size: 2.6rem;
		border: 0.2rem solid #fff;
	}
	#gFooter .snsBox .snsUl {
		margin: 0 0 2.3rem;
		gap: 3.3rem;
		justify-content: center;
	}
	#gFooter .snsBox .snsUl img {
		height: 7rem;
	}
	#gFooter .snsBox .snsUl .li01 img {
		height: 6.3rem;
	}
	#gFooter .snsBox .link {
		margin: 0 auto;
		width: 35rem;
	}
	#gFooter .snsBox .link a {
		padding: 0.8rem 0.5rem 1rem;
		font-weight: 300;
		text-align: center;
		display: block;
		color: #373634;
		background-color: #fff;
		border-radius: 3rem;
	}
	#gFooter .snsBox .link span {
		padding-right: 6.4rem;
		font-size: 2.8rem;
		background-image: url(../img/common/icon03_sp.png);
		background-size: 4.1rem auto;
	}
	#gFooter address {
		font-size: 1.4rem;
		letter-spacing: 0.14em;
	}
}