@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%;
  }
}
.company-history-timeline {
  background: #fff;
  padding: 6.7rem 16rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .company-history-timeline {
    padding: 0;
    max-width: 33.5rem;
    margin: 0 auto;
  }
}

.company-history-timeline-note {
  color: #5c6d7c;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.company-timeline__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__content-item {
    gap: 0.8rem;
  }
}

.company-timeline__item {
  position: relative;
  padding: 5rem 0 3.5rem;
  margin-left: 7.4rem;
  border-bottom: 0.2rem solid #9e925c;
  color: #5c6d7c;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 80rem;
  line-height: 2.6rem;
}
.company-timeline__item.is-custom {
  padding: 4.7rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item.is-custom {
    padding: 2.5rem 0 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .company-timeline__item {
    margin-left: 2rem;
    padding: 2.4rem 0 2.4rem;
    font-size: 1.4rem;
    max-width: 32.1rem;
  }
}

.company-timeline__item::after {
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 0;
  left: -6.45rem;
  width: 0.1rem;
  background-color: #9e925c;
  height: calc(100% + 0.8rem);
}
@media screen and (max-width: 768px) {
  .company-timeline__item::after {
    left: -1.6rem;
    top: 3rem;
  }
}

.company-timeline__item:last-child::after {
  display: none;
}

.company-timeline__item:last-child {
  border: none;
}

.company-timeline__item::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -6.8rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #9e925c;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .company-timeline__item::before {
    left: -2rem;
    top: 3.3rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item.is-custom-2013 {
    padding-top: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .company-timeline__item.is-custom-2007 {
    padding-bottom: 2rem;
  }
}

.company-timeline__year {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__year {
    margin-bottom: 1.2rem;
  }
}

.company-timeline__year-num {
  font-size: 3.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company-timeline__year-num {
    font-size: 2.6rem;
  }
}

.company-timeline__year-ja {
  min-width: 6.6rem;
  line-height: 2rem;
  text-align: start;
}

.company-timeline__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: 1.15rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__content {
    gap: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .company-timeline__content.is-custom-2018 {
    position: relative;
    left: -0.5rem;
  }
}

.company-timeline__month {
  min-width: 3.3rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-timeline__month {
    min-width: 3rem;
    text-align: left;
  }
}

.company-timeline__desc {
  max-width: 70rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__desc {
    max-width: 28.3rem;
    line-height: 2.2rem;
  }
}

.company-page {
  padding: 8rem 0 10rem;
  min-height: 60vh;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .company-page {
    background-color: #fff;
    padding: 3.8rem 0 8rem;
  }
}

.company-page-container {
  max-width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(1) {
    padding: 2.2rem 0 2.25rem;
  }
  .company-timeline__item:nth-child(1) .company-timeline__desc {
    max-width: 27.3rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(1)::before {
    left: -2rem;
    top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(3) {
    padding: 2.6rem 0 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(14) {
    padding: 2.4rem 0 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(15) {
    padding: 2.5rem 0 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(16),
  .company-timeline__item:nth-child(18) {
    padding: 2.4rem 0 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(17) .company-timeline__content {
    gap: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(8) .company-timeline__desc,
  .company-timeline__item:nth-child(10) .company-timeline__desc {
    letter-spacing: 0.09rem;
  }
}

.company-timeline__item:nth-child(19) .company-timeline__content,
.company-timeline__item:nth-child(21) .company-timeline__content {
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(20) {
    padding: 2.5rem 0 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(21) {
    padding: 2.5rem 0 2rem !important;
  }
}

.company-timeline__item:nth-child(5) .company-timeline__year,
.company-timeline__item:nth-child(6) .company-timeline__year,
.company-timeline__item:nth-child(7) .company-timeline__year,
.company-timeline__item:nth-child(8) .company-timeline__year,
.company-timeline__item:nth-child(9) .company-timeline__year,
.company-timeline__item:nth-child(10) .company-timeline__year,
.company-timeline__item:nth-child(20) .company-timeline__year,
.company-timeline__item:nth-child(21) .company-timeline__year,
.company-timeline__item:nth-child(22) .company-timeline__year,
.company-timeline__item:nth-child(23) .company-timeline__year {
  max-width: 15.2rem;
}

.company-timeline__item:nth-child(5),
.company-timeline__item:nth-child(7),
.company-timeline__item:nth-child(10),
.company-timeline__item:nth-child(15),
.company-timeline__item:nth-child(19),
.company-timeline__item:nth-child(21) {
  padding: 4.8rem 0 3.6rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(5),
  .company-timeline__item:nth-child(7),
  .company-timeline__item:nth-child(10),
  .company-timeline__item:nth-child(15),
  .company-timeline__item:nth-child(19),
  .company-timeline__item:nth-child(21) {
    margin-left: 2rem;
    padding: 2.4rem 0 2.4rem;
    font-size: 1.4rem;
    max-width: 32.1rem;
  }
}

.company-timeline__item:nth-child(5)::before {
  top: 5.4rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(5)::before {
    left: -2rem;
    top: 3rem;
  }
}

.company-timeline__item:nth-child(2) {
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(2) {
    padding: 2.4rem 0 2.4rem;
  }
  .company-timeline__item:nth-child(2) .company-timeline__desc {
    max-width: 27.3rem;
  }
}

.company-timeline__item:nth-child(5),
.company-timeline__item:nth-child(13) {
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(5),
  .company-timeline__item:nth-child(13) {
    padding: 2.4rem 0 2.4rem;
  }
}

.company-timeline__item:nth-child(6),
.company-timeline__item:nth-child(7),
.company-timeline__item:nth-child(10) {
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(6),
  .company-timeline__item:nth-child(7),
  .company-timeline__item:nth-child(10) {
    padding: 2.4rem 0 2.4rem;
  }
}

.company-timeline__item:nth-child(14) {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(14) {
    padding: 2.4rem 0 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(15) {
    padding: 2.4rem 0 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(16) {
    padding: 2.6rem 0 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(17) {
    padding: 2.6rem 0 1.8rem;
  }
}

.company-timeline__item:nth-child(18) {
  padding: 5rem 0 3.57rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(18) {
    padding: 2.7rem 0 1.7rem;
  }
}

.company-timeline__item:nth-child(19) {
  padding: 4.9rem 0 3.8rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(19) {
    padding: 2.4rem 0 2.2rem;
  }
}

.company-timeline__item:nth-child(21) {
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(21) {
    padding: 2.4rem 0 2.2rem;
  }
}

.company-timeline__item:nth-child(11) {
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(11) {
    padding: 2.4rem 0 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(20) {
    padding: 2.6rem 0 1.8rem;
  }
  .company-timeline__item:nth-child(20) .company-timeline__year {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(4) .company-timeline__desc {
    max-width: 27.5rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(8) .company-timeline__desc {
    letter-spacing: 0.03rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(9) .company-timeline__desc {
    max-width: 27rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(10) .company-timeline__desc {
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 768px) {
  .company-timeline__item:nth-child(1) .company-timeline__year,
  .company-timeline__item:nth-child(2) .company-timeline__year,
  .company-timeline__item:nth-child(3) .company-timeline__year,
  .company-timeline__item:nth-child(4) .company-timeline__year {
    gap: 0.8rem;
  }
}
.company-timeline__item:nth-child(1) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(2) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(3) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(4) .company-timeline__year .company-timeline__year-num {
  letter-spacing: -0.2rem !important;
}
.company-timeline__item:nth-child(1) .company-timeline__year .company-timeline__year-ja,
.company-timeline__item:nth-child(2) .company-timeline__year .company-timeline__year-ja,
.company-timeline__item:nth-child(3) .company-timeline__year .company-timeline__year-ja,
.company-timeline__item:nth-child(4) .company-timeline__year .company-timeline__year-ja {
  text-align: end;
}

.company-timeline__item:nth-child(6) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(7) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(8) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(9) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(10) .company-timeline__year .company-timeline__year-num {
  letter-spacing: 0rem !important;
}

.company-timeline__item:nth-child(11) .company-timeline__year,
.company-timeline__item:nth-child(12) .company-timeline__year,
.company-timeline__item:nth-child(13) .company-timeline__year,
.company-timeline__item:nth-child(14) .company-timeline__year,
.company-timeline__item:nth-child(15) .company-timeline__year,
.company-timeline__item:nth-child(16) .company-timeline__year,
.company-timeline__item:nth-child(17) .company-timeline__year,
.company-timeline__item:nth-child(18) .company-timeline__year,
.company-timeline__item:nth-child(19) .company-timeline__year {
  gap: 2.2rem;
}
.company-timeline__item:nth-child(11) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(12) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(13) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(14) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(15) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(16) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(17) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(18) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(19) .company-timeline__year .company-timeline__year-num {
  letter-spacing: -0.2rem !important;
}

.company-timeline__item:nth-child(20) .company-timeline__year,
.company-timeline__item:nth-child(21) .company-timeline__year,
.company-timeline__item:nth-child(22) .company-timeline__year,
.company-timeline__item:nth-child(23) .company-timeline__year {
  gap: 1.6rem;
}
.company-timeline__item:nth-child(20) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(21) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(22) .company-timeline__year .company-timeline__year-num,
.company-timeline__item:nth-child(23) .company-timeline__year .company-timeline__year-num {
  letter-spacing: 0rem !important;
}