@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;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ===== Common: properties identical in both source files ===== */
/* header image: common layout / visual baseline */
.header-new__img {
  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;
  position: relative;
  border-radius: 0;
  background-color: rgba(82, 104, 125, 0.1);
  overflow: hidden;
}

/* header subtitle: shared baseline */
.header-new__subtitle {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0.4rem 0rem 0.4rem;
  color: #fff;
  line-height: 2.8rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* header content baseline */
.header-new__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* header date identical */
.header-new__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .header-new__date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* new-main content baseline (shared) */
.new-main__content {
  margin: -0.2rem 0rem -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}

/* new-main text baseline (shared) */
.new-main__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .new-main__text {
    font-size: 1.5rem;
  }
}

/* other-new shared building blocks */
.other-new__button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .other-new__button {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.other-new__button a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.other-new__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other-new__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other-new__new:hover .other-new__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.other-new__new:first-child::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #bbc0c4;
  position: absolute;
  right: -3.8rem;
}
@media screen and (max-width: 768px) {
  .other-new__new:first-child::after {
    right: -1.7rem;
  }
}
.other-new__new.last-post::after, .other-new__new.first-post::after {
  display: none !important;
}

.other-new__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.6rem;
}
@media screen and (max-width: 768px) {
  .other-new__info {
    gap: 3.9rem;
  }
}

.other-new__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
  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;
  position: relative;
  border-radius: 4px;
  background-color: rgba(82, 104, 125, 0.1);
  height: 11.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .other-new__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.3rem;
            flex: 0 0 9.3rem;
  }
}
.other-new__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease, -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  will-change: filter, transform;
}
.other-new__img:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.other-new__subtitle {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0rem 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  background-color: #52687d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .other-new__subtitle {
    padding: 0.1rem 0rem 0.2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.other-new__content {
  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.7rem;
}
@media screen and (max-width: 768px) {
  .other-new__content {
    gap: 0rem;
  }
}

.other-new__date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .other-new__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.other-new__desc-small {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .other-new__desc-small {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

/* small global tweak present in both */
.ir-banner__content {
  top: 38%;
}

/* ---------- Page wrapper (file 1) ---------- */
.cyber-new-detail-page {
  color: #52687d;
  margin-top: 4.7rem;
  background-color: #eef0f2;
  padding: 8rem 0rem 5.2rem;
  color: #52687d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail-page {
    background-color: #fff;
    padding: 0rem 0rem 3.6rem;
    margin-top: 4.8rem;
  }
}

/* ---------- Wrapper ---------- */
.cyber-new-detail__wrapper {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__wrapper {
    max-width: 33.5rem;
  }
}

/* ---------- Header (file 1) ---------- */
.cyber-new-detail__header-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  padding: 6.4rem 12rem 0rem;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__header-new {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem;
  }
}

/* header-new__img: common layout moved to common — here only file1-specific subrules */
.header-new__img {
  height: 18rem;
}
.header-new__img img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header-new__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  .header-new__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.8rem;
            flex: 0 0 31.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header-new__img {
    width: 100%;
    height: 17rem;
  }
}

/* header-new__subtitle: common baseline moved to common — file1 specifics */
.header-new__subtitle {
  font-size: 1.6rem;
  background-color: #52687d;
}
@media screen and (max-width: 768px) {
  .header-new__subtitle {
    padding: 0.7rem 0rem 0.8rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
}

/* header-new__content: display/flex-direction in common — file1 keeps the file-specific gap */
.header-new__content {
  gap: 1.7rem;
}
/* header title file1-specific */
.header-new__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.2rem;
}
@media screen and (max-width: 768px) {
  .header-new__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

/* main block (file1 naming) */
.cyber-new-detail__new-main {
  max-width: 96rem;
  margin: 5.6rem auto 8rem;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__new-main {
    margin: 3.1rem auto;
  }
}

/* new-main__content moved to common baseline; file1 may keep additional rules if any (none extra here) */
/* new-main__title: file1-specific values (kept full) */
.new-main__title {
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.9rem;
  margin-bottom: 2.4rem;
  margin-top: 1.6rem;
  position: relative;
}
.new-main__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

/* new-main__section exists only in file1 */
.new-main__section {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.3rem;
  margin: 0.9rem 0rem 2.4rem;
}

/* reference / share / logo (file1 names) */
.cyber-new-detail__reference-article {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 3.9rem 0rem 0rem;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__reference-article {
    font-size: 1.5rem;
    margin: 1.9rem 0rem 0rem;
  }
}
.cyber-new-detail__reference-article .reference-article__link {
  text-decoration: underline;
}

.cyber-new-detail__share {
  margin: 6.2rem 0rem 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__share {
    margin: 3.7rem 0rem 6.4rem;
  }
}

.cyber-new-detail__logo {
  width: 3rem;
  height: 3rem;
}

/* other-new wrapper for file1 */
.cyber-new-detail__other-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cyber-new-detail__other-new {
    gap: 0.9rem;
  }
}

