@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500&family=Open+Sans&family=Palanquin+Dark&display=swap");
.graphic {
  position: absolute;
  pointer-events: none;
}

.graphic.snow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-position: center;
  background-size: cover;
}

.graphic.snow .bg {
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.graphic.graphic01 {
  left: -114px;
  top: -336px;
  overflow: hidden;
  z-index: 1;
}

.graphic.graphic01 img {
  position: relative;
  right: -0;
}

.graphic.graphic02 {
  z-index: 6;
}

.graphic.graphic03 {
  left: 55%;
  top: -333px;
  overflow: hidden;
  z-index: 1;
  margin-left: -716px;
}

.graphic.graphic04 {
  right: 0;
  top: 55%;
  z-index: 1;
  overflow: hidden;
}

.graphic.graphic04 img {
  position: relative;
  right: -500px;
}

.graphic.graphic05 {
  right: 9%;
  top: 80%;
  z-index: 5;
}

#blog {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

#blog.show .top_block .box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#blog .top_block {
  position: relative;
  height: 1107px;
}

#blog .top_block .temp_ball {
  position: absolute;
  width: 799px;
  top: 92px;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#blog .top_block .graphic02 {
  position: absolute;
  top: 0;
  left: 50%;
}

#blog .top_block .temp {
  position: absolute;
  left: 50%;
  top: 200px;
  height: 750px;
  margin-left: -395px;
  z-index: 5;
  width: 170px;
  font-size: 18px;
  color: #C5C5C5;
  overflow: hidden;
}

#blog .top_block .temp .c {
  position: absolute;
  display: block;
}

#blog .top_block .temp .c::after {
  content: '';
  position: absolute;
  width: 114px;
  background-color: #CBCBCB;
  height: 1px;
  left: 65px;
  top: 8px;
}

#blog .top_block .temp .c:nth-child(1) {
  top: 0;
}

#blog .top_block .temp .c:nth-child(2) {
  top: 19%;
}

#blog .top_block .temp .c:nth-child(3) {
  top: 26%;
}

#blog .top_block .temp .c:nth-child(4) {
  top: 33%;
}

#blog .top_block .temp .c:nth-child(5) {
  top: 50%;
}

#blog .top_block .temp .c:nth-child(6) {
  top: 65%;
}

#blog .top_block .temp .c:nth-child(7) {
  top: 95%;
}

#blog .top_block .box {
  position: relative;
  left: 15%;
  width: 450px;
  z-index: 10;
  padding-top: 180px;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#blog .top_block .box > .title {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
}

#blog .top_block .box .name {
  position: relative;
  font-size: 30px;
  margin-bottom: 35px;
}

#blog .top_block .box .memo {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  width: 50%;
  margin-bottom: 0;
}

#blog .top_block .box .en_title {
  position: relative;
  font-size: 70px;
  letter-spacing: 2px;
  color: #707070;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  font-family: "Palanquin Dark", serif;
}

#blog .top_block .box .en_title::after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  background-color: #707070;
}

#blog_list {
  position: relative;
  z-index: 5;
  display: block;
  padding-bottom: 50px;
}

#blog_list .middle {
  position: relative;
  width: 90%;
  max-width: 1260px;
  display: block;
  margin: 0 auto;
  padding: 75px 0;
}

#blog_list .middle.page {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

#blog_list .middle.page .blog_right {
  position: -webkit-sticky;
  position: sticky;
}

#blog_list .top_news {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#blog_list .top_news .middle::after {
  content: '';
  background-color: white;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  right: 0;
}

#blog_list .top_news .blog_link {
  position: relative;
  min-height: 300px;
  display: block;
  padding-left: 370px;
  line-height: 24px;
  padding-right: 30px;
  max-width: 950px;
  margin-bottom: 0;
}

#blog_list .top_news .blog_link .imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
}

#blog_list .top_news .blog_link .imgs img {
  position: relative;
}

#blog_list .top_news .blog_link .title {
  position: relative;
  padding-top: 0;
  color: #707070;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

#blog_list .top_news .blog_link .title::before {
  content: 'NEW REPORT';
  font-size: 16px;
  display: block;
  position: relative;
  margin-bottom: 13px;
  line-height: 20px;
}

#blog_list .top_news .blog_link .title::after {
  content: '';
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  display: block;
  height: 1px;
}

#blog_list .top_news .blog_link .memo {
  position: relative;
}

#blog_list .top_news .blog_link .text {
  position: relative;
}

#blog_list .blog_link {
  position: relative;
  min-height: 200px;
  display: block;
  padding-left: 270px;
  line-height: 24px;
  max-width: 880px;
  margin-bottom: 75px;
  padding-right: 170px;
}

