@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');
/* CSS Document */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * resets
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style-type: none;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {   font-family: 'Lato','Zen Kaku Gothic New',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
	position:relative;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,a {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0;
}

h2,h3,h4{
    margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul,
dd {
    margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width:100%;
	height:auto;
    vertical-align: bottom;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	filter: brightness(1.2)
}

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*margin*/
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }

.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }

.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }

.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }

/*padding*/
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }

.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }

.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }

.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }



/*---------------------------------------------------*/
/*loading*/
#pageloading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background: #f7f7f5;
}


#pageloading img{
	width:217px;
	height:auto;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  background: #e02a11;
  width : 60px;
  height: 65px;
  cursor: pointer;
  text-align: center;
}
.hamburger:after{
	content:"menu";
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-size:1.2rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 1px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}


.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  background :#fff;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform    : translateY(10px) rotate(45deg);
  -o-transform     : translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform : translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	background:#f7f7f5;
	width: 100%;
	height: 100vh;
	display: none;
}


nav.globalMenuSp .h_wrap{
	display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
	padding: 0 8%;
	margin-top: -50px;
}
nav.globalMenuSp .h_in{
	
}

nav.globalMenuSp .spnav01 li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	border-bottom: 1px solid #555;
}
nav.globalMenuSp .spnav01 li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .spnav01 li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
  font-size: 1.8rem;
  text-align:left;
}
nav.globalMenuSp .spnav01 li{
	opacity: 0;
}
nav.globalMenuSp.active ul li:nth-child(1) {
  animation: tatata 0.5s ease .1s forwards;
}
nav.globalMenuSp.active ul li:nth-child(2) {
  animation: tatata 0.5s ease .2s forwards;
}
nav.globalMenuSp.active ul li:nth-child(3) {
  animation: tatata 0.5s ease .3s forwards;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  animation: tatata 0.5s ease .4s forwards;
}
nav.globalMenuSp.active ul li:nth-child(5) {
  animation: tatata 0.5s ease .5s forwards;
}
nav.globalMenuSp.active ul li:nth-child(6) {
  animation: tatata 0.5s ease .6s forwards;
}
nav.globalMenuSp.active ul li:nth-child(7) {
  animation: tatata 0.5s ease .7s forwards;
}
nav.globalMenuSp.active ul li:nth-child(8) {
  animation: tatata 0.5s ease .8s forwards;
}
nav.globalMenuSp.active ul li:nth-child(9) {
  animation: tatata 0.5s ease .9s forwards;
}
@keyframes tatata {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
	}
}

nav.globalMenuSp .spnav02{
	display:flex;
	margin: 20px 0;
}
nav.globalMenuSp .spnav02 li a{
    display: inline-block;
}
nav.globalMenuSp .spnav02 li a img{
	height:25px;
	width: auto;
}
nav.globalMenuSp .spm_btn{
	display: inline-block;
	background:#e02a11;
	color: #fff;
	padding: 10px 30px;
	width: 100%;
    text-align: center;
    border-radius: 40px;
}

.hamburger{
	display:none;
}

#f_btn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 6;
	border-radius:50%;
}
#f_btn:before{
	content:"";
	position:absolute;
    left: 0;
	right:0;
	top:25px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.inner{
	/*max-width: 1040px;*/
	margin: 0 auto;
	padding: 0 8%;
}
h2{
	font-weight:bold;
	font-size: 3.2rem;
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
h2:after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #e02a11;
	border-radius: 4px;
}

@media screen and (max-width:1200px){
	.pcnav{
		display:none !important;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
		padding: 0 5%;
	}
}
/*---------------------------------------------------*/
body{
	background:url(img/bg.jpg)center repeat;
    background-attachment: fixed;
}

header{
	display: flex;
    justify-content: space-between;
	padding: 5px 10px 5px 20px;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 2;
}
.head1 a{
	display: inline-block;
}
.head1 a img{
	width: 217px;
	height: auto;
}
.pcnav{
	display: flex;
    align-items: center;
}
.pcnav li{
}
.pcnav li a{
	padding: 0 10px;
}
.pcnav li .hc_btn{
	padding: 9px;
    border-radius: 30px;
	border:2px solid #e02a11;
    background: #e02a11;
    color: #fff;
    margin: 0 5px 0 10px;
    width: 160px;
    display: inline-block;
    text-align: center;
}
.pcnav li .hc_btn:hover{
	text-decoration:none;
}
.pcnav li .h_link_btn{
	padding: 6px 9px 10px 9px;
    border-radius: 30px;
	border:2px solid #000;
    background: #fff;
    margin: 0 5px 0 10px;
    width: 160px;
    display: inline-block;
    text-align: center;
}
.pcnav li .h_link_btn img{
	height:20px;
	width: auto;
}

.pcnav li .h_sns{
	padding:0 8px
}
.pcnav li a img{
	vertical-align: middle;
}
.pcnav li a:hover{
	text-decoration:underline;
}

/*============================
#Mv
============================*/
#Mv {
	position: relative;
}
#Mv .mvinner {
	background: url(img/mv.jpg) no-repeat;
	background-size: cover;
	width: 70%;
	height: 600px;
	margin: 0 0 0 auto;
}
#Mv h1{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 8%;
	margin: auto;
	font-size: 4rem;
	display: inline-table;
}
#Mv h1 span{
	display:block;
	font-size: 2rem;
}

