@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;
}
@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;
}
@media screen and (max-width: 768px) {
  .privacy.news__box__container {
    margin-top: 5.4rem;
    padding-bottom: 1.5rem;
  }
}
.privacy.news__box__container.privacy--active-privacy-01 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .privacy.news__box__container.privacy--active-privacy-01 {
    padding-bottom: 1.5rem;
  }
}
.privacy .privacy__tabs {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .privacy .privacy__tabs {
    display: none;
  }
}
.privacy .privacy__tabs .privacy__tab {
  width: 100%;
  max-width: 29.7rem;
}
.privacy .privacy__tabs .privacy__tab .privacy__tab-link {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 600;
  line-height: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(38, 80, 108, 0.6);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 29.7rem;
  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;
  padding: 1.3rem 0;
  text-decoration: none;
  background-color: #ced7dc;
  min-height: 7.4rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.privacy .privacy__tabs .privacy__tab .privacy__tab-link span {
  position: relative;
}
.privacy .privacy__tabs .privacy__tab .privacy__tab-link span::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #9e925c;
  display: none;
}
.privacy .privacy__tabs .privacy__tab .privacy__tab-link.active {
  color: #26506c;
  background-color: #fff;
}
.privacy .privacy__tabs .privacy__tab .privacy__tab-link.active span::after {
  display: block;
}
.privacy .privacy__dropdown {
  display: none;
}
@media screen and (max-width: 768px) {
  .privacy .privacy__dropdown {
    display: block;
    max-width: 120rem;
    margin: 0 2rem;
    position: relative;
  }
}
.privacy .privacy__dropdown .privacy__dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1rem;
  background-color: #fff;
  border-bottom: 0.1rem solid #ced7dc;
  position: relative;
  cursor: pointer;
}
.privacy .privacy__dropdown .privacy__dropdown-header .privacy__dropdown-selected {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #26506c;
}
.privacy .privacy__dropdown .privacy__dropdown-header .privacy__dropdown-chevron {
  width: 1.6rem;
  height: 1.8rem;
  position: absolute;
  right: 1rem;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy .privacy__dropdown.is-open .privacy__dropdown-header .privacy__dropdown-chevron {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.privacy .privacy__dropdown.is-open .privacy__dropdown-options {
  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.2rem;
  margin-top: 0.9rem;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.0784313725);
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 100%;
  padding-bottom: 1.6rem;
}
.privacy .privacy__dropdown .privacy__dropdown-options {
  display: none;
  background-color: #fff;
  border-top: none;
}
.privacy .privacy__dropdown .privacy__dropdown-options .privacy__dropdown-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #26506c;
  position: relative;
}
.privacy .privacy__dropdown .privacy__dropdown-options .privacy__dropdown-option:last-child {
  border-bottom: none;
}
.privacy .privacy__dropdown .privacy__dropdown-options .privacy__dropdown-option.active {
  background-color: #eef0f2;
}
.privacy .privacy__dropdown .privacy__dropdown-options .privacy__dropdown-option.active .privacy__dropdown-checkmark {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.816' height='8.943' viewBox='0 0 10.816 8.943'%3E%3Cpath id='Path_64389' data-name='Path 64389' d='M-22136.617-21643.516l2.3,2.941,5.7-6' transform='translate(22138.02 21647.988)' fill='none' stroke='%235c6d7c' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy .privacy__dropdown .privacy__dropdown-options .privacy__dropdown-option > span:not(.privacy__dropdown-checkmark) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy .koukoku {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .privacy .koukoku {
    padding-bottom: 1.2rem;
  }
}
.privacy .koukoku-container {
  padding: 6rem 10rem 4.3rem 10rem;
}
@media screen and (max-width: 768px) {
  .privacy .koukoku-container {
    padding: 4.6rem 2rem;
  }
}
.privacy .news__box a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #9d925c;
}
.privacy .news__box p {
  margin-bottom: 1.9rem;
  line-height: 3.1rem;
}
@media screen and (max-width: 768px) {
  .privacy .news__box p {
    line-height: 2.6rem;
  }
}
.privacy .news__box .page-content {
  display: none;
}
.privacy .news__box .page-content.active {
  display: block;
}
.privacy .news__box .page-content h3 {
  margin-bottom: 1.5rem;
}
.privacy .news__box ol {
  margin-top: -0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .privacy .news__box ol {
    margin-top: 1.7rem;
    gap: 1rem;
    margin-bottom: 2.1rem;
  }
}
.privacy .news__box ol li {
  margin-left: 5.4rem;
  margin-bottom: 0;
  line-height: 3rem;
  position: relative;
  counter-increment: name;
}
@media screen and (max-width: 768px) {
  .privacy .news__box ol li {
    margin-left: 3.3rem;
    line-height: 2.6rem;
  }
}
.privacy .news__box ol li::before {
  content: counter(name) ".";
  position: absolute;
  left: -2.4rem;
  top: 0.1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #26506c;
}
@media screen and (max-width: 768px) {
  .privacy .news__box ol li::before {
    left: -2.4rem;
    top: -0.2rem;
    font-size: 1.5rem;
  }
}
.privacy .news__box .text-mt-3 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .privacy .news__box .text-mt-3 {
    margin-top: 2.6rem;
  }
}
.privacy .privacy--icon {
  position: relative;
}
.privacy .privacy--icon::before {
  content: "";
  position: absolute;
  bottom: 2.1rem;
  right: 0;
  width: 6rem;
  height: 4.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/common/privacy-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .privacy .privacy--icon::before {
    bottom: -4.4rem;
    right: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .custom-privacy-breadcrumb {
    margin-top: -0.6rem;
  }
}

.privacy--custom.news__box__container.privacy--active-privacy-01 {
  padding-bottom: 9.9rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom.news__box__container.privacy--active-privacy-01 {
    padding-bottom: 1.3rem;
  }
}
.privacy--custom .wp-block-table table {
  width: 97%;
  margin: 0 0 0 auto;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .wp-block-table table {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.4rem;
  }
}
.privacy--custom .wp-block-table thead {
  border-bottom: unset;
}
.privacy--custom .wp-block-table td,
.privacy--custom .wp-block-table th {
  border: 1px solid #bbc0c4;
  padding: 1.4rem 2.3rem 1.3rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .privacy--custom .wp-block-table td,
  .privacy--custom .wp-block-table th {
    padding: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy--custom .wp-block-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .privacy--custom .wp-block-table tr td:first-child {
    background-color: #eef0f2;
  }
}
.privacy--custom .wp-block-table th {
  background: #eef0f2;
}
@media screen and (max-width: 768px) {
  .privacy--custom .wp-block-table th {
    display: none;
  }
}
.privacy--custom .news__box {
  color: #5c6d7c;
}
.privacy--custom .news__box .title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .privacy--custom .news__box .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.4rem;
  }
}
.privacy--custom .news__box ul {
  display: block;
  padding-left: 2rem;
  list-style-type: "－ ";
  margin-left: 3.4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .news__box ul {
    margin-left: 1.4rem;
    font-size: 1.5rem;
  }
}
.privacy--custom .news__box ul li {
  margin-bottom: 1.1rem;
}
.privacy--custom .news__box .ul-child-lv3 {
  margin-left: 0.2rem;
  list-style: none;
  padding: 0;
  margin-top: 0.6rem;
  margin-bottom: 0;
  counter-reset: counter-lv3;
}
.privacy--custom .news__box .ul-child-lv3 > li {
  counter-increment: counter-lv3;
  padding-left: 2.6rem;
  position: relative;
}
.privacy--custom .news__box .ul-child-lv3 > li::before {
  content: counter(counter-lv3);
  position: absolute;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  left: 0;
  top: 0.8rem;
  font-family: "Jost", sans-serif;
}
.privacy--custom .news__box .list-ul {
  display: block;
  padding-left: 2rem;
  list-style: none;
  margin-left: 3.4rem;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .news__box .list-ul {
    margin-left: 1.4rem;
    font-size: 1.5rem;
  }
}
.privacy--custom .news__box .list-ul li {
  margin-bottom: 1.4rem;
  position: relative;
}
.privacy--custom .news__box .list-ul li::before {
  content: "ー";
  position: absolute;
  left: -2.4rem;
  top: 0;
}
.privacy--custom .news__box .mb-62 {
  margin-bottom: 6.2rem;
}
.privacy--custom .news__box .mb-64 {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 769px) {
  .privacy--custom .koukoku-container {
    padding-top: 6.4rem;
  }
}
.privacy--custom .text-3rem {
  margin-left: 3rem;
}
.privacy--custom .list-4em {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .list-4em {
    margin-left: 3rem;
  }
}
.privacy--custom .list-3em {
  margin: 0 0 2.7rem 3.1rem !important;
}
@media screen and (max-width: 768px) {
  .privacy--custom .list-3em {
    margin: 0 0 1.6rem 1.4rem !important;
  }
}
.privacy--custom .list-3em > li {
  padding-left: 4rem;
  text-indent: -4rem;
  margin: 0 0 2em 0;
  list-style: none;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .list-3em > li {
    padding-left: 3rem;
  }
}
.privacy--custom .list-2em {
  margin: -0.9rem 0 3.1rem 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .privacy--custom .list-2em {
    margin: 0 0 2.1rem 0.4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .privacy--custom .list-2em li {
    margin-bottom: 0.9rem !important;
  }
}
.privacy--custom .list-2em.list-2em--custom li {
  line-height: 3rem;
  margin-bottom: 1.3rem !important;
}
.privacy--custom .list-2em.list-2em--custom .mb--1\/2 {
  margin-bottom: -0.5rem !important;
}
.privacy--custom .list-2em.list-2em--custom .ul-child-lv2 li {
  margin-bottom: 0.6rem !important;
}
.privacy--custom .list-2em .list-1em {
  margin-bottom: 1rem !important;
}
.privacy--custom .list-2em .list-1em li {
  line-height: 2;
}
.privacy--custom .ul-child-lv2 {
  counter-reset: counter-lv2;
  margin: 0.6rem 1rem 1rem 0.9rem !important;
}
.privacy--custom .ul-child-lv2 > li {
  counter-increment: counter-lv2;
  margin-left: 2rem !important;
  padding-left: 0rem;
  text-indent: 0;
  position: relative;
}
.privacy--custom .ul-child-lv2 > li::before {
  content: counter(counter-lv2) "）";
  position: absolute;
  left: -3.1rem;
}
.privacy--custom .dl-wrap {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .privacy--custom .dl-wrap {
    margin-bottom: 2.4rem;
  }
}
.privacy--custom .dl-wrap dl {
  width: 97%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .privacy--custom .dl-wrap dl {
    width: 100%;
    margin: 0;
  }
}
.privacy--custom .dl-wrap dl dt,
.privacy--custom .dl-wrap dl dd {
  display: table-cell;
  padding: 1.4rem 2.3rem 1.3rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .privacy--custom .dl-wrap dl dt,
  .privacy--custom .dl-wrap dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .custom-privacy-banner .ir-banner__title br.pc {
    display: block;
  }
}

.custom-tos-banner .ir-banner__title {
  line-height: 5.2rem;
  max-width: 69rem;
}
.custom-tos-banner .ir-banner__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .custom-tos-banner .ir-banner__title br {
    display: block;
  }
}
.custom-tos-banner .ir-banner__title br.pc-custom {
  display: block;
}
@media screen and (max-width: 768px) {
  .custom-tos-banner .ir-banner__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    position: relative;
    top: -2rem;
  }
}
.custom-tos-banner .ir-banner__title::after {
  left: 0;
  top: 52%;
  width: 2.2rem;
}

@media screen and (max-width: 768px) {
  .privacy--agreement .koukoku-container {
    padding: 0 2rem 4.6rem;
  }
}

.privacy--custom .koukoku-container .dl-wrap dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}