html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

img {
  display: block;
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
html * {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
  line-height: 1.4em;
}
html *:before, html *:after {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
  line-height: 1.4em;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

a {
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes train {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -466px;
  }
}
@keyframes car-left {
  0% {
    margin-left: -5%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes car-right {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -5%;
  }
}
@keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }
  8% {
    margin-left: 80%;
    margin-top: 5%;
  }
  16% {
    margin-left: 65%;
    margin-top: 3%;
  }
  24% {
    margin-left: 50%;
    margin-top: 7%;
  }
  36% {
    margin-left: 38%;
    margin-top: 5%;
  }
  42% {
    margin-left: 23%;
    margin-top: 2%;
  }
  46% {
    margin-left: 13%;
    margin-top: 5%;
  }
  50% {
    margin-left: 0%;
    margin-top: 8%;
  }
  58% {
    margin-left: 18%;
    margin-top: 7%;
  }
  62% {
    margin-left: 35%;
    margin-top: 4%;
  }
  72% {
    margin-left: 50%;
    margin-top: 2%;
  }
  80% {
    margin-left: 62%;
    margin-top: 5%;
  }
  88% {
    margin-left: 75%;
    margin-top: 2%;
  }
  94% {
    margin-left: 88%;
    margin-top: 4%;
  }
  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}
@keyframes cloud {
  0% {
    left: 1%;
  }
  50% {
    left: 2%;
  }
  100% {
    left: 1%;
  }
}
@-moz-keyframes car {
  0% {
    margin-left: -443px;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes car {
  0% {
    margin-left: -443px;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes car {
  0% {
    margin-left: -443px;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes iconshake {
  0% {
    margin-top: 40px;
  }
  33% {
    margin-top: 30px;
  }
  66% {
    margin-top: 40px;
  }
  100% {
    margin-top: 30px;
  }
}
@keyframes earth {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes goon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  50% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes click01 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
  }
  30% {
    transform: translateY(0px);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click03 {
  0% {
    opacity: 0;
    transform: scale(0%);
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: scale(1);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.anisec .animate {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}
.anisec .animate.show {
  opacity: 1;
}
.anisec .animate.show.inifite {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-animation: goon 1.5s infinite;
  -webkit-animation: goon 1.5s infinite;
  animation: goon 1.5s infinite;
}
.anisec .animate.fadeInUp.show {
  -moz-animation: fadeInUp 0.5s;
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

nav #mainmenu, section > div.con {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

nav #mainmenu:after, section > div.con:after {
  content: " ";
  display: block;
  clear: both;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateFadeIn {
  0% {
    transform: scale(0.4);
    transform: rotate(65deg);
  }
  100% {
    transform: scale(1);
    transform: rotate(0deg);
    opacity: 1;
  }
}
body, html {
  background: #080404;
}

#wrap {
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

#gotop {
  position: fixed;
  bottom: 100px;
  right: 100px;
  font-size: 20px;
  line-height: 2.4em;
  z-index: 2;
  color: #D9A945;
}

#signup {
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  bottom: 191px;
  right: 84px;
  z-index: 1;
  display: none;
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%);
  background-blend-mode: lighten;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 23px;
  text-align: center;
}
#signup:hover {
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

@media (max-width: 768px) {
  #signup {
    display: block;
    z-index: 2;
    width: 100%;
    height: auto;
    right: auto;
    border-radius: 0;
    bottom: 0;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
  }
  #gotop {
    bottom: 105px;
    right: 25px;
    font-size: 25px;
    line-height: 1.2em;
  }
  #gotop:after {
    border-width: 0 7px 14px 7px;
  }
}
iframe[name=google_conversion_frame] {
  display: none;
}

#smenu {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 25px;
  top: 5px;
  right: 10px;
  background: url(../images/menu.svg) center no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
  transition: none;
}

.active #smenu {
  background: url(../images/menu-close.svg) center no-repeat;
  background-size: 70px;
}

@media (max-width: 1024px) {
  .logo-pc {
    padding: 17px 72px 0 4%;
  }
  #smenu {
    display: block;
    margin: 12px 4% 0 0;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.social {
  display: table;
  margin: auto auto auto 40px;
  width: 120px;
  text-align: center;
}
ul.social li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
ul.social li a {
  display: block;
  width: 36px;
  height: 36px;
}
ul.social lili:last-child {
  margin-left: 24px;
}
ul.social li.fbshare a {
  background: url(../images/icon-FB.svg) center center no-repeat;
  background-size: 36px;
  border-radius: 50%;
}
ul.social li.fbshare a:hover {
  background: url(../images/icon-FB_on.svg) center center no-repeat;
  background-size: 36px;
  cursor: pointer;
}
ul.social li.fbshare_m {
  display: none;
}
ul.social li.fbshare_m input {
  width: 36px;
  height: 36px;
  border: none;
  color: transparent;
  background: url(../images/icon-FB.svg) center center no-repeat;
}
ul.social li.fbshare_m input:hover {
  background: url(../images/icon-FB_on.svg) center center no-repeat;
  cursor: pointer;
}
ul.social li.line a {
  background: url(../images/line.svg) center center no-repeat;
  background-size: 36px;
  border-radius: 50%;
}
ul.social li.line a:hover {
  background: url(../images/line_on.svg) center center no-repeat;
  background-size: 36px;
}

.menu-wrap li, .social li {
  margin: 0 5px;
}

.menu-wrap a img, .social a img {
  width: 36px;
  height: 36px;
}

.header_content, nav, #mainmenu {
  display: flex;
  align-items: center;
}

.header_content {
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
}

.menu {
  font-size: 18px;
  margin: 0 10px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
}
.menu:hover {
  color: #20AAC3;
}

.down .menu {
  height: 60px;
  position: relative;
}
.down .menu:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0;
  background: transparent;
}
.down .menu:hover {
  color: #F2E6DE;
}
.down ul.social li.fbshare a {
  background: url(../images/fb-white.svg) center center no-repeat;
  background-size: 36px;
  border-radius: 50%;
}
.down ul.social li.fbshare a:hover {
  background: url(../images/fb-white_on.svg) center center no-repeat;
  background-size: 36px;
  cursor: pointer;
}
.down ul.social li.line a {
  background: url(../images/line-white.svg) center center no-repeat;
  background-size: 36px;
  border-radius: 50%;
}
.down ul.social li.line a:hover {
  background: url(../images/line-white_on.svg) center center no-repeat;
  background-size: 36px;
}

@media (max-width: 1024px) {
  .header_content, nav, #mainmenu {
    display: block;
    align-items: center;
  }
  .logo-pc a {
    height: 45px;
    display: flex;
  }
  .header_content {
    width: 100%;
    max-width: 100%;
  }
  ul.social {
    margin: auto;
  }
  ul.social li.fbshare {
    display: inline-block;
  }
  ul.social li.fbshare_m {
    display: inline-block;
  }
  nav {
    position: fixed;
    z-index: 999;
    background-color: #1A3366;
    background-size: cover;
    top: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: -100vh;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  nav #mainmenu {
    padding: 10px;
    max-width: 500px;
    margin: 60px auto 20px auto;
    width: 75%;
  }
  nav #mainmenu li a {
    display: block;
    font-size: 20px;
    color: #20AAC3;
    position: relative;
    margin: 15px auto;
    text-align: center;
  }
  nav #mainmenu li a.active {
    font-weight: bold;
  }
  nav #mainmenu li:hover a {
    font-weight: bold;
    color: #20AAC3;
  }
  .down ul.social li.fbshare a {
    background: url(../images/icon-FB.svg) center center no-repeat;
    background-size: 36px;
    border-radius: 50%;
  }
  .down ul.social li.fbshare a:hover {
    background: url(../images/icon-FB_on.svg) center center no-repeat;
    background-size: 36px;
    cursor: pointer;
  }
  .down ul.social li.line a {
    background: url(../images/line.svg) center center no-repeat;
    background-size: 36px;
    border-radius: 50%;
  }
  .down ul.social li.line a:hover {
    background: url(../images/line_on.svg) center center no-repeat;
    background-size: 36px;
  }
}
#header.down {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  height: 60px;
  background-color: #20AAC3;
  margin-top: 0px;
}
#header.down .header_content {
  border-bottom: 0;
}
#header.down .header_content:after {
  display: none;
}

