@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, .section-sdg_item, .employee-support__item {
  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, .section-sdg_item::before, .employee-support__item::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, .section-sdg_item::before, .employee-support__item::before {
    background-image: var(--slide-bg-image-mobile);
  }
}
.slide-animation.slide-in::before, .slide-in.section-sdg_item::before, .slide-in.employee-support__item::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, .slide-out.section-sdg_item::before, .slide-out.employee-support__item::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, .header__btn.section-sdg_item, .header__btn.employee-support__item {
  --slide-z-index: -1;
}
.header__btn.slide-animation *, .header__btn.section-sdg_item *, .header__btn.employee-support__item * {
  position: relative;
  z-index: 10;
}
.header__btn.slide-animation::after, .header__btn.section-sdg_item::after, .header__btn.employee-support__item::after {
  position: relative;
  z-index: 10;
}
.header__btn.slide-animation:hover, .header__btn.section-sdg_item:hover, .header__btn.employee-support__item:hover {
  color: #fff !important;
}
.header__btn.slide-animation:hover::after, .header__btn.section-sdg_item:hover::after, .header__btn.employee-support__item:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.sdg-container {
  max-width: 120rem;
  margin: 0 auto;
}

.section-title {
  position: relative;
  width: 100%;
  padding-left: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.5rem;
  margin: 4.6rem auto 2.5rem;
  letter-spacing: -0.03em;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-left: 2.2rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin: 0 auto 3.2rem;
  }
}
.section-title .arrow-icon {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #9e925c;
}

.section-text {
  max-width: 100rem;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 50%;
  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) {
  .section-title::after {
    width: 1.8rem;
    margin-top: 0.7rem;
    top: 1rem;
  }
}

.section-sdg {
  background-color: #eef0f2;
  padding-top: 3.4rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .section-sdg {
    max-width: 100%;
    margin: 0 auto;
    padding: 4.8rem 2rem;
  }
}

.section-sdg_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .section-sdg_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3rem;
    padding-bottom: 1.3rem;
  }
}

.section-sdg_bg {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.section-sdg_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-sdg_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38rem;
  max-width: 38.4rem;
  width: 32%;
  -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;
  position: relative;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.1rem solid #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  color: #52687d;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  --slide-z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-sdg_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 33.5rem;
    min-height: 25.5rem;
    padding: 0;
  }
}
.section-sdg_item:hover {
  color: #fff;
  cursor: pointer;
}
.section-sdg_item:hover .icon-wrapper {
  background-color: #ffffff;
  z-index: 2;
}
.section-sdg_item:hover .section-sdg_title {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-sdg_item:hover .section-sdg_title {
    margin-bottom: 1.06rem;
  }
}
.section-sdg_item:hover .section-sdg_text {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-sdg_item:hover .section-sdg_text {
    line-height: 2.85rem;
    padding-right: 0.1rem;
    margin-bottom: 1.7rem;
  }
}
.section-sdg_item:hover .section__more {
  z-index: 3;
}
.section-sdg_item:hover .section__more::after {
  opacity: 0;
}
.section-sdg_item:hover .section__more::before {
  opacity: 1;
}
.section-sdg_item:hover .section__more:hover::before {
  opacity: 1;
}
.section-sdg_item:hover .view-more {
  z-index: 3;
}
.section-sdg_item:hover .view-more .section__more-link {
  color: #fff;
}
.section-sdg_item:hover .view-more .section__more-link {
  padding-top: 0;
}
.section-sdg_item:hover .section-sdg_corner {
  opacity: 1;
  display: block;
}

.section-sdg_corner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #9e925c;
  border: 1px solid #9e925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 4;
}

@-webkit-keyframes cornerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-10deg);
            transform: scale(0.5) rotate(-10deg);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes cornerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-10deg);
            transform: scale(0.5) rotate(-10deg);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.section-sdg_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  z-index: 2;
  margin-top: 6.1rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .section-sdg_title {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 1.6rem;
    margin-top: 3.1rem;
  }
}

.section-sdg_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  max-width: 24rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.8rem;
  text-align: left;
  min-height: 9rem;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-sdg_text {
    line-height: 2.7rem;
    min-height: unset;
    margin-bottom: 2rem;
    min-height: 8.1rem;
  }
}

