@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500&display=swap");
@font-face {
  font-family: 'Optician Sans';
  src: url("../font/Optician-Sans.woff") format("woff2"), url("../font/Optician-Sans.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.hidden {
  display: none; }

.sp_br {
  display: none; }

.tab_br {
  display: none; }

.pc_br {
  display: none; }

@media screen and (max-width: 600px) {
  .sp_br {
    display: inline; } }
@media screen and (min-width: 601px) and (max-width: 768px) {
  .tab_br {
    display: inline; } }
@media screen and (min-width: 769px) {
  .pc_br {
    display: inline; } }
article {
  font-family: 'IBM Plex Sans JP', sans-serif; }

.en, h3, #kv .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .date, #kv .slider .controls .counter, #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-controls .counter {
  font-family: 'Optician Sans';
  line-height: 1; }

h3 {
  font-size: 6rem;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 4rem; } }

#kv .slider .slide .slide-content a .title, #kv .slider .slide .slide-content a .desc, #article .articles-list .article-card .a-body .title, #article .articles-list .article-card .a-body .text, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .title, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden; }

#kv .head {
  background: url("../img/headline_pc.png") no-repeat;
  background-size: 100%;
  color: #fff;
  aspect-ratio: 144/5;
  display: flex;
  align-items: center; }
  #kv .head > div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    line-height: 1; }
    #kv .head > div .en, #kv .head > div h3, #kv .head > div .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .head > div .labels::before, #kv .head > div .slider .slide .slide-content .slide-head .date, #kv .slider .slide .slide-content .slide-head .head > div .date, #kv .head > div .slider .controls .counter, #kv .slider .controls .head > div .counter, #kv .head > div #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card .a-body .a-wrap #kv .head > div .date, #kv .head > div #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #kv .head > div .a-wrap::before, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #kv .head > div .a-wrap, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .new, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .cate, #kv .head > div #np ._inner .news-controls .counter, #np ._inner .news-controls #kv .head > div .counter {
      font-size: 2.8rem;
      margin-right: 30px; }
    #kv .head > div .ja {
      font-weight: 500;
      padding-top: 3px; }
