@charset "utf-8";
/* CSS Document */
/*
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {font-family: 'Noto Sans TC';}
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

* {
  /* margin:0;*/
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  position: relative;
  font-size: calc((12 * (100vw / 1200) + 0px));
  color: #333;
  text-align: center;
  font-family: 'Roboto', "Noto Sans TC", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, sans-serif;
  /*		background-image:url("../img/bg.png");background-size: 100%; background-position:center top; background-repeat: no-repeat;*/
  background-color: #f9f9f9;
}

div {
  position: relative;
}

a {
  display: block;
  position: relative;
  text-decoration: none;
  top: 0;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

/*a:hover{opacity:0.8;filter:alpha(opacity=80); top:0px;}*/
a img {
  border: none;
}

.main_header {
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*padding-bottom: 72em;*/
  padding: 2em
}

section {
  /* max-width: 1100px;*/
  margin: auto;
  position: relative;
  /*min-height: 800px;*/
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
}

h1 {
  /*font-size: 270%;*/
  font-size: 200%;
  padding-bottom: 0.2em;
  font-weight: 700;
}

h1::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2.3em;
  height: 0.2em;
  background-color: #005AB5;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.45em;
}

h2 {
  font-size: 170%;
  margin-bottom: 0.3em;
  font-weight: normal;
}

/*font-size: 200%;font-weight: 700;*/
.s2_txt h2 {
  padding-left: 33.5rem;
}

h3 {
  color: #000;
  font-weight: 700;
  font-size: 200%;
  background-color: #5bffeb;
  display: inline-block;
  padding: 0.1em 0.8em;
  line-height: 1;
  margin-top: -0.2em;
}

p {
  width: 70%;
  margin: auto;
  font-size: 120%;
  line-height: 1.5;
}

.body_unscroll {
  overflow: hidden;
}


.warp {
  width: calc(100% - 3em);
  height: 100%;
  margin: 0px auto;
  padding-bottom: 9.5em;
}

#section2 .warp {
  width: calc(100% - 6em);
}

.section .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.logo {
  width: 26em;
  max-width: 490px;
  padding: .6em 0;
  /*
    width: 9vw;
    height: 12vw;
*/
  display: block;
  /*    top: 0;*/
  left: 2em;
  position: absolute;
  z-index: 12;
  cursor: pointer;
  /*	background-image:url(../img/logo.png);background-size: cover; background-position:center top; background-repeat: no-repeat;*/
}

.logo_tw {
  width: 14.45em;
  max-width: 290px;
  padding: 0 0;
  /*
    width: 9vw;
    height: 12vw;
*/
  display: block;
  top: -12px;
  left: 2em;
  position: absolute;
  z-index: 12;
  cursor: pointer;
  /*	background-image:url(../img/logo.png);background-size: cover; background-position:center top; background-repeat: no-repeat;*/
}


.logo a {
  width: 100%;
  height: 100%;
}

#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 6px 10px;
  font-size: 1em;
  background: #777;
  color: white;
  cursor: pointer;
  z-index: 999;
}

.menu_top.bg {
  background-color: #fff;
}

.menu_top {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  position: fixed;
  z-index: 10;
  padding: 2.8em 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 9em;
  margin-top: 0;
}

.menu {
  font-size: 1.5em;
  position: absolute;
  width: 100%;
  text-align: right;
  z-index: 10;
  display: block;
  /*background-color: #666;*/
  /*
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
*/
}

.menu a {
  transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 1em;
  border-radius: 1em;
  margin: 0 0.6em;
  letter-spacing: .05em;
}

.menu a:hover,
.menu a.is-selected {
  color: #fff;
  background-color: #005AB5;
}

.menu ul {
  margin: 0;
}

.menu li {
  display: inline-block;
}

.menu_rotate {
  transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -webkit-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
}

.menu_open {
  z-index: 200;
}

.menu_open .menu_rotate {}

.is-selected {}

.nav_icon img {
  vertical-align: top;
}

.nav_icon a {
  display: inline-block;
  width: 1em;
}

