@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------



	font-face



--------------------------------------------------- */

/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #2f3032;
	display: block;
    font-family: '游ゴシック', '游ゴシック体', 'Noto Sans Japanese Light', sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}
.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
em { font-style:normal; }




/********************************************
	crumbs
*********************************************/	

#crumbs {
	height: auto !important;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
	}
	#crumbs a, #crumbs p {
		color: #452d03;
		display: inline-block;
		font-size: 12px;
		position: relative;
		}
		#crumbs a:after {
			content: '|';
			display: inline-block;
			padding: 0 10px;
			}

/********************************************
	com_btn
*********************************************/	

.com_btn {
    margin-top: 30px;

}
.com_btn a {
    background: #9a9a9a url(/src/img/common/arrow_white.png) no-repeat center right 10px;
	border: 1px solid #9a9a9a;
    color:  #fff;
    padding: 15px 80px;
    font-size: 0.95em;
	display: inline-block;
}
.com_btn a:before, 
.com_btn a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.com_btn a, 
.com_btn a:before, 
.com_btn a:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.com_btn a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #9a9a9a;
  color: #9a9a9a;
}

/********************************************
	tableSet
*********************************************/
.tableSet {
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
}

.tableSet dl {
    display:  table;
    width: 100%;
	background: #fff;
}
.tableSet dl:nth-child(even) {
    background: #f1f1f2; 
}

.tableSet dl dt, 
.tableSet dl dd {
    display:  table-cell;
    padding: 20px 50px;
	line-height: 1.8;
}

