@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 Old Mincho", 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: 110rem;
	color: #000;
	font-size: 1.4rem;
	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;
}
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: relative;
	background-color: rgba(41, 41, 41, 0.9);
}
#gHeader .hBox {
	padding: 2.5rem 2.4rem 1.6rem;
}
#gHeader h1 {
	position: relative;
	z-index: 9;
	width: 20rem;
	margin-top: 2px;
}
#gHeader h1 a {
	display: block;
}
#gHeader h1 img {
	width: 100%;
}
#gHeader .rBox {
	width: 53.5rem;
}
#gHeader .rBox .topNavi li:not(:last-child) {
	margin-right: 3.5rem;
}
#gHeader .rBox .topNavi .li01 a {
	padding-left: 2rem;
	background: url(../img/common/icon01.png) no-repeat left center / 1.5rem;
}
#gHeader .rBox .topNavi .li03 a {
	padding-left: 2rem;
	background: url(../img/common/icon02.png) no-repeat left center / 1.2rem;
}
#gHeader .rBox a {
	padding: 1rem 0;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	transition: all .5s;
}
#gHeader .rBox a.on {
	border-bottom: 0.1rem solid #fff;

}
@media all and (min-width: 897px) {
	#gHeader .rBox a:hover {
		border-bottom: 0.1rem solid #fff;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.6rem 1.5rem 0.3rem;
	}
	#gHeader h1 {
		width: 18.2rem;
	}
	#gHeader .rBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	margin-top: -0.1rem;
	height: 3.2rem;
	width: 3.2rem;
	position: relative;
	z-index: 9;
}
.menu:hover {
	cursor: pointer;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 3.2rem;
	height: .2rem;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 0;
}
.menu span:nth-of-type(2) {
	top: 1.2rem;
}
.menu span:nth-of-type(3) {
	top: 2.4rem;
}
.menu.on span:nth-of-type(1) {
	width: 4rem;
	height: 0.4rem;
	transform: translateY(1.3rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	width: 4rem;
	height: 0.4rem;
	transform: translateY(-1rem) rotate(45deg);
}
.menu:hover {
	opacity: 0.7;
}
.menuBox .content {
	max-width: 96.8rem;
}
.menuBox {
	padding: 12.3rem 1rem 5rem;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(41, 41, 41, 0.9);
	z-index: 8;
	height: 100vh;
	height: 100svh;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox a {
	color: #fff;
	font-size: 1.84rem;
}
.menuBox .naviBox {
	width: 54.3%;
}
.menuBox .naviBox a {
	padding-left: 2.6rem;
	background: url(../img/common/icon03.png) no-repeat left top 1rem / 1rem;
}
.menuBox .naviBox li:not(:last-child) {
	margin-bottom: 2.4rem;
}
.menuBox .btnList {
	margin: 0.5rem 1rem 0 0;
}
.menuBox .btnList li {
	width: 38.7rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #fff;
}
.menuBox .btnList a {
	min-height: 5.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuBox .btnList .li01 {
	margin-bottom: 5rem;
	letter-spacing: 0.08em;
}
.menuBox .btnList .li02 {
	margin-bottom: 2rem;
}
.menuBox .btnList .li01 span {
	padding-left: 3rem;
	background: url(../img/common/icon01.png) no-repeat left top 0.7rem / 1.6rem;
}
.menuBox .btnList .li03 span {
	letter-spacing: -0.04em;
	padding-left: 2.5rem;
	background: url(../img/common/icon02.png) no-repeat left top 0.7rem / 1.6rem;
}
.menuBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.menu {
		width: 2rem;
	}
	.menu span {
		width: 2rem;
	}	
	.menu span:nth-of-type(1) {
		top: 0.3rem;
	}
	.menu span:nth-of-type(2) {
		top: 0.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.5rem;
	}
	.menu.on span:nth-of-type(1) {
		width: 2rem;
		height: 0.2rem;
		transform: translateY(0.5rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		width: 2rem;
		height: 0.2rem;
		transform: translateY(-0.7rem) rotate(45deg);
	}
	.menuBox {
		text-align: center;
		padding: 7.8rem 0 0;
		background-color: rgba(41, 41, 41, 1);
	}
	.menuBox .content {
		display: block;
	}
	.menuBox .naviBox {
		margin-bottom: 1.9rem;
		padding-bottom: 4.4rem;
		display: block;
		width: auto;
		border-bottom: 0.1rem dotted #fff;
	}
	.menuBox .naviBox li:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	.menuBox .naviBox a {
		padding-left: 2rem;
		background-position: left center;
		background-size: 0.8rem;
	}
	.menuBox .naviList:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	.menuBox a {
		font-size: 1.4rem;
	}
	.menuBox .btnList {
		padding-bottom: 3rem;
		margin: 0 auto;
		width: 33.4rem;
	}
	.menuBox .btnList li {
		width: auto;
	}
	.menuBox .btnList .li01 {
		margin-bottom: 1.3rem;
		border-radius: 0;
		border: 0;
	}
	.menuBox .btnList .li02 {
		margin-bottom: 1.8rem;
	}
	.menuBox .btnList .li02 span,
	.menuBox .btnList .li03 span {
		padding-left: 2.5rem;
		background-position: left center;
		background-size: 1.4rem;
	}
	.menuBox .btnList .li03 span {
		letter-spacing: -0.02em;
	}
	.menuBox .btnList a {
		min-height: 4.55rem;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}
#gNavi.on {
	background-color: rgba(255, 255, 255, 1);
}
#gNavi ul {
	align-items: center;
}
#gNavi li {
	letter-spacing: 0.1em;
}
#gNavi .li01 .en {
	padding-left: 3.5rem;
}
#gNavi .li02 .en {
	padding-right: 3.5rem;
}
#gNavi a span {
	padding: 1.1rem 1rem 1rem;
	text-align: center;
	display: block;
	width: 13.8rem;
	min-height: 4.2rem;
}
#gNavi a .en {
	color: #292929;
}
#gNavi a .jp {
	color: #fff;
	font-size: 1.2rem;
	font-family: "Zen Old Mincho", serif;
	background-color: rgba(41, 41, 41, 0.9);
	display: none;
}
#gNavi a.on .en {
	display: none;
}
#gNavi a.on .jp {
	display: block;
}
@media all and (min-width: 897px) {
	#gNavi a:hover .en {
		display: none;
	}
	#gNavi a:hover .jp {
		display: block;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 5rem 4.2rem;
	text-align: right;
}
#pagePath li {
	display: inline-block;
	color: #292929;
	font-size: 1.2rem;
}
#pagePath li:not(:last-child) {
	margin-right: 0.5rem;
}
#pagePath a {
	margin-right: 1rem;	
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 7.6rem;
	color: #fff;
	background-color: #292929;
}
#gFooter .fLogo {
	margin-bottom: 5.5rem;
	width: 9.8rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fLogo img {
	width: 100%;
}
#gFooter .snsBox {
	align-items: center;
}
#gFooter .snsBox li {
	width: 3.2rem;
}
#gFooter .snsBox .li01 {
	margin-right: 2.2rem;
}
#gFooter .snsBox a {
	display: block;
}
#gFooter .naviBox .fNavi:not(:last-of-type) {
	margin-right: 5rem;
}
#gFooter .naviBox a {
	color: #fff;
	display: inline-block;
}
#gFooter .fNavi {
	width: 22.9rem;
}
#gFooter .naviBox .fNavi > li {
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	border-top: 0.1rem solid #fff;
}
#gFooter .naviBox .fNavi > li > a {
	margin: 2.1rem 0 4.4rem;
}
#gFooter .naviBox .subNavi {
	margin-top: -1.5rem;
}
#gFooter .naviBox .subNavi li {
	padding: 0.5rem 0;
	font-size: 1.3rem;
}
#gFooter address {
	margin-top: -2.4rem;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