@media only screen and (min-width: 1200px) {
  #blog_list .blog_link:hover .title {
    color: #F08300;
  }
  #blog_list .blog_link:hover .imgs img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#blog_list .blog_link .imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

#blog_list .blog_link .imgs img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#blog_list .blog_link .title {
  position: relative;
  font-size: 20px;
  color: #707070;
  display: block;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#blog_list .blog_link .title::after {
  content: '';
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  display: block;
  height: 1px;
}

#blog_list .blog_link .memo {
  position: relative;
  font-size: 14px;
  color: #F08300;
  display: block;
  margin-bottom: 5px;
}

#blog_list .blog_link .text {
  position: relative;
  font-size: 14px;
  display: block;
  color: #707070;
}

#blog_list .blog_link::after {
  content: '';
  position: absolute;
  background-color: #DCDCDC;
  height: 1px;
  width: 100vw;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

#blog_list .page_bottom {
  max-width: 880px;
}

#blog_list .blog_right {
  position: absolute;
  right: 0;
  width: 300px;
  top: 78px;
  z-index: 5;
}

#blog_list .blog_right .newest {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

#blog_list .blog_right .head_title {
  position: relative;
  font-size: 20px;
  display: block;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#blog_list .blog_right .head_title::after {
  content: '';
  position: absolute;
  background-color: #707070;
  height: 1px;
  width: 27px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#blog_list .blog_right .link {
  position: relative;
  font-size: 15px;
  color: #707070;
  display: block;
  margin-bottom: 8px;
  line-height: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 1200px) {
  #blog_list .blog_right .link:hover {
    color: #F08300;
  }
}

#blog_list .blog_right .search_box {
  position: relative;
  display: block;
  margin-top: 50px;
}

#blog_list .blog_right .search_box .inputbox {
  position: relative;
  border: 1px solid #F08300;
  padding: 6px;
  display: block;
  width: calc(100% - 78px);
  height: 35px;
  background-color: transparent;
}

#blog_list .blog_right .search_box .send {
  position: absolute;
  width: 65px;
  right: 0;
  top: -3px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  color: #F08300;
}

#blog_list .blog_page {
  display: block;
  margin-left: 0;
  width: 100%;
  max-width: 730px;
  position: relative;
}

#blog_list .blog_page .page_content {
  width: 730px;
  max-width: 100%;
  display: block;
  position: relative;
  margin-bottom: 80px;
}

#blog_list .blog_page .page_content .title {
  position: relative;
  font-size: 28px;
  display: block;
  line-height: 36px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

#blog_list .blog_page .page_content .title::after {
  content: '';
  position: absolute;
  background-color: #707070;
  height: 1px;
  width: 40px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#blog_list .blog_page .page_content .memo {
  position: relative;
  font-size: 14px;
  color: #F08300;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 35px;
  padding-bottom: 6px;
}

#blog_list .blog_page .page_content .memo .date {
  position: relative;
}

#blog_list .blog_page .page_content .memo .type {
  position: relative;
}

#blog_list .blog_page .page_content .text {
  position: relative;
  font-size: 15px;
  line-height: 26px;
}

#blog_list .blog_page .bottom_control {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#blog_list .blog_page .bottom_control .link_page {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#blog_list .blog_page .bottom_control .link_page::before, #blog_list .blog_page .bottom_control .link_page::after {
  width: 100%;
}

#blog_list .blog_page .prefer {
  position: relative;
  display: block;
  margin-top: 50px;
}

#blog_list .blog_page .prefer .head_title {
  position: relative;
  font-size: 20px;
  display: block;
  line-height: 26px;
  margin-bottom: 28px;
}

#blog_list .blog_page .prefer .box {
  position: relative;
}

#blog_list .blog_page .prefer .box .blog_link {
  position: relative;
  width: 30%;
  float: left;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 0;
}

#blog_list .blog_page .prefer .box .blog_link::after {
  display: none;
}

#blog_list .blog_page .prefer .box .blog_link:nth-child(3n) {
  margin-right: 0;
}

#blog_list .blog_page .prefer .box .blog_link .imgs {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

#blog_list .blog_page .prefer .box .blog_link .title {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
}

#blog_list .blog_page .prefer .box .blog_link .title::after {
  display: none;
}

#blog_list .blog_page .prefer .box .blog_link .memo {
  position: relative;
}

#blog_list .blog_page .prefer .box .blog_link .text {
  position: relative;
}

