/*----------------------------------------
Background: #1a6ae3;
���̐F #0C51B9
#0C51B9
----------------------------------------*/
body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #000000;
  overflow-x: hidden;
  font-weight:normal;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #0C51B9 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
  margin: 0 0 0 0;
  font-weight: normal;
}

/*-----------------�X�y�[�X-----------------*/

.spacer{margin-bottom:10px;}

.spacer_t_5{margin-top:5px;}
.spacer_t_10{margin-top:10px;}
.spacer_t_15{margin-top:15px;}
.spacer_t_20{margin-top:20px;}
.spacer_t_26{margin-top:26px;}
.spacer_t_21{margin-top:10px;}
.spacer_t_30{margin-top:30px;}
.spacer_t_40{margin-top:40px;}
.spacer_t_50{margin-top:50px;}
.spacer_t_60{margin-top:60px;}
.spacer_t_70{margin-top:70px;}

.spacer_5{margin-bottom:5px;}
.spacer_7{margin-bottom:7px;}
.spacer_10{margin-bottom:10px;}
.spacer_15{margin-bottom:15px;}
.spacer_20{margin-bottom:20px;}
.spacer_30{margin-bottom:30px;}
.spacer_40{margin-bottom:40px;}
.spacer_50{margin-bottom:50px;}

.m_5{margin:5px;}
.m_10{margin:10px;}
.m_15{margin:15px;}
.m_20{margin:20px;}

.l_5{margin-left:5px;}
.l_10{margin-left:10px;}
.l_15{margin-left:15px;}
.l_20{margin-left:20px;}
.l_30{margin-left:30px;}
.l_40{margin-left:40px;}
.l_50{margin-left:50px;}
.l_60{margin-left:60px;}

.r_3{margin-right:3px;}
.r_5{margin-right:5px;}
.r_10{margin-right:10px;}
.r_15{margin-right:15px;}
.r_20{margin-right:20px;}
.r_30{margin-right:30px;}
.r_40{margin-right:40px;}
.r_50{margin-right:50px;}
.r_60{margin-right:60px;}
.r_70{margin-right:70px;}

.f_10{font-size:10px;}
.f_11{font-size:11px;}
.f_12{font-size:12px;}
.f_13{font-size:13px;}
.f_14{font-size:14px;}
.f_15{font-size:15px;}
.f_16{font-size:16px;}
.f_17{font-size:17px;}
.f_18{font-size:18px;}
.f_19{font-size:19px;}
.f_20{font-size:20px;}
.f_b{font-weight:bold;}

.t_l{text-align:left;}
.t_r{text-align:right;}
.t_c{text-align:center;}

.f_font{color:#fff;}


a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}


figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #0C51B9;
}

::-moz-selection {
  color: #fcfcfc;
  background: #0C51B9;
}

::selection {
  color: #fcfcfc;
  background: #0C51B9;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 900px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 1;
    background: url(../image/eyecatch.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 32%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
	font-size: 300%;
  color: #1a6ae3;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-weight:normal;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
   font-size: 200%;
   margin-bottom: 10%;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover .desc span a {
  color: #fff;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
  font-weight:normal;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
  font-weight:normal;
}

.sf-menu a {
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #0C51B9 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #333;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
  font-weight:normal;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
  font-weight: normal;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #1a6ae3;
  font-weight: normal;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255,255,255,0.7);
  position: fixed;
  z-index:9999;
  box-shadow: 0 0 20px 0 #898989;
    -webkit-box-shadow: 0 0 20px 0 #898989;
    -moz-box-shadow: 0 0 20px 0 #898989;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
  font-weight:normal;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  font-weight: normal;
  float: left;
}


#fh5co-logo span {
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  }

#fh5co-logo a {
  color: #1a6ae3;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #000 !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  font-weight: normal;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
  font-weight: normal;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #0C51B9 !important;
  font-weight: normal;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #0C51B9 !important;
}

#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#work {
  padding: 7em 0;
}

#fh5co-work-section {
  padding: 7em 0 0 0;
}

@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  #fh5co-work-section_2,
  #fh5co-blog-section,
  #work{
    padding: 4em 0;
  }
  
  #fh5co-work-section {
  padding: 4em 0 0 0;
}
}

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}


#fh5co-services, #fh5co-about, #fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 4em 0;
  }
}



#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}




#footer {
  background: #1a6ae3;
  padding: 20px 0 20px 0;
  color:#FFFFFF;
  font-size:12px;
  text-align:center;
}