#kv .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 100/40;
  overflow: hidden; }
  #kv .slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
    pointer-events: none; }
    #kv .slider .slide.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 2; }
    #kv .slider .slide .slide-bg {
      position: absolute;
      inset: 0;
      aspect-ratio: 100/40; }
      #kv .slider .slide .slide-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 25%, rgba(255, 255, 255, 0) 50%); }
      #kv .slider .slide .slide-bg > picture img {
        width: 100%; }
    #kv .slider .slide .slide-content {
      position: absolute;
      left: 5%;
      bottom: 30px;
      width: 90%;
      color: #fff;
      z-index: 3; }
      #kv .slider .slide .slide-content .slide-head {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        flex-wrap: wrap;
        gap: 10px; }
        #kv .slider .slide .slide-content .slide-head .labels {
          display: flex;
          gap: 8px;
          flex-wrap: wrap;
          align-items: center; }
          #kv .slider .slide .slide-content .slide-head .labels::before {
            content: "FEATURED";
            background: #8ac731;
            border-radius: 4px;
            color: #444;
            padding: 5px 10px; }
          #kv .slider .slide .slide-content .slide-head .labels .cate {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            line-height: 1;
            padding: 6px 10px; }
            #kv .slider .slide .slide-content .slide-head .labels .cate.ppl {
              background: #CD7427; }
              #kv .slider .slide .slide-content .slide-head .labels .cate.ppl::before {
                content: "People"; }
            #kv .slider .slide .slide-content .slide-head .labels .cate.csv {
              background: #006E7F; }
              #kv .slider .slide .slide-content .slide-head .labels .cate.csv::before {
                content: "Future"; }
            #kv .slider .slide .slide-content .slide-head .labels .cate.tec {
              background: #3868AA; }
              #kv .slider .slide .slide-content .slide-head .labels .cate.tec::before {
                content: "Technology"; }
        #kv .slider .slide .slide-content .slide-head .date {
          color: #C9C8B9; }
      #kv .slider .slide .slide-content a .title {
        color: #fff;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
        line-height: 1.4;
        font-weight: 700;
        max-width: 70%; }
      #kv .slider .slide .slide-content a .desc {
        color: #fff;
        line-height: 1.6;
        max-width: 70%; }
  #kv .slider .controls {
    position: absolute;
    right: 5%;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    z-index: 10; }
    #kv .slider .controls .control-btn {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: none;
      background: rgba(255, 255, 255, 0.85);
      color: #444;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s; }
      #kv .slider .controls .control-btn:hover {
        background: #fff; }
      #kv .slider .controls .control-btn .icon {
        width: 16px;
        height: 16px;
        position: relative; }
        #kv .slider .controls .control-btn .icon.pause-icon::before, #kv .slider .controls .control-btn .icon.pause-icon::after {
          content: "";
          position: absolute;
          top: 0;
          width: 4px;
          height: 16px;
          background: #555;
          border-radius: 2px; }
        #kv .slider .controls .control-btn .icon.pause-icon::before {
          left: 2px; }
        #kv .slider .controls .control-btn .icon.pause-icon::after {
          right: 2px; }
      #kv .slider .controls .control-btn .play-icon {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #555;
        margin-left: 2px; }
      #kv .slider .controls .control-btn .arrow {
        border-top: 3px solid #555;
        border-right: 3px solid #555;
        width: 12px;
        height: 12px; }
        #kv .slider .controls .control-btn .arrow.arrow.prev {
          transform: rotate(-135deg); }
        #kv .slider .controls .control-btn .arrow.arrow.next {
          transform: rotate(45deg); }
    #kv .slider .controls .counter {
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 0.08em; }
@media screen and (max-width: 600px) {
  #kv .head {
    background: url("../img/headline_sp.png") no-repeat;
    background-size: 100%;
    aspect-ratio: 75/10; }
    #kv .head > div .en, #kv .head > div h3, #kv .head > div .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .head > div .labels::before, #kv .head > div .slider .slide .slide-content .slide-head .date, #kv .slider .slide .slide-content .slide-head .head > div .date, #kv .head > div .slider .controls .counter, #kv .slider .controls .head > div .counter, #kv .head > div #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card .a-body .a-wrap #kv .head > div .date, #kv .head > div #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #kv .head > div .a-wrap::before, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #kv .head > div .a-wrap, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .new, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .cate, #kv .head > div #np ._inner .news-controls .counter, #np ._inner .news-controls #kv .head > div .counter {
      font-size: clamp(2rem, 5.33vw, 2.6rem); }
    #kv .head > div .ja {
      font-size: clamp(1.4rem, 3.73vw, 1.6rem);
      font-weight: 500; }
  #kv .slider {
    aspect-ratio: 100/135; }
    #kv .slider .slide .slide-content {
      bottom: 60px; }
      #kv .slider .slide .slide-content .slide-head {
        width: 100%; }
        #kv .slider .slide .slide-content .slide-head .date {
          font-size: 1.6rem; }
      #kv .slider .slide .slide-content a .title {
        max-width: 100%;
        font-size: clamp(2rem, 5.33vw, 2.2rem);
        height: clamp(56px, 14.9vw, 60px);
        overflow-y: hidden; }
      #kv .slider .slide .slide-content a .desc {
        max-width: 100%;
        font-size: clamp(1.2rem, 3.2vw, 1.4rem);
        height: clamp(35px, 9.3vw, 40px);
        overflow-y: hidden; }
      #kv .slider .slide .slide-content .tag {
        font-size: 1.2rem; }
    #kv .slider .controls {
      left: 5%;
      bottom: 15px;
      gap: 14px; }
      #kv .slider .controls .control-btn {
        width: 30px;
        height: 30px; }
        #kv .slider .controls .control-btn#prevBtn {
          padding-left: 3px; }
        #kv .slider .controls .control-btn#nextBtn {
          padding-right: 3px; }
      #kv .slider .controls .counter {
        font-size: 1.8rem; } }
