@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%;
  }
}
.breadcrumb {
  padding: 1.65rem 0 5.9rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.9rem 20px 1.75rem;
  }
}

.people {
  background-color: #eef0f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .people {
    background-color: #ffffff;
  }
}

.people-container {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .people-container {
    padding-bottom: 8rem;
    max-width: 33.5rem;
  }
}

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

/* Title */
.people__title {
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #52687d;
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .people__title {
    padding-left: 2.2rem;
    margin-bottom: 2.6rem;
  }
}

.people__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.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;
}
@media screen and (max-width: 768px) {
  .people__title::before {
    width: 2rem;
    margin-top: 7px;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  }
}

.people__section {
  margin: 0 auto;
  padding-top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .people__section {
    padding-top: 3.2rem;
  }
}

/* Officers list */
.people__corporate-officers {
  margin: 0 auto;
  padding-top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .people__corporate-officers {
    padding-top: 3.2rem;
  }
}

.people__directors {
  margin: 8rem auto 0rem;
}
@media screen and (max-width: 768px) {
  .people__directors {
    margin: 5.3rem auto 0rem;
  }
}
.people__directors .people__title {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .people__directors .people__title {
    margin-bottom: 2.6rem;
  }
}

.people__date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  margin-top: 4rem;
  font-size: 1.4rem;
  color: #5c6d7c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem 4.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .people__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.85rem 4.5rem;
  }
}

.people__item {
  width: 32%;
  max-width: 37rem;
  cursor: pointer;
  /* Photos in list */
}
@media screen and (max-width: 768px) {
  .people__item {
    width: 100%;
  }
}
.people__item .people__item-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 370/253;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .people__item .people__item-avatar {
    aspect-ratio: 335/200;
  }
}
.people__item .people__photo {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__item .transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.people__item .filter {
  -webkit-filter: blur(4px) brightness(1.05) contrast(1.1) saturate(1.2);
          filter: blur(4px) brightness(1.05) contrast(1.1) saturate(1.2);
}
.people__item .grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.people__item:hover .people__photo {
  -webkit-transform: translate(0, 0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1.05);
          transform: translate(0, 0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1.05);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.people__item:hover .people__photo.filter {
  -webkit-filter: none;
          filter: none;
}

/* Text in item */
.people__item-name {
  font-weight: 600;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #52687d;
  line-height: 3.2rem;
}

.people__item-position {
  font-size: 1.4rem;
  color: #5c6d7c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .people__item-position {
    line-height: 1.7rem;
  }
}

/* Detailed profile */
.people__profile {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .people__profile {
    padding-top: 3.3rem;
  }
}

.people__profile-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .people__profile-frame {
    gap: 0;
  }
}

.people__profile-avatar {
  max-width: 50.2rem;
  width: 100%;
}
.people__profile-avatar img {
  aspect-ratio: 500/341;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .people__profile-avatar img {
    aspect-ratio: 335/200;
  }
}

.people__profile-photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.people__profile-content {
  max-width: 50rem;
  padding: 5.8rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .people__profile-content {
    padding: 0;
  }
}

/* Profile text elements */
.people__profile-name {
  font-size: 2.4rem;
  margin-bottom: 3.6rem;
  line-height: 3.6rem;
  /* primary-ish */
}
@media screen and (max-width: 768px) {
  .people__profile-name {
    font-size: 2rem;
    line-height: 1;
    margin-top: -0.5rem;
    margin-bottom: 2.8rem;
  }
}

.people__profile-position {
  font-weight: 400;
  color: #5c6d7c;
  line-height: 3rem;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .people__profile-position {
    font-size: 1.4rem;
  }
}

.people__biography {
  display: block;
  margin-bottom: 2rem;
}

.people__profile-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9e925c;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
}

.people__profile-title {
  position: relative;
  padding-left: 1.6rem;
  line-height: 3rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .people__profile-title {
    margin-bottom: 0.4rem;
  }
}

.people__profile-desc {
  line-height: 3.2rem;
  margin: 0;
  font-weight: 400;
}

.people__return {
  margin: 4.7rem auto 0;
  width: 100%;
  max-width: 18.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .people__return {
    margin: 2.6rem auto 0;
  }
}
.people__return .section__more {
  width: 100%;
}
.people__return .section__more .section__more-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}
.people__return .section__more .section__more-link span {
  padding-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .people__return .section__more .section__more-link span {
    padding-left: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .people__return .section__more.is-back::after {
    top: 40%;
    left: 2.1rem;
  }
}

.people__return-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  padding-bottom: 0.9rem;
  cursor: pointer;
}

.people__return-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1.4rem;
  left: 1.4rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #9e925c;
}

.people-date-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4.4rem;
  color: #5c6d7c;
  font-size: 1.4rem;
  line-height: 1;
}