.tableSet dl dt {
    color: #565657;
    padding-left: 55px;
}
#container .cont_inner {
    padding: 0 0 500px 0;
    background-image: url(/src/img/special/bg_factory.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

/********************************************
	header
*********************************************/	

header {
    background: rgba(255, 255, 255, 1);
    left: 0;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
body.scrollactive header {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
header .logo {
    background-image: url(/src/img/common/logo.png);
    background-position: left center;
    background-size: 240px auto;
    height: 70px;
    float: left;
    margin-left: 1.5%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 240px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
	
header .logo a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

header .inner {
    height: 100%;
    max-width: 100%;
    text-align: left;
}

header .mainnavi {
    float: right;
    height: 100%;
    padding-right: 10px;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

header .mainnavi li {
    display: inline-block;
    letter-spacing: 0em;
    height: 100%;
    position: relative;
}

header .inner:after {
    content: " ";
    display: block;
    clear: both;
}

header .inner .mainnavi li a {
    color: #2f3032;
    display: inline-block;
    letter-spacing: 1px;
    padding: 20px;
    height: 100%;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position:relative;
}

header .mainnavi li:last-child a span:after {
	content: url(/src/img/common/ico_link.png);
	display: inline-flex;
	vertical-align: middle;
	padding-left: 4px;
}

/*header .inner .mainnavi li a:after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 2px solid #283a91;
}*/

header .inner .contact {
    float: right;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 130px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

header .inner .contact a {
    display: table;
    height: 100%;
    width: 100%;
}

header .inner .contact a em {
    background: rgba(33, 161, 238, 1);
    color: rgba(255, 255, 255, 1);
    display: table-cell;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    font-style: normal;
}
header .inner .contact a em span {
    display: block;
	line-height:1.4;
}
#glnav-trigger {
    display: none;
}
/********************************************
	footer
*********************************************/	
footer #contact {
    padding-top: 10px;
}
.titArea {
    text-align: center;
}
.titArea h2 {
    letter-spacing: 7px;
    margin-bottom: 20px;
    font-weight: 600;
}
.titArea h2 span {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0;
    font-size: 65%;
    font-weight: normal;
    display: block;
}
.contactArea {
    background-image: url(/src/img/common/texture.jpg);
    padding: 50px 0;
    margin-top: 60px;
}

.contactArea　.titArea {
    text-align: center;
}

.contactArea .titArea {
    color: #color: #2a3c92;
    color: #2a3c92;
}

footer .contactArea .inner {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
}

footer .contactArea .inner dd {
    display: inline-block;
}

footer .contactArea .inner dd {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 0.7%;
}

footer .contactArea .inner dd .num {
    font-family: 'Lato', sans-serif;
    font-size: 1.7em;
    color: #2a3c92;
}

footer .contactArea .inner dd a.sp {
    display: none;
}

footer .contactArea .inner dd .num, 
footer .contactArea .inner dd.mail span {
    display: inline-block;
    vertical-align: middle;
}

footer .contactArea .inner dd .time, 
footer .contactArea .inner dd .name {
    padding-left: 1em;
}

footer .contactArea .inner p {
    margin: 20px 0 0 0;
}
footer .contactArea .inner dd {
    /* border: #283a91 1px solid; */
    border-radius: 30px;
    height: 50px;
    overflow: hidden;
}

footer .contactArea .inner dd.tel:before, 
footer .contactArea .inner dd.mail a:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    vertical-align: middle;
}
footer .contactArea .inner dd.tel:before {
    background-image: url(/src/img/common/ico_tel.png);
    width: 28px;
    height: 28px;
    margin-top: -0.2em;
    padding-left: 0.3em;
}
footer .contactArea .inner dd.mail a:before {
    background-image: url(/src/img/common/ico_mail.png);
    width: 24px;
    height: 20px;
    padding-left: 1em;
}

footer .contactArea .inner dd.mail {
    background: #283a91;
    font-size: 1.2em;
    letter-spacing: 3px;
}

footer .contactArea .inner dd.mail a {
    color: #fff;
    border: #283a91 1px solid;
    background: #283a91;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 2;
    padding: 5px 0;
    height: 100%;
}

footer .contactArea .inner dd.mail a:hover {
    background-color: #fb6301;
    border: #fb6301 1px solid;
    height: 100%;
}

footer .contactArea .inner dd.tel {
    background: #fff;
    border: #283a91 1px solid;
    padding: 5px 0;
}

footer .f_logo {
    line-height: 1.7;
    background-image: url(/src/img/common/logo.png);
    background-position: left top;
    background-size: 260px auto;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 324px;
}

footer .f_bnr {
    max-width: 1000px;
    margin: 50px auto;
    letter-spacing: -1em;
}

footer .f_bnr a {
    border: #afb0b3 1px solid;
    display: inline-block;
    letter-spacing: 0;
    width: 48%;
}

footer .f_bnr a .btnArea {
    text-align: center;
    color: #2f3032;
    line-height: 1.5;
    padding: 30px 0;
    position: relative;
}

footer .f_bnr a .btnArea p {
    font-size: 1.3em;
    font-weight: 600;
}

footer .f_bnr a .btnArea:after {
	content: '';
	background-image: url(/src/img/common/arrow_blue02.png);
	position: absolute;
	width: 26px;
	height: 26px;
	right: 20px;
	top: 40%;
	}

footer .f_bnr a:first-child {
    margin-right: 4%;
}

footer .f_bnr a:last-child .btnArea p {
    letter-spacing: 3px;
}
footer .copy {
    text-align: center;
    font-size: 0.75em;
    padding: 10px 0 20px 0;
    border-top: #d8d8d8 1px solid;
    color: #7f7e7e;
}
footer .f_link {
    border-top: #c8c6c6 1px solid;
}

footer .f_link .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

footer .f_logo a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

footer .f_logo span {
    display: block;
    padding-top: 25px;
    font-size: 0.95em;
    font-weight: 600;
    padding-left: 50px;
}

footer .f_link .f_add {
    padding-left: 50px;
    margin-top: 20px;
    font-size: 0.95em;
}

footer .f_link .f_add span:last-child {
    padding-left: 0.8em;
}

footer .f_link .inner:after {
	content: '';
	display: block;
	clear: both;
}

footer .logo_area {
    float: left;
}

footer .f_menu {
    float: right;
}

footer .f_menu ul {
    display: inline-block;
    padding: 0 30px;
    font-size: 0.95em;
    line-height: 2.6;
    border-left: #000 1px dotted;
    overflow:  hidden;
}

footer .f_menu ul li a {
    color: #2f3032;
}

footer .copyright {
    background-image: url(/src/img/common/texture_blue.jpg);
    padding: 7px 0;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1025px) {
header .inner .mainnavi li a:hover:after, 
header .inner .mainnavi li a.current:after {
  width: 100%;
}
header .inner .mainnavi li a.current, 
header .inner .mainnavi li a:hover {
	  color: #fb6301;

}
}

@media screen and (max-width: 1024px) {
/* header > glnav-trigger */
	#glnav-trigger {
		background: rgba(255, 255, 255, 1);
		cursor: pointer;
		display: table;
		float: right;
		height: 100%;
		position: relative;
		width: 8%;
		z-index: 200;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		}
		#gt-wrap {
			display: table-cell;
			height: 100%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			}

			#gt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
			 }
				#gt-mark span {
					background: #283a91;
					display: block;
					width: 25px;
					height: 2px;
					position: absolute;
					transition: .5s;
					}
					#gt-mark span:nth-child(1) { top: 0; }
					#gt-mark span:nth-child(2) { top: 8px; }
					#gt-mark span:nth-child(3) { top: 16px; }