.sdg-list {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .sdg-list {
    background-color: #eef0f2 !important;
    padding-bottom: 5.7rem !important;
  }
}
.sdg-list .sdg-list__content {
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .sdg-list .sdg-list__content {
    padding: 0 4rem 3rem 1rem !important;
    gap: 0.36rem;
  }
}
@media screen and (max-width: 768px) {
  .sdg-list .sdg-list__content .sdg-list__text {
    letter-spacing: 0.07em;
    line-height: 2.8rem;
  }
}
.sdg-list .view-more {
  margin-right: 0;
  margin-top: 1.3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sdg-list .view-more {
    margin-top: 0;
    margin-right: 1.5rem;
    margin-top: 1.4rem;
  }
}
.sdg-list .view-more .section__more-link {
  width: 30.2rem;
}
@media screen and (max-width: 768px) {
  .sdg-list .view-more .section__more-link {
    width: 26.8rem;
  }
}
.sdg-list .view-more .sdg-list-viewmore {
  display: block;
}
@media screen and (max-width: 768px) {
  .sdg-list .view-more .sdg-list-viewmore {
    display: none;
  }
}
.sdg-list .view-more .sdg-list-viewmore-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sdg-list .view-more .sdg-list-viewmore-sp {
    display: block;
  }
}

.sdg-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.sdg-list__inner .section-title {
  margin-top: 8rem;
  margin-bottom: 6.4rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .sdg-list__inner .section-title {
    max-width: 33.5rem;
    margin-top: 6.3rem;
    margin-bottom: 4.3rem;
    letter-spacing: -0.015em;
  }
}
@media screen and (max-width: 768px) {
  .sdg-list__inner .sdg-list__items {
    gap: 4.16rem;
  }
}
@media screen and (max-width: 768px) {
  .sdg-list__inner .sdg-list__item {
    gap: 3.1rem;
  }
  .sdg-list__inner .sdg-list__item .sdg-list__item-title {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.section__more::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10'%3E%3Cpath id='_01' data-name='01' d='M0,56.094v10l5-4.984Z' transform='translate(0 -56.094)' fill='%239e925c' opacity='0.6'/%3E%3C/svg%3E%0A");
}
.section__more::before {
  opacity: 0;
}

.view-more {
  margin: 0.2rem auto 5.5rem;
  padding-top: 0.7rem;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .view-more {
    padding-top: 0;
    margin: 1.4rem auto 3.3rem;
  }
  .view-more::after {
    top: calc(50% - 0.2rem);
    right: 1.2rem;
  }
  .view-more::before {
    top: calc(50% - 0.2rem);
  }
}
.view-more::after, .view-more::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%225%22%20height%3D%2210%22%20viewBox%3D%220%200%205%2010%22%3E%0A%20%20%3Cpath%20id%3D%22Path_217%22%20data-name%3D%22Path%20217%22%20d%3D%22M0%2C56.094v10l5-4.984Z%22%20transform%3D%22translate(0%20-56.094)%22%20fill%3D%22%23fff%22%20opacity%3D%220.6%22/%3E%0A%3C/svg%3E");
}
.view-more .section__more-link {
  margin-left: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .view-more .section__more-link {
    margin-left: 0;
    font-size: 2rem;
    width: 16.9rem;
    padding-left: 0.2rem;
  }
  .view-more .section__more-link::before {
    bottom: -0.2rem;
  }
}
.view-more .section__more-link::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
  z-index: 2;
}
.view-more .section__more-link:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
  z-index: 2;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section-description {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.9rem;
  font-size: 1.6rem;
  color: #5c6d7c;
  font-weight: 400;
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 6.5rem;
  letter-spacing: 0.007em;
}
@media screen and (max-width: 768px) {
  .section-description {
    line-height: 2.99rem;
    margin-left: 0;
    letter-spacing: -0.001em;
    margin-bottom: 3.8rem;
  }
}

.employee-support {
  margin-top: 0;
  background-color: #fff;
  padding-top: 0;
}
.employee-support .section-title {
  margin-top: 8.2rem;
  letter-spacing: -0.002em;
}
@media screen and (max-width: 768px) {
  .employee-support .section-title {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .employee-support .section-description {
    margin-bottom: 5.9rem;
  }
}
.employee-support .section-text {
  letter-spacing: 0.002em;
}

.employee-support__inner {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 9.9rem;
}
@media screen and (max-width: 768px) {
  .employee-support__inner {
    margin-bottom: 3.15rem;
  }
}

.employee-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .employee-support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.45rem;
    max-width: 33.5rem;
    margin: 0 auto;
  }
}

.employee-support__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  border-left: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  --slide-z-index: 1;
}
.employee-support__item:hover {
  cursor: pointer;
}
.employee-support__item:hover .employee-support__content {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.employee-support__item:hover .employee-support__title {
  color: #fff;
  z-index: 2;
}
.employee-support__item:hover .employee-support__title::before {
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.employee-support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
}

.employee-support__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border: none !important;
}

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

.employee-support__content {
  padding: 4rem 0 4.3rem 2.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .employee-support__content {
    padding: 2.2rem 0 2rem 3.9rem;
  }
}

.employee-support__title {
  padding-left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #52687d;
  position: relative;
}
@media screen and (max-width: 768px) {
  .employee-support__title {
    font-size: 1.5rem;
  }
}

.employee-support__title::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 50%;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}