@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *::-moz-selection {
    background: #a8c405;
    color: #fff; }
  *::selection {
    background: #a8c405;
    color: #fff; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "PingFangSC-Regular", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  background-color: #f0f0f0;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal; }

a {
  color: #a8c405;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin: 0 0 1.7em; }

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle; }

.pic img {
  display: block;
  margin: 0 auto; }

[role="button"] {
  cursor: pointer; }

*:focus {
  outline: none; }

.wrapper {
  overflow: hidden; }

.container {
  position: relative; }

.slick-item + .slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.slick-initialized .slick-item + .slick-item {
  position: relative;
  visibility: visible; }

.main::after,
.container::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both; }

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

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

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

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

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline; } }

@media (min-width: 992px) {
  body {
    background: #fafafa; } }

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list a, .list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit; }
  .list a span, .list .box span,
  .list-h a span,
  .list-h .box span,
  .list-v a span,
  .list-v .box span,
  .list-inline a span,
  .list-inline .box span {
    display: block; }

.list-h::after {
  content: '';
  display: block;
  clear: both; }

.list-h > li,
.list-h .item {
  float: left; }

.list-inline > li {
  display: inline-block;
  vertical-align: top; }

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

.list-normal {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-normal li {
    position: relative;
    padding-left: 1.5em; }
    .list-normal li::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #666;
      position: absolute;
      left: 0;
      top: 0.85em;
      margin-top: -6px; }

.table-wrap {
  overflow-x: auto; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5; }
  .table th, .table td {
    text-align: left;
    border: none; }

.field {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 0.5em;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 6px; }
  .field:focus {
    outline: none;
    border-color: #a8c405; }
  .field::-webkit-input-placeholder {
    color: #999; }
  .field::-moz-placeholder {
    color: #999; }
  .field:-ms-input-placeholder {
    color: #999; }
  .field:-moz-placeholder {
    color: #999; }

textarea.field {
  height: auto;
  padding: 0.25em 0.5em; }

.has-error .field {
  border-color: #d9534f; }

.has-error,
.has-error .label {
  color: #d9534f; }

.field-group {
  padding-bottom: 6px;
  line-height: 28px; }
  .field-group.name-group .field-box {
    padding-right: 9em; }
  .field-group.name-group .sex-radio {
    position: absolute;
    right: 0;
    top: 0; }

.field-box {
  position: relative; }
  .field-box.w2 {
    max-width: 400px; }

.label {
  display: block;
  font-size: 1.14286em;
  margin-bottom: 6px; }

.field-inline {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6px;
  margin-right: 0.5em;
  position: relative; }
  .field-inline label::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0.1em 0;
    background: url(../img/form_radio.png) no-repeat;
    width: 15px;
    height: 15px; }
  .field-inline input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; }
    .field-inline input:checked + label::before {
      background-position: 0 100%; }

.field-bt {
  margin-top: 50px; }

@media (min-width: 480px) {
  .label {
    float: left; }
  .field-box {
    margin-left: 64px; }
  .field-group {
    padding-bottom: 8px; } }

@media (min-width: 768px) {
  .field-box.w2 {
    max-width: -webkit-calc(50% - 4.5em);
    max-width: calc(50% - 4.5em); } }

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0; }
  .bt::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .bt:focus {
    outline: none; }
  .bt-default, .bt-primary {
    line-height: 38px;
    padding: 0 1em;
    width: 120px;
    border: 1px solid #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0;
    margin-top: 6px;
    margin-right: 0.5em; }
  .bt-default {
    background: #fff; }
  .bt-primary {
    background: #a8c405;
    color: #fff; }
  .bt-simple {
    background: #fff;
    color: #919191;
    line-height: 35px;
    padding: 0 1em; }

.bt-box {
  text-align: center;
  padding: 20px 0 1.7em; }

@media (min-width: 768px) {
  .bt:hover {
    text-decoration: none; }
  .bt-default, .bt-primary {
    width: 180px; }
  .bt-default:hover {
    background: #919191;
    color: #fff; }
  .bt-primary:hover {
    background: #93ab04; }
  .bt-simple:hover {
    background: #a8c405;
    color: #fff; }
  .bt-box {
    padding-bottom: 3em; } }

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  text-align: right;
  padding: 0.8em 10px 1em;
  display: none;
  color: #000;
  min-height: 55px; }
  .breadcrumb li {
    display: inline;
    vertical-align: top; }
    .breadcrumb li + li::before {
      content: '/ '; }
    .breadcrumb li a {
      color: inherit;
      text-decoration: none; }
  .breadcrumb li:last-child a {
    color: #a8c405; }

.has-side .breadcrumb {
  float: none;
  border-bottom: 1px solid #ccc; }

@media (min-width: 768px) {
  .breadcrumb li a:hover {
    color: #a8c405;
    text-decoration: none; } }

@media (min-width: 992px) {
  .breadcrumb {
    display: block; } }

.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .pagination-box {
    text-align: center;
    padding: 2em 0; }
  .pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px; }
    .pagination li a {
      display: block;
      background: #fff;
      min-width: 35px;
      line-height: 35px;
      padding: 0 5px;
      color: #919191;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .pagination li a span {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 101%;
        padding: 0;
        background-repeat: no-repeat;
        margin-bottom: 3px;
        width: 10px;
        height: 10px;
        border: 1px solid #919191;
        border-width: 1px 1px 0 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  .pagination li.prev a span {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 5px; }
  .pagination li.next a span {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 5px; }
  .pagination li.current a {
    color: #000; }

@media (min-width: 768px) {
  .pagination li a:hover {
    background: #a8c405;
    color: #fff;
    text-decoration: none; }
    .pagination li a:hover span {
      border-color: #fff; } }

.header {
  position: relative; }
  .header .site-title {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 100px 12px 25px;
    margin: 0; }
    .header .site-title .logo {
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-indent: 101%;
      padding: 0;
      background-repeat: no-repeat;
      vertical-align: top;
      background-image: url(../img/logo.svg);
      -webkit-background-size: contain;
              background-size: contain;
      width: 133.6px;
      height: 36px; }
  .header .lang-list {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 -25px;
    padding: 8px 25px;
    text-align: right; }
    .header .lang-list li {
      margin-left: 15px; }

.nav {
  position: fixed;
  z-index: 100;
  top: 60px;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav-open .nav {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden; }
  .nav-open {
    overflow: hidden; }
  .nav-toggle {
    width: 80px;
    height: 60px;
    position: fixed;
    z-index: 250;
    top: 0;
    right: 0; }
    .nav-toggle .ic-bar {
      background: #000;
      width: 28px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1.5px;
      margin-left: -14px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nav-toggle .ic-bar:nth-of-type(1) {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px); }
      .nav-toggle .ic-bar:nth-of-type(2) {
        -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
             -o-transform: translateY(8px);
                transform: translateY(8px); }
    .nav-open .nav-toggle .ic-bar:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-open .nav-toggle .ic-bar:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .nav-open .nav-toggle .ic-bar:nth-of-type(3) {
      display: none; }
  .nav-content {
    padding: 10px 0;
    background: #333; }
  .nav .menu {
    line-height: 1.4;
    font-size: 1.28571em;
    color: #fff; }
    .nav .menu > li::after {
      content: '';
      display: block;
      height: 1px;
      background: rgba(255, 255, 255, 0.4);
      margin: 0 30px; }
    .nav .menu > li > a {
      display: block;
      color: inherit;
      position: relative;
      padding: 0.8em 2.5em;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .nav .menu > li > ul {
      display: none;
      background: #fff;
      color: #333; }
      .nav .menu > li > ul > li + li::before {
        content: '';
        display: block;
        height: 1px;
        background: rgba(89, 89, 89, 0.5);
        margin: 0 30px; }
      .nav .menu > li > ul > li > a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        padding: 0.8em 2.5em 0.8em 3.5em; }
      .nav .menu > li > ul > li.current > a {
        background: #a8c405; }
    .nav .menu > li.has-child > a::after {
      content: '';
      display: block;
      position: absolute;
      right: 60px;
      top: 50%;
      margin: -5px -5px 0 0;
      width: 10px;
      height: 10px;
      border: solid #fff;
      border-width: 3px 3px 0 0;
      -webkit-transform: rotate(135deg) translate(-5px, 0);
          -ms-transform: rotate(135deg) translate(-5px, 0);
           -o-transform: rotate(135deg) translate(-5px, 0);
              transform: rotate(135deg) translate(-5px, 0); }
    .nav .menu > li.has-child.open > a::after {
      -webkit-transform: rotate(-45deg) translate(0, 5px);
          -ms-transform: rotate(-45deg) translate(0, 5px);
           -o-transform: rotate(-45deg) translate(0, 5px);
              transform: rotate(-45deg) translate(0, 5px); }
    .nav .menu > li.current > a {
      color: #a8c405; }
  .nav .info-links {
    padding: 40px 30px 20px;
    text-align: center; }
    .nav .info-links a {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 50%;
      border: 1px solid transparent; }
      .nav .info-links a span {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 101%;
        padding: 0;
        background-repeat: no-repeat;
        background-image: url(../img/nav_info_icon.png);
        width: 24px;
        height: 24px;
        margin: 10px; }
      .nav .info-links a.phone span {
        background-position: 0 0; }
      .nav .info-links a.mail span {
        background-position: 50% 0; }
      .nav .info-links a.addr span {
        background-position: 100% 0; }

@media (min-width: 480px) {
  .header .site-title {
    padding: 28px 100px 27px 30px;
    margin: 0; }
    .header .site-title .logo {
      width: 167px;
      height: 45px; }
  .nav {
    top: 100px; }
    .nav-toggle {
      width: 100px;
      height: 100px; }
    .nav .menu {
      font-size: 2em; }
      .nav .menu > li.has-child > a::after {
        margin: -8px -8px 0 0;
        width: 16px;
        height: 16px;
        border-width: 4px 4px 0 0;
        -webkit-transform: rotate(135deg) translate(-8px, 0);
            -ms-transform: rotate(135deg) translate(-8px, 0);
             -o-transform: rotate(135deg) translate(-8px, 0);
                transform: rotate(135deg) translate(-8px, 0); }
      .nav .menu > li.has-child.open > a::after {
        -webkit-transform: rotate(-45deg) translate(0, 8px);
            -ms-transform: rotate(-45deg) translate(0, 8px);
             -o-transform: rotate(-45deg) translate(0, 8px);
                transform: rotate(-45deg) translate(0, 8px); } }

@media (min-width: 768px) {
  .header .site-title .logo {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .header .site-title .logo:hover {
      opacity: 0.6; }
  .header .lang-list li a:hover {
    color: #a8c405; }
  .nav-toggle:hover .ic-bar {
    background: #a8c405; }
  .nav .menu > li > a:hover,
  .nav .menu ul > li > a:hover {
    color: #a8c405;
    text-decoration: none; }
  .nav .menu > li.current > a:hover,
  .nav .menu ul > li.current > a:hover {
    color: #fff;
    text-decoration: none; }
  .nav .info-links a:hover {
    background: #222;
    border-color: #333;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2); } }

@media (min-width: 992px) {
  .header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #eee; }
    .header .site-title {
      float: left;
      padding: 34px 0 30px 10px;
      position: static;
      border-bottom: 0; }
      .header .site-title .logo {
        width: 133.6px;
        height: 36px; }
    .header .lang-list {
      position: absolute;
      right: 25px;
      top: 35px;
      margin: 0 10px 0 0;
      padding: 0;
      border-bottom: 0;
      background: none;
      font-size: 1.14286em; }
      .header .lang-list li {
        margin-left: 10px; }
  .nav {
    position: static;
    float: right;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-right: 155px; }
    .nav-open,
    .nav-open .nav {
      overflow: visible; }
    .nav-toggle {
      display: none; }
    .nav-content {
      position: static;
      background: none;
      padding: 0; }
    .nav .menu {
      position: relative;
      color: #000;
      font-size: 1.21429em;
      display: inline-block;
      vertical-align: middle; }
      .nav .menu::after {
        content: '';
        display: block;
        clear: both; }
      .nav .menu > li {
        display: inline-block;
        vertical-align: middle; }
        .nav .menu > li > a {
          padding: 38px 8px 34px; }
          .nav .menu > li > a::before {
            content: '';
            display: block;
            opacity: 0;
            width: 10px;
            height: 10px;
            border: 1px solid #a8c405;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -5px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .nav .menu > li > a:hover {
            color: #a8c405; }
      .nav .menu > li.has-child > a::after {
        display: none; }
      .nav .menu > li > a:hover,
      .nav .menu > li.current > a,
      .nav .menu > li.current > a:hover {
        color: #a8c405; }
        .nav .menu > li > a:hover::before,
        .nav .menu > li.current > a::before,
        .nav .menu > li.current > a:hover::before {
          top: 20px;
          opacity: 1; }
      .nav .menu ul {
        display: none !important; }
    .nav .info-links {
      display: none; } }

@media (min-width: 1250px) {
  .nav {
    margin-right: 170px; }
    .nav .menu > li > a {
      padding-left: 20px;
      padding-right: 20px; } }

.footer {
  background: #fff;
  line-height: 1.375;
  text-align: center;
  padding: 20px 0 15px; }
  .footer a {
    color: inherit; }
  .footer-copyright .pc, .footer-info, .footer-links {
    display: none; }
  .footer-copyright .mobile {
    font-size: 1.14286em; }
  .footer-author {
    color: #aaa;
    margin-top: 10px; }

@media (min-width: 768px) {
  .footer {
    border-top: 1px solid #eee; }
    .footer-copyright .pc {
      display: inline; }
    .footer-copyright .mobile {
      display: none; }
    .footer-info {
      display: block;
      margin-top: 10px; }
      .footer-info li {
        padding: 0 0.5em; }
        .footer-info li span {
          color: #a8c405;
          display: inline-block;
          margin-right: 0.5em; }
        .footer-info li a:hover {
          color: #a8c405; } }

@media (min-width: 992px) {
  .footer-info, .footer-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em; }
  .footer-links a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid transparent; }
    .footer-links a span {
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-indent: 101%;
      padding: 0;
      background-repeat: no-repeat;
      background-image: url(../img/footer_info_icon.png);
      width: 19px;
      height: 19px;
      margin: 6px;
      display: block; }
    .footer-links a.phone span {
      background-position: 0 0; }
    .footer-links a.addr span {
      background-position: 50% 0; }
    .footer-links a.mail span {
      background-position: 100% 0; }
    .footer-links a:hover {
      background: #eee;
      border-color: #ddd; } }

@media (min-width: 1250px) {
  .footer {
    padding: 10px 0; }
    .footer-copyright, .footer-author, .footer-author {
      display: inline-block;
      vertical-align: middle;
      margin: 0.5em; }
    .footer-links {
      float: right; } }

.wrapper {
  padding-top: 60px; }

.container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1200px; }

.main {
  position: relative; }
  .main .content-title {
    margin: 0 -25px;
    background: #ababab;
    color: #f2f2f2;
    padding: 1em 25px; }
    .main .content-title strong {
      display: inline-block;
      margin-right: 0.5em;
      color: #fff;
      font-size: 1.42857em; }
  .main .editor {
    padding: 1.7em 0 3em; }
    .main .editor a {
      color: #000; }

.color1 {
  color: #000; }

.hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.7em 0; }

.embed-video {
  position: relative;
  padding-top: 56.28357%; }
  .embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.gotop {
  position: fixed;
  z-index: 100;
  right: 5px;
  bottom: 20px;
  color: #919191;
  font-size: 0.85714em;
  line-height: 1.4; }
  .gotop::before {
    content: '';
    display: block;
    background: url(../img/gotop.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 34.3px;
    height: 34.3px;
    opacity: 0.7;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

@media (min-width: 480px) {
  .wrapper {
    padding-top: 100px; } }

@media (min-width: 768px) {
  .hr {
    margin: 3em 0; }
  .gotop {
    bottom: 10%; }
    .gotop:hover::before {
      opacity: 1; } }

@media (min-width: 992px) {
  .main {
    padding: 3em 0; }
    .main .content-title {
      background: none;
      color: #666;
      min-height: 55px;
      border-bottom: 1px solid #000;
      margin: 0;
      padding: 0 16px; }
      .main .content-title.bb2 {
        border-bottom-color: #ccc;
      }
      .main .content-title strong {
        color: #000; }
    .main .editor {
      padding-top: 20px; } }

@media (min-width: 1250px) {
  .gotop {
    right: 20px; } }

.side,
.side-title {
  display: none; }

@media (min-width: 992px) {
  .side {
    display: block;
    float: left;
    width: 175px; }
    .side-title {
      display: block;
      min-height: 55px;
      padding: 0 10px;
      border-bottom: 1px solid #000; }
      .side-title strong {
        display: inline-block;
        margin-right: 0.5em;
        color: #000;
        font-size: 1.71429em; }
    .side-nav {
      margin: 0;
      padding: 0;
      list-style-type: none;
      background: #fff;
      border-bottom: 1px solid #000;
      color: #000;
      letter-spacing: 0.05em;
      font-size: 1.14286em; }
      .side-nav li + li {
        border-top: 1px dashed #bcbcbc; }
      .side-nav li a {
        display: block;
        color: inherit;
        padding: 0.4em 2em 0.4em 1em;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .side-nav li a:hover {
          text-decoration: none;
          color: #a8c405; }
      .side-nav li ul {
        border-top: 1px dashed #bcbcbc;
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: #545454;
        display: none; }
        .side-nav li ul li a {
          padding-left: 3em; }
      .side-nav li.current > a {
        position: relative;
        color: #a8c405; }
        .side-nav li.current > a::after {
          content: '';
          display: block;
          background: url(../img/side_arrow.png) no-repeat;
          width: 15px;
          height: 7px;
          position: absolute;
          right: 11px;
          top: 16px; }
      .side-nav li.current > ul {
        display: block; }
      .side-nav li.current.has-child > a::after {
        display: none; }
  .has-side .content {
    float: right;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px); }
    .has-side .content-title {
      display: none; } }

.news-list {
  margin: 0 -25px; }
  .news-list .item {
    border-bottom: 1px solid #ccc; }
  .news-list .box {
    padding: 25px;
    font-size: 1em; }
    .news-list .box .pic,
    .news-list .box .txt {
      max-width: 302px;
      margin: 0 auto; }
    .news-list .box .pic {
      border: 1px solid #ccc;
      margin-bottom: 1em; }
      .news-list .box .pic .img {
        display: block;
        background: #fff 50% 50% no-repeat;
        -webkit-background-size: cover;
                background-size: cover; }
        .news-list .box .pic .img::before {
          content: '';
          display: block;
          padding-top: 55.55556%; }
    .news-list .box .date,
    .news-list .box .category {
      display: inline-block; }
    .news-list .box .date {
      margin-right: 1em; }
    .news-list .box .category {
      background: #fff;
      color: #a8c405;
      padding: 0 0.5em;
      font-size: 0.85714em; }
    .news-list .box .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 3.4em;
      color: #000;
      font-size: 1.28571em;
      font-weight: bold;
      margin: 0.2em 0 0.6em; }
    .news-list .box .desc {
      color: #000;
      margin-bottom: 1em;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 5.1em; }
    .news-list .box .more {
      display: inline-block;
      border-bottom: 1px solid #666; }

.news-detail {
  padding-top: 1.7em; }
  .news-detail .date {
    display: inline-block;
    margin-right: 0.5em; }
  .news-detail .category {
    display: inline-block;
    color: inherit;
    padding: 0 0.5em;
    font-size: 0.85714em; }
  .news-detail .title {
    border-bottom: 1px solid #ccc;
    padding: 0.2em 25px 1em;
    margin: 0 -25px;
    color: #000;
    font-size: 1.42857em;
    font-weight: bold; }
  .news-detail .hr {
    margin-left: -25px;
    margin-right: -25px; }

.news-links {
  border: 1px solid #ccc;
  border-width: 1px 0;
  overflow: hidden;
  padding: 1.5em 25px;
  margin: 0 -25px; }
  .news-links .related {
    font-size: 1.28571em;
    color: inherit;
    float: left; }
    .news-links .related::after {
      content: '';
      display: inline-block;
      vertical-align: text-bottom;
      background: url(../img/link_icon.png) no-repeat;
      width: 16px;
      height: 16px;
      margin-left: 0.5em;
      margin-bottom: 0.2em; }
  .news-links .share {
    float: right;
    padding: 0.2em 0; }
    .news-links .share .a2a_svg {
      width: 24px;
      height: 24px;
      line-height: 24px; }

@media (min-width: 768px) {
  .news-list .box {
    overflow: hidden;
    padding: 20px;
    line-height: 1.42857; }
    .news-list .box .pic {
      float: left;
      overflow: hidden;
      margin: 0;
      width: 172px;
      background: #fff; }
      .news-list .box .pic .img::before {
        padding-top: 70.93023%; }
    .news-list .box .txt {
      margin-left: 198px;
      max-width: none; }
    .news-list .box,
    .news-list .box .pic img,
    .news-list .box .pic .img,
    .news-list .box .title,
    .news-list .box .more {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .news-list .box .title {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0.3em 0 0.2em; }
    .news-list .box .desc {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 3.4em;
      margin-bottom: 0.5em; }
  .news-list .box:hover {
    background: #fff; }
    .news-list .box:hover .pic .img,
    .news-list .box:hover .pic img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
           -o-transform: scale(1.2);
              transform: scale(1.2); }
    .news-list .box:hover .title,
    .news-list .box:hover .more {
      color: #a8c405; }
    .news-list .box:hover .more {
      border-bottom-color: #a8c405; }
  .news-detail .info {
    float: right;
    margin: 0.3em 0 0.3em 1em; }
  .news-detail .category:hover {
    background: #fff;
    color: #a8c405;
    text-decoration: none; }
  .news-detail .title {
    padding-top: 0; }
  .news-detail .editor {
    font-size: 1.14286em; }
  .news-links .related:hover {
    text-decoration: none;
    color: #a8c405; }
    .news-links .related:hover::after {
      background-position: 0 100%; } }

@media (min-width: 992px) {
  .news-list {
    margin: 0; }
  .news-detail {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .news-detail .info {
      margin-top: 1em; }
    .news-detail .title {
      margin: 0 -20px;
      padding: 0.5em 20px; }
    .news-detail .hr {
      margin-left: -12px;
      margin-right: -12px; }
    .news-detail .editor {
      padding-top: 0.75em;
      padding-bottom: 2em; }
  .news-links {
    margin: 0 -20px;
    padding: 10px 20px; } }

.service-txt {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.7em; }

.service-row {
  font-size: 1em;
  line-height: 1.57143; }
  .service-row .item {
    border-bottom: 1px dashed #ccc;
    padding: 1.7em 0; }
  .service-row .pic {
    width: 80px;
    float: left; }
  .service-row .title {
    color: #a8c405;
    font-size: 1.28571em;
    font-weight: bold;
    margin-bottom: 0.4em; }
  .service-row .title,
  .service-row .desc {
    margin-left: 100px; }

@media (min-width: 480px) {
  .service-txt {
    font-size: 1.14286em; } }

@media (min-width: 768px) {
  .service-row .item {
    padding: 24px; }
  .service-row .pic {
    width: 100px; }
  .service-row .title,
  .service-row .desc {
    margin-left: 160px; } }

@media (min-width: 992px) {
  .main .service-editor {
    padding-top: 0; }
  .service-txt {
    padding: 1em 0.6em; }
  .service-row {
    border-bottom: 1px dashed #ccc;
    display: table;
    width: 100%; }
    .service-row .item {
      border-bottom: 0;
      display: table-cell;
      width: 50%; } }

.member-about-txt {
  font-size: 1.14286em;
  font-weight: bold; }
  .member-about-txt img {
    margin-bottom: 0.5em; }

.member-about-table {
  margin-top: 2.5em; }
  .member-about-table tr + tr th, .member-about-table tr + tr td {
    padding-top: 30px; }
  .member-about-table th, .member-about-table td {
    vertical-align: top; }
  .member-about-table th {
    color: #a8c405;
    font-size: 1.14286em;
    font-weight: bold;
    border-right: 1px solid #ccc;
    white-space: nowrap;
    padding-right: 1em; }
  .member-about-table td {
    padding-left: 1em; }

.department {
  color: #141414;
  font-size: 1.42857em;
  margin: 0 -25px 0.3em;
  position: relative;
  background: #fff; }
  .department span {
    display: block;
    cursor: pointer;
    padding: 0.3em 52px; }
    .department span:hover {
      color: #a8c405; }
    .department span::after {
      content: '';
      display: inline-block;
      border-width: 0 4px 4px 0;
      border-style: solid;
      border-color: #a8c405;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 12px;
      height: 12px;
      margin: 0 0 3px 10px; }
  .department .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #f0f0f0;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ccc;
    display: none; }
    .department .list li::before {
      content: '';
      display: block;
      margin: 0 10px;
      border-top: 1px solid #ddd; }
    .department .list li a {
      padding: 0.3em 52px; }
      .department .list li a:hover {
        background: #fff; }
  .department.open span::after {
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.member-list {
  line-height: 1.57143;
  padding-bottom: 1em; }
  .member-list .item {
    padding: 12px 0 5px;
    border-bottom: 1px solid #e4e4e4; }
    .member-list .item .pic {
      width: 150px;
      margin-bottom: 0.5em; }
    .member-list .item .name {
      font-size: 1.28571em;
      font-weight: bold;
      margin-right: 0.5em; }
    .member-list .item .name,
    .member-list .item .title {
      float: left;
      color: #191919; }
    .member-list .item .title {
      padding-top: 0.3em; }
    .member-list .item .txt {
      clear: both;
      padding-top: 0.5em; }
    .member-list .item .tag {
      color: #000;
      font-weight: bold;
      margin-top: 0.2em; }
    .member-list .item .job,
    .member-list .item .exp {
      margin-bottom: 10px; }

.member-recruit {
  margin-top: -1.7em; }

.member-recruit-item {
  padding: 20px 0;
  line-height: 1.57143; }
  .member-recruit-item::after {
    content: '';
    display: block;
    clear: both; }
  .member-recruit-item + .member-recruit-item {
    border-top: 1px dashed #ccc; }
  .member-recruit-item .pic {
    width: 80px;
    float: left; }
  .member-recruit-item .title,
  .member-recruit-item .desc {
    margin-left: 100px; }
  .member-recruit-item .title {
    color: #a8c405;
    font-size: 1.14286em;
    font-weight: bold;
    margin-bottom: 0.5em; }

@media (min-width: 768px) {
  .member-list .item {
    overflow: hidden; }
    .member-list .item .txt {
      clear: none;
      padding-top: 0.3em; }
  .member-list.x1 .item .pic {
    float: left;
    margin-right: 30px; }
  .member-list.x1 .item .txt {
    margin-left: 335px; }
  .member-list.x2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px; }
    .member-list.x2 .item {
      width: -webkit-calc(50% - 40px);
      width: calc(50% - 40px);
      margin: 0 20px; }
      .member-list.x2 .item .name {
        margin-left: 15px; }
      .member-list.x2 .item .txt {
        margin-left: 175px; }
  .member-recruit-item .pic {
    width: 100px; }
  .member-recruit-item .title,
  .member-recruit-item .desc {
    margin-left: 165px; } }

@media (min-width: 992px) {
  .member-recruit {
    margin-top: -20px; }
  .department {
    display: none; } }

.result-site-list .item {
  padding: 20px 0; }

.result-site-list .box {
  max-width: 270px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.2); }
  .result-site-list .box .pic {
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .result-site-list .box .pic:before {
      content: '';
      display: block;
      padding-top: 55.55556%; }
    .result-site-list .box .pic img {
      width: 100%; }
  .result-site-list .box .txt {
    padding: 12px;
    line-height: 1.42857; }
  .result-site-list .box .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.14286em;
    border-bottom: 1px solid #919191;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em; }
  .result-site-list .box .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.1em;
    height: 4.28571em;
    color: #919191; }

.result-list {
  margin: 0 -25px; }
  .result-list .item {
    border-bottom: 1px solid #e4e4e4; }
  .result-list .box {
    padding: 0.6em 0;
    overflow: hidden; }
    .result-list .box .year {
      float: left;
      width: 80px;
      position: relative;
      text-align: center; }
      .result-list .box .year::after {
        content: '';
        display: block;
        border-left: 1px solid #e4e4e4;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px; }
    .result-list .box .title {
      margin-left: 100px;
      margin-right: 25px; }
  .result-list a.box {
    color: #a8c405; }
    .result-list a.box:hover {
      color: #fff;
      background: #a8c405; }

.result-detail {
  padding-top: 20px; }
  .result-detail .year {
    background: #ddd;
    color: #999;
    width: 65px;
    line-height: 30px;
    text-align: center;
    font-size: 1.14286em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    margin-bottom: 20px; }
  .result-detail .title {
    font-size: 1.25em;
    color: #000;
    font-weight: normal;
    margin: 0; }
  .result-detail .editor {
    padding: 20px 0;
    border-bottom: 1px solid #ccc; }

@media (min-width: 480px) {
  .result-detail .bt-box {
    letter-spacing: 0; } }

@media (min-width: 768px) {
  .result-site-list::after {
    content: '';
    display: block;
    clear: both; }
  .result-site-list .item {
    float: left;
    width: 50%;
    padding: 20px 15px; }
    .result-site-list .item:nth-child(2n+1) {
      clear: left; }
  .result-site-list .box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .result-site-list .box .pic {
      overflow: hidden; }
      .result-site-list .box .pic img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .result-site-list .box:hover {
      background: #a8c405; }
      .result-site-list .box:hover .pic img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2); }
      .result-site-list .box:hover .title,
      .result-site-list .box:hover .desc {
        color: #fff; }
      .result-site-list .box:hover .title {
        border-bottom-color: #fff; } }

@media (min-width: 992px) {
  .result-site-list .item {
    width: 33.33%; }
    .result-site-list .item:nth-child(2n+1) {
      clear: none; }
    .result-site-list .item:nth-child(3n+1) {
      clear: left; }
  .result-list {
    margin: 0 0 2.5em; }
  .result-detail {
    padding-left: 25px;
    padding-right: 25px; }
    .result-detail .year {
      background: #ececec; }
    .result-detail .editor {
      padding-left: 25px;
      padding-right: 25px;
      margin-left: -25px;
      margin-right: -25px; } }

@media (min-width: 1250px) {
  .result-site-list {
    margin: 0 -15px;
    padding-left: 18px;
    padding-right: 18px; } }

.link-list {
  padding: 1em 0; }
  .link-list .item {
    padding: 1em 0; }
    .link-list .item .box {
      background: 50% 50% no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      -webkit-box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.15);
      max-width: 270px;
      margin: 0 auto;
      -webkit-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s;
      position: relative;
      top: 0;
      left: 0; }
      .link-list .item .box::before {
        content: '';
        display: block;
        padding-top: 55.55556%; }
      .link-list .item .box:hover {
        top: 4px;
        left: 4px;
        -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15); }
    .link-list .item.top {
      background: #fff;
      color: #000; }
      .link-list .item.top::after {
        border-bottom: 1px solid #f0f0f0;
        margin: 0; }
      .link-list .item.top .box {
        padding: 6px 0; }
      .link-list .item.top .num {
        color: #000; }
        .link-list .item.top .num::after {
          content: '';
          display: block;
          border-left: 1px solid #d5d5d5;
          position: absolute;
          right: 0;
          top: 50%;
          height: 20px;
          margin-top: -10px; }
      .link-list .item.top .title {
        text-align: center; }
      .link-list .item.top .url {
        display: none; }

@media (min-width: 480px) {
  .link-list {
    font-size: 1.42857em; }
    .link-list .item .num {
      width: 90px; }
    .link-list .item .title,
    .link-list .item .url {
      margin-left: 90px; } }

@media (min-width: 768px) {
  .link-list::after {
    content: '';
    display: block;
    clear: both; }
  .link-list .item {
    float: left;
    width: 50%;
    padding: 20px 11px; } }

@media (min-width: 992px) {
  .link-list {
    padding: 0;
    margin: 0 -11px; }
    .link-list .item {
      width: 25%; } }

.contact-form {
  padding: 1.7em 0; }
  .contact-form .reminder {
    font-size: 1.28571em; }
  .contact-form .field-box .bt {
    font-size: 1.14286em; }

.contact-info {
  padding: 1.7em 0; }
  .contact-info::after {
    content: '';
    display: block;
    clear: both; }
  .contact-info .company {
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 1em;
    margin-bottom: 1.6em; }
  .contact-info .map {
    border: 2px solid #ddd;
    height: 200px;
    margin-bottom: 1.7em; }
    .contact-info .map iframe {
      width: 100% !important;
      height: 100% !important; }
  .contact-info .branch {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  .contact-info-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2em;
    color: #999; }
    .contact-info-list li {
      margin-bottom: 1.5em; }
      .contact-info-list li a,
      .contact-info-list li span {
        color: inherit; }
      .contact-info-list li > a,
      .contact-info-list li > span {
        position: relative;
        display: inline-block;
        padding-left: 36px; }
        .contact-info-list li > a::before,
        .contact-info-list li > span::before {
          content: '';
          display: block;
          background: url(../img/contact_info_icon.png) no-repeat;
          width: 25px;
          height: 25px;
          position: absolute;
          left: 0;
          top: 0; }
        .contact-info-list li > a.phone::before,
        .contact-info-list li > span.phone::before {
          background-position: 0 25%; }
        .contact-info-list li > a.fax::before,
        .contact-info-list li > span.fax::before {
          background-position: 0 50%; }
        .contact-info-list li > a.mail::before,
        .contact-info-list li > span.mail::before {
          background-position: 0 75%; }
        .contact-info-list li > a.fb::before,
        .contact-info-list li > span.fb::before {
          background-position: 0 100%; }

@media (min-width: 768px) {
  .contact-info .txt,
  .contact-info .map {
    float: left;
    width: 50%; }
  .contact-info .txt {
    padding: 20px 0; }
  .contact-info .map {
    height: 300px; } }

@media (min-width: 992px) {
  .contact-info,
  .contact-form {
    padding-left: 20px;
    padding-right: 20px; } }

.banner.slick-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .banner.slick-slider * {
    display: block;
    width: 100%;
    height: 100%; }
  .banner.slick-slider .item {
    background: no-repeat 50% 0;
    -webkit-background-size: cover;
            background-size: cover; }
  .banner.slick-slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 15px;
    left: 0;
    height: auto;
    text-align: center; }
    .banner.slick-slider .slick-dots * {
      width: auto;
      height: auto; }
    .banner.slick-slider .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 3px; }
      .banner.slick-slider .slick-dots li button {
        display: inline-block;
        zoom: 1;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: 0;
        color: inherit;
        font: inherit;
        text-decoration: none;
        background: none;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 101%;
        padding: 0;
        background-repeat: no-repeat;
        width: 30px;
        height: 20px;
        position: relative; }
        .banner.slick-slider .slick-dots li button::-moz-focus-inner {
          padding: 0;
          border: 0; }
        .banner.slick-slider .slick-dots li button:focus {
          outline: none; }
        .banner.slick-slider .slick-dots li button::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: #7c7c7c;
          width: 30px;
          height: 3px; }
    .banner.slick-slider .slick-dots li.slick-active button::before {
      background: #fff; }

@media (min-width: 768px) {
  .banner.slick-slider .slick-dots {
    bottom: 20px; } }


/* 20230710 新增企業永續頁面 */
.esg-intro {
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
}
.esg-intro-txt {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.esg-list-wrap {
  margin-top: 32px;
}
.esg-list {
  margin: 0;
}
.esg-list .item {
  border-bottom: 1px dashed #ccc;
  padding: 22px 0 40px;
}
.esg-list .box {
  max-width: 475px;
  margin: 0 auto;
}
.esg-list .box .pic {
  border: 1px solid #ccc;
  position: relative;
}
/* .esg-list .box .pic::before {
  content: '';
  display: block;
  padding-top: 59.2%;
} */
.esg-list .box .pic::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(168,196,5,0.7) url('../img/esg_more.png') no-repeat 50% 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.esg-list .box:hover .pic::after {
  opacity: 1;
}
/* .esg-list .box .pic [data-object-fit] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
} */
.esg-list .box .year {
  color: #7e9207;
  display: inline-block;
}
.esg-list .box .year::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  border-right: 1px solid #bbb;
  margin: 0 6px 2px 10px;
}
.esg-list .box .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4em;
  color: #a8c405;
  font-size: 1.28571em;
  font-weight: 700;
  margin: 0.6em 0 0.2em;
}
.esg-list .box:hover .title {
  color: #141414;
}
.esg-list .box .desc {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 5.1em;
}

.esg-list .box .more {
  color: #fff;
  background: #a8c405;
  border-radius: 4px;
  padding: 0.5em 1.5em;
  min-width: 8.6em;
  text-align: center;
  float: right;
}
.esg-list .box:hover .more {
  background: #7e9207;
}

.esg-list .item:first-child .box .pic {
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  margin-bottom: 1.5em;
}
.esg-list .item:first-child .box .txt {
  background: #fff;
  padding: 1.25em 1.5em 1.5em;
  overflow: hidden;
}
.esg-list .item:first-child .box .year {
  display: block;
  font-size: 2.14em;
  font-weight: 700;
  line-height: 1;
}
.esg-list .item:first-child .box .year::after {
  display: none;
}
.esg-list .item:first-child .box .year small {
  color: #666;
  font-size: 0.53em;
}
.esg-list .item:first-child .box .title {
  border-bottom: 1px solid #ddd;
  margin: 0.2em 0 0.5em;
  padding-bottom: 0.35em;
}
.esg-list .item:first-child .box .desc {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .esg-intro-txt {
    padding: 40px 22px;
  }
  .esg-list .box {
    max-width: none;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
  .esg-list .box .pic {
    width: 32%;
    flex: 32% 0 0;
    margin: 0;
  }
  .esg-list .box .txt {
    margin-left: 5.3%;
  }
  .esg-list .item:first-child {
    padding-bottom: 48px;
  }
  .esg-list .item:first-child .box .pic {
    width: 40%;
    flex: 40% 0 0;
    margin: 0;
  }
  .esg-list .item:first-child .box .txt {
    flex: auto;
    padding: 1.75em 2.25em;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .esg-list-wrap {
    overflow: hidden;
  }
  .esg-list {
    margin: 0 -28px;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .esg-list .item {
    padding-left: 28px;
    padding-right: 28px;
    width: 50%;
    flex: 50% 0 0;
  }
  .esg-list .box .pic {
    width: 44.8%;
    flex: 44.8% 0 0;
  }
  .esg-list .item:first-child {
    width: 100%;
    flex: 100% 0 0;
  }
  .esg-list .item:first-child .box .pic {
    width: 41.3%;
    flex: 41.3% 0 0;
  }
  .esg-list .item:first-child .box .txt {
    padding: 2em 2.5em;
  }
  .esg-list .item:first-child .box .desc {
    -webkit-line-clamp: 4;
    max-height: 6.8em;
  }
}

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