@charset "UTF-8";
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url(fontawesome/css/all.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block; }
  .clearfix:after {
    clear: both; }

.pg-link .link .link-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: 'fix Microsoft JhengHei';
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../webfonts/msgothic.otf"); }
/* -------------- layout --------------*/
* {
  box-sizing: border-box;
  outline: none;
  word-break: initial; }

html,
body {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

body {
  font-family: 'Roboto', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei', '新細明體', sans-serif; }

.hide {
  display: none !important; }

a {
  text-decoration: none; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important;
    height: auto !important; }
  .unreset p {
    color: #444;
    font-size: 1rem;
    line-height: 1.7; }
  .unreset .oembed-provider-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .unreset .oembed-provider-youtube iframe,
    .unreset .oembed-provider-youtube object,
    .unreset .oembed-provider-youtube embed {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.hex-shape {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.hexagon:hover .hover-shape {
  opacity: .7; }
.hexagon:hover text {
  display: block; }
.hexagon .mask-image {
  -webkit-mask-image: url(#mask);
  mask: url(#mask);
  mask-image: url(#mask); }
.hexagon .hover-shape {
  opacity: 0; }
.hexagon text {
  display: none; }

.page-banner {
  background: url(../images/page-green.png) no-repeat;
  background-position: bottom center;
  padding-left: 20px;
  padding-right: 20px; }
  .page-banner .img-box {
    max-width: 1600px;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 5px -16px rgba(68, 68, 68, 0.3);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .page-banner .img-box img {
      border-radius: 8px;
      display: block;
      width: 100%; }

.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 15px; }
  .page-top .page-head {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #fff;
    font-size: 1.625rem;
    font-weight: bold; }
    .page-top .page-head h2 {
      padding-right: 10px; }
  .page-top .breadcrumb {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .page-top .breadcrumb li:not(:last-child) {
      position: relative; }
      .page-top .breadcrumb li:not(:last-child):after {
        content: '>';
        color: #fff;
        display: inline-block;
        font-weight: lighter;
        padding-left: 10px;
        padding-right: 10px; }
    .page-top .breadcrumb a {
      color: #fff;
      font-size: 0.875rem;
      line-height: 1.2; }
      .page-top .breadcrumb a:hover {
        color: #e60012; }

aside {
  width: 270px; }
  aside .aside-btn {
    border: 1px solid #606060;
    display: none;
    padding: 13px 15px 12px; }
    aside .aside-btn i {
      color: #606060;
      font-size: 1.125rem; }
    aside .aside-btn span {
      color: #606060;
      font-size: 1.125rem;
      padding-left: 8px; }
  aside .main-aside > li {
    padding-right: 10px;
    margin-bottom: 2px; }
    aside .main-aside > li.active {
      padding-right: 0;
      position: relative; }
      aside .main-aside > li.active > a {
        background: #e60012;
        color: #fff;
        position: relative; }
        aside .main-aside > li.active > a:after {
          position: absolute;
          top: 50%;
          right: 15px;
          content: '\f105';
          color: #fff;
          font-family: 'Font awesome 5 Free';
          font-weight: bold;
          font-size: 0.875rem;
          transform: translateY(-50%); }
      aside .main-aside > li.active .sub-menu {
        display: block; }
    aside .main-aside > li > a {
      background: url(../images/repeat-aside.jpg) repeat;
      padding: 16px 30px; }
  aside .main-aside a {
    color: #444;
    display: block;
    font-size: 1rem; }
    aside .main-aside a:hover {
      background: #fff5f6; }
  aside .sub-menu {
    display: none;
    padding-right: 10px;
    margin-bottom: 1px; }
    aside .sub-menu.active .third-menu {
      display: block; }
    aside .sub-menu > li > a {
      background: #444;
      color: #fff;
      font-weight: bold;
      padding: 14px 30px; }
      aside .sub-menu > li > a:hover {
        background: #999; }
  aside .third-menu {
    display: none;
    padding: 5px 0; }
    aside .third-menu li:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    aside .third-menu li.active a {
      background: #fff5f6;
      font-weight: bold; }
    aside .third-menu a {
      color: #444;
      font-size: 1rem;
      padding: 12px 30px;
      position: relative; }
      aside .third-menu a:before {
        position: absolute;
        top: 50%;
        left: 17px;
        color: #e60012;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 0.75rem;
        transform: translateY(-50%); }

.has-aside .page-main {
  padding-left: 60px;
  width: calc(100% - 270px); }

.page-main {
  position: relative; }
  .page-main .page-title {
    border-bottom: 1px solid #eee; }
    .page-main .page-title h3 {
      border-bottom: 1px solid #e60012;
      color: #444;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: lighter;
      padding-bottom: 12px; }
  .page-main .has-search {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-main .has-search .category-row {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .page-main .has-search .category-row li {
        margin-bottom: 3px; }
        .page-main .has-search .category-row li:not(:last-child) {
          position: relative; }
          .page-main .has-search .category-row li:not(:last-child):after {
            content: '>';
            color: #444;
            font-size: 0.875rem;
            display: inline-block;
            padding-left: 8px;
            padding-right: 8px; }
      .page-main .has-search .category-row a {
        color: #444;
        font-size: 0.875rem;
        font-weight: bold; }
    .page-main .has-search .search-box {
      position: relative;
      margin-bottom: 12px;
      width: 250px; }
      .page-main .has-search .search-box input {
        background: #ffecec;
        padding: 12px 20px;
        padding-right: 40px;
        width: 100%; }
      .page-main .has-search .search-box button {
        position: absolute;
        top: 50%;
        right: 15px;
        background: none;
        color: #444;
        font-size: 1rem;
        padding: 0;
        transform: translateY(-50%); }
  .page-main .main-container {
    padding-top: 40px;
    padding-bottom: 20px; }
  .page-main .btn-top {
    position: absolute;
    right: -10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    margin-left: auto;
    transform: translate(100%, 100%); }
    .page-main .btn-top:hover {
      border-color: #e60012;
      background: #e60012; }
      .page-main .btn-top:hover i {
        color: #fff; }
    .page-main .btn-top i {
      color: #444;
      font-size: 0.9375rem; }

.back-row {
  border-top: 1px solid #eee;
  padding-top: 15px;
  text-align: right;
  width: 100%; }
  .back-row a:hover span {
    color: #e60012; }
  .back-row i {
    color: #bfbfbf;
    font-size: 0.75rem;
    padding-right: 8px; }
  .back-row span {
    color: #444;
    font-size: 0.9375rem;
    font-weight: bold; }

/* -------------- layout RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .page-main .btn-top {
    width: 30px;
    height: 30px; }
    .page-main .btn-top i {
      font-size: 0.75rem; } }
@media (max-width: calc(1280px + 40px)) {
  aside {
    width: 200px; }

  .has-aside .page-main {
    padding-left: 40px;
    width: calc(100% - 200px); } }
@media (max-width: 1024px) {
  aside {
    margin-bottom: 30px;
    width: 100%; }
    aside .aside-btn {
      display: block; }
    aside .main-aside {
      display: none; }
      aside .main-aside a {
        padding: 12px 35px !important; }

  .has-aside .page-main {
    padding-left: 0;
    width: 100%; } }
@media (max-width: 960px) {
  .page-top {
    flex-direction: column;
    padding-top: 25px; }
    .page-top .page-head {
      margin-bottom: 10px; }

  .page-main .has-search {
    align-items: flex-start;
    flex-direction: column-reverse; }
    .page-main .has-search .search-box {
      margin-bottom: 15px; } }
@media (max-width: 768px) {
  .page-main .btn-top {
    position: static;
    transform: translate(0);
    margin-top: 10px; }

  .back-row {
    text-align: left; } }
@media (max-width: 640px) {
  .page-banner {
    padding-left: 0;
    padding-right: 0; }
    .page-banner .img-box {
      border-radius: 0;
      overflow: hidden; }
      .page-banner .img-box img {
        border-radius: 0; }

  .page-top {
    padding-top: 20px; }
    .page-top .page-head {
      font-size: 1.25rem; } }
/* -------------- container --------------*/
.container {
  max-width: calc(1280px + 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.page-container {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-container .container.has-aside {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }

/* -------------- container RWD --------------*/
@media (max-width: 1024px) {
  .page-container {
    padding-top: 40px; } }
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  .hexagon .hover-shape {
    opacity: .6; }
  .hexagon text {
    display: block; } }
/* -------------- form --------------*/
button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="url"],
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Roboto', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei', '新細明體', sans-serif;
  box-shadow: none;
  border: none;
  outline: none; }

select::-ms-expand {
  display: none; }

.select-style {
  background: #fff;
  position: relative; }
  .select-style:before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '\f0dd';
    display: block;
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    color: #444;
    transform: translateY(-80%); }
  .select-style select {
    background: transparent;
    padding: 10px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    z-index: 1; }

/* -------------- form RWD --------------*/
/* -------------- header --------------*/
.header-row {
  padding-top: 35px;
  position: relative;
  z-index: 2; }
  .header-row .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header-row .logo {
    max-width: 340px;
    width: 100%;
    padding-bottom: 15px; }
    .header-row .logo img {
      display: block;
      width: 100%; }
  .header-row .main-menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .header-row .main-menu > li {
      padding-bottom: 15px; }
      .header-row .main-menu > li:not(:last-child) {
        margin-right: 50px; }
      .header-row .main-menu > li.active {
        position: relative; }
        .header-row .main-menu > li.active:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 6px;
          background: #e60012;
          content: ''; }
    .header-row .main-menu .menu-link {
      color: #444;
      font-size: 1.125rem;
      font-weight: bold; }
      .header-row .main-menu .menu-link:hover {
        color: #e60012; }
  .header-row .lang {
    padding-bottom: 15px;
    position: relative; }
    .header-row .lang .current-lang {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      color: #444;
      font-size: 1.0625rem; }
      .header-row .lang .current-lang.open i {
        transform: rotate(180deg); }
      .header-row .lang .current-lang span {
        display: inline-block;
        padding-right: 10px; }
      .header-row .lang .current-lang i {
        color: #e60012; }
    .header-row .lang .lang-list {
      position: absolute;
      top: 33px;
      right: -20px;
      display: none;
      width: 120px;
      z-index: 1; }
      .header-row .lang .lang-list li {
        background: #f3f3f3;
        text-align: center;
        margin-bottom: 1px; }
        .header-row .lang .lang-list li.active {
          background: #e60012; }
          .header-row .lang .lang-list li.active a {
            color: #fff; }
      .header-row .lang .lang-list a {
        color: #444;
        display: block;
        font-size: 0.9375rem;
        padding: 12px 18px; }
        .header-row .lang .lang-list a:hover {
          background: #e60012;
          color: #fff; }
  .header-row .mb-menu-btn {
    width: 35px;
    height: 25px;
    cursor: pointer;
    transition: right 0.3s ease;
    z-index: 2;
    margin-left: 5px;
    margin-top: 4px;
    display: none; }
    .header-row .mb-menu-btn:hover .bar {
      background: #e60012; }
    .header-row .mb-menu-btn.open .bar:nth-of-type(1) {
      top: 11px;
      transform: rotate(45deg);
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
    .header-row .mb-menu-btn.open .bar:nth-of-type(2) {
      opacity: 0; }
    .header-row .mb-menu-btn.open .bar:nth-of-type(3) {
      top: -5px;
      transform: rotate(-45deg);
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
    .header-row .mb-menu-btn .bar {
      height: 2px;
      width: 25px;
      display: block;
      margin: 6px auto;
      position: relative;
      background-color: #444;
      top: 0; }

/* -------------- header RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .header-row .logo {
    max-width: 300px; }
  .header-row .main-menu > li:not(:last-child) {
    margin-right: 30px; } }
@media (max-width: 1024px) {
  .header-row {
    padding-top: 20px; }
    .header-row .logo {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
    .header-row nav {
      width: 100%; }
    .header-row .main-menu {
      justify-content: space-between; }
      .header-row .main-menu > li:not(:last-child) {
        margin-right: 0; } }
@media (max-width: 768px) {
  .header-row {
    padding-top: 15px;
    position: relative; }
    .header-row .logo {
      margin-left: 0;
      margin-bottom: 0; }
    .header-row nav {
      position: absolute;
      bottom: 1px;
      left: 0;
      display: none;
      transform: translateY(100%);
      z-index: 2; }
    .header-row .main-menu {
      background: #f3f3f3;
      display: block; }
      .header-row .main-menu > li {
        border-bottom: 1px solid #ddd;
        padding: 15px; }
        .header-row .main-menu > li.active:before {
          height: 3px; }
      .header-row .main-menu .menu-link {
        display: block;
        text-align: center; }
    .header-row .lang .current-lang {
      justify-content: center; }
    .header-row .lang .lang-list {
      position: static;
      margin-top: 15px;
      width: 100%; }
      .header-row .lang .lang-list li {
        background: #fff; }
    .header-row .mb-menu-btn {
      position: absolute;
      top: 5px;
      right: 20px;
      display: block; } }
@media (max-width: 640px) {
  .header-row .logo {
    max-width: 260px; }
  .header-row .main-menu .menu-link {
    font-size: 1.0625rem; } }
/* -------------- footer --------------*/
footer {
  background: #444; }
  footer .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 40px; }
  footer .left-sec {
    width: calc(100% - 300px); }
  footer .ft-menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    footer .ft-menu li:not(:last-child) {
      margin-right: 50px; }
    footer .ft-menu a {
      color: #fff;
      font-size: 1.125rem;
      font-weight: bold; }
      footer .ft-menu a:hover {
        color: #feb0b6; }
  footer .info-list {
    margin-top: 20px; }
    footer .info-list .info {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
      footer .info-list .info:not(:last-child) {
        margin-bottom: 10px; }
    footer .info-list p {
      color: #fff;
      font-size: 1rem;
      font-weight: lighter;
      line-height: 1.2; }
      footer .info-list p:not(:last-child) {
        margin-right: 10px; }
    footer .info-list a {
      color: #feb0b6; }
      footer .info-list a:hover {
        text-decoration: underline; }
    footer .info-list .sep {
      display: inline-block;
      width: 15px; }
  footer .right-sec {
    width: 300px; }
  footer .sns {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap; }
    footer .sns a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.25); }
      footer .sns a:hover {
        background: #feb0b6; }
      footer .sns a:not(:last-child) {
        margin-right: 15px; }
      footer .sns a i {
        color: #444;
        font-size: 1.125rem; }
  footer .right {
    color: #fff;
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1.4;
    text-align: right;
    margin-top: 15px; }
  footer .designed {
    color: #777;
    font-size: 0.875rem;
    text-align: right;
    margin-top: 10px; }
    footer .designed b {
      color: #777; }

/* -------------- footer RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  footer .ft-menu li:not(:last-child) {
    margin-right: 30px; } }
@media (max-width: 960px) {
  footer .left-sec {
    width: 100%; }
  footer .right-sec {
    margin-top: 15px;
    width: 100%; }
  footer .sns {
    justify-content: flex-start; }
    footer .sns a {
      width: 40px;
      height: 40px; }
  footer .right,
  footer .designed {
    text-align: left; } }
@media (max-width: 640px) {
  footer .ft-menu li {
    margin-bottom: 15px; }
  footer .ft-menu a {
    font-size: 1rem; }
  footer .info-list {
    margin-top: 10px; }
    footer .info-list p {
      width: 100%; }
      footer .info-list p:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px; }
    footer .info-list a {
      display: block;
      margin-top: 3px; }
    footer .info-list .sep {
      display: none; }
  footer .right {
    font-size: 0.9375rem; } }
/* -------------- pagination --------------*/
.page_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px; }
  .page_box .page_num {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 50%;
    color: #444;
    font-size: 1rem;
    margin-left: 8px;
    margin-right: 8px; }
    .page_box .page_num:hover {
      background: #eee; }
    .page_box .page_num.active {
      background: #444;
      color: #fff; }
    .page_box .page_num i {
      font-size: 1rem; }

/* -------------- pagination RWD --------------*/
@media (max-width: 640px) {
  .page_box .page_num {
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px; } }
/* -------------- index --------------*/
.index-grid {
  background: url(../images/index-green.png) no-repeat;
  background-position: top center;
  padding-bottom: 350px;
  padding-left: 20px;
  padding-right: 20px; }

.index-banner {
  box-shadow: 0 20px 5px -16px rgba(68, 68, 68, 0.3);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .index-banner .banner-slider {
    border-radius: 8px;
    background: #fff; }
  .index-banner img {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    width: 100%; }
  .index-banner .slick-arrow {
    position: absolute;
    right: 10%;
    bottom: 60px;
    width: 30px;
    height: 30px;
    background: #e60012;
    border-radius: 3px; }
    .index-banner .slick-arrow:hover {
      background: #444; }
    .index-banner .slick-arrow i {
      font-size: 1rem;
      color: #fff; }
    .index-banner .slick-arrow.slick-prev {
      right: calc(10% + 10px);
      transform: translateX(-100%);
      z-index: 1; }

.hex-grid {
  background: url(../images/repeat-dot.jpg) repeat;
  margin-bottom: -150px; }
  .hex-grid .container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    top: -260px; }
  .hex-grid .row-head {
    position: absolute;
    top: 26%;
    left: 68%;
    color: #fff;
    text-align: center;
    transform: translateX(-50%); }
    .hex-grid .row-head h3 {
      font-size: 36px;
      font-weight: lighter; }
    .hex-grid .row-head .en {
      font-size: 1.875rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 10px; }
  .hex-grid .hexagon-list {
    height: 0;
    padding-bottom: calc(570 / 1280 * 100%);
    position: relative; }
  .hex-grid .hexagon {
    max-width: 23.5%;
    width: 100%;
    position: absolute; }
    .hex-grid .hexagon .hover-shape {
      background: #444; }
    .hex-grid .hexagon .hex-title {
      fill: #fff;
      font-size: 1.375rem;
      font-weight: lighter; }
    .hex-grid .hexagon .hex-sub {
      fill: #fff;
      font-size: 0.8125rem;
      font-weight: bold;
      text-transform: uppercase; }
  .hex-grid .hexagon-1 {
    top: 0px;
    left: 19%; }
  .hex-grid .hexagon-2 {
    left: 0;
    top: 27%; }
  .hex-grid .hexagon-3 {
    top: 27%;
    left: 38%; }
  .hex-grid .hexagon-4 {
    top: 26%;
    right: 0; }
  .hex-grid .hexagon-5 {
    left: 19%;
    bottom: 0; }
  .hex-grid .hexagon-6 {
    left: 57.5%;
    bottom: 0; }

/* -------------- index RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .index-banner .slick-arrow {
    bottom: 20px;
    right: 20px; }
    .index-banner .slick-arrow.slick-prev {
      right: calc(20px + 10px); }

  .hex-grid .row-head h3 {
    font-size: calc(50 * (100vw / 1920)); }
  .hex-grid .row-head .en {
    font-size: calc(40 * (100vw / 1920)); } }
@media (max-width: 1024px) {
  .index-grid {
    background-position: center center; }

  .hex-grid .row-head {
    position: static;
    transform: translateX(0);
    margin-bottom: 40px; }
    .hex-grid .row-head h3 {
      font-size: 2.25rem; }
    .hex-grid .row-head .en {
      font-size: 1.625rem; }
  .hex-grid .hexagon-list {
    padding-bottom: 86%; }
  .hex-grid .hexagon {
    max-width: 37%; }
  .hex-grid .hexagon-1 {
    left: 50%;
    transform: translateX(-50%); }
  .hex-grid .hexagon-2 {
    top: 20%; }
  .hex-grid .hexagon-3 {
    top: 41%;
    left: 50%;
    transform: translateX(-50%); }
  .hex-grid .hexagon-4 {
    top: 20%; }
  .hex-grid .hexagon-5 {
    left: 1%; }
  .hex-grid .hexagon-6 {
    left: auto;
    right: 0; } }
@media (max-width: 768px) {
  .index-banner img {
    border-radius: 0; }
  .index-banner .slick-arrow {
    bottom: 10px;
    right: 10px; }
    .index-banner .slick-arrow.slick-prev {
      right: calc(10px + 10px); }

  .hex-grid .row-head {
    position: static;
    transform: translateX(0);
    margin-bottom: 40px; }
    .hex-grid .row-head h3 {
      font-size: 1.875rem; }
    .hex-grid .row-head .en {
      font-size: 1.25rem; } }
@media (max-width: 640px) {
  .index-grid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 250px; }

  .hex-grid .container {
    top: -200px; }
  .hex-grid .row-head {
    text-align: left;
    margin-left: 20px; }
  .hex-grid .hexagon-list {
    padding-bottom: 180%;
    margin-top: -70px; }
  .hex-grid .hexagon {
    max-width: 55%; }
    .hex-grid .hexagon .hex-title {
      font-size: 1.625rem; }
    .hex-grid .hexagon .hex-sub {
      font-size: 0.875rem; }
  .hex-grid .hexagon-1 {
    left: auto;
    transform: translateX(0);
    right: 0; }
  .hex-grid .hexagon-2 {
    top: 14%; }
  .hex-grid .hexagon-3 {
    top: 29%;
    left: auto;
    transform: translateX(0);
    right: 0; }
  .hex-grid .hexagon-4 {
    top: 43%;
    right: auto;
    left: 0; }
  .hex-grid .hexagon-5 {
    left: auto;
    right: 0;
    bottom: auto;
    top: 58%; }
  .hex-grid .hexagon-6 {
    left: 0;
    right: auto; } }
/* -------------- about --------------*/
.pg-history .main-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pg-history .left-img {
  width: 220px; }
.pg-history .history-list {
  padding-left: 50px;
  width: calc(100% - 220px); }
.pg-history .history {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  transition: opacity .4s;
  opacity: .6; }
  .pg-history .history:not(:last-child) {
    margin-bottom: 50px; }
  .pg-history .history.active {
    opacity: 1; }
    .pg-history .history.active:before {
      width: 50px; }
    .pg-history .history.active .year .no {
      font-size: 3rem; }
    .pg-history .history.active .content p {
      font-weight: bold; }
  .pg-history .history:before {
    position: absolute;
    top: 50%;
    left: 130px;
    width: 20px;
    height: 1px;
    background: #444;
    content: '';
    transition: width .4s; }
  .pg-history .history .year {
    color: #444;
    text-align: right;
    width: 110px; }
    .pg-history .history .year .no {
      font-size: 1.625rem;
      font-weight: lighter;
      transition: all .4s; }
    .pg-history .history .year .ch {
      font-size: 0.75rem;
      margin-top: 5px; }
  .pg-history .history .content {
    color: #444;
    padding-left: 90px;
    width: calc(100% - 110px); }
    .pg-history .history .content p {
      font-size: 1rem;
      line-height: 1.4; }
    .pg-history .history .content li {
      padding-left: 15px;
      position: relative; }
      .pg-history .history .content li:not(:last-child) {
        margin-bottom: 5px; }
      .pg-history .history .content li:before {
        position: absolute;
        top: 3px;
        left: 0;
        content: '\f0da';
        color: #444;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 0.875rem; }

/* -------------- about RWD --------------*/
@media (max-width: 1024px) {
  .pg-history .left-img {
    display: none; }
  .pg-history .history-list {
    padding-left: 0;
    width: 100%; } }
@media (max-width: 640px) {
  .pg-history .history{ 
    opacity: .8; }
  .pg-history .history:not(:last-child) {
    margin-bottom: 30px; }
  .pg-history .history.active:before {
    width: 30px; }
  .pg-history .history.active .year .no {
    font-size: 2.25rem; }
  .pg-history .history:before {
    left: 110px;
    width: 10px; }
  .pg-history .history .year {
    width: 100px; }
    .pg-history .history .year .no {
      font-size: 1.375rem; }
  .pg-history .history .content {
    padding-left: 50px;
    width: calc(100% - 100px); } }
/* -------------- product --------------*/
.pg-product.is-list {
  background: url(../images/repeat-dot.jpg); }
  .pg-product.is-list .main-container {
    padding-top: 0;
    padding-bottom: 0; }
.pg-product .hexagon-list {
  height: 0;
  padding-bottom: calc(570 / 1280 * 100%);
  position: relative; }
.pg-product .hexagon {
  max-width: 23.5%;
  width: 100%;
  position: absolute; }
  .pg-product .hexagon:hover svg {
    filter: drop-shadow(0px 3px 2px rgba(68, 68, 68, 0.3)); }
  .pg-product .hexagon:hover .hover-shape {
    opacity: 0; }
  .pg-product .hexagon:hover .hex-title,
  .pg-product .hexagon:hover .hex-sub {
    display: none; }
  .pg-product .hexagon .hover-shape {
    opacity: .9; }
  .pg-product .hexagon .hover-shape {
    fill: #fff;
    transform: scale(0.83);
    transform-origin: center; }
  .pg-product .hexagon .hex-title,
  .pg-product .hexagon .hex-sub {
    display: block; }
  .pg-product .hexagon .hex-title {
    fill: #444;
    font-size: 1.375rem;
    font-weight: lighter; }
  .pg-product .hexagon .hex-sub {
    fill: #444;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase; }
.pg-product .hexagon-1 {
  top: 0px;
  left: 19%; }
.pg-product .hexagon-2 {
  left: 0;
  top: 27%; }
.pg-product .hexagon-3 {
  top: 27%;
  left: 38%; }
.pg-product .hexagon-4 {
  top: 26%;
  right: 0; }
.pg-product .hexagon-5 {
  left: 19%;
  bottom: 0; }
.pg-product .hexagon-6 {
  left: 57.5%;
  bottom: 0; }

/* -------------- product RWD --------------*/
@media (max-width: 1024px) {
  .pg-product .hexagon-list {
    padding-bottom: 86%; }
  .pg-product .hexagon {
    max-width: 37%; }
  .pg-product .hexagon-1 {
    left: 50%;
    transform: translateX(-50%); }
  .pg-product .hexagon-2 {
    top: 20%; }
  .pg-product .hexagon-3 {
    top: 41%;
    left: 50%;
    transform: translateX(-50%); }
  .pg-product .hexagon-4 {
    top: 20%; }
  .pg-product .hexagon-5 {
    left: 1%; }
  .pg-product .hexagon-6 {
    left: auto;
    right: 0; } }
@media (max-width: 640px) {
  .pg-product .hexagon-list {
    padding-bottom: 180%; }
  .pg-product .hexagon {
    max-width: 55%; }
    .pg-product .hexagon .hex-title {
      font-size: 1.5rem;
      font-weight: normal; }
    .pg-product .hexagon .hex-sub {
      font-size: 0.875rem; }
    .pg-product .hexagon .hover-shape {
      opacity: .9; }
  .pg-product .hexagon-1 {
    left: auto;
    transform: translateX(0);
    right: 0; }
  .pg-product .hexagon-2 {
    top: 14%; }
  .pg-product .hexagon-3 {
    top: 29%;
    left: auto;
    transform: translateX(0);
    right: 0; }
  .pg-product .hexagon-4 {
    top: 43%;
    right: auto;
    left: 0; }
  .pg-product .hexagon-5 {
    left: auto;
    right: 0;
    bottom: auto;
    top: 58%; }
  .pg-product .hexagon-6 {
    left: 0;
    right: auto; } }
/* -------------- news --------------*/
.pg-news .news-list {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 20px; }
  .pg-news .news-list a.news:hover {
    background: #ffeff0; }
    .pg-news .news-list a.news:hover:before {
      background: #fff; }
    .pg-news .news-list a.news:hover .news-title {
      font-weight: bold; }
.pg-news .news {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 20px;
  padding-left: 55px;
  position: relative; }
  .pg-news .news.dl-head {
    background: #ffeff0;
    border-bottom: none;
    margin-bottom: 30px; }
    .pg-news .news.dl-head:before {
      background: #fff; }
    .pg-news .news.dl-head .news-title {
      font-weight: bold; }
  .pg-news .news:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f2f2f2;
    content: ''; }
  .pg-news .news:after {
    position: absolute;
    top: 22px;
    left: 27px;
    color: #e60012;
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 0.8125rem; }
  .pg-news .news .news-title {
    color: #444;
    font-size: 1.0625rem;
    line-height: 1.5;
    width: calc(100% - 80px); }
  .pg-news .news .date {
    color: #e60012;
    font-size: 0.875rem;
    font-weight: lighter;
    font-style: italic;
    padding-top: 8px;
    text-align: right;
    width: 80px; }

/* -------------- news RWD --------------*/
@media (max-width: 768px) {
  .pg-news .news {
    padding-left: 40px;
    padding-right: 10px; }
    .pg-news .news:before {
      left: 8px; }
    .pg-news .news:after {
      left: 15px; } }
@media (max-width: 640px) {
  .pg-news .news .news-title {
    font-size: 1rem;
    width: 100%; }
  .pg-news .news .date {
    text-align: left; } }
/* -------------- link --------------*/
.pg-link .link-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -40px; }
.pg-link .link {
  border-bottom: 1px solid #eee;
  padding: 20px;
  position: relative;
  width: calc(100% / 4); }
  .pg-link .link:before, .pg-link .link:after {
    position: absolute;
    bottom: -2px;
    width: 4px;
    height: 4px;
    background: #101f48;
    content: '';
    transform: rotate(45deg); }
  .pg-link .link:before {
    left: -2px; }
  .pg-link .link:after {
    right: -2px; }
  .pg-link .link .link-box {
    width: 100%;
    height: 0;
    padding-bottom: calc(40 / 120 * 100%);
    display: block;
    position: relative; }
    .pg-link .link .link-box:hover {
      opacity: .7; }

/* -------------- link RWD --------------*/
@media (max-width: 960px) {
  .pg-link .link {
    width: calc(100% / 3); } }
@media (max-width: 640px) {
  .pg-link .link {
    width: calc(100% / 2); } }
/* -------------- contact --------------*/
.pg-contact .contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .pg-contact .contact-item:nth-child(2n) {
    flex-direction: row-reverse; }
    .pg-contact .contact-item:nth-child(2n) .dec-img {
      position: absolute;
      bottom: -30px;
      left: -40px; }
    .pg-contact .contact-item:nth-child(2n) .info {
      padding-left: 40px;
      padding-right: 40px; }
  .pg-contact .contact-item:not(:last-child) {
    margin-bottom: 90px; }
.pg-contact .map {
  width: calc(100% - 400px);
  height: 450px;
  position: relative; }
  .pg-contact .map iframe {
    width: 100%;
    height: 100%; }
  .pg-contact .map .dec-img {
    position: absolute;
    right: -40px;
    bottom: -30px;
    box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.2);
    width: 220px; }
    .pg-contact .map .dec-img img {
      display: block;
      width: 100%; }
.pg-contact .info {
  color: #444;
  padding-left: 80px;
  width: 400px;
  transform: translateY(30%); }
  .pg-contact .info .place-name {
    font-size: 1.875rem;
    font-weight: lighter;
    margin-bottom: 30px; }
  .pg-contact .info .info-list li:not(:last-child) {
    margin-bottom: 7px; }
  .pg-contact .info .info-list p {
    color: #444;
    font-size: 1rem;
    line-height: 1.4; }
  .pg-contact .info .info-list a {
    color: #444;
    font-size: 1rem;
    text-decoration: underline; }
    .pg-contact .info .info-list a:hover {
      color: #e60012; }

/* -------------- contact RWD --------------*/
@media (max-width: 1024px) {
  .pg-contact .map .dec-img {
    width: 150px; }
  .pg-contact .info {
    transform: translateY(0); }
    .pg-contact .info .place-name {
      font-size: 1.5rem;
      margin-bottom: 20px; } }
@media (max-width: 768px) {
  .pg-contact .contact-item {
    flex-direction: column-reverse !important; }
  .pg-contact .map {
    height: 350px;
    width: 100%; }
    .pg-contact .map .dec-img {
      display: none; }
  .pg-contact .info {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
    width: 100%; } }
/* -------------- lang --------------*/
.EN .page-top .page-head .sub-title {
  display: none; }

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

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

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: 0.83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit; }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

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