@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: "Zen Kaku Gothic Antique", 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: #221E1F;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #221E1F;
}
a:hover {
	color: #221E1F;
}
a:active {
	color: #221E1F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #221E1F;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 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) {
	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: 5rem 5rem 0;
	width: 100%;
	z-index: 99;
}
#gHeader .logo {
	width: 30rem;
	position: absolute;
	left: 6rem;
	top: 6rem;
}
#gHeader .logo a {
	display: block;
	position: relative;
}
#gHeader .logo img {
	transition: .3s;
}
#gHeader .logo .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0 !important;
}
#gHeader.on .logo .black {
	opacity: 1 !important;
}
#gHeader.on .logo .white {
	opacity: 0 !important;
}
#gHeader .hBox {
	width: 100rem;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	font-size: 1.4rem;
}
#gHeader .language {
	width: 8.9rem;
	position: relative;
	z-index: 3;
}
#gHeader .language p {
	height: 5.5rem;
	padding-left: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	background: #fff url(../img/common/icon02.png) no-repeat left 1.4rem center;
	background-size: 1.7rem auto;
	border-radius: 0.5rem;
	transition: .3s;
}
.comLang {
	width: 11.8rem;
	position: absolute;
	left: 0;
	top: calc(100% - 1rem);
	padding: 0.5rem 0.5rem 1rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	border-radius: 0.5rem;
	background-color: #fff;
	display: none;
}
.comLang .zen-new {
	font-weight: 500;
}
.comLang a {
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.5rem;
}
#gHeader .hBtn {
	margin: 0 1rem;
	width: 12.8rem;
	position: relative;
}
#gHeader .hBtn p {
	height: 5.5rem;
	padding-left: 3.9rem;
	display: flex;
	align-items: center;
	line-height: 1.28;
	box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	background: #fff url(../img/common/icon03.png) no-repeat left 1.4rem center;
	background-size: 1.6rem auto;
	border-radius: 0.5rem;
	transition: .3s;
	cursor: pointer;
}
#gHeader .hInner {
	width: fit-content;
	padding: 0.5rem 0.5rem;
	position: relative;
	box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	border-radius: 0.5rem;
	background-color: #fff;
	padding-right: 130px;
}
#gHeader .hLink {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 12rem;
}
#gHeader .hLink a {
	height: 4.5rem;
	padding-left: 4.3rem;
	display: flex;
	align-items: center;
	color: #FEFEFE;
	background: #221E1F url(../img/common/icon04.png) no-repeat left 2rem top 54%;
	background-size: 1.7rem auto;
	border-radius: 0.5rem;
}
#gNavi > ul > li .jp {
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (min-width: 897px) {
	#gNavi > ul > li.on > a {
		color: #005DAC;
		background-color: #F5F5F5;
	}
	#gHeader .language:hover > p,
	#gHeader .hBtn:hover p,
	#gHeader .hLink a:hover {
		opacity: 0.7;
	}
	#gNavi > ul > li:hover > a,
	#gNavi .naviBox a:hover,
	.comLang a:hover {
		color: #005DAC !important;
		background-color: #F5F5F5;
	}
	#gHeader .hInner {
		display: block !important;
	}
	#gNavi > ul > li {
		position: relative;
	}
	#gNavi > ul > li a {
		height: 4.5rem;
		padding: 0 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 0.5rem;
	}
	#gNavi .naviBox {
		width: max-content;
		position: absolute;
		left: 50%;
		top: calc(100% - 0.5rem);
		padding: 0.5rem 1rem;
		transform: translateX(-50%);
		box-shadow: 0 0 1rem rgba(0,0,0,0.15);
		border-radius: 0.5rem;
		background-color: #fff;
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 3rem 3rem 0;
	}
	#gHeader .logo {
		width: 10rem;
		left: 3rem;
		top: 3.3rem;
		z-index: 11;
	}
	#gHeader .hBox {
		width: 17rem;
		position: relative;
		display: block;
		font-size: 1.4rem;
		background-color: #FFFFFF;
		border-radius: 0.5rem;
	}
	#gHeader .language {
		position: fixed;
		right: -11.3rem;
		top: 11.2rem;
		width: 15.2rem;
		padding-left: 3.5rem;
		background-color: #FEFEFE;
		box-shadow: 0 0 1rem rgba(0,0,0,0.1);
		border-radius: 0.5rem 0 0 0.5rem;
		overflow: hidden;
		transition: .3s;
	}
	#gHeader .language.on {
		right: 0;
	}
	#gHeader .language p {
		position: absolute;
		left: 0.5rem;
		top: 0.5rem;
		bottom: 0.5rem;
		width: 3.4rem;
		height: auto;
		padding: 2.3rem 0 0 0.1rem;
		color: #FEFEFE;
		box-shadow: none;
		writing-mode: vertical-rl;
		background: #221E1F url(../img/common/icon15.png) no-repeat top 6.2rem left 45%;
		background-size: 1.7rem auto;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#gHeader .language ul {
		width: auto;
		position: static;
		box-shadow: none;
		border-radius: 0;
		display: block;
	}
	#gHeader .hBtn {
		margin: 0;
		width: 12rem;
		position: relative;
		z-index: 11;
	}
	#gHeader .hBtn p {
		height: 5.2rem;
		font-size: 1.3rem;
		box-shadow: none;
	}
	#gHeader .menuBg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		display: none;
		z-index: 5;
	}
	#gHeader .hInner {
		position: fixed;
		left: 2rem;
		top: 2rem;
		right: 2rem;
		bottom: 2rem;
		width: auto;
		padding: 0;
		overflow-y: auto;
		box-shadow: 0 0 1rem rgba(0,0,0,0.15);
		border-radius: 1rem;
		z-index: 9;
		display: none;
	}
	#gHeader .menuIco {
		width: 6rem;
		margin: 0 3rem 2rem auto;
	}
	#gHeader .hLink {
		position: static;
		width: 33rem;
		margin: 0 auto 1rem;
	}
	#gHeader .hLink a {
		height: 6rem;
		padding-left: 2.6rem;
		text-align: center;
		justify-content: center;
		font-size: 2rem;
		background-position: left calc(50% - 4.5rem) top 54%;
	}
	#gNavi {
		padding: 9rem 0 0 3rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi > ul > li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	#gNavi a {
		display: block;
		font-size: 2.5rem;
		color: #005DAC;
	}
	#gNavi a .jp {
		margin-left: 1rem;
		color: #EE243A;
		font-size: 1.3rem;
	}
	#gNavi .naviBox {
		margin: 1.3rem 0 -1rem 2rem;
	}
	#gNavi .naviBox li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#gNavi .naviBox a {
		font-size: 1.8rem;
	}
	.menu {
		width: 4.2rem;
		height: 4.2rem;
		position: absolute;
		right: 0.5rem;
		top: 0.5rem;
		background-color: #221E1F;
		border-radius: 0.5rem;
		z-index: 11;
	}
	.menu span {
		width: 1.8rem;
		height: 1px;
		position: absolute;
		top: 1.4rem;
		left: 1.2rem;
		background: #fff;
		transition: all .3s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 10rem 8rem;
	color: #FEFEFE;
	font-size: 1.4rem;
	background-color: #221E1F;
}
#gFooter a {
	color: #FEFEFE;
}
#gFooter .fBox {
	position: relative;
}
#gFooter .fLogo {
	margin-bottom: 3rem;
	width: 25rem;
}
#gFooter .fNavi {
	justify-content: flex-end;
}
#gFooter .language {
	position: relative;
}
#gFooter .language p {
	padding: 1rem 1.8rem 1rem 2.3rem;
	background: url(../img/common/icon10.png) no-repeat right center,url(../img/common/icon09.png) no-repeat left center;
	background-size: 1.1rem auto,1.7rem auto;
	cursor: pointer;
	transition: .3s;
}
#gFooter .comLang ul {
	top: 100%;
	width: 100%;
}
#gFooter .comLang a {
	color: #221E1F;
}
#gFooter .fBtn p {
	display: block;
	padding: 1rem 0 1rem 2.5rem;
	background: url(../img/common/icon11.png) no-repeat left top 1rem;
	background-size: 1.6rem auto;
	cursor: pointer;
	transition: .3s;
}
#gFooter .fList li:not(:last-child) {
	margin-bottom: 2rem;
}
#gFooter .fList .big {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
#gFooter .fList .tel {
	margin-top: 0.7rem;
	display: block;
}
#gFooter .fList .tel a {
	padding: 0 0 0.5rem 1.7rem;
	display: inline-block;
	background: url(../img/common/icon12.png) no-repeat left top 0.3rem;
	background-size: 1.4rem auto;
}
#gFooter .fList .fax {
	position: relative;
	margin-left: 2.4rem;
	padding: 0 0 0.4rem 2.1rem;
	display: inline-block;
	background: url(../img/common/icon13.png) no-repeat left top 0.2rem;
	background-size: 1.7rem auto;
}
#gFooter .fList .fax::before {
	position: absolute;
	left: -1.7rem;
	top: 0.4rem;
	background: url(../img/common/icon14.png) no-repeat;
	background-size: 1.1rem auto;
	width: 1.1rem;
	height: 1.1rem;
	content: "";
}
#gFooter address {
	position: absolute;
	right: 0;
	bottom: -0.1rem;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi {
		position: absolute;
		right: 0;
		top: -0.2rem;
	}
	#gFooter .fNavi li:not(:first-child) {
		margin-left: 2rem;
	}
	#gFooter .fNavi a:hover,
	#gFooter .language:hover p,
	#gFooter .fBtn:hover p {
		opacity: 0.7;
	}
	#gFooter .language {
		position: absolute;
		right: -0.2rem;
		top: 3.6rem;
	}
	#gFooter .fBtn {
		position: absolute;
		right: 14.2rem;
		top: 3.6rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 3rem;
	}
	#gFooter .fBox {
		width: 31rem;
		margin: 0 auto;
	}
	#gFooter .fLogo {
		margin-bottom: 0;
		width: 6rem;
		position: absolute;
		left: 0;
		top: -1.9rem;
	}
	#gFooter .fNavi {
		width: 25rem;
		margin: 0 0 1rem auto;
	}
	#gFooter .fNavi li {
		margin: 0 0 0.7rem 1.5rem;
	}
	#gFooter .language {
		width: fit-content;
		margin: 0 -0.2rem 3rem auto;
	}
	#gFooter .language p {
		font-size: 1.2rem;
		padding: 0.2rem 1.8rem;
		background-size: 1.1rem auto,1.4rem auto;
	}
	#gFooter .comLang {
		top: 100%;
	}
	#gFooter .comLang a {
		height: 3.5rem;
	}
	#gFooter .fBtn {
		width: fit-content;
		margin-left: auto;
		position: relative;
	}
	#gFooter .fList {
		margin: 0 0 5rem -0.5rem;
	}
	#gFooter address {
		position: static;
		text-align: center;
	}
}