<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
  basic
----------------------------------------------------*/
/*@media (min-width: 960px) {
}*/
/*@media only screen and (max-width: 768px) {
}*/
/*----------------------------------------------------
  sec-opn
----------------------------------------------------*/
.opening__bg {
  position: relative;
  width: 100%;
  padding-top: 30%;
  background: rgba(255, 110, 102, 0.5);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 1.5px, transparent 1.5px);
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  z-index: 0;
  overflow: hidden;
}
.opening__ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) translateX(-5%);
  -webkit-transform: translateY(-50%) translateX(-5%);
  display: inline-block;
  min-width: 35%;
  text-align: center;
  background: #FFF;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: -50% 0;
          transform-origin: -50% 0;
}
.opening__ttl h1 {
  padding: 15px 30px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #017bff;
  border: 5px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 123, 255, 0.7)), color-stop(45%, rgba(128, 255, 0, 0.7)), color-stop(84%, rgba(255, 93, 102, 0.7)));
  -webkit-border-image: -webkit-linear-gradient(left, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
       -o-border-image: linear-gradient(to right, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
          border-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 123, 255, 0.7)), color-stop(45%, rgba(128, 255, 0, 0.7)), color-stop(84%, rgba(255, 93, 102, 0.7)));
          border-image: linear-gradient(to right, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
  border-image-slice: 1;
}
.opening__ttl h1 span {
  font-size: 30px;
}
.opening__img {
  position: absolute;
  bottom: 10%;
  right: 20%;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  width: 24%;
}
.opening__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .opening__ttl h1 {
    font-size: 40px;
    font-size: 2.6666666667vw !important;
  }
  .opening__ttl h1 span {
    font-size: 30px;
    font-size: 2vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .opening__bg {
    padding-top: 75%;
  }
  .opening__ttl {
    top: 20%;
    left: 20px;
    -webkit-transform-origin: -20% 0;
            transform-origin: -20% 0;
  }
  .opening__ttl h1 {
    padding: 12px 25px;
    font-size: 20px;
    font-size: 5.3333333333vw !important;
    letter-spacing: 2px;
    border: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 123, 255, 0.7)), color-stop(45%, rgba(128, 255, 0, 0.7)), color-stop(84%, rgba(255, 93, 102, 0.7)));
    -webkit-border-image: -webkit-linear-gradient(left, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
         -o-border-image: linear-gradient(to right, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
            border-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 123, 255, 0.7)), color-stop(45%, rgba(128, 255, 0, 0.7)), color-stop(84%, rgba(255, 93, 102, 0.7)));
            border-image: linear-gradient(to right, rgba(1, 123, 255, 0.7) 0%, rgba(128, 255, 0, 0.7) 45%, rgba(255, 93, 102, 0.7) 84%);
    border-image-slice: 1;
  }
  .opening__ttl h1 span {
    font-size: 23px;
    font-size: 6.1333333333vw !important;
  }
  .opening__img {
    width: 40%;
  }
}
/*----------------------------------------------------
  privacy
----------------------------------------------------*/
.privacy {
  padding: 0;
}
.privacy__bg {
  padding: 100px 6.777vw;
  position: relative;
}
.privacy__contents {
  max-width: 900px;
  margin: 0 auto;
}
.privacy__heading {
  margin-bottom: 60px;
}
.privacy__heading h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #017bff;
  text-align: center;
  margin-bottom: 30px;
}
.privacy__heading h2 i {
  margin-right: 10px;
}
.privacy__heading p {
  line-height: 2.1;
}
.privacy__outline {
  margin-bottom: 40px;
}
.privacy__outline h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #000050;
  margin-bottom: 20px;
}
.privacy__outline p {
  font-size: 14px;
  line-height: 2.1;
}
.privacy__outline p:nth-of-type(2) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .privacy__bg {
    padding: 60px 20px;
  }
  .privacy__heading {
    margin-bottom: 50px;
  }
  .privacy__heading h2 {
    font-size: 20px;
  }
  .privacy__heading p {
    text-align: justify;
  }
  .privacy__outline {
    margin-bottom: 30px;
  }
  .privacy__outline h4 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=privacy.css.map */</pre></body></html>