@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  header {
    text-align: left !important;
  }
}
/*      base
-----------------------------------------------------------------------*/
@-moz-viewport , @-ms-viewport, @-o-viewport, @-webkit-viewport, @viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: none !important;
}

html, body {
  text-align: center;
  height: 100%;
}

body {
  background: #FBFBFB;
  color: #1a1a1a;
  font: 16px/1.5 "Quicksand", 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}

img {
  vertical-align: middle;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

button, [role=button], [type=button] {
  background: none;
  cursor: pointer;
  border: none;
}
button:focus, [role=button]:focus, [type=button]:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(146, 223, 53, 0.35);
}

a {
  color: #04141C;
  text-decoration: none;
  -webkit-transition: color 0.35s, background 0.3s;
  transition: color 0.35s, background 0.3s;
}
a:hover, a:active {
  color: #318294;
  outline-width: 0;
}

h1 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 27px;
  font-size: 1.69rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 18px;
  font-size: 1.13rem;
}

h6 {
  font-size: 17px;
  font-size: 1.06rem;
}

b, strong, .b, .strong {
  font-weight: bold;
}

mark {
  background-color: #fffFD7;
  padding: 0.2em;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #E6E7DF;
}

p {
  margin: 0;
}
p + p {
  margin-top: 0.5em;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #E6E7DF;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}
ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl {
  font-size: 90%;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.list-unstyled, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background: #0a3449;
  color: #fff;
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 28px;
  letter-spacing: 0.2em;
  padding: 0.3em 1.67em;
  -webkit-transition: all .35s, color .5s;
  transition: all .35s, color .5s;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  background: #78C21F;
  color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  background: #959595;
}
.btn.success {
  background: #78C21F;
}
.btn.success:hover, .btn.success:active, .btn.success.active {
  background: #8ddd2c;
}
.btn.info {
  background: #BEE3BC;
}
.btn.info:hover, .btn.info:active, .btn.info.active {
  background: #daefd9;
}
.btn.warning {
  background: #F5B843;
}
.btn.warning:hover, .btn.warning:active, .btn.warning.active {
  background: #f7c76a;
}
.btn.danger {
  background: #FF5F73;
}
.btn.danger:hover, .btn.danger:active, .btn.danger.active {
  background: #ff8897;
}
.btn.white:hover, .btn.white:active, .btn.white.active {
  background: #092e40;
}

.scrolling .logo, .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.intro-main:after, .wrap:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (min-width: 48em) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 64em) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 75em) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
.clear {
  clear: both;
}

