﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=vietnamese');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #00007b;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
}
#totop a {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  transition: all 0.5s ease;
}
#totop a:last-child {
  margin: 0;
}
#totop a:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 85px;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-lang {
  display: flex;
  align-items: center;
}
.h-lang li {
  margin-left: 10px;
  line-height: 0;
}
.logo {
  margin: 0;
}
#gnavi {
  margin: 0 0 0 auto;
}
.gnavi {
  display: flex;
}
.gnavi li{  position: relative;}
.gnavi > li {
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.submenu {
  position: absolute;
  left: calc(50% - 100px);
  width: 240px;
  z-index: 10;
  display: none;
  padding-top: 10px;
  top: 20px;
}
.gnavi > li > a {
  display: block;
  font-size: 14px;
  color: #4c5867;
  transition: all 0.5s ease;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 1.3em;
}
.gnavi > li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #d92026;
  transform: scale(0, 1);
  transition: all 0.5s ease;
}
.gnavi > li:hover:before, .gnavi > li.active:before {
  transform: scale(1, 1);
}
.gnavi > li:hover > a, .gnavi > li.active > a {
  color: #d92026;
}
.gnavi > li.over:after {
  content: '';
  position: relative;
  border: solid #4c5867;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.submenu a {
  background: rgba(0, 0, 123, 0.9);
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  margin: 0 0 1px;
  transition: all 0.5s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.gnavi > li.over:hover:after, .gnavi > li.active:after {
  border-color: #00007b;
}
.subsubmenu{display:none;
    position: absolute;
    width: 240px;
    top: -1px;
    left: 100%;}
.main-slide p {
  margin: 0;
  outline: none;
}
.mainvisual .main-slide p img {
  max-width: none;
  width: 100%;
}
.mainvisual .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
}
.mainvisual .slick-dots button {
  width: 10px;
  height: 10px;
  background: #555555;
  border: none;
  outline: none;
  border-radius: 50%;
  text-indent: -5000000px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mainvisual .slick-dots li.slick-active button {
  background: #000079;
}
.mainvisual .slick-dots li {
  margin: 0 5px;
}
.box01 {
  padding: 80px 0;
}
.idx-ttl {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  background: url("../images/idx_line.png") no-repeat bottom center;
  padding: 0 0 7px;
  margin: 0 0 30px;
}
.box01 .idx-ttl {
  margin: 0 0 5px;
}
.b01-ttl-note {
  margin: 0 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
.b01-txt {
  margin: 0 0 40px;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: block;
  width: 200px;
  background: #075aae;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 10px;
  margin: 0 auto;
  z-index: 0;
}
.idx-btn a:after {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
  top: calc(50% - 3px);
}
.idx-btn a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: #333;
  transform: scale(0, 1);
  transition: all 0.5s ease;
}
.idx-btn a:hover:before {
  transform: scale(1, 1);
}
.box02{
 
}
.b02-main {
    background: #d92026;
    padding: 40px 60px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b02-ttl {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.b02-txt {
  margin: 0;
}
.box02 .idx-btn {
  flex-shrink: 0;
}
.box02 .idx-btn a {
  border: 1px solid #fff;
  width: 160px;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
}
.box03 {
  padding:60px 0;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.b03-item {
  width: calc(25% - 10px);
  /* margin: 0 25px 30px 0; */
}
.b03-item:nth-child(4n) {
  /* margin-right: 0; */
}
.b03-item a {
    text-decoration: none;
    text-align: center;
    background: #efefef;
    color: #000000;
    padding: 20px 10px;
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.b03-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #075aae;
  opacity: 0;
  transform: scale(0.3, 0.3);
  margin: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.b03-item a:hover:before {
  transform: scale(1, 1);
  opacity: 0.1;
}

.b03-logo {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
.b03-img {
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 190px;
}
.b03-img img {
  flex-shrink: 0;
  max-height: 100%;
  transition:all 0.5s;
}
.b03-ttl {
margin: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;line-height: 1.4;
}
.b03-des {
    margin: 0 0 35px;
    line-height: 1.4;
    font-size: 14px;
}
.b03-more {
    margin: 0;
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
	background-color: #565656;
}
.b03-item a:hover .b03-img img {
  transform: scale(1.2, 1.2);
}
/*.b03-item:nth-child(1) a .b03-more {background-color: #054180;}
.b03-item:nth-child(2) a .b03-more {background-color: #21894A;}
.b03-item:nth-child(3) a .b03-more {background-color: #54143F;}
.b03-item:nth-child(4) a .b03-more {background-color: #008299;}*/
.cust01{
    padding:60px 0;
}
.cust01_title {
    font-size: 39px;line-height: 1.4;
    color: #011441;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.cust01_des {
	max-width: 700px;
    font-weight: 600;
    text-align: center;margin: 0 auto;
}
.cust01_list {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.cust01_itm {
    width: calc(100%/3 - 25px);
}
.cust01_itm_img {
    height: 90px;
    text-align: center;
}
.cust01_itm_img img{max-height:100%;}
.cust01_itm_ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;    margin-bottom: 10px;
}
.cust01_itm_des{font-size:14px;}
.cust01_itm_more{text-align:center;}
.cust01_itm_more a {
    display: inline-block;
    background: #011441;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
    transition:all 0.5s;
}
.cust01_itm:hover a{
    background:#000;
}
.b04-txt {
    margin: 0;
    background: url("../images/b04_bg.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.b04-list {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b04-list a {
  display: block;
}
.b04-list a:hover {
  opacity: 0.8;
}
.footer01 {
  padding: 20px 0;
  background: #7e8387;
  color: #fff;
}
.footer01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-social {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0;
}
.f-social a {
  margin-left: 20px;color: #fff;
}
.f-catalogue {
  margin: 0;
}
.footer02 {
    background: #d92026;
    padding: 40px 0;
    color: #fff;
}
.footer02 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.f-mod {
  width: 475px;
}
.f-txt {
  width: 500px;
}
.f-logo {
  margin: 0 0 20px;
}
.f-info {
  margin: 0 0 10px;
  line-height: 1.5em;
  padding-left: 20px;
}
.f-add {
  background: url("../images/f_add.png") no-repeat left 5px;
}
.f-tel {
  background: url("../images/f_tel.png") no-repeat left 5px;
}
.f-mail {
  background: url("../images/f_mail.png") no-repeat left 5px;
}
.f-add a {
  text-decoration: none;
  color: #fff;
}
.f-ttl {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.f-link li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-left: 13px;
}
.f-link li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.f-link li a:hover {
  text-decoration: underline;
}
.f-link li {
  margin: 0 0 5px;
}
.f_map iframe{width:100%;height:100%;}
.copyright {
  background: #d4d4d4;
  margin: 0;
  text-align: center;
  color: #000080;
  letter-spacing: 0.2em;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #cf1502;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-lang {
    margin: 0 0 0 auto;
  }
  #gnavi {
    position: fixed;
    top: 75px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    height: calc(100% - 75px);
    width: 100%;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li {
    display: block;
    margin: 0;
  }
  .gnavi > li > a {
    background: #cf1502;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gnavi > li:before {
    display: none;
  }
  .gnavi > li:hover > a, .gnavi > li.active > a {
    background: #4c5867;
    color: #fff;
  }
  .gnavi > li.over:after {
    display: none;
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #666666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .submenu a {
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #0e0e31;
  }
    .submenu,.subsubmenu {
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
  }
  .box01 {
    padding: 40px 0;
  }
  .idx-ttl {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .b02-main {
    padding: 20px 5%;
  }
  .b02-main {
    padding: 20px 5%;
    display: block;
    text-align: center;
  }
  .b02-cnt {
    margin: 0 0 20px;
  }
  .box02 .idx-btn a {
    font-size: 14px;
  }
  .box03 {
    padding: 40px 0;
  }
  .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .b03-item:nth-child(3n) {
    /* margin-right: 30px; */
  }
  .b03-item:nth-child(2n) {
    /* margin-right: 0; */
  }
  .b04-txt {
    font-size: 14px;
    padding: 20px 5%;
  }
  .b04-list {
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .b04-list li {
    margin: 0 20px 10px;
  }
  .footer01 .container {
    display: block;
  }
  .f-social {
    
    margin: 0 0 20px;
    font-size: 14px;
  }
  .f-social img {
    height: 20px;
    width: auto;
  }
  .f-social a {
    margin-left: 10px;
  }
  .footer02 {
    padding: 30px 0 20px;
  }
  .footer02 .container {
    display: block;
  }
  .f-link, .f-txt {
  
  }
  .f-mod {
    width: 100%;
  }
  .copyright {
    font-size: 11px;
  }
  #totop a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
.menu-icon{width: 35px;height: 30px;}
.menu-icon span, .menu-icon span::after, .menu-icon span::before{width: 20px;}
.menu-icon span{top:6px;}	
.menu-icon span::after {
        margin-top: 8px;
    }
	.menu-icon span::before {
        margin-top: -8px;
    }
    .cust01_title{font-size:25px;}
    .cust01_list{flex-wrap:wrap;justify-content:center;}
    .cust01_itm {
        width: 100%;
        margin-bottom: 100px;
    }
        .cust01_itm:last-child{margin-bottom:0;}
        .cust01_itm_ttl {
            margin-bottom: 10px;
        }
    .cust01_itm_des {
        text-align: center;
    }
    .b03-item {
        width: 48%;
        margin: 0;
    }
  .b03-item:nth-child(3n) {
    /* margin-right: 0; */
  }
  .b04-list li {
    width: 33.33%;
    margin: 0;
    text-align: center;
  }
}