@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: 1439px) {
	html {
		font-size: calc(1000vw / 1440);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
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: #222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	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 {
	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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: .3s;
}
#gHeader .topBox {
	color: #565656;
	padding: 0.7rem 2.6rem 0.5rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CCC;
	font-size: 1.3rem;
}
body .outBtn {
	position: relative;
}
#gHeader .outBtn::before {
	width: 1px;
	height: 2rem;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: -3.3rem;
	content: "";
}
body .outBtn a {
	color: #5F5BFF;
	font-size: 1.3rem;
	font-weight: 700;
	display: inline-block;
}
body .outBtn img {
	width: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.2rem 0.8rem 0 0;
}
#gHeader .rightBox {
	margin-right: 0.7rem;
	display: flex;
	flex: 1;
	gap: 6.6rem;
	justify-content: flex-end;
}
#gHeader .naviUl {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-end;
	gap: 2.4rem;
}
#gHeader .naviUl a {
	color: #565656;
}
#gHeader .hTxt {
	letter-spacing: 0.02em;
}
#gHeader .hBox {
	padding: 2.3rem 3.2rem;
	width: 100%;
	display: flex;
}
#gHeader .leftBox {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 5.4rem;
}
#gHeader .logo {
	width: 16.3rem;
}
#gHeader .comBtn {
	margin-right: 0.2rem;
}
@media all and (min-width: 897px) {
	body .outBtn a:hover {
		opacity: 0.7;
	}
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
	#gHeader.fix {
		position: fixed;
		background-color: #fff;
	}
	#gHeader.fix .topBox {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader .comBtn img {
		display: none;
	}
	#gHeader .comBtn a {
		height: 2.6rem;
		font-size: 1rem;
		width: 8.8rem;
		box-shadow: none;
	}
	#gHeader .hBox {
		padding: 1.7rem 1.5rem 1.2rem;
	}
	#gHeader .logo {
		width: 9.4rem;
	}
	#gHeader .comBtn {
		margin: -0.2rem 4.8rem 0 0;
	}
	#gHeader {
		position: fixed;
	}
	#gHeader.fix {
		background-color: #fff;
	}
}


#gNavi {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	gap: 2.6rem;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
}

.menu {
	position: fixed;
	top: 1.7rem;
  	right: 2rem;
	height: 2.6rem;
	width: 2.6rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu span {
	background: #3E3E3E;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	border-radius: 0.5rem;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}
.menu.on span {
	background-color: #fff;
}
.menu.on .top {
	-webkit-transform: translateY(1rem) translateX(0) rotate(-45deg);
	-ms-transform: translateY(1rem) translateX(0) rotate(-45deg);
	transform: translateY(1rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	-webkit-transform: translateY(-1rem) translateX(0) rotate(45deg);
	-ms-transform: translateY(-1rem) translateX(0) rotate(45deg);
	transform: translateY(-1rem) translateX(0) rotate(45deg);
}

@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #202438;
	z-index: 99999;
	overflow-y: auto;
	display: none;
}
.menuBox .innerBox {
	padding: 8.5rem 4.8rem;
}
.menuBox .naviUl a,
.menuBox .naviUl02 a {
	color: #fff;
}
.menuBox .naviUl a {
	padding: 0.5rem 0;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.menuBox .naviUl li {
	margin-bottom: 2.5rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .comBtn {
	margin: 0 -0.3rem;
	display: block;
}
.menuBox .comBtn li {
	margin-bottom: 2.3rem;
}
.menuBox .comBtn li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl02 {
	display: flex;
	flex-wrap: wrap;
	margin: 6.1rem -0.9rem 0 0.7rem;
	letter-spacing: 0.1em;
	gap: 2.7rem 0;
}
.menuBox .naviUl02 li {
	width: 50%;
	font-weight: 500;
}
.menuBox .comBtn.big a {
	width: 100%;
	height: 6.6rem;
	font-size: 1.7rem;
	border-width: 0.2rem;
	box-shadow: 0.2068rem 0.2068rem 0.6893rem 0 rgba(0, 0, 0, 0.15);
}
.menuBox .comBtn .txt {
	font-size: 1.1rem;
	top: -1.7rem;
	padding: 0.5rem 1rem 0.7rem;
}
.menuBox .naviUl {
	margin-bottom: 6.7rem;
}
.menuBox .comBtn.big img {
	width: 1.9rem;
	margin: -0.5rem 1.1rem 0 0;
}
.menuBox .outBtn a {
	color: #fff;
}
.menuBox .outBtn {
	margin: 4.7rem 0.8rem 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	padding: 6.5rem 0 5.8rem;
}
#gFooter .content {
	width: 102.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gFooter .fLogo {
	width: 12.9rem;
	margin: 1.8rem 2rem 0 0;
}
#gFooter .rBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0 1rem;
}
#gFooter .rBox a:hover {
	opacity: 0.7;
}
#gFooter .linkUl {
	margin-top: 1rem;
	display: flex;
	gap: 1.4rem;
}
#gFooter .linkUl a {
	display: inline-block;
	color: #3E3E3E;
	font-size: 1.1rem;
	font-weight: 700;
	padding-right: 1.5rem;
	background: url(../img/common/icon08.png) no-repeat right center;
	background-size: 1rem auto;
}
#gFooter .snsUl {
	margin: 1.5rem 0 0 3.3rem;
	display: flex;
	gap: 1.45rem;
}
#gFooter .snsUl img {
	width: 1.8rem;
}
#gFooter .textImg {
	margin-left: 14.5rem;
	width: 6.7rem;
}
#gFooter address {
	margin-top: 2.3rem;
	color: #3E3E3E;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	font-family: "Poppins", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.4rem 0 3rem;
	}
	#gFooter .content {
		width: auto;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 0 3.7rem;
	}
	#gFooter .rBox {
		display: block;
	}
	#gFooter .linkUl {
		margin-bottom: 4rem;
		gap: 1.5rem 0;
		flex-direction: column;
	}
	#gFooter .linkUl a {
		font-size: 1.2rem;
	}
	#gFooter .snsUl {
		gap: 0 2.5rem;
		margin-left: 0;
	}
	#gFooter .snsUl img {
		width: 2.3rem;
	}
	#gFooter .textImg {
		margin: 5.4rem 0 0;
	}
	#gFooter address {
		margin-top: 3.9rem;
	}
}