#index {
  position: relative;
  top: -70px;
}

footer {
  top: -80px !important;
}

#section-1 {
  width: 100%;
  height: 100vh;
}

.video-visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-visual .slogon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.video-visual .slogon h2 {
  text-shadow: 2px 2px 2px #000;
  font-size: 3rem;
  margin-bottom: 30px;
}

.video-visual .slogon h3 {
  margin: 0px;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000;
}

.video-visual .box-container {
  position: absolute;
  z-index: 9;
  bottom: 50px;
  border: 0px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 200px;
}

.video-visual .box-container div.box {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
  height: 100%;
  width: 250px;
  position: relative;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.video-visual .box-container div.box .icon {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
}

.video-visual .box-container div.box .subject {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 15px;
}

.video-visual .box-container div.box .desc {
  color: #fff;
  text-align: center;
}

.video-visual .box-container .box-1 {
  background-color: rgba(153, 93, 249, 0.8);
}

.video-visual .box-container .box-2 {
  background-color: rgba(255, 72, 202, 0.8);
}

.video-visual .box-container .box-3 {
  background-color: rgba(0, 123, 255, 0.8);
}

@media screen and (max-width: 540px) {
  .video-visual .video-zone {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-visual .video-zone .video-container {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
  }
  .video-visual .video-zone .video-container #visual-video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-visual .video-zone .slogon h2 {
    font-size: 1.6rem;
    margin: 0px;
  }
  .video-visual .video-zone .slogon h3 {
    font-size: 1.3rem;
  }
  .video-visual .video-zone .box-container {
    bottom: 0px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-visual .video-zone .box-container div.box {
    padding: 0px;
    margin: 0px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0;
  }
  .video-visual .video-zone .box-container div.box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .video-visual .video-zone .box-container div.box a .icon {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .video-visual .video-zone .box-container div.box a .body {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
  .video-visual .video-zone .box-container div.box a .body .subject, .video-visual .video-zone .box-container div.box a .body .desc {
    text-align: left;
  }
}

#section-2, #section-3 {
  padding: 50px 50px 150px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#section-2 .section-bg, #section-3 .section-bg {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  width: 40%;
  padding: 50px 80px;
  top: 120px;
}

#section-2 .section-bg img, #section-3 .section-bg img {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

#section-2 .section-content, #section-3 .section-content {
  padding: 80px;
  color: #fff;
  width: 60%;
}

#section-2 .section-content p, #section-3 .section-content p {
  font-size: 1.1em;
  line-height: 1.5em;
}

#section-2 .section-content h2, #section-3 .section-content h2 {
  font-size: 2.0rem;
  padding: 10px 0px;
}

#section-2 .section-content .py-hr-o, #section-3 .section-content .py-hr-o {
  margin-top: 20px;
  margin-bottom: 30px;
}

#section-2 .section-content .card, #section-3 .section-content .card {
  height: 200px;
}

#section-2 .section-content .card .body p, #section-3 .section-content .card .body p {
  font-size: 1.1em;
  line-height: 1.5em;
}

#section-2 .vertical-rl, #section-3 .vertical-rl {
  position: absolute;
  display: block;
  color: var(--py-gray-400);
  left: -10px;
  top: 50%;
  line-height: 2rem;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  #section-2, #section-3 {
    padding: 50px 15px 80px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-2 .section-bg, #section-3 .section-bg {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    text-align: center;
    top: 0px;
  }
  #section-2 .section-content, #section-3 .section-content {
    padding: 0px;
    width: 100%;
  }
  #section-2 .section-content .section-menu, #section-3 .section-content .section-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #section-2 .section-content .section-menu li, #section-3 .section-content .section-menu li {
    width: 100%;
    margin-top: 30px;
  }
  #section-2 .section-content .section-menu li .card, #section-3 .section-content .section-menu li .card {
    height: auto;
    width: 100%;
  }
  #section-2 .section-content .section-menu li .card .body p, #section-3 .section-content .section-menu li .card .body p {
    min-height: 50px;
  }
  #section-2 .vertical-rl, #section-3 .vertical-rl {
    display: none;
  }
}

#section-2 {
  background: #007bff;
  background: linear-gradient(128deg, #007bff 0%, #48ff88 100%);
}

#section-3 {
  background: #995df9;
  background: linear-gradient(118deg, #995df9 47%, #ff48ca 100%);
}
/*# sourceMappingURL=index.css.map */