@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/* Reset
---------------------------------------------------------------------*/
html {
  overflow-y: scroll; }

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  zoom: 1; }

header, footer, main, nav, article, aside, section {
  display: block; }

ul, ol {
  list-style-type: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

hr {
  display: none;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px; }

a {
  outline: none; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; } }
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clear-both {
  clear: both; }

/* For IE 6/7 */
.clearfix {
  zoom: 1; }

/* Base
---------------------------------------------------------------------*/
* {
  font-style: normal; }

body {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  color: #000; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 0.875rem;
      line-height: 2;
      -webkit-text-size-adjust: 100%; } }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1200px;
      font-size: 1rem;
      line-height: 2; } }
  body a {
    color: #000;
    text-decoration: none; }

button, input {
  font-family: "Noto Sans TC", sans-serif; }

/* Header
---------------------------------------------------------------------*/
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%; }
  @media screen and (max-width: 768px) {
    .header-inner {
      padding: 10px 4%; } }
@media screen and (max-width: 768px) {
  .header-logo {
    width: 75%; }
    .header-logo img {
      width: 100%;
      height: auto; } }
.header-lang {
  display: flex;
  gap: 10px; }
  @media screen and (max-width: 768px) {
    .header-lang {
      flex-direction: column;
      gap: 5px; } }
  .header-lang > li a {
    display: block;
    width: 7em;
    text-align: center;
    border: 1px solid #c8c9ca;
    padding: 3px 10px;
    transition: all .5s; }
    @media screen and (max-width: 768px) {
      .header-lang > li a {
        width: 6em;
        font-size: 0.75rem;
        padding: 0 10px; } }
    .header-lang > li a:hover {
      opacity: .7; }

/* Mv
---------------------------------------------------------------------*/
.mv {
  overflow: hidden; }
  .mv .swiper {
    position: relative; }
  .mv .swiper-slide img {
    position: relative;
    width: 100%; }
  .mv .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1; }
    @media screen and (max-width: 768px) {
      .mv .swiper-pagination-bullet {
        width: 10px;
        height: 10px; } }
  .mv .swiper-pagination-bullet-active {
    background: #c4003a; }
  .mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px; }

/* Main
---------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------*/
.js-fadein {
  opacity: 0;
  transition: all .5s ease-in; }

.js-scroll-in.js-fadein {
  opacity: 1; }

.title-4 {
  font-size: 1.375rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .title-4 {
      font-size: 1rem; } }
  .title-4:not(:first-child) {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .title-4:not(:first-child) {
        margin-top: 20px; } }

.txt {
  font-size: 1.125rem;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .txt {
      font-size: 0.875rem;
      margin-top: 5px; } }

.txt-indent {
  padding-left: 30px; }

.txt-red {
  color: #c4003a; }

/* About
---------------------------------------------------------------------*/
.about {
  background-image: url("../img/about_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .about {
      margin-top: 0; } }
  .about-inner {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .about-inner {
        padding: 50px 0; } }
  .about-title-2 {
    position: relative;
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .about-title-2 {
        font-size: 1.625rem;
        margin-bottom: 30px; } }
    .about-title-2::after {
      content: '';
      display: block;
      width: 140px;
      height: 3px;
      background-color: #fff;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .about-title-2::after {
          width: 60px;
          height: 2px;
          margin-top: 10px; } }
  .about-lead {
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      .about-lead {
        font-size: 1rem; } }

