/* linear */
/* ease-in */
/* ease-out */
/* ease-in-out */
/* easeInQuad */
/* easeInCubic */
/* easeInQuart */
/* easeInQuint */
/* easeInSine */
/* easeInBack */
/* easeOutQuad */
/* easeOutCubic */
/* easeOutQuart */
/* easeOutQuint */
/* easeOutSine */
/* easeOutExpo */
/* easeOutCirc */
/* easeOutBack */
/* easeInOutQuad */
/* easeInOutCubic */
/* easeInOutQuart */
/* easeInOutQuint */
/* easeInOutSine */
/* easeInOutExpo */
/* easeInOutCirc */
/* easeInOutBack */
.btn_back a {
  z-index: 10;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #07244F;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  height: 76px;
  font-size: 22px;
  font-display: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding-left: 60px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/ico_back.svg);
  background-size: 30.369px 31.764px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
@media only screen and (max-width: 812px) {
  .btn_back a {
    font-size: 13px;
    background-size: 15.1845px 15.882px;
    height: 40px;
    padding-left: 40px;
    padding-right: 30px;
  }
}

header .btn_back a {
  color: #07244F;
  background-color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url(../images/ico_back_w.svg);
}
@media only screen and (max-width: 812px) {
  header .btn_back a {
    right: 15px;
    top: 15px;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 0;
    background-position: center center;
  }
}

#anc_topics {
  margin-top: 0;
}

#topics {
  margin-top: -23.0868191126vw;
}
#topics .outer {
  padding-bottom: 100px;
}
@media only screen and (max-width: 812px) {
  #topics .outer {
    padding-bottom: 50px;
  }
}

#kv {
  height: calc(23.0868191126vw + 100px);
}
#kv .inner {
  padding-top: 5vw;
}
@media only screen and (max-width: 812px) {
  #kv .inner {
    padding-top: 1px;
  }
}
@media only screen and (max-width: 812px) {
  #kv {
    height: 35.0868191126vw;
  }
}
#kv .back {
  transition-duration: 0ms;
  filter: blur(0);
  opacity: 1;
}
#kv h1 {
  transition-delay: 0ms;
  transition-duration: 0ms;
  filter: blur(0);
  opacity: 1;
  width: 350px;
  height: 111.0887011632px;
}
body.en #kv h1 {
  width: 350px;
  height: 67.2343324251px;
}

@media only screen and (max-width: 812px) {
  #kv h1 {
    margin-top: 20px;
    width: 120px;
    height: 38.0875546845px;
  }
  body.en #kv h1 {
    width: 120px;
    height: 23.0517711172px;
  }
}

@media only screen and (max-width: 812px) {
  header .logo a {
    left: 15px;
    top: 15px;
    width: 50px;
    height: 22.251872537px;
  }
}/*# sourceMappingURL=page.css.map */