@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

/* Main Layout */
@media print, screen and (min-width: 780.1px) {
  .news-detail-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-main {
    padding-top: 32.8205128205vw;
    padding-bottom: 20.5128205128vw;
  }
}

.news-detail-container {
  margin: 0 auto;
}
@media print, screen and (min-width: 780.1px) {
  .news-detail-container {
    width: 100%;
    max-width: 1126px;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-container {
    max-width: 84.8717948718vw;
  }
}

/* Article Header */
@media print, screen and (min-width: 780.1px) {
  .article-header {
    padding-top: 88px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 780px) {
  .article-header {
    margin-bottom: 12.3076923077vw;
  }
}

.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 780.1px) {
  .article-meta {
    gap: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 780px) {
  .article-meta {
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}

.article-category {
  font-family: var(--font-en);
  font-weight: 600;
  color: #FFFFFF;
  background-color: #262626;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 780.1px) {
  .article-category {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 4px 24px;
    height: 40px;
  }
}
@media screen and (max-width: 780px) {
  .article-category {
    font-size: 4.1025641026vw;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 1.0256410256vw 6.1538461538vw;
    height: 10.2564102564vw;
  }
}

.article-date {
  font-family: var(--font-en);
  font-weight: 400;
  color: #79858D;
}
@media print, screen and (min-width: 780.1px) {
  .article-date {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 780px) {
  .article-date {
    font-size: 4.1025641026vw;
    line-height: 1em;
    letter-spacing: 0.01em;
  }
}

.article-title {
  font-family: var(--font-jp);
  font-weight: 700;
  color: #262626;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .article-title {
    font-size: 46px;
    max-width: 776px;
  }
}
@media screen and (max-width: 780px) {
  .article-title {
    font-size: 7.6923076923vw;
    max-width: 84.6153846154vw;
  }
}

/* Article Content */
.article-content {
  /* Article Image */
  /* Article Text */
  /* Article Table */
}
@media print, screen and (min-width: 780.1px) {
  .article-content {
    max-width: 894px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .article-content {
    max-width: 84.8717948718vw;
  }
}
.article-content figure {
  text-align: center;
}
@media print, screen and (min-width: 780.1px) {
  .article-content figure:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  .article-content figure:not(:first-child) {
    margin-top: 12.3076923077vw;
  }
}
.article-content img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 780.1px) {
  .article-content img {
    aspect-ratio: 894/631;
  }
}
@media screen and (max-width: 780px) {
  .article-content img {
    aspect-ratio: 331/234;
  }
}
.article-content p {
  margin: auto;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: var(--font-jp);
  font-weight: 400;
  color: #262626;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 780.1px) {
  .article-content p {
    width: 660px;
    max-width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .article-content p {
    max-width: 84.6153846154vw;
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .article-content p:not(:first-child), .article-content p:not(.table-text) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  .article-content p:not(:first-child), .article-content p:not(.table-text) {
    margin-top: 12.3076923077vw;
  }
}
.article-content h2,
.article-content h3,
.article-content h4:not(.table-subtitle),
.article-content h5,
.article-content h6,
.article-content .table-title {
  font-family: var(--font-jp);
  font-weight: 700;
  color: #262626;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .article-content h2,
  .article-content h3,
  .article-content h4:not(.table-subtitle),
  .article-content h5,
  .article-content h6,
  .article-content .table-title {
    font-size: 26px;
    padding-left: 18px;
    border-left: 4px solid #D5DEE6;
  }
}
@media screen and (max-width: 780px) {
  .article-content h2,
  .article-content h3,
  .article-content h4:not(.table-subtitle),
  .article-content h5,
  .article-content h6,
  .article-content .table-title {
    font-size: 4.6153846154vw;
    padding-left: 2.5641025641vw;
    border-left: 1.0256410256vw solid #D5DEE6;
  }
}
@media print, screen and (min-width: 780.1px) {
  .article-content h2:not(:first-child),
  .article-content h3:not(:first-child),
  .article-content h4:not(.table-subtitle):not(:first-child),
  .article-content h5:not(:first-child),
  .article-content h6:not(:first-child),
  .article-content .table-title:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  .article-content h2:not(:first-child),
  .article-content h3:not(:first-child),
  .article-content h4:not(.table-subtitle):not(:first-child),
  .article-content h5:not(:first-child),
  .article-content h6:not(:first-child),
  .article-content .table-title:not(:first-child) {
    margin-top: 12.3076923077vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .article-content h2 + p,
  .article-content h3 + p,
  .article-content h4:not(.table-subtitle) + p,
  .article-content h5 + p,
  .article-content h6 + p,
  .article-content .table-title + p {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 780px) {
  .article-content h2 + p,
  .article-content h3 + p,
  .article-content h4:not(.table-subtitle) + p,
  .article-content h5 + p,
  .article-content h6 + p,
  .article-content .table-title + p {
    margin-top: 6.1538461538vw !important;
  }
}
.article-content a {
  color: var(--Blue);
  text-decoration: underline;
}
.article-content a:hover {
  text-decoration: none;
}
.article-content .article-table {
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .article-content .article-table {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 780px) {
  .article-content .article-table {
    margin-top: 16.4102564103vw;
    margin-bottom: 16.4102564103vw;
  }
}
.article-content .table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F9FB;
  border: 1px solid #EBF1F7;
}
@media print, screen and (min-width: 780.1px) {
  .article-content .table-content {
    gap: 24px;
    margin-top: 32px;
    padding: 40px 48px;
  }
}
@media screen and (max-width: 780px) {
  .article-content .table-content {
    gap: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    padding: 7.1794871795vw 6.1538461538vw;
  }
}
.article-content .table-content .table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 780px) {
  .article-content .table-content .table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1025641026vw;
  }
  .article-content .table-content .table-item:last-child {
    margin-bottom: 0;
  }
}
.article-content .table-content .table-subtitle {
  font-family: var(--font-jp);
  font-weight: 700;
  color: #262626;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 780.1px) {
  .article-content .table-content .table-subtitle {
    padding-right: 24px;
    width: 33%;
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .article-content .table-content .table-subtitle {
    font-size: 4.1025641026vw;
  }
}
.article-content .table-content .table-text {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 400;
  color: #262626;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 780.1px) {
  .article-content .table-content .table-text {
    width: 67%;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .article-content .table-content .table-text {
    font-size: 3.5897435897vw;
    margin-left: 0;
  }
}

/* Article Pagination */
.article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 780.1px) {
  .article-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 780px) {
  .article-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.1538461538vw;
    margin: 16.4102564103vw auto 0;
    width: 68.7179487179vw;
  }
}

.pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-item.next-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-item.prev-article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 16px;
  }
  .pagination-item.back-to-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination-item.next-article {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 16px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-item {
    gap: 2.0512820513vw;
  }
  .pagination-item.back-to-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination-item.prev-article {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination-item.next-article {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.pagination-item.is-disabled {
  pointer-events: none;
}
.pagination-item.is-disabled .pagination-button {
  border: 1px solid #AEB9C0;
  background-color: #FFFFFF;
}
.pagination-item.is-disabled .pagination-button::after {
  background-color: #AEB9C0;
}
.pagination-item.is-disabled .pagination-text {
  color: #AEB9C0;
}
@media (hover: hover) {
  .pagination-item:hover .pagination-button.prev,
  .pagination-item:hover .pagination-button.next {
    background-color: #fff;
  }
  .pagination-item:hover .pagination-button.prev::after,
  .pagination-item:hover .pagination-button.next::after {
    background-color: #262626;
  }
}

.pagination-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-button.back {
  border: 1px solid #262626;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-button.back {
    width: 216px;
    height: 64px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-button.back {
    width: 68.7179487179vw;
    height: 12.3076923077vw;
  }
}
.pagination-button.back span {
  font-family: var(--font-jp);
  font-weight: 700;
  color: #262626;
  line-height: 1em;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-button.back span {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-button.back span {
    font-size: 2.8205128205vw;
  }
}
@media (hover: hover) {
  .pagination-button.back:hover {
    background-color: #262626;
  }
  .pagination-button.back:hover span {
    color: #FFFFFF;
  }
}
.pagination-button.prev, .pagination-button.next {
  background-color: #262626;
  border: 1px solid #262626;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-button.prev, .pagination-button.next {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-button.prev, .pagination-button.next {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}
.pagination-button.prev::after, .pagination-button.next::after {
  content: "";
  display: block;
  background-color: var(--White, #fff);
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 780.1px) {
  .pagination-button.prev::after, .pagination-button.next::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-button.prev::after, .pagination-button.next::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.pagination-button.prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media print, screen and (min-width: 780.1px) {
  .pagination-button.prev {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.pagination-button.next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination-text {
  color: #262626;
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 780.1px) {
  .pagination-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-text {
    font-size: 2.8205128205vw;
  }
}
.is-disabled .pagination-text {
  color: #AEB9C0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.next-article .pagination-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}