/* Business
---------------------------------------------------------------------*/
.business {
  background-image: url("../img/business_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .business {
      background-image: url("../img/business_bg_sp.png");
      background-position: center top;
      background-size: 100% auto; } }
  .business-inner {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .business-inner {
        padding: 40px 0; } }
  .business-title-2 {
    position: relative;
    font-size: 3.125rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .business-title-2 {
        font-size: 1.625rem;
        margin-bottom: 30px; } }
    .business-title-2::after {
      content: '';
      display: block;
      width: 140px;
      height: 3px;
      background-color: #c4003a;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .business-title-2::after {
          width: 60px;
          height: 2px;
          margin-top: 10px; } }
  .business-title-3 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .business-title-3 {
        font-size: 1.25rem;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    .business-title-3::before {
      position: absolute;
      top: 100%;
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #e5e5e5; }
    .business-title-3::after {
      position: absolute;
      top: 100%;
      content: '';
      display: block;
      width: 60px;
      height: 2px;
      background-color: #c4003a; }
      @media screen and (max-width: 768px) {
        .business-title-3::after {
          width: 40px; } }
    .business-title-3:not(:first-child) {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .business-title-3:not(:first-child) {
          margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .business-block {
      display: flex;
      flex-direction: column;
      gap: 15px 0;
      margin-top: 40px; } }
  @media screen and (min-width: 769px) {
    .business-block {
      display: grid;
      grid-template-columns: 40% 1fr;
      gap: 5%;
      margin-top: 80px; } }
  .business-photo img {
    width: 100%; }

/* Kinds
---------------------------------------------------------------------*/
.kinds {
  background-color: #f2f3f6; }
  .kinds-inner {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .kinds-inner {
        padding: 40px 0; } }
  .kinds-title-2 {
    position: relative;
    font-size: 3.125rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .kinds-title-2 {
        font-size: 1.625rem;
        margin-bottom: 30px; } }
    .kinds-title-2::after {
      content: '';
      display: block;
      width: 140px;
      height: 3px;
      background-color: #c4003a;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .kinds-title-2::after {
          width: 60px;
          height: 2px;
          margin-top: 10px; } }
  .kinds-title-3 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .kinds-title-3 {
        font-size: 1.25rem;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    .kinds-title-3::before {
      position: absolute;
      top: 100%;
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff; }
    .kinds-title-3::after {
      position: absolute;
      top: 100%;
      content: '';
      display: block;
      width: 60px;
      height: 2px;
      background-color: #c4003a; }
      @media screen and (max-width: 768px) {
        .kinds-title-3::after {
          width: 40px; } }
    .kinds-title-3:not(:first-child) {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .kinds-title-3:not(:first-child) {
          margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .kinds-block {
      display: flex;
      flex-direction: column;
      gap: 20px 0;
      margin-top: 30px; } }
  @media screen and (min-width: 769px) {
    .kinds-block {
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 5%;
      margin-top: 40px; } }
  .kinds-iclist {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 0; }
    .kinds-iclist > li {
      width: calc(100% / 7);
      padding: 5px; }
      @media screen and (max-width: 768px) {
        .kinds-iclist > li {
          width: calc(100% / 3); } }
      .kinds-iclist > li figure img {
        width: 100%; }
      .kinds-iclist > li figure figcaption {
        font-weight: 700;
        text-align: center;
        background-color: #d4dee7;
        padding: 2px; }
    @media screen and (max-width: 768px) {
      .kinds-iclist-etc {
        margin-top: auto; } }
    @media screen and (min-width: 769px) {
      .kinds-iclist-etc {
        text-align: right;
        margin-left: auto; } }

/* Footer
---------------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #044368; }
  .footer-inner {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0 30px; }
    @media screen and (max-width: 768px) {
      .footer-inner {
        padding: 30px 0 20px; } }
  .footer-lead {
    display: flex;
    justify-content: center; }
    .footer-lead-txt {
      position: relative;
      font-size: 1.75rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      line-height: 1.4;
      padding: 15px 50px;
      background-color: #c4003a; }
      @media screen and (max-width: 768px) {
        .footer-lead-txt {
          font-size: 1rem;
          padding: 10px 30px; } }
      .footer-lead-txt::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        width: 30px;
        height: 15px;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        background-color: #c4003a;
        margin: 0 auto; }
  .footer-inquiry {
    font-size: 1.375rem;
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .footer-inquiry {
        font-size: 1rem; } }
  .footer-company {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .footer-company {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-top: 20px; } }
    .footer-company-en {
      font-size: 1rem; }
      @media screen and (max-width: 768px) {
        .footer-company-en {
          font-size: 0.75rem; } }
  .footer-address {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .footer-address {
        font-size: 0.75rem;
        margin-top: 20px; } }
  .footer-copy {
    font-size: 0.625rem;
    color: #8aadc2;
    text-align: center;
    line-height: 1.4;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .footer-copy {
        margin-top: 20px; } }
