@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: 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	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 {
	padding-top: 10rem;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 6rem;
	}
	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;
	padding: 2.3rem 4.6rem;
	width: 100%;
	height: 10rem;
	background-color: #fff;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 17.1rem;
}
#gNavi {
	position: absolute;
	right: 13rem;
	top: 3.8rem;
}
#gNavi > ul {
	justify-content: flex-end;
	font-weight: 500;
}
#gNavi > ul > li {
	margin-left: 4.8rem;
	position: relative;
}
#gNavi > ul > li > a {
	padding: 0 0.1rem 1.8rem;
	position: relative;
	display: block;
}
#gNavi > ul > li > a::before {
	position: absolute;
	left: 0;
	bottom: 0.9rem;
	width: 100%;
	height: 0.2rem;
	background-color: #EB0A1E;
	content: "";
	transition: .3s;
	opacity: 0;
}
#gNavi > ul > li.on > a::before {
	opacity: 1;
}
#gNavi > ul > li.blank a {
	padding-right: 2.4rem;
	background: url(../img/common/icon01.png) no-repeat right top 0.5rem;
	background-size: 1.4rem auto;
}
#gNavi .naviBox {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 21.5rem;
	transform: translateX(-50%);
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s,visibility .2s;
}
#gNavi .naviBox ul {
	padding: 4.2rem 2rem 3.7rem;
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
	transform: translateY(-1rem);
	transition: transform .4s,opacity .4s,visibility .4s;
	opacity: 0;
	visibility: hidden;
}
#gNavi > ul > .arrow:hover .naviBox {
	opacity: 1;
	visibility: visible;
}
#gNavi > ul > .arrow:hover .naviBox ul {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
#gNavi .naviBox li {
	margin-bottom: 0.6rem;
}
#gNavi .naviBox a {
	padding: 1rem;
	display: block;
	text-align: center;
}
.menu {
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
	border: 1px solid #EB0A1E;
	border-radius: 0.5rem;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
	z-index: 10;
}
.menu span {
	width: 2.1rem;
	height: 0.2rem;
	position: absolute;
	top: 1.8rem;
	left: 1.8rem;
	background: #EB0A1E;
	transition: all .35s ease;
	border-radius: 5rem;
}
.menu span:nth-of-type(2) {
	top: 2.8rem;
}
.menu span:nth-of-type(3) {
	top: 3.8rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(1rem) translateX(0) rotate(45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-1rem) translateX(0) rotate(-45deg);
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 9;
	overflow-y: scroll;
	background-color: #fff;
	display: none;
}
.menuBox .menuInfo {
	width: 100%;
	height: 100%;
	min-height: 48rem;
	padding: 10rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuBox .comInfo {
	margin-bottom: 0 !important;
}
.menuBox .menuList {
	margin-top: 9.8rem;
	font-size: 1.3rem;
	position: relative;
}
.menuBox .menuList::before {
	position: absolute;
	left: 0;
	top: -5.1rem;
	width: 3rem;
	height: 1px;
	background-color: #E5E5E5;
	content: "";
}
.menuBox .menuList li:not(:last-child) {
	margin-bottom: 2rem;
}
.menuBox .menuList a {
	padding-left: 1.3rem;
	position: relative;
	display: inline-block;
}
.menuBox .menuList a::before {
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.5rem;
	height: 1px;
	background-color: #000;
	content: "";
}
@media all and (min-width: 897px) and (max-width: 1140px) {
	#gHeader {
		padding-left: 1.5rem;
	}
	#gNavi {
		right: 9rem;
	}
	#gNavi > ul > li {
		margin-left: 1.5rem;
	}
}
@media all and (min-width: 897px) {
	#gNavi > ul > li:not(.arrow) > a:hover:before {
		opacity: 1;
	}
	.menu:hover {
		opacity: 0.5;
	}
	#gNavi .naviBox a:hover {
		opacity: 0.5;
	}
	#gNavi > ul > .arrow:hover > a {
		opacity: 0.5;
	}
	.menuBox .comInfo {
		width: 100rem;
		margin: 0 auto;
	}
	.menuBox .comInfo .leftBox p {
		margin-bottom: 3.9rem;
	}
	.menuBox .comInfo .comLink02 {
		margin-bottom: 4rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.9rem 1.3rem;
		height: 6rem;
	}
	#gHeader h1 {
		width: 26.9rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		right: 1rem;
		top: 1rem;
	}
	.menu span {
		width: 1.4rem;
		height: 1px;
		top: 1.2rem;
		left: 1.2rem;
	}
	.menu span:nth-of-type(2) {
		top: 1.8rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.4rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	.menuBox .menuInfo {
		height: auto;
		min-height: inherit;
		padding: 5.9rem 3rem;
		display: block;
	}
	.menuBox .menuInfo .comInfo {
		display: flex;
	}
	.menuBox .menuInfo .leftBox {
		width: calc(100% + 6rem);
		order: 1;
		padding: 5.1rem 0 0;
		margin: 6rem -3rem 0;
		border-top: 1px solid #E5E5E5;
		border-bottom: none;
	}
	.menuBox .menuInfo .fLogo {
		margin-bottom: 6.3rem;
	}
	.menuBox .menuInfo .comLink02 {
		margin-bottom: 5rem;
	}
	.menuBox .menuInfo .rightBox {
		width: 100%;
	}
	.menuBox .menuInfo .linkBox p {
		border-top: 1px solid #E5E5E5;
	}
	.menuBox .menuList {
		margin: 3rem 2rem 0;
	}
	.menuBox .menuList::before {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.9rem 0 3.7rem;
	border-top: 1px solid #E5E5E5;
}
#gFooter .fList {
	font-size: 1.3rem;
	border-left: 1px solid #E5E5E5;
}
#gFooter .fList li {
	border-right: 1px solid #E5E5E5;
}
#gFooter .fList a {
	padding: 0.4rem 1.9rem;
	display: inline-block;
}
#gFooter .fList a:hover {
	opacity: 0.7;
}
#gFooter address {
	position: absolute;
	right: 2rem;
	bottom: 0.7rem;
	font-size: 1rem;
	letter-spacing: 0.1rem;
}
#gFooter .pageTop {
	position: fixed;
	right: 2.9rem;
	bottom: 2.9rem;
	width: 8.2rem;
	display: none;
	z-index: 10;
}
#gFooter .pageTop a {
	height: 8.2rem;
	padding-top: 3rem;
	display: block;
	text-align: center;
	border: 1px solid #000;
	border-radius: 0.5rem;
	box-sizing: border-box;
	background-color: #FFF;
}
#gFooter .pageTop img {
	width: 1.2rem;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		padding-top: 2rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.9rem 0 3.7rem;
	}
	#gFooter .fList {
		width: fit-content;
		margin: 0 auto 5.7rem;
	}
	#gFooter address {
		position: static;
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.12rem;
	}
	#gFooter .pageTop {
		width: 4.2rem;
	}
	#gFooter .pageTop a {
		height: 4.2rem;
		padding-top: 1.5rem;
	}
	#gFooter .pageTop img {
		width: 0.7rem;
	}
}