.top_menu {
  top: 1%;
  right: 1%;
  position: fixed;
  z-index: 201;
  cursor: pointer;
  font-size: 100%;
  /*background-color:rgba(255, 255, 255, 0.8);*/
  padding: 6px;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.icon-bar,
.icon_bar::before,
.icon_bar::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: #005AB5;
  margin: 8px auto;
  -webkit-transition: background-color .35s, -webkit-transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
  transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translateY(0)translateZ(0);
  transform: translateY(0)translateZ(0);
}

.root_menu_closed.icon_bar::before {
  -webkit-transform: translateY(10px)rotate(45deg);
  -ms-transform: translateY(10px)rotate(45deg);
  transform: translateY(10px)rotate(45deg);
}

.root_menu_closed .icon-bar {
  opacity: 0;
}

.root_menu_closed.icon_bar::after {
  -webkit-transform: translateY(-10px)rotate(-45deg);
  -ms-transform: translateY(-10px)rotate(-45deg);
  transform: translateY(-10px)rotate(-45deg);
}


/*RWD Youtube 以及 Vimeo*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*aniview*/
.kv {
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-bottom: 50rem;
}
.chart {
  padding-bottom: 10rem;
  padding-top: 0rem;
  margin-top: 0rem;
}
.s1 {
  z-index: 3;
}

.s2_txt {
  text-align: left;
}

.s2_txt p {
  width: auto;
  padding-left: 33.5rem;
}

.s2_pic {
  /*max-width: 582px;*/
  width: 33.5rem;
  float: left;
  padding-right: 3em;
}

.s2_txt_box {
  margin: auto;
  display: inline-block;
}

#section4 strong {
  font-size: 130%;
  font-weight: 700;
}


.subscribe_box {
  display: inline-block;
  border: solid 2px #005AB5;
  border-radius: 0.4em;
  font-size: 140%;
  margin-top: 0.6em;
  width: 23em;
  text-align: left;
}

.subscribe_a {
  position: absolute;
  top: 0;
  right: 0;
  width: 7em;
  height: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 2.3;
  border-left: solid 2px #005AB5;
}

.subscribe_a:hover {
  background-color: #005AB5;
  color: #000;
}

.subscribe_box input {
  width: 70%;
  height: 2em;
  font-size: 120%;
  color: #000;
  padding: 0 1em;
  background: none;
  outline: none;
  border: 0px;
}

.subscribe_box input[type="text"]:focus,
.subscribe_box input[type="password"]:focus {
  outline: none;
}

footer {
  font-size: 120%;
  padding: 2em;
}

.pc {
  display: block;
}

.pc2 {
  display: inline-block;
}

.sp {
  display: none;
}

.sp2 {
  display: none;
}


.togo {
  font-size: 1em;
  display: block;
  text-align: center;
  top: 30%;
  width: 6em;
}

.togo img {
  padding: 0 1em;
}

.kv_box {
  position: absolute;
  padding: 10rem;
  width: 100%;
  height: auto;
  z-index: 1;
}

.kv_box2 {
  z-index: 2;
}

.svg_ball {
  position: absolute;
  padding: .5%;
  display: block;
  border-radius: 1em;
  z-index: 1;
  background-color: #005AB5;
  top: 0;
  left: 0;
}

.contactus_line {
  position: absolute;
  width: 18%;
  top: 2em;
  right: -2%;
  line-height: 0;
}

#svg_ball5 {
  left: 3.25%;
  bottom: 15.4%;
  top: auto;
}

.contactus_line2 {
  left: -2%;
  right: auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line_d {
  position: absolute;
  bottom: -8em;
  width: 15%;
}

.line_02 {
  right: 0;
}

.square_box {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.square {
  position: absolute;
  width: 4.2%;
  top: 25.8%;
  left: 55%;
}

.square2 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 47.9%;
  left: 92.7%;
}

.square img {
  position: relative;
  z-index: 2;
  display: block;
}

.square::before,
.square::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0;
  background: url("../svg/square.svg") center no-repeat;
  background-size: cover;
  z-index: 1;
}

.square::after {
  top: -40%;
  z-index: 3;
}

.square::before {
  animation: square1 4s infinite alternate;
}

@keyframes square1 {
  0% {
    top: -40%;
  }

  25% {
    top: -40%;
  }

  50% {
    top: 0%;
  }

  75% {
    top: 0%;
  }

  100% {
    top: 0%;
  }
}