#gFooter .snsBox a:hover,
#gFooter .naviBox a:hover {
	opacity: 0.7;
}

#gFooter .naviBox .fNavi > li > a.btn {
	width: 100%;
	margin: 0 0 10rem;
	padding: 1.6rem;
	border: 0.1rem solid #fff;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5rem 0 4.8rem;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 3.2rem;
		width: 10rem;
	}
	#gFooter .snsBox {
		margin-bottom: 4.2rem;
		justify-content: center;
	}
	#gFooter .snsBox li {
		width: 2.3rem;
	}
	#gFooter .snsBox .li01 {
		margin-right: 1.6rem;
	}
	#gFooter .snsBox .li02 {
		padding-top: 0.4rem;
	}
	#gFooter .fNavi {
		width: 47.1%;
	}
	#gFooter .naviBox .fNavi:not(:last-of-type) {
		margin-right: 5.8%;
	}
	#gFooter .naviBox .fNavi > li {
		font-size: 1.2rem;
	}
	#gFooter .naviBox .fNavi > li > a {
		margin: 1.6rem 0 3.6rem;
	}
	#gFooter .naviBox .subNavi {
		margin-bottom: 3rem;
	}
	#gFooter .naviBox .subNavi li {
		padding: 0;
		font-size: 1rem;
		line-height: 2.2rem;
	}
	#gFooter address {
		text-align: center;
		margin-top: 0;
		font-size: 1rem;
	}
}