@media screen and (min-width: 601px) and (max-width: 768px) {
  #kv .head {
    background: url("../img/headline_sp.png") no-repeat;
    background-size: 100%;
    aspect-ratio: 75/6;
    line-height: 1; }
    #kv .head > div .en, #kv .head > div h3, #kv .head > div .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .head > div .labels::before, #kv .head > div .slider .slide .slide-content .slide-head .date, #kv .slider .slide .slide-content .slide-head .head > div .date, #kv .head > div .slider .controls .counter, #kv .slider .controls .head > div .counter, #kv .head > div #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card .a-body .a-wrap #kv .head > div .date, #kv .head > div #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #kv .head > div .a-wrap::before, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #kv .head > div .a-wrap, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .new, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .cate, #kv .head > div #np ._inner .news-controls .counter, #np ._inner .news-controls #kv .head > div .counter {
      font-size: 2.4rem; }
    #kv .head > div .ja {
      font-size: 1.4rem; }
  #kv .slider .slide .slide-content {
    bottom: 15px; }
    #kv .slider .slide .slide-content .slide-head {
      width: 100%;
      margin-bottom: 10px; }
      #kv .slider .slide .slide-content .slide-head .labels {
        font-size: 1rem; }
    #kv .slider .slide .slide-content .title {
      max-width: 100%;
      font-size: clamp(1.6rem, 2.66vw, 2rem); }
    #kv .slider .slide .slide-content .desc {
      max-width: 65%;
      font-size: clamp(1rem, 1.66vw, 1.2rem);
      height: clamp(30px, 5vw, 36px);
      overflow-y: hidden; }
    #kv .slider .slide .slide-content .tags {
      font-size: 1rem; }
  #kv .slider .controls {
    right: 5%;
    bottom: 15px;
    gap: 14px; }
    #kv .slider .controls .control-btn {
      width: 30px;
      height: 30px; }
      #kv .slider .controls .control-btn#prevBtn {
        padding-left: 3px; }
      #kv .slider .controls .control-btn#nextBtn {
        padding-right: 3px; }
    #kv .slider .controls .counter {
      font-size: 1.8rem; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #kv .head > div .en, #kv .head > div h3, #kv .head > div .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .head > div .labels::before, #kv .head > div .slider .slide .slide-content .slide-head .date, #kv .slider .slide .slide-content .slide-head .head > div .date, #kv .head > div .slider .controls .counter, #kv .slider .controls .head > div .counter, #kv .head > div #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card .a-body .a-wrap #kv .head > div .date, #kv .head > div #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #kv .head > div .a-wrap::before, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #kv .head > div .a-wrap, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .new, #kv .head > div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head > div .cate, #kv .head > div #np ._inner .news-controls .counter, #np ._inner .news-controls #kv .head > div .counter {
    font-size: 2.6rem; }
  #kv .head > div .ja {
    font-size: 1.4rem; }
  #kv .slider .slide .slide-content .slide-head {
    margin-bottom: 6px; }
    #kv .slider .slide .slide-content .slide-head .labels {
      font-size: 1rem; }
  #kv .slider .slide .slide-content .title {
    font-size: 2rem; }
  #kv .slider .slide .slide-content .desc {
    font-size: 1.2rem;
    height: 38px;
    overflow-y: hidden; }
  #kv .slider .slide .slide-content .tags {
    font-size: 1.2rem; } }
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  #kv .slider .slide .slide-content .slide-head .date {
    font-size: clamp(2rem, 1.38vw, 2.4rem); }
  #kv .slider .slide .slide-content .title {
    font-size: clamp(2.8rem, 1.94vw, 3.6rem); }
  #kv .slider .slide .slide-content .desc {
    font-size: clamp(1.6rem, 1.11vw, 2.4rem); } }
