@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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 {
	min-width: 1320px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #fff;
}
#container {
	padding-top: 120px;
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
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: 1rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 60px;
	}
	#main {
		margin-bottom: 30px;
	}
	#main.mb0 {
		margin-bottom: 0;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 27px 0 10px;
//		padding: 0 27px 0 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background: #fff;
	z-index: 100;
}
#gHeader h1 {
	width: 40%;
	max-width: 580px;
//		width: 19.45%;
//	max-width: 316px;
}
#gHeader .hBox {
	padding-top: 14px;
	width: 60%;
//		width: 80%;
}
#gHeader .hLinkBox {
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
#gHeader .hBtnBox {
	padding-right: 48px;
	position: relative;
	flex-wrap: nowrap;
}
#gHeader .search {
	padding-left: 48px;
	height: 48px;
	position: relative;
	background: #b5b5b6;
}
#gHeader .search .btn {
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .search .btn a {
	padding-top: 14px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background: #b5b5b6;
}
#gHeader .search .btn a:hover {
	opacity: 0.7;
}
#gHeader .search .btn a img {
	width: 20px;
	height: 20px;
}
#gHeader .search .search_open {
	padding: 9px 10px 5px 0;
	height: 48px;
	box-sizing: border-box;
	display: none;
	background: #b5b5b6;
}
#gHeader .search .search_open input[type="text"] {
	margin: 0;
	padding: 5px 9px;
	width: 240px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#gHeader .language {
	padding-left: 48px;
	height: 48px;
	position: relative;
	background: #000;
}
#gHeader .language .btn {
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .language .btn a {
	padding-top: 14px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background: #000;
}
#gHeader .language .btn a:hover {
	opacity: 0.7;
}
#gHeader .language .btn a img {
	width: 22px;
	height: 22px;
}
#gHeader .language .langBox {
	display: none;
}
#gHeader .language .langList {
	display: flex;
}
#gHeader .language .langList li {
	position: relative;
}
#gHeader .language .langList li::before {
	width: 1px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: '';
	transform: translateY(-50%);
	z-index: 1;
}
#gHeader .language .langList li:nth-child(1)::before {
	display: none;
}
#gHeader .language .langList li a {
	height: 48px;
	padding: 0 1.3rem 0 1.5rem;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 48px;
	white-space: nowrap;
	box-sizing: border-box;
	background: #000;
}
#gHeader .language .langList li:nth-child(1) a {
	padding-left: 0;
}
#gHeader .language .langList li a:hover {
	opacity: 0.7;
}
#gHeader .contactBtn {
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: #e60012;
}
#gHeader .contactBtn a {
	box-sizing: border-box;
	padding-top: 17px;
	width: 48px;
	height: 48px;
	display: block;
	text-align: center;
	background: #e60012;
}
#gHeader .contactBtn a:hover {
	opacity: 0.7;
}
#gHeader .contactBtn a img {
	width: 22px;
	height: 16px;
}
#gHeader .logo {
	margin-left: 21px;
	width: 14.7%;
	min-width: 110px;
	max-width: 190px;
}
#gHeader .logo a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gHeader h1 {
		width: 45%;
//				width: 22%;
	}
	#gHeader .hBox {
//		width: 55%;
//				width: 78%;
	}
	#gHeader .search .search_open input[type="text"] {
		width: 200px;
	}
}
@media all and (min-width: 897px) and (max-width: 999px) {
	#gHeader h1 {
		width: 45%;
//				width: 24%;
	}
	#gHeader .hBox {
		width: 55%;
//			width: 76%;
	}
	#gHeader .logo {
		margin-left: 15px;
	}
	#gHeader .search .search_open input[type="text"] {
		width: 160px;
	}
	#gHeader .language .langList li a {
		padding: 0 1rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 15px 10px;
		height: 60px;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 400px;
