@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: "Zen Kaku Gothic New", sans-serif;
}
@font-face {
    font-family: 'verdana-italic';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/verdana-italic.woff') format('woff'),
    url('../fonts/verdana-italic.ttf')  format('truetype');
}
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: #141414;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #141414;
}
a:hover {
	color: #141414;
}
a:active {
	color: #141414;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #141414;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 9rem;
	text-align: left;
	position: relative;
	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;
	}
	#container {
		padding-top: 6.8rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 9rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
}
#gHeader .hBox {
	padding: 2.1rem 4.3rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#gHeader .logo {
	width: 18.5rem;
}
#gHeader .rightBox {
	margin: 1rem -1.9rem 0 0;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gHeader .comBtn {
	margin: 0.3rem -0.5rem 0 0;
}
#gHeader .comBtn a {
	width: 12rem;
}
#gNavi {
	margin: 0.2rem 3.1rem 0 0;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 2.4rem;
}
#gNavi a {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader .hBox {
		padding: 2.1rem 1rem;
	}
	#gHeader .logo {
		width: 15.5rem;
	}
	#gHeader .rightBox {
		margin: 0.5rem 0 0 0;
	}
	#gHeader .comBtn a {
		width: 9rem;
		font-size: 1rem;
	}
	#gHeader .comBtn {
		margin-top: 0;
		gap: 5px;
	}
	#gNavi {
		margin: 0.2rem 1.4rem 0 0;
		gap: 0.6rem;
	}
	#gNavi a {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2rem 1.5rem 1rem;
	}
	#gHeader .logo {
		width: 13.2rem;
	}
	#gHeader .rightBox {
		margin: 0.2rem 4.9rem 0 1.8rem;
	}
	#gHeader .menu {
		width: 3.6rem;
		position: absolute;
		top: 1.7rem;
		right: 1.5rem;
		cursor: pointer;
	}
	#gHeader {
		height: 6.8rem;
	}
	#gHeader .comBtn a {
		width: 14.2rem;
	}
	#gHeader .comBtn {
		margin: 0;
	}
}

/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #008fd5;
	z-index: 999;
	overflow-y: auto;
	display: none;
}
.menuBox .naviUl a {
	padding-left: 2.1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	position: relative;
	letter-spacing: 0.05em;
}
.menuBox .naviUl a::before {
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: 1.1rem;
	left: 0;
	background: url("../img/common/icon04.png") no-repeat left top / 100% 100%;
	content: "";
}
.menuBox .naviUl li {
	margin-bottom: 2.2rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .logo {
	width: 13.2rem;
	position: absolute;
	top: 2rem;
	left: 1.5rem;
}
.menuBox .menu {
	width: 3.6rem;
	position: absolute;
	top: 1.7rem;
	right: 1.5rem;
	cursor: pointer;
}
.menuBox .btmBox {
	margin-left: -1.1rem;
	justify-content: center;
	margin-top: 19.3rem;
	gap: 2.6rem;
	align-items: flex-end;
}
.menuBox .snsBtn {
	width: 4.5rem;
}
.menuBox .innerBox {
	padding: 10rem 3.4rem;
}
.menuBox .comBtn a {
	width: 23.1rem;
	height: 4.3rem;
	font-weight: 500;
	font-size: 1.95rem;
	padding-bottom: 0.1rem;
}
.menuBox .comBtn a + a {
	margin-top: 1.7rem;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background-color: #0099d5;
	position: relative;
}
#gFooter a {
	color: #fff;
}
#gFooter address {
	padding: 2.4rem 0 2.2rem;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	background-color: #b5221b;
	letter-spacing: 0.1em;
}
#gFooter .fBox {
	padding: 7rem 0 6.6rem;
	display: flex;
}
#gFooter .leftBox {
	width: 60rem;
}
#gFooter .fNavi {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 5.9rem;
	margin-top: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#gFooter .fNavi > li {
	border-left: 0.1rem solid #fff;
	width: 13.5rem;
	padding-left: 1.4rem;
}
#gFooter .fNavi ul li {
	margin-bottom: 2.6rem;
}
#gFooter .fNavi ul li:last-child {
	margin-bottom: 0;
}
#gFooter .fLogo {
	margin-bottom: 4.3rem;
}
#gFooter .fLogo img {
	width: 33.1rem;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .snsBtn {
	margin: 0.1rem 0 0 1.8rem;
	width: 4rem;
}
#gFooter .snsBtn a {
	display: inline-block;
}
#gFooter .comBtn a {
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#gFooter .snsBtn a:hover,
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .comBtn a {
		width: 20.6rem;
		font-size: 1.8rem;
		height: 4.2rem;
	}
	#gFooter .comBtn {
		gap: 19px;
	}
}
@media all and (max-width: 896px) {
	#gFooter address {
		padding: 0.5rem 0 1.1rem;
		letter-spacing: 0.1em;
	}
	#gFooter .fBox {
		padding: 2.9rem 0 2.9rem;
		display: block;
	}
	#gFooter .leftBox {
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin-bottom: 2.2rem;
	}
	#gFooter .fLogo img {
		width: 19.4rem;
	}
	#gFooter .snsBtn {
		margin: -0.1rem 0 0 0;
		width: 2.8rem;
	}
	#gFooter .flex {
		justify-content: center;
		gap: 1.5rem;
	}
	.pagetop {
		width: 5.8rem;
		position: fixed;
		bottom: 2rem;
		right: 1.5rem;
		font-size: 0;
		line-height: 1;
		border-radius: 50%;
		z-index: 99;
	}
	.pagetop.noFix {
		position: absolute;
		bottom: calc(100% - 2.9rem);
	}
	.pagetop a {
		display: block;
	}
	#gFooter .comBtn {
		gap: 0.8rem;
	}
}