@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

.nolink {
	pointer-events:none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1450px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	position: relative;
	text-align: left;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
	-webkit-transition: all .8s;
	transition: all .8s;	
}

.loading img {
	margin: -10px 0 0 -10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
}

.loading.slideout {
	bottom: 100%;
}

.fadeup {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 500ms;
	transition-delay: 0.5s;
}
.fadeup.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: 320px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	z-index: 1;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;	
	transition: .3s;	
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1200px;
	background: #FFF;
}

#gHeader h1 {
	padding: 31px 0 0 30px;
	float: left;
}

#gHeader h1 img {
	display: block;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		position: inherit;
	}

	#gHeader .hBox {
		width: auto;
	}
		
	#gHeader h1 {
		padding: 12px 0 0 10px;
	}
	
	#gHeader h1 img {
		width: 122px;
		display: block;
	}
	
	#gHeader .nolink {
		pointer-events: inherit;
	}	
	
	/*------------------------------------------------------------
		menu
	------------------------------------------------------------*/
	.menu {
		width: 50px;
		height: 50px;
		display: block !important;
		position: relative;
		float: right;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #0059B6;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(5.5px) translateX(0) rotate(45deg);
		-ms-transform: translateY(5.5px) translateX(0) rotate(45deg);
		transform: translateY(5.5px) translateX(0) rotate(45deg);
		background: #FFF;
	}

	.menu.active .middle {
		opacity: 0;
		background: #FFF;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-5.5px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-5.5px) translateX(0) rotate(-45deg);
		transform: translateY(-5.5px) translateX(0) rotate(-45deg);
		background: #FFF;
	}

	.menu span {
		background: #FFF;
		border: none;
		height: 1px;
		width: 20px;
		position: absolute;
		top: 19px;
		left: 15px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 24px;
	}
	
	.menu span:nth-of-type(3) {
		top: 30px;
	}

	.menuBox {
		width: 100%;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		display: none;
		background-color: #FFF;
		border-top: 1px solid #0059B6;
	}

	.menuBox  li {
		text-align: center;
		border-bottom: 1px solid #0059B6;
	}

	.menuBox  li.more > a {
		position: relative;
	}

	.menuBox  li.more > a:after {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../image/sp_menu_open.png) no-repeat center;
		content: "";
		z-index: 1;
	}

	.menuBox  li.more > a.on:after {
		background-image: url(../image/sp_menu_close.png);
	}
	
	.menuBox li a {
		padding: 10px 15px 5px;
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	
	.menuBox li a span {
		display: block;
		color: #1F5AB2;
		font-size: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}
	
	.menuBox li a:hover {
		text-decoration: none;
	}
		
	.menuBox .contact {
		border-left: none;
		background: url(../image/h_bg01.jpg) no-repeat center top;
		background-size: cover;
	}

	.menuBox .contact a {
		padding: 15px;
		color: #FFF;
	}
	
	.menuBox .contact a span {
		margin-bottom: 5px;
	}
	
	.menuBox .subNavi {
		display: none;
	}
	.menuBox li .subNavi li {
		border-bottom: 1px solid #FFF; 
	}
		
	.menuBox li .subNavi li a {
		color: #FFF;
		background-color: #0059B6;
	}

}

@keyframes scroll-announce {
	0% { transform:translateY(-7px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(-7px) }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 950px;
	float: right;
}

#gNavi li {
	width: 136px;
	float: left;
	text-align: center;
	border-left: 1px solid #EBE9E9;
}

#gNavi .navi02 {
	width: 104px;
}

#gNavi .navi03 {
	width: 130px;
}

#gNavi .navi04 {
	width: 92px;
}

#gNavi .navi05 {
	width: 92px;
}

#gNavi .navi06 {
	width: 83px;
}

#gNavi .contact {
	width: 143px;
	border-left: none;
	background: url(../image/h_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#gNavi .navi07 {
	width: 143px;
	height: 57px
	border-left: none;
	background-size: cover;
}

#gNavi .navi08 {
	width: 50px;
	height: 57px
	border-left: none;
	background-size: cover;
}

#gNavi .navi09 {
	width: 50px;
	height: 57px
	border-left: none;
	background-size: cover;
}

#gNavi li a {
	padding: 28px 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-break: break-all;
	border-top: 7px solid #FFF;
	box-sizing: border-box;
}

#gNavi li a span {
	margin-top: 1px;
	display: block;
	color: #1F5AB2;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

#gNavi li a:hover,
#gNavi li > a.on {
	text-decoration: none;
	border-top: 7px solid #1F5AB2;
}

#gNavi .contact a {
	padding: 26px 24px 10px;
	color: #FFF;
	border-top: none;
}

#gNavi .contact a span {
	margin: 0 0 12px;
}

#gNavi .contact a:hover {
	border-top: none;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;	
}

#gNavi li .subNavi {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
}

#gNavi li .subNavi ul {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	background-color: #1F5AB2;
}

#gNavi li .subNavi li {
    margin: 0 14px;
    width: 200px;
    float: none;
    display: inline-block;
    border: none;
	padding: 20px 0;
}

#gNavi li .subNavi li img {
	margin-bottom: .5em;
}

#gNavi li .subNavi li a {
	padding: 0;
	width: auto;
	color: #FFF;
	border: none;
	display: inline-block;
}

#gNavi li .subNavi li a:hover {
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-bottom: 20px;
	overflow: hidden;
}

#gFooter .fBox {
	margin-bottom: 22px;
	padding: 35px 0 37px;
	color: #FFF;
	background-color: #262425;
}