.rest {
  overflow: hidden;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.img-center {
  display: block;
  margin: auto;
}

.center, .wrap {
  margin-right: auto;
  margin-left: auto;
}

[hidden], .hidden {
  display: none;
}

.circle, .news-date {
  border-radius: 50%;
}

.full {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0, .logo {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2, .news-date small {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mb-4, .lang-nav a {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mx-4 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-4, .overlay-nav .sub-nav a, .foot-contacts dd {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-8, .foot-nav a {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12, .logo {
  margin-top: 0.75rem;
}

.mr-12, #menu img {
  margin-right: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16, .company-wx {
  margin-left: 1rem;
}

.mx-16 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-24, .overlay-nav .main-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-32, .news h2 {
  margin-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.mx-32 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-48 {
  margin: 3rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.ml-48 {
  margin-left: 3rem;
}

.mx-48 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-64 {
  margin: 4rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mx-64 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-4, #menu img {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4, #header .nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-8 {
  padding: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-8, .goTop {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16, .goTop {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24, .intro article, .news-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-24, .overlay-nav, #header .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.px-32 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-48 {
  padding: 3rem;
}

.pt-48, .intro article {
  padding-top: 3rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pl-48 {
  padding-left: 3rem;
}

.px-48 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-48, .news-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-64 {
  padding: 4rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pl-64 {
  padding-left: 4rem;
}

.px-64 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-left, .intro p, .intro h2, .copyright, .logo, .news-item p, .news-title {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-nowrap {
  white-space: nowrap;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-sp {
  font-family: "Quicksand";
}

.text-white, .slogan, .overlay-nav footer, .overlay-nav .sub-nav a, .overlay-nav .nav-link:hover, .overlay-nav .nav-link:active, .overlay-nav .nav-link.active, .mobile-toggle, .lang-nav a.active, .nav-link, #menu .sub-nav a:hover, #menu .sub-nav a:active, #menu .sub-nav a.active, .copyright, .company-group, .logo, .news-item:hover .btn, .news-date, .goTop:hover, .goTop:active, .goTop, .btn.outline:hover, .btn.outline:active, .btn.white:hover, .btn.white:active, .btn.white.active {
  color: #fff;
}

.text-black {
  color: #000;
}

.bg-white, #menu img, .news-item:hover, .btn.white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.text-primary, .intro p, #menu .sub-nav a, .hover-sp:hover, .foot-nav a:hover, .hover-sp:active, .foot-nav a:active, ::selection, .title, .btn.outline, .btn.white {
  color: #04141C;
}

.bg-primary {
  background-color: #04141C;
}

.hover-primary {
  color: #04141C;
}
.hover-primary:hover, .hover-primary:active {
  color: black;
}

.text-secondary, .foot-nav a.active {
  color: #318294;
}

.bg-secondary, .lang-nav a.active {
  background-color: #318294;
}

.hover-secondary {
  color: #318294;
}
.hover-secondary:hover, .hover-secondary:active {
  color: #1e505b;
}

.text-muted {
  color: #E6E7DF;
}

.bg-muted, .lang-nav a, ::selection {
  background-color: #E6E7DF;
}

.hover-muted {
  color: #E6E7DF;
}
.hover-muted:hover, .hover-muted:active {
  color: #c4c6b3;
}

.text-success, .overlay-nav .sub-nav a:hover, .overlay-nav .sub-nav a.active {
  color: #78C21F;
}

.bg-success, #menu .sub-nav a:hover, #menu .sub-nav a:active, #menu .sub-nav a.active, .news-item:hover .btn, .news-item:hover .news-date, .btn.outline:hover, .btn.outline:active {
  background-color: #78C21F;
}

.hover-success {
  color: #78C21F;
}
.hover-success:hover, .hover-success:active {
  color: #4f8014;
}

.text-info {
  color: #BEE3BC;
}

.bg-info, .lang-nav a:not(.active):hover, .lang-nav a:not(.active):active, #menu .sub-nav a, .news-date {
  background-color: #BEE3BC;
}

.hover-info, .slide-prev, .slide-next {
  color: #BEE3BC;
}
.hover-info:hover, .slide-prev:hover, .slide-next:hover, .hover-info:active, .slide-prev:active, .slide-next:active {
  color: #8acc86;
}

.text-warning {
  color: #F5B843;
}

.bg-warning {
  background-color: #F5B843;
}

.hover-warning {
  color: #F5B843;
}
.hover-warning:hover, .hover-warning:active {
  color: #e0970c;
}

.text-danger, .help {
  color: #FF5F73;
}

.bg-danger {
  background-color: #FF5F73;
}

.hover-danger {
  color: #FF5F73;
}
.hover-danger:hover, .hover-danger:active {
  color: #ff1330;
}

[class*=text-].disabled, [class*=text-][disabled],
[class*=hover-].disabled,
[class*=hover-][disabled] {
  cursor: not-allowed;
  color: #959595;
}

.font-tiny, .overlay-nav footer, .lang-nav a, .copyright, .company-group small, .news-date small {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-sm {
  font-size: 13px;
  font-size: 0.81rem;
}

.font-md, .foot-contacts dd {
  font-size: 15px;
  font-size: 0.94rem;
}

.font-lg, .overlay-nav .sub-nav a, #header .nav-link, #menu .sub-nav a, .foot-nav a, [lang=en] .logo small, .help, .goTop {
  font-size: 18px;
  font-size: 1.13rem;
}

.font-xl, .mobile-toggle {
  font-size: 24px;
  font-size: 1.5rem;
}

.font-xxl {
  font-size: 36px;
  font-size: 2.25rem;
}

.font-xxxl, .slide-prev, .slide-next {
  font-size: 48px;
  font-size: 3rem;
}

.font-jumbo {
  font-size: 64px;
  font-size: 4rem;
}

.font-normal {
  font-style: normal;
}

.btn.outline {
  border-color: #BEE3BC;
  background-color: transparent;
  border-radius: 28px;
}
.goTop {
  z-index: 99;
  opacity: 0;
  border-radius: 0.25rem border-radius 0 0;
  background: rgba(4, 20, 28, 0.35);
  position: fixed;
  right: 1.6%;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.goTop:hover, .goTop:active {
  background: #04141C;
}

.fade-in {
  -webkit-animation: fadeIn 1s 1 forwards;
  animation: fadeIn 1s 1 forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-out {
  -webkit-animation: fadeOut 1s 1 forwards;
  animation: fadeOut 1s 1 forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.underline {
  border-bottom: 1px solid;
}

.outline {
  border: 1px solid;
}

.title {
  line-height: 1.3;
  font-size: 62px;
  font-size: 3.88rem;
}
.title::first-letter {
  border-bottom: 4px solid #BEE3BC;
}
.title .underline {
  border-bottom: 4px solid #BEE3BC;
}

.help {
  cursor: help;
}

.hover-underline, .foot-contacts a {
  position: relative;
}
.hover-underline:after, .foot-contacts a:after {
  border-bottom: 1px solid;
  width: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.nav-link:before, #menu .nav-link:after, .news-item:before, .hover-underline:after, .foot-contacts a:after {
  content: "";
  display: block;
}

.hover-underline:hover:after, .foot-contacts a:hover:after, .hover-underline:active:after, .foot-contacts a:active:after {
  width: 100%;
  left: 0;
}

.hover-sp, .foot-nav a {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.hover-sp:before, .foot-nav a:before, .hover-sp:after, .foot-nav a:after {
  content: "";
  display: block;
  border: 0 solid #BEE3BC;
  opacity: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  -ms-transform: translate(0px, 0px) scale(0.8);
  -webkit-transform: translate(0px, 0px) scale(0.8);
  transform: translate(0px, 0px) scale(0.8);
}
.hover-sp:before, .foot-nav a:before {
  left: 0;
  bottom: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.hover-sp:after, .foot-nav a:after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
.hover-sp:hover, .foot-nav a:hover, .hover-sp:active, .foot-nav a:active {
  text-shadow: 0 0 1px;
}
.hover-sp:hover:before, .foot-nav a:hover:before, .hover-sp:hover:after, .foot-nav a:hover:after, .hover-sp:active:before, .foot-nav a:active:before, .hover-sp:active:after, .foot-nav a:active:after {
  -webkit-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  opacity: 1;
}
.hover-sp:hover:before, .foot-nav a:hover:before, .hover-sp:active:before, .foot-nav a:active:before {
  -ms-transform: translate(-12px, 4px) scale(1);
  -webkit-transform: translate(-12px, 4px) scale(1);
  transform: translate(-12px, 4px) scale(1);
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.hover-sp:hover:after, .foot-nav a:hover:after, .hover-sp:active:after, .foot-nav a:active:after {
  -ms-transform: translate(12px, -4px) scale(1);
  -webkit-transform: translate(12px, -4px) scale(1);
  transform: translate(12px, -4px) scale(1);
  border-top-width: 3px;
  border-right-width: 3px;
}

.news-date {
  display: inline-block;
  line-height: 1;
  padding-top: 14px;
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-size: 2rem;
  width: 75px;
  height: 75px;
}
.news-date small {
  display: block;
}
.news-title {
  line-height: 1.4;
}
.news-item {
  position: relative;
  box-sizing: border-box;
  -webkit-transition: 0.35s ease-out !important;
  transition: 0.35s ease-out !important;
}
@media (min-width: 64em) {
  .news-item {
    width: 32.6% !important;
  }
}
@media (min-width: 48.06em) {
  .news-item {
    min-height: 506px;
  }
}
.news-item:before {
  position: absolute;
  top: 92px;
  right: 24px;
  left: 24px;
  border-top: 2px solid #BEE3BC;
}
.news-item p {
  line-height: 1.85;
}
@media (min-width: 48.06em) {
  .news-item .btn {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 64px;
  }
}
@media (max-width: 47.99em) {
  .news-item .btn {
    margin-top: 48px;
  }
}
.news-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-item:hover .btn:hover, .news-item:hover .btn:active {
  background-color: #6aac1b;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*      layout
-----------------------------------------------------------------------*/
.wrap {
  max-width: 1480px;
}
@media (max-width: 92.44em) {
  .wrap {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

#wrapper {
  min-height: 100%;
  padding-bottom: 474px;
}

#header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 35.44em) {
  #header {
    height: 80px;
  }
}
.scrolling #header {
  height: 54px;
  background: rgba(4, 20, 28, 0.8);
  position: fixed;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-animation: scrolling 1s alternate both;
  animation: scrolling 1s alternate both;
}
@-webkit-keyframes scrolling {
  from {
    opacity: 0.5;
    top: -false;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes scrolling {
  from {
    opacity: 0.5;
    top: -false;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.scrolling #header:hover {
  background: #04141C;
}

.logo {
  cursor: pointer;
  cursor: hand;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-shadow: 0 0 8px #000;
  letter-spacing: 0.02em;
  height: 58px;
  min-width: 67px;
  padding-top: 1.5px;
  padding-left: 83px;
  font-size: 33px;
  font-size: 2.06rem;
}
@media (max-width: 35.44em) {
  .logo {
    margin-top: 6px;
    height: 68px;
    padding-left: 72px;
  }
}
.scrolling .logo {
  height: 42px;
  margin-top: 6px;
  background-size: contain;
}
.logo small {
  letter-spacing: 0.16em;
}
[lang=en] .logo small {
  letter-spacing: 0.65em;
}

.head-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 63.94em) {
  .head-info {
    border-bottom: none;
  }
}
.scrolling .head-info {
  display: none;
}

.company-group {
  letter-spacing: 0.04em;
  font-size: 17px;
  font-size: 1.06rem;
}
@media (max-width: 63.94em) {
  .company-group {
    display: none;
  }
}
.company-group span {
  background-repeat: no-repeat;
  min-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.company-group small {
  letter-spacing: 0.002em;
  -ms-transform: scale(0.833);
  -webkit-transform: scale(0.833);
  transform: scale(0.833);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.company-tw {
  background-position: right 0;
  background-image: url(../images/icon-iatf.png);
  padding-right: 42px;
}
[lang=en] .company-tw, [lang=ja] .company-tw {
  padding-right: 26px;
}
.company-wx {
  background-position: 305px 0;
  background-image: url(../images/icon-iatf2.png);
}
[lang=en] .company-wx {
  background-position: right 0;
  padding-right: 10px;
}

#footer {
  color: #454545;
  min-height: 402px;
  margin-top: -402px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #E6E7DF;
  padding-top: 36px;
}
#footer a {
  color: #454545;
}

@media (min-width: 64em) {
  .foot-nav {
    border-right: 1px solid #E6E7DF;
  }
}
[lang=en] .foot-nav dl {
  margin-bottom: 12.5px;
}
.foot-nav dt {
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.foot-nav dd {
  margin-left: -8px;
}
.foot-nav a {
  display: inline-block;
  letter-spacing: 0.1em;
}
[lang=en] .foot-nav a {
  line-height: 1;
}
@media (min-width: 64em) {
  .foot-contacts {
    padding-left: 36px;
  }
}
.foot-contacts dt {
  font-weight: normal;
}
.foot-contacts dd {
  text-indent: -1.7em;
  margin-left: 1.7em;
}
.foot-contacts dd:before {
  color: #c2c4b0;
  margin-right: 12px !important;
}
@media (min-width: 75em) {
  .foot-contacts .tel, .foot-contacts .fax {
    display: inline-block;
    margin-right: 16px;
  }
}

.copyright {
  letter-spacing: 1px;
  background: #082733;
}
.copyright section {
  background: url(../images/logo-s.gif) 0 center no-repeat;
  line-height: 66px;
  padding-left: 56px;
}
@media (max-width: 92.44em) {
  .copyright section {
    padding-left: 72px;
    background-position: 16px center;
  }
}

@media (max-width: 74.94em) {
  #menu {
    display: none;
  }
}
#menu .dropdown {
  display: inline-block;
  vertical-align: top;
}
#menu .dropdown:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  top: 139px;
}
.scrolling #menu .dropdown:hover .sub-nav {
  top: 54px;
}
#menu .dropdown:hover .nav-link:after {
  opacity: 1;
  bottom: 0;
}
#menu .nav-link:after {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 0 10px 8px 10px;
  border-bottom-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}
#menu .nav-link:after {
  bottom: -20px;
  opacity: 0;
}
#menu img {
  border: 1px solid #E6E7DF;
  border-radius: 0.25rem 0 0 0.25rem;
  height: 120px;
}
#menu .sub-nav {
  -webkit-transition: 0.3s, opacity 0.5s ease-out;
  transition: 0.3s, opacity 0.5s ease-out;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 24px 16px 12px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  z-index: 21;
  opacity: 0;
  visibility: hidden;
}
.scrolling #menu .sub-nav {
  top: 34px;
}
#menu .sub-nav a {
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  margin: 0 0 0.75rem 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 74.94em) {
  #menu .sub-nav a {
    padding: 8px 12px;
  }
}
#menu .sub-nav a:hover img, #menu .sub-nav a:active img, #menu .sub-nav a.active img {
  border-color: #6aac1b;
}
#menu .sub-nav a.active {
  box-shadow: 3px 3px 5px #E6E7DF;
}

.nav-link {
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.nav-link:before {
  border-top: 3px solid #BEE3BC;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#header .nav-link {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 87.49em) {
  [lang=ja] #header .nav-link, [lang=en] #header .nav-link {
    margin-left: 12px;
  }
}
.scrolling #header .nav-link {
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}
.nav-link:hover, .nav-link:active {
  color: #a2d79f;
}
.nav-link:hover:before, .nav-link:active:before, .nav-link.active:before {
  width: 100%;
}

.lang-nav {
  margin-top: 10px;
}
@media (max-width: 63.94em) {
  #header .lang-nav {
    display: none;
  }
}
.lang-nav a {
  display: inline-block;
  border-radius: 0.25rem;
  width: 72px;
  color: #7c8060;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.lang-nav a:not(.active) {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.overlay {
  overflow-y: hidden;
}
.overlay .mobile-toggle {
  top: 6px;
}
.overlay .overlay-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-toggle {
  display: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 2px 2px 15px;
  position: absolute;
  top: 74px;
  right: 16px;
}
@media (max-width: 74.94em) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle:focus {
  box-shadow: none;
}
@media (max-width: 63.94em) {
  .mobile-toggle {
    top: 12px;
  }
}
.scrolling .mobile-toggle {
  position: fixed;
  top: 6px;
}

.overlay-nav {
  background: #072432;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 999;
}
.overlay-nav .main-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.overlay-nav .nav-link {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  padding: 10px 0;
}
.overlay-nav .nav-link.active {
  background-color: rgba(190, 227, 188, 0.1);
}
.overlay-nav .sub-nav {
  display: flex;
  flex-direction: column;
}
.overlay-nav footer {
  display: inline-block;
  background: url(../images/logo-s.gif) 0 center no-repeat;
  line-height: 41px;
  padding-left: 54px;
}

#banner {
  background: black;
  width: 100%;
}
#banner, #banner .swiper-slide {
  height: 832px;
}
@media (min-width: 35.56em) and (max-width: 63.99em) {
  #banner, #banner .swiper-slide {
    height: 640px;
  }
}
@media (max-width: 35.49em) {
  #banner, #banner .swiper-slide {
    height: 360px;
  }
}
#banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 47.99em) {
  #banner .swiper-slide {
    background-size: cover;
  }
}

