@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: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "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%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #313131;
}

a:hover {
	color: #313131;
}

a:active {
	color: #313131;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #313131;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	
	body.fixed {
		position: relative;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	
	body p {
		line-height: 1.9;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	body.fixed {
		width: 100%;
		position: fixed;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1440px;
}

#gHeader .hBox h1 {
	float: left;
}

@media all and (max-width: 767px) {
	#gHeader {
		height: 55px;
		border-top: none;
		background-color: #fff;
	}
	
	#gHeader:after {
		width: 100%;
		height: 4px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #d6e549;
		content: "";
		z-index: 999;
	}
	
	#gHeader .hBox h1 {
		width: 188px;
		position: relative;
		z-index: 999;
	}
	
	.menu {
        width: 25px;
        height: 25px;
        position: fixed;
        right: 16px;
        top: 25px;
        cursor: pointer;
        z-index: 999;
    }
	
	.menu:after {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 22%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background-color: #fff;
		content: "";
	}
    
    .menu .line {
        position: relative;
		z-index: 10;
    }
    
    .menu .line span {
		background-color: #2756a5;
		width: 25px;
		height: 3px;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
    
    .menu .line span:before,
	.menu .line span:after {
		width: 25px;
		height: 3px;
		position: absolute;
		left: 0;
		background-color: #2756a5;
		content: "";
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	.menu .line span:before {
		top: -6px;
	}
	
	.menu .line span:after {
		bottom: -6px;
	}
	
	.menu.on .line span {
        color: #fff;
		-webkit-transform: translateY(-50%) rotate(225deg);
		transform: translateY(-50%) rotate(225deg);
	}
	
	.menu.on .line span:before {
		height: 25px;
		-webkit-transform: translateX(11px) translateY(-6px);
		transform: translateX(11px) translateY(-6px);
		width: 3px;
	}
	
	.menu.on .line span:after {
		height: 25px;
		-webkit-transform: translateX(11px) translateY(5px);
		transform: translateX(11px) translateY(5px);
		width: 3px;
	}
    
    .menu .txt,
	.menu .txt02 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 10px;
        color: #2756a5;
        font-size: 0.7rem;
        font-weight: bold;
        letter-spacing: 1px;
		z-index: 10;
    }
	
	.menu .txt02 {
		display: none;
		letter-spacing: 0;
		text-align: center;
	}
	
	.menu.on .txt02  {
		display: block;
	}
	
	.menu.on .txt  {
		display: none;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 38px;
	width: 738px;
	float: right;
}

#gNavi li {
	margin-right: 28px;
	float: left;
}

#gNavi li:last-child {
	margin-right: 0;
}

#gNavi li a {
	color: #2756a5;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	position: relative;
}

#gNavi li a:after {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background-color: #2756a5;
	content: "";
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}

#gNavi li a:hover:after,
#gNavi li.on a:after{
	opacity: 1;
}
@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	#gNavi {
		margin-top: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 888;
		overflow-y: auto;
		display: none;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: .3s cubic-bezier(.645,.045,.355,1);
		-webkit-transition: .3s cubic-bezier(.645,.045,.355,1);
	}
	
	#gNavi.on {
		opacity: 1;
		visibility: visible;
	}
	
	#gNavi ul {
		margin-top: 50px;
		padding: 7px 0 30px;
		background-color: #fff;
	}
	
	#gNavi ul a {
		padding: 28px 47px 21px 47px;
		color: #111111 !important;
		line-height: 1;
		font-size: 1.55rem;
		text-align: left;
	}
	
	#gNavi li {
		margin-right: auto;
		float: none;
		text-align: center;
		border-bottom: 1px solid #d6d6d6;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		opacity: 0;
	}
	
	#gNavi li:first-child {
		border-top: 1px solid #d6d6d6;
	}
	
	#gNavi li a::after {
		width: 8px;
		height: 11px;
		opacity: 1;
		bottom: 0;
		top: 52%;
		bottom: auto;
		left: auto;
		right: 45px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url("../../image/common/icon05.jpg") no-repeat left top;
		background-color: transparent !important;
		background-size: 8px auto;
	}
	
	#gNavi li a:hover::after,
	#gNavi li.on a:after{
		opacity: 1;
	}
	
	#gNavi.on li {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
		transition: opacity .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
		transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
		transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	}
		
	#gNavi.on li:nth-child(1) {
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}
		
	#gNavi.on li:nth-child(2) {
		-webkit-transition-delay: 225ms;
		transition-delay: 225ms;
	}
		
	#gNavi.on li:nth-child(3) {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
		
	#gNavi.on li:nth-child(4) {
		-webkit-transition-delay: 375ms;
		transition-delay: 375ms;
	}
		
	#gNavi.on li:nth-child(5) {
		-webkit-transition-delay: .45s;
		transition-delay: .45s;
	}
		
	#gNavi.on li:nth-child(6) {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}

