.front-page .header_inner {
  background: #fff;
}
@media (min-width: 834px) {
  .front-page .header_inner {
    padding: 14px 40px;
  }
}
.front-page .floating {
  transition: 0.3s;
  opacity: 0;
  transform: translateY(30px);
}
.front-page.js-scroll .floating {
  opacity: 1;
  transform: none;
}
.front-page .hello {
  position: relative;
  padding-bottom: 200px;
  padding-top: 98px;
}
@media (max-width: 834px) {
  .front-page .hello {
    padding-bottom: 42%;
    padding-top: 60px;
  }
}
.front-page .hello_inner {
  position: relative;
  max-width: 100%;
}
.front-page .hello_catch {
  top: 70%;
  margin-top: 0;
}
@media (min-width: 834px) {
  .front-page .hello_catch {
    animation: catchFadeToWhite 0.5s ease forwards;
    animation-delay: 2s;
    text-align: left;
    left: 25%;
  }
}
@media (max-width: 834px) {
  .front-page .hello_catch {
    top: 130%;
  }
}
@media (max-width: 560px) {
  .front-page .hello_catch {
    top: 135%;
  }
}
.front-page .hello_catch_jp {
  line-height: 1;
  margin-top: 30px;
}
@media (min-width: 834px) {
  .front-page .hello_catch_jp {
    animation: catchFadeToWhite 0.5s ease forwards;
    animation-delay: 2s;
  }
}
@media (max-width: 834px) {
  .front-page .hello_catch_jp {
    margin-top: 22px;
  }
}
@media (max-width: 560px) {
  .front-page .hello_catch_jp {
    margin-top: 14px;
  }
}
.front-page .hello_catch_en {
  font-size: 14px;
}
@media (min-width: 834px) {
  .front-page .hello_catch_en {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 834px) {
  .front-page .hello_catch_en {
    font-size: 11px;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .front-page .hello_catch_en {
    font-size: 11px;
    margin-top: 16px;
  }
}
.front-page .hello_catch .sliceText::before,
.front-page .hello_catch .sliceText::after {
  display: none;
}
@keyframes catchFadeToWhite {
  to {
    color: #fff;
  }
}
.front-page .hello_images {
  position: relative;
}
.front-page .hello_images .img {
  height: 100%;
}
.front-page .hello_images .img img {
  aspect-ratio: 1440 / 850;
}
.front-page .hello_video {
  position: relative;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  max-height: calc(100vh - 98px);
}
.front-page .hello_video .vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 16 / 9;
  z-index: 0;
}
@media (max-width: 600px) {
  .front-page .hello_video .vimeo {
    width: auto;
    height: 100%;
  }
}
.front-page .hello_video.-mv {
  width: 100%;
  left: 50%;
  top: 0 !important;
  bottom: 0;
  transform: translate(-50%, 0);
}
.front-page .hello_video.-mv #iframe_movie {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media (max-width: 863px) {
  .front-page .hello_video.-mv #iframe_movie {
    width: 150% !important;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}