@media screen and (min-width: 1441px) {
  #kv .head > div {
    max-width: 1920px; }
  #kv .slider .slide .slide-content {
    bottom: 50px;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #kv .slider .controls {
    justify-content: flex-end;
    bottom: 50px; } }
@media screen and (min-width: 1921px) {
  #kv .head div .en, #kv .head div h3, #kv .head div .slider .slide .slide-content .slide-head .labels::before, #kv .slider .slide .slide-content .slide-head .head div .labels::before, #kv .head div .slider .slide .slide-content .slide-head .date, #kv .slider .slide .slide-content .slide-head .head div .date, #kv .head div .slider .controls .counter, #kv .slider .controls .head div .counter, #kv .head div #article .articles-list .article-card .a-body .a-wrap .date, #article .articles-list .article-card .a-body .a-wrap #kv .head div .date, #kv .head div #article .articles-list .article-card:first-of-type .a-body .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #kv .head div .a-wrap::before, #kv .head div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #kv .head div .a-wrap, #kv .head div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head div .new, #kv .head div #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #kv .head div .cate, #kv .head div #np ._inner .news-controls .counter, #np ._inner .news-controls #kv .head div .counter {
    font-size: 3.4rem; }
  #kv .head div .ja {
    font-size: 2rem; }
  #kv .slide-content .slide-head .labels .label {
    font-size: 2rem; }
  #kv .slide-content .slide-head .date {
    font-size: 2.4rem; }
  #kv .slide-content .title {
    font-size: 3.6rem;
    line-height: 1.4; }
  #kv .slide-content .desc {
    font-size: 2.4rem;
    line-height: 1.8; }
  #kv .slide-content .tags {
    font-size: 2rem; } }
@media screen and (min-width: 2138px) {
  #kv .slider .controls {
    right: calc(50% - 960px); } }