#glnav {
    right:0;
    opacity:0; /*通常時はビュー外*/
    background-image: url(/src/img/common/texture_blue.jpg);
    /* background: rgba(34,138,65,0.95); */
    width: 100%;
    text-align:left;
    -webkit-transition: opacity .4s ease,top 0s ease 1s;
    transition: opacity .4s ease,top 0s ease 1s;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    top: -9999px;
    overflow-y: scroll;
    position: fixed;
}
header .menu #mainnavi li a:hover:after, header .menu #mainnavi li .on:after { content: none; }
		#glnav-trigger { background: #fff; }

					.menu-open #gt-mark span:nth-child(1) {
		            	-webkit-transform: translateY(8px) rotate(-45deg);
		            	-moz-transform: translateY(8px) rotate(-45deg);
		            	transform: translateY(8px) rotate(-45deg);
						}
					.menu-open #gt-mark span:nth-child(2) { opacity: 0; }
					.menu-open #gt-mark span:nth-child(3) {
		            	-webkit-transform: translateY(-8px) rotate(45deg);
		            	-moz-transform: translateY(-8px) rotate(45deg);
		            	transform: translateY(-8px) rotate(45deg);
						}
.menu-open #glnav {
	opacity:1;
	width: 100%;
	padding:0;
	overflow-y: auto;
	box-sizing: border-box;
    -webkit-transition: opacity .4s ease,top 0s ease 0s;
    transition: opacity .4s ease,top 0s ease 0s;
	opacity: 1;
    top: 0;
}
header, 
body.fixed header {
	height:60px; 
}
header .ht_wrap {
    position: relative;
    z-index: 200;
    height: 60px;
    background: #fff;
}
header .ht_wrap .logo {
    background-size: 200px auto;
    height: 60px;
}
header .mainnavi {
    padding-top: 60px;
}
header .inner .mainnavi li a.n_parent.pc { display:none; }
header .inner .mainnavi li a.n_parent.sp { display:block; }
header .mainnavi li {
    display:  block;
    height:  auto;
}

header .inner .mainnavi li a {
    display:  block;
    color: #fff;
    padding: 18px 18px 18px 36px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

header .mainnavi {
    float:  none;
    padding-right:  0;
}
header .inner .mainnavi li a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}

header .inner .mainnavi li a {
    position:  relative;
}
footer .contactArea .inner dd a.sp {
    display: inline-block;
}
footer .contactArea .inner dd .pc, 
.mainnavi .pc {
    display: none!important;
}

footer .contactArea .inner {
	border-radius:20px; }
footer .inner {
    padding: 0 0 20px 0;
}
footer .f_link ul {
    padding: 0 3.5%;
}
footer .f_add {
    float: none;
    width: 100%;
    text-align: center;
}
header .mainnavi li:last-child a span:after {
    content: url(/src/img/common/ico_link_white.png);
    padding-left: 10px;
}

.f_logo p a {
    background-size: 220px;
    background-position:  center;
	height: 10vw;
}

footer .f_link ul li {
    width: 49%;
    float:  left;
    display: inherit;
}
footer .f_link ul li {width: 30%;}

footer .f_menu {
    float: none;
    font-size: 0.95em;
}
footer .contactArea .inner dd .pc {
	display:none;
}
footer .f_link ul {
    padding: 0;
    width: 95%;
    margin:  0 auto;
    display:  block;
}

