@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/fonts/yu-gothic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/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/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/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.download {
  background-color: #EEF0F2;
}
@media screen and (max-width: 768px) {
  .download {
    margin-top: 5.3rem;
  }
}
.download .contact-form .section__more-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.download__section {
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .download__section {
    padding: 3rem 0;
  }
}

.download__section--media {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .download__section--media {
    padding-top: 5.6rem;
  }
}

.download__media-wrapper {
  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.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .download__media-wrapper {
    gap: 2.4rem;
  }
}

.download__media-box {
  width: 100%;
}

.download__video {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 768px) {
  .download__video {
    margin-bottom: 1.3rem;
  }
}

.download__video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  -webkit-box-shadow: 0 1.8rem 4rem rgba(27, 43, 60, 0.2);
          box-shadow: 0 1.8rem 4rem rgba(27, 43, 60, 0.2);
  overflow: hidden;
}

.download__video-frame iframe,
.download__video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.download__video-placeholder {
  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;
  position: relative;
  background: repeating-linear-gradient(135deg, #d9e3ef, #d9e3ef 1.6rem, #e8eff7 1.6rem, #e8eff7 3.2rem);
  color: #52687d;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  aspect-ratio: 16/9;
}

.download__video-placeholder .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.download__video-action {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.download__video-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.8rem;
  border-radius: 999px;
  background-color: #293850;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-box-shadow: 0 1rem 2.4rem rgba(31, 47, 70, 0.24);
          box-shadow: 0 1rem 2.4rem rgba(31, 47, 70, 0.24);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.download__video-link:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-box-shadow: 0 1.6rem 3.6rem rgba(31, 47, 70, 0.28);
          box-shadow: 0 1.6rem 3.6rem rgba(31, 47, 70, 0.28);
}

.download__video-link:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.download__video-link-main {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.download__video-link-sub {
  font-size: 1.2rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.download__media-content {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  color: #52687d;
}

.download__headline {
  position: relative;
  line-height: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #52687d;
  margin-bottom: 1.4rem;
  padding-left: 1.8rem;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .download__headline {
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}
.download__headline::after {
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 1rem;
  height: 2rem;
  position: absolute;
  background: url("../../images/icon/icon_arrow_new_yeallow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .download__headline::after {
    width: 1rem;
    height: 2rem;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.download-confirm-title {
  color: #52687d;
}

.download__description {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #52687d;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -0.1rem;
}
@media screen and (max-width: 768px) {
  .download__description {
    font-size: 1.4rem;
    margin-bottom: -0.2rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
}

.download__description p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.download__form-header {
  text-align: left;
  margin-bottom: 4rem;
}

.download__form-kicker {
  font-size: 4.8rem;
  line-height: 6.9rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #52687d;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .download__form-kicker {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}

.download__headline-kicker {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #52687d;
  margin-bottom: 1.4rem;
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download__headline-kicker {
    font-size: 1.6rem;
    padding-left: 1.4rem;
  }
}
.download__headline-kicker::after {
  content: "";
  top: 50%;
  left: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  position: absolute;
  background: url("../../images/icon/icon_arrow_new_yeallow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .download__headline-kicker::after {
    width: 0.6rem;
    height: 1.2rem;
    left: 0;
  }
}

.download__form-body {
  max-width: 100rem;
  margin: 0 auto;
}

.container-custom .download__form-body .contact-form {
  margin: 4rem auto 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: 2.4rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .container-custom .download__form-body .contact-form {
    margin: 3.1rem auto 0;
    gap: 2.8rem;
    padding-bottom: 4.9rem;
  }
}

.download__form-intro {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #52687d;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .download__form-intro {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .contact-form .contact-form__label.is-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__label.is-small {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
}

.contact-form .contact-form__label {
  letter-spacing: 0.08em;
}

.download .download-form .contact-form__content.is-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3.8rem;
}
@media screen and (max-width: 768px) {
  .download .download-form .contact-form__content.is-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}

.contact-form__error {
  color: red;
  margin-top: 1rem;
  width: 100%;
  font-size: 80%;
}

.download .download-form .contact-form__checkbox {
  margin-top: 1.9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .download .download-form .contact-form__checkbox {
    margin-top: 1.7rem;
    gap: 0 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-form__item--custom {
    margin-top: 0;
  }
}
.contact-form__item--custom .contact-form__label span {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 16.3rem;
}
@media screen and (max-width: 768px) {
  .contact-form__item--custom .contact-form__label span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: unset;
  }
}

.contact-form .contact-form__checkbox label {
  margin-left: 0.6rem;
}

.download .download-form .contact-submit {
  margin-top: 3.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download .download-form .contact-submit {
    margin-top: 2.2rem;
  }
}

.download .download-form .contact-submit .section__more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form .contact-form__content {
  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: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media screen and (max-width: 768px) {
  .contact-form .contact-form__item:nth-child(10) .contact-form__content {
    margin-top: 1.6rem;
  }
}

.ir-banner .ir-banner__title {
  line-height: 5.2rem;
}
@media screen and (max-width: 768px) {
  .ir-banner .ir-banner__title {
    line-height: 4.6rem;
    margin-bottom: 3.9rem;
  }
}