<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Montserrat', sans-serif;
*/

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Noto Sans JP',YuGothic,'Yu Gothic',Meiryo,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width:1024px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}

a {
  color: #237fda ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {

  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}

/***********************
layout
************************/

/***********
layout
************/

.l-wrapper{
  opacity: 0;
  transition: 1s;
}
body.is-ended .l-wrapper{
  opacity: 1;
}

.l-contents{
  overflow: hidden;
}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}


@media screen and (max-width:834px) {

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

}

/***********
header
************/

.l-header {
  background: linear-gradient(to bottom, #218beb 0%, #2274cb 100%);
  padding: 20px 0;
}

.l-header-title {
  font-size: 250%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:1024px) {

  .l-header {
    padding: 15px 0;
  }

  .l-header-title {
    font-size: 116%;
  }

}

/***********
footer
************/

.l-footer {
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 80px;
  padding-bottom: 100px;
}

.l-footer-text {
  font-size: 124%;
}

.l-footer-link {
  padding-top: 30px;
}
.l-footer-btn {
  display: inline-block;
  border: 2px solid #da2128;
  color: #da2128;
  font-size: 154%;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 0.5em 4em;
  border-radius: 100px;
  transition: 0.3s;
}
.l-footer-btn i {
  margin-left: 0.8em;
  margin-right: -1em;
}
.l-footer-btn:hover {
  background-color: #da2128;
  color: #fff;
  transform: scale(1.1);
}


.l-footer-copyright {
  display: block;
  margin-top: 80px;
  font-size: 100%;
}
.l-footer-copyright a {
  color: #da2128;
}

@media screen and (max-width:1024px) {

  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-footer-text {
    font-size: 108%;
  }

  .l-footer-link {
    padding-top: 30px;
  }
  .l-footer-btn {
    border: 2px solid #da2128;
    font-size: 116%;
    padding: 1em 2em;
  }
  .l-footer-btn i {
    margin-left: 0.5em;
    margin-right: -0.5em;
  }
  .l-footer-btn:hover {
    background-color: #fff;
    color: #da2128;
    transform: scale(1);
  }

  .l-footer-copyright {
    margin-top: 80px;
    font-size: 85%;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.l-jumpTop a{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #da2128;
  border-radius: 5px;
  z-index: 999;
  position: relative;
  color: #ff682d;
  transition: 0.3s;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

.l-jumpTop a:hover{
  transform: scale(1.1);
}


@media screen and (max-width:834px) {

  .l-jumpTop{
    display: none !important;
  }

}

/***********
homeIntro
************/

.homeIntro {
  padding: 50px 0 100px;
  position: relative;
}
.homeIntro-subTitle {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 700%;
  white-space: nowrap;
  letter-spacing: 0;
  opacity: 0.1;
  line-height: 1;

}
.homeIntro-title {
  font-size: 350%;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 9;
  margin-top: -50px;
}
.homeIntro-text {
  font-size: 131%;
  text-align: center;
  padding-top: 2em;
  line-height: 1.8;
  position: relative;
  z-index: 9;
}

.homeIntro-character {
  position: absolute;
  right: -30px;
  bottom: 50px;
  width: 200px;
}
.homeIntro-character img {
  border: 4px solid #237fda;
  border-radius: 50%;
  animation:
    anim-wobbling_x 1.5s ease-in-out infinite alternate,
    anim-wobbling_y 2s ease-in-out infinite alternate;
}

.homeIntro-link {
  text-align: center;
  padding-top: 40px;
}
.homeIntro-link-btn {
  display: inline-block;
  padding: 16px 60px 16px 60px;
  border: 3px dashed #237fda;
  border-radius: 15px;
  font-size: 170%;
  font-weight: 700;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
.homeIntro-link-btn::before {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f063";
  font-size: 350%;
  color: #237fda;
  position: absolute;
  right: 100%;
  top: -10%;
  line-height: 1;
  margin-top: -8px;
  margin-right: 30px;
  animation: anim-arrow 2s ease infinite;
}
@media screen and (min-width:1025px) {
  .homeIntro-link-btn:hover {
    background-color: #237fda;
    color: #fff;
  }
}

@keyframes anim-arrow {
  0% {  transform: translateY(0);}
  50% {  transform: translateY(15px);}
  100% {  transform: translateY(0);}
}

@keyframes anim-wobbling_x {
  0%   { margin-left: 8px; }
  100% { margin-left: 0px; }
}
@keyframes anim-wobbling_y {
  0%   { transform: translateY(0); }
  100% { transform: translateY(10px); }
}

@media screen and (max-width:1024px) {

  .homeIntro {
    padding: 40px 0 60px;
  }
  .homeIntro-subTitle {
    font-size: 11vw;
  }
  .homeIntro-title {
    font-size: 200%;
    margin-top: -1em;
  }
  .homeIntro-text {
    font-size: 116%;
    text-align: left;
  }

  .homeIntro-character {
    position: absolute;
    right: -30px;
    bottom: 20px;
    width: 25vmin;
    min-width: 130px;
  }
  .homeIntro-character img {
    border: 2px solid #237fda;
  }

  .homeIntro-link {
    text-align: left;
    padding-right: 70px;
    padding-top: 30px;
  }
  .homeIntro-link-btn {
    padding: 0.8em 1em 0.8em 2em;
    font-feature-settings: "palt";
    border: 2px dashed #237fda;
    border-radius: 10px;
    font-size: 108%;
    white-space: nowrap;
  }
  .homeIntro-link-btn::before {
    font-size: 154%;
    right: auto;
    left: 5px;
    top: -10%;
    margin-top: 8px;
    margin-right: 5px;
    animation: anim-arrow 2s ease infinite;
  }

}

/***********
movieSection
************/

.movieSection {
  padding-bottom: 120px;
}
.movieSection-visual {
  position: relative;
}
.movieSection-visual a {
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.movieSection-visual a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.movieSection-visual a:hover::after {
  opacity: 0.8;
}

.movieSection-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 52%;
  z-index: 9;
  color: #fff;
  font-size: 300%;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
}
.movieSection-play {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  border-radius: 50%;
  color: #237fda;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  font-size: 28px;
  padding-left: 8px;
  cursor: pointer;
  margin-left: -40px;
  margin-top: -80px;
  transition: 0.3s;
}
.movieSection-play:hover {
  transform: scale(1.2);
}
.movieSection img {
}

.movieSection-inner {
  padding-top: 30px;
}
.movieSection-subTitle {
  font-size: 200%;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 2px solid #333;
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
}
.overview-text {
  font-size: 124%;
  line-height: 1.8;
}

@media screen and (max-width:1024px) {

  .movieSection {
    padding: 0 5% 60px;
  }
  .movieSection-visual a::after {
    background: rgba(0, 0, 0, 0.2);
  }
  .movieSection-visual a:hover::after {
    opacity: 1;
  }

  .movieSection-title {
    position: static;
    color: #000;
    font-feature-settings: "palt";
    font-size: 170%;
    text-align: left;
    padding-bottom: 0.3em;
  }
  .movieSection-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding-left: 4px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .movieSection-play:hover {
    transform: scale(1.2);
  }

  .movieSection-inner {
    padding-top: 20px;
  }
  .movieSection-subTitle {
    font-size: 124%;
  }
  .overview-text {
    font-size: 108%;
    line-height: 1.8;
  }

}


/***********
opening
************/

.opening{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  transition: 2s;
}

.opening-video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

body.is-ended .opening{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}


/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step &gt; *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show &gt; *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
</pre></body></html>