#article {
  width: 90%;
  margin: 0 auto;
  max-width: 1920px; }
  #article .select {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 40px; }
    #article .select .articles-sort {
      display: flex;
      align-items: center;
      width: 50vw; }
      #article .select .articles-sort > button {
        position: relative;
        width: 25%;
        text-align: center;
        margin: 0 4px;
        padding: 10px 0 12px;
        border-bottom: 1px #ccc solid;
        font-weight: 500; }
        #article .select .articles-sort > button::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 1px;
          background: #8ac731;
          transform: scaleX(0);
          transition: transform .35s ease; }
        #article .select .articles-sort > button[data-category="all"]:hover::after {
          background: #8ac731;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="people"]:hover::after {
          background: #CD7427;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="csv"]:hover::after {
          background: #006E7F;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="technology"]:hover::after {
          background: #3868AA;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="all"].is-active::after {
          background: #8ac731;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="people"].is-active::after {
          background: #CD7427;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="csv"].is-active::after {
          background: #006E7F;
          height: 3px;
          transform: scaleX(1); }
        #article .select .articles-sort > button[data-category="technology"].is-active::after {
          background: #3868AA;
          height: 3px;
          transform: scaleX(1); }
  #article .articles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; }
    #article .articles-list .article-card.is-hidden {
      display: none; }
    #article .articles-list .article-card > a:hover {
      opacity: 0.8;
      color: #3868AA; }
    #article .articles-list .article-card .a-body {
      padding: 0 5px; }
      #article .articles-list .article-card .a-body .a-wrap {
        display: flex;
        justify-content: space-between;
        margin: 15px 0; }
        #article .articles-list .article-card .a-body .a-wrap .cate {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 4px;
          color: #fff;
          font-size: 14px;
          line-height: 1;
          padding: 6px 10px; }
          #article .articles-list .article-card .a-body .a-wrap .cate.ppl {
            background: #CD7427; }
            #article .articles-list .article-card .a-body .a-wrap .cate.ppl::before {
              content: "People"; }
          #article .articles-list .article-card .a-body .a-wrap .cate.csv {
            background: #006E7F; }
            #article .articles-list .article-card .a-body .a-wrap .cate.csv::before {
              content: "Future"; }
          #article .articles-list .article-card .a-body .a-wrap .cate.tec {
            background: #3868AA; }
            #article .articles-list .article-card .a-body .a-wrap .cate.tec::before {
              content: "Technology"; }
        #article .articles-list .article-card .a-body .a-wrap .date {
          align-self: flex-end;
          font-size: 22px;
          color: #9E9C88; }
      #article .articles-list .article-card .a-body .title {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 8px; }
      #article .articles-list .article-card .a-body .text {
        font-size: 1.4rem;
        line-height: 1.4;
        color: #716E58; }
    #article .articles-list .article-card:first-of-type .a-body .a-wrap::before {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      background: #B74256;
      color: #fff;
      font-size: 16px;
      padding: 6px 10px;
      content: "NEW";
      margin-right: 10px; }
    #article .articles-list .article-card:first-of-type .a-body .a-wrap .cate {
      margin-right: auto; }
    #article .articles-list .article-card .tags {
      display: flex;
      gap: 0 2rem;
      flex-wrap: wrap;
      font-weight: bold;
      margin: 10px 0; }
      #article .articles-list .article-card .tags a.tag {
        color: #8ac731;
        line-height: 1.4; }
        #article .articles-list .article-card .tags a.tag:hover {
          opacity: 0.5; }
    #article .articles-list .article-card .tags {
      font-size: 1.2rem; }
  #article .articles-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 80px; }
    #article .articles-more button {
      border: 2px #8ac731 solid;
      border-radius: 30px;
      padding: 1rem 80px;
      font-weight: 500; }
      #article .articles-more button:hover {
        background: #8ac731;
        color: #fff;
        transition: .3s; }
  @media screen and (max-width: 600px) {
    #article .select {
      flex-direction: column; }
      #article .select > span {
        margin-bottom: 30px; }
      #article .select .articles-sort {
        width: 100%;
        flex-wrap: wrap; }
        #article .select .articles-sort > button {
          width: calc(50% - 7.5px);
          text-align: left;
          margin: 0;
          padding: 10px 0;
          justify-content: space-between; }
          #article .select .articles-sort > button:nth-of-type(odd) {
            margin-right: 7.5px; }
          #article .select .articles-sort > button:nth-of-type(even) {
            margin-left: 7.5px; }
    #article .articles-list {
      grid-template-columns: 1fr; } }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    #article .select .articles-sort {
      width: 50vw;
      flex-wrap: wrap; }
      #article .select .articles-sort > button {
        width: calc(50% - 8px);
        padding-top: 10px; }
    #article .articles-list {
      grid-template-columns: repeat(2, 1fr); } }

