html {
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.mt-8 {
  margin-top: 8px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-1 {
  margin-left: 1px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.p-10 {
  padding: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.t-1 {
  position: relative;
  top: 1px;
}

.background-green {
  background-color: #d0e7d0;
}

.background-green-light {
  background-color: #ecf5ec;
}

.background-green-secondary {
  background-color: #f5decb;
}

.background-green-secondary-light {
  background-color: #fdfaf7;
}

.background-blue {
  background-color: #c6e7f1;
}

.background-blue-light {
  background-color: #f0f8fb;
}

.background-blue-secondary {
  background-color: #ffe7cc;
}

.background-blue-secondary-light {
  background-color: white;
}

.background-orange-dark {
  background-color: #f19d36;
}

.background-orange {
  background-color: #f7cb96;
}

.background-orange-light {
  background-color: #fbe5ca;
}

.background-orange-secondary {
  background-color: #bedecd;
}

.background-orange-secondary-light {
  background-color: #eff8f3;
}

.background-pink {
  background-color: #fbe9f1;
}

.background-pink-light {
  background-color: #fef6f9;
}

.background-pink-secondary {
  background-color: #ffa48f;
}

.background-pink-secondary-light {
  background-color: #ffe5df;
}

.text-smallest {
  font-size: 0.72rem;
}

.text-small {
  font-size: 0.8rem;
}

.text-smaller {
  font-size: 0.9rem;
}

.text-larger {
  font-size: 1.1rem;
}

.text-large {
  font-size: 1.2rem;
}

.text-largest {
  font-size: 1.4rem;
}

.text-black {
  color: #333333;
}

.text-green-light {
  color: #CAE4CB;
}

.text-green {
  color: #aed6af;
}

.text-green-dark {
  color: #8cc58e;
}

.text-green-secondary-light {
  color: #f5decc;
}

.text-green-secondary {
  color: #ECC3A1;
}

.text-green-secondary-dark {
  color: #e3a877;
}

.text-blue-light {
  color: #C7E7F1;
}

.text-blue {
  color: #9dd5e7;
}

.text-blue-secondary-light {
  color: #FFE9D2;
}

.text-blue-secondary {
  color: #ffce99;
}

.text-blue-secondary-dark {
  color: #ffb666;
}

.text-orange-light {
  color: #F8CD9A;
}

.text-orange {
  color: #f4b466;
}

.text-orange-secondary-light {
  color: #cde7d9;
}

.text-orange-secondary {
  color: #9ccdb3;
}

.text-pink-light {
  color: #f6cbdc;
}

.text-pink {
  color: #E1518B;
}

.text-pink-secondary-light {
  color: #FFBCAC;
}

.text-pink-secondary {
  color: #FF7B5C;
}

.text-500 {
  font-weight: 500;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.text-white {
  color: #FFF;
}

.text-bebas {
  font-family: "Bebas Neue", sans-serif;
}

.text-dec {
  font-family: "Kiwi Maru", sans-serif;
}

.text-default {
  font-family: "Noto Sans JP", sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.text-preline {
  white-space: pre-line;
}

.text-yellow {
  color: #f4b927;
}

.uk-card {
  border-radius: 10px;
}

.uk-button {
  border-radius: 24px;
}
.uk-button.uk-button-large {
  border-radius: 28px;
}

.uk-button-green {
  background-color: #9dcd9e;
  color: #FFFFFF;
}
.uk-button-green:hover:not(:disabled) {
  background-color: #8cc58e;
  color: #FFFFFF;
}

.uk-button-green-secondary {
  background-color: #e8b58c;
  color: #FFFFFF;
}
.uk-button-green-secondary:hover:not(:disabled) {
  background-color: #e3a877;
  color: #FFFFFF;
}

.uk-button-blue {
  background-color: #9dd5e7;
  color: #FFFFFF;
}
.uk-button-blue:hover:not(:disabled) {
  background-color: #74c3dd;
  color: #FFFFFF;
}

.uk-button-orange {
  background-color: #f4b466;
  color: #FFFFFF;
}
.uk-button-orange:hover:not(:disabled) {
  background-color: #f19d36;
  color: #FFFFFF;
}

.uk-button-pink {
  background-color: #E1518B;
  color: #FFFFFF;
}
.uk-button-pink:hover:not(:disabled) {
  background-color: #da266e;
  color: #FFFFFF;
}

.uk-button-yellow {
  background-color: #f3b10f;
  color: #FFFFFF;
}
.uk-button-yellow:hover:not(:disabled) {
  background-color: #dda00b;
  color: #FFFFFF;
}

.uk-container {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 80px !important;
}

.uk-text-lead {
  font-size: 22px;
  line-height: 1.5;
}

.heroSection,
.section {
  box-sizing: border-box;
}

.section {
  padding: 180px 0;
}

.heroSection {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heroBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.subheader {
  color: #666;
  font-weight: 500;
  margin-top: 10px;
}

.paragraph {
  line-height: 1.7;
}

.logoContainer {
  height: 100px;
  margin: 1.5rem 0;
}
.logoContainer img {
  object-fit: contain;
  height: 100%;
}

.textContainer {
  height: 160px;
}

.footerText {
  color: #BBBBBB;
}

.input:hover, .input:focus {
  border-color: #aed6af;
}

.uk-modal-dialog {
  overflow: hidden;
  border-radius: 10px;
}
.uk-modal-dialog .uk-modal-footer .uk-button-primary {
  background-color: #9dcd9e;
  color: #FFFFFF;
}
.uk-modal-dialog .uk-modal-footer .uk-button-primary:hover:not(:disabled) {
  background-color: #8cc58e;
  color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  .heroSection {
    position: relative;
    min-height: calc(100vh - 64px);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section {
    padding: 60px 0;
  }
  .header {
    font-size: 18px;
  }
  .subheader {
    font-size: 12px;
  }
  .lead {
    font-size: 18px !important;
    text-align: center;
  }
  .paragraph {
    font-size: 14px;
  }
  table {
    font-size: 14px;
  }
  .textContainer {
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
