@charset "UTF-8";
@font-face {
  font-family: 'Impact';
  src: url("../fonts/Impact.eot");
  src: url("../fonts/Impact.eot?#iefix") format("embedded-opentype"), url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.ttf") format("truetype"), url("../fonts/Impact.svg#Impact") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sogei';
  src: url("../fonts/0705-Sogei-W5.eot");
  src: url("../fonts/0705-Sogei-W5.eot?#iefix") format("embedded-opentype"), url("../fonts/0705-Sogei-W5.woff2") format("woff2"), url("../fonts/0705-Sogei-W5.woff") format("woff"), url("../fonts/0705-Sogei-W5.ttf") format("truetype"), url("../fonts/0705-Sogei-W5.svg#0705-Sogei-W5") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mincho';
  src: url("../fonts/HiraMinProN-W6-AlphaNum.eot");
  src: url("../fonts/HiraMinProN-W6-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraMinProN-W6-AlphaNum.woff2") format("woff2"), url("../fonts/HiraMinProN-W6-AlphaNum.woff") format("woff"), url("../fonts/HiraMinProN-W6-AlphaNum.ttf") format("truetype"), url("../fonts/HiraMinProN-W6-AlphaNum.svg#HiraMinProN-W6-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Kozuko';
  src: url("../fonts/KozGoPr6N-Regular-AlphaNum.eot");
  src: url("../fonts/KozGoPr6N-Regular-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Regular-AlphaNum.woff2") format("woff2"), url("../fonts/KozGoPr6N-Regular-AlphaNum.woff") format("woff"), url("../fonts/KozGoPr6N-Regular-AlphaNum.ttf") format("truetype"), url("../fonts/KozGoPr6N-Regular-AlphaNum.svg#KozGoPr6N-Regular-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Scheme Rg';
  src: url("../fonts/SchemeRg-Regular.eot");
  src: url("../fonts/SchemeRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SchemeRg-Regular.woff2") format("woff2"), url("../fonts/SchemeRg-Regular.woff") format("woff"), url("../fonts/SchemeRg-Regular.ttf") format("truetype"), url("../fonts/SchemeRg-Regular.svg#SchemeRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.navbar {
  padding: 0 1rem; }
  .navbar .navbar-brand {
    font-family: 'Sogei', sans-serif;
    font-size: 2.25em; }
  .navbar .navbar-nav .nav-link {
    color: black; }
    .navbar .navbar-nav .nav-link:hover {
      color: rgba(0, 0, 0, 0.7); }
  .navbar-nav {
    padding-right: 30px; }
  .navbar .nav-item {
    margin: 0 23px;
    position: relative; }
    .navbar .nav-item:after {
      content: "";
      position: absolute;
      bottom: 3px;
      width: 100%;
      height: 0;
      background: #b6dedb;
      display: block;
      transition: all 0.15s ease; }
    .navbar .nav-item:hover:after {
      height: 4px; }
  .navbar .nav-link {
    text-align: center;
    padding: 1.25rem 1rem;
    font-size: 1.1em;
    font-family: 'impact', sans-serif;
    cursor: pointer; }
    .navbar .nav-link .jp {
      font-weight: normal;
      font-size: 0.8em; }
  .navbar .header-contact {
    font-family: 'Impact', sans-serif;
    text-align: center;
    margin-left: auto; }
    .navbar .header-contact .tel {
      font-size: 1.7em; }

.sub-menu {
  position: fixed;
  width: 100%;
  left: 0;
  display: none;
  background: white;
  padding: 20px 0; }
  .sub-menu li {
    margin: 0 9px;
    display: inline-block;
    color: #fff;
    text-align: left;
    width: 256px;
    height: 105px;
    vertical-align: top;
    margin-bottom: 20px;
    background: #000;
    position: relative; }
    .sub-menu li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
    .sub-menu li a {
      width: 256px;
      height: 105px;
      padding-top: 24px;
      padding-left: 20px;
      display: block;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      color: white;
      transition: 0.2s cubic-bezier(0.22, 0.7, 0.18, 1); }
      .sub-menu li a:hover {
        text-decoration: none;
        color: #92D6D7; }
    .sub-menu li dl {
      position: relative;
      z-index: 1; }
    .sub-menu li dt {
      font-size: 20px;
      font-weight: bold; }
    .sub-menu li dd {
      font-size: 12px; }

.nav-link span {
  display: block; }

.navbar-toggler:focus {
  outline: 0; }

.btn-menu {
  z-index: 2060;
  width: 60px;
  height: 60px;
  background: #000;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: .25s; }

.btn-menu > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  background: #FFF;
  transition: .25s; }

.btn-menu > span:nth-child(1) {
  top: 25px; }

.btn-menu > span:nth-child(2) {
  top: 30px; }

.btn-menu > span:nth-child(3) {
  top: 35px; }

.btn-menu.is-active {
  background: #fff; }

.btn-menu.is-active span:nth-child(1) {
  background: #a0a09d;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-menu.is-active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.btn-menu.is-active span:nth-child(3) {
  top: 30px;
  background: #a0a09d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.nav-menu__overlay {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed; }

header .bar {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  width: 570px;
  z-index: 3;
  display: none !important;
  margin-top: 20px; }
  header .bar.change:after {
    width: 599px;
    transition: width 8s linear; }
  header .bar:before {
    content: '';
    position: absolute;
    background: #b9b9b9;
    width: 599px;
    height: 2px;
    top: 50.5%;
    left: -100%;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index: 999; }
  header .bar:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 0;
    height: 2px;
    top: 50.5%;
    left: 0;
    margin-left: -299.5px;
    display: block;
    z-index: 1000; }

.header-hero {
  margin-top: 80px; }
  .header-hero .item {
    height: calc(100vh - 80px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover !important;
    position: relative; }
  .header-hero .hero-caption {
    font-family: 'Mincho', serif;
    font-size: 3.7em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center; }
  .header-hero .slick-dotted.slick-slider {
    margin-bottom: 0; }

.header-hero .slick-slider {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header-hero .slick-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-image: linear-gradient(transparent 79px, rgba(255, 255, 255, 0.2) 3%), linear-gradient(90deg, transparent 79px, rgba(255, 255, 255, 0.2) 3%);
  background-repeat: repeat;
  background-size: 80px 80px;
  z-index: 2; }

.header-hero .slick-slider:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  z-index: 3; }

.header-hero .slick-slider.on:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.6s cubic-bezier(0.22, 0.7, 0.18, 1); }

.header-hero .slick-slider.out:after {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: all 0.6s cubic-bezier(0.76, 0.09, 0.31, 0.95); }

@-webkit-keyframes imageLoader {
  0% {
    visibility: visible;
    right: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  40%,
  55% {
    right: 0;
    left: 0; }
  100% {
    visibility: visible;
    left: 100%;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes imageLoader {
  0% {
    visibility: visible;
    right: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  40%,
  55% {
    right: 0;
    left: 0; }
  100% {
    visibility: visible;
    left: 100%;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes slideIn-text-en {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 400px, 100px, 0); } }

@keyframes slideIn-text-en {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 400px, 100px, 0); } }

@-webkit-keyframes slideIn-text-jp {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 600px, 100px, 0); } }

@keyframes slideIn-text-jp {
  0% {
    clip: rect(0, 0, 100px, 0); }
  100% {
    clip: rect(0, 600px, 100px, 0); } }

@-webkit-keyframes displayImage {
  0%,
  99% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes displayImage {
  0%,
  99% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.header-page {
  position: relative; }
  .header-page .item {
    height: 640px;
    background-size: cover !important;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: displayImage .8s linear 1.5s forwards;
    animation: displayImage .8s linear 1.5s forwards;
    -webkit-filter: url("#duotone");
            filter: url("#duotone"); }
  .header-page:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-image: linear-gradient(transparent 79px, rgba(255, 255, 255, 0.2) 3%), linear-gradient(90deg, transparent 79px, rgba(255, 255, 255, 0.2) 3%);
    background-repeat: repeat;
    background-size: 80px 80px;
    z-index: 2; }
  .header-page:after {
    content: '';
    visibility: hidden;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: imageLoader 1.5s ease 1.5s forwards;
    animation: imageLoader 1.5s ease 1.5s forwards; }
  .header-page .hero-caption {
    text-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .header-page .hero-caption span {
      position: relative;
      color: transparent;
      display: block; }
      .header-page .hero-caption span.jp {
        font-size: 0.5em; }
      .header-page .hero-caption span.en {
        font-family: 'impact', sans-serif; }
      .header-page .hero-caption span:after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        clip: rect(0, 0, 100px, 0);
        -webkit-animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
        animation: cubic-bezier(0.21, 0.39, 0.06, 0.99) forwards;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .header-page .hero-caption span.en:after {
        -webkit-animation-name: slideIn-text-en;
        animation-name: slideIn-text-en;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s; }
      .header-page .hero-caption span.jp:after {
        -webkit-animation-name: slideIn-text-jp;
        animation-name: slideIn-text-jp;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
        -webkit-animation-delay: 4s;
        animation-delay: 4s; }

body {
  font-size: 14px;
  line-height: 1.6; }

.news {
  background: #536062;
  color: white;
  padding: 20px 0; }
  .news li {
    line-height: 2; }
  .news .container {
    position: relative; }
  .news .section-title {
    color: white;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .news .section-title:before {
      content: '';
      height: 2px;
      background: white;
      width: 50px;
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -100%; }
  .news .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 50px; }
  .news .news-list {
    padding-left: 30px;
    margin: 0; }
    .news .news-list .date {
      display: inline-block;
      width: 100px; }
    .news .news-list a {
      color: white; }

.about {
  padding: 100px 0; }
  .about figure {
    position: relative; }
    .about figure::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }
    .about figure figcaption {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 30px;
      color: white;
      font-size: 2em; }
      .about figure figcaption span {
        display: block;
        padding: 5px 10px;
        text-align: center; }
        .about figure figcaption span.en {
          border-bottom: 2px solid #ffffff; }
        .about figure figcaption span.jp {
          font-size: 14px; }

footer {
  background: #a0a09d;
  padding: 50px 0 20px;
  color: white; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: white; }
  footer nav ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid white;
    line-height: 1; }
    footer nav ul li:first-child {
      padding-left: 0; }
    footer nav ul li:last-child {
      border-right: 0; }
  footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .copyright {
    text-align: right; }

#pagetop {
  height: 86px;
  font-size: 18px;
  padding-top: 28px;
  display: block;
  background: #333;
  color: #fff;
  text-align: center;
  position: relative;
  transition: .25s; }
  #pagetop:after {
    content: '';
    width: 9px;
    height: 15px;
    background: url(../img/pagetop.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .25s;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  #pagetop:hover {
    background: #92D6D7;
    padding-top: 40px;
    text-decoration: none; }
    #pagetop:hover:after {
      top: 20px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.transition-fade {
  transition: 0.4s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

.section-spacer {
  padding: 100px 0 150px; }

.section-spacer-sm {
  padding: 50px 0; }

.section-title {
  text-align: center;
  font-weight: bold;
  color: #92D6D7;
  margin-bottom: 50px; }
  .news .section-title {
    margin-bottom: 10px; }
  .section-title span {
    background: white;
    position: relative;
    padding: 10px 20px; }
    .section-title span:before {
      content: "";
      width: 170%;
      position: absolute;
      top: 50%;
      background: #92D6D7;
      height: 2px;
      z-index: -1;
      left: -35%; }
  .section-title--2 {
    background: #92D6D7;
    padding: 10px 20px;
    color: white;
    font-weight: bold; }

@media screen and (max-width: 576px) {
  .tab-navigation .nav-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.tab-navigation .nav-item {
  text-decoration: none !important;
  position: relative; }
  .tab-navigation .nav-item i.fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.5em; }

.company-info .card {
  background: #f6f6f6; }
  .company-info .card-header {
    background: #f6f6f6;
    font-weight: bold; }
  .company-info .card .sub-header {
    border-top: 1px solid #333; }
  .company-info .card.info-item {
    margin-bottom: 50px;
    padding: 1.5rem; }
    .company-info .card.info-item:last-child {
      margin-bottom: 0; }

.office-info .card {
  height: 100%; }
  .office-info .card-body {
    min-height: 130px; }

.news-list .date {
  display: inline-block;
  min-width: 140px; }

.news-list .category span {
  display: inline-block;
  width: 120px;
  font-size: 0.7em;
  color: initial;
  border: 1px solid lightgray;
  padding: 3px;
  text-align: center;
  margin-right: 20px; }

.news-list .list-group-item {
  padding: 1.25rem;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-list .list-action {
  color: #418BCD; }

.company-profile .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .company-profile .profile-item .profile-desc {
    padding: 20px;
    background: #f6f6f6; }
  .company-profile .profile-item .profile-img {
    position: relative;
    margin: 0; }
    .company-profile .profile-item .profile-img img {
      height: 280px;
      -o-object-fit: cover;
         object-fit: cover; }
    .company-profile .profile-item .profile-img figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 20px;
      background: #536362;
      color: white;
      font-size: 25px; }

.company-profile .additional-desc ul {
  list-style-type: none;
  padding-left: 20px; }
  .company-profile .additional-desc ul li:before {
    content: "・";
    display: inline-block;
    text-indent: -20px; }

.company-profile .profile-item.profile-2 .profile-img {
  min-width: 300px; }

.company-profile .profile-item.profile-2 figcaption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.company-profile .table {
  word-break: keep-all; }
  .company-profile .table tr td,
  .company-profile .table tr th {
    border-top: 2px solid white; }
  .company-profile .table tr:first-child td,
  .company-profile .table tr:first-child th {
    border-top: 0; }
  .company-profile .table th,
  .company-profile .table td {
    padding: 20px;
    vertical-align: middle; }
  .company-profile .table td {
    background: #f6f6f6; }
  .company-profile .table th {
    width: 15%;
    color: white;
    background: #92D6D7;
    font-weight: bold;
    text-align: left; }

.company-profile a {
  text-decoration: underline;
  color: blue; }
  .company-profile a:hover {
    text-decoration: none; }

.detail-page .news-date {
  text-align: right;
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold; }

.paginationBlock ul.paginate{
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;  
}
.paginationBlock ul.paginate li{
    padding: 10px;
}

@media only screen and (max-width: 1400px) {
  .header-page .item {
    height: 460px; } }

@media only screen and (max-width: 1199px) {
  .header-hero {
    margin-top: 60px; }
    .header-hero .hero-caption {
      font-size: 3em; }
  .navbar {
    padding: 0; }
    .navbar .header-contact {
      font-size: 12px;
      margin-right: 10px; }
  .navbar-toggler {
    padding: 0; }
  .navbar-brand {
    padding-left: 0.3125rem; }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 270px;
    z-index: 2040;
    background: #a0a09d;
    transition: all 0.6s cubic-bezier(0.22, 0.7, 0.18, 1);
    transition-delay: 0.2s;
    right: -270px;
    display: block;
    padding-top: 80px; }
    .navbar-collapse.is-active {
      right: 0px; }
    .navbar-collapse .nav-link {
      color: white !important;
      text-align: left;
      font-size: 30px; }
      .navbar-collapse .nav-link .jp {
        display: none; }
      .navbar-collapse .nav-link:after {
        content: attr(data-text);
        position: absolute;
        left: 16px;
        width: 100%;
        color: #d4d4d4;
        clip: rect(0, 0, 100px, 0);
        transition: clip .5s; }
      .navbar-collapse .nav-link:hover:after, .navbar-collapse .nav-link.is-active:after {
        clip: rect(0, 300px, 100px, 0);
        transition-duration: 1s; }
  .navbar .nav-item {
    margin: 0; }
    .navbar .nav-item:after {
      content: none; }
  .navbar-nav {
    padding-right: 0; }
  .sub-menu {
    position: relative;
    background: #b8b8b8; }
    .sub-menu li {
      height: unset;
      margin-bottom: 0;
      background: unset !important; }
      .sub-menu li:before {
        background: unset !important; }
      .sub-menu li a {
        height: unset;
        padding: 0;
        background: unset;
        color: white; }
      .sub-menu li dd {
        display: none; }
  .is-active.nav-menu__overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .nav-menu.is-active .nav-menu__contents {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .nav-menu__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2020;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 183, 178, 0.4);
    transition: .5s; } }

@media only screen and (max-width: 768px) {
  .header-hero .hero-caption {
    font-size: 2em; }
  footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer .footer-brand {
    margin-bottom: 10px; }
  footer ul li {
    display: list-item;
    padding: 10px 0;
    border-right: 0; }
  .company-profile .profile-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .company-profile .profile-item .profile-img {
      margin: 0 auto 20px; }
    .company-profile .profile-item.profile-2 .profile-img {
      width: 100%;
      height: 120px; }
    .company-profile .profile-item.profile-2 figcaption {
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media only screen and (max-width: 576px) {
  .section-title span:before {
    width: 130%;
    left: -15%; }
  .header-hero {
    margin-top: 38px; }
    .header-hero .hero-caption {
      padding: 0 15px;
      width: 100%; }
    .header-hero .slick-slider,
    .header-hero .item {
      height: calc(100vh - 53px); }
  .header-page .item {
    height: 300px; }
  .navbar .navbar-brand {
    font-size: 1.2em; }
  .navbar .header-contact {
    font-size: 9px; }
  .btn-menu {
    height: 45px;
    width: 45px; }
    .btn-menu > span:nth-child(1) {
      top: 17px; }
    .btn-menu > span:nth-child(2) {
      top: 22px; }
    .btn-menu > span:nth-child(3) {
      top: 27px; }
    .btn-menu.is-active span:nth-child(1) {
      top: 22px; }
    .btn-menu.is-active span:nth-child(3) {
      top: 22px; }
  .news .news-container {
    padding-left: 20px; }
  .news .section-title {
    font-size: 1.25rem; }
    .news .section-title:before {
      width: 30px;
      left: -90%; }
  .news .news-list {
    padding-left: 0; }
    .news .news-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news .news-list li .date {
        padding-right: 30px; }
  footer nav ul li {
    display: list-item;
    padding: 10px 0;
    border-right: 0; }
  footer .copyright {
    font-size: 0.8em;
    text-align: center; }
  .company-profile .table {
    word-break: break-word; }
    .company-profile .table td,
    .company-profile .table th {
      display: block;
      width: 100%; }
  .news-list .date {
    margin-right: 10px; }
  .news-list .list-action {
    display: block;
    margin-top: 10px; }
  #pagetop {
    padding-top: 40px; }
    #pagetop:after {
      top: 20px;
      opacity: 1; } }

@media only screen and (max-width: 375px) {
  .navbar .navbar-brand {
    font-size: 1em; }
  .navbar .nav-link {
    padding: 0.75rem 1rem; }
  .btn-menu {
    height: 38px;
    width: 38px; }
    .btn-menu > span:nth-child(1) {
      top: 12px; }
    .btn-menu > span:nth-child(2) {
      top: 17px; }
    .btn-menu > span:nth-child(3) {
      top: 22px; }
    .btn-menu.is-active span:nth-child(1) {
      top: 17px; }
    .btn-menu.is-active span:nth-child(3) {
      top: 17px; } }
