@charset "UTF-8";
@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%;
  }
}
.news-list {
  border-radius: 0.8rem;
  overflow: hidden;
  max-width: 104rem;
  margin: 0 auto;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 0.9rem 0;
  }
}
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.2rem 0 2rem 0;
  border-bottom: 0.1rem solid rgba(82, 104, 125, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    padding: 2.1rem 0 1.4rem;
  }
}
.news-list .news-item::before {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #52687d;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.news-list .news-item:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
          animation: moveEnd 0.2s forwards;
}
.news-list .news-item .news-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list .news-item .news-item__date {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Jost", sans-serif;
  color: #5c6d7c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__date {
    font-size: 1.2rem;
  }
}
.news-list .news-item .news-item__label {
  display: inline-block;
  padding: 0rem 1rem;
  min-width: 10rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #fff;
  border-radius: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 10rem;
  background-color: #26506c;
  margin-left: 4.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__label {
    line-height: 2.3rem;
    margin-left: 1.6rem;
    min-width: 8.8rem;
    padding: 0 2rem;
  }
}
.news-list .news-item .news-item__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__description {
    margin: 0;
  }
}
.news-list .news-item .news-item__link {
  display: block;
  text-decoration: none;
  color: #5c6d7c;
  padding-bottom: 0.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 2.8rem;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__link {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.news-list .news-item .news-item__link .new-icon {
  display: none;
  background-color: #ff4444;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.news-list .news-item .news-item__link .icon {
  width: 2rem;
  height: 2.2rem;
  margin-left: 1.1rem;
  margin-right: 0.3rem;
}
.news-list .news-item .news-item__link .icon img {
  width: 100%;
}
.news-list .news-item .file-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #666;
  margin-left: auto;
  white-space: nowrap;
  margin-left: 3.4rem;
  min-width: 10rem;
}
@media screen and (max-width: 768px) {
  .news-list > .news-item:first-child {
    padding-top: 0;
  }
}

/**
 * IR News API Integration Styles
 */
.page-template-page-ir-news .ir-banner {
  margin-top: 10rem;
}

.ir-news-list .ir-news-item {
  margin-bottom: 1.5rem;
}
.ir-news-list .ir-news-item .news-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.2rem 2rem 1fr;
  grid-template-columns: 21.2rem 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ir-news-list .ir-news-item .news-dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.ir-news-list .ir-news-item .news-date {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ir-news-list .ir-news-item .news-date {
    font-size: 1.4rem;
  }
}
.ir-news-list .ir-news-item .news-content {
  margin: 0;
}
.ir-news-list .ir-news-item .news-content .news-category {
  display: inline-block;
  background-color: #1e3a8a;
  color: white;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.ir-news-list .ir-news-item .news-content .news-title .news-link {
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.ir-news-list .ir-news-item .news-content .news-title .news-link:hover {
  color: #1e3a8a;
  text-decoration: underline;
}
.ir-news-list .ir-news-item .news-content .news-title .news-link .icon-pdf,
.ir-news-list .ir-news-item .news-content .news-title .news-link .icon-html,
.ir-news-list .ir-news-item .news-content .news-title .news-link .icon-excel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
}
.ir-news-list .ir-news-item .news-content .news-title .file-size {
  color: #666;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.no-data,
.error {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  font-size: 1.6rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 2rem 0;
}

.error {
  background-color: #fee;
  color: #d00;
  border: 1px solid #fcc;
}

/**
 * News Section Component
 *
 * Two-column layout with sidebar filters and main content
 * Max width: 1200px
 */
.news-container {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eef0f2;
  padding-bottom: 10rem;
  padding-top: 8.1rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .news-container {
    padding-bottom: 0;
  }
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .news-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Dropdown styles for year selection */
.dropdown-container {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.9rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .dropdown-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.dropdown-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15.9rem;
  padding: 0.6rem 2.2rem 0.8rem;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  color: #5a5a5a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .dropdown-header {
    padding: 0.4rem 1.5rem 0.5rem 2.3rem;
  }
}
.dropdown-header.active {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
.dropdown-header .arrow {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-size: contain;
}
.dropdown-header.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 20rem;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .dropdown-list {
    right: auto;
    left: 0;
  }
}
.dropdown-list.active {
  display: block;
  top: 0;
}
.dropdown-list #yearList_irnews {
  max-height: 16rem;
  overflow-y: auto;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar {
  width: 3px;
  background: rgba(92, 109, 124, 0.2);
  margin: 100px;
  border-radius: 999px;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar-thumb {
  background: rgba(92, 109, 124, 0.6);
  border-radius: 999px;
  min-height: 40px;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar-track {
  background: rgba(92, 109, 124, 0.2);
  border-radius: 999px;
}

.dropdown-container.active .dropdown-header {
  border-bottom: 0;
}
.dropdown-container.active .dropdown-list {
  display: block;
}

.dropdown-item {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.dropdown-item.active {
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-item.active::after {
  content: "";
  position: relative;
  top: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/checked.svg);
  background-size: contain;
}

.main-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.2rem;
}
.main-nav .nav-item {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.8rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  color: #26506c;
  background-color: rgba(38, 80, 108, 0.15);
  position: relative;
  min-width: 12.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-nav .nav-item {
    font-size: 1.2rem;
    min-width: 8.3rem;
    padding: 0.6rem 0;
  }
}
.main-nav .nav-item.active {
  background-color: #ffffff;
  color: #26506c;
  font-weight: 700;
}
.main-nav .nav-item.active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.main-nav .nav-item.active span:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.2rem;
  background-color: #9e925c;
}

.year-selector {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.section-ir-content,
.download-section {
  margin-bottom: 4rem;
  margin-top: 8rem;
}

.news-section {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
.news-section .news-list {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 1.8rem 0 0;
    background-color: #eef0f2;
  }
  .news-section .news-list {
    padding: 2.8rem 2rem 6.2rem;
    background-color: #fff;
    border-radius: 0;
  }
}

.item-desc {
  font-size: 1.6rem;
  color: #5c6d7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 78rem;
}

.file-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.2rem;
}

.icon-pdf {
  max-width: 2rem;
  width: 100%;
}

.news {
  padding: 8rem 0;
  background: #fff;
}
.news .news__container {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 2rem;
}
.news .news__header {
  margin-bottom: 5.6rem;
  text-align: left;
}
.news .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news .news__sidebar {
  width: 27.7rem;
  padding: 0 1.2rem;
}
.news .news__sidebar .news__filter-group {
  margin-bottom: 2.3rem;
}
.news .news__sidebar .news__filter-group .news__filter-title {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #5c6d7c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #e9ecef;
}
.news .news__sidebar .news__filter-group .news__filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  padding: 0.7rem 0;
}
.news .news__sidebar .news__filter-group .news__filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option:hover {
  color: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio],
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox] {
  display: none;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio,
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #ddd;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio {
  border-radius: 50%;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #526875;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox::after {
  content: "✓";
  color: white;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio {
  border-color: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio + .news__filter-text {
  font-weight: 700;
  color: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox {
  border-color: #526875;
  background: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox + .news__filter-text {
  font-weight: 700;
  color: #5c6d7c;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-text {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #5c6d7c;
}
.news .news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.3rem;
}
.news .news__main .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.news .news__main .news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.6rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 2.6rem;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid #e9ecef;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news .news__main .news__item:first-child {
  padding-top: 0;
}
.news .news__main .news__item .news__date {
  font-size: 1.4rem;
  color: #52687d;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 3rem;
  white-space: nowrap;
}
.news .news__main .news__item .news__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news__main .news__item .news__content .news__date__mb {
  display: none;
}
.news .news__main .news__item .news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.2rem 0 1.5rem;
}
.news .news__main .news__item .news__tag {
  padding: 0rem 1.6rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  border-radius: 2.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
.news .news__main .news__item .news__tag.news__tag--vlc {
  background: #9e925c;
  color: white;
}
.news .news__main .news__item .news__tag.news__tag--notice {
  background: transparent;
  color: #52687d;
  border: 0.1rem solid #52687d;
  padding: 0rem 2rem;
}
.news .news__main .news__item .news__item-title {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #5c6d7c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news .news__main .news__item .news__item-title:hover {
  opacity: 0.8;
}
.news .news__main .news__more {
  padding: 5.5rem 0 10rem 0;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0;
  }
  .news .news__container {
    padding: 8rem 2rem 0;
  }
  .news .news__header {
    margin-bottom: 4.8rem;
  }
  .news .news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .news .news__sidebar {
    padding: 0;
    width: 100%;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) {
    margin-bottom: 0;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-title {
    margin-bottom: 0.3rem;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option {
    margin-top: -0.2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option .news__filter-checkbox {
    margin-top: 0.3rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company {
    margin-bottom: 2.7rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: contain;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    border-bottom: 0.1rem solid #52687d;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0.6rem 0.7rem;
    gap: 0.2rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options.show {
    max-height: 50rem;
    opacity: 1;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio::after {
    background-color: transparent;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_checked.svg");
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: center;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio {
    margin-right: 0.4rem;
    gap: 0.2rem;
    border: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news .news__main .news__list .news__item {
    width: 100%;
    gap: 0;
    padding: 2.1rem 0 1.7rem;
  }
  .news .news__main .news__list .news__item .news__item-title {
    letter-spacing: -0.07em;
  }
  .news .news__main .news__list .news__item .news__date {
    display: none;
  }
  .news .news__main .news__list .news__item .news__content .news__tags {
    gap: 1.2rem;
    padding: 0.2rem 0 1.4rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__date__mb {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #52687d;
    font-weight: 500;
    font-family: "Jost", sans-serif;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag {
    line-height: 2.2rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag.news__tag--notice {
    padding: 0 1.1rem;
    margin-left: -0.3rem;
  }
  .news .news__main .news__more {
    padding: 5rem 0 8rem 0;
  }
}