/* other-new child rules moved to common earlier */
/* Back link for file1 (unique name & styles) */
.back-cyber-news {
  margin: 4.8rem auto;
}
@media screen and (max-width: 768px) {
  .back-cyber-news {
    margin-top: 1.5rem;
    padding-bottom: 0.6rem;
    padding-right: 2.6rem;
  }
}

.back-cyber-news__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .back-cyber-news__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/* Content area for file1 (keep exact original) */
.cyber-new-detail__new-main .new-main__content a {
  color: #9e925c !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}
.cyber-new-detail__new-main .new-main__content a span {
  color: #9e925c !important;
}

.cyber-new-detail__new-main figure {
  width: 100% !important;
  margin: 0 auto 2rem;
}

.cyber-new-detail__new-main figure img {
  width: 100%;
  margin: 0 auto;
}

.cyber-new-detail__new-main figure .wp-caption-text {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.cyber-new-detail__new-main img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cyber-new-detail__new-main h2 {
  border-left: 4px solid #183c53;
  padding-left: 1em;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.cyber-new-detail__new-main h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}

.cyber-new-detail__new-main p,
.cyber-new-detail__new-main ol,
.cyber-new-detail__new-main ul {
  margin-bottom: 1em;
}

.cyber-new-detail__new-main ol {
  padding-left: 2em;
}

.cyber-new-detail__new-main ul {
  padding-left: 2em;
  list-style: disc;
}

.cyber-new-detail__new-main .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
}

.cyber-new-detail__new-main .sns_area .head {
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 2rem 0 0;
}

.cyber-new-detail__new-main .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cyber-new-detail__new-main .sns .list:not(:last-child) {
  margin-right: 20px;
}

.cyber-new-detail__new-main .sns .tw {
  fill: black;
  width: 18px;
}

.cyber-new-detail__new-main .sns .fb {
  fill: black;
  width: 20px;
}

.cyber-new-detail__new-main .sns .line {
  fill: black;
  width: 20px;
}

.pager-btn {
  color: #5c6d7c;
}

.new-main__content {
  /* WordPress Core
  -------------------------------------------------------------- */
  /* WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* WordPress Extend
  -------------------------------------------------------------- */
}
.new-main__content td:first-child strong {
  white-space: nowrap;
}
.new-main__content .alignnone {
  margin: 5px 20px 20px 0;
}
.new-main__content .aligncenter,
.new-main__content div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.new-main__content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.new-main__content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.new-main__content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.new-main__content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.new-main__content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.new-main__content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new-main__content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.new-main__content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.new-main__content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.new-main__content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.new-main__content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.new-main__content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.new-main__content .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.new-main__content .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.new-main__content ul {
  list-style: disc;
  padding-left: 2rem;
}
.new-main__content ol {
  list-style: numeric;
  padding-left: 2rem;
}
.new-main__content b {
  font-weight: 600;
}
.new-main__content table th {
  font-weight: bold;
  border: 1px solid #d1d5db;
  padding: 0.5rem;
}
.new-main__content table td {
  border: 1px solid #d1d5db;
  padding: 0.5rem;
}
.new-main__content h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .new-main__content h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.new-main__content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .new-main__content h3 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}