@media (max-width: 1024px) {
  #header.down {
    position: relative;
    height: 0;
  }
}
.active nav {
  top: 0;
}

section {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
section > div.con {
  box-sizing: border-box;
}

h2.title {
  font-weight: bold;
  font-size: 66px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  display: table;
  margin: auto;
}
h2.title div.year {
  font-size: 110px;
  color: #27a038;
}
h2.title > span {
  font-size: 72px;
  background-clip: text !important;
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%);
  color: transparent;
  font-weight: bold;
}
h2.title:after, h2.title:before {
  display: block;
  content: "";
  position: absolute;
  width: 52px;
  height: 70px;
  top: 11px;
}
h2.title:after {
  left: -70px;
}
h2.title:before {
  transform: rotate(180deg);
  right: -70px;
}
h2.title b {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #094b15;
}
h2.title b span {
  font-size: 38px;
}

@media (max-width: 720px) {
  #smenu {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
  .active #smenu {
    background-size: 50px;
  }
}
#award h2 {
  color: #FFF;
  padding-top: 20%;
}
#award h2 > span {
  color: #FFF;
}
#award h2:after {
  background: #fdef0b;
}
#award .title b {
  font-weight: 500;
}
#award .year, #award b, #award span {
  color: #FFF;
}
#award .dedication_light {
  background-image: url(../images/light.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#award.active .dedication_light {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.btns {
  text-align: center;
}
.btns li {
  display: inline-block;
  margin: 10px 20px;
}
.btns li.icon a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/video-arrow.png) center center no-repeat;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 5px;
  transition: all 0.5s;
}
.btns a {
  display: block;
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%);
  background-blend-mode: lighten;
  border-radius: 48px;
  color: #000D37;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding: 22px 88px;
}
.btns a:hover {
  background: linear-gradient(94.93deg, #6AC5D7 -2.73%, #2175AD 101.47%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

@media (max-width: 600px) {
  .btns a {
    font-size: 24px;
    padding: 18px 40px;
  }
}
#survey {
  overflow: hidden;
}
#survey .title b {
  font-weight: 500;
}
#survey .btns a {
  color: #ffffff;
  background: #1cbbc5;
}

