@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
.lity-box {
  width: 70vw;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem; }

.lity-box02 {
  width: 40vw;
  background: #fff;
  overflow-y: auto;
  min-height: 90vh;
  padding: 1rem 5rem;
  border-color: #2a2f89;
  border-top: solid 10px #2a2f89;
  border-bottom: solid 10px #2a2f89; }
  .lity-box02 h2 {
    text-align: center;
    color: #2a2f89;
    font-weight: 700;
    letter-spacing: 2px; }
  .lity-box02 p {
    text-align: center;
    color: #2a2f89;
    font-weight: 700;
    letter-spacing: 4px; }

.lity-box03 {
  width: 40vw;
  background: none;
  text-align: center;
  color: #fff;
  min-height: 90vh; }

.lity-bestar {
  width: 40vw;
  background: none;
  text-align: center;
  color: #fff;
  min-height: 85vh; }

@media (max-width: 575.98px) {
  .lity-box02 {
    width: 80vw;
    padding: 1rem 1rem; }

  .lity-box03 {
    width: 80vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-y: auto; }

  .lity-bestar {
    width: 90vw; } }
body .more, body .back, body .download, body .experience, body .other, body .otherp, body .other-blue01, body .other-blue01p, body .other-blue02, body .other-blue02p, body .other-white02, body .other-white03, body .other-white03p, body .other-black, body .other-blackp, body .other-black02, body .other-black02p, body .other-blie02, body .other-blie03, body .other-blie04, body .other-white, body .other-white04, body .other-blue03, body .leftmessage, body .message, body .rightmessage {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  body .more span, body .back span, body .download span, body .experience span, body .other span, body .otherp span, body .other-blue01 span, body .other-blue01p span, body .other-blue02 span, body .other-blue02p span, body .other-white02 span, body .other-white03 span, body .other-white03p span, body .other-black span, body .other-blackp span, body .other-black02 span, body .other-black02p span, body .other-blie02 span, body .other-blie03 span, body .other-blie04 span, body .other-white span, body .other-white04 span, body .other-blue03 span, body .leftmessage span, body .message span, body .rightmessage span {
    border: none;
    border-radius: 0.5rem;
    padding: 0.35rem 1rem; }
    body .more span::before, body .back span::before, body .download span::before, body .experience span::before, body .other span::before, body .otherp span::before, body .other-blue01 span::before, body .other-blue01p span::before, body .other-blue02 span::before, body .other-blue02p span::before, body .other-white02 span::before, body .other-white03 span::before, body .other-white03p span::before, body .other-black span::before, body .other-blackp span::before, body .other-black02 span::before, body .other-black02p span::before, body .other-blie02 span::before, body .other-blie03 span::before, body .other-blie04 span::before, body .other-white span::before, body .other-white04 span::before, body .other-blue03 span::before, body .leftmessage span::before, body .message span::before, body .rightmessage span::before, body .more span::after, body .back span::after, body .download span::after, body .experience span::after, body .other span::after, body .otherp span::after, body .other-blue01 span::after, body .other-blue01p span::after, body .other-blue02 span::after, body .other-blue02p span::after, body .other-white02 span::after, body .other-white03 span::after, body .other-white03p span::after, body .other-black span::after, body .other-blackp span::after, body .other-black02 span::after, body .other-black02p span::after, body .other-blie02 span::after, body .other-blie03 span::after, body .other-blie04 span::after, body .other-white span::after, body .other-white04 span::after, body .other-blue03 span::after, body .leftmessage span::after, body .message span::after, body .rightmessage span::after {
      font-size: 0.9rem;
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 9; }

[canvas], [off-canvas] {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden; }

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0); }

[class*=js-] {
  cursor: pointer; }

@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }

  [off-canvas] {
    display: none !important; } }
html {
  min-height: 100%;
  font-size: 16px; }