.blog-left-side {
    position: fixed;
    z-index: 100;
    left: -360px;
    top: 200px;
    bottom: 10px;
    background: #f1f1f1;
    border-radius: 1em;
    width: 360px;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.blog-left-side.active {
    left: 10px;
}
.blog-left-side-inner {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1em;
    scrollbar-color: #f08300 #fff;
    scrollbar-width: thin;
}
.blog-left-side-toggle {
    position: absolute;
    z-index: 100;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #f08300;
    color: #fff;
    padding: 0.5em 0.5em 0.75em;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
    cursor: pointer;
}
.blog-left-side-toggle::before {
    content: '▸';
    display: inline-block;
    line-height: 1;
}
.blog-left-side.active .blog-left-side-toggle::before {
    content: '◂';
}
.blog-left-side-toggle:hover {
    background: #333;
}
.blog-left-side-title {
    color: #111;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.75em;
}
.blog-left-side ul {
    padding-left: 1.5em;
    padding-top: 0.75em;
    font-size: 14px;
    line-height: 1.5;
}
.blog-left-side li {
    list-style-type: disc;
    color: #F08300;
    margin-bottom: 0.75em;
}
.blog-left-side a {
    color: #666;
    text-decoration: underline;
}
.blog-left-side a:hover {
    color: #F08300;
    text-decoration: none;
}

@media only screen and (max-width: 1700px) {
  #blog .top_block .box {
    left: 12%;
  }
  #blog .top_block .temp_ball {
    left: 65%;
  }
  .graphic.graphic03 {
    left: 65%;
  }
  #blog .top_block .temp {
    left: 59%;
  }
  .graphic.graphic04 {
    top: 80%;
  }
  .graphic.graphic05 {
    right: 5%;
    top: 80%;
  }
}

@media only screen and (max-width: 1400px) {
  #blog .title_box .en_title {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #blog .title_box .en_title::after {
    width: 40px;
  }
  #blog .title_box .title {
    font-size: 24px;
  }
  #blog .box {
    min-height: 670px;
  }
  #blog {
    min-height: 890px;
  }
  #blog .box .main_link .name {
    margin-top: 277px;
  }
  #blog_list .blog_link {
    display: block;
    max-width: 740px;
    margin-bottom: 75px;
    padding-right: 50px;
  }
  #blog_list .page_bottom {
    max-width: 740px;
  }
  #blog .top_block .temp_ball {
    left: 69%;
  }
  #blog .top_block .temp {
    left: 63%;
  }
  .graphic.graphic03 {
    left: 81%;
  }
}

@media only screen and (max-width: 1200px) {
  #blog {
    min-height: 100%;
    height: 700px;
  }
  #blog .top_block .box .en_title {
    font-size: 50px;
  }
  #blog .top_block .box > .title {
    font-size: 24px;
    line-height: 40px;
  }
  #blog .top_block .temp_ball {
    left: 65%;
    width: 450px;
  }
  #blog .top_block .temp {
    left: 70%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 7px;
  }
  #blog .top_block .graphic02 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .graphic.graphic03 {
    left: 85%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -455px;
  }
  #blog .top_block {
    height: 100%;
  }
  #blog_list .blog_right {
    width: 200px;
  }
  #blog_list .blog_link {
    display: block;
    max-width: 740px;
    margin-bottom: 75px;
    padding-right: 0;
    width: calc(100% - 245px);
    padding-left: 240px;
  }
  #blog_list .page_bottom {
    max-width: calc(100% - 240px);
  }
  #blog_list .top_news .blog_link {
    width: 95%;
    padding-left: 340px;
  }
  #blog_list .top_news .blog_link .title {
    font-size: 26px;
  }
  #blog_list .blog_page {
    width: calc(100% - 245px);
  }
  .blog-left-side {
    top: 150px;
  }
}

@media only screen and (max-width: 900px) {
  #blog_list .blog_link {
    width: 100%;
  }
  #blog .top_block .box {
    left: 7%;
  }
  #blog .top_block .temp {
    left: 86%;
  }
  #blog .top_block .temp_ball {
    left: 76%;
  }
  .graphic.graphic03 {
    left: 100%;
  }
  .graphic.graphic05 {
    right: 5%;
    top: 88%;
    width: 65px;
  }
  #blog_list .top_news .blog_link {
    width: 100%;
    padding-left: 340px;
    padding-right: 0;
  }
  #blog_list .blog_right {
    margin-bottom: 50px;
  }
  #blog_list .page_bottom {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  #blog_list .blog_right {
    position: relative;
    width: 100%;
  }
  #blog_list .top_news .middle::after {
    right: -5vw;
  }
  #blog_list .top_news .middle {
    padding: 40px 0;
  }
  #blog_list .middle {
    padding: 10px 0;
  }
  #blog_list .blog_link::after {
    right: -5vw;
  }
  #blog_list .top_news .blog_link .title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #blog_list .top_news .blog_link .title::before {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #blog_list .blog_link {
    margin-bottom: 45px;
  }
  #blog_list .blog_page {
    width: 100%;
  }
  #blog_list .middle.page {
    display: block;
  }
  #blog_list .middle.page .blog_right {
    position: relative;
  }
  .blog-left-side {
    top: 65px;
  }
}