.front-page .hello_obj-1,
.front-page .hello_obj-2 {
  width: calc(460/1950*100%);
  height: calc(400/1200*100%);
}
@media (max-width: 1024px) {
  .front-page .hello_obj-1 .entity,
  .front-page .hello_obj-2 .entity {
    mask-size: 278px 180px;
  }
}
.front-page .hello_obj-2 .entity {
  mask: url(../img/bg-dot.png) repeat 0 0;
  background-color: #F36178;
}
@media (max-width: 1024px) {
  .front-page .hello_obj-2 .entity {
    mask-size: 378px 280px;
  }
}
.front-page .hello_obj-3 {
  margin: 0;
  top: 30px;
  right: -90px;
  left: auto;
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .front-page .hello_obj-3 {
    top: 20px;
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .front-page .hello_obj-3 .entity {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 834px) {
  .front-page .hello_obj-3 .entity {
    width: 60px;
    height: 60px;
  }
}
.front-page .hello_obj-4 {
  margin: 0;
  bottom: -10%;
  left: -150px;
  top: auto;
  transform: none;
}
@media (max-width: 834px) {
  .front-page .hello_obj-4 {
    bottom: -50px;
    left: -40px;
  }
}
@media (min-width: 834px) {
  .front-page .hello_obj-4 .entity {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .front-page .hello_obj-4 .entity {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 834px) {
  .front-page .hello_obj-4 .entity {
    width: 90px;
    height: 90px;
  }
}
.front-page .hello_obj-5::before,
.front-page .hello_obj-6::before,
.front-page .hello_obj-7::before,
.front-page .hello_obj-8::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.front-page .hello_obj-5 .entity,
.front-page .hello_obj-6 .entity,
.front-page .hello_obj-7 .entity,
.front-page .hello_obj-8 .entity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #efaf38;
  animation: bound 3s ease infinite alternate;
  animation-direction: alternate-reverse;
}
@media (max-width: 834px) {
  .front-page .hello_obj-5 .entity,
  .front-page .hello_obj-6 .entity,
  .front-page .hello_obj-7 .entity,
  .front-page .hello_obj-8 .entity {
    border-radius: 10px;
    border: 2px solid #efaf38;
  }
}
.front-page .hello_obj-5 {
  top: 20%;
  left: -10px;
  width: calc(120/1600*100%);
}
@media (max-width: 834px) {
  .front-page .hello_obj-5 {
    width: 40px;
  }
}
.front-page .hello_obj-6 {
  top: 3%;
  right: 5%;
  width: calc(70/1600*100%);
}
@media (max-width: 834px) {
  .front-page .hello_obj-6 {
    width: 20px;
    top: -3%;
  }
}
.front-page .hello_obj-6 .entity {
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .hello_obj-6 .entity {
    border-radius: 5px;
  }
}
.front-page .hello_obj-7 {
  top: 60%;
  right: -20px;
  width: calc(100/1600*100%);
}
@media (max-width: 834px) {
  .front-page .hello_obj-7 {
    width: 60px;
    top: 130%;
  }
}
.front-page .hello_obj-7 .entity {
  border: 3px solid #f36178;
}
@media (max-width: 834px) {
  .front-page .hello_obj-7 .entity {
    border: 2px solid #f36178;
  }
}
.front-page .hello_obj-8 {
  top: 92%;
  left: 5%;
  width: calc(80/1600*100%);
}
@media (max-width: 834px) {
  .front-page .hello_obj-8 {
    width: 30px;
    top: 96%;
  }
}
.front-page .hello_obj-8 .entity {
  border: 3px solid #f36178;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .hello_obj-8 .entity {
    border: 2px solid #f36178;
    border-radius: 5px;
  }
}
.front-page .hello_pageDown {
  bottom: 2%;
}
@media (max-width: 834px) {
  .front-page .hello_pageDown {
    display: none;
  }
}
.front-page .hello_pageDown .pageDown_dot {
  background: #ffffff;
}
.front-page .hello_pageDown .pageDown_frame {
  border: 1px solid #ffffff;
}
.front-page .hello_pageDown .pageDown_txt {
  color: #ffffff;
}
.lower_company .company_training .company_training_block3 {
  position: relative;
  padding: 80px 50px 30px;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 {
    padding: 30px 0 10px;
  }
}
.lower_company .company_training .company_training_block3 .o-ttl-jp-l::before {
  content: 'Movie';
  display: block;
  text-align: center;
  font-family: 'Martel', serif;
  font-size: 14px;
  font-weight: bold;
  color: #F36178;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 .o-ttl-jp-l::before {
    font-size: 12px;
  }
}
.lower_company .company_training .company_training_block3 .o-ttl-jp-l .txt_jp {
  font-size: 28px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 .o-ttl-jp-l .txt_jp {
    font-size: 20px;
  }
}
.lower_company .company_training .company_training_block3 .movie_wrap {
  position: relative;
  max-width: 713px;
  margin: 0 auto;
}
.lower_company .company_training .company_training_block3 .movie_wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
  width: 200px;
  height: 200px;
  background: url(../img/bg-dot-pink.png) no-repeat 0 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 .movie_wrap::before {
    left: 20px;
    top: 0px;
    width: 60px;
    height: 60px;
    background-size: 297px;
  }
}
.lower_company .company_training .company_training_block3 .movie_wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  border: 2px solid #F36178;
  transform: translate(50%, 50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 .movie_wrap::after {
    right: 15px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
.lower_company .company_training .company_training_block3 .movie {
  max-width: 713px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower_company .company_training .company_training_block3 .movie {
    margin-top: 16px;
  }
}
.lower_company .company_training .company_training_block3 .movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