#vw {
  background: url("../img/vw_bg_pc.png") no-repeat;
  background-size: 100%;
  color: #fff;
  aspect-ratio: 144/105.4;
  display: flex;
  align-items: center; }
  #vw > .pure-g {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto; }
    #vw > .pure-g > .pure-u-1-2:nth-of-type(2) {
      margin: 80px 0; }
      #vw > .pure-g > .pure-u-1-2:nth-of-type(2) > span {
        font-size: 3.4rem;
        font-weight: 500; }
      #vw > .pure-g > .pure-u-1-2:nth-of-type(2) > p {
        margin: 40px 0; }
    #vw > .pure-g > .pure-u-1.flex {
      display: flex;
      justify-content: space-between;
      grid-gap: 40px; }
      #vw > .pure-g > .pure-u-1.flex .flex-1-3 {
        width: calc(100% / 3);
        border-top: #fff solid 1px;
        padding: 24px 0; }
        #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .en, #vw > .pure-g > .pure-u-1.flex .flex-1-3 > h3, #vw > .pure-g > .pure-u-1.flex #kv .slider .slide .slide-content .slide-head .flex-1-3 > .labels::before, #kv .slider .slide .slide-content .slide-head #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .labels::before, #vw > .pure-g > .pure-u-1.flex #kv .slider .slide .slide-content .slide-head .flex-1-3 > .date, #kv .slider .slide .slide-content .slide-head #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .date, #vw > .pure-g > .pure-u-1.flex #kv .slider .controls .flex-1-3 > .counter, #kv .slider .controls #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .counter, #vw > .pure-g > .pure-u-1.flex #article .articles-list .article-card .a-body .a-wrap .flex-1-3 > .date, #article .articles-list .article-card .a-body .a-wrap #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .date, #vw > .pure-g > .pure-u-1.flex #article .articles-list .article-card:first-of-type .a-body .flex-1-3 > .a-wrap::before, #article .articles-list .article-card:first-of-type .a-body #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .a-wrap::before, #vw > .pure-g > .pure-u-1.flex #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .flex-1-3 > .a-wrap, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .a-wrap, #vw > .pure-g > .pure-u-1.flex #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .flex-1-3 > .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .new, #vw > .pure-g > .pure-u-1.flex #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .flex-1-3 > .cate, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .cate, #vw > .pure-g > .pure-u-1.flex #np ._inner .news-controls .flex-1-3 > .counter, #np ._inner .news-controls #vw > .pure-g > .pure-u-1.flex .flex-1-3 > .counter {
          font-size: 4rem; }
  @media screen and (max-width: 600px) {
    #vw {
      background: url("../img/vw_bg_sp.png") no-repeat;
      background-size: cover;
      aspect-ratio: 27.4/100; }
      #vw > .pure-g {
        margin: 40px auto; }
        #vw > .pure-g .pure-u-md-1:nth-of-type(2) {
          margin: 40px 0; }
          #vw > .pure-g .pure-u-md-1:nth-of-type(2) > span {
            font-size: 2.2rem;
            font-weight: 500; }
          #vw > .pure-g .pure-u-md-1:nth-of-type(2) > p {
            margin: 20px 0; }
        #vw > .pure-g > .pure-u-1.flex {
          flex-direction: column; }
          #vw > .pure-g > .pure-u-1.flex .flex-1-3 {
            width: 100%; } }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    #vw {
      background-size: cover; }
      #vw > .pure-g {
        padding: 40px 0; }
        #vw > .pure-g > .pure-u-1-2:nth-of-type(2) {
          margin: 40px 0; }
          #vw > .pure-g > .pure-u-1-2:nth-of-type(2) > span {
            font-size: 2.8rem; }
          #vw > .pure-g > .pure-u-1-2:nth-of-type(2) > p {
            margin: 20px 0; } }
  @media screen and (min-width: 769px) {
    #vw {
      background-size: cover;
      padding: 40px 0; } }

