@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%;
  }
}
.banner-container {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 0;
}

.banner {
  position: relative;
  max-width: 92%;
  margin-top: 11.2rem;
}
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    margin-top: 7rem;
    max-width: 100%;
  }
}
.banner .banner__image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .banner .banner__image {
    width: 100%;
  }
}
.banner .banner__content {
  position: absolute;
  bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .banner .banner__content {
    bottom: 0;
    padding-left: 1.8rem;
  }
}
.banner .banner__content p {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.banner .banner__title_ir {
  font-size: 8rem;
  line-height: 11.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #52687d;
  margin-bottom: -2rem;
}
@media screen and (max-width: 1024px) {
  .banner .banner__title_ir {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-bottom: -1.4rem;
    margin-left: 0.2rem;
  }
}
.banner .banner__subtitle {
  padding: 0 1.5rem;
  position: relative;
  font-size: 1.6rem;
  color: #52687d;
  margin-left: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .banner .banner__subtitle {
    top: 0.5rem;
  }
}
.banner .banner__subtitle:before, .banner .banner__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: unset;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5.999' height='12' viewBox='0 0 5.999 12'><path id='Path_63667' data-name='Path 63667' d='M21.124,9.69l2.382-2.38V3.69l-6,6,6,6V12.072Z' transform='translate(-17.507 -3.69)' fill='%239e925c'/></svg>");
  background-size: contain;
}
.banner .banner__subtitle::before {
  left: unset;
  right: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.banner .banner__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.banner .banner__arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #9e925c;
}
.banner .banner__alert {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #b31d1d;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  padding: 1.6rem 1.7rem 1.1rem 1.3rem;
  font-size: 1.4rem;
  font-family: "DNP ShueiGoGinStd", sans-serif;
  font-weight: 500;
}
.banner .banner__alert .banner-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.breadcrumb.top {
  width: 83.7%;
}
@media screen and (max-width: 768px) {
  .breadcrumb.top {
    width: 100%;
    margin-top: 1.6rem;
    margin-bottom: 4.5rem;
  }
}

/**
 * Reusable Slide Animation Component
 * 
 * Usage:
 * 1. Add class 'slide-animation' to any element
 * 2. Optionally add data attributes for customization:
 *    - data-slide-duration="600" (animation duration in ms)
 *    - data-slide-in-class="custom-slide-in" (custom slide in class)
 *    - data-slide-out-class="custom-slide-out" (custom slide out class)
 *    - data-slide-auto-reset="false" (disable auto reset)
 *    - data-slide-trigger="parent" (trigger from parent element)
 *    - data-slide-trigger=".custom-parent" (trigger from specific selector)
 *    - data-slide-trigger="closest" data-slide-closest=".card" (trigger from closest parent with class)
 * 
 * CSS Variables (can be customized):
 * --slide-bg-color: Background color (default: #52687d)
 * --slide-duration: Animation duration (default: 0.4s)
 * --slide-z-index: Z-index for slide element (default: 2)
 * 
 * Examples:
 * 
 * <!-- Basic usage -->
 * <div class="slide-animation">Content</div>
 * 
 * <!-- Trigger from parent -->
 * <div class="parent-card">
 *   <div class="slide-animation" data-slide-trigger="parent">Content</div>
 * </div>
 * 
 * <!-- Trigger from specific parent -->
 * <div class="card">
 *   <div class="content">
 *     <div class="slide-animation" data-slide-trigger="closest" data-slide-closest=".card">Content</div>
 *   </div>
 * </div>
 */
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slide-animation {
  position: relative;
  overflow: hidden;
  --slide-bg-color: #52687d;
  --slide-bg-image: none;
  --slide-bg-image-mobile: none;
  --slide-bg-opacity: 1;
  --slide-duration: 0.4s;
  --slide-z-index: 2;
}
.slide-animation::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--slide-bg-color);
  background-image: var(--slide-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: var(--slide-z-index);
}
@media screen and (max-width: 768px) {
  .slide-animation::before {
    background-image: var(--slide-bg-image-mobile);
  }
}
.slide-animation.slide-in::before {
  opacity: var(--slide-bg-opacity);
  -webkit-animation: slideIn var(--slide-duration) ease forwards;
          animation: slideIn var(--slide-duration) ease forwards;
}
.slide-animation.slide-out::before {
  opacity: var(--slide-bg-opacity);
  -webkit-animation: slideOut var(--slide-duration) ease forwards;
          animation: slideOut var(--slide-duration) ease forwards;
}