.slogan {
  font-size: 78px;
  font-size: 4.88rem;
  position: absolute;
  top: 44.2%;
  right: 0;
  left: 0;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 5.4px;
  text-shadow: 1px 1px 15px;
  z-index: 2;
}
@media (max-width: 63.99em) {
  .slogan {
    top: 33%;
  }
}
@media (max-width: 35.49em) {
  .slogan {
    top: 28%;
    font-size: 2.63rem;
  }
}
.slogan small {
  text-shadow: none;
}
@media (max-width: 47.99em) {
  .slogan small {
    font-size: 70%;
  }
}

.slogan-img {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
}
@media (min-width: 35.5em) {
  .slogan-img {
    width: 520px;
    margin-left: -240px;
  }
}
@media (min-width: 64em) {
  .slogan-img {
    width: auto;
    margin-left: -80px;
  }
}

@media (min-width: 75em) {
  .intro {
    background: #CECECE;
    height: 426px;
  }
}
.intro-main {
  background: url(../images/index/intro-bg.png) center 0 no-repeat;
  max-width: 1220px;
}
@media (min-width: 64em) {
  .intro-main {
    min-height: 602px;
    position: relative;
    z-index: 1;
    top: -68px;
  }
}
@media (max-width: 63.94em) {
  .intro-main {
    background: url(../images/index/introBg.png) center bottom/contain no-repeat;
    padding-bottom: 94px;
  }
}
@media (min-width: 75em) {
  .intro article {
    padding-left: 64px;
    padding-right: 60px;
  }
}
@media (max-width: 63.94em) {
  .intro article {
    background: #fff url(../images/index/introBg2.gif) center 0/100% no-repeat;
  }
}
.intro p {
  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.06rem;
}
@media (min-width: 64em) {
  .intro footer {
    text-align: right;
  }
}