#np {
  background: url("../img/np_bg_pc.png") no-repeat;
  background-size: 100%;
  color: #fff;
  aspect-ratio: 144/79.1;
  padding: 80px 0; }
  #np > h3 {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto 60px; }
  #np ._inner {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* ==== Swiper ==== */
    /* ====Controls==== */ }
    #np ._inner .news-swiper {
      overflow: visible; }
      #np ._inner .news-swiper .swiper-slide {
        height: auto; }
        #np ._inner .news-swiper .swiper-slide .news-page {
          display: flex;
          gap: 40px; }
          #np ._inner .news-swiper .swiper-slide .news-page .news-card {
            width: calc(100% / 3); }
            #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap {
              display: flex;
              justify-content: space-between;
              margin: 15px 0; }
              #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new, #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                padding: 6px 10px; }
              #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .new {
                background: #B74256;
                border-radius: 4px;
                color: #fff;
                margin-right: 5px; }
              #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .cate {
                font-size: 1.2rem;
                border: 1px #fff solid;
                color: #fff;
                margin-right: auto; }
              #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .a-wrap .date {
                align-self: flex-end;
                font-size: 2.2rem;
                color: #9E9C88; }
            #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .title {
              font-size: 2rem;
              font-weight: bold;
              line-height: 1.3;
              margin-bottom: 8px;
              color: #fff; }
            #np ._inner .news-swiper .swiper-slide .news-page .news-card .a-body .text {
              font-size: 1.4rem;
              color: #C9C8B9; }
            #np ._inner .news-swiper .swiper-slide .news-page .news-card .tags {
              display: flex;
              gap: 0 2rem;
              flex-wrap: wrap;
              font-weight: bold;
              margin: 10px 0; }
              #np ._inner .news-swiper .swiper-slide .news-page .news-card .tags a.tag {
                color: #8ac731;
                line-height: 1.4; }
                #np ._inner .news-swiper .swiper-slide .news-page .news-card .tags a.tag:hover {
                  opacity: 0.5; }
            #np ._inner .news-swiper .swiper-slide .news-page .news-card .tags {
              font-size: 1.2rem; }
    #np ._inner .news-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      margin-top: 60px; }
      #np ._inner .news-controls #npPauseBtn.news-btn, #np ._inner .news-controls .news-btn {
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
        cursor: pointer;
        transition: .3s;
        position: relative; }
        #np ._inner .news-controls #npPauseBtn.news-btn:hover, #np ._inner .news-controls .news-btn:hover {
          background: #fff; }
        #np ._inner .news-controls #npPauseBtn.news-btn .pause-icon::before, #np ._inner .news-controls #npPauseBtn.news-btn .pause-icon::after, #np ._inner .news-controls .news-btn .pause-icon::before, #np ._inner .news-controls .news-btn .pause-icon::after {
          content: "";
          position: absolute;
          top: 16px;
          width: 4px;
          height: 16px;
          background: #555;
          border-radius: 2px; }
        #np ._inner .news-controls #npPauseBtn.news-btn .pause-icon::before, #np ._inner .news-controls .news-btn .pause-icon::before {
          left: 18px; }
        #np ._inner .news-controls #npPauseBtn.news-btn .pause-icon::after, #np ._inner .news-controls .news-btn .pause-icon::after {
          right: 18px; }
        #np ._inner .news-controls #npPauseBtn.news-btn .play-icon, #np ._inner .news-controls .news-btn .play-icon {
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 14px solid #555;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-40%, -50%); }
        #np ._inner .news-controls #npPauseBtn.news-btn .arrow, #np ._inner .news-controls .news-btn .arrow {
          position: absolute;
          width: 12px;
          height: 12px;
          border-top: 3px solid #555;
          border-right: 3px solid #555;
          top: 50%;
          left: 50%; }
          #np ._inner .news-controls #npPauseBtn.news-btn .arrow.arrow-prev, #np ._inner .news-controls .news-btn .arrow.arrow-prev {
            transform: translate(-30%, -50%) rotate(-135deg); }
          #np ._inner .news-controls #npPauseBtn.news-btn .arrow.arrow-next, #np ._inner .news-controls .news-btn .arrow.arrow-next {
            transform: translate(-70%, -50%) rotate(45deg); }
      #np ._inner .news-controls .counter {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: .08em; }
  @media screen and (max-width: 600px) {
    #np {
      background: url("../img/np_bg_sp.png") no-repeat;
      background-size: cover;
      aspect-ratio: 100/356; }
      #np > h3 {
        margin: 0 auto 20px; }
      #np ._inner .news-swiper .swiper-wrapper .swiper-slide {
        height: clamp(1100px, 293vw, 1460px); }
        #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page {
          flex-direction: column; }
          #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page .news-card {
            width: 100%; }
            #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page .news-card .a-body .a-wrap .cate {
              font-size: 1rem; }
            #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page .news-card .a-body .a-wrap .date {
              font-size: 1.6rem; }
      #np ._inner .news-swiper .news-controls {
        margin-top: 0; } }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    #np {
      background: url("../img/np_bg_sp.png") no-repeat;
      background-size: cover; }
      #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page {
        flex-wrap: wrap; }
        #np ._inner .news-swiper .swiper-wrapper .swiper-slide .news-page .news-card {
          width: calc((100% / 2) - 20px); } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    #np {
      background-size: cover; } }
  @media screen and (min-width: 1025px) {
    #np {
      background-size: cover;
      aspect-ratio: unset; } }
