@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:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',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: #303030;
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 120px;
}
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;
	}
	body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    #main {
		margin-bottom: 80px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background: rgba(48,48,48,.5);
	visibility: hidden;
	transition: all all .35s;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 140px;
	width: 100%;
	display: block;
	z-index: 9999;
	position: relative;
	border-bottom: 1px solid #46287c;
	background: #fff;
}
#gHeader .hWrap {
	width: 100%;
	height: 110px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 31px 0;
	box-sizing: border-box;
}
#gHeader .logo {
	width: 205px;
	height: 62px;
	display: flex;
	align-items: center;
}
#gHeader .logo img {
	width: 100%;
	height: auto;
}
#gHeader .lanBox {
	position: absolute;
	right: 31px;
	top: 0;
	display: flex;
	z-index: 4;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-left: 1px solid #46287c;
	border-right: 1px solid #46287c;
	border-bottom: 1px solid #46287c;
}
#gHeader .lanBox a {
	padding: 0 12px;
	display: inline-block;
	border-left: 1px solid #46287c;
}
#gHeader .lanBox li:first-child a {
	border-left: none;
}
#gHeader .lanBox .on a {
	color: #fff;
	background-color: #46287c;
}
@media screen and (min-width: 897px) {
	#gHeader .lanBox a:hover {
		color: #fff;
		background-color: #46287c;
	}
}
@media screen and (max-width: 896px) {
	#gHeader .logo {
		width: 150px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	height: 100%
}
#gNavi ul {
	display: flex;
	align-items: center;
	height: 100%
}
#gNavi li {
	margin-right: 60px;
	list-style: none;
	position: relative;
	transition: all .35s;
	height: 100%;
	display: flex;
	align-items: center
}
#gNavi li:last-of-type::after {
	display: none
}
#gNavi li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #46287c;
	bottom: 20px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .35s
}
#gNavi li.active:after {
	opacity: 1;
	visibility: visible;
}
#gNavi li:last-of-type {
	margin-right: 0;
}
#gNavi li a {
	color: #303030;
	text-decoration: none;
	font-size: 2rem;
	line-height: 29px;
}
#gNavi .subNavi {
	width: 280px;
	position: absolute;
	top: 80px;
	left: -32px;
	flex-direction: column;
	height: auto;
	background: #fff;
	padding: 15px 20px 30px;
	display: none;
}
#gNavi .subNavi p {
	margin: 10px 0;
	font-size: 1.8rem;
}
#gNavi .subNavi ul {
	margin-bottom: 15px;
	display: block;
}
#gNavi .subNavi li {
	margin: 0 0 5px;
	width: 100%
}
#gNavi .subNavi li::after {
	display: none
}
#gNavi .subNavi li:last-of-type {
	margin-bottom: 0
}
#gNavi .subNavi a {
	white-space: pre;
	position: relative;
	font-size: 1.8rem;
}
#gNavi .subNavi li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #46287c;
	left: 0;
	right: 0;
	bottom: -5px;
	display: none
}
#gNavi li + a::after {
	display: none;
}
#gNavi .btn {
	padding: 8px 35px;
	height: 51px;
	text-decoration: none;
	transition: all .35s;
	box-sizing: border-box;
	border: 2px solid #46287c;
	background: #46287c;
}
#gNavi .btn span {
	color: #fefefe;
	font-size: 2rem;
}
@media screen and (max-width: 1200px) and (min-width: 897px) {
	#gNavi li {
		margin-right: 25px;
	}
	#gHeader .btn {
		padding: 8px 15px;
	}
	#gHeader .btn span {
		font-size: 1.8rem;		
	}
}
@media screen and (min-width: 897px) {
	#gNavi {
		display: flex !important;
	}
	#gNavi li:hover .subNavi {
		display: block;
	}
	#gNavi li:hover:after {
		opacity: 1;
		visibility: visible;
	}
	#gNavi .subNavi li a:hover::after {
		display: block
	}
	#gNavi .btn:hover {
		background: #fff;
	}
	#gNavi .btn:hover span {
		color: #46287c
	}
}
@media screen and (max-width: 896px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 300px;
		height: calc(100vh - 106px);
		overflow: auto;
		background-color: #46287C;
	}
	#gNavi ul {
		display: block;
		height: auto;
		margin-bottom: 120px;
	}
	#gNavi ul > li {
		display: block;
		height: auto;
		margin-right: 0;
		position: relative;
	}
	#gNavi ul > li a {
		padding: 15px 30px;
		display: block;
		color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #39404d;
	}
	#gNavi .link {
		position: relative;
	}
	#gNavi .link::before {
		width: 14px;
		height: 14px;
		display: block;
		position: absolute;
		right: 30px;
		top: 17px;
		transform: rotate(135deg);
		border-top: 2px solid #FFF !important;
		border-right: 2px solid #FFF !important;
		content: '';
		transition: all .35s
	}
	#gNavi .link.on::before {
		top: 25px;
		transform: rotate(-45deg);
	}
	#gNavi .subNavi {
		padding: 0;
		width: 100%;
		position: static;
	}
	#gNavi .subNavi p {
		/* display: none; */
		margin: 0;
	}
	#gNavi .subNavi li {
		margin-bottom: 0;
	}
	#gNavi .subNavi p {
		padding: 10px 0 0;
		text-align: center;
	}
	#gNavi .subNavi li a {
		padding: 10px 40px;
		color: #303030;
		font-size: 1.4rem;
	}
	#gHeader .btn span {
		font-size: 1.4rem;		
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	position: relative;
	height: 20px;
	width: 25px;
	cursor: pointer;
	z-index: 100;
	transition: all .3s ease;
}
.menu span {
	background: #231f20;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu .middle {
	top: 7px;
}
.menu .bottom {
	top: 14px;
}	
.menu.active .top {
	transform: translateY(7px) translateX(0) rotate(45deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	padding: 40px;
	color: #737373;
	background: #303030;
}
#gFooter .logoList {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
#gFooter .logoList li {
	margin: 0 15px;
	padding: 30px;
	width: 260px;
	box-sizing: border-box;
	background-color: #FFF;
}
#gFooter .logoList img {
	width: 100%;
}
#gFooter .fNavi {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
}
#gFooter .fNavi li {
	display: inline-block;
	margin-right: 45px
}
#gFooter .fNavi li:last-of-type {
	margin-right: 0
}
#gFooter .fNavi a {
	color: #737373;
	text-decoration: none;
	transition: all .35s;
}
#gFooter .fNavi .foo-mid {
	margin: 20px 0;
	padding: 20px 0 40px;
	position: relative;
}
#gFooter .fNavi .foo-mid:after,
#gFooter .fNavi .foo-mid:before {
	content: '';
	position: absolute;
	left: calc(50% - 250px);
	width: 500px;
	height: 2px;
	background-color: #737373;
}
#gFooter .fNavi .foo-mid:before {
	top: 0;
}
#gFooter .fNavi .foo-mid:after {
	bottom: 0;
}
#gFooter .fNavi p {
	margin-bottom: 10px;
	font-size: 3rem;
}
#gFooter .copyright {
	width: 100%;
	text-align: center;
}
#gFooter .copyright01 a {
	color: #737373;
	font-size: 1.6rem;
}
#gFooter .fIcon {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 14px;
}
#gFooter .fIcon a {
	display: inline-block;
}
#gFooter .fIcon a img {
	width: 30px;
}
@media screen and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #fefefe;
		transition: all .35s;
	}
}
@media screen and (max-width: 896px) {
	#gFooter {
		padding: 40px 0 30px;
	}
	#gFooter .logoList li {
		padding: 10px;
		margin: 0 5px;
	}
	#gFooter .fNavi {
		margin: 0 -10px 20px;
		font-size: 1.6rem;
	}
	#gFooter .fNavi li {
		margin: 0 5px;
	}
	#gFooter .fNavi p {
		font-size: 2.5rem;
	}
	#gFooter .fNavi li:last-of-type {
		margin-bottom: 0
	}
	#gFooter .fNavi .foo-mid {
		margin: 20px 0;
		padding: 10px 10px 20px;
	}
	#gFooter .fNavi .foo-mid:after,
	#gFooter .fNavi .foo-mid:before {
		width: 100%;
		left: 0;
	}
}
/* pagetop */
.pagetop {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 80px;
	top: 0;
	background-color: #46287c;
	z-index: 9999;
}
.pagetop.fixd {
	position: fixed;
	top: auto;
	bottom: 80px;
}
.pagetop a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.pagetop a::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(135deg);
	top: 20px;
}
@media all and (-ms-high-contrast:none){
	.pagetop a::after {
		left: 17px;
	}
}
@media screen and (max-width: 896px) {
	.pagetop {
		right: 10px;
		bottom: 10px;
		width: 30px;
		height: 30px;
	}
	.pagetop a::after {
		width: 10px;
		height: 10px;
		top: 12px;
	}
}