@charset "UTF-8";
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
html{
/* 	height:100%; */
	font-size: 10px;
	font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form,iframe{margin: 0;padding: 0;}
body{
	margin: 0 auto;
	background-color: #fff;
}
ul,li{list-style:none;margin:0;padding:0;}
ol li{list-style-position:outside;}
img{
	border: 0;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
h1{margin: 0; padding: 0;}
del {text-decoration: line-through;}
a{
	color: #022EAC;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
a:hover{color: #E10000;}
a::before,a::after{
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
blockquote{
	margin: 0 0 0 5px;
	padding: 3px 0 3px 10px;
	border-left: 2px solid #DDD;
}
select,
input,
button,
textarea,
select,
button {
	font-size: 100%;
}
sup{vertical-align: super;}
body {
	font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #111111;
	letter-spacing: 0.03em;
}
#header {
	padding: 0;
	width: 100%;
	position: fixed;
	z-index: 999999;
	top:0;
	left: 0;
	padding: 51px 5% 0;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
	background-color: transparent;
}
#header.header{background-color: rgba(2,46,194,0.6);padding-top: 0;}
#logo {
	margin: 0;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
	z-index: 888888;
	line-height: 1;
	width: 25.27%;
}
#logo a,#logo a img{display: block;position: relative;}
#logo a img{width: 100%;}
#logo a:hover{opacity: 0.6;}

.header-nav_btn {display: none;}
.header-nav{width: 72.25%;}
.header-nav-list li {
	position: relative;
	line-height: 1;
	margin-left: 25px;
}
/* #header-nav-list li:first-child{margin-left: 0;} */
.header-nav-list li a{
	display: block;
	position: relative;
/* 	overflow: hidden; */
	padding: 13px 0 11px;
	line-height: 1;
	text-decoration: none;
	z-index: 9999;
}
.header-nav-list li a img{display: block;}
.header-nav-list li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 40%;
	left: -15%;
	width: 130%;
	height: 20%;
	background-color: rgba(2,46,194,0.75);
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
	z-index: -1;
	-webkit-transform: scaleX(0);
		 	 		transform: scaleX(0);
/* 	opacity: 0; */
}
.header-nav-list li a:hover::after {
	-webkit-transform: scaleX(1);
		 	 		transform: scaleX(1);
	opacity: 1;
}
#header-nav-list li#lang{margin-left: 22.5%;}
.header-nav-list li:first-child {margin-left: 0;}
#header-nav-list2 li:last-child a{padding: 14px 30px;background-color: #022EC2;}
#header-nav-list2 li:last-child a::after{display: none;}
#header-nav-list2 li:last-child a:hover{background-color: #E10000;}
.nav-6{display: none;}

@media (max-width: 1130px) {
	#header-nav-list2{display: none;}
	#header{background-color: transparent;}
	#header-nav-list li.nav-6{display: block;}
	#logo{width: 300px;display: table;height: 45px;}
	#logo a, #logo a img {display: table-cell; vertical-align: middle;}
	.header-nav {
		max-width: 25%;
		margin-left: 0;
		z-index: 88888;
/* 		height: 45px; */
	}
	#contact-nav{display: none;}
	#header-nav_body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			 -ms-flex-align: center;
		-webkit-align-items: center;
						align-items: center;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
/* 		left: 0; */
/* 		background-color: #fff; */
		background-color: rgba(2,46,194,0.85);
		-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
		overflow: hidden;
	}
	#header-nav-list {
		width: 100%;
		-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
		padding: 0 20px;
		overflow: hidden;
	}
	.header-nav.close #header-nav_body {left: 100%;}
	.header-nav.open #header-nav_body {left: 0;}
	#header-nav-list li {
		float: none;
		width: 100%;
		height: auto;
		border-left: none;
		text-align: left;
		margin: 0 0 1px 0;
		padding: 0;
		text-align: center;
	}
	#header-nav-list li > a{
		color: #fff;
		text-align: center;
		display: inline-block;
	}
	#header-nav-list li a#nav-5{margin: 0 0 20px;}
	.header-nav_btn {
		display: block;
		position: absolute;
		right: 3.5%;
		top: 51px;
		z-index: 99999;
		width: 45px;
		height: 45px;
		-webkit-transition: all 0.25s ease;
						transition: all 0.25s ease;
		background: #022EAC;
	}
	#header.header{height: 45px;}
	#header.header .header-nav_btn {right: 0;top: 0;}
	.header-nav_menuIcon {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
		display: block;
		cursor: pointer;
	}
	.header-nav_menuIcon > span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.25s;
						transition: all 0.25s;
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	.header-nav_menuIcon > .top { top: 2px;}
	.header-nav_menuIcon > .middle { top: 11px;}
	.header-nav_menuIcon > .bottom { bottom: 2px;}
	.header-nav_menuIcon.is-active > .top {
	-webkit-transform: translateY(9px) rotate(-45deg);
					transform: translateY(9px) rotate(-45deg);
	}
	.header-nav_menuIcon.is-active > .middle {opacity: 0;}
	.header-nav_menuIcon.is-active > .bottom {
		-webkit-transform: translateY(-9px) rotate(45deg);
						transform: translateY(-9px) rotate(45deg);
	}
	#header-nav-list li#nav-s{padding: 11px 0;}
}
@media (max-width: 960px) {
	#header #logo{width: 60%; max-width:400px;}
	#header.header #logo{width: 50%; max-width: 300px;}
}
@media (max-width: 480px) {
	#header #logo{width: 75%; max-width:300px;}
	#header.header #logo{width: 70%; max-width:260px;}
}