.news {
  position: relative;
}
@media (min-width: 75em) {
  .news {
    padding-top: 120px;
  }
}
.news h2 {
  font-size: 74px;
  font-size: 4.63rem;
}

.carousel {
  max-width: 1220px;
}
@media (min-width: 64em) and (max-width: 87.44em) {
  .carousel {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
}
.carousel .swiper-wrapper {
  box-sizing: border-box;
  padding: 10px 0;
}
@media (min-width: 64em) {
  .carousel .swiper-wrapper {
    padding: 10px;
  }
}

.slide-prev, .slide-next {
  position: absolute;
  top: 60%;
  z-index: 1;
}
@media (min-width: 87.5em) {
  .slide-prev, .slide-next {
    left: 50%;
  }
}
.slide-prev.swiper-button-disabled, .slide-next.swiper-button-disabled {
  display: none;
}
.slide-prev:not(.swiper-button-disabled), .slide-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
@media (max-width: 63.99em) {
  .slide-prev:not(.swiper-button-disabled), .slide-next:not(.swiper-button-disabled) {
    background: rgba(0, 0, 0, 0.03);
  }
}
.slide-prev:not(.swiper-button-disabled):hover, .slide-next:not(.swiper-button-disabled):hover {
  background: #e7e7e7;
}

@media (min-width: 87.5em) {
  .slide-prev {
    margin-left: -658px;
  }
}
@media (max-width: 87.44em) {
  .slide-prev {
    left: 0;
  }
}

@media (min-width: 87.5em) {
  .slide-next {
    margin-left: 616px;
  }
}
@media (max-width: 87.44em) {
  .slide-next {
    right: 0;
  }
}

.textBreak {
  word-break: break-all;
}
