@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf") format("truetype"),url("../fonts/icomoon.woff") format("woff"),url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

/*
  Reset
 */
html {
  font-family: "Microsoft JhengHei", "Apple LiSung", sans-serif;
  height: 100%;
}

img {
  height: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (width < 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*
  icon-list
 */
 .icon {
  display: inline-block;
  font-family: 'icomoon';
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--pdf:before {
  content: "\e001";
}

.icon--mail:before {
  content: "\e002";
}

.icon--map:before {
  content: "\e003";
}

.icon--download:before {
  content: "\e004";
}

.icon--phone:before {
  content: "\e005";
}

.icon--right:before, .icon--bullet:before {
  content: "\e006";
}

.icon--left:before {
  content: "\e007";
}

.icon--to_bottom:before {
  content: "\e008";
}

.icon--to_top:before {
  content: "\e009";
}

.icon--down:before {
  content: "\e010";
}

.icon--up:before {
  content: "\e011";
}

.icon--window:before, .icon--external:before {
  content: "\e012";
}

.icon--close:before {
  content: "\e014";
}

.icon--start:before {
  content: "\e016";
}

.icon--pause:before {
  content: "\e017";
}

.icon--stop:before {
  content: "\e018";
}

.icon--indicator_off:before {
  content: "\e019";
}

.icon--indicator_on:before {
  content: "\e020";
}

.icon--share:before {
  content: "\e021";
}

.icon--comment:before {
  content: "\e022";
}

.icon--thumbs_up:before {
  content: "\e023";
}

.icon--reply:before {
  content: "\e024";
}

.icon--retweet:before {
  content: "\e025";
}

.icon--heart:before {
  content: "\e026";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  border-width: 0;
  clip-path: inset(50%);
}

/*
  body
 */
.body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*
  header
 */
.header {
  margin-top: 300px;
}

.header-title {
  display: flex;
  justify-content: center;
}

.header-logo {
  width: 404px;
}

@media (width < 768px) {
  .header {
    margin-top: 120px;
  }

  .header-logo {
    width: 200px;
  }
}

/*
  main
 */
.main {
  margin-top: 96px;
  max-width: 956px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-lang {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 80px;
}

.main-link {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.main-corp {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #cbcbcb;
}

.main-note {
  text-align: center;
  margin-top: 60px;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  color: #adabab;
}

@media (width < 768px) {
  .main {
    margin-top: 80px;
  }

  .main-lang {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .main-link {
    font-size: 14px;
  }

  .main-corp {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
  }

  .main-note {
    margin-top: 40px;
    font-size: 14px;
  }
}

@media (hover: hover) {
  .main-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: text-decoration-color 0.3s;
  }

  .main-link:hover {
    text-decoration-color: currentColor;
  }
}

/*
  footer
 */
.footer {
  border-top: solid 1px #e4e4e4;
  background: #f5f5f5;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: auto;
  font-weight: 400;
  letter-spacing: .06em;
}

.footer-corp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-link {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
  line-height: 1.33;
  font-size: 12px;
  letter-spacing: .05em;
}

.footer-copy,
.footer-gov {
  line-height: 1.2;
  color: #4c4c4c;
  font-size: 10px;
  text-align: center;
}

.footer-copy {
  margin-top: 30px;
}

.footer-gov,
.footer-gov-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #4c4c4c;
}

.footer-gov {
  margin-top: 10px;
  gap: 16px;
}

@media (width < 768px) {
  .footer {
    padding-top: 0;
  }

  .footer-corp {
    gap: 0;
    flex-wrap: wrap;
  }

  .footer-corp-item {
    width: 50%;
    border-bottom: 1px solid #e0e0e0;
  }

  .footer-corp-item:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }

  .footer-link {
    padding: 15px 10px;
  }

  .footer-gov {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
  }
}

@media (hover: hover) {
  .footer-link,
  .footer-gov-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: text-decoration-color 0.3s;
  }

  .footer-link:hover,
  .footer-gov-link:hover {
    text-decoration-color: currentColor;
  }
}