.slide-animation--primary {
  --slide-bg-color: #52687d;
}

.slide-animation--grey {
  --slide-bg-color: #748697;
}

.slide-animation--secondary {
  --slide-bg-color: #9e925c;
}

.slide-animation--white {
  --slide-bg-color: #ffffff;
}

.slide-animation--fast {
  --slide-duration: 0.2s;
}

.slide-animation--slow {
  --slide-duration: 0.6s;
}

.slide-animation--low-z {
  --slide-z-index: 1;
}

.slide-animation--high-z {
  --slide-z-index: 10;
}

.slide-animation--opacity-10 {
  --slide-bg-opacity: 0.1;
}

.slide-animation--opacity-30 {
  --slide-bg-opacity: 0.3;
}

.slide-animation--opacity-50 {
  --slide-bg-opacity: 0.5;
}

.slide-animation--opacity-70 {
  --slide-bg-opacity: 0.7;
}

.slide-animation--opacity-80 {
  --slide-bg-opacity: 0.8;
}

.slide-animation--opacity-90 {
  --slide-bg-opacity: 0.9;
}

.header__btn.slide-animation {
  --slide-z-index: -1;
}
.header__btn.slide-animation * {
  position: relative;
  z-index: 10;
}
.header__btn.slide-animation::after {
  position: relative;
  z-index: 10;
}
.header__btn.slide-animation:hover {
  color: #fff !important;
}
.header__btn.slide-animation:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.company-banner {
  width: 91.7%;
}
@media screen and (max-width: 768px) {
  .company-banner {
    width: 100%;
  }
}
.company-banner .banner__content {
  position: absolute;
  bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .company-banner .banner__content {
    bottom: -0.3rem;
  }
}

.company-page {
  min-height: 60vh;
}
.company-page .card-content__list {
  gap: 1.2rem;
}

.company-page-container {
  width: 100%;
  margin: 0 auto;
}

/* Section */
.company-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.4rem;
  margin-bottom: 3rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.6rem 0 10.2rem;
}
@media screen and (max-width: 768px) {
  .company-section {
    max-width: 33.5rem;
    gap: 5.8rem;
    padding-bottom: 5.6rem;
    padding-top: 0.3rem;
  }
}