//  		width: 206px;
	}
	#gHeader .hBox {
		display: none;
	}
	.menu {
		width: 30px;
		height: 22px;
		display: block;
		position: absolute;
		right: 15px;
		top: 19px;
		cursor: pointer;
	}
	.menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #e60012;
		transition: all .4s;
	}
	.menu span:nth-child(2) {
		top: 10px;
	}
	.menu span:nth-child(3) {
		top: 20px;
	}
	.menu.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-315deg);
	}
	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(315deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 99;
		overflow: auto;
	}
	.menuBox .menuList {
		padding-top: 61px;
		margin-bottom: 20px;
	}
	.menuBox .menuList li {
		border-bottom: 1px solid #fff;
	}
	.menuBox .menuList > li:last-of-type {
		border-color: #dadada;
	}
	.menuBox .menuList li a {
		padding: 21px 25px 20px 16px;
		display: block;
		position: relative;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		background: #dadada;
	}
	.menuBox .menuList li a::after {
		width: 8px;
		height: 8px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url("../../images/common/arrow_03_gray.svg") no-repeat center center / 100% 100%;
		content: '';
		transform: translateY(-50%);
	}
	.menuBox .menuList li a.active::after {
		width: 7px;
		height: 7px;
		background-image: url("../../images/common/toggle_plus_gray.svg");
		transition: 0.3s;
	}
	.menuBox .menuList li a.active.on::after {
		transform: translateY(-50%) rotate(135deg);
	}
	.menuBox .menuList li .subList {
		display: none;
	}
	.menuBox .menuList li .subList li {
		border-color: #dadada;
	}
	.menuBox .menuList li .subList li:last-child {
		border: none;
	}
	.menuBox .menuList li .subList li a {
		padding: 12px 16px 12px;
		font-size: 1rem;
		font-weight: 400;
		background: #fff;
	}
	.menuBox .menuList li .subList li:nth-child(1) a {
		font-weight: 700;
	}
	.menuBox .linkList {
		margin-bottom: 29px;
	}
	.menuBox .linkList li a {
		padding: 8px 15px 7px;
		display: block;
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.menuBox .twBtn {
		margin: 0 15px 40px;
	}
	.menuBox .twBtn a {
		display: inline-block;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	.menuBox .twBtn a:hover {
		opacity: 0.7;
	}
	.menuBox .twBtn a .img01 {
		margin: -2px 10px 2px 0;
		vertical-align: middle;
	}
	.menuBox .twBtn a .img02 {
		margin: -2px 0 2px 8px;
		vertical-align: middle;
	}
	.menuBox .search {
		padding: 20px;
		background: #b5b5b6;
	}
	.menuBox .search form {
		position: relative;
	}
	.menuBox .search input[type="submit"] {
		position: absolute;
		left: 0;
		top: 0;
		width: 44px;
		height: 40px;
		cursor: pointer;
		display: block;
		font-size: 0;
		line-height: 0;
		letter-spacing: 0;
		border-radius: 0;
		border: none;
		background: url("../../images/common/icon_search_gray.svg") no-repeat center center / 20px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		z-index: 2;
	}
	.menuBox .search input[type="text"] {
		box-sizing: border-box;
		margin: 0;
		padding: 5px 10px 5px 46px;
		width: 100%;
		height: 40px;
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: 0.2em;
		border-radius: 0;
		border: none;
		background: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.menuBox .language .ttl {
		position: relative;
		text-align: center;
		background: #000;
	}
	.menuBox .language .ttl::after {
		width: 7px;
		height: 7px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url("../../images/common/toggle_plus_white.svg") no-repeat center center / 7px 7px;
		content: '';
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.menuBox .language .ttl.on::after {
		transform: translateY(-50%) rotate(135deg);
	}
	.menuBox .language .ttl span {
		padding: 24px 32px 19px 32px;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Josefin Sans', sans-serif;
		letter-spacing: 0.15em;
		background: url("../../images/common/icon_language_white.svg") no-repeat left center / 22px 22px;
	}
	.menuBox .language .langList {
		display: none;
	}
	.menuBox .language .langList li:not(:last-child) {
		border-bottom: 1px solid #dadada;
	}
	.menuBox .language .langList li a {
		padding: 20px 15px;
		display: block;
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		background: url("../../images/common/arrow_03_gray.svg") no-repeat right 15px center / 8px 8px;
	}
	.menuBox .ctaBtn {
		margin-bottom: 30px;
	}
	.menuBox .ctaBtn a {
		display: block;
		text-align: center;
		background: #e60012;
	}
	.menuBox .ctaBtn a span {
		padding: 23px 0 19px 35px;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Josefin Sans', sans-serif;
		letter-spacing: 0.15em;
		background: url("../../images/common/icon_contact_white.svg") no-repeat left 3px center / 22px 15px;
	}
	.menuBox .logo {
		margin: 0 auto 30px;
		width: 150px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi > ul {
	flex-wrap: nowrap;
	justify-content: flex-end;
}
#gNavi > ul > li {
	margin-left: 46px;
}
#gNavi > ul > li:nth-child(1) {
	margin-left: 0 !important;
}
#gNavi > ul > li > a {
	padding: 16px 0 21px;
	position: relative;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
#gNavi > ul > li > a::after {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e60012;
	content: '';
	opacity: 0;
}
#gNavi > ul > li > a:hover::after {
	opacity: 1;
}
#gNavi > ul > li.on > a::after {
	opacity: 1;
}
#gNavi li .subBox {
	padding: 23px 20px 28px;
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	box-sizing: border-box;
	background: rgba(246, 246, 246, 0.95);
}
#gNavi li .subBox .subList {
	margin: -25px auto 0;
	width: 100%;
	max-width: 760px;
	display: flex;
	flex-wrap: wrap;
}
#gNavi > ul > li:nth-child(1) .subBox .subList {
	max-width: 950px;
}
#gNavi > ul > li:nth-child(2) .subBox .subList {
	max-width: 950px;
}
#gNavi li .subBox .subList li {
	margin-top: 25px;
	padding: 0 10px;
	width: 20%;
	box-sizing: border-box;
}
#gNavi > ul > li:nth-child(1) .subBox .subList li {
	width: 20%;
}
#gNavi > ul > li:nth-child(2) .subBox .subList li {
	width: 20%;
}
#gNavi li .subBox .subList li a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#gNavi li .subBox .subList li a .pho {
	margin-bottom: 9px;
	display: block;
	overflow: hidden;
}
#gNavi li .subBox .subList li a .pho img {
	width: 100%;
	transition: 0.3s;
}
#gNavi li .subBox .subList li a:hover .pho img {
	transform: scale(1.2);
}
#gNavi li .subBox .subList .ttlLink {
	width: 100% !important;
}
#gNavi li .subBox .subList .ttlLink a {
	padding-right: 28px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	transition: 0.3s;
}
#gNavi li .subBox .subList .ttlLink a::after {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 4px;
	background: url("../../images/common/arrow_01_black.svg") no-repeat left center / 100% 100%;
	content: '';
	transition: 0.3s;
}
#gNavi li .subBox .subList .ttlLink a:hover {
	opacity: 0.7;
}
#gNavi li .subBox .subList .ttlLink a:hover::after {
	transform: translateX(10px);
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gNavi > ul > li {
		margin-left: 3vw;
	}
	#gNavi > ul > li > a {
		letter-spacing: 0.1em;
	}
}
@media all and (min-width: 897px) and (max-width: 999px) {
	#gNavi > ul > li {
		margin-left: 2vw;
	}
	#gNavi > ul > li > a {
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 99px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dadada;
}
#pagePath ul {
	padding: 0 30px;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 70px;
}
#pagePath li:not(:last-child) {
	padding-right: 39px;
	position: relative;
}
#pagePath li:not(:last-child)::after {
	content: ">";
	display: block;
	position: absolute;
	width: 9px;
	height: 15px;
	top: 0;
	right: 15px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#pagePath li a {
	display: block;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#pagePath li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 30px;
		height: 39px;
		overflow: auto;
	}
	#pagePath ul {
		padding: 0 10px;
		max-width: 1280px;
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 39px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
	}
	#pagePath li {
		padding-right: 10px;
	}
	#pagePath li:not(:last-child) {
		padding-right: 31px;
	}
	#pagePath li:not(:last-child)::after {
		right: 10px;
	}
	#pagePath li a {
		letter-spacing: 0.06em;
	}
	#pagePath li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 896px) {
	.mainBox {
		width: auto;
		display: block;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 750px;
	order: 1;
}
@media all and (max-width: 896px) {
	#conts {
		margin: 0 20px 30px;
		width: auto;
	}
	#conts.conts01 {
		margin: 0 10px 30px;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 250px;
}
#sideBar .sideTtl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-left: 1px solid #e60012;
}
#sideBar .sideTtl a {
	padding: 10px 20px 13px;
	display: block;
}
#sideBar .sideTtl a:hover {
	opacity: 0.7;
}
#sideBar .sideNavi {
	border-top: 1px solid #dadada;
}
#sideBar .sideNavi li {
	border-bottom: 1px solid #dadada;
}
#sideBar .sideNavi li a {
	display: block;
	position: relative;
}
#sideBar .sideNavi li a::after {
	width: 11px;
	height: 7px;
	position: absolute;
	top: 31px;
	right: 10px;
	background: url(../../images/common/arrow_02_black.svg) no-repeat center center / 100% 100%;
	content: '';
}
#sideBar .sideNavi > li > a {
	padding: 20px 20px 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#sideBar .sideNavi > li > ul {
	border-top: 1px solid #dadada;
}
#sideBar .sideNavi > li > ul > li:last-child {
	border-bottom: none;
}
#sideBar .sideNavi > li > ul > li > a {
	padding: 17px 35px 21px 20px;
	font-size: 1.4rem;
}
#sideBar .sideNavi > li > ul > li > a::after {
	top: 26px;
}
#sideBar .sideNavi > li > ul > li ul {
	margin-bottom: 10px;
}
#sideBar .sideNavi > li > ul > li li {
	border-bottom: none;
}
#sideBar .sideNavi > li > ul > li li a {
	padding: 11px 40px 11px 32px;
	font-size: 1.2rem;
}
#sideBar .sideNavi > li > ul > li li a::after {
	top: 17px;
}
#sideBar .sideNavi > li > ul > li li a.blank::after {
	width: 14px;
	height: 10px;
	background-image: url("../../images/common/icon_blank_black.svg");
}
@media all and (min-width: 897px) {
	#sideBar .sideNavi li a:hover {
		background: #f6f6f6;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		padding: 35px 20px 40px;
		width: auto;
		background: #f6f6f6;
	}
	#sideBar .sideTtl {
		margin-bottom: 16px;
		font-size: 1.2rem;
		border-left: none;
	}
	#sideBar .sideTtl a {
		padding: 0;
	}
	#sideBar .sideTtl a::after {
		margin-left: 10px;
		width: 11px;
		height: 7px;
		display: inline-block;
		background: url(../../images/common/arrow_02_black.svg) no-repeat center center / 100% 100%;
		content: '';
	}
	#sideBar .sideNavi {
		margin-left: 2px;
		border-top: none;
	}
	#sideBar .sideNavi li {
		margin-bottom: 20px;
		border-left: 1px solid #dadada;
		border-bottom: none;
	}
	#sideBar .sideNavi li:last-child {
		margin-bottom: 0;
	}
	#sideBar .sideNavi li a {
		padding: 1px 13px;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0;
	}
	#sideBar .sideNavi li a::after {
		margin-left: 10px;
		width: 11px;
		height: 7px;
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	#sideBar .sideNavi > li ul {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #dadada;
}
#gFooter .fBox {
	margin: 0 0 0 100px;
    padding: 70px 0 67px;
	width: 1244px;
}
#gFooter .fLogo {
	margin-bottom: 50px;
	width: 500px;
