@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: 1600px) {
	html {
		font-size: calc(1000vw / 1600);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #1D3443;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1D3443;
}
a:hover {
	color: #1D3443;
}
a:active {
	color: #1D3443;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1D3443;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	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 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.5rem 2.9rem 1.5rem 4.3rem;
	z-index: 100;
}
#gHeader h1 {
	margin-top: 1.4rem;
}
#gHeader h1 a {
	display: flex;
	align-items: center;
}
#gHeader h1 img {
	margin-right: 2.5rem;
	width: 23.6rem;
}
#gHeader h1 span {
	margin-top: -0.6rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}
#gHeader .btnList {
	justify-content: flex-end;
}
#gHeader .btnList li {
	margin-left: 2.2rem;
}
#gHeader .btnList .btn {
	padding-left: 7rem;
	min-height: 6rem;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2rem;
	cursor: pointer;
	transition: .3s;
	background: url(../img/common/icon02.png) no-repeat left top/6rem;
}
#gHeader .btnList .menu .btn {
	background-image: url(../img/common/icon03.png);
	width: 14rem;
}
#gHeader .btnList .menu.on .btn {
	background-image: url(../img/common/icon03_on.png);
}
#gHeader .btnList .menu .close {
	display: none;
}
#gHeader .btnList .menu.on .open {
	display: none;
}
#gHeader .btnList .menu.on .close {
	display: block;
}
.menuBox {
	position: fixed;
	right: 0;
	transform: translateX(100%);
	top: 0;
	padding: 1.3rem;
	width: 50.8rem;
	height: 100%;
	transition: .3s;
	z-index: 99;
}
.menuBox.open {
	transform: translateX(0);
}
.menuBox .subBox {
	margin-left: auto;
	padding: 13rem 5rem 8.5rem;
	width: 48.2rem;
	max-height: 100%;
	overflow-y: auto;
	border-radius: 2rem;
	background: #FFF;
}
.menuBox .menuList {
	margin: 0 auto 10.4rem;
	max-width: 26.1rem;
}
.menuBox .menuList li:not(:last-child) {
	border-bottom: 1px solid #1D3443;
}
.menuBox .menuList a {
	display: block;
	padding: 1.5rem 0 1.7rem 4.8rem;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.3rem;
	background: url(../img/common/icon08.png) no-repeat 0.9rem center/1.7rem;
}
.menuBox .menuList a:hover {
	opacity: 0.7;
}
.menuBox .comBtnList {
	margin: 0 auto 2.4rem;
	max-width: 31.2rem;
}
.menuBox .comBtnList li:not(:last-child) {
	margin-bottom: 1.8rem;
}
.menuBox .comBtn {
	margin: 0 auto;
	max-width: 31.2rem;
}
.menuBox .comBtn a {
	min-height: 5.3rem;
	background-position: right 1.5rem center;
}
@media all and (min-width: 897px) {
	#gHeader .btnList .btn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.7rem 1.2rem 1rem 0.7rem;
	}
	#gHeader h1 {
		margin-top: 0;
	}
	#gHeader h1 a {
		display: block;
	}
	#gHeader h1 img {
		margin-right: 0;
		width: 13.7rem;
	}
	#gHeader .btnList {
		margin-top: 0.2rem;
	}
	#gHeader .btnList li {
		margin-left: 1.5rem;
	}
	#gHeader .btnList li:first-child {
		margin-left: 0;
	}
	#gHeader .btnList .btn {
		padding-left: 4rem;
		min-height: 3.5rem;
		font-size: 1.8rem;
		background-size: 3.5rem;
		width: 9rem !important;
	}
	.menuBox {
		padding: 0.6rem;
		width: 100%;
	}
	.menuBox .subBox {
		padding: 7rem 4rem 5rem;
		width: 100%;
	}
	.menuBox .menuList {
		margin: 0 auto 5rem;
		max-width: 26.1rem;
	}
	.menuBox .menuList a {
		display: block;
		font-size: 1.8rem;
	}
	.menuBox .comBtnList {
		margin: 0 auto 2.4rem;
		max-width: 29.8rem;
		display: block;
	}
	.menuBox .comBtn {
		max-width: 29.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background: url(../img/common/footer_bg.jpg) no-repeat center bottom/cover;
}
#gFooter .fInner {
	padding: 8.6rem 0 11.6rem;
	border-bottom: 1px solid #fff;
}
#gFooter .fInner .content {
	max-width: 163.4rem;
	align-items: center;
}
#gFooter .lBox {
	width: 36rem;
}
#gFooter .fLogo {
	margin: 0 auto 3rem;
	width: 21.8rem;
}
#gFooter .lBox p {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#gFooter .lBox .tel {
	margin-bottom: 3.5rem;
}
#gFooter .lBox .tel a {
	display: inline-block;
	padding-left: 2.4rem;
	font-size: 1.8rem;
	background: url(../img/common/icon07.png) no-repeat left 0.4rem/1.9rem;
}
#gFooter .lBox .btn {
	margin-left: -0.3rem;
}
#gFooter .fNavi {
	margin-top: 4rem;
	width: 75.5rem;
	gap: 0 6rem;
}
#gFooter .fNavi a {
	margin-bottom: 3rem;
	display: inline-block;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.3rem;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi a:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi .subList a {
	margin-bottom: 0.6rem;
	padding-left: 2.1rem;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}
#gFooter .fNavi .subList a:before {
	position: absolute;
	left: 0;
	top: 1.3rem;
	width: 1.5rem;
	height: 1px;
	background: #1D3443;
	content: "";
}
#gFooter .btmBox {
	padding: 2.8rem 0 5rem;
}
#gFooter address {
	margin: 0.8rem 2.2rem 0 0;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}
#gFooter .link a {
	margin-left: 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#gFooter .link a:hover {
	opacity: 0.7;
}
#gFooter .pageTop {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 6.6rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 4rem 0;
	}
	#gFooter .fInner .content {
		display: block;
	}
	#gFooter .lBox {
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin-bottom: 2rem;
		width: 16rem;
	}
	#gFooter .lBox p {
		font-size: 1.4rem;
	}
	#gFooter .lBox .btn {
		margin-left: 0;
	}
	#gFooter .fNavi {
		margin: 2rem 0 0;
		width: auto;
		display: none;
	}
	#gFooter .fNavi br {
		display: none;
	}
	#gFooter .fNavi a {
		margin-bottom: 0;
		display: block;
		padding: 1rem 4rem;
		font-size: 1.6rem;
		background: url(../img/common/icon08.png) no-repeat 1.5rem center/1.7rem;
		border-bottom: 1px solid #1D3443;
	}
	#gFooter .fNavi .subList {
		margin: 1rem 2rem 0;
	}
	#gFooter .fNavi .subList a {
		margin-bottom: 0;
		padding: 0.2rem 0 0.2rem 2.1rem;
		display: block;
		font-size: 1.4rem;
		border-bottom: none;
		background: none;
	}
	#gFooter .fNavi .subList a:before {
		top: 1.1rem;
	}
	#gFooter .btmBox {
		padding: 2rem 0;
		text-align: center;
	}
	#gFooter address {
		margin: 0;
		width: 100%;
		font-size: 1.2rem;
		order: 1;
	}
	#gFooter .link {
		margin-bottom: 1rem;
		order: 0;
		text-align: center;
		width: 100%;
	}
	#gFooter .link a {
		margin-left: 0;
		font-size: 1.4rem;
	}
	#gFooter .pageTop {
		right: 1rem;
		bottom: 10rem;
		width: 4.6rem;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}