.company-section__message .card-conner {
  opacity: 0;
}
.company-section__message .card-subtitle {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company-section__message .card-subtitle {
    font-size: 1.4rem;
  }
}
.company-section__message .company-card:nth-child(2) .company-card-link {
  padding: 5.8rem 0 9.2rem;
  gap: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .company-section__message .company-card:nth-child(2) .company-card-link {
    padding: 3.5rem 0 6.8rem;
    gap: 1.8rem;
  }
}
.company-section__message .company-card:nth-child(2) .card-header {
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .company-section__message .company-card:nth-child(2) .card-header {
    gap: 0;
  }
}
.company-section__message .company-card:nth-child(2) .card-subtitle {
  position: relative;
  left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .company-section__message .company-card:nth-child(2) .card-subtitle {
    font-size: 1.4rem;
    left: 0;
  }
}
.company-section__message .company-card:nth-child(2) .card-content__list {
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .company-section__message .company-card:nth-child(2) .card-content__list {
    gap: 1rem;
  }
}
.company-section__message .company-card:nth-child(2) .card-content {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .company-section__message .company-card:nth-child(2) .card-content {
    padding-top: 1.8rem;
  }
}
.company-section__message .company-card:hover .card-conner {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .company-section__info .company-title {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__info .card-subtitle {
    font-size: 1.2rem;
  }
}
.company-section__info .company-card:nth-child(1) .company-card-link {
  padding: 4.7rem 0 4.5rem;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .company-card-link {
    padding: 3rem 0 2.2rem;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .card-subtitle {
    font-size: 1.2rem;
  }
}
.company-section__info .company-card:nth-child(1) .card-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .card-title {
    font-size: 2rem;
  }
}
.company-section__info .company-card:nth-child(1) .card-header {
  gap: 0rem;
}
.company-section__info .company-card:nth-child(1) .card-logo {
  width: 100%;
  max-width: 16.8rem;
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .card-logo {
    max-width: 10rem;
  }
}
.company-section__info .company-card:nth-child(1) .card-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-section__info .company-card:nth-child(1) .card-content {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .card-content {
    position: relative;
    top: -0.4rem;
    padding-top: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(1) .card-content__list {
    max-width: 18rem;
  }
}
.company-section__info .company-card:nth-child(2) .card-header {
  position: relative;
  top: -0.3rem;
  gap: 0;
}
.company-section__info .company-card:nth-child(2) .card-subtitle {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company-section__info .company-card:nth-child(2) .card-subtitle {
    font-size: 1.2rem;
  }
}

.section-bg_gray .company-section {
  gap: 8.2rem;
}

.company-section__group .company-content {
  row-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-content {
    row-gap: 1.6rem;
  }
}
.company-section__group .company-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-title {
    margin-bottom: 2.3rem;
  }
}
.company-section__group .company-card .company-card-link {
  padding: 4.2rem 0 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.9rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .company-card-link {
    padding: 2.6rem 0 2rem;
    line-height: 2.4rem;
    gap: 1.2rem;
  }
}
.company-section__group .company-card .card-header {
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-title {
    font-size: 1.8rem;
    max-width: 21.2rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-logo {
    max-width: 9.4rem;
    position: relative;
    left: -0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-subtitle {
    font-size: 1.2rem;
  }
}
.company-section__group .company-card .card-content {
  position: relative;
  top: -0.6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-content {
    gap: 1rem;
    top: -0.4rem;
    padding-top: 1.3rem;
  }
}
.company-section__group .company-card .card-content__title {
  text-align: center;
  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) {
  .company-section__group .company-card .card-content__title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.company-section__group .company-card .card-content__title .note {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-content__title .note {
    letter-spacing: 0;
  }
}
.company-section__group .company-card .card-content__list {
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card .card-content__list {
    position: relative;
    left: -0.8rem;
    gap: 0.4rem;
  }
}
.company-section__group .company-card:nth-child(3) .card-logo {
  position: relative;
  left: -1.8rem;
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card:nth-child(3) .card-logo {
    left: -0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__group .company-card:nth-child(3) .card-content {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
    width: unset;
  }
}

@media screen and (max-width: 768px) {
  .company-section__partners .company-card:nth-child(2) .company-card-link {
    gap: 0 !important;
    padding-bottom: 4.6rem !important;
  }
}
.company-section__partners .company-card:nth-child(2) .card-content__list {
  margin-top: 0.2rem;
}
.company-section__partners .company-card .company-card-link {
  padding: 4rem 0 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .company-card-link {
    padding: 2rem 0 5rem !important;
  }
}
.company-section__partners .company-card .card-content__title {
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .card-content__title {
    text-align: center;
  }
}
.company-section__partners .company-card .card-content__list {
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .card-content__list {
    gap: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .card-logo {
    max-width: 10.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .card-content__title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card .card-content {
    margin-top: -1rem;
    gap: 1.5rem;
  }
}
.company-section__partners .company-card:nth-child(1) .card-logo {
  max-width: 16rem;
}
@media screen and (max-width: 768px) {
  .company-section__partners .company-card:nth-child(1) .card-logo {
    max-width: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .company-card:nth-child(2) .company-card-link,
  .company-card:nth-child(3) .company-card-link {
    padding: 2.3rem 0 1.2rem;
    gap: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .company-card:nth-child(2) .card-content,
  .company-card:nth-child(3) .card-content {
    gap: 0.9rem;
    top: -0.2rem;
    padding-top: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .company-card:nth-child(2) .card-content__list,
  .company-card:nth-child(3) .card-content__list {
    position: relative;
    left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .company-card:nth-child(2) .card-logo,
  .company-card:nth-child(3) .card-logo {
    left: 0;
  }
}

.company-page-container:nth-child(2) .company-section {
  padding: 8rem 0 11.8rem;
}
@media screen and (max-width: 768px) {
  .company-page-container:nth-child(2) .company-section {
    padding: 4.2rem 0 4.8rem;
    gap: 5.5rem;
  }
}

.company-page-container:nth-child(3) .company-section {
  padding: 8.2rem 0 13.8rem;
}
@media screen and (max-width: 768px) {
  .company-page-container:nth-child(3) .company-section {
    padding: 5.8rem 0 7.9rem;
  }
}
@media screen and (max-width: 768px) {
  .company-page-container:nth-child(3) .company-title {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .company-section__sdgs .company-content {
    gap: 1.6rem;
  }
}
.company-section__sdgs .company-card {
  padding: 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .company-card {
    padding: 3.4rem 0 3.8rem;
  }
}
.company-section__sdgs .company-card-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2.9rem;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .company-card-link {
    gap: 1.7rem;
  }
}
.company-section__sdgs .card-subtitle {
  font-size: 1.6rem;
  position: relative;
  left: 0.1rem;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .card-subtitle {
    font-size: 1.4rem;
    left: 0;
  }
}
.company-section__sdgs .card-header {
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .card-header {
    gap: 0;
  }
}
.company-section__sdgs .card-content {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .card-content {
    padding-top: 1.8rem;
  }
}
.company-section__sdgs .card-content__list {
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .company-card:nth-child(2) .company-card-link {
    padding: 0;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .company-card:nth-child(2) .card-content {
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-section__sdgs .company-card:nth-child(2) {
    padding: 3.4rem 0 8rem;
  }
}

.card-logo {
  width: 100%;
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  .card-logo {
    max-width: 10rem;
  }
}
.card-logo .normal {
  display: block;
}
.card-logo .hover {
  display: none;
}

.card-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-bg_gray {
  background-color: #ebecef;
}

/* Title */
.company-title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-left: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.2rem;
  color: #52687d;
  max-width: 120rem;
  margin-bottom: 3.1rem;
}
.company-title br {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .company-title {
    padding-left: 2.2rem;
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 0 auto 2.5rem;
    max-width: 33.5rem;
  }
  .company-title br {
    display: block !important;
  }
}
.company-title .arrow-icon {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #9e925c;
}

.company-title::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 2.8rem;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .company-title::after {
    width: 1.8rem;
    top: 1.8rem;
  }
}

.company-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .company-content {
    gap: 1.4rem;
  }
}

.company-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  max-width: 58.8rem;
  min-height: 36.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company-card {
    width: 100%;
    min-height: 20.8rem;
  }
}

.company-card-conner .card-conner {
  z-index: 9;
  opacity: 0;
}
.company-card-conner:hover .card-conner {
  z-index: 9;
  opacity: 1;
}

.company-card:hover .card-header,
.company-card:hover .card-title,
.company-card:hover .card-subtitle,
.company-card:hover .card-content,
.company-card:hover .card-content__title,
.company-card:hover .card-content__item,
.company-card:hover .company-card-link,
.company-card:hover .card-logo,
.company-card:hover .company-card__bg {
  z-index: 9;
}
.company-card:hover .company-card__bg {
  opacity: 0.2;
}
.company-card:hover .company-card__bg .normal {
  display: none;
}
.company-card:hover .company-card__bg .hover {
  display: block;
}
.company-card:hover .company-card__bg.hover-none {
  display: none;
}
.company-card:hover .card-logo .normal {
  display: none;
}
.company-card:hover .card-logo .hover {
  display: block;
}
.company-card:hover .card-header,
.company-card:hover .card-title,
.company-card:hover .card-subtitle,
.company-card:hover .card-content,
.company-card:hover .card-content__title,
.company-card:hover .card-content__item {
  color: #fff;
}
.company-card:hover .card-content {
  border-top-color: #fff !important;
}
.company-card:hover .card-logo img {
  z-index: 9;
}
.company-card:hover .card-logo img .hover {
  display: block;
}
.company-card:hover .card-logo img .normal {
  display: none;
}
.company-card:hover .card-content__item::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: background-position 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-position 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, background-position 0.3s ease;
  transition: filter 0.3s ease, background-position 0.3s ease, -webkit-filter 0.3s ease;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.company-card:hover .card-content__item:hover {
  font-weight: 700;
}
.company-card:hover .card-content__item:hover::after {
  background-position: 16px 0px;
}

.card-bg__white {
  color: #52687d;
  background-color: #fff;
  min-height: 39.2rem;
}
.card-bg__white .company-card-link {
  padding: 4.2rem 0 4rem;
}
.card-bg__white .company-card__bg {
  max-width: 34.567rem;
}
.card-bg__white .company-card__bg .normal {
  display: block;
}
.card-bg__white .company-card__bg .hover {
  display: none;
}
.card-bg__white .card-content {
  border-top: 0.2rem solid #9d925c;
}
.card-bg__white .card-content__item::after {
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_ir.svg);
}
.card-bg__white .card-title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .card-bg__white {
    min-height: 32rem;
  }
  .card-bg__white .company-card__bg {
    max-width: 28.1rem !important;
  }
  .card-bg__white .company-card-link {
    padding: 0;
  }
}

.card-no_bg {
  color: #52687d;
  background-color: #fff;
  min-height: 32.6rem;
}
.card-no_bg .company-card-link {
  padding: 4rem 0;
}
.card-no_bg .card-title {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .card-no_bg .card-title {
    font-size: 1.6rem;
  }
}
.card-no_bg .card-content {
  padding: 0;
  border: 0;
}
.card-no_bg .card-content__item::after {
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_ir.svg);
}
@media screen and (max-width: 768px) {
  .card-no_bg {
    min-height: 10rem;
  }
  .card-no_bg .company-card-link {
    padding: 0;
  }
}

.card-bg__gray {
  color: #52687d;
  background: #ebecef;
}
.card-bg__gray .company-card__bg {
  max-width: 32rem;
}
.card-bg__gray .card-content {
  border-top: 0.2rem solid #9d925c;
}
.card-bg__gray .card-content__item::after {
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_ir.svg);
}
@media screen and (max-width: 768px) {
  .card-bg__gray {
    min-height: 25.6rem;
  }
  .card-bg__gray .company-card__bg {
    max-width: 22.5rem !important;
  }
  .card-bg__gray .company-card-link {
    padding: 0;
    gap: 1.8rem;
  }
  .card-bg__gray .card-content {
    top: 0;
    padding-top: 1.7rem;
  }
}

.company-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.company-card__bg img {
  width: 100%;
  height: 100%;
}

.company-card-link {
  width: 100%;
  max-width: 50rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .company-card-link {
    max-width: 30.5rem;
  }
}

.card-content {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 2rem;
  border-top: 0.2rem solid #fff;
  gap: 2rem;
}

.card-conner {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .card-conner {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.card-header {
  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;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .card-header {
    gap: 0.2rem;
  }
}

.card-title {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-size: 2.4rem;
  }
}

.card-subtitle {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-subtitle {
    font-size: 1.4rem;
  }
}

.card-content__list {
  width: 100%;
  max-width: 28.8rem;
  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.4rem;
  font-size: 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .card-content__list {
    gap: 1.2rem;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    max-width: 19rem;
  }
}

.card-content__item {
  width: 100%;
  position: relative;
}

.card-content__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_ir_white.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;
}

.card-content__item:hover {
  font-weight: 700;
}
.card-content__item:hover::after {
  background-position: 16px 0px;
}