#gFooter .pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

#gFooter .fBox {
	padding: 55px 0 80px;
	background: url("../../image/common/footer_bg.jpg") repeat left top;
	position: relative;
}

#gFooter:after {
	width: 100%;
	height: 87px;
	position: absolute;
	bottom: 17px;
	left: 0;
	background: url("../../image/common/footer_img02.png") no-repeat center top;
	content: "";
}

#gFooter .fBox02 {
	padding: 19px 10px 12px;
	background-color: #2756a5;
	position: relative;
	z-index: 10;
}

#gFooter .fBox02 .innerBox {
	margin: 0 auto;
	max-width: 1296px;
	position: relative;
}

#gFooter .fBox02 .innerBox .image {
	position: absolute;
	top: -105px;
	left: -14px;
}

#gFooter .fNavi {
	margin: 0 auto;
	max-width: 880px;
	padding-left: 51px;
	box-sizing: border-box;
}

#gFooter .fNavi > li {
	margin-right: 61px;
	width: 160px;
	float: left;
}

#gFooter .fNavi > li > a:first-child {
	position: relative;
}

#gFooter .fNavi > li > a:first-child:after {
	width: 16px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: -24px;
	background: url("../../image/common/icon02.png") no-repeat left top;
	content: "";
}

#gFooter .fNavi > li > a {
	font-weight: bold;
}

#gFooter .fNavi > li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi > li:nth-last-child(2) {
	margin-right: 0;
}

#gFooter .fNavi .innerUl {
	margin-left: 17px;
}

#gFooter .fNavi > li:nth-last-child(2) .innerUl {
	margin-left: 0;
}

#gFooter .copyright {
	color: #fff;
	letter-spacing: 0.3px;
}

@media all and (max-width: 767px) {
	#gFooter {
		margin-top: 23px;
	}
	
	#gFooter .pageTop {
		display: block;
	}
	
	#gFooter .fNavi .innerUl {
		display: none;
	}
	
	#gFooter .fNavi {
		padding-left: 0;
		background-color: #fff;
		border-bottom: 1px solid #21a937;
	}
	
	#gFooter .fBox {
		padding: 0 0 43px;
		border-top: 1px solid #2756a5;
	}
	
	#gFooter::after {
		display: none;
	}
	
	#gFooter .fBox02 .innerBox .image {
		top: -40px;
		left: 0;
		width: 58px;
	}
	
	#gFooter .fNavi > li {
		margin-right: 0;
		width: 50%;
		border-bottom: 1px solid #2756a5;
		box-sizing: border-box;
	}
	
	#gFooter .fNavi > li:nth-child(2n) {
		border-left: 1px solid #2756a5;
	}
	
	#gFooter .fNavi > li a {
		padding: 27px 19px 20px;
		font-weight: normal;
		display: block;
	}
	
	#gFooter .fNavi > li:nth-child(2n) a {
		padding-left: 26px;
	}
	
	#gFooter .copyright {
		font-size: 0.78rem;
		text-align: center;
	}
	
	#gFooter .fBox02 {
		padding: 2px 10px 0;
	}
	
	#gFooter .pageTop {
		width: 47px;
		bottom: 8px;
		right: 8px;
	}
	
	#gFooter .title {
		text-align: center;
	}
	
	#gFooter .title span {
		padding-top: 15px;
		color: #fff;
		width: 155px;
		display: inline-block;
		height: 42px;
		box-sizing: border-box;
		background: url("../../image/common/ttl_bg.png") no-repeat center top;
		background-size: auto 44px;
	}
	
	#gFooter .fNavi > li > a:first-child::after {
		width: 8px;
		height: 10px;
		left: auto;
		right: 29px;
		top: 55%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		background-size: auto 10px;
		background-image: url("../../image/common/icon05.jpg");
	}
	
	#gFooter .fNavi > li:nth-child(2n) > a:first-child::after {
		right: 20px;
	}
	
	#gFooter .fNavi > li a:hover {
		text-decoration: none;
	}
	
}