/* contents */
.contents{width: 100%;position: relative;overflow: hidden;}
.contents h2{margin-bottom: 40px;color: #1935a7;line-height: 1.6;font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 30px;font-size: 3rem;font-weight: 600;}
span.h2-b{display: block;line-height: 1;margin-bottom: 40px;font-weight: 600;}
.contents h2 + span.h2-b{margin-top: -20px;}
.h3{margin-bottom: 20px;color: #1935a7;line-height: 1;font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 24px;font-size: 2.4rem;font-weight: 600;}

/*
@media (max-width: 767px) {
	.contents h2.text-center{padding: 0 10%;}
}
*/

.container,
.container-large,
.container-mid,
.container-small,
.container-mini {position: relative;margin: 0 auto;padding: 0;z-index: 111;}
.container{max-width: 90%;}
.container-large{max-width: 80%;}
.container-mid{max-width: 1040px;}
.container-small{max-width: 960px;}
.container-mini{max-width: 60%;}
@media (max-width: 1040px) {
	.container-mid{ max-width: 960px;}
}
@media (max-width: 960px) {
	.container,.container-large,.container-mid,.container-small,.container-mini{ max-width: 80%;}
}
@media (max-width: 767px) {
	.container,.container-large,.container-mid,.container-small,.container-mini{ max-width: 85%;}
}

/* index */
#mainimg {
  position: relative;
  margin: 0px;
  z-index: 0;
  width: 100%;
  height: 360px;
  background: url(../img/mainimg.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg h2{position: relative;width: 100%;padding-top: 60px;text-align: center;}

@media (max-width: 960px) {
	#mainimg::after{padding-top: 5%;}
}
@media (max-width: 767px) {
	#mainimg {height: 260px;}
	#mainimg h2{max-width: 80%;margin: auto;}
}

#profile,
#history,
#products,
#overview,
#contact,
#product-01,
#product-02,
#product-03 {padding: 80px 0;}
#overview table.data th,
#history table.data th {background-color: #f8f8f8;}
.profile-image,
.history-image,
.products-image {display: table;position: relative;width: 100%;height: 360px;}
.profile-image::before,
.profile-image::after {position: absolute;top: 0;bottom: 0;z-index: -1;width: 50%;background-repeat: no-repeat;background-position: center center;background-size: cover;content: "";}
.profile-image::before {left: 0;background-image: url(../img/profile-02.jpg);}
.profile-image::after {right: 0;background-image: url(../img/profile-03.jpg);}
.profile-image .inner{display: table-cell;text-align: right;vertical-align: middle;}
.history-image {background: url(../img/history-01.jpg) no-repeat center center;background-size: cover;}
.products-image {background: url(../img/product-04.jpg) no-repeat center center;background-size: cover;}
@media (max-width: 767px) {
	#profile,
	#history,
	#products,
	#contact,
	#product-01,
	#product-02,
	#product-03 {padding: 60px 0;}
}
@media (min-width: 601px) and (max-width: 767px) {
	.profile-image::before {background-position:right 35% center;}
}
@media (max-width: 600px) {
	.profile-image::before,
	.profile-image::after {width: 100%;height: 50%;}
	.profile-image::before {bottom: auto;}
	.profile-image::after {top: auto;}
	.profile-image .inner{text-align: center;}
}
#products li {position: relative;width: 31.25%;-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);background-color: #fff;}
#products a {display: block;padding-bottom: 80px;text-decoration: none;}
#products a img {position: relative;z-index: -1;width: 100%;}
.product-img {position: relative;z-index: 0;overflow: hidden;}
.product-img-ovr {position: absolute;left: 0;top: 50%;width: 100%;color: #fff;line-height: 1.4;text-align: center;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.product-img-ovr h3 {font-size: 18px;font-size: 1.8rem;font-weight: 600;}
.product-img-ovr p {font-size: 13px;font-size: 1.3rem;}
.product-txt {padding: 15px 15px 20px;color: #111;line-height: 1.7;font-size: 13px;font-size: 1.3rem;}
#products .btn {position: absolute;left:50%;bottom: 20px;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
#products a:hover img {-webkit-transform: scale(1.3);transform: scale(1.3);}
#contact table {margin:40px 0;}
#contact table,
#contact th,
#contact td {border: none;background: none;}
#contact tr:nth-child(odd) {background: #f5f5f5;}
@media (max-width: 767px) {
	#products li {width: 100%;margin-bottom: 20px;}
}


/* form */
#form input, #form textarea {
	padding: 5px;
	vertical-align: middle;
	border: #cccccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 5px;
}
span.must {color: #f00;}input.err,
select.err,
textarea.err,
.err input,
.err select,
.err textarea {
  background: #fce4d6;
  border-color: #fdd7c1;
}
.err:focus,
.err input:focus,
.err select:focus,
.err textarea:focus { border-color:#fd6037;}
.form-btn {
  margin-top: 40px;
  text-align: center;
}
.form-btn .btn {
  display: inline-block;
  background: #293ca1;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #fff;
  font-weight: bold;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.form-btn .btn:hover{background: #e72d2d;}
.form-btn .btn + .btn {
  margin-left: 20px;
}
.form-btn .btn[hidden] {
  display: none;
}
.form-btn .btn-error {
  background: #d4d4d4;
}
.form-btn .btn-error:hover {
  background: #bbb;
}
.form-btn .btn:after {
  content: none;
}

@media (max-width: 960px) {
	#form th{width: 150px;padding-right: 15px;}
}
@media (max-width: 767px) {
	#form table.data th,table.data td{display: block;width: 100%;padding: 10px 15px;}
	.form-desc{display: block;}
}
@media (max-width: 480px) {
	#tel1,#fax1{width: 50px;}
	#tel2,#tel3,#fax2,#fax3{width: 75px;}
	#mail1{width: 90px;}
	#mail2{width: 130px;}
	#nameSei,#nameMei,#furiSei,#furiMei{width: 100px;}
}

/* Products */
.feature-list > li{width: 31.25%;margin-bottom: 20px;font-size: 13px;font-size: 1.3rem;line-height: 1.5;text-align: left;padding: 15px 10px;color: #333;}
.feature-list > li:not(:empty) {-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);}
.feature-list > li:nth-child(odd){background-color: #F5FBFD;}
.feature-list h4{font-size: 16px;font-size: 1.6rem;font-weight: bold;line-height: 1.4;color: #022eac;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dotted #022eac;}
@media (max-width: 767px) {
	.feature-list > li{width: 100%;}
}


/* pagetop */
#pagetop {
	position: fixed;
	bottom: 25px;
	right: -55px;
	display: block;
	width: 49px;
	height: 49px;
	background: #DFE4E5 url(../img/to-top.svg) no-repeat center center;
	background-size: 18px;
	text-indent: -9999em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.5;
	z-index: 88888;
	border: 1px solid #fff;
}
#pagetop.on{right: 60px;opacity: 1;}
#pagetop:hover{background-color: #9AA2A5;}
@media (max-width: 767px) {
	#pagetop{width: 40px;height: 40px;bottom: 30px;background-size: 14px;}
	#pagetop.on{right: 30px;}
}

/* footer */
#footer {position: relative;padding: 0px;font-size: 12px;font-size: 1.2rem;line-height: 1.5;padding-top: 100px;}
#copyright{font-size: 10px;font-size: 1.0rem;line-height: 40px;background: #9aa2a5;color: #fff;font-weight: bold;text-align: center;}
@media (max-width: 767px) {
	#footer{padding-top: 60px;}
}

table.data{border-top: 1px solid #DFE4E5;width: 100%;line-height: 1.5;}
table.data th{background-color: #EBF9FF;border-bottom: 1px solid #DFE4E5;padding: 15px 20px;color: #333;vertical-align: top;width: 200px;font-weight: bold;}
table.data td{border-bottom: 1px solid #DFE4E5;padding: 15px 20px;vertical-align: top;}
@media (max-width: 767px) {
	table.data th,table.data td{display: block;width: 100%;padding: 10px 15px;}
	table.data th{border: none;}
}

.btn{
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: 80%;
	max-width: 300px;
	line-height: 49px;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
	padding-bottom: 2px;
	letter-spacing: 0.12em;
	font-weight: bold;
	color: #022EAC;
}
.btn::after{content: '';display: block;width: 14px;height: 6px;position: absolute;top: 50%;right: 25px;background: url(../img/arrow-rb.svg) no-repeat left center;margin-top: -3px;}
.btn-w{border: 1px solid #022eac;background-color: #fff;color: #022eac;}
.btn-w:hover{border: 1px solid #B6E5FF;background-color: #B6E5FF;color: #022eac;}
.btn-b{border: 1px solid #022eac;background-color: #022eac;color: #fff;}
.btn-b:hover{background-color: #e10000;border-color: #e10000;color: #fff;}
.btn-b::after{background: url(../img/arrow-rw.svg) no-repeat left center;}

.before-line::before,.after-line::after{
	content: '';
	width: 25px;
	height: 2px;
	display: block;
	background-color: #e10000;
}

.after-line::after{margin: 20px 0;}
.after-line.text-center::after{margin: 20px auto;}

.flist{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.align-center{
	-webkit-box-align:center;
		 -ms-flex-align:center;
-webkit-align-items:center;
				align-items:center;
}
.justify-center{
	-webkit-box-pack:center;
		 -ms-flex-pack:center;
-webkit-justify-content:center;
	 justify-content:center;
}
.justify-justify{
	-webkit-box-pack:justify;
		 -ms-flex-pack:justify;
-webkit-justify-content:space-between;
	 justify-content:space-between;
}
.row-reverse{
 -webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
}

.box-shadow{
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.2);
}

/* =====
 * MISC
 * ===== */

.bgc-b{background-color: #F5FBFD;}
.bgc-g{background-color: #f8f8f8;}

.mb0{	margin-bottom: 0!important;}
.mb5{	margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.pb0{padding-bottom: 0 !important;}

.relative{position: relative;}
.fz10{font-size: 10px;font-size: 1.0rem;}
.fz11{font-size: 11px;font-size: 1.1rem;}
.fz12{font-size: 12px;font-size: 1.2rem;}
.fz16{font-size: 16px;font-size: 1.6rem;}
.fz18{font-size: 18px;font-size: 1.8rem;}

.bdrs6{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.op6{opacity: 0.6;}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
	width: 100%;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

/* Float */
.left   {float: left;}
.right  {float: right;}
.center {margin-right: auto !important; margin-left: auto !important;}

@media (max-width: 480px) {
	.left,.right{float: none;}
}

/* Text Alignment */
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}
.text-nowrap { white-space: nowrap;}
.text-bold {font-weight: bold;}
.text-blue{color: #022EAC;}
.text-gray{color: #333;}

/* List */
.list-marker {margin-left: 1.25em;}
.list-marker>li { list-style-type: disc;}

/* Visibility */
.visible-s,
.visible-s-block,
.visible-xs,
.visible-xs-block { display: none !important;}

@media (max-width: 960px) {
	.visible-s,
	.visible-s-block { display: block !important;}
	.hidden-s { display: none !important;}
}
@media (max-width: 767px) {
	.visible-xs,
	.visible-xs-block { display: block !important;}
	.hidden-xs { display: none !important;}
}