.mores.show .btns li.icon a:after {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.white .btns a {
  background-color: #ffffff;
  color: #1e6674;
}
.white .btns a::after {
  background: url(../images/button-arrow-dark.png) center center no-repeat;
}
.white .btns a:hover {
  color: #ffffff;
  background-color: #9e7830;
}
.white .btns a:hover::after {
  background: url(../images/button-arrow.png) center center no-repeat;
}

.active .fadeinup {
  opacity: 0;
}
.active .fadeinup.active {
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
  opacity: 1;
}

.fadeinup {
  opacity: 0;
}

.fancybox-close {
  background-image: url(../images/dialog-close.png) !important;
  background-size: cover !important;
  top: 15px !important;
  right: 15px !important;
}
.fancybox-close:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .fancybox-skin {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.boxcon h4.title {
  display: table;
  color: #a07729;
  font-size: 36px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
.boxcon h4.title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 2px;
  background: #a07729;
  margin: 20px auto;
}

ul.tabs {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: #a07729 1px solid;
}
ul.tabs li {
  display: inline-block;
  width: auto !important;
  margin: 0 !important;
}
ul.tabs li.active a::after {
  background: #a07729;
}
ul.tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  margin: 1px 0;
  color: #a07729;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
ul.tabs li a::after {
  content: "";
  content: "";
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 100%;
  height: 4px;
  background: transparent;
  margin: 0 auto;
}

.tab_container .tab_content {
  max-width: 1000px;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  #awardList .tab_content {
    padding: 0;
  }
}
.table-wrap {
  background-color: #a07729;
  padding: 40px 20px 30px;
  margin: 40px auto 100px;
  position: relative;
}
.table-wrap:last-child {
  margin-bottom: 0;
}
.table-wrap div {
  background-color: #8b5d13;
  position: absolute;
  width: 70%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
  min-width: 200px;
}
.table-wrap li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}
.table-wrap li span {
  line-height: 50px;
  font-size: 20px;
  background: #ffffff;
  width: 160px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #a07729;
  flex: 0 0 auto;
}
.table-wrap li p {
  font-size: 18px;
  color: #ffffff;
  padding-left: 20px;
  flex: 0 1 auto;
}

@media (max-width: 480px) {
  .table-wrap li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .table-wrap li span {
    width: 100%;
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .table-wrap li p {
    padding-left: 0;
    padding-top: 10px;
  }
}
.sectt {
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin: 35px auto 25px auto;
}
.sectt:before, .sectt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}

.rwdvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.rwdvideo iframe, .rwdvideo object, .rwdvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-grid {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.section-grid figure {
  position: relative;
  overflow: hidden;
}
.section-grid .item {
  float: left;
  width: 25%;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.section-grid figure {
  position: relative;
  overflow: hidden;
}
.section-grid figcaption {
  background-color: rgba(142, 112, 53, 0.8);
  position: absolute;
  color: #fff;
  padding-top: 15%;
  z-index: 5;
  width: 100%;
  height: 90%;
  top: 0px;
  line-height: 1.5em;
  font-weight: bold;
  top: -1px;
}
.section-grid figcaption .title {
  font-size: 130%;
  margin-bottom: 20px;
  padding: 0 7%;
}
.section-grid figcaption .content {
  color: #fff;
  margin-bottom: 30px;
  padding: 0 1%;
  text-align: center;
}
.section-grid figcaption .content b {
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
}
.section-grid figcaption .content strong {
  color: #ffe400;
}
.section-grid figcaption .content strong span {
  font-size: 1.3em;
  color: #ffe400;
  font-weight: bold;
}
.section-grid figcaption .content span {
  font-size: 0.9em;
  line-height: 1.3em;
}
.section-grid figcaption .content i {
  padding-right: 22px;
  background: url(../images/icon.png) left center no-repeat;
}
.section-grid figcaption .text {
  position: relative;
  top: 20%;
}
.section-grid figcaption .more a {
  font-size: 20px;
  display: table;
  margin: auto;
  padding: 2px 8px;
  border-radius: 50px;
  color: #fff;
  background: #e8be6b;
  line-height: 40px;
  width: 120px;
  text-align: center;
}

@media (max-width: 980px) {
  .section-grid {
    position: relative;
  }
}
@media (max-width: 768px) {
  .section-grid figcaption .content b {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .section-grid figcaption .content {
    font-size: 1.2em;
  }
}
@media (max-width: 980px) {
  .section-grid .item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .section-grid .item {
    width: 100%;
  }
  .section-grid figcaption .content {
    font-size: 1em;
  }
}
footer {
  position: relative;
  background-color: #fff;
  padding: 45px 0;
}
footer .component {
  background: #1e6674;
  text-align: center;
  padding: 30px 0;
}
footer .component * {
  color: #fff;
}
footer .support-center {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
footer .support-wrap {
  overflow: hidden;
}
footer .support-wrap li {
  display: inline-block;
  vertical-align: middle;
}
footer .support-wrap li + li {
  margin-left: 40px;
}
footer .support-wrap li:last-child .support-box a {
  cursor: auto;
}
footer .support-wrap h3 {
  font-size: 20px;
  font-weight: 800;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
footer .support-wrap .support-box {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
footer .support-wrap a {
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: middle;
}
footer .support-wrap a img {
  margin: auto;
}

@media (max-width: 1024px) {
  footer .support-center {
    padding: 50px 10px;
    display: block;
    width: 100%;
    max-width: 750px;
  }
  footer .support-center .info {
    margin-left: 0px;
  }
  footer .support-center .info ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  footer {
    margin-top: 0px;
    padding: 40px 20px;
  }
  footer:before {
    display: none;
  }
  footer .support-center {
    top: 0px;
  }
  footer .support-wrap li {
    width: 100%;
  }
  footer .support-wrap li h3 {
    width: 120px;
  }
  footer .support-wrap li + li {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  footer .support-wrap li {
    text-align: center;
  }
  footer .support-wrap li h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    width: auto;
  }
  footer .support-wrap li + li {
    margin-top: 50px;
  }
  footer .support-wrap a {
    margin: 0px;
    display: block;
  }
  footer .support-wrap a + a {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 40px 20px 100px 20px;
  }
}
@media (min-width: 0px) {
  html, body {
    min-width: 320px;
  }
}
@media (max-width: 1000px) {
  section > div.con {
    width: 100%;
    padding: 0px 5%;
  }
}
@media (max-width: 768px) {
  h2.title {
    font-size: 38px;
  }
  h2.title:before, h2.title:after {
    width: 43px;
    height: 52px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  h2.title:before {
    right: -53px;
  }
  h2.title:after {
    left: -53px;
  }
  h2.title > span {
    display: inline-block;
    font-size: 42px;
  }
  h2.title b {
    font-size: 24px;
  }
  h2.title b span {
    display: inline-block;
    font-size: 24px;
  }
  #unit h2, #survey h2 {
    margin-bottom: 40px;
  }
  ul.tabs li a {
    padding: 8px 12px;
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .boxcon h4.title {
    font-size: 36px;
    display: flex;
    flex-direction: column;
  }
}
/*# sourceMappingURL=layout.css.map */