//	width: 354px;
}
#gFooter .fNaviBox > div {
	width: 430px;
}
#gFooter .fNaviBox > div:nth-child(2) {
	width: 430px;
}
#gFooter .fNaviBox > div:nth-child(3) {
	width: 382px;
}
#gFooter .fNaviBox .fNavi > li {
	margin-bottom: 45px;
}
#gFooter .fNaviBox .fNavi > li:last-child {
	margin-bottom: 0;
}
#gFooter .fNaviBox .fNavi > li > a {
	padding-bottom: 16px;
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
}
#gFooter .fNaviBox .fNavi > li > a::after {
	width: 20px;
	height: 1px;
	position: absolute;
	left: 2px;
	bottom: 0;
	background: #e60012;
	content: '';
}
#gFooter .fNaviBox .fNavi li .subList {
	margin-top: 16px;
}
#gFooter .fNaviBox .fNavi li .subList li {
	margin-bottom: 21px;
}
#gFooter .fNaviBox .fNavi li .subList li:last-child {
	margin-bottom: 0;
}
#gFooter .fNaviBox .fNavi li .subList li a {
	display: block;
	font-size: 1.4rem;
}
#gFooter .inner {
	margin-top: 47px;
	padding-top: 55px;
	border-top: 1px solid #dadada;
}
#gFooter .inner .fBtn {
	margin-bottom: 28px;
	width: 180px;
}
#gFooter .inner .fBtn a {
	display: block;
	text-align: center;
	background: #e60012;
}
#gFooter .inner .fBtn a span {
	padding: 18px 0 14px 32px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	background: url("../../images/common/icon_contact_white.svg") no-repeat left center / 20px 20px;
}
#gFooter .inner .fLinkList {
	margin-bottom: 16px;
}
#gFooter .inner .fLinkList li {
	margin-bottom: 18px;
}
#gFooter .inner .fLinkList li:last-child {
	margin-bottom: 0;
}
#gFooter .inner .fLinkList li a {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .inner .twBtn a {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .inner .blank::after {
	margin-left: 12px;
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url("../../images/common/icon_blank_black.svg") no-repeat center center / 100% 100%;
	content: '';
}