.animate-box {
  opacity: 0;
}

  .animate-box .text_box {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
	background: rgba(255,255,255,0.4);
	border-radius: 10px;        /* CSS3���� */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 10px;   /* Firefox�p */
	margin-right: auto;
  margin-left: auto;
  padding: 3%;
  border-box: border-box;
  color:#000000;
  font-size: 16px;
  }

@media (min-width: 768px) {
  .animate-box .text_box {
    width: 640px;
	margin-right: auto;
  	margin-left: auto;
  }
}
@media (min-width: 992px) {
  .animate-box .text_box {
    width: 800px;
	margin-right: auto;
  margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .animate-box .text_box {
    width: 980px;
	margin-right: auto;
  margin-left: auto;
  }
}

.animate-box .text_box .title{
font-size:180%;
line-height:150%;
margin-bottom:3%;
}

@media screen and (max-width: 768px) {
.animate-box .text_box .title {
   font-size: 130%;
  }
}

.animate-box .text_box .title2{
font-size:140%;
line-height:150%;
padding-bottom:2%;
  border-bottom: 1px solid #fff;
  padding: 1.5%;
  margin-bottom:3%;

}

.animate-box .text_box .r_font{
	font-size:150%;
	color:#0C51B9;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
.animate-box .text_box .title2 {
   font-size: 110%;
   padding-bottom:2%;
  border-bottom: 1px solid #fff;
  padding: 1.5%;
  margin-bottom:5%;
  }
  
  .animate-box .text_box .r_font{
	font-size:130%;
	color:#0C51B9;
	font-weight:bold;
}
}


#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #0C51B9;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #0C51B9;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #1a6ae3;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #1a6ae3;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #1a6ae3;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin: 5px 0 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {

    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */


/*�@�w�b�_�@*/


.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
  padding: 0 6% 0 6%;
  border-box: border-box;
}

.heading-section h3 {
  font-size: 240%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  margin-bottom:2%;
  padding-bottom:.5%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

.heading-section .sub_title {
  font-size: 200%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #0C51B9;
  width: 100%;
}

.heading-section .sub_title2 {
  font-size: 200%;
  text-transform: uppercase;
  padding-bottom:2%;
  padding-top:5%;
  border-bottom: 1px solid #0C51B9;
  width: 100%;
}

@media screen and (max-width: 480px) {
.heading-section h3 {
  font-size: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  padding-bottom:8%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

.heading-section .sub_title {
  font-size: 150%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #0C51B9;
  padding: 1.5%;
  border-box: border-box;
}

.heading-section .sub_title2 {
  font-size: 150%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #0C51B9;
  padding: 3% 1.5% 1.5% 1.5%;
  border-box: border-box;
}
}




/*�@���Ə��Љ�@*/




/*�@�ʐ^�@*/

.photo ul{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.photo li{
	float: left;
    width: 32%;
	list-style-type:none;
	padding:1%;
}

.photo li img{
    width: 100%;
}


@media screen and (max-width: 768px) {
  .photo li{
	float:left;
	width:45%;
	padding:1%;
	list-style-type:none;
}
}


/*�@�T�[�r�X�@*/

#service {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/info_bg.jpg) top center;
   background-size: cover;
   padding: 2% 6% 6% 6%;
  border-box: border-box;
  background-attachment: fixed;
}

#service .text{
	color:#FFFFFF;
}


#service ul{
	width: 100%;
    margin: 0 auto;
	padding:0;
    overflow: hidden;
}

#service li{
	float: left;
    width: 25%;
	list-style-type:none;
	padding:2%;
	margin-bottom:5%;
}

#service li img{
    width: 100%;
}

@media screen and (max-width: 768px) {
#service {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/info_bg.jpg) top center;
   background-size: cover;
  border-box: border-box;
  background-attachment: fixed;
}


#service li{
	float:left;
	width:45%;
	padding:2%;
	list-style-type:none;
}
}

#service h3 {
  font-size: 240%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#fff;
  padding-bottom:5%;
  margin-bottom:.5%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#service .sub_title {
  font-size: 200%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #1a6ae3;
  width: 100%;
  color:#fff;
}


@media screen and (max-width: 480px) {
#service {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/info_bg.jpg) top center;
   background-size: cover;
  border-box: border-box;
  background-attachment: fixed;
}

