@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;
}
@media screen and (max-width: 768px) {
  .ir-banner .ir-banner__title {
    margin-top: 0;
    font-size: 3.2rem;
    padding-left: 30px;
  }
}
.ir-banner .ir-banner__title::after {
  width: 2.6rem;
  height: 2.4rem;
  top: 50%;
  left: -2px;
}

.faq {
  margin-top: 4.5rem;
  padding: 7.6rem 0 8rem 0;
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .faq {
    background-color: #fff;
    padding: 0;
    margin-top: 3.8rem;
  }
}
.faq .faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faq .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.faq .faq-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.8rem;
          flex: 0 0 24.8rem;
  background: #fff;
  padding: 2.8rem 2.4rem 3rem;
  border: 0.1rem solid #e5e5e5;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-sidebar {
    border: none;
    padding: 1.4rem 2rem;
  }
}
.faq .faq-sidebar_title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  line-height: 3rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #ced3d7;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .faq .faq-sidebar_title {
    position: relative;
    cursor: pointer;
  }
  .faq .faq-sidebar_title::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid #52687d;
    border-bottom: 2px solid #52687d;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .faq .faq-sidebar_title.is-active::after {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
.faq .faq-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
@media screen and (max-width: 768px) {
  .faq .faq-filter {
    display: none;
  }
  .faq .faq-filter.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq .faq-filter-item {
  margin-bottom: 0.8rem;
}
.faq .faq-filter_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
  color: #5c6d7c;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.faq .faq-filter_label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #5c6d7c;
  border-radius: 50%;
  margin-right: 1rem;
  cursor: pointer;
  position: relative;
}
.faq .faq-filter_label input[type=radio]:checked {
  border-color: #5c6d7c;
  background-color: #5c6d7c;
  -webkit-box-shadow: inset 0 0 0 0.3rem #fff;
          box-shadow: inset 0 0 0 0.3rem #fff;
}
.faq .faq-filter_label:has(input[type=radio]:checked) {
  font-weight: 700;
}
.faq .faq-frame {
  width: 75%;
  max-width: 88.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-frame {
    width: 100%;
    padding: 4.5rem 2rem;
    border: none;
    gap: 5.7rem;
  }
}
.faq .faq-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 4.8rem;
  border: 0.1rem solid #e5e5e5;
  max-width: 88.8rem;
}
.faq .faq-content:first-child {
  padding: 5.2rem 4.8rem 4.4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-content {
    width: 100%;
    border: none;
    padding: 0;
  }
  .faq .faq-content:first-child {
    padding: 0;
  }
}
.faq .faq-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  color: #52687d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP";
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-title {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
.faq .faq-title::after {
  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;
}
@media screen and (max-width: 768px) {
  .faq .faq-title::after {
    top: -0.2rem;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.faq .faq-item {
  border-top: 0.1rem solid #5c6d7c;
  padding: 1.55rem 0 1.05rem 0;
}
@media screen and (max-width: 768px) {
  .faq .faq-item {
    padding: 1.3rem 1rem 2rem 1rem;
  }
}
.faq .faq-item:last-child {
  border-bottom: 0.1rem solid #5c6d7c;
}
.faq .faq-item--open .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq .faq-question {
  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;
  cursor: pointer;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Jost";
  line-height: 2.8rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .faq .faq-question {
    font-size: 1.4rem;
    line-height: 2.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.faq .faq-q {
  font-weight: 500;
  font-size: 2.8rem;
  font-family: "Jost";
  line-height: 3rem;
  color: #52687d;
  margin-right: 2rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .faq .faq-q {
    font-size: 2.2rem;
    padding: 0;
    margin-right: 1.1rem;
  }
}
.faq .faq-a {
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Jost";
  line-height: 3rem;
  color: #9d925c;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-a {
    font-size: 2.2rem;
    margin-right: 1.2rem;
  }
}
.faq .faq-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq .faq-text a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-text {
    padding: 0.4rem 0 0;
  }
}
.faq .faq-answer {
  display: none;
  margin-top: 0.9rem;
  padding-left: 3.2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #5c6d7c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-answer {
    padding-left: 0;
    font-size: 1.6rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-answer .faq-text {
    padding: 0;
  }
}
.faq .faq-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  color: #5c6d7c;
}
.faq .faq-toggle::after {
  content: "+";
  font-size: 3rem;
  font-weight: normal;
  -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;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-toggle::after {
    font-size: 3.5rem;
    font-weight: 300;
    padding-top: 0.4rem;
  }
}
.faq .faq-item--open .faq-toggle::after {
  content: "−";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-item--open .faq-toggle::after {
    font-size: 3.5rem;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 2.2rem;
    width: 1.6rem;
    height: 1.6rem;
    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;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 120rem;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.9rem;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36rem;
  max-width: 59rem;
  width: 48%;
  -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;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 0;
  border: 0.1rem solid #ccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-item {
    margin: 0 auto;
    width: 90%;
    max-width: 33.5rem;
    padding: 3.1rem 0 2.8rem 0;
    min-height: unset;
  }
}

.contact-item_light {
  background: #fff;
  color: #52687d;
}

.contact-item_dark {
  background: #52687d;
  color: #fff;
}
.contact-item_dark .icon-wrapper {
  background-color: #ffffff;
}
.contact-item_dark .icon-wrapper img {
  width: 3.8rem;
}
@media screen and (max-width: 768px) {
  .contact-item_dark .icon-wrapper img {
    width: 1.8rem;
  }
}

.contact-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.icon-wrapper {
  width: 10rem;
  height: 10rem;
  background-color: #eef0f2;
  border: 0.1rem solid #eef0f2;
  border-radius: 50%;
  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;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .icon-wrapper {
    width: 6rem;
    height: 6rem;
    margin-bottom: 2.2rem;
    margin-left: 0.3rem;
  }
}
.icon-wrapper img {
  width: 4.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .icon-wrapper img {
    width: 3rem;
  }
}

.contact-icon {
  margin-bottom: 1.5rem;
}

.contact-icon img {
  width: 5rem;
  height: 5rem;
}

.contact-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5rem;
  font-family: "Noto Sans JP";
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 2.1rem;
    margin-bottom: 1.9rem;
  }
}
.contact-title.contact-title-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .contact-title.contact-title-pc {
    display: none;
  }
}
.contact-title.contact-title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-title.contact-title-sp {
    display: block;
  }
}

.contact-company {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  font-family: "Noto Sans JP";
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .contact-company {
    max-width: 21rem;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
  }
}

.contact-email {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3.5rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .contact-email {
    font-size: 2rem;
    letter-spacing: -0.02em;
    margin-left: 0.9rem;
  }
}