#gFooter .fNaviBox .logo_diaedge {
		width: 100px;
}
	
#gFooter address {
	padding: 47px 30px 45px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	background: #595757;
}
.pageTop {
	display: none;
	position: fixed;
	right: 48px;
	bottom: 140px;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	z-index: 50;
}
.pageTop a {
	padding-top: 84px;
	width: 12px;
	height: 70px;
	display: block;
	position: relative;
}
.pageTop a::before {
	width: 12px;
	height: 78px;
	position: absolute;
	top: 0;
	left: -7px;
	background: url("../../images/common/arrow_totop.svg") no-repeat left center;
	content: '';
	transition: 0.3s;
}

/*SNSアイコン*/

.snsAreasp{
	display: none;
}

.snsAreapc {
	display: flex;
	position: fixed;
	height:200px;
	left: 30px;
	bottom: 95px;
	z-index: 50;
}

.snsAreatw {
	display: block;
	position: fixed;
	height:60px;
	left: 30px;
	margin-top: 58px;
	z-index: 50;
}
.snsAreafb {
	display: block;
	position: fixed; 
	height:60px;
	left: 30px; 
	margin-top: 0px;
	z-index: 50;
}
.snsAreali {
	display: block;
	position: fixed; 
	height:60px; 
	left: 30px; 
	margin-top: 117px;
	z-index: 50;
}