#service h3 {
  font-size: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#fff;
  padding-bottom:8%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#service .sub_title {
  font-size: 150%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #1a6ae3;
  padding: 1.5%;
  border-box: border-box;
  color:#fff;
}

}



/*�@�y��Ɓ@*/

#kei {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/a_bg.jpg) top center;
   background-size: cover;
   padding: 2% 6% 0% 6%;
  border-box: border-box;
  /*background-attachment: fixed;*/
}

#kei h3 {
  font-size: 240%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  padding-bottom:5%;
  margin-bottom:.5%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#kei .sub_title {
  font-size: 180%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #1a6ae3;
  width: 100%;
}


@media screen and (max-width: 480px) {
#kei {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/a_bg.jpg) top center;
   background-size: cover;
  border-box: border-box;
  background-attachment: fixed;
}

#kei h3 {
  font-size: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  padding-bottom:8%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#kei .sub_title {
  font-size: 150%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #1a6ae3;
  padding: 1.5%;
  border-box: border-box;
}

}

/*�@�T�v�@*/

.company {
  width: 100%;
   padding: 3rem 6% 0% 6%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../image/access_bg.jpg) top center;
   background-size: cover;
  border-box: border-box;
  background-attachment: fixed;
}

.company h3 {
  font-size: 240%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  padding-bottom:5%;
  margin-bottom:.5%;
  font-weight: normal;
border-bottom:1px solid #214987;
}


.company .box01{
	float:left;
	width:48%;
	padding:2%;
	margin-bottom:5%;
}

.company .box02{
	float:right;
	width:48%;
	padding:2%;
	margin-bottom:5%;
}

.company .sub_title {
  font-size: 140%;
  padding-bottom:2%;
  margin-bottom:4%;
  border-bottom: 1px solid #0C51B9;
  text-align:left;
  width: 100%;
  clear:both;
}

.co_te {
  width:100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.co_te th{
  padding: 1%;
  width: 30%;
  overflow: hidden;
  font-weight:normal;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
 
.co_te td{
padding: 5px 10px;
text-align: left;
line-height:1.8;
vertical-align: top;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media screen and (max-width: 768px) {
.company {
  width: 100%;
   padding: 10%;
}

.company h3 {
  font-size: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#1a6ae3;
  padding-bottom:8%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}


.company .box01{
	float:left;
	width:100%;
	padding:2%;
	margin-bottom:10%;
}

.company .box02{
	float:left;
	width:100%;
	padding:2%;
}

.company .sub_title {
  font-size: 120%;
  padding-bottom:2%;
  margin-bottom:4%;
  border-bottom: 1px solid #0C51B9;
  text-align:left;
  width: 100%;
  clear:both;
}

.co_te th{
  width:100%;
  font-weight:bold;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.co_te td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  margin-bottom:5%;
  border-bottom: 1px solid #e7e7e7;
}
}/* end */


	  
#map_canvas_01,
#map_canvas_02 {
width: 100%;
height: 440px;
}



.map_wrapper {
max-width: 640px;
min-width: 280px;
margin: 20px auto;
padding: 4px;
border: 1px solid #CCC;
}
 
.googlemap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*�@���₢���킹�@*/

#contact {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../images/contact_bg.jpg) top center;
   background-size: cover;
   padding: 6%;
  border-box: border-box;
  background-attachment: fixed;
}

#contact h3 {
  font-size: 240%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#fff;
  padding-bottom:5%;
  margin-bottom:.5%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#contact .sub_title {
  font-size: 140%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #0C51B9;
  color:#FFFFFF;
  width: 100%;
  text-align:left;
}

#contact .tel{
	font-size: 300%;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

#contact .text{
	text-align:left;
	color:#FFFFFF;
}


@media screen and (max-width: 480px) {
#contact {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   background:url(../images/contact_bg.jpg) top center;
   background-size: cover;
   padding: 10%;
  border-box: border-box;
  background-attachment: fixed;
}

#contact h3 {
  font-size: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color:#fff;
  padding-bottom:8%;
  font-weight: normal;
  border-bottom:1px solid #214987;
}

#contact .sub_title {
  font-size: 120%;
  text-transform: uppercase;
  padding-bottom:2%;
  border-bottom: 1px solid #0C51B9;
  color:#FFFFFF;
  padding: 1.5%;
  text-align:left;
  border-box: border-box;
}

#contact .tel{
	font-size: 200%;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

#contact .tel a{
	color:#FFFFFF;
}

.btn{
	margin:5% 0 0 0;
}

.clear{clear:both;}