@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: 100%;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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.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: 15rem;
  right: 53.6%;
}
@media screen and (max-width: 768px) {
  .banner .banner__content {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
    padding: 0 2rem;
    margin-top: 0.6rem;
    gap: 3.4rem;
    bottom: 0.3rem;
  }
}
.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;
    margin-bottom: -1.4rem;
    line-height: 6.4rem;
    margin-left: 0;
  }
}
.banner .banner__subtitle {
  padding: 0 1.8rem;
  position: relative;
  font-size: 1.6rem;
  color: #52687d;
  margin-left: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .banner .banner__subtitle {
    top: 0.5rem;
    margin-left: 0.4rem;
  }
}
.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;
}
.banner .banner__head {
  gap: 2.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) {
  .banner .banner__head {
    gap: 1.2rem;
  }
}
.banner .banner__head .banner__head-title {
  font-size: 5.4rem;
  line-height: 7.4rem;
  color: #52687d;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .banner .banner__head .banner__head-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
.banner .banner__head .banner__head-desc {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #52687d;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .banner .banner__head .banner__head-desc {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

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

.breadcrumb .breadcrumb__separator {
  margin: 0 1.6rem;
}
.breadcrumb .breadcrumb__item:last-child {
  margin: 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.marquee-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 4.5rem 0 5.3rem;
}
@media screen and (max-width: 768px) {
  .marquee-container {
    padding: 0 0 4.15rem;
    margin-top: -0.3rem;
  }
}

.marquee-text {
  display: inline-block;
  font-size: 12rem;
  font-weight: 700;
  font-style: italic;
  color: #52687d;
  font-family: "Jost", sans-serif;
  opacity: 0.2;
  position: relative;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .marquee-text {
    font-size: 7.2rem;
    -webkit-animation: marquee 15s linear infinite;
            animation: marquee 15s linear infinite;
  }
}
.marquee-text::after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .marquee-text {
    font-size: 7.2rem;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}

.marquee-text::after, .marquee-text::before {
  content: attr(data-text);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.section-recruit {
  background-color: #eef0f2;
  padding: 7.97rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .section-recruit {
    padding: 0;
    background-color: #fff;
  }
}

.recruit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-container {
    gap: 5rem;
    padding: 0 0 0 2rem;
  }
}

.recruit-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
.recruit-section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-section--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-section__content {
  position: relative;
  width: 72rem;
  height: 37.6rem;
  margin-right: -12rem;
  margin-top: 4.8rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("/wp-content/themes/vlcholdings/images/common/recruit_item_bg_1.png");
  background-color: rgba(255, 255, 255, 0.8);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 6.5rem 18rem 0 8rem;
  backdrop-filter: blur(13px) brightness(1.22);
  -webkit-backdrop-filter: blur(13px) brightness(1.22);
}
@media screen and (max-width: 768px) {
  .recruit-section__content {
    width: 100%;
    padding: 2.1rem 0.7rem 6.4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.recruit-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recruit-section__title {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 700;
  color: #52687d;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit-section__title {
    font-size: 2rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    top: 0.4rem;
    left: -0.4rem;
  }
}
.recruit-section__title::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0.8rem;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .recruit-section__title::before {
    top: 0.4rem;
    left: -0.3rem;
  }
}

.recruit-section__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #52687d;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-left: -0.7rem;
    padding-right: 1rem;
  }
}

.recruit-section__image {
  width: 72rem;
  height: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-section__image {
    height: auto;
  }
}
.recruit-section__image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-section__image img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section__image {
    width: 100%;
  }
}

.section__more {
  position: absolute;
  bottom: 6.5rem;
  right: 18rem;
}
@media screen and (max-width: 768px) {
  .section__more {
    right: 1.8rem;
    bottom: 0.7rem;
  }
}