/*============================
#About
============================*/
#About {
	margin: 80px 0;
}
#About .inner {
}
#About .inner p{
	font-weight:bold;
	margin-bottom: 20px;
}
/*============================
#Introduction
============================*/
#Introduction {
	margin: 80px 0;
}
#Introduction .inner {
}
#Introduction .inner .wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
#Introduction .inner .wrap .box{
	width: calc(50% - 10px);
	margin: 10px 0;
	background: #eef1f6;
    padding: 20px 20px 40px 20px;
}
#Introduction .inner .wrap .box p img{
	width:100%;
	height: auto;
}
#Introduction .inner .wrap .box h3{
	font-size:2.4rem;
	padding: 28px 0;
	color: #e02a11;
}
#Introduction .inner .wrap .box .btn01 {
	height: 200px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
	border:1px solid #e02a11;
	padding: 20px 8%;
	margin: 20px 0;
}
#Introduction .inner .wrap .box .btn01:after{
	content:"";
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url("img/icon_window.png") center no-repeat;
	height: 20px;
	width: 20px;
}

/*============================
#Company
============================*/
#Company {
	margin: 80px 0;
}
#Company .inner {
}
#Company .inner table{
	width: 100%;
	text-align: left;
	margin-bottom: 28px;
}
#Company .inner table th,
#Company .inner table td{
	padding: 15px 20px;
}
#Company .inner table th{
	width: 150px;
}
#Company .inner table td{
	width: calc(100% - 150px);
}
#Company .inner table tr:nth-child(odd) th,
#Company .inner table tr:nth-child(odd) td{
	background: #eef1f6
}
#Company .inner table tr:nth-child(even) th,
#Company .inner table tr:nth-child(even) td{
	background: #cad2de
}
#Company .inner .c_sns{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
#Company .inner .c_sns li{
	width: calc(50% - 10px);
}
#Company .inner .c_sns li:nth-child(1){
	background: linear-gradient(to right, #e7002c, #c000a1);
}
#Company .inner .c_sns li:nth-child(2){
	background: #1d9bf0
}
#Company .inner .c_sns li a{
	display:block;
	padding: 16px;
}
/*============================
#Customer
============================*/
#Customer {
	margin: 80px 0;
}
#Customer .inner {
}
#Customer .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#Customer .inner ul li{
	width: 140px;
	height: 140px;
	border-radius: 10px;
	background: #eef1f6;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 10px;
}
#Customer .inner ul li h3{
	font-size: 1.6rem;
	margin-top: 12px;
}

/*============================
#Suppliers
============================*/
#Suppliers {
	margin: 80px 0;
}
#Suppliers .inner {
}
#Suppliers .inner ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#Suppliers .inner ul li{
	width: calc(20% - 10px);
    margin: 5px 0;
}
#Suppliers .inner ul li a{
	display:block;
	border:1px solid #cad2de;
	background: #fff;
	text-align: center;
}
/*============================
#Contact
============================*/
#Contact {
	background: #f7f9fb;
	padding: 80px 0;
}
#Contact .inner {
	text-align: center;
	max-width: 1000px;
}
#Contact .inner .contacttbl {
}

/*============================
#mailformpro
============================*/
#Contact .inner .contacttbl #mailformpro {
}
#Contact .inner .contacttbl #mailformpro .submitbutton {
}
.contacttbl table{
	text-align:left;
	width:100%;
}
.contacttbl th{
	margin-top:1rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.contacttbl th span{
	background:#d0a36a;
	color:#fff;
	font-size: 1.2rem;
	padding: 1px 5px;
}
.contacttbl input{
	width:100%;
	padding:10px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl .submitbutton {
    text-align: center;
    margin-top: 10px;
}
.contacttbl .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px;
    text-align: center;
    width: 250px;
	margin:50px auto 0;
	background-color: #e02a11;
    border: 1px solid #e02a11;
    transition: .3s;
	border-radius: 50px;
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
    color: #e02a11;
}
/*============================
#Privacy
============================*/
#Contact .inner #Privacy {
	margin: 80px 0 0;
}
#Contact .inner #Privacy .wrap{
    padding: 0 2.5rem;
    height: 26.4rem;
    margin: 24px auto 0;
    border: 1px solid #B4B4B4;
    overflow-y: scroll;
	text-align: left;
}
#Contact .inner #Privacy .wrap p{
	margin:20px 0;
}

footer{
	background: #eef1f6;
	padding: 80px 0;
}
.f_inner {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
.f_inner .txt a{
	display:inline-block;
}
.f_inner .txt a img{
	width: 195px;
	height: auto;
}
.f_inner .txt p{
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 20px;
}
copy{
	display:block;
	text-align: center;
	font-size: 1.2rem;
	background: #eef1f6;
}
.f_inner .pcnav a{
	font-size: 1.4rem;
}
.f_inner .pcnav  .hc_btn {
}


@media screen and (max-width:770px){
	#Mv .mvinner{
		width:80%;
		height: 400px;
	}
	#Mv h1{
		top:auto;
		bottom: 110px;
		left: 5%;
	}
	#Mv h1 span{
		font-size:1.6rem;
	}
	#Introduction .inner .wrap .box{
		width:100%;
		margin: 0 0 40px 0;
	}
	#Introduction .inner .wrap .box img{
		margin: 0 auto;
	    display: block;
	}
	#Introduction .inner .wrap .box h3{
		padding:12px 0;
	}
	#Company .inner table th,
	#Company .inner table td{
	    width: 100%;
    	display: block;
	}
	#Company .inner table th{
		padding: 15px 20px 4px;
	}
	#Company .inner table td{
		padding: 4px 20px 15px;
	}
	#Customer .inner ul{
		justify-content:center;
	}
	#Suppliers .inner ul li{
		width:calc(50% - 10px)
	}
	#Contact .inner p{
		text-align: left;
	}
}

.thanks{
	height: calc(100vh - 200px);
	display: flex;
	align-items: center;
	text-align: left;
}

