@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;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.page_service_list {
  background-color: #fff;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .page_service_list {
    margin-top: 5.5rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .ir-banner__left {
    position: relative;
    top: -1.8rem;
  }
  .ir-banner__left .ir-banner__title::after {
    width: 2.3rem;
  }
}

.breadcrumb {
  padding: 1.8rem 0 6.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1.7rem 1.81rem 0.8rem 1.81rem;
  }
}

.page_service__container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_service__container {
    background-color: #eef0f2;
  }
}

.filter-container {
  padding-top: 8rem;
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .filter-container {
    max-width: 33.5rem;
    margin: 0 auto;
    padding-top: 4.8rem;
  }
}

.service-list__container {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 8rem;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  position: relative;
}
.service-list__container:nth-child(odd) {
  background-color: #fff;
}
.service-list__container:nth-child(even) {
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .service-list__container {
    padding: 4.8rem 0 4.78rem;
  }
}

.service-list__container:nth-child(2) {
  padding-top: 8.1rem;
}
@media screen and (max-width: 768px) {
  .service-list__container:nth-child(2) {
    padding-top: 1.6rem !important;
  }
}

.service-list__logo-container {
  max-width: 120rem;
  position: relative;
}

.service-list__logo {
  position: absolute;
  width: 22.5rem;
  right: 0;
  top: 0;
  right: -12rem;
  top: -11.6rem;
}
@media screen and (max-width: 768px) {
  .service-list__logo {
    display: none;
    position: relative;
    width: 15.9rem;
    margin-bottom: 2.4rem;
    right: unset;
    top: unset;
  }
}

@media screen and (max-width: 768px) {
  .service-list__container.active .service-list__logo {
    display: block;
    margin-left: auto;
    margin-right: 21px;
    margin-top: 0;
    margin-bottom: 31px;
    width: 14.9rem;
  }
}

@media screen and (max-width: 768px) {
  #cyber-security-training .service-list__title .service-toggle {
    margin-right: 3.2rem;
  }
}

.service-list__filter {
  background-color: #fff;
  padding: 3.9rem 8rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 105.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service-list__filter {
    padding: 3.2rem 0rem 3.2rem 1.6rem;
    margin: 0rem auto 4.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.category__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .category__name {
    position: relative;
    padding-bottom: 1.1rem;
  }
  .category__name::after {
    content: "";
    bottom: 0;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 1px;
    position: absolute;
    background-color: rgba(82, 104, 125, 0.3);
  }
}

.category__listcheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  row-gap: 1.9rem;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .category__listcheck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.59rem;
  }
}

.category__label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
.category__label:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .category__label {
    margin-top: 0;
    gap: 1.2rem;
  }
}

.category__checkbox {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

.category__checkmark {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  border: 1px solid #5c6d7c;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background 150ms ease, border-color 150ms ease;
  transition: background 150ms ease, border-color 150ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category__checkbox:checked + .category__checkmark {
  background: #52687d;
}

.category__label-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #5c6d7c;
  white-space: nowrap;
}

.category__checkbox:checked ~ .category__label-text {
  color: #5c6d7c;
  font-weight: 600;
}

.category__checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 120ms ease, -webkit-transform 120ms ease;
  transition: opacity 120ms ease, -webkit-transform 120ms ease;
  transition: opacity 120ms ease, transform 120ms ease;
  transition: opacity 120ms ease, transform 120ms ease, -webkit-transform 120ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category__checkbox:checked + .category__checkmark::after {
  border-color: #fff;
  opacity: 1;
}

.category__checkbox:focus + .category__checkmark {
  outline: none;
}

.category__checkbox:disabled + .category__checkmark {
  opacity: 0.6;
  cursor: not-allowed;
}

.category__label:nth-child(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.service-list__title {
  margin: 0 auto;
  max-width: 120rem;
  margin-bottom: 6.4rem;
  padding-left: 4rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5.2rem;
  position: relative;
  color: #52687d;
  -webkit-transition: margin-bottom 500ms ease;
  transition: margin-bottom 500ms ease;
}
.service-list__title::after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.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;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .service-list__title::after {
    width: 1.8rem;
    height: 1.6rem;
    top: 1.2rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .service-list__title {
    max-width: 33.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-left: 2.2rem;
    margin-bottom: 0rem;
    padding-right: 2.8rem;
    min-height: 4.3rem;
  }
}
.service-list__title .service-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .service-list__title .service-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-list__title .toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  will-change: transform;
  pointer-events: none;
}
.service-list__title .toggle-icon img {
  pointer-events: none;
}
.service-list__title .service-toggle.active .toggle-icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.service-list {
  margin: 0 auto;
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.8rem;
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .service-list {
    max-width: 31.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 0;
    margin-bottom: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  .service-box__hidden {
    overflow: hidden;
    max-height: 0;
    pointer-events: none;
    -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }
  .service-list__title {
    -webkit-transition: margin-bottom 0.3s ease, min-height 0.3s ease;
    transition: margin-bottom 0.3s ease, min-height 0.3s ease;
  }
  .service-box__hidden.active {
    opacity: 1;
    pointer-events: auto;
    max-height: unset;
  }
  .service-list__title.active {
    margin-bottom: 3.1rem;
    min-height: 3.5rem;
  }
  .service-list__container.active {
    padding: 5.6rem 0 1.2rem;
  }
  .service-list__container:last-child.active {
    padding: 3.6rem 0 0;
  }
}
.service-item {
  width: 33%;
  max-width: 36.8rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-item {
    width: 100%;
    padding-bottom: 1.2rem;
  }
}
.service-item::after {
  opacity: 1;
}

.service-item:hover .service-item__name {
  font-weight: 700;
}
.service-item:hover:after {
  opacity: 1;
  right: 0;
}

.service-item .service-item__name::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .service-item .service-item__name::before {
    display: none;
  }
}

.service-item::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  width: 1rem;
  height: 2rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .service-item::after {
    top: 0.6rem;
    right: 0rem;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(/wp-content/themes/vlcholdings/images/icon/arrows-double-service.svg);
    opacity: 1;
  }
}

