@charset "utf-8";

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

::selection{
	background: #1D4999;
	color: #FFFFFF;
}
::-moz-selection{
	background: #1D4999;
	color: #FFFFFF;
}

table{
	border-collapse:collapse;
}

input{
	font-family: "solitaire-mvb-pro", kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

body{
	font-family: "solitaire-mvb-pro", kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x:hidden;
}

.eng_title_bold {
	font-family: "solitaire-mvb-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.fv_font {
	font-family: timemachine-wa, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1,
h2,
h3,
h4{
	font-weight: 400;
	font-style: normal;
}

body.modal-open{
	overflow: hidden !important;
}


.wrapper{
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align:left;
	box-sizing: border-box;
}
#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 70px;
}


#topcontrol span{
	display: none;
}

@media screen and (min-width: 980px) {
	#topcontrol span{
		display: none;
	}
	.sp{
		display: none;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: none;
	}
}
@media screen and (max-width: 979px) {
body{
	font-size: 14px;
}
	#container{
		min-width: auto;
		max-width: initial;
        overflow: hidden;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	tr.pc,
	th.pc,
	td.pc{
		display: none;
	}
	#topcontrol{
		display: none;
	}
}

.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
@media screen and (max-width: 979px) {
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: .1s;
}
}

@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: 0;
}
}

/*header
************************************************************************************/
#header {
	width: 100%;
	height: 110px;
	display: flex;

}
#header .sitename {
	width: 300px;
	padding: 15px 0 0 10px;
	box-sizing: border-box;
}
#header .sitename img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

#header nav#gnav{
	margin: 15px 0 auto auto;
	width: calc(100% - 320px);
}

@media screen and (max-width: 1024px){
}


/*globalNav
----------------------------------------------------------------------*/
#header{
    position: relative;
}
#header nav#gnav ul.navigation{
	display: flex;
	flex-wrap: wrap;
	height: var(--header-height);
	align-items: center;
	justify-content: flex-end;
}
#header nav#gnav ul.navigation li{
	padding: 0 1.5em 0 0;
	font-size: 0.938em;
}
#header nav#gnav ul.navigation > li > a{
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	line-height: 85px;
}
#header nav#gnav ul li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DC000C;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header nav#gnav ul li a:hover::after{
	width: 100%;
}
#header nav#gnav ul.navigation li ul{
	width: auto;
}

#header nav#gnav ul.navigation li ul li,
#header nav#gnav ul.navigation li ul li a{
	line-height: normal;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}


#header nav#gnav ul.navigation li {
	height: auto;
}
#header nav#gnav ul.navigation li li a{
	line-height: normal;
}
#header nav#gnav ul.navigation li li:hover {
	background: none;
}

#header nav#gnav ul.navigation li .submenu_wrapper{
	position: fixed;
	top: 5.5em;
	left: 0 !important;
	width: 100vw;
	z-index: 999;
	max-height: 0;
	opacity: 0;
	background-color: rgba( 0, 0, 0, 0.9 );
	box-shadow: 0px 0px 26px -2px #9b9b9b;
	transition: all .2s ease-in;
	box-sizing: border-box;
	overflow: hidden;
}
#header nav#gnav ul.navigation > li:hover .submenu_wrapper {
	max-height: 9999px;
	opacity: 1;
	display: block;
}
#header nav#gnav ul.navigation li .submenu_wrapper ul{
	padding: 1.5em 2em;
	display: table;
	margin: 0 auto;
	text-align:left;
	box-sizing: border-box;
}
#header nav#gnav ul.navigation .submenu_wrapper li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 2em;
}
#header nav#gnav ul.navigation .submenu_wrapper li a{
	display: block;
    transition: all .3s ease-in-out;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#header nav#gnav ul.navigation .submenu_wrapper li a:hover{
	color: #ccc;
}
#header nav#gnav ul.navigation .submenu_wrapper > li > a{
	margin-bottom: .7em;
}
#header nav#gnav ul.navigation .submenu_wrapper li a::after{
	display: none;
}
@media screen and (max-width: 1024px){
	#header nav#gnav,
	.head_block_inner{
		display:none;
	}
}
@media screen and (max-width: 979px) {
	.sitename {
		width: 250px;
	}
	
}
@media screen and (max-width: 768px){
	#header {
		height: 80px;
		box-sizing: inherit;
		padding-top: 0;
		position: relative;
	}
	#header .sitename{
		width: 100%;
		height: 80px;
		line-height: 0;
		box-sizing: border-box;
		padding: 10px 100px 10px 5px;
		vertical-align: middle;
	}
	#header .sitename img{
		vertical-align: middle;
		max-width: 100%;
		max-height: 90%;
		width: auto;
		height: auto;
	}
}


/*breadcrumb
************************************************************************************/
#breadcrumb{
	font-size: 0.813em;
	color: #222222;
	padding: 2em 0;
	border-bottom: 1px solid #f1f1f1;
}
#breadcrumb ol{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 97%;
	margin: auto;
	align-items: center;
}
#breadcrumb ol li:after{
	content: ">";
	margin: 0 .5em;
	padding: 0;
	color: #999;
}
#breadcrumb ol li:last-child:after{
	content: "";
	margin-right: 0;
}
#breadcrumb ol li a{
	color: #222222;
	text-decoration: none;
}


/*layout
************************************************************************************/
#content{
	color: #000;
}

.section{
	padding: 50px 0;
}

.text p{
	padding-bottom: 1em;
}
.text p:last-child{
	padding-bottom: 0;
}

secion:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html secion{
    height: 1em;
}
secion{
    display: block;
}
*:first-child+html secion{
	zoom:1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}

@media screen and (max-width: 1024px){
	.section{
		padding: 30px 0;
	}
}


/*footer
************************************************************************************/
#footer {
	padding-bottom: 80px;
    font-size: 13px;
}
#footer a{
	text-decoration: none;
}

#footer .footer_infor{
	width: 100%;
	background: #F8F8F8;
	padding: 100px 0;
}
#footer .wrapper{
	width: 1024px;
}
.footer_infor_name img{
	width: 275px;
	height: auto;
}
.footer_infor_adr {
	margin-top: 1.5em;
}

#footer .footer_global{
	padding: 30px 0 30px;
	margin: 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_copyright {
	width: 200px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #918E8F;
	font-family: "solitaire-mvb-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.footer_navGlobalWrap{
	width: calc(100% - 200px);
}
.footer_navGlobalWrap ul#menu-footer-navi{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer_navGlobalWrap ul#menu-footer-navi li{
	padding: 0 1em;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
	#footer .wrapper{
		width: 100%;
	}
	#footer .footer_infor{
		padding: 80px 0 80px 10px;
		box-sizing: border-box;
		font-size: 0.875em;
	}
	.footer_infor_name img{
		width: 200px;
		height: auto;
	}
}
@media screen and (max-width: 768px){
	#footer{
		padding-bottom: 0;
	}
	.footer_copyright {
		width: 100%;
		padding-left: 0;
		text-align: center;
		font-size: 0.875em;
	}
	ul.footer_subNav{
		display: none;
	}

}
@media screen and (max-width: 599px) {
/*sp*/
	#footer .footer_infor{
		padding: 40px 0 40px 10px;
	}
}


/*fixmenu
************************************************************************************/
@media screen and (min-width: 769px) {
	.fixMenu{
		display: none;
	}
}
@media screen and (max-width: 768px){
	#footer{
		padding-bottom: 80px;
	}
	.fixMenu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 500;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		border-top: 1px solid #ccc;
		display: table;
		table-layout: fixed;
		border-collapse: separate;
	}
	.fixMenu li{
		width: auto;
		display: table-cell;
		background-color: rgba( 255, 255, 255, 0.55 );
		height: 80px;
		vertical-align: middle;
	}
	.fixMenu .pageup{
		cursor: pointer;
	}
	.fixMenu li a,
	.fixMenu li span{
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		text-align: center;
		font-size: .9em;
		color: #000;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: normal;
	}
	.fixMenu a:before,
	.fixMenu span:before{
		display: block;
		width: 40px;
		height: 40px;

		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 35px;	/* Preferred icon size */
		line-height: 40px;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		color: #000;
		margin: auto;
		/* Support for all WebKit browsers. */
		-webkit-font-smoothing: antialiased;
		/* Support for Safari and Chrome. */
		text-rendering: optimizeLegibility;
		/* Support for Firefox. */
		-moz-osx-font-smoothing: grayscale;
		/* Support for IE. */
		font-feature-settings: 'liga';
	}
	.fixMenu .contact a:before{
		content: "outgoing_mail";
	}
	.fixMenu .access a:before{
		content: "location_on";
	}
	.fixMenu .pageup span:before{
		content: "arrow_circle_up";
	}
	.fixMenu .pageup{}

}