.twArea{
	float:left;
	padding-bottom:40px;
	padding-right:10px;
}

.fbArea {
	float:left;
	padding-bottom:40px;
	padding-right:10px;
}

.liArea {
	float:left;
	padding-bottom:40px;
	padding-right:10px;
}

.twNavi{
	display: flex;
	margin-left:59px;
	display:none;
	height:115px;
    padding:10px 15px 0 15px;
	background-color:rgba(235,235,235,0.6);
	border-radius:4px;
}

.twNavi:before {
	content: "";
	position: absolute;
	top: 24%;
	left: 34px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid ;
	border-right-color:rgba(235,235,235,0.6);
}

.snsAreatw a{
	font-size:2rem !important;
	line-height:4rem;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	z-index: 50;
	color:#333;
}

.snsAreatw a:hover ,.snsAreafb a:hover{
	opacity:1;
	text-decoration:none!important;
	font-weight: 600;
	color:#666;
}

.fbNavi{
	display: flex;
	margin-left:59px;
	display:none;
	height:115px;
    padding:10px 15px 0 20px;
	background-color:rgba(235,235,235,0.6);
	border-radius:4px;
}

.fbNavi:before {
	content: "";
	position: absolute;
	top: 24%;
	left: 34px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid ;
	border-right-color:rgba(235,235,235,0.6);
}

