@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;
}
* {
  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-profile__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27.4rem 1fr;
  grid-template-columns: 27.4rem 1fr;
  border: 1px solid #909EAB;
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .company-profile__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.company-profile__bg {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-profile__bg {
    background-color: #EEF0F2;
  }
}

.company-profile__container {
  max-width: 100rem;
  margin: 0 auto;
}

.company-profile__row {
  display: contents;
}

.company-profile__list > .company-profile__row:last-child div {
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .company-profile__row:first-child .company-profile__desc {
    padding: 1rem 1rem 1.4rem;
  }
}

.company-profile__term {
  padding: 1.8rem 3.9rem 2rem;
  background: #f1f3f5;
  border-bottom: 1px solid #909EAB;
  border-right: 1px solid #909EAB;
}
@media screen and (max-width: 768px) {
  .company-profile__term {
    padding: 0.9rem 2rem 0.9rem;
    border-right: none;
  }
}

.company-profile__term p {
  margin: -0.3rem 0rem -0.4rem;
}

.company-profile__desc:first-child {
  padding-bottom: 1.9rem;
}

.company-profile__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 4rem 1.9rem;
  border-bottom: 0.1rem solid #909EAB;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .company-profile__desc {
    padding: 1.2rem 1rem 1.2rem;
  }
}

.company-profile__row:nth-child(3) .company-profile__desc br {
  display: none;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(3) .company-profile__desc br {
    display: block;
  }
}

.company-profile__text {
  margin: -0.3rem 0rem -0.4rem;
}

.company-access__title {
  margin: -0.3rem 0rem -0.4rem;
}

.company-profile__map {
  margin-top: 1rem;
  width: 100%;
  max-height: 25.2rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .company-profile__map {
    max-height: none;
    max-width: 32.5rem;
    margin-bottom: -0.8rem;
  }
}
.company-profile__map iframe {
  width: 100%;
  height: 25.2rem;
}
@media screen and (max-width: 768px) {
  .company-profile__map iframe {
    height: 34.3rem;
  }
}

.company-profile__map img {
  width: 100%;
  height: auto;
  border: 1px solid #707070;
}

.company-profile__link-map {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .company-profile__link-map {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.1rem;
  }
}

.company-profile__link-map a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 9.1rem;
  text-decoration: underline;
  position: relative;
  padding-right: 2rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .company-profile__link-map a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: -0.2rem;
    margin-bottom: 2.6rem;
  }
}

.company-profile__link-map a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_copy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.company-profile__certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.company-profile__cert-item {
  height: 10rem;
}
.company-profile__cert-item img {
  width: 100%;
  height: 100%;
}

.companu-acess__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .companu-acess__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.company-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  gap: 1rem 0rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .company-access__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
    line-height: 2.2rem;
    padding-left: 2.1rem;
    width: 100%;
  }
}

.company-access__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.7rem;
}
@media screen and (max-width: 768px) {
  .company-access__item {
    padding-left: 0em;
  }
}

.company-access__title {
  margin: -0.6rem 0rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .company-access__title {
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

.breadcrumb {
  padding: 1.65rem 0 6.3rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.9rem 20px 1.75rem;
  }
}

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

.sp {
  display: none;
}

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

.company-profile-content {
  background: #fff;
  padding: 6.3rem 10rem 8rem;
}
@media screen and (max-width: 768px) {
  .company-profile-content {
    padding: 0;
    max-width: 33.5rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .company-access {
    padding-bottom: 0.4rem;
  }
}

.company-access__container {
  max-width: 96rem;
  margin: 0 auto;
}

.company-profile__row:nth-child(3) .company-profile__desc {
  padding: 1.9rem 4rem 2.1rem;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(3) .company-profile__desc {
    padding: 1rem 0rem 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company-profile__link-map a {
  margin: 0.6rem 0rem 0;
}

.company-profile__row:nth-child(6) .company-profile__term {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(6) .company-profile__term {
    padding: 0.9rem 2rem 0.9rem;
  }
}
.company-profile__row:nth-child(6) .company-profile__desc {
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(6) .company-profile__desc {
    padding: 1.2rem 1rem 1.2rem;
  }
}

.company-profile__row:nth-child(7) .company-profile__term {
  padding-top: 5.1rem;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(7) .company-profile__term {
    padding: 0.9rem 2rem 0.9rem;
  }
}
.company-profile__row:nth-child(7) .company-profile__desc {
  padding: 1.4rem 4rem 1.3rem;
}
@media screen and (max-width: 768px) {
  .company-profile__row:nth-child(7) .company-profile__desc {
    padding: 0.8rem 0.9rem 0.6rem;
  }
}

.company-access__item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .company-access__item::before {
    left: -1.2rem;
  }
}

.desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  color: #52687d;
  line-height: 1.4;
  width: 100%;
  margin-top: -0.2rem;
  max-width: 35.3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .desc-list {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-bottom: 0.8rem;
    gap: 0.8rem;
  }
}
.desc-list .desc-list-item {
  position: relative;
}
.desc-list .desc-list-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: font-weight 0.3s ease;
  transition: font-weight 0.3s ease;
  display: flex;
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .desc-list .desc-list-item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .desc-list .desc-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.desc-list .desc-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  -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_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;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .desc-list .desc-list-item::after {
    width: 1.2rem;
    height: 1.2rem;
    right: -2rem;
  }
}
.desc-list .desc-list-item:hover a {
  font-weight: 700;
}
.desc-list .desc-list-item:hover::after {
  background-position: 1.6rem 0;
}

.company-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 6.3rem;
}
@media screen and (max-width: 768px) {
  .company-group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 33.5rem;
    margin-top: 4.6rem;
    gap: 1.2rem;
  }
}

.company-group__item {
  position: relative;
  background: #edeff2;
  width: 32%;
  max-width: 32rem;
  min-height: 28.8rem;
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .company-group__item {
    width: 100%;
    min-height: 20rem;
    max-width: none;
  }
}
.company-group__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.company-group__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25.4rem;
  height: 28.8rem;
  background-image: url("/wp-content/themes/vlcholdings/images/common/bg-item-company.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 768px) {
  .company-group__item::before {
    height: 20rem;
    width: 17.6rem;
  }
}

.company-group__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #9d925c;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.company-group__item-content .company-group__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .company-group__item-content .company-group__link {
    gap: 1.6rem;
    left: -0.9rem;
  }
}

.company-group__link {
  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;
  text-align: center;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.company-group__logo {
  max-width: 16.6rem;
  height: 6.2rem;
}
@media screen and (max-width: 768px) {
  .company-group__logo {
    max-width: 14.4rem;
  }
}

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

.company-group__name {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  margin: -0.1rem 0rem -0.2rem;
  color: #5c6d7c;
  max-width: 17.6rem;
}
@media screen and (max-width: 768px) {
  .company-group__name {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.company-group__note {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #5c6d7c;
  line-height: 1.7rem;
  padding: 0 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company-group__note {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}