@media only screen and (max-width: 700px) {
  #blog {
    height: 600px;
  }
  #blog .top_block .box {
    left: 14%;
    width: 72%;
    padding-top: 140px;
  }
  #blog .top_block .box .en_title {
    font-size: 30px;
    padding-bottom: 25px;
    line-height: 34px;
    width: 150px;
    margin-bottom: 20px;
  }
  #blog .top_block .box .en_title::after {
    width: 22px;
  }
  #blog .top_block .box .memo {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    width: 128px;
  }
  #blog .top_block .temp {
    left: 130%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -3px;
  }
  #blog .top_block .box > .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #blog_list .top_news .blog_link {
    padding-left: 0;
  }
  #blog .top_block .temp_ball {
    left: 84%;
    width: 244px;
    top: 170px;
  }
  #blog .top_block .graphic02 {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
    left: -100px;
    top: auto;
    bottom: -163px;
  }
  .graphic.graphic05 {
    right: auto;
    top: 430px;
    width: 65px;
    left: 10%;
  }
  .graphic.graphic03 {
    left: auto;
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
    top: -485px;
    right: -11%;
  }
  #blog_list .top_news .middle,
  #blog_list .middle {
    padding: 14vw 0;
    width: 72%;
  }
  #blog_list .middle {
    padding-top: 0;
  }
  #blog_list .top_news .blog_link .imgs {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
  }
  #blog_list .top_news .blog_link .title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #blog_list .top_news .blog_link .title::before {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #blog_list .top_news .blog_link .title::after {
    width: 20px;
  }
  #blog_list .blog_link .memo {
    font-size: 12px;
  }
  #blog_list .blog_link .text {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px;
  }
  #blog_list .blog_link .imgs {
    width: 100px;
    height: 100px;
  }
  #blog_list .blog_link {
    margin-bottom: 25px;
    padding-left: 116px;
    padding-bottom: 25px;
  }
  #blog_list .blog_link .title {
    font-size: 14px;
  }
  #blog_list .blog_link::after {
    right: -14vw;
    bottom: 0;
  }
  #blog_list {
    padding-bottom: 0;
  }
  #blog_list .blog_right {
    top: 0;
    margin-bottom: 0;
  }
  #blog_list .blog_right .head_title, #blog_list .blog_page .page_content .title {
    font-size: 16px;
    line-height: 20px;
  }
  #blog_list .blog_page .page_content .memo {
    display: block;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  #blog_list .blog_page .page_content {
    margin-bottom: 40px;
  }
  .bottom_control .link_page .link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom_control .link_page .link .title {
    display: block;
    width: 100%;
  }
  .bottom_control .link_page .link.next .title {
    text-align: right;
  }
  #blog_list .blog_page .prefer .head_title {
    position: relative;
    font-size: 16px;
    display: block;
    line-height: 25px;
    margin-bottom: 18px;
  }
  #blog_list .blog_right .link {
    font-size: 14px;
  }
  #blog_list .blog_right .newest {
    margin-bottom: 30px;
  }
  #blog_list .blog_page .page_content .text {
    font-size: 12px;
    line-height: 24px;
  }
  #blog_list .blog_page .prefer .box .blog_link {
    float: none;
    width: 100%;
    display: block;
    padding-left: 118px;
    height: auto;
    min-height: 100px;
    margin-bottom: 25px;
  }
  #blog_list .blog_page .prefer .box .blog_link::after {
    content: '';
    border-bottom: 1px solid #707070;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 118px);
  }
  #blog_list .blog_page .prefer .box .blog_link .imgs {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #blog_list .blog_page .prefer .box .blog_link .title {
    border-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    font-size: 14px;
    max-height: 52px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #blog_list .blog_page .prefer .box {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  #blog_list .top_news .middle::after {
    right: -14vw;
  }
  #blog_list .page_bottom {
    margin-bottom: 50px;
  }

  .blog-left-side {
    width: 300px;
    left: -300px;
  }
}

@media only screen and (max-width: 350px) {
  #blog .top_block .temp {
    left: 162%;
  }
  #blog .top_block .temp_ball {
    left: 100%;
    width: 260px;
    top: 170px;
  }
  .graphic.graphic03 {
    right: -39%;
  }
}
/*# sourceMappingURL=blog.css.map */