body {
  line-height: 1.5; }
  body a, body button, body li, body dt, body dd, body p, body input, body i, body span, body figure, body figcaption, body svg, body g, body path, body ellipse {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  body h1 {
    font-size: 2rem;
    font-weight: 500; }
  body h2 {
    font-size: 1.75rem;
    font-weight: 400; }
  body h3 {
    font-size: 1.5rem;
    font-weight: 400; }
  body h4 {
    font-size: 1.25rem;
    font-weight: 400; }
  body p {
    font-size: 1rem; }
  body sup {
    font-size: 0.8rem;
    color: #f00; }
  body a:hover {
    text-decoration: none; }
  body img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border: none; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body ::before, body ::after {
    font-weight: 900;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
  body [onclick], body button {
    cursor: pointer; }
  body [hidden] {
    display: none !important; }
  body .cd-top {
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    text-align: center; }
    body .cd-top i {
      border-radius: 0.5rem;
      margin-right: 0;
      margin-left: 0;
      padding: 1rem 1.25rem; }
  body .cd-top.cd-top--show,
  body .cd-top.cd-top--fade-out,
  body .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s; }
  body .cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
    z-index: 9997; }
  body .cd-top.cd-top--fade-out {
    opacity: 0.5; }
  body .cd-top:hover {
    opacity: 1; }
  body footer .copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  body .editor {
    padding-right: 1rem;
    padding-left: 1rem; }
    body .editor h2, body .editor h3, body .editor h4, body .editor h5, body .editor h6 {
      margin-top: 3rem;
      margin-bottom: 2rem; }
    body .editor p {
      line-height: 2.5rem;
      margin-bottom: 0;
      word-wrap: break-word; }
    body .editor img {
      width: initial;
      margin: 0.5rem; }

body {
  font-family: "Roboto", "Noto Sans JP", "Noto Sans TC", "Font Awesome 5 Free", sans-serif; }
  body a {
    color: #71c7d5; }
    body a:hover {
      color: #666; }
  body .pagination {
    margin-top: 2rem; }
    body .pagination li.page-item {
      margin-top: 0; }
      body .pagination li.page-item:first-of-type a.page-link {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem; }
      body .pagination li.page-item:last-of-type a.page-link {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
      body .pagination li.page-item a.page-link {
        line-height: 1;
        padding: 0.75rem 0.775rem; }
        body .pagination li.page-item a.page-link i::before {
          margin-right: 0;
          margin-left: 0; }
      body .pagination li.page-item a.page-link[href] {
        background: none; }
        body .pagination li.page-item a.page-link[href]:focus {
          box-shadow: none; }
    body .pagination li.page-item a.page-link {
      border: 1px solid #fff;
      border-color: #71c7d5;
      background: #000;
      color: #fff; }
      body .pagination li.page-item a.page-link i::before {
        margin-right: 0;
        margin-left: 0; }
    body .pagination li.page-item a.page-link[href] {
      color: #000; }
      body .pagination li.page-item a.page-link[href]:hover {
        background: #000;
        color: #fff; }
        body .pagination li.page-item a.page-link[href]:hover i::before {
          color: #fff; }
  body .cd-top i {
    background: rgba(0, 0, 0, 0.85);
    font-size: 1.15rem;
    color: #fff; }
    body .cd-top i::before, body .cd-top i::after {
      margin: 0; }
  body .more {
    text-align: center; }
    body .more a span {
      background: #000;
      color: #fff;
      text-align: center; }
      body .more a span::after {
        content: "";
        margin-right: 0; }
    body .more a:hover {
      background: #71c7d5;
      color: #000; }
  body .back {
    text-align: center; }
    body .back a span {
      background: #000;
      color: #fff; }
      body .back a span::before {
        content: "";
        margin-left: 0; }
    body .back a:hover {
      background: #71c7d5;
      color: #000; }
  body .download {
    text-align: right; }
    body .download a span {
      background: #000;
      color: #fff; }
      body .download a span::before {
        content: "";
        margin-left: 0; }
    body .download a:hover {
      background: #71c7d5;
      color: #000; }
  body .experience {
    text-align: right; }
    body .experience a span {
      background: #71c7d5;
      border-radius: 0rem;
      color: #fff; }
      body .experience a span::after {
        content: "";
        margin-left: 0; }
    body .experience a:hover {
      background: #71c7d5;
      color: #000; }
  body .other {
    text-align: center; }
    body .other a {
      background: #2a2f89;
      border-radius: 0rem;
      border: solid 1px;
      border-color: #2a2f89;
      padding: 0.5rem;
      color: #fff; }
      body .other a:hover {
        background: #000;
        border-color: #2a2f89;
        color: #fff; }
  body .otherp {
    text-align: center; }
    body .otherp a {
      background: #2a2f89;
      border-radius: 0rem;
      border: solid 1px;
      border-color: #2a2f89;
      padding: 0.3rem 3.5rem;
      color: #fff;
      font-size: 0.5rem; }
      body .otherp a:hover {
        background: #000;
        border-color: #2a2f89;
        color: #fff; }
  body .other-blue01 {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-blue01 a {
      background: #2a2f89;
      border: solid 4px;
      border-color: #2a2f89;
      color: #fff;
      border-radius: 0rem;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      padding-right: 0;
      padding-left: 0;
      box-shadow: 3px 3px 3px #898989;
      font-size: 0.9rem; }
      body .other-blue01 a span {
        border: solid 1px;
        border-color: #fff;
        border-radius: 0rem; }
      body .other-blue01 a:hover {
        border: solid 4px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blue01p {
    text-align: center;
    margin-top: 2.8rem;
    margin-bottom: 2rem; }
    body .other-blue01p a {
      background: #2a2f89;
      border: solid 4px;
      border-color: #2a2f89;
      color: #fff;
      border-radius: 0rem;
      padding-top: 0.1rem;
      padding-bottom: 0.3rem;
      padding-right: 0;
      padding-left: 0;
      box-shadow: 3px 3px 3px #898989;
      font-size: 0.9rem; }
      body .other-blue01p a span {
        border: solid 1px;
        border-color: #fff;
        border-radius: 0rem;
        padding: 0.3rem 5.5rem;
        font-size: 0.5rem; }
      body .other-blue01p a:hover {
        border: solid 4px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blue02 {
    text-align: right;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-blue02 a {
      background: #71c7d5;
      border: solid 4px;
      border-color: #71c7d5;
      color: #fff;
      border-radius: 0rem;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      padding-right: 0;
      padding-left: 0;
      box-shadow: 3px 3px 3px #898989;
      font-size: 0.9rem; }
      body .other-blue02 a span {
        border: solid 1px;
        border-color: #fff;
        border-radius: 0rem; }
      body .other-blue02 a:hover {
        border: solid 4px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blue02p {
    text-align: center;
    margin-top: 2.8rem;
    margin-bottom: 2rem; }
    body .other-blue02p a {
      background: #71c7d5;
      border: solid 4px;
      border-color: #71c7d5;
      color: #fff;
      border-radius: 0rem;
      padding-top: 0.1rem;
      padding-bottom: 0.3rem;
      padding-right: 0;
      padding-left: 0;
      box-shadow: 3px 3px 3px #898989;
      font-size: 0.9rem; }
      body .other-blue02p a span {
        border: solid 1px;
        border-color: #fff;
        border-radius: 0rem;
        padding: 0.3rem 5.5rem;
        font-size: 0.5rem; }
      body .other-blue02p a:hover {
        border: solid 4px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-white02 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 900; }
    body .other-white02 a {
      background: #fff;
      border: solid 4px;
      border-color: #fff;
      color: #2a2f89;
      border-radius: 0rem;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      padding-right: 0;
      padding-left: 0;
      box-shadow: 3px 3px 8px #070c61;
      font-size: 0.9rem; }
      body .other-white02 a:hover {
        border: solid 4px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-white03 {
    text-align: left;
    margin-bottom: 2rem; }
    body .other-white03 a {
      background: none;
      border: solid 1px;
      border-color: #fff;
      color: #fff;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .other-white03 a:hover {
        border: solid 1px;
        border-color: #000;
        background: #fff;
        color: #2a2f89; }
  body .other-white03p {
    text-align: center;
    margin-bottom: 2rem; }
    body .other-white03p a {
      background: none;
      border: solid 1px;
      border-color: #fff;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem 4rem;
      background: #fff;
      font-weight: bold;
      letter-spacing: 2px; }
      body .other-white03p a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-black {
    text-align: left;
    margin-bottom: 2rem;
    margin-top: 6rem; }
    body .other-black a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .other-black a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blackp {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
    font-weight: 700; }
    body .other-blackp a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem 2.5rem;
      box-shadow: #969191 3px 3px 3px; }
      body .other-blackp a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-black02 {
    text-align: left;
    margin-top: 2rem; }
    body .other-black02 a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .other-black02 a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-black02p {
    text-align: center;
    margin-top: 2rem; }
    body .other-black02p a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem 5.4rem;
      box-shadow: #868484 1px 1px 4px;
      font-weight: bold; }
      body .other-black02p a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blie02 {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-blie02 a {
      background: none;
      border: solid 1px;
      border-color: #2a2f89;
      color: #2a2f89;
      border-radius: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
      letter-spacing: 1px;
      font-weight: 500; }
      body .other-blie02 a:hover {
        border: solid 1px;
        border-color: #2a2f89;
        background: #2a2f89;
        color: #fff; }
  body .other-blie03 {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-blie03 a {
      background: none;
      border: solid 1px;
      border-color: #2a2f89;
      color: #2a2f89;
      border-radius: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 1rem;
      padding-left: 1rem;
      letter-spacing: 1px;
      font-weight: 500; }
      body .other-blie03 a:hover {
        border: solid 1px;
        border-color: #2a2f89;
        background: #2a2f89;
        color: #fff; }
  body .other-blie04 {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 3rem; }
    body .other-blie04 a {
      background: none;
      border: solid 1px;
      border-color: #2a2f89;
      color: #2a2f89;
      border-radius: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
      letter-spacing: 1px;
      font-weight: 500; }
      body .other-blie04 a:hover {
        border: solid 1px;
        border-color: #2a2f89;
        background: #2a2f89;
        color: #fff; }
  body .other-white {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-white a {
      background: none;
      border: solid 1px;
      border-color: #fff;
      color: #fff;
      border-radius: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 1rem;
      padding-left: 1rem;
      letter-spacing: 1px; }
      body .other-white a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-white04 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    body .other-white04 a {
      background: none;
      border: solid 1px;
      border-color: #fff;
      color: #fff;
      border-radius: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 1rem;
      padding-left: 1rem;
      letter-spacing: 1px;
      display: block;
      width: 300px; }
      body .other-white04 a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .other-blue03 {
    text-align: left; }
    body .other-blue03 a {
      background: #2a2f89;
      border: solid 1px;
      border-color: #2a2f89;
      color: #fff;
      border-radius: 2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 1rem;
      padding-left: 1rem;
      letter-spacing: 1px; }
      body .other-blue03 a:hover {
        border: solid 1px;
        border-color: #000;
        background: #000;
        color: #fff; }
  body .leftmessage {
    text-align: center; }
    body .leftmessage a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .leftmessage a span {
        padding: 0rem 1rem;
        font-weight: 500; }
        body .leftmessage a span::before {
          content: "";
          margin-left: 0;
          padding-right: 0.5rem; }
      body .leftmessage a:hover {
        background: #000;
        color: #fff; }
  body .message {
    text-align: center; }
    body .message a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .message a span {
        padding: 0rem 1rem;
        font-weight: 500; }
      body .message a:hover {
        background: #000;
        color: #fff; }
  body .rightmessage {
    text-align: center; }
    body .rightmessage a {
      background: none;
      border: solid 1px;
      border-color: #000;
      color: #000;
      border-radius: 0rem;
      padding: 0.5rem; }
      body .rightmessage a span {
        padding: 0rem 1rem;
        font-weight: 500; }
        body .rightmessage a span::after {
          content: "";
          margin-left: 0;
          padding-left: 0.5rem; }
      body .rightmessage a:hover {
        background: #000;
        color: #fff; }
  body header {
    background: rgba(0, 0, 0, 0.8); }
  body nav.navbar {
    padding-bottom: 0;
    background: none;
    padding-top: 0; }
    body nav.navbar button.navbar-toggler {
      padding: 0.75rem 1rem; }
      body nav.navbar button.navbar-toggler i::before, body nav.navbar button.navbar-toggler i::after {
        margin: 0; }
      body nav.navbar button.navbar-toggler:hover {
        background: none; }
    body nav.navbar div.navbar-collapse {
      background: none; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
        padding-right: 1rem;
        padding-left: 1rem; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
          padding-right: 0;
          padding-left: 0; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
            font-weight: 400;
            line-height: 1.25rem;
            text-align: center;
            margin-bottom: 0; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
        padding-top: 0;
        padding-bottom: 0; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li:last-of-type {
            border-bottom: none; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item p {
            text-align: center;
            margin-bottom: 0; }
    body nav.navbar button.navbar-toggler {
      border: 1px solid #fff;
      border-color: #2a2f89;
      color: #fff;
      background: #2a2f89;
      padding: 1.1rem; }
      body nav.navbar button.navbar-toggler:hover {
        border-color: #ffd300;
        color: #ffd300; }
    body nav.navbar div.navbar-collapse ul.navbar-nav {
      margin-left: auto;
      width: 85%; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
          text-align: left; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover p {
          color: #71c7d5; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) {
          width: 10.5%;
          background: #71c7d5; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link p {
            text-align: center; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link:hover p {
            color: #fff; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6):hover {
            background: #ffd300; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(7) {
          width: 6.5%;
          background: #2A2F89; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(7) i {
            color: #fff; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(7) a.nav-link p {
            text-align: center; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(7) a.nav-link:hover p {
            color: #fff;
            background: #2A2F89; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(8) {
          width: 8.5%; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(8) a.nav-link p {
            text-align: center; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(4) a.nav-link p {
          text-align: left; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(4) a.nav-link:hover p {
          color: #ffd300; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(4) ul.dropdown-menu li a.dropdown-item {
          color: #fff; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(4) ul.dropdown-menu li a.dropdown-item:hover {
            color: #ffd300; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
          font-size: 1rem;
          color: #fff;
          text-align: left;
          padding-top: 1rem;
          padding-bottom: 1rem; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p:nth-of-type(2) {
            font-size: 0.85rem; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover p {
          color: #71c7d5; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
        background: #2a2f89;
        border-radius: 0rem; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 0 15px;
          border-color: transparent transparent transparent #2a2f89;
          position: absolute;
          top: -15px;
          left: -8px; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
          border-bottom: none; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item {
            background: none;
            color: #fff; }
            body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:hover {
              color: #71c7d5; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.dropdown-menu li.dropdown ul.dropdown-menu::before {
          content: none; }
  body div.slidebars {
    width: 100vw;
    padding: 1rem;
    padding: 0;
    background: #000; }
    body div.slidebars .closeBtn {
      text-align: right;
      margin-bottom: 1rem; }
      body div.slidebars .closeBtn button {
        background: none;
        border: none;
        padding: 0; }
    body div.slidebars .mobileNav .nav-list {
      width: 100%; }
      body div.slidebars .mobileNav .nav-list dd {
        margin-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        body div.slidebars .mobileNav .nav-list dd a, body div.slidebars .mobileNav .nav-list dd label {
          display: block; }
        body div.slidebars .mobileNav .nav-list dd label {
          cursor: pointer; }
        body div.slidebars .mobileNav .nav-list dd .group-list {
          margin-bottom: 0; }
          body div.slidebars .mobileNav .nav-list dd .group-list a, body div.slidebars .mobileNav .nav-list dd .group-list label {
            padding-left: 2rem; }
          body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label {
            padding-left: 2rem; }
          body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label {
            padding-left: 2rem; }
        body div.slidebars .mobileNav .nav-list dd .group-list, body div.slidebars .mobileNav .nav-list dd .sub-group-list, body div.slidebars .mobileNav .nav-list dd .sub-sub-group-list {
          height: 100%;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: max-height 0.5s ease-in-out;
          transition: max-height 0.5s ease-in-out; }
        body div.slidebars .mobileNav .nav-list dd input[type=checkbox]:checked + label + dl {
          max-height: 1000px; }
        body div.slidebars .mobileNav .nav-list dd input[type=checkbox]:checked + label > span {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        body div.slidebars .mobileNav .nav-list dd label > span {
          float: right;
          -webkit-transition: -webkit-transform 0.65s ease;
          transition: transform 0.65s ease; }
    body div.slidebars .closeBtn {
      text-align: center; }
      body div.slidebars .closeBtn button {
        color: #fff; }
        body div.slidebars .closeBtn button:hover {
          color: #f60; }
    body div.slidebars .mobileNav .nav-list dd {
      border-bottom: 1px solid #fff;
      border-color: rgba(255, 255, 255, 0.5);
      padding-top: 0;
      padding-bottom: 0; }
      body div.slidebars .mobileNav .nav-list dd:last-of-type {
        border-bottom: none; }
      body div.slidebars .mobileNav .nav-list dd label > span {
        padding-top: 1rem;
        padding-bottom: 1rem; }
      body div.slidebars .mobileNav .nav-list dd a {
        padding: 1rem; }
      body div.slidebars .mobileNav .nav-list dd a, body div.slidebars .mobileNav .nav-list dd label {
        color: #fff; }
        body div.slidebars .mobileNav .nav-list dd a:hover, body div.slidebars .mobileNav .nav-list dd a:focus, body div.slidebars .mobileNav .nav-list dd label:hover, body div.slidebars .mobileNav .nav-list dd label:focus {
          background: none; }
      body div.slidebars .mobileNav .nav-list dd .group-list {
        background: #2a2f89; }
        body div.slidebars .mobileNav .nav-list dd .group-list a, body div.slidebars .mobileNav .nav-list dd .group-list label {
          padding-left: 1rem;
          background: none; }
          body div.slidebars .mobileNav .nav-list dd .group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list label:focus {
            background: none; }
        body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label {
          background: none; }
          body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label:focus {
            background: none; }
        body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label {
          background: none; }
          body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label:focus {
            background: none; }
  body section.banner {
    margin-bottom: 0; }
  body footer {
    background: #2a2f89;
    color: #fff; }
    body footer .footer-info {
      width: 85%;
      margin-right: auto;
      margin-left: auto;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      body footer .footer-info dl {
        margin-bottom: 0; }
        body footer .footer-info dl dd:last-of-type {
          margin-bottom: 0; }
      body footer .footer-info a {
        color: #fff; }
        body footer .footer-info a:hover {
          color: #71c7d5; }
    body footer .copyright {
      background: #000;
      border-top: none;
      border-color: none;
      color: #fff;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem; }
  body footer.shadow01 {
    background: #2a2f89;
    color: #fff;
    box-shadow: -1px -10px 12px #070067; }
    body footer.shadow01 .footer-info {
      width: 85%;
      margin-right: auto;
      margin-left: auto;
      padding-top: 5rem;
      padding-bottom: 5rem; }
      body footer.shadow01 .footer-info dl {
        margin-bottom: 0; }
        body footer.shadow01 .footer-info dl dd:last-of-type {
          margin-bottom: 0; }
        body footer.shadow01 .footer-info dl a {
          color: #fff; }
          body footer.shadow01 .footer-info dl a:hover {
            color: #71c7d5; }
    body footer.shadow01 .copyright {
      background: #000;
      border-top: none;
      border-color: none;
      color: #fff;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem; }
  body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    outline: none !important; }
    body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
      font-weight: 300; }
  body form.forms-group label {
    margin-bottom: 0;
    padding-left: 0; }
  body form.forms-group [type="checkbox"], body form.forms-group [type="radio"] {
    width: auto !important; }
  body form.forms-group select {
    padding-bottom: 0.75rem;
    margin-right: 0.5rem; }
  body form.forms-group textarea {
    resize: none; }
  body form.forms-group button, body form.forms-group button[id="submit"], body form.forms-group button[type="reset"] {
    border: none;
    padding: 0.55rem 1.65rem;
    outline: none; }
    body form.forms-group button:hover {
      outline: none; }
  body form.forms-group dl dd {
    margin-bottom: 1rem; }
    body form.forms-group dl dd #xcode {
      width: 10rem; }
    body form.forms-group dl dd img#imgcode {
      width: initial;
      height: 2.5rem !important;
      margin-left: 0.5rem; }
    body form.forms-group dl dd:last-of-type {
      text-align: center; }
  body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
    border: solid 1px;
    border-color: #fff;
    background: none;
    color: #fff;
    padding: 0.2rem 0.75rem; }
    body form.forms-group input:hover, body form.forms-group select:hover, body form.forms-group textarea:hover {
      border-color: #71c7d5; }
    body form.forms-group input:focus, body form.forms-group select:focus, body form.forms-group textarea:focus {
      border-color: #71c7d5; }
    body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 100; }
  body form.forms-group label {
    color: #fff;
    letter-spacing: 1px; }
    body form.forms-group label span {
      font-size: 0.5rem; }
  body form.forms-group button {
    background: #000;
    border-color: 1px solid #0f0c0a;
    border-radius: 0.5rem;
    color: #fff; }
    body form.forms-group button:hover {
      background: #ccc;
      color: #258; }
  body form.forms-group button[id="submit"] {
    background: #000;
    color: #fff; }
    body form.forms-group button[id="submit"]:hover {
      background: #ccc;
      color: #258; }
  body form.forms-group button[type="reset"] {
    background: #ccc;
    border-color: #ccc;
    color: #258; }
    body form.forms-group button[type="reset"]:hover {
      background: #999;
      color: #0f0c0a; }
  body form.forms-group button[type="othera"] {
    background: none;
    border: solid 1px;
    border-color: #fff;
    color: #fff;
    border-radius: 2rem;
    padding: 0.55rem 2.5rem;
    letter-spacing: 1px; }
    body form.forms-group button[type="othera"]:hover {
      background: #fff;
      color: #2a2f89; }
  body form.forms-group2 input, body form.forms-group2 select, body form.forms-group2 textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    outline: none !important; }
    body form.forms-group2 input::placeholder, body form.forms-group2 select::placeholder, body form.forms-group2 textarea::placeholder {
      font-weight: 300; }
  body form.forms-group2 label {
    margin-bottom: 0;
    padding-left: 0; }
  body form.forms-group2 [type="checkbox"], body form.forms-group2 [type="radio"] {
    width: auto !important; }
  body form.forms-group2 select {
    padding-bottom: 0.75rem;
    margin-right: 0.5rem; }
  body form.forms-group2 textarea {
    resize: none; }
  body form.forms-group2 button, body form.forms-group2 button[id="submit"], body form.forms-group2 button[type="reset"] {
    border: none;
    padding: 0.55rem 1.65rem;
    outline: none; }
    body form.forms-group2 button:hover {
      outline: none; }
  body form.forms-group2 dl dd {
    margin-bottom: 1rem; }
    body form.forms-group2 dl dd #xcode {
      width: 10rem; }
    body form.forms-group2 dl dd img#imgcode {
      width: initial;
      height: 2.5rem !important;
      margin-left: 0.5rem; }
    body form.forms-group2 dl dd:last-of-type {
      text-align: center; }
  body form.forms-group2 input, body form.forms-group2 select, body form.forms-group2 textarea {
    border: solid 1px;
    border-color: #2a2f89;
    background: none;
    color: #2a2f89; }
    body form.forms-group2 input:hover, body form.forms-group2 select:hover, body form.forms-group2 textarea:hover {
      border-color: #71c7d5; }
    body form.forms-group2 input:focus, body form.forms-group2 select:focus, body form.forms-group2 textarea:focus {
      border-color: #71c7d5; }
    body form.forms-group2 input::placeholder, body form.forms-group2 select::placeholder, body form.forms-group2 textarea::placeholder {
      color: #71c7d5; }
  body form.forms-group2 label {
    color: #2a2f89;
    letter-spacing: 1px;
    font-weight: 700; }
    body form.forms-group2 label span {
      font-size: 0.5rem; }
  body form.forms-group2 button {
    background: #000;
    border-color: 1px solid #0f0c0a;
    border-radius: 0.5rem;
    color: #fff; }
    body form.forms-group2 button:hover {
      background: #ccc;
      color: #258; }
  body form.forms-group2 div.textentry {
    border: 1px solid #fff;
    border-color: #2a2f89;
    font-size: 0.8rem;
    padding: 1rem;
    letter-spacing: 2px;
    line-height: 25px;
    height: 300px;
    overflow-y: auto; }
  body form.forms-group2 button[id="submit"] {
    border-radius: 0.5rem;
    background: none;
    border: solid 1px;
    border-color: #2a2f89;
    color: #2a2f89;
    border-radius: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-weight: 500; }
    body form.forms-group2 button[id="submit"]:hover {
      border: solid 1px;
      border-color: #2a2f89;
      background: #2a2f89;
      color: #fff; }
  body form.forms-group2 button[type="reset"] {
    background: #ccc;
    border-color: #ccc;
    color: #258; }
    body form.forms-group2 button[type="reset"]:hover {
      background: #999;
      color: #0f0c0a; }
  body form.forms-group2 button[type="othera"] {
    background: none;
    border: solid 1px;
    border-color: #fff;
    color: #fff;
    border-radius: 2rem;
    padding: 0.55rem 2.5rem;
    letter-spacing: 1px; }
    body form.forms-group2 button[type="othera"]:hover {
      background: #fff;
      color: #2a2f89; }
  body dl.list-img-mask02 dd {
    margin-bottom: 2rem; }
    body dl.list-img-mask02 dd figure {
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body dl.list-img-mask02 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body dl.list-img-mask02 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
      body dl.list-img-mask02 dd figure figcaption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-mask02 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body dl.list-img-mask02 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body dl.list-img-mask02 dd figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body dl.list-img-mask02 dd figure:hover p {
        overflow: hidden; }
      body dl.list-img-mask02 dd figure:hover figcaption {
        display: block; }
  body dl.list-img-mask02 dd figure {
    background: #fff;
    border-bottom: solid 6px; }
    body dl.list-img-mask02 dd figure p {
      overflow-y: hidden;
      margin-bottom: 0; }
      body dl.list-img-mask02 dd figure p img {
        width: 100%;
        height: 100%; }
    body dl.list-img-mask02 dd figure figcaption {
      z-index: 9999; }
      body dl.list-img-mask02 dd figure figcaption div {
        position: relative; }
        body dl.list-img-mask02 dd figure figcaption div div.intro {
          position: absolute;
          top: 2rem;
          left: 2rem; }
          body dl.list-img-mask02 dd figure figcaption div div.intro h4 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #fff;
            line-height: 2.25rem;
            text-align: left;
            margin-bottom: 0;
            padding-top: 1rem; }
            body dl.list-img-mask02 dd figure figcaption div div.intro h4 a {
              color: #fff; }
            body dl.list-img-mask02 dd figure figcaption div div.intro h4:hover {
              color: #fff; }
            body dl.list-img-mask02 dd figure figcaption div div.intro h4 span {
              font-size: 2.8rem;
              font-weight: 300;
              letter-spacing: 1px; }
          body dl.list-img-mask02 dd figure figcaption div div.intro p {
            color: #fff; }
    body dl.list-img-mask02 dd figure div.cover {
      display: none;
      width: 100%;
      height: 100%;
      background: url("../images/bg-news-cover.svg") 50% 50% no-repeat;
      background-size: cover;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      z-index: 9998; }
    body dl.list-img-mask02 dd figure:hover {
      background: #2a2f89;
      border-color: #000; }
      body dl.list-img-mask02 dd figure:hover div.cover {
        display: block; }
  body dl.list-img-mask02 dd figure.RELEASE {
    border-color: #2a2f89; }
  body dl.list-img-mask02 dd figure.AWARDS {
    border-color: #71c7d5; }
  body dl.list-img-mask02 dd figure.INTERVIEW {
    border-color: #ffd300; }
  body dl.list-img-mask02 dd figure.EVENT {
    border-color: #fa3300; }
  body dl.list-img-mask02 dd figure.OTHER {
    border-color: #c8c8c8; }
  body dl.list-img-mask02 dd div.newsd h2 {
    width: 37%;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 500; }
  body dl.list-img-mask02 dd div.newsd h2.RELEASE {
    color: #2a2f89; }
  body dl.list-img-mask02 dd div.newsd h2.AWARDS {
    color: #71c7d5; }
  body dl.list-img-mask02 dd div.newsd h2.INTERVIEW {
    color: #ffd300; }
  body dl.list-img-mask02 dd div.newsd h2.EVENT {
    color: #fa3300; }
  body dl.list-img-mask02 dd div.newsd h2.OTHER {
    color: #c8c8c8; }
  body dl.list-img-mask02 dd div.newsd p {
    font-size: 1rem;
    margin-top: -2px;
    font-weight: 500; }
  body dl.list-img-mask02 dd p {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0; }
  body dl.list-img-mask02 p a {
    color: #000; }
  body dl.list-img-mask02 p:hover {
    color: #000; }
  body dl.list-img-mask03 {
    margin-bottom: 0; }
    body dl.list-img-mask03 dd {
      margin-bottom: 2rem; }
      body dl.list-img-mask03 dd figure {
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        body dl.list-img-mask03 dd figure > p {
          margin-bottom: 0;
          overflow: hidden; }
          body dl.list-img-mask03 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-mask03 dd figure figcaption {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 9999;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          body dl.list-img-mask03 dd figure figcaption > div {
            width: 100%;
            height: 100%;
            padding: 1.5rem; }
            body dl.list-img-mask03 dd figure figcaption > div div.intro h4 {
              text-align: center; }
            body dl.list-img-mask03 dd figure figcaption > div div.intro p {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin-bottom: 0; }
        body dl.list-img-mask03 dd figure:hover p {
          overflow: hidden; }
        body dl.list-img-mask03 dd figure:hover figcaption {
          display: block; }
    body dl.list-img-mask03 dd {
      margin-bottom: 0; }
      body dl.list-img-mask03 dd figure {
        background: #fff;
        margin-bottom: 0; }
        body dl.list-img-mask03 dd figure a > p {
          height: 340px;
          overflow-y: hidden; }
          body dl.list-img-mask03 dd figure a > p img {
            max-height: 520px;
            width: 100%; }
        body dl.list-img-mask03 dd figure a figcaption > div {
          padding: 2rem 2.5rem; }
          body dl.list-img-mask03 dd figure a figcaption > div div.member01 h4 {
            text-align: left;
            font-size: 1.6rem;
            color: #fff;
            letter-spacing: 5px;
            height: 100px;
            margin-bottom: 100px; }
          body dl.list-img-mask03 dd figure a figcaption > div div.member01 p {
            color: #fff;
            letter-spacing: 1px; }
            body dl.list-img-mask03 dd figure a figcaption > div div.member01 p:nth-of-type(1) {
              font-size: 0.8rem;
              margin-bottom: 0.5rem; }
            body dl.list-img-mask03 dd figure a figcaption > div div.member01 p:nth-of-type(2) {
              font-weight: 500;
              margin-bottom: 0; }
            body dl.list-img-mask03 dd figure a figcaption > div div.member01 p:nth-of-type(3) {
              font-size: 1.5rem;
              font-weight: 700;
              margin-bottom: 0; }
        body dl.list-img-mask03 dd figure a:hover {
          background: #2a2f89;
          border-color: #000; }
        body dl.list-img-mask03 dd figure a figcaption.boy {
          background: url("../upload/person_bg_b.png") no-repeat rgba(42, 47, 137, 0.8);
          background-size: 100%; }
        body dl.list-img-mask03 dd figure a figcaption.girl {
          background: url("../upload/person_bg_g.png") no-repeat rgba(247, 51, 0, 0.8);
          background-size: 100%; }
  body .list-img-mask03-2 {
    margin-bottom: 0; }
    body .list-img-mask03-2 figure {
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body .list-img-mask03-2 figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body .list-img-mask03-2 figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
      body .list-img-mask03-2 figure figcaption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body .list-img-mask03-2 figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body .list-img-mask03-2 figure figcaption > div div.intro h4 {
            text-align: center; }
          body .list-img-mask03-2 figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body .list-img-mask03-2 figure:hover p {
        overflow: hidden; }
      body .list-img-mask03-2 figure:hover figcaption {
        display: block; }
    body .list-img-mask03-2 figure {
      background: #fff;
      margin-bottom: 0; }
      body .list-img-mask03-2 figure a > p {
        height: 340px;
        overflow-y: hidden; }
        body .list-img-mask03-2 figure a > p img {
          max-height: 520px;
          width: 100%; }
      body .list-img-mask03-2 figure a figcaption > div {
        padding: 2rem 2.5rem; }
        body .list-img-mask03-2 figure a figcaption > div div.member01 h4 {
          text-align: left;
          font-size: 1.6rem;
          color: #fff;
          letter-spacing: 5px;
          height: 100px;
          margin-bottom: 100px; }
        body .list-img-mask03-2 figure a figcaption > div div.member01 p {
          color: #fff;
          letter-spacing: 1px; }
          body .list-img-mask03-2 figure a figcaption > div div.member01 p:nth-of-type(1) {
            font-size: 0.8rem;
            margin-bottom: 0.5rem; }
          body .list-img-mask03-2 figure a figcaption > div div.member01 p:nth-of-type(2) {
            font-weight: 500;
            margin-bottom: 0; }
          body .list-img-mask03-2 figure a figcaption > div div.member01 p:nth-of-type(3) {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0; }
      body .list-img-mask03-2 figure a:hover {
        background: #2a2f89;
        border-color: #000; }
      body .list-img-mask03-2 figure a figcaption.boy {
        background: url("../upload/person_bg_b.png") no-repeat rgba(42, 47, 137, 0.8);
        background-size: 100%; }
      body .list-img-mask03-2 figure a figcaption.girl {
        background: url("../upload/person_bg_g.png") no-repeat rgba(247, 51, 0, 0.8);
        background-size: 100%; }
  body dl.list-img-mask04 {
    margin-bottom: 0; }
    body dl.list-img-mask04 dd {
      margin-bottom: 2rem; }
      body dl.list-img-mask04 dd figure {
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        body dl.list-img-mask04 dd figure > p {
          margin-bottom: 0;
          overflow: hidden; }
          body dl.list-img-mask04 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-mask04 dd figure figcaption {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 9999;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          body dl.list-img-mask04 dd figure figcaption > div {
            width: 100%;
            height: 100%;
            padding: 1.5rem; }
            body dl.list-img-mask04 dd figure figcaption > div div.intro h4 {
              text-align: center; }
            body dl.list-img-mask04 dd figure figcaption > div div.intro p {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin-bottom: 0; }
        body dl.list-img-mask04 dd figure:hover p {
          overflow: hidden; }
        body dl.list-img-mask04 dd figure:hover figcaption {
          display: block; }
    body dl.list-img-mask04 dd {
      margin-bottom: 0; }
      body dl.list-img-mask04 dd figure {
        background: #fff;
        margin-bottom: 0; }
        body dl.list-img-mask04 dd figure a div.name {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 9999;
          font-size: 5rem;
          letter-spacing: 2px;
          bottom: -31px;
          font-weight: 500; }
        body dl.list-img-mask04 dd figure a div.nameboy {
          color: #71c4d2; }
        body dl.list-img-mask04 dd figure a div.namegirl {
          color: #f73300; }
        body dl.list-img-mask04 dd figure a > p {
          height: 340px;
          overflow-y: hidden; }
          body dl.list-img-mask04 dd figure a > p img {
            max-height: 365px;
            width: 100%; }
        body dl.list-img-mask04 dd figure a > p.boy02 {
          border-bottom: solid 1px;
          border-color: #71c4d2;
          margin-bottom: 0; }
        body dl.list-img-mask04 dd figure a > p.girl02 {
          border-bottom: solid 1px;
          border-color: #f73300;
          margin-bottom: 0; }
        body dl.list-img-mask04 dd figure a figcaption > div {
          padding: 1.8rem 0rem 0rem 1.5rem; }
          body dl.list-img-mask04 dd figure a figcaption > div div.member01 h4 {
            text-align: left;
            font-size: 2.8rem;
            letter-spacing: 7px;
            line-height: 55px;
            color: #fff; }
        body dl.list-img-mask04 dd figure a:hover {
          background: #2a2f89;
          border-color: #000; }
        body dl.list-img-mask04 dd figure a figcaption.boy {
          background: rgba(113, 196, 210, 0.3);
          background-size: 100%; }
        body dl.list-img-mask04 dd figure a figcaption.girl {
          background: rgba(247, 51, 0, 0.3);
          background-size: 100%; }
    body dl.list-img-mask04 div.textbox {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      letter-spacing: 1px;
      font-weight: 500; }
      body dl.list-img-mask04 div.textbox::before {
        content: "";
        position: absolute;
        bottom: 24px;
        left: 15%;
        width: 50px;
        height: 50px; }
    body dl.list-img-mask04 div.textboy::before {
      background: url("../upload/star2.png") no-repeat left; }
    body dl.list-img-mask04 div.textgirl::before {
      background: url("../upload/star3.png") no-repeat left; }
  body .list-img-mask04-2 {
    margin-bottom: 0;
    margin-bottom: 0; }
    body .list-img-mask04-2 figure {
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body .list-img-mask04-2 figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body .list-img-mask04-2 figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
      body .list-img-mask04-2 figure figcaption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body .list-img-mask04-2 figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body .list-img-mask04-2 figure figcaption > div div.intro h4 {
            text-align: center; }
          body .list-img-mask04-2 figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body .list-img-mask04-2 figure:hover p {
        overflow: hidden; }
      body .list-img-mask04-2 figure:hover figcaption {
        display: block; }
    body .list-img-mask04-2 figure {
      background: #fff;
      margin-bottom: 0; }
      body .list-img-mask04-2 figure a div.name {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
        font-size: 5rem;
        letter-spacing: 2px;
        bottom: -31px;
        font-weight: 500; }
      body .list-img-mask04-2 figure a div.nameboy {
        color: #71c4d2; }
      body .list-img-mask04-2 figure a div.namegirl {
        color: #f73300; }
      body .list-img-mask04-2 figure a > p {
        height: 340px;
        overflow-y: hidden; }
        body .list-img-mask04-2 figure a > p img {
          max-height: 365px;
          width: 100%; }
      body .list-img-mask04-2 figure a > p.boy02 {
        border-bottom: solid 1px;
        border-color: #71c4d2;
        margin-bottom: 0; }
      body .list-img-mask04-2 figure a > p.girl02 {
        border-bottom: solid 1px;
        border-color: #f73300;
        margin-bottom: 0; }
      body .list-img-mask04-2 figure a figcaption > div {
        padding: 1.8rem 0rem 0rem 1.5rem; }
        body .list-img-mask04-2 figure a figcaption > div div.member01 h4 {
          text-align: left;
          font-size: 2.8rem;
          letter-spacing: 7px;
          line-height: 55px;
          color: #fff; }
      body .list-img-mask04-2 figure a:hover {
        background: #2a2f89;
        border-color: #000; }
      body .list-img-mask04-2 figure a figcaption.boy {
        background: rgba(113, 196, 210, 0.3);
        background-size: 100%; }
      body .list-img-mask04-2 figure a figcaption.girl {
        background: rgba(247, 51, 0, 0.3);
        background-size: 100%; }
  body div.textbox {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500; }
    body div.textbox::before {
      content: "";
      position: absolute;
      bottom: 24px;
      left: 15%;
      width: 50px;
      height: 50px; }
  body div.textboy::before {
    background: url("../upload/star2.png") no-repeat left; }
  body div.textgirl::before {
    background: url("../upload/star3.png") no-repeat left; }
  body dl.list-img-filter02 dd {
    margin-bottom: 2rem; }
    body dl.list-img-filter02 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      body dl.list-img-filter02 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body dl.list-img-filter02 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      body dl.list-img-filter02 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-filter02 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body dl.list-img-filter02 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      body dl.list-img-filter02 dd figure:hover p {
        overflow: hidden; }
        body dl.list-img-filter02 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      body dl.list-img-filter02 dd figure:hover figcaption {
        display: block; }
  body dl.list-img-filter02 dd {
    margin-bottom: 0; }
    body dl.list-img-filter02 dd:nth-of-type(even) {
      border-bottom: solid 2px;
      border-color: #71c7d5; }
    body dl.list-img-filter02 dd:nth-of-type(odd) {
      border-bottom: solid 2px;
      border-color: #2a2f89; }
    body dl.list-img-filter02 dd figure > p {
      overflow-y: hidden; }
      body dl.list-img-filter02 dd figure > p img {
        width: 100%; }
    body dl.list-img-filter02 dd figure figcaption > div div.intr h4 {
      font-size: 3rem;
      margin-bottom: 0;
      font-weight: 100; }
    body dl.list-img-filter02 dd figure figcaption > div div.intr p {
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: 3px; }
      body dl.list-img-filter02 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1.9rem; }
    body dl.list-img-filter02 dd figure figcaption > div div.intro {
      padding-left: 7rem;
      text-align: left; }
      body dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
        color: #fff;
        text-align: left; }
      body dl.list-img-filter02 dd figure figcaption > div div.intro p {
        color: #2a2f89; }
    body dl.list-img-filter02 dd figure figcaption > div div.intro2 {
      padding-right: 7rem;
      text-align: right; }
      body dl.list-img-filter02 dd figure figcaption > div div.intro2 h4 {
        color: #71c7d5;
        text-align: right; }
      body dl.list-img-filter02 dd figure figcaption > div div.intro2 p {
        color: #71c7d5; }
  body .busindivsoL {
    border-bottom: solid 2px;
    border-color: #2a2f89; }
  body .busindivsoR {
    border-bottom: solid 2px;
    border-color: #71c7d5; }
  body .busindiv {
    position: relative;
    transform-origin: 50% 50% 0;
    overflow: hidden; }
    body .busindiv .businessbg01, body .busindiv .businessbg02, body .busindiv .businessbg03, body .busindiv .businessbg04 {
      transition: background-image 0s ease-in-out;
      background-size: 100%;
      height: 387px; }
    body .busindiv .busindcolorblock {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(-500px, 0px, 0px); }
    body .busindiv .busindcolorblock2 {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(500px, 0px, 0px);
      mix-blend-mode: multiply; }
    body .busindiv .busindcolorblockA {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(-500px, 0px, 0px);
      mix-blend-mode: multiply; }
    body .busindiv .busindcolorblockA2 {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(500px, 0px, 0px); }
    body .busindiv div.wh01 {
      width: 100%;
      height: 100%; }
      body .busindiv div.wh01 div.intr {
        z-index: 9999;
        width: 100%;
        height: 100%; }
        body .busindiv div.wh01 div.intr h4 {
          font-size: 3rem;
          margin-bottom: 0;
          font-weight: 100; }
        body .busindiv div.wh01 div.intr p {
          font-size: 3rem;
          font-weight: 600;
          letter-spacing: 3px; }
          body .busindiv div.wh01 div.intr p:nth-of-type(2) {
            font-size: 1.9rem; }
      body .busindiv div.wh01 div.intro {
        padding-left: 7rem;
        padding-top: 3.5rem;
        text-align: left; }
        body .busindiv div.wh01 div.intro h4 {
          color: #fff;
          text-align: left; }
        body .busindiv div.wh01 div.intro p {
          color: #2a2f89; }
      body .busindiv div.wh01 div.intro2 {
        padding-right: 7rem;
        padding-top: 3.5rem;
        text-align: right; }
        body .busindiv div.wh01 div.intro2 h4 {
          color: #71c7d5;
          text-align: right; }
        body .busindiv div.wh01 div.intro2 p {
          color: #71c7d5; }
    body .busindiv:hover .businessbg01, body .busindiv:hover .businessbg02, body .busindiv:hover .businessbg03, body .busindiv:hover .businessbg04 {
      background-size: 100%;
      height: 387px; }
    body .busindiv:hover .busindcolorblock, body .busindiv:hover .busindcolorblock2, body .busindiv:hover .busindcolorblockA, body .busindiv:hover .busindcolorblockA2 {
      transform: translate3d(0px, 0px, 0px); }
  body dl.list-img-filter03 dd {
    margin-bottom: 2rem; }
    body dl.list-img-filter03 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      body dl.list-img-filter03 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body dl.list-img-filter03 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      body dl.list-img-filter03 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-filter03 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body dl.list-img-filter03 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body dl.list-img-filter03 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      body dl.list-img-filter03 dd figure:hover p {
        overflow: hidden; }
        body dl.list-img-filter03 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      body dl.list-img-filter03 dd figure:hover figcaption {
        display: block; }
  body dl.list-img-filter03 dd {
    margin-bottom: 0; }
    body dl.list-img-filter03 dd figure > p img {
      width: 100%; }
    body dl.list-img-filter03 dd figure figcaption > div div.intro {
      padding-left: 8rem;
      padding-top: 13rem;
      text-align: left; }
      body dl.list-img-filter03 dd figure figcaption > div div.intro h4 {
        font-size: 1.7rem;
        color: #2a2f89;
        text-align: left;
        margin-bottom: 2rem;
        padding-bottom: 0.5rem;
        font-weight: 500;
        border-bottom: solid 1px #000;
        letter-spacing: 2px; }
      body dl.list-img-filter03 dd figure figcaption > div div.intro p {
        font-size: 1.2rem;
        color: #000;
        letter-spacing: 3px; }
  body dl.list-img-filter04 dd {
    margin-bottom: 2rem; }
    body dl.list-img-filter04 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      body dl.list-img-filter04 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body dl.list-img-filter04 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      body dl.list-img-filter04 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body dl.list-img-filter04 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body dl.list-img-filter04 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body dl.list-img-filter04 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      body dl.list-img-filter04 dd figure:hover p {
        overflow: hidden; }
        body dl.list-img-filter04 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      body dl.list-img-filter04 dd figure:hover figcaption {
        display: block; }
  body dl.list-img-filter04 dd {
    margin-bottom: 0; }
    body dl.list-img-filter04 dd:nth-of-type(even) {
      border-bottom: solid 6px;
      border-color: #2a2f89; }
    body dl.list-img-filter04 dd:nth-of-type(odd) {
      border-bottom: solid 6px;
      border-color: #71c7d5; }
    body dl.list-img-filter04 dd:last-of-type {
      border-bottom: none; }
    body dl.list-img-filter04 dd figure > p {
      overflow-y: hidden; }
      body dl.list-img-filter04 dd figure > p img {
        width: 100%; }
    body dl.list-img-filter04 dd figure figcaption > div div.intr h4 {
      font-size: 2.5rem;
      letter-spacing: 2px;
      margin-bottom: 0;
      padding-bottom: 1rem;
      font-weight: 500;
      border-color: #2a2f89;
      border-bottom: solid 1px #2a2f89; }
    body dl.list-img-filter04 dd figure figcaption > div div.intr p {
      font-size: 1rem;
      color: #000;
      font-weight: 400;
      letter-spacing: 1px;
      margin-top: 0.5rem; }
      body dl.list-img-filter04 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1.9rem; }
    body dl.list-img-filter04 dd figure figcaption > div div.introR {
      padding-right: 7rem;
      text-align: left; }
      body dl.list-img-filter04 dd figure figcaption > div div.introR h4 {
        color: #2a2f89; }
    body dl.list-img-filter04 dd figure figcaption > div div.intro2L {
      padding-left: 7rem;
      text-align: left; }
      body dl.list-img-filter04 dd figure figcaption > div div.intro2L h4 {
        color: #71c7d5; }
  body .maps iframe {
    width: 100%;
    height: 25rem; }
  body section.company {
    padding-top: 3rem;
    position: relative; }
    body section.company div.bg-company {
      width: 100%;
      height: 100%;
      background: url("../upload/img-company-02.svg") 50% bottom no-repeat;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999; }
    body section.company div.bg-company02 {
      width: 100%;
      height: 100%;
      background: url("../upload/img-company-02-2.svg") 50% top no-repeat;
      mix-blend-mode: multiply;
      position: absolute;
      top: 8.8rem;
      left: 0;
      z-index: 9999; }

.iframevideoa {
  width: 72%; }

.videomtop {
  margin-top: 0px; }

.pabannmtop {
  margin-top: 0px; }

@media (max-width: 767.98px) {
  .deskTop,
  .Tablets,
  .deskTopTablets {
    display: none !important; } }
@media (max-width: 991.98px) {
  body nav.navbar {
    padding: 0.1rem 0.1rem; }

  .deskTop {
    display: none !important; }

  .cd-top {
    right: 5vw;
    bottom: 5vh; } }
@media (min-width: 992px) {
  .Mobile,
  .Tablets,
  .TabletsMobile {
    display: none !important; }

  .cd-top {
    right: 30px;
    bottom: 30px; } }
@media (max-width: 575.98px) {
  body .leftmessage {
    text-align: center; }
    body .leftmessage a {
      color: #000; }
      body .leftmessage a span {
        font-size: 0.7rem;
        padding: 0; }
  body .message {
    text-align: center; }
    body .message a {
      color: #000; }
      body .message a span {
        font-size: 0.7rem;
        padding: 0; }
  body .rightmessage {
    text-align: center; }
    body .rightmessage a {
      color: #000; }
      body .rightmessage a span {
        font-size: 0.7rem;
        padding: 0; }
  body .pabannmtop {
    margin-top: 3.75rem; }

  a.navbar-brand > img {
    width: 32vw;
    margin-left: 1rem; }

  .footer-logo a img {
    width: 40vw; }

  section dl.list-img-filter02 dd {
    margin-bottom: 2rem; }
    section dl.list-img-filter02 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      section dl.list-img-filter02 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        section dl.list-img-filter02 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      section dl.list-img-filter02 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-filter02 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          section dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          section dl.list-img-filter02 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      section dl.list-img-filter02 dd figure:hover p {
        overflow: hidden; }
        section dl.list-img-filter02 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      section dl.list-img-filter02 dd figure:hover figcaption {
        display: block; }
  section dl.list-img-filter02 dd {
    margin-bottom: 0; }
    section dl.list-img-filter02 dd:nth-of-type(even) {
      border-bottom: solid 6px;
      border-color: #71c7d5; }
    section dl.list-img-filter02 dd:nth-of-type(odd) {
      border-bottom: solid 6px;
      border-color: #2a2f89; }
    section dl.list-img-filter02 dd figure > p {
      overflow-y: hidden; }
      section dl.list-img-filter02 dd figure > p img {
        width: 100%; }
    section dl.list-img-filter02 dd figure figcaption > div div.intr h4 {
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 100; }
    section dl.list-img-filter02 dd figure figcaption > div div.intr p {
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-shadow: #867e7e 1px 1px; }
      section dl.list-img-filter02 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1rem;
        text-shadow: #867e7e 1px 0px;
        letter-spacing: 3px; }
    section dl.list-img-filter02 dd figure figcaption > div div.intro {
      padding-left: 0rem;
      text-align: center; }
      section dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px; }
    section dl.list-img-filter02 dd figure figcaption > div div.intro2 {
      padding-right: 0rem;
      text-align: center; }
      section dl.list-img-filter02 dd figure figcaption > div div.intro2 h4 {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px;
        color: #fff; }
  section .busindiv {
    position: relative;
    border-bottom: solid 2px;
    border-color: #2a2f89;
    transform-origin: 50% 50% 0;
    overflow: hidden; }
    section .busindiv .businessbg01, section .busindiv .businessbg02, section .busindiv .businessbg03, section .busindiv .businessbg04 {
      height: 265px; }
    section .busindiv .busindcolorblock {
      display: none; }
    section .busindiv .busindcolorblock2 {
      display: none; }
    section .busindiv .busindcolorblockA {
      display: none; }
    section .busindiv .busindcolorblockA2 {
      display: none; }
    section .busindiv div.wh01 div.intr h4 {
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 100; }
    section .busindiv div.wh01 div.intr p {
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-shadow: #867e7e 1px 1px; }
      section .busindiv div.wh01 div.intr p:nth-of-type(2) {
        font-size: 1rem;
        text-shadow: #867e7e 1px 0px;
        letter-spacing: 3px; }
    section .busindiv div.wh01 div.intro {
      padding-left: 0rem;
      padding-top: 2rem;
      text-align: center; }
      section .busindiv div.wh01 div.intro h4 {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px; }
    section .busindiv div.wh01 div.intro2 {
      padding-right: 0rem;
      padding-top: 2rem;
      text-align: center; }
      section .busindiv div.wh01 div.intro2 h4 {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px;
        color: #fff; }
    section .busindiv:hover .businessbg01, section .busindiv:hover .businessbg02, section .busindiv:hover .businessbg03, section .busindiv:hover .businessbg04 {
      background-size: 100%;
      height: 265px; }
  section dl.list-img-filter03 dd {
    margin-bottom: 2rem; }
    section dl.list-img-filter03 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      section dl.list-img-filter03 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        section dl.list-img-filter03 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      section dl.list-img-filter03 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-filter03 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          section dl.list-img-filter03 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          section dl.list-img-filter03 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      section dl.list-img-filter03 dd figure:hover p {
        overflow: hidden; }
        section dl.list-img-filter03 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      section dl.list-img-filter03 dd figure:hover figcaption {
        display: block; }
  section dl.list-img-filter03 dd {
    margin-bottom: 0; }
    section dl.list-img-filter03 dd figure > p img {
      width: 100%; }
    section dl.list-img-filter03 dd figure figcaption > div div.intro {
      padding-left: 0rem;
      padding-top: 15rem;
      text-align: center; }
      section dl.list-img-filter03 dd figure figcaption > div div.intro h4 {
        font-size: 1.7rem;
        color: #2a2f89;
        text-align: center;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        font-weight: 500;
        border-bottom: solid 1px #000;
        letter-spacing: 2px; }
      section dl.list-img-filter03 dd figure figcaption > div div.intro p {
        font-size: 0.8rem;
        color: #000;
        letter-spacing: 2px;
        font-weight: 500;
        line-height: 27px; }
  section dl.list-img-filter04 dd {
    margin-bottom: 2rem; }
    section dl.list-img-filter04 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      section dl.list-img-filter04 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        section dl.list-img-filter04 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      section dl.list-img-filter04 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-filter04 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      section dl.list-img-filter04 dd figure:hover p {
        overflow: hidden; }
        section dl.list-img-filter04 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      section dl.list-img-filter04 dd figure:hover figcaption {
        display: block; }
  section dl.list-img-filter04 dd {
    margin-bottom: 0; }
    section dl.list-img-filter04 dd:nth-of-type(even) {
      border-bottom: solid 6px;
      border-color: #2a2f89; }
    section dl.list-img-filter04 dd:nth-of-type(odd) {
      border-bottom: solid 6px;
      border-color: #71c7d5; }
    section dl.list-img-filter04 dd:last-of-type {
      border-bottom: none; }
    section dl.list-img-filter04 dd figure > p {
      overflow-y: hidden; }
      section dl.list-img-filter04 dd figure > p img {
        width: 100%; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr h4 {
      font-size: 1.5rem;
      letter-spacing: 2px;
      margin-bottom: 0;
      padding-bottom: 1rem;
      font-weight: 500;
      border-color: #2a2f89;
      border-bottom: solid 1px #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr p {
      font-size: 0.9rem;
      color: #000;
      font-weight: 500;
      letter-spacing: 1px;
      margin-top: 2rem;
      margin-bottom: 3rem; }
      section dl.list-img-filter04 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1.9rem; }
    section dl.list-img-filter04 dd figure figcaption > div div.introR {
      padding-right: 0rem;
      text-align: center; }
      section dl.list-img-filter04 dd figure figcaption > div div.introR h4 {
        color: #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intro2L {
      padding-left: 0rem;
      text-align: center; }
      section dl.list-img-filter04 dd figure figcaption > div div.intro2L h4 {
        color: #71c7d5; }
  section dl.list-img-mask04 {
    margin-bottom: 0; }
    section dl.list-img-mask04 dd {
      margin-bottom: 2rem; }
      section dl.list-img-mask04 dd figure {
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        section dl.list-img-mask04 dd figure > p {
          margin-bottom: 0;
          overflow: hidden; }
          section dl.list-img-mask04 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-mask04 dd figure figcaption {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 9999;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          section dl.list-img-mask04 dd figure figcaption > div {
            width: 100%;
            height: 100%;
            padding: 1.5rem; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro h4 {
              text-align: center; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro p {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin-bottom: 0; }
        section dl.list-img-mask04 dd figure:hover p {
          overflow: hidden; }
        section dl.list-img-mask04 dd figure:hover figcaption {
          display: block; }
    section dl.list-img-mask04 dd {
      margin-bottom: 0; }
      section dl.list-img-mask04 dd figure {
        background: #fff;
        margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a div.name {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 9999;
          font-size: 4rem;
          letter-spacing: 2px;
          bottom: -25px;
          font-weight: 500; }
        section dl.list-img-mask04 dd figure a div.nameboy {
          color: #71c4d2; }
        section dl.list-img-mask04 dd figure a div.namegirl {
          color: #f73300; }
        section dl.list-img-mask04 dd figure a > p {
          height: 249px;
          overflow-y: hidden; }
          section dl.list-img-mask04 dd figure a > p img {
            max-height: 300px;
            width: 100%; }
        section dl.list-img-mask04 dd figure a > p.boy02 {
          border-bottom: solid 1px;
          border-color: #71c4d2;
          margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a > p.girl02 {
          border-bottom: solid 1px;
          border-color: #f73300;
          margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a figcaption > div {
          padding: 1.1rem 0rem 0rem 1.5rem; }
          section dl.list-img-mask04 dd figure a figcaption > div div.member01 h4 {
            text-align: left;
            font-size: 2.4rem;
            letter-spacing: 4px;
            line-height: 44px; }

  .iframevideoa {
    width: 100%; }

  .videomtop {
    margin-top: 60.38px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  body .leftmessage {
    text-align: center; }
    body .leftmessage a {
      color: #000; }
      body .leftmessage a span {
        font-size: 0.9rem;
        padding: 0; }
  body .message {
    text-align: center; }
    body .message a {
      color: #000; }
      body .message a span {
        font-size: 0.9rem;
        padding: 0; }
  body .rightmessage {
    text-align: center; }
    body .rightmessage a {
      color: #000; }
      body .rightmessage a span {
        font-size: 0.9rem;
        padding: 0; }
  body .pabannmtop {
    margin-top: 60px; }

  a.navbar-brand > img {
    width: 25vw; }

  .footer-logo a img {
    width: 12vw; }

  section .busindiv {
    position: relative;
    border-bottom: solid 2px;
    border-color: #2a2f89;
    transform-origin: 50% 50% 0;
    overflow: hidden; }
    section .busindiv .businessbg01, section .busindiv .businessbg02, section .busindiv .businessbg03, section .busindiv .businessbg04 {
      height: 240px; }
    section .busindiv .busindcolorblock {
      display: none; }
    section .busindiv .busindcolorblock2 {
      display: none; }
    section .busindiv .busindcolorblockA {
      display: none; }
    section .busindiv .busindcolorblockA2 {
      display: none; }
    section .busindiv div.wh01 div.intr h4 {
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 100; }
    section .busindiv div.wh01 div.intr p {
      font-size: 2.1rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-shadow: #867e7e 1px 1px; }
      section .busindiv div.wh01 div.intr p:nth-of-type(2) {
        font-size: 1.3rem;
        text-shadow: #867e7e 1px 0px;
        letter-spacing: 3px; }
    section .busindiv div.wh01 div.intro {
      padding-left: 0rem;
      padding-top: 2rem;
      text-align: center; }
      section .busindiv div.wh01 div.intro h4 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px; }
    section .busindiv div.wh01 div.intro2 {
      padding-right: 0rem;
      padding-top: 2rem;
      text-align: center; }
      section .busindiv div.wh01 div.intro2 h4 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0;
        font-weight: 100;
        letter-spacing: 2px;
        text-shadow: #333 1px 2px;
        color: #fff; }
    section .busindiv:hover .businessbg01, section .busindiv:hover .businessbg02, section .busindiv:hover .businessbg03, section .busindiv:hover .businessbg04 {
      background-size: 100%;
      height: 240px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  a.navbar-brand > img {
    width: 25vw; }

  .footer-logo a img {
    width: 12vw; }

  section .busindiv {
    position: relative;
    border-bottom: solid 2px;
    border-color: #2a2f89;
    transform-origin: 50% 50% 0;
    overflow: hidden; }
    section .busindiv .businessbg01, section .busindiv .businessbg02, section .busindiv .businessbg03, section .busindiv .businessbg04 {
      transition: background-image 0s ease-in-out;
      background-size: 100%;
      height: 280px; }
    section .busindiv .busindcolorblock {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(-500px, 0px, 0px); }
    section .busindiv .busindcolorblock2 {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(500px, 0px, 0px);
      mix-blend-mode: multiply; }
    section .busindiv .busindcolorblockA {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(-500px, 0px, 0px);
      mix-blend-mode: multiply; }
    section .busindiv .busindcolorblockA2 {
      position: absolute;
      left: 0px;
      top: 0px;
      transition: 0.3s;
      transform: translate3d(500px, 0px, 0px); }
    section .busindiv div.wh01 {
      width: 100%;
      height: 100%; }
      section .busindiv div.wh01 div.intr {
        z-index: 9999;
        width: 100%;
        height: 100%; }
        section .busindiv div.wh01 div.intr h4 {
          font-size: 3rem;
          margin-bottom: 0;
          font-weight: 100; }
        section .busindiv div.wh01 div.intr p {
          font-size: 3rem;
          font-weight: 600;
          letter-spacing: 3px; }
          section .busindiv div.wh01 div.intr p:nth-of-type(2) {
            font-size: 1.9rem; }
      section .busindiv div.wh01 div.intro {
        padding-left: 7rem;
        padding-top: 1rem;
        text-align: left; }
        section .busindiv div.wh01 div.intro h4 {
          color: #fff;
          text-align: left; }
        section .busindiv div.wh01 div.intro p {
          color: #2a2f89;
          margin-bottom: 0; }
      section .busindiv div.wh01 div.intro2 {
        padding-right: 7rem;
        padding-top: 1rem;
        text-align: right; }
        section .busindiv div.wh01 div.intro2 h4 {
          color: #71c7d5;
          text-align: right; }
        section .busindiv div.wh01 div.intro2 p {
          color: #71c7d5;
          margin-bottom: 0; }
    section .busindiv:hover .businessbg01, section .busindiv:hover .businessbg02, section .busindiv:hover .businessbg03, section .busindiv:hover .businessbg04 {
      background-size: 100%;
      height: 280px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 15vw; }

  .footer-logo a img {
    width: 12vw; }

  section .busindiv {
    position: relative;
    border-bottom: solid 2px;
    border-color: #2a2f89;
    transform-origin: 50% 50% 0;
    overflow: hidden; }
    section .busindiv .businessbg01, section .busindiv .businessbg02, section .busindiv .businessbg03, section .busindiv .businessbg04 {
      transition: background-image 0s ease-in-out;
      background-size: 100%;
      height: 373px; }
    section .busindiv:hover .businessbg01, section .busindiv:hover .businessbg02, section .busindiv:hover .businessbg03, section .busindiv:hover .businessbg04 {
      background-size: 100%;
      height: 373px; } }
@media (min-width: 1200px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 9vw; }

  .footer-logo a img {
    width: 12vw; } }
@media (min-width: 1281px) and (max-width: 1366px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 8.5vw; }

  .footer-logo a img {
    width: 12vw; } }
@media (min-width: 1367px) and (max-width: 1440px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 9vw; }

  .footer-logo a img {
    width: 10vw; } }
@media (min-width: 1441px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 9vw; }

  .footer-logo a img {
    width: 10vw; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  section dl.list-img-mask04 {
    margin-bottom: 0; }
    section dl.list-img-mask04 dd {
      margin-bottom: 2rem; }
      section dl.list-img-mask04 dd figure {
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        section dl.list-img-mask04 dd figure > p {
          margin-bottom: 0;
          overflow: hidden; }
          section dl.list-img-mask04 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-mask04 dd figure figcaption {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 9999;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          section dl.list-img-mask04 dd figure figcaption > div {
            width: 100%;
            height: 100%;
            padding: 1.5rem; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro h4 {
              text-align: center; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro p {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin-bottom: 0; }
        section dl.list-img-mask04 dd figure:hover p {
          overflow: hidden; }
        section dl.list-img-mask04 dd figure:hover figcaption {
          display: block; }
    section dl.list-img-mask04 dd {
      margin-bottom: 0; }
      section dl.list-img-mask04 dd figure {
        background: #fff;
        margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a div.name {
          font-size: 3.4rem;
          letter-spacing: 2px;
          bottom: -21px; }
        section dl.list-img-mask04 dd figure a > p {
          height: 219px;
          overflow-y: hidden; }
          section dl.list-img-mask04 dd figure a > p img {
            max-height: 300px;
            width: 100%; }
        section dl.list-img-mask04 dd figure a > p.boy02 {
          border-bottom: solid 1px;
          border-color: #71c4d2;
          margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a > p.girl02 {
          border-bottom: solid 1px;
          border-color: #f73300;
          margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a figcaption > div {
          padding: 1.1rem 0rem 0rem 1.5rem; }
          section dl.list-img-mask04 dd figure a figcaption > div div.member01 h4 {
            text-align: left;
            font-size: 2.4rem;
            letter-spacing: 4px;
            line-height: 44px; }
    section dl.list-img-mask04 div.textbox {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      letter-spacing: 1px; }
      section dl.list-img-mask04 div.textbox::before {
        content: "";
        position: absolute;
        bottom: 24px;
        left: 11%; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .Mobile {
    display: none !important; }

  footer .footer-info dl dd:last-of-type {
    margin-bottom: 0; }
  footer .footer-info dl a {
    font-size: 0.5rem; }

  footer.shadow01 .footer-info dl dd:last-of-type {
    margin-bottom: 0; }
  footer.shadow01 .footer-info dl a {
    font-size: 0.5rem; }

  section dl.list-img-filter04 dd {
    margin-bottom: 2rem; }
    section dl.list-img-filter04 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      section dl.list-img-filter04 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        section dl.list-img-filter04 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      section dl.list-img-filter04 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-filter04 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      section dl.list-img-filter04 dd figure:hover p {
        overflow: hidden; }
        section dl.list-img-filter04 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      section dl.list-img-filter04 dd figure:hover figcaption {
        display: block; }
  section dl.list-img-filter04 dd {
    margin-bottom: 0; }
    section dl.list-img-filter04 dd:nth-of-type(even) {
      border-bottom: solid 6px;
      border-color: #2a2f89; }
    section dl.list-img-filter04 dd:nth-of-type(odd) {
      border-bottom: solid 6px;
      border-color: #71c7d5; }
    section dl.list-img-filter04 dd:last-of-type {
      border-bottom: none; }
    section dl.list-img-filter04 dd figure > p {
      overflow-y: hidden; }
      section dl.list-img-filter04 dd figure > p img {
        width: 100%; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr h4 {
      font-size: 1.9rem;
      letter-spacing: 2px;
      margin-bottom: 0;
      padding-bottom: 1rem;
      font-weight: 500;
      border-color: #2a2f89;
      border-bottom: solid 1px #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr p {
      font-size: 0.9rem;
      color: #000;
      font-weight: 400;
      letter-spacing: 1px;
      margin-top: 0.5rem; }
      section dl.list-img-filter04 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1.9rem; }
    section dl.list-img-filter04 dd figure figcaption > div div.introR {
      padding-right: 4rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      text-align: left; }
      section dl.list-img-filter04 dd figure figcaption > div div.introR h4 {
        color: #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intro2L {
      padding-left: 4rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      text-align: left; }
      section dl.list-img-filter04 dd figure figcaption > div div.intro2L h4 {
        color: #71c7d5; }
  section dl.list-img-mask04 {
    margin-bottom: 0; }
    section dl.list-img-mask04 dd {
      margin-bottom: 2rem; }
      section dl.list-img-mask04 dd figure {
        margin-bottom: 1rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        section dl.list-img-mask04 dd figure > p {
          margin-bottom: 0;
          overflow: hidden; }
          section dl.list-img-mask04 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-mask04 dd figure figcaption {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 9999;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          section dl.list-img-mask04 dd figure figcaption > div {
            width: 100%;
            height: 100%;
            padding: 1.5rem; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro h4 {
              text-align: center; }
            section dl.list-img-mask04 dd figure figcaption > div div.intro p {
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              margin-bottom: 0; }
        section dl.list-img-mask04 dd figure:hover p {
          overflow: hidden; }
        section dl.list-img-mask04 dd figure:hover figcaption {
          display: block; }
    section dl.list-img-mask04 dd {
      margin-bottom: 0; }
      section dl.list-img-mask04 dd figure {
        background: #fff;
        margin-bottom: 0; }
        section dl.list-img-mask04 dd figure a div.name {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 9999;
          font-size: 3.4rem;
          letter-spacing: 2px;
          bottom: -20px;
          font-weight: 500; }
        section dl.list-img-mask04 dd figure a div.nameboy {
          color: #71c4d2; }
        section dl.list-img-mask04 dd figure a div.namegirl {
          color: #f73300; }
        section dl.list-img-mask04 dd figure a > p {
          height: 250px;
          overflow-y: hidden; }
          section dl.list-img-mask04 dd figure a > p img {
            max-height: 365px;
            width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  section dl.list-img-filter04 dd {
    margin-bottom: 2rem; }
    section dl.list-img-filter04 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden; }
      section dl.list-img-filter04 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        section dl.list-img-filter04 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      section dl.list-img-filter04 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        section dl.list-img-filter04 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          section dl.list-img-filter04 dd figure figcaption > div div.intro p {
            margin-bottom: 0; }
      section dl.list-img-filter04 dd figure:hover p {
        overflow: hidden; }
        section dl.list-img-filter04 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      section dl.list-img-filter04 dd figure:hover figcaption {
        display: block; }
  section dl.list-img-filter04 dd {
    margin-bottom: 0; }
    section dl.list-img-filter04 dd:nth-of-type(even) {
      border-bottom: solid 6px;
      border-color: #2a2f89; }
    section dl.list-img-filter04 dd:nth-of-type(odd) {
      border-bottom: solid 6px;
      border-color: #71c7d5; }
    section dl.list-img-filter04 dd:last-of-type {
      border-bottom: none; }
    section dl.list-img-filter04 dd figure > p {
      overflow-y: hidden; }
      section dl.list-img-filter04 dd figure > p img {
        width: 100%; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr h4 {
      font-size: 2.5rem;
      letter-spacing: 2px;
      margin-bottom: 0;
      padding-bottom: 1rem;
      font-weight: 500;
      border-color: #2a2f89;
      border-bottom: solid 1px #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intr p {
      font-size: 1rem;
      color: #000;
      font-weight: 400;
      letter-spacing: 1px;
      margin-top: 0.5rem; }
      section dl.list-img-filter04 dd figure figcaption > div div.intr p:nth-of-type(2) {
        font-size: 1.9rem; }
    section dl.list-img-filter04 dd figure figcaption > div div.introR {
      padding-right: 7rem;
      text-align: left; }
      section dl.list-img-filter04 dd figure figcaption > div div.introR h4 {
        color: #2a2f89; }
    section dl.list-img-filter04 dd figure figcaption > div div.intro2L {
      padding-left: 7rem;
      text-align: left; }
      section dl.list-img-filter04 dd figure figcaption > div div.intro2L h4 {
        color: #71c7d5; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  nav.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
/*上方logo 間距 */
.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/*對齊 */
.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.texd01 {
  font-size: 0.5rem; }

.texd02 {
  font-size: 0.8rem; }

/*文字顏色 */
/*深藍色 */
.t-blue {
  color: #2a2f89; }

/*白色 */
.t-white {
  color: #fff; }

.t-weight05 {
  font-weight: 500; }

/*文字間距 */
.text-letter {
  letter-spacing: 2px; }

/*背景內容色碼 */
.bg-gary {
  background: #F0F0F0; }

.bg-gary02 {
  background: #e6e6e6; }

.bg-blue02 {
  background: #2a2f89; }

/*藍色漸層 */
.bg-blue01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a2f89+0,71c7d5+44 */
  background: #2a2f89;
  background: -moz-linear-gradient(left, #2a2f89 0%, #71c7d5 44%);
  background: -webkit-linear-gradient(left, #2a2f89 0%, #71c7d5 44%);
  background: linear-gradient(to right, #2a2f89 0%, #71c7d5 44%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2f89', endColorstr='#71c7d5',GradientType=1 ); }

.clear {
  clear: both; }

hr {
  border-top: 1px solid #fff; }

/*影片 css */
#customElement {
  width: 100%;
  height: 800px;
  background: rgba(81, 150, 191, 0.6);
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../upload/img-slide.jpg") no-repeat top center; }

.videoa {
  background: #000;
  width: 100%;
  height: 800px;
  position: relative; }

.inmt {
  margin-top: 68px; }

.naboxs {
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  height: 50px;
  padding-top: 15px; }
  .naboxs a {
    color: #fff; }
    .naboxs a:hover {
      color: #fff; }

.title {
  margin-bottom: 2.5rem; }
  .title h1, .title h2, .title h3, .title h4, .title h5 {
    margin-bottom: 0; }
  .title h1 span {
    font-size: 1.5rem; }
  .title h1 {
    color: #000; }
  .title h2 {
    color: #000; }
  .title h3 {
    color: #000; }
  .title h4 {
    color: #000; }
  .title h5 {
    color: #000; }

video.video {
  width: 100%; }

div#jssor {
  width: 1920px;
  height: 860px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  visibility: hidden; }
  div#jssor [data-u="loading"] {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px; }
    div#jssor [data-u="loading"] img {
      width: 38px;
      height: 38px;
      margin-top: -19px;
      position: relative;
      top: 50%; }
  div#jssor div[data-u="slides"] {
    width: 1920px;
    height: 860px;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden; }
  div#jssor div[data-u="arrowleft"],
  div#jssor div[data-u="arrowright"] {
    width: 55px;
    height: 55px;
    top: 0px; }
    div#jssor div[data-u="arrowleft"] svg,
    div#jssor div[data-u="arrowright"] svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  div#jssor div[data-u="arrowleft"] {
    left: 25px; }
  div#jssor div[data-u="arrowright"] {
    right: 25px; }
  div#jssor .jssora055 {
    display: block;
    position: absolute;
    cursor: pointer; }
  div#jssor .jssora055 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 960;
    stroke-miterlimit: 10; }
  div#jssor .jssora055:hover {
    opacity: 0.8; }
  div#jssor .jssora055.jssora055dn {
    opacity: 0.5; }
  div#jssor .jssora055.jssora055ds {
    opacity: 0.3;
    pointer-events: none; }

main {
  max-width: 1024px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-right: auto;
  margin-left: auto; }
  main section.news {
    width: 92.5%;
    margin-right: auto;
    margin-left: auto; }
  main .title .tit01 {
    text-align: center; }
    main .title .tit01 h2 {
      background: url("../images/bg-ind-title.png") 50% bottom no-repeat;
      color: #2a2f89;
      font-size: 2.2rem;
      font-weight: 500;
      padding-bottom: 0.35rem; }
    main .title .tit01 p {
      color: #2a2f89;
      margin-top: 0.5rem;
      letter-spacing: 0.5rem;
      font-weight: 400; }

#owl-in-stars .owl-nav {
  background: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-size: 3.5rem !important;
  color: #000 !important;
  opacity: 0.75 !important;
  margin: 0 !important;
  padding: 0 !important; }
  #owl-in-stars .owl-nav button {
    border: none;
    background: none;
    color: #000; }
    #owl-in-stars .owl-nav button:hover {
      background: none;
      color: #000; }
  #owl-in-stars .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: 0%; }
  #owl-in-stars .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: 0%; }

@media (max-width: 575.98px) {
  main {
    width: 100%; }

  #owl-in-stars .owl-nav .owl-prev {
    left: 0%; }
  #owl-in-stars .owl-nav .owl-next {
    right: 0%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  main {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  main {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  main {
    width: 100%; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  main {
    width: 100%; }

  section .title .tit01 h2 {
    font-size: 2rem; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  main {
    width: 100%; }

  section .title .tit01 h2 {
    color: #2a2f89; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  main {
    width: 100%; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  main {
    width: 100%; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  main {
    width: 100%; } }

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