@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 2.67vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: 0.6944vw;
  }
}

.container-custom {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container-custom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  line-break: strict;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 144.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-pc {
  display: block;
}

.is-mtablet {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-mtablet {
    display: block;
  }
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.9rem 0.4rem 0;
  }
}
.breadcrumb > .breadcrumb__item:last-child {
  max-width: 24rem;
  overflow-x: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .breadcrumb > .breadcrumb__item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.breadcrumb > .breadcrumb__item:last-child a {
  color: #5c6d7c;
  font-weight: 700;
}

.sdg-detail.news-detail {
  margin-top: 4.75rem;
  padding: 8.1rem 0 9.6rem;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail {
    margin-top: 0;
    padding: 0 0 8rem 0;
  }
}
.sdg-detail.news-detail .sdg-detail-container {
  padding: 8rem 12rem 3.4rem;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .sdg-detail-container {
    padding: 5.2rem 0;
  }
}
.sdg-detail.news-detail .sdg-detail-container .sdg-detail__date {
  margin-right: 2.55rem;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .sdg-detail-container .sdg-detail__date {
    margin-bottom: 0.4rem;
  }
}
.sdg-detail.news-detail .sdg-detail-container .sdg-detail__meta {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .sdg-detail-container .sdg-detail__meta {
    margin-bottom: 1.4rem;
  }
}
.sdg-detail.news-detail .sdg-detail-container .sdg-detail__header-title {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .sdg-detail-container .sdg-detail__header-title {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 3.3rem;
  }
}
.sdg-detail.news-detail .sdg-detail-container .sdg-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.sdg-detail.news-detail .sdg-detail__tag {
  background: transparent;
  color: #52687d;
  border: 0.1rem solid #52687d;
  padding: 0.2rem 2rem;
}
.sdg-detail.news-detail .sdg-detail__tag--company {
  background: #9e925c;
  border: 0.1rem solid #9e925c;
  color: white;
}
.sdg-detail.news-detail .news_detail__return {
  margin: 4.7rem auto 0;
  width: 100%;
  max-width: 18.2rem;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .news_detail__return {
    margin: 1.9rem auto 0;
    max-width: 12.2rem;
  }
}
.sdg-detail.news-detail .news_detail__return-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  padding-bottom: 0.9rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .news_detail__return-text {
    padding-bottom: 0.3rem;
    text-align: right;
    padding-right: 1rem;
  }
}
.sdg-detail.news-detail .news_detail__return-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1.4rem;
  left: 1.4rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #9e925c;
}
@media screen and (max-width: 768px) {
  .sdg-detail.news-detail .news_detail__return-text::after {
    left: 0.7rem;
    top: 1rem;
  }
}

/* Document link styles */
.news-content--document .document-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007bff;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-content--document .news-item__icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.news-content--document .document-link:hover {
  color: #0056b3;
  border-bottom-color: #0056b3;
}

/* External link styles */
.news-content--url .external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007bff;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-content--url .news-item__icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.news-content--url .external-link:hover {
  color: #0056b3;
  border-bottom-color: #0056b3;
}

/* Content area */
.news-content .content {
  margin-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .news-content {
    margin: 1rem 0;
  }
}
.topics-detail-contents-wrap h2 {
  margin-bottom: 1em;
}
.topics-detail-contents-wrap .news-contents {
  line-height: 2em;
}