.snsAreafb a{
	font-size:2rem !important;
	line-height:4rem;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	z-index: 50;
	color:#333;
}


@media all and (min-width: 897px) {
	#gFooter .fNaviBox .fNavi li a:hover {
		color: #E60012;
	}
	#gFooter .inner .fBtn a:hover {
		background: rgba(230, 0, 18, 0.7);
	}
	#gFooter .inner .fLinkList li a:hover {
		text-decoration: underline;
	}
	#gFooter .inner .twBtn a:hover {
		text-decoration: underline;
	}
	.pageTop a:hover::before {
		top: -10px;
	}
	.snsArea a:hover::before {
		top: -10px;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding-top: 30px;
		padding-bottom: 0;
		width: auto;
		margin:0;
	}
	#gFooter .fLogo {
		margin: 0 auto 25px;
		width: 240px;
	}
	#gFooter .fNaviBox {
		display: block;
		border-top: 1px solid #dadada;
	}
	#gFooter .fNaviBox > div {
		width: auto;
	}
	#gFooter .fNaviBox > div:nth-child(2) {
		width: auto;
	}
	#gFooter .fNaviBox > div:nth-child(3) {
		width: auto;
	}
	#gFooter .fNaviBox .fNavi > li {
		margin-bottom: 0;
		border-bottom: 1px solid #dadada;
	}
	#gFooter .fNaviBox .fNavi > li > a {
		padding: 15px 25px 16px 15px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		background: url("../../images/common/arrow_03_gray.svg") no-repeat right 13px center / 8px 8px;
	}
	#gFooter .fNaviBox .fNavi > li > a::after {
		display: none;
	}
	#gFooter .fNaviBox .fNavi li .subList {
		display: none;
	}
	#gFooter .inner {
		margin: 0;
		padding: 27px 15px 0;
		border-top: none;
	}
	#gFooter .inner01 {
		padding-top: 0;
		padding-bottom: 30px;
	}
	#gFooter .inner .fBtn {
		margin: 0 auto 20px;
	}
	#gFooter .inner .fLinkList {
		margin-bottom: 29px;
	}
	#gFooter .inner .fLinkList li {
		margin-bottom: 15px;
	}
	#gFooter .inner .fLinkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .inner .fLinkList li a {
		font-size: 1rem;
	}
	#gFooter .inner .twBtn {
		margin-bottom: 25px;
	}
	#gFooter .inner a {
		font-size: 1rem;
	}
	#gFooter .inner .blank::after {
		margin-left: 7px;
		width: 12px;
		height: 9px;
	}

	#gFooter .inner .twBtn a img {
		margin: -8px 10px 10px 0px;
		width: 33px;
		height: 33px;
	}



	#gFooter .inner .logo {
		margin: 0 auto;
		width: 150px;
	}
	#gFooter address {
		padding: 16px 15px;
		font-size: 1rem;
		line-height: 1.6;
	}
	.pageTop {
		display: none !important;
		opacity: 0;
	}
	.snsArea {
		display: none !important;
		opacity: 0;
	}
	
	.snsAreatw, .snsAreafb, .snsAreali {
		display: none;
	}
	
	.snsAreasp{
		display: block;

}

	.snsAreasp .twBtn a {
		display: block;
	font-size:1.2rem!important;
}


}