@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  overflow: hidden;
}

.vv-content {
  word-wrap: break-word;
}

.vv-sec {
  background-color: #fff;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 131px;
}

.sec01 {
  background-color: #fff;
}

.sec02 {
  background-color: #EBEBEB;
  padding-top: 159px;
  padding-bottom: 192px;
}

.sec03 {
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 61px;
}

.vv-sec__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.sec02 .vv-sec__inner {
  max-width: 1090px;
}

.vv-sec-title {
  margin-bottom: 51px;
  text-align: center;
}

.vv-sec-title__en {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 55px;
  letter-spacing: 0.06em;
  line-height: 1.12;
}

.vv-sec-title__ja {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.sec02 .vv-sec-title {
  margin-bottom: 68px;
}

.vv-message-container {
  margin-top: 98px;
  margin-right: auto;
  margin-left: auto;
  max-width: 687px;
}

.vv-message {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.098em;
  line-height: 2.0555555;
}

.vv-message + .vv-message {
  margin-top: 37px;
}

.vv-message.-left-to-right {
  opacity: 0;
  overflow: hidden;
  position: relative;
}

.vv-message.-left-to-right::before {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
}

.vv-message.-left-to-right.-active::before {
  -webkit-animation: toRight 1.5s ease-out forwards;
          animation: toRight 1.5s ease-out forwards;
}

@-webkit-keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.vv-external-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  text-align: center;
}
.vv-external-link a {
  border-bottom: 1px solid #1f78b8;
  color: #1f78b8;
  padding-right: 20px;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
}
.vv-external-link a:active,
.vv-external-link a:focus,
.vv-external-link a:hover {
  border-bottom: none;
  text-decoration: none;
}
.vv-external-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1f78b8;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vv-external-link > .blank-icon {
  margin-right: 13px;
  position: relative;
  top: 4px;
}

.modaal-video {
  margin-bottom: 30px;
  text-align: center;
}

.modaal-video__trigger {
  display: inline-block;
}

.modaal-video__thumbnail {
  max-width: 100%;
  vertical-align: bottom;
}

.vv-sec__image img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
  .vv-sec {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sec01 {
    padding-top: 50px;
    padding-bottom: 83px;
  }
  .sec02 {
    padding-top: 50px;
    padding-bottom: 37px;
  }
  .sec03 {
    padding-top: 50px;
  }
  .vv-sec-title,
  .sec02 .vv-sec-title {
    margin-bottom: 30px;
  }
  .vv-sec-title__en {
    font-size: 35px;
  }
  .vv-sec-title__ja {
    font-size: 12px;
  }
  .vv-message-container {
    margin-top: 50px;
    max-width: 91.2%;
  }
  .vv-message {
    font-size: 14px;
    letter-spacing: 0.079em;
    line-height: 1.75;
  }
  .vv-message + .vv-message {
    margin-top: 25px;
  }
  .vv-content + .slim-sns {
    margin-top: 0;
  }
  .modaal-video {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 413px) {
  .vv-sec {
    padding-right: 12px;
    padding-left: 12px;
  }
  .vv-sec-title__en {
    font-size: 33px;
  }
}

@media screen and (max-width: 320px) {
  .vv-sec-title__en {
    font-size: 31px;
  }
  .vv-message {
    font-size: 13px;
  }
}