@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.05em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 15px;
  }
}

body {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
}
body.preload * {
  transition: 0s !important;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.opacity {
  transition: opacity 0.2s ease-out;
}
a.opacity:hover {
  opacity: 0.7;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__top {
  height: 100vh;
}
.l-header__top img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  min-height: 37.5rem;
}
.l-header__text {
  position: absolute;
  top: 11.375rem;
  right: 0;
  width: 49.4791666667vw;
}
@media screen and (max-width: 1024px) {
  .l-header__text {
    width: 49.4634146341vw;
  }
}
@media screen and (max-width: 834px) {
  .l-header__text {
    width: 94vw;
    top: 5.3125rem;
  }
}
.l-header__title {
  position: absolute;
  bottom: 2.25rem;
  right: 4.5rem;
}
@media screen and (max-width: 834px) {
  .l-header__title {
    width: 2.375rem;
    right: 1.5625rem;
    bottom: 1rem;
  }
}

.l-footer {
  background: #FFF500;
  padding: 6.1875rem 2.5rem 2.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 3rem 1.25rem 0.9375rem;
  }
}
.l-footer__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
  line-height: 10.13;
}
.l-footer__title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 10.13) * 0.5em);
}
.l-footer__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 10.13) * 0.5em);
}
@media screen and (max-width: 834px) {
  .l-footer__title {
    font-size: 1.1875rem;
    margin-bottom: 1.5625rem;
  }
}
.l-footer__sub {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  align-items: center;
  margin-bottom: 8.8125rem;
}
@media screen and (max-width: 834px) {
  .l-footer__sub {
    gap: 0.375rem;
    margin-bottom: 3.5625rem;
  }
}
.l-footer__sub-head {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.43;
}
.l-footer__sub-head::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.43) * 0.5em);
}
.l-footer__sub-head::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.43) * 0.5em);
}
@media screen and (max-width: 834px) {
  .l-footer__sub-head {
    font-size: 0.8125rem;
  }
}
.l-footer__sub-bottom {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.43;
}
.l-footer__sub-bottom::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.43) * 0.5em);
}
.l-footer__sub-bottom::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.43) * 0.5em);
}
@media screen and (max-width: 834px) {
  .l-footer__sub-bottom {
    font-size: 0.8125rem;
  }
}
.l-footer__copyright {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 12.5;
}
.l-footer__copyright::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 12.5) * 0.5em);
}
.l-footer__copyright::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 12.5) * 0.5em);
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    font-size: 0.625rem;
  }
}

.l-wrap {
  width: 100%;
  overflow: hidden;
}
.preload .l-wrap {
  opacity: 0;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-inline: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  border: 1px solid;
  white-space: nowrap;
  transition: color 0.2s ease-out;
  border-radius: 6.25rem;
}
@media screen and (max-width: 834px) {
  .c-button {
    padding-inline: 3.125rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.c-button--primary {
  background: #000;
  color: #FFD802;
  border-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-button--primary::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: #FFD802;
  transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
  z-index: -1;
}
.c-button--primary:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.c-button--primary:hover {
  color: #000;
  border-color: #FFD802;
}
.c-buttonWrapper {
  width: 100%;
  max-width: 53.0625rem;
  height: 8.9375rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 834px) {
  .c-buttonWrapper {
    height: 7.1875rem;
    margin-top: 2.5625rem;
    max-width: 17.5rem;
  }
}

.c-subtitle {
  font-size: 11.5rem;
  color: #D7D7D7;
  font-weight: 700;
}

.c-title {
  font-size: 9.5833333333vw;
  color: #D7D7D7;
  font-weight: 700;
  line-height: 2.56;
  white-space: nowrap;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.c-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.56) * 0.5em);
}
.c-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2.56) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-title {
    font-size: 4.0625rem;
    line-height: 1;
    width: 100%;
    margin: 0;
  }
  .c-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1) * 0.5em);
  }
  .c-title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
  }
}

.c-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-flex-j-space {
  justify-content: space-between;
}
.c-flex-j-center {
  justify-content: center;
}
.c-flex-a-start {
  align-items: flex-start;
}
.c-flex-nowrap {
  flex-wrap: nowrap !important;
}
.c-flex-auto {
  flex: 1;
}

.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover {
  display: block;
  overflow: hidden;
}
.hover figure {
  display: block;
  overflow: hidden;
}
.hover img {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.485, 0.135, 0, 0.995) 0s;
}
.hover:hover img {
  transform: scale(1.2);
}

