@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ" ,Meiryo, "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	body.active {
		position: fixed;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 100;
}
#gHeader .content {
	padding-left: 13px;
	max-width: 1450px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader h1 {
	max-width: 350px;
}

@media all and (min-width: 1000px) {
	#gHeader .languageList li a:hover {
		color: #0D7EFC;
	}	
	#gHeader .hBox {
		margin-top: 6px;
		min-width: 702px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader .languageList {
		margin-top: 2px;
		display: flex;
	}
	#gHeader .languageList li,#gHeader .languageList a {
		color: #484848;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	#gHeader .languageList .on a {
		color: #0D7EFC;
	}
	#gHeader .languageList li:nth-child(2n) {
		margin: 0 12px;
	}
}
@media all and (min-width: 1200px) and (max-width:1399px) {
	#gHeader .content {
		padding-left: 0;
		max-width: 1150px;
	}
	#gHeader .hBox {
		min-width: 613px;
	}
}
@media all and (min-width: 1000px) and (max-width:1199px) {
	#gHeader .content {
		padding-left: 2px;
		max-width: 978px;
	}
	#gHeader h1 {
		max-width: 300px;
	}
	#gHeader .hBox {
		min-width: 608px;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding: 0;
		position: static;
	}
	#gHeader .content {
		height: auto;
	}
	#gHeader .logoBox {
		padding-left: 15px;
		width: 100%;
		min-height: 60px;
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		box-sizing: border-box;
		z-index: 100;
	}
	#gHeader h1 {
		margin-top: 3px;
		width: 280px;
	}
	#gHeader .menu {
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		background: url("../../img/common/menu_img02.png") no-repeat left top / 100%;
		z-index: 1000;
	}
	#gHeader .menu.active img {
		opacity: 0;
	}
	#gHeader .hBox {
		padding: 93px 30px;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #35342F;
		z-index: 100;
		box-sizing: border-box;
		overflow-y: auto;
		transform: translateX(100%);
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#gHeader .hBox.active {
		transform: translateX(0);
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#gHeader .languageList {
		display: flex;
		justify-content: center;
	}
	#gHeader .languageList li,#gHeader .languageList a {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	#gHeader .languageList li:nth-child(2n) {
		margin: 0 38px;
	}

}
@media all and (max-width: 374px) {
	#gHeader h1 {
		width: 230px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
@media all and (min-width: 1000px) {
	#gNavi ul {
		display: flex;
	}
	#gNavi li {
		margin-right: 34px;
	}
	.vtn #gNavi li {
		margin-right: 15px;
	}
	#gNavi li:last-child {
		margin-right: 0;
	}
	#gNavi li a {
		padding: 0 8px;
		position: relative;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 1.6rem;
	}
	#gNavi li a::after {
		content: '';
		position: absolute;
		bottom: -9px;
		left: 0;
		width: 100%;
		height: 1px;
		background:#0D7EFA;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#gNavi li.current a::after,
	#gNavi li a:hover::after {
		transform: scale(1, 1);
	}
}
@media all and (min-width: 1200px) and (max-width:1399px) {
	#gNavi li {
		margin-right: 12px;
	}
	.vtn #gHeader h1 {
		max-width: 430px;
	}
	.vtn #gNavi li {
		margin-right: 10px;
	}
	.vtn #gNavi li a {
		font-size: 1.4rem;
	}
}
@media all and (min-width: 1000px) and (max-width:1199px) {
	#gNavi li {
		margin-right: 12px;
	}
	.vtn #gNavi li {
		margin-right: 10px;
	}
	.vtn #gNavi li a {
		font-size: 1.2rem;
	}
	#gNavi li a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 999px) {
	#gNavi {
		margin-bottom: 45px;
		border-top: 1px solid #636363;
	}
	#gNavi a {
		padding: 23px 10px 16px;
		display: block;
		color: #fff;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		text-align: center;
		border-bottom: 1px solid #636363;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 10px;
	background-color: #eee;
}
#gFooter .fNavi {
	margin-bottom: 66px;
	padding: 13px 20px 10px;
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-bottom: 1px solid #000;
}
#gFooter .fNavi li {
	margin-right: 50px;
}
#gFooter .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fNavi a {
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.vtn #gFooter .fNavi a {
	font-size: 1.4rem;
}

#gFooter .fLogo {
	margin: 0 auto 25px;
	max-width: 471px;
}
#gFooter .ttl {
	margin-bottom: 37px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
}
#gFooter .txt {
	margin-bottom: 19px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#gFooter .languageList {
	margin: 0 0 51px;
	display: flex;
	justify-content: center;
}
#gFooter .languageList li,#gFooter .languageList a {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gFooter .languageList li:nth-child(2n) {
	margin: 0 20px;
}
#gFooter .languageList a:hover {
	opacity: 0.7;
}
#gFooter .copyBox {
	padding: 0 18px 0 20px;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	align-items: center;
}
#gFooter .copyBox .link {
	max-width: 215px;
}
@media all and (-ms-high-contrast: none) {
	#gFooter .copyBox .link {
		width: 215px;
	}
}
#gFooter .copyBox .link a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
@media all and (max-width: 1200px) and (min-width: 1000px) {
	.vtn #gFooter .fNavi {
		padding: 13px 20px 10px 200px;
	}
	.vtn #gFooter .fNavi li {
		margin-right: 20px;
	}
	#gFooter .fNavi a {
		font-size: 1.4rem;
	}
	.vtn #gFooter .fNavi a {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 1000px) {
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 0 23px 69px;
	}
	#gFooter .fNavi {
		margin: 0 -23px 46px;
		padding: 0 0 4px;
		display: block;
		border-bottom: none;
	}
	#gFooter .fNavi li {
		margin-right: 0;
	}
	#gFooter .fNavi a {
		padding: 14px 10px 10px;
		display: block;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
	}
	#gFooter .fLogo {
		margin: 0 auto 43px;
		max-width: 334px;
	}
	#gFooter .ttl {
		margin-bottom: 35px;
	}
	#gFooter .txt {
		margin: 0 auto 63px;
		line-height: 1.75;
	}
	#gFooter .languageList {
		margin: 0 0 53px;
	}
	#gFooter .languageList li,#gFooter .languageList a {
		font-size: 1.6rem;
	}
	#gFooter .languageList li:nth-child(2n) {
		margin: 0 20px;
	}
	#gFooter .copyBox {
		padding: 0;
		display: block;
	}
	#gFooter .copyBox .link {
		margin: 0 auto 23px;
		padding-right: 22px;
		max-width: 215px;
	}
	#gFooter .copyBox .link a {
		display: inline-block;
	}
	#gFooter .copyright {
		margin: 0 auto;
		max-width: 500px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
}
@media all and (max-width: 999px) {
	.fixedList {
		width: 100%;
		display: flex;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #35342F;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		z-index: 90;
	}
	.fixedList li {
		border-right: 1px solid #fff;
	}
	.fixedList li:last-child {
		border-right: none;
	}
	.fixedList a {
		padding: 13px 10px 8px;
		width: 100%;
		height: 100%;
		display: block;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		text-align: center;
		box-sizing: border-box;
	}
	.fixedList .liSty01 {
		flex: 1;
	}
	.fixedList .liSty02 {
		width: 24.41%;
	}
	.fixedList .liSty02 a {
		font-size: 1.7rem;
		font-weight: bold;
	}
	.fixedList .liSty03 {
		width: 11.25%;
	}
	.fixedList .liSty03 a {
		background: url("../../img/common/page_top.png") no-repeat center center / cover;
	}
}