.service-item__name {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding-top: 0.1rem;
  color: #52687d;
  min-height: 5.7rem;
  padding-bottom: 1.2rem;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .service-item__name {
    max-height: 6.9rem;
    min-height: 5.7rem;
  }
}
@media screen and (max-width: 768px) {
  .service-item__name {
    max-width: 29.1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    min-height: 2.4rem;
    padding-bottom: 1.7rem;
  }
}
.service-item__name span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-width: 33.2rem;
}

.service-item__name::before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 1rem;
  height: 2rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  background-repeat: no-repeat;
}

.service-item__name::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: 100%;
  height: 1px;
  background-color: #9d925c;
}

.service-item__description {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #52687d;
  font-family: "Noto Sans", sans-serif;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .service-item__description {
    padding-top: 1.2rem;
  }
}

.section__more {
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section__more::after, .section__more::before {
  top: 35%;
}
@media screen and (max-width: 768px) {
  .section__more::after, .section__more::before {
    width: 0.6rem;
    height: 1.1rem;
    background-size: 100% 100%;
    top: 40%;
    right: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .section__more::before {
    width: 0.6rem;
    height: 1.1rem;
    background-size: 100% 100%;
    top: 42%;
    right: -0.3rem;
  }
}
.section__more .section__more-link {
  font-size: 2rem;
  width: 17rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__more .section__more-link {
    width: 12.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-left: 2.2rem;
  }
}

.service-banner {
  margin: 10rem auto 0;
  position: relative;
  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;
  width: 100%;
  max-width: 58.8rem;
  min-height: 20rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-30%, rgb(6, 38, 60)), color-stop(50%, rgb(67, 82, 95)), color-stop(80%, rgb(92, 109, 124)), color-stop(150%, rgb(169, 182, 191)));
  background: linear-gradient(90deg, rgb(6, 38, 60) -30%, rgb(67, 82, 95) 50%, rgb(92, 109, 124) 80%, rgb(169, 182, 191) 150%);
}
@media screen and (max-width: 768px) {
  .service-banner {
    margin: 3.2rem auto 0;
    min-height: 16.5rem;
    padding-left: 2.8rem;
  }
}
.service-banner .service-banner__content {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.service-banner .service-banner__label {
  font-size: 1.6rem;
  padding-left: 1.2rem;
  color: #9d925c;
  font-family: "Jost", sans-serif;
  line-height: 2.1rem;
  margin-bottom: 0.3rem;
}
.service-banner .service-banner__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.service-banner .service-banner__link::after {
  content: "";
  position: relative;
  width: 2.5rem;
  height: 2.2rem;
  margin-left: 1.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/double-arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .service-banner .service-banner__link::after {
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3.2rem;
  }
}
.service-banner .service-banner__text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .service-banner .service-banner__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.service-banner .company-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}
.service-banner .section-service_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;
}
.service-banner .company-card__bg img {
  width: 100%;
  height: 100%;
}
.service-banner .service-banner__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px) brightness(1.12);
  -webkit-backdrop-filter: blur(2px) brightness(1.12);
  z-index: 1;
}

.service-banner__overlay::after {
  content: "";
  height: 100%;
  aspect-ratio: 0.884;
  width: auto;
  max-width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  background-image: url(/wp-content/themes/vlcholdings/images/common/logo_shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-banner.slide-animation::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 20, 39, 0.5)), to(rgba(84, 98, 110, 0.5)));
  background: linear-gradient(90deg, rgba(0, 20, 39, 0.5) 0%, rgba(84, 98, 110, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}

.service-banner:hover .service-banner__link::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

@media screen and (min-width: 769px) {
  .service-banner:hover .service-banner__overlay::after {
    opacity: 0;
  }
}

.service-banner:hover .section-service_corner {
  opacity: 1;
  display: block;
}

.service-list__subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .service-list__subtitle {
    font-size: 2rem;
    line-height: 2.9rem;
    max-width: 31.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.7rem;
  }
}

.service-list__container--subtitle {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 0;
  max-width: 120rem;
}
@media screen and (max-width: 768px) {
  .service-list__container--subtitle {
    padding: 0;
  }
}

.service-list__container--subtitle:first-child {
  padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .service-list__container--subtitle:first-child {
    padding-top: 0rem;
  }
}

.service-list__container--subtitle:last-child {
  padding-bottom: 0rem;
}

.service-list__container:nth-child(8) .service-list__container--subtitle:nth-child(2) {
  row-gap: 4.825rem;
}
@media screen and (max-width: 768px) {
  .service-list__container:nth-child(8) .service-list__container--subtitle:nth-child(2) .service-list__subtitle {
    margin-bottom: 2.4rem;
  }
  .service-list__container:nth-child(8) .service-list__container--subtitle:nth-child(2) .service-list {
    row-gap: 2.39rem;
  }
}

.service-banner__bottom {
  margin: 0 2rem;
}