.c-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  overflow-y: scroll;
  display: none;
}
.c-modal.open {
  display: block;
}
.c-modal__content {
  padding: 0.625rem 0.625rem 9.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-modal__title {
  font-size: 2.1875rem;
  font-weight: 300;
  text-align: center;
  padding: 1.9375rem 1.25rem 2.375rem;
  border-radius: 1rem;
  margin-bottom: 2.3125rem;
}
.c-modal__title.--secondary {
  background: #FF9214;
  color: #fff;
}
.c-modal__title.--primary {
  background: #FFD802;
}
.c-modal__title.--green {
  background: #50AF9D;
  color: #fff;
}
.c-modal__title-img {
  width: 40%;
  margin: 0 auto;
}
.c-modal__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.625rem;
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-modal__close-border {
  display: block;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}
.c-modal__close-border::before, .c-modal__close-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 3.5rem;
  background: #000;
}
.c-modal__close-border::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close-border::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close p {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
}

.p-about {
  margin: 18.5rem 0 14.375rem;
}
@media screen and (max-width: 834px) {
  .p-about {
    margin: 9.0625rem 0 5rem;
  }
}
.p-about__inner {
  width: 80%;
  max-width: 105.625rem;
  margin-inline: auto;
  padding-inline: 0.9375rem;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .p-about__inner {
    width: 90%;
  }
}
.p-about__top {
  font-size: 1.625rem;
  line-height: 2.8;
  font-weight: bold;
  padding-bottom: 1.25rem;
  display: inline-block;
  border-bottom: 3px dotted #707070;
}
.p-about__top::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.8) * 0.5em);
}
.p-about__top::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2.8) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-about__top {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
    border-bottom: 3px solid #000;
  }
  .p-about__top::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-about__top::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
.p-about__head {
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.58;
  margin-top: 3.75rem;
}
.p-about__head::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.58) * 0.5em);
}
.p-about__head::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.58) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-about__head {
    margin-top: 3.125rem;
    font-size: 2rem;
    line-height: 1.67;
    white-space: nowrap;
  }
  .p-about__head::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .p-about__head::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
}
.p-about__text {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 3.57;
  margin-inline: auto;
  margin-top: 7.5rem;
  max-width: 75rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-about__text {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 2.5rem;
    text-align: left;
  }
  .p-about__text::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .p-about__text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}
.p-about__text-inner {
  max-width: 71.875rem;
  margin-inline: auto;
}
.p-about__text-img {
  margin-top: 17.6875rem;
}
@media screen and (max-width: 834px) {
  .p-about__text-img {
    margin-top: 5.1875rem;
  }
}
.p-about__content {
  margin-top: 9.6875rem;
}
@media screen and (max-width: 834px) {
  .p-about__content {
    margin-top: 4.875rem;
  }
}
.p-about__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 13.125rem;
}
@media screen and (max-width: 834px) {
  .p-about__list {
    margin-top: 3.875rem;
  }
}
.p-about__list-img {
  position: relative;
  margin-top: 2.375rem;
}
@media screen and (max-width: 834px) {
  .p-about__list-img {
    margin-top: 1.0625rem;
  }
}
.p-about__list-img::after {
  position: absolute;
  content: "";
  width: 25.1875rem;
  height: 26.125rem;
  top: 9.8125rem;
  right: 0;
  background-image: url(../img/common/img-about-position.webp);
}
@media screen and (max-width: 834px) {
  .p-about__list-img::after {
    width: 7.5rem;
    height: 7.8125rem;
    top: 62%;
    right: 48%;
    transform: translate(50%, -50%);
    background-size: cover;
  }
}
.p-about__item {
  margin-top: 24.875rem;
}
@media screen and (max-width: 834px) {
  .p-about__item {
    margin-top: 4.4375rem;
  }
}
.p-about__item-img {
  margin-top: 5.75rem;
  display: flex;
  justify-content: center;
}
.p-about__item-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.875rem;
  margin-top: 2.25rem;
}