footer .f_menu ul {
    border-left: none;
    padding: 10px 0 10px 20px;
}

footer .f_menu ul:first-child {
    border-bottom: #c8c6c6 1px solid;
    padding-bottom: 20px;
}

footer .f_menu ul:last-child li {
    float:  none;
    text-align:  center;
    width:  initial;
    margin-right: 0;
    border-bottom: #c8c6c6 1px dotted;
}

footer .f_link ul li a {
    display:  block;
    width:  100%;
}

footer .f_menu ul:first-child li {
    padding-right: 10px;
}

footer .logo_area {
    float:  none;
    margin-top: 20px;
}

footer .f_logo {
    margin:  0 auto;
}
footer .f_link .inner {
    padding-top: 20px;
}
.f_logo p a {
    background-size: 220px;
    background-position: center;
    height: 15vw;
}
footer .f_add {
    float:  none;
    width:  100%;
    text-align:  center;
}
footer .contactArea .inner {
    width: 95%;
}
footer .f_bnr {
    max-width: 90%;
}

footer .f_nav {
    float:  none;
    width: 100%;
}

.f_nav .f-menu li {
    display:  block;
}

footer .f_nav .f-menu  {
    padding: 10px;
}

.f_nav .f-menu li a {
    background-position: right center;
    display: block;
    margin-right: 0;
    line-height: 3;
    border-bottom: #d8d8d8 1px dotted;
}
.f_nav .f-menu02 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.f_nav .f-menu02 li {
    padding: 0;
}

#crumbs {
    padding-top: 10px;
    width: 95%;
}


	

}
@media screen and (max-width: 768px) {
body { font-size:14px; }
#glnav-trigger { width: 10%;}
.intro .main_tit span {
    font-size: 20px;
}
footer .contactArea .inner dd.tel:before {
	margin-top: -1em;
}
footer .contactArea .inner dd .num, footer .contactArea .inner dd p {
    display: block;
}
footer .contactArea .inner dt:before {
    display:  inline-block;
    vertical-align:  middle;
    padding-right: 10px;
}

footer .contactArea .inner dt {
    background-image: none;
    font-size: 1.2em;
    padding-left: 0;
}

footer .contactArea .inner dd .time, footer .contactArea .inner dd .name {
    font-size: 0.9em;
}
footer .contactArea .inner dd {
    display:  block;
    margin: 15px auto;
    width: 80%;
}
.contactArea {
    margin-top: 30px;
}
.titArea h2 {
    margin-bottom: 10px;
}

footer .f_bnr a .btnArea:after {
    content:  none;
}
footer .f_bnr a .photo img {
    width: 100%;
}
footer .f_bnr {
    max-width: 95%;
}

footer .f_bnr a:first-child {
    margin-right: 2%;
}

footer .f_bnr a {
    width: 49%;
}


footer .f_link .inner {
    padding-top: 0;
    padding-bottom: 30px;
}

footer .f_menu ul:first-child {
    padding-bottom: 10px;
    background-image: url(/src/img/common/texture.jpg);
    width: 100%;
}

footer .f_link ul {
    padding: 10px 0;
}

footer .f_menu ul:first-child li {
    padding-left: 20px;
    padding-right:  0;
}

footer .f_menu ul:first-child li a:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -3px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #283a91;
        border-right: 1px solid #283a91;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0;
}

footer .f_menu ul:first-child li a {
    padding-left: 20px;
    position: relative;
}

footer .f_link .f_add {
    padding-left: 0;
}
footer .f_link ul li {
    float: none;
    width:  auto;
}



}

@media screen and (max-width: 480px) {
#glnav-trigger { width: 15%;}
footer .contactArea .inner .name {
    display: block;
}
footer .contactArea .inner dd {
    width: 90%;
}
footer .f_bnr a .btnArea {
    padding: 20px 0;
}

footer .f_bnr a {
    display:  block;
    width: 100%;
}
footer .f_bnr a .btnArea p {
    font-size: 1.2em;
}

footer .f_bnr a:first-child {
    margin-bottom: 20px;
}

}