.square::after {
  animation: square2 4s infinite alternate;
}

@keyframes square2 {
  0% {
    top: 40%;
  }

  25% {
    top: 40%;
  }

  50% {
    top: 0%;
  }

  75% {
    top: 0%;
  }

  100% {
    top: 0%;
  }
}


@media screen and (min-width: 1px) and (max-width: 800px) {
  .s2_txt h2 {
    padding-left: 0;
  }

  .s2_txt p {
    padding-left: 0;
  }

  .square_box {
    top: 5em;
  }

  .square {
    width: 4%;
    top: 21.5%;
  }

  .square2 {
    top: 40.5%;
  }

  .kv_box {
    top: 5em;
  }

  .line_01 {
    left: -2em;
  }

  .contactus_line {
    width: 20%
  }

  p {
    width: 80%;
  }

  .s2_pic {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
  }

  .menu_top {
    padding: 1.6em 0;
    height: 5em;
  }

  .menu_top.op {
    /*padding: 0; */
    height: 100%;
    background-color: #fff;
    z-index: 10;
  }

  body {
    font-size: calc((32 * (100vw / 1200) + 0px));
    background-image: none;
  }

  .warp {
    width: 100%;
    padding-bottom: 2.5em;
  }

  .pc {
    display: none;
  }

  .pc2 {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp2 {
    display: inline-block;
  }

  .top_menu {
    display: block;
    font-size: 200%;
  }

  .menu {
    display: none;
  }

  .menu_open {
    display: block;
    background-color: #fff;
    height: 100%;
    z-index: 11;
  }

  .menu {
    text-align: center;
    height: 100%;
  }

  .cd-dot {
    display: inline-block;
    border-right: solid 0;
    height: 0;
    margin: 0;
  }

  .menu ul {
    padding: 20% 0 0;
  }

  .menu li {
    display: block;
    border-bottom: dashed 0px rgba(5, 34, 69, 0.4);
    width: 50%;
    margin: auto;
    padding: .5em 0
  }

  .nav_icon img {
    margin: 0 1vw;
  }

  .logo {
    width: 14em;
  }

  .logo_tw {
    width: 11em;
    top: 0px;
  }


  .left {
    float: inherit;
    width: 100%;
  }

  .right {
    float: inherit;
    width: 100%;
  }

  .togo {
    right: 80px;
    top: 1%;
    width: 2em;
  }

  .togo img {
    height: 36px;
    display: block;
    padding: 0;
  }

  .togo span {
    display: none;
  }

  /*.cd-vertical-nav--------------------------------------------------------------*/
  .nav_r {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    padding: 16px;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
  }

  .nav_r:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav_r:hover .cd-label {
    opacity: 1;
  }

  .nav_rli {
    text-align: right;
  }

  .nav_ra {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .nav_ra:after {
    content: "";
    display: table;
    clear: both;
  }

  .nav_ra span {
    float: right;
    display: inline-block;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Hiragino Mincho W3 JIS2004", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "YuMincho", "游明朝", "游明朝体", serif;
    /*
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
*/
  }

  /*
.nav_ra:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
*/
  .nav_r .cd-label {
    opacity: 0;
  }

  .nav_r a.is-selected .cd-dot {
    background-color: white;
    border: solid 1px #7f7f7f;
  }

  .nav_r .cd-dot {
    position: relative;
    top: 8px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 1px #000;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .nav_r .cd-label {
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    color: white;
    font-size: 1em;
    font-size: 0.875rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  /*.cd-vertical-nav--------------------------------------------------------------*/

  .experiment_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

p {
  display: inline;
}

a {
  display: inline-block;
  margin-left: 5px; /* adjust this to create spacing between "xyz" and "wj" */
}

/* includes alternating gray and white with on-hover color */

.mystyle {
  /*font-size: 11pt;
  font-family: Arial;
  border-collapse: collapse;
  border: 1px solid silver;
  */
  margin-left: auto;
  margin-right: auto;
}

.mystyle td, th {
  padding: 5px;
}

.mystyle tr:nth-child(even) {
  background: #E0E0E0;
}

.mystyle tr:hover {
  background: silver;
  cursor: pointer;
}
  