#gFooter .fTextBox {
	margin-top: 4px;
	width: 215px;
	float: left;
}

#gFooter .fTextBox .fLogo {
	margin-bottom: 23px;
}

#gFooter .fTextBox .address {
	font-size: 12px;
	line-height: 1.93;
}

#gFooter .fNavi {
	width: 762px;
	float: right;
	box-sizing: border-box;
}

#gFooter .fNavi > li {
	margin-right: 50px;
	width: 123px;
	float: left;
}

#gFooter .fNavi .wid01 {
	width: 236px;
}

#gFooter .fNavi .wid02 {
	margin-right: 0;
	width: 130px;
}

#gFooter .fNavi li a {
	color: #FFF;
	font-size: 14px;
}

#gFooter .fNavi .subNavi > li {
	margin-bottom: 9px;
}

#gFooter .fNavi .subNavi > li:last-child {
	margin-bottom: 0;
}

#gFooter .fNavi .subNavi li span {
	font-weight: bold;
}

#gFooter .fNavi .subNavi .innerNavi li {
	margin-bottom: 9px;
	padding-left: 14px;
	background: url(../image/line03.png) no-repeat left center;
}

#gFooter .fNavi .subNavi .innerNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .fLink {
	width: 500px;
	float: left;
	font-size: 12px;
}

#gFooter .copyright {
	width: 500px;
	float: right;
	font-size: 12px;
	text-align: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		margin-bottom: 12px;
	}

	#gFooter .fBox {
		margin-bottom: 8px;
		padding: 31px 10px 28px;
	}
	
	#gFooter .fTextBox {
		margin-top: 0;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#gFooter .fTextBox .fLogo {
		margin-bottom: 9px;
	}
	
	#gFooter .fTextBox .fLogo img {
		margin: 0 auto;
		width: 136px;
	}
	
	#gFooter .fTextBox .address {
		font-size: 10px;
	}
	
	#gFooter .fNavi {
		display: none;
	}
	
	#gFooter .fLink {
		margin-bottom: 15px;
		padding: 0 10px 7px;
		width: auto;
		float: none;
		font-size: 10px;
		text-align: center;
		border-bottom: 1px solid #DDD;
	}
	
	#gFooter .fLink a:hover {
		text-decoration: none;
	}
	
	#gFooter .copyright {
		width: auto;
		float: none;
		font-size: 10px;
		text-align: center;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#gFooter .content ,
.content {
	margin: 0 auto;
	width: 1200px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	#gFooter .content, .content ,
	.content {
		width: auto;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 25px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
}

.headLine01 span {
	margin-top: 6px;
	display: block;
	color: #1F5AB2;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 14px;
	padding-bottom: 15px;
	font-size: 18px;
	text-align: center;
	background: url(../image/line01.png) no-repeat center bottom;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 18px;
	padding-bottom: 16px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 3px;
	background: url(../image/line02.png) no-repeat center bottom;
}

.headLine03 .en {
	margin-bottom: 3px;
	display: block;
	color: #B6CAE4;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.headLine03 .en .num {
	margin-left: 5px;
	font-size: 30px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 0;
	bottom: 60px;
}

.pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin: 0 10px 11px;
		font-size: 19px;
		letter-spacing: 0;
	}
	
	.headLine01 span {
		margin-top: 1px;
		font-size: 9px;
		letter-spacing: 1px;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		margin-bottom: 7px;
		padding-bottom: 9px;
		font-size: 12px;
		letter-spacing: -1px;
		background-size: 9px 1px;
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	.headLine03 {
		margin-bottom: 13px;
		padding-bottom: 11px;
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	.headLine03 .en {
		margin-bottom: -1px;
		color: #AECBE6;
		font-size: 8px;
		letter-spacing: 0;
	}
	
	.headLine03 .en .num {
		margin-left: 5px;
		font-size: 21px;
	}
	
	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		bottom: 30px;
	}
	
	.pageTop a img {
		width: 34px;
	}
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 43px 0 52px;
	background: url(../image/bg01.jpg) no-repeat center center;
	background-size: cover;
}

.comContact .headLine01 {
	margin-bottom: 29px;
	color: #FFF;
}

.comContact .headLine01 span {
	color: #FFF;
}

.comContact .content {
	width: 600px;
}

.comContact p {
	margin-bottom: 23px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1.75;
}

.comContact .link a {
	padding: 31px 20px 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #FFF url(../image/icon10.png) no-repeat right 9px center;
	box-shadow: 1px 4px 7px rgba(0,0,0,0.27),-1px 4px 7px rgba(0,0,0,0.27);
}

.comContact .link a:hover {
	text-decoration: none;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media all and (-ms-high-contrast:none){
	.comContact .link a {
		padding: 34px 20px 27px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comContact
	------------------------------------------------------------*/
	.comContact {
		padding: 31px 10px 36px;
		background-image: url(../image/sp_bg01.jpg);
	}
	
	.comContact .headLine01 {
		margin-bottom: 16px;
	}
	
	.comContact .content {
		width: auto;
	}
	
	.comContact p {
		margin-bottom: 14px;
		font-size: 10px;
		line-height: 1.88;
	}
		
	.comContact .link a {
		margin: 0 auto;
		padding: 14px 10px 12px;
		width: 300px;
		font-size: 12px;
		box-sizing: border-box;
		background-position: right 21px center;
		background-size: 4px 8px;
		box-shadow: 1px 2px 5px rgba(0,0,0,0.2),-1px 2px 5px rgba(0,0,0,0.2);
	}
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}