.p-pro {
  margin-top: 22.375rem;
}
@media screen and (max-width: 834px) {
  .p-pro {
    margin-top: 7.125rem;
  }
}
.p-pro__inner {
  width: 80%;
  max-width: 105.625rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .p-pro__inner {
    width: 90%;
  }
}
.p-pro__title {
  position: relative;
  display: flex;
}
.p-pro__title-img {
  position: absolute;
  content: "";
  width: 15.8125rem;
  height: 17.0625rem;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-image: url(../img/common/img-project-top.webp);
}
@media screen and (max-width: 834px) {
  .p-pro__title-img {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-pro__title-sp {
    letter-spacing: -0.05em;
  }
}
.p-pro__contents {
  display: flex;
  flex-direction: column;
  margin-top: 8.125rem;
  gap: 11.5625rem;
}
@media screen and (max-width: 834px) {
  .p-pro__contents {
    margin-top: 7.0625rem;
    gap: 3.125rem;
  }
}
.p-pro-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-pro-content__title {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .p-pro-content__title {
    pointer-events: auto;
    writing-mode: horizontal-tb;
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20.0625rem;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .p-pro-content__title.--secondary {
    background: #FF9214;
    margin: 0;
    color: #fff;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .p-pro-content__title.--primary {
    background: #FFD802;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .p-pro-content__title.--green {
    background: #50AF9D;
    color: #fff;
  }
}
.p-pro-content__img {
  width: 100%;
}
.p-pro-content__flex {
  display: flex;
  flex-direction: column;
  gap: 11.5625rem;
}
@media screen and (max-width: 834px) {
  .p-pro-content__flex {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-pro-content__button-school {
    display: block;
    margin-top: 0.625rem;
  }
}
.p-pro-content__button-spy1 {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-pro-content__button-spy1 {
    margin: 1.25rem 0 3.125rem;
  }
}
.p-pro-content__button-spy2 {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-pro-content__button-spy2 {
    margin-top: 0.625rem;
  }
}
.p-pro-content__button-1year {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-pro-content__button-1year {
    margin-top: 0.625rem;
  }
}

.p-manage {
  margin-top: 21.125rem;
}
@media screen and (max-width: 834px) {
  .p-manage {
    margin-top: 13.75rem;
  }
}
.p-manage__inner {
  width: 80%;
  max-width: 105.625rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .p-manage__inner {
    width: 90%;
  }
}
.p-manage__head {
  max-width: 105.625rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  box-sizing: content-box;
  position: relative;
}
.p-manage__head::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #000;
  height: 0.375rem;
}
@media screen and (max-width: 834px) {
  .p-manage__head::before {
    bottom: 15%;
    z-index: -1;
  }
}
@media screen and (max-width: 834px) {
  .p-manage__head::after {
    width: 15.625rem;
    height: 3.75rem;
    bottom: 1.0625rem;
  }
}
@media screen and (max-width: 480px) {
  .p-manage__head::after {
    width: 14.6875rem;
    height: 2.8125rem;
  }
}
@media screen and (min-width: 835px) {
  .p-manage__title {
    position: relative;
    width: 32.375rem;
    bottom: 9.625rem;
    margin-bottom: -9.625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-manage__title {
    display: block;
    width: 100%;
    max-width: 22.3125rem;
    margin-inline: auto;
  }
}
.p-manage__img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9.3125rem;
  margin-top: 12.6875rem;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-manage__img {
    margin-top: 4.25rem;
    gap: 2.25rem;
  }
}

.p-voice {
  margin: 11rem 0 11.5625rem;
}
@media screen and (max-width: 834px) {
  .p-voice {
    margin: 5.625rem 0 6.25rem;
  }
}
.p-voice__inner {
  width: 80%;
  max-width: 105.625rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .p-voice__inner {
    width: 90%;
  }
}
.p-voice__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
.p-voice__title::after {
  content: "";
  height: 0.25rem;
  flex-grow: 1;
  background-color: #000;
  margin-left: 3.21875rem;
}
@media screen and (max-width: 834px) {
  .p-voice__title {
    font-size: 1.5rem;
    padding-bottom: 1.8125rem;
    border-bottom: 4px solid #000;
    justify-content: center;
  }
  .p-voice__title::after {
    content: none;
  }
}
.p-voice__img {
  margin-top: 6.25rem;
}
.p-voice__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.375rem;
  gap: 2.5625rem;
}
.p-voice__item {
  width: 100%;
  text-align: center;
}

.p-bg__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-hover-line {
  position: relative;
}
.u-hover-line::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.u-hover-line:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

@keyframes scrolltext {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 1362;
  }
}
/* 円を描くアニメーション */
@keyframes draw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* 塗りのアニメーション */
@keyframes filling {
  0% {
    box-shadow: inset 0 0 0 9px #fff;
  }
  100% {
    box-shadow: inset 0 0 0 50px #fff;
  }
}
@keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}
.u-dn {
  display: none;
}

@media screen and (min-width: 1025px) {
  .u-dn-lg-min {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-dn-lg-max {
    display: none;
  }
}

.js-parallax {
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .u-dn-md-max {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-dn-sm-max {
    display: none;
  }
}

.u-uline {
  text-decoration: underline;
}

.u-regular {
  font-weight: 400;
}

.u-semibold {
  font-weight: 600;
}

.u-bold {
  font-weight: bold;
}

.u-rounded {
  border-radius: 50%;
}

.u-ta-right {
  text-align: right;
}

.u-ta-center {
  text-align: center;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */