@charset "UTF-8";
body {
  font-family: "Noto Sans CJK TC", Arial, sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.full-page {
  height: 100vh;
}

.gotop {
  width: 35px;
  height: 35px;
  border: #000000 1px solid;
  text-align: center;
  border-radius: 300px;
  position: fixed;
  right: 30px;
  bottom: 200px;
  z-index: 9999;
  transition: 0.3s;
  opacity: 0;
}
.gotop a {
  font-size: 0.8rem;
  line-height: 35px;
  color: #000000;
  transition: 0.3s;
}

.gotop:hover {
  border: #494949 1px solid;
}
.gotop:hover a {
  color: #494949;
}

.topBar {
  width: auto;
  position: absolute;
  top: 20px;
  right: 3%;
  z-index: 999;
  background: #ffffff;
  border-radius: 999em;
}
.topBar nav {
  display: flex;
  flex-direction: row;
}
.topBar nav a {
  display: block;
  width: auto;
  height: 25px;
  padding: 10px 0;
  text-decoration: none;
  margin: 0 15px;
}
.topBar nav a img {
  height: 100%;
}

main {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
main .main_pc {
  display: block;
  width: 100%;
  height: auto;
}
main .main_pc a {
  display: block;
  width: 100%;
}
main .main_pc a img {
  width: 100%;
}
main .main_mobile {
  display: none;
}

.wrapper {
  width: 65vw;
  min-width: 1080px;
  max-width: 1400px;
  margin: 30px auto;
}

.title {
  width: 100%;
  margin: 0px auto 30px auto;
}
.title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  color: #000000;
  border-top: #c9c9c9 1px solid;
  border-bottom: #c9c9c9 1px solid;
}

.section {
  width: 100%;
  margin: 0 auto;
}

.fixed-image .inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-image .inner .image {
  width: 48%;
  overflow: hidden;
  position: sticky;
  top: 20px;
  text-decoration: none;
}
.fixed-image .inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 10px;
}
.fixed-image .inner .image h2 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #000000;
}
.fixed-image .inner .image h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 5px;
}
.fixed-image .inner .image p {
  width: 100%;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.fixed-image .inner .image p:hover {
  text-decoration: underline;
}
.fixed-image .inner .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-image .inner .content a {
  text-decoration: none;
}
.fixed-image .inner .content a h2 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #000000;
}
.fixed-image .inner .content a h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 5px;
}
.fixed-image .inner .content a p {
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.fixed-image .inner .content a p:hover {
  text-decoration: underline;
}
.fixed-image .inner .content a .pic {
  width: 100%;
  margin-bottom: 10px;
}
.fixed-image .inner .content a .pic img {
  width: 100%;
}

.experience_1 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.experience_1 .theme {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.experience_1 .theme a {
  text-decoration: none;
}
.experience_1 .theme .article {
  width: 33.3333%;
  margin-bottom: 40px;
}
.experience_1 .theme .article .item {
  width: calc(100% - 20px);
  padding: 10px;
}
.experience_1 .theme .article .item .pic {
  width: 100%;
  height: 18vw;
  overflow: hidden;
  margin-bottom: 10px;
}
.experience_1 .theme .article .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience_1 .theme .article .item .article_text h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}
.experience_1 .theme .article .item .article_text p {
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.experience_1 .theme .article .item .article_text p:hover {
  text-decoration: underline;
}

.experience {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.experience .theme {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.experience .theme a {
  text-decoration: none;
}
.experience .theme .article {
  width: 25%;
  margin-bottom: 40px;
}
.experience .theme .article .item {
  width: calc(100% - 20px);
  padding: 10px;
}
.experience .theme .article .item .pic {
  width: 100%;
  height: 15vw;
  overflow: hidden;
  margin-bottom: 10px;
}
.experience .theme .article .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience .theme .article .item .article_text h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}
.experience .theme .article .item .article_text p {
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.experience .theme .article .item .article_text p:hover {
  text-decoration: underline;
}

footer {
  width: 100%;
  background: #494949;
  padding: 20px 0;
  margin-top: 150px;
}
footer nav {
  width: 80vw;
  margin: 0 auto;
}
footer nav ul {
  display: flex;
  flex-direction: row;
}
footer nav ul li {
  margin: 0 10px 20px 0;
}
footer nav ul li a {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s;
}
footer nav ul li a:hover {
  color: #a8e8fc;
}
footer div {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-self: start;
}
footer div .bottom_logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
footer div .bottom_logo a {
  height: 30px;
  margin-right: 20px;
  color: #ffffff;
  font-size: small;
  font-weight: 300;
  line-height: 30px;
}
footer div .bottom_logo a img {
  height: 100%;
}
footer div p {
  display: none;
  color: #ffffff;
  font-size: small;
  font-weight: 300;
  padding-top: 15px;
}

@media screen and (max-width: 1680px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1280px) {
  .topBar {
    top: 20px;
    right: 3%;
  }
  .topBar nav a {
    height: 20px;
    margin: 0 12px;
  }
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  .fixed-image .inner .image img {
    height: 33vw;
    -o-object-position: center top;
       object-position: center top;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-image .inner .image img {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 820px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  .experience .theme {
    justify-content: flex-start;
  }
  .experience .theme .article {
    width: 33.3333%;
  }
  .experience .theme .article .item {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .experience .theme .article .item .article_text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /*超過n行文字消失*/
  }
  footer nav {
    width: 90%;
  }
  footer div {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .gotop {
    width: 35px;
    height: 35px;
    border: #000000 1px solid;
    text-align: center;
    border-radius: 300px;
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  .gotop a {
    font-size: 0.8rem;
    line-height: 35px;
    color: #000000;
    transition: 0.3s;
  }
  .topBar {
    width: 100%;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 0;
    top: 0;
    right: 0;
  }
  .topBar nav {
    justify-content: flex-end;
    margin-right: 10px;
  }
  .topBar nav a {
    height: 24px;
    padding: 8px 0;
    margin: 0 7px;
  }
  main {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  main .main_pc {
    display: none;
  }
  main .main_mobile {
    display: block;
  }
  .wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .title {
    width: 90%;
    text-align: center;
  }
  .fixed-image .inner {
    width: 100%;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .fixed-image .inner .image {
    width: 100%;
  }
  .fixed-image .inner .image h2 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
  }
  .fixed-image .inner .image h3 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
  }
  .fixed-image .inner .image p {
    width: 90%;
    margin: 0 auto 80px auto;
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
  .fixed-image .inner .content {
    width: 100%;
    background: #ffffff;
    z-index: 9999999;
  }
  .fixed-image .inner .content a {
    text-decoration: none;
  }
  .fixed-image .inner .content a h2 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
  }
  .fixed-image .inner .content a h3 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
  }
  .fixed-image .inner .content a p {
    width: 90%;
    margin: 0 auto 30px auto;
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
  .fixed-image .inner .content a .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .fixed-image .inner .content a .pic img {
    width: 100%;
  }
  .experience_1, .experience {
    width: 100%;
    text-align: center;
  }
  .experience_1 .theme, .experience .theme {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .experience_1 .theme .article, .experience .theme .article {
    width: 100%;
    margin-bottom: 10px;
  }
  .experience_1 .theme .article .item, .experience .theme .article .item {
    width: 100%;
    padding: 0;
  }
  .experience_1 .theme .article .item .pic, .experience .theme .article .item .pic {
    height: 60vw;
    padding: 0;
    margin-bottom: 10px;
  }
  .experience_1 .theme .article .item .pic img, .experience .theme .article .item .pic img {
    height: auto;
    width: 110%;
    left: 50%;
  }
  .experience_1 .theme .article .item .article_text, .experience .theme .article .item .article_text {
    text-align: left;
  }
  .experience_1 .theme .article .item .article_text h3, .experience .theme .article .item .article_text h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 10px;
  }
  .experience_1 .theme .article .item .article_text p, .experience .theme .article .item .article_text p {
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    display: none;
  }
  footer {
    margin-top: 150px;
  }
  footer nav {
    width: 90%;
  }
  footer nav ul {
    width: 100%;
  }
  footer nav ul li {
    margin: 0 10px 20px 0;
  }
  footer nav ul li a {
    font-size: small;
    letter-spacing: 0px;
    line-height: 1.6rem;
  }
  footer div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-self: start;
  }
  footer div .bottom_logo {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  footer div .bottom_logo a {
    height: 30px;
    padding: 5px 0;
    margin-right: 20px;
  }
  footer div .bottom_logo a img {
    height: 100%;
  }
  footer div .bottom_logo .copyright {
    display: none;
  }
  footer div p {
    display: block;
    color: #ffffff;
    font-size: small;
    font-weight: 300;
    padding-top: 15px;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .experience {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .experience {
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */