@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.news-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .news-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.news-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.news-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .news-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .news-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.news-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .news-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.news-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .news-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.news-page > .section-contents {
  max-width: 1290px;
  margin: 0 auto 83px;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .news-page > .section-contents {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents {
    margin: 30px auto 0;
  }
}
.news-page > .section-contents > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page > .section-contents > .container > .box-category {
  max-width: 150px;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-category {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-contents > .container > .box-category {
    margin-right: 0;
  }
}
.news-page > .section-contents > .container > .box-category > .title {
  color: #818181;
  font-size: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-category > .list-category {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 48px;
  }
}
.news-page > .section-contents > .container > .box-category > .list-category > .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-category > .list-category > .category {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.news-page > .section-contents > .container > .box-category > .list-category > .category > .link {
  color: #818181;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-category > .list-category > .category > .link {
    background-color: #ffffff;
    border-radius: 50px;
    color: #000000;
    padding: 16px 24px;
  }
}
.news-page > .section-contents > .container > .box-category > .list-category > .category > .bar {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .news-page > .section-contents > .container > .box-category > .list-category > .category > .bar {
    display: none;
  }
}
.news-page > .section-contents > .container > .box-news {
  max-width: 1050px;
  width: 100%;
}
.news-page > .section-contents > .container > .box-news > .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 83px;
  margin-top: 162px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-news > .list-news {
    margin-bottom: 33px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news {
  max-width: 486px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news {
    max-width: 46%;
    margin-bottom: 40px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(odd) {
  margin-top: -162px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(odd) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(odd) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(odd) {
    margin-right: 20px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(even) {
  margin-top: 162px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news:nth-child(even) {
    margin-top: 0;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .thumbnail {
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .thumbnail {
    margin-bottom: 18px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .thumbnail > img {
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../../../assets/imgs/news/mask.svg");
          mask-image: url("../../../assets/imgs/news/mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .thumbnail > img {
    height: 100%;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .date {
  color: #818181;
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 46px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .date {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .date {
    font-size: 12px;
    margin-left: 15px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .title {
  color: #000000;
  font-size: 18px;
  margin-bottom: 16px;
  margin-left: 46px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .title {
    margin-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .title {
    margin-left: 15px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .list-category {
  margin-left: 46px;
}
@media screen and (max-width: 1024px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .list-category {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .list-category {
    margin-left: 15px;
  }
}
.news-page > .section-contents > .container > .box-news > .list-news > .news > .link > .list-category > .category {
  color: #818181;
  font-size: 12px;
}
.news-page > .section-contents > .container > .box-news > .box-pagenation {
  text-align: center;
}
.news-page > .section-contents > .container > .box-news > .box-pagenation > .page-numbers {
  color: #000000;
  font-size: 18px;
  margin: 0 33px;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-news > .box-pagenation > .page-numbers {
    font-size: 14px;
    margin: 0 23px;
    vertical-align: middle;
  }
}
.news-page > .section-contents > .container > .box-news > .box-pagenation > .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-page > .section-contents > .container > .box-news > .box-pagenation > .page-numbers.current {
  background-image: url(../../../assets/imgs/news/current-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 8px 13px;
}
@media screen and (max-width: 640px) {
  .news-page > .section-contents > .container > .box-news > .box-pagenation > .page-numbers > svg {
    margin-top: 8px;
    width: 12px;
  }
}