@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  color: #000000;
  margin: 0px;
  font-family: "M PLUS 1", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-size: 1.9rem;
  font-weight: 500;
  background-attachment: fixed;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #000;
  text-decoration: none;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loader {
  text-align: center;
  color: #000;
  z-index: 2;
}

#wrapper {
  position: relative;
  z-index: 2;
  opacity: 0;
  display: none;
}

.backGround {
  display: none;
}
@media (min-width: 768px) {
  .backGround {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/bg_main01.jpg) no-repeat center/cover;
    -webkit-transition: all 1200ms 0s ease;
    transition: all 1200ms 0s ease;
  }
}
.backGround.bg01 {
  background: url(../images/bg_main01.jpg) no-repeat center/cover;
  -webkit-transition: all 1200ms 0s ease;
  transition: all 1200ms 0s ease;
}
.backGround.bg02 {
  background: url(../images/bg_main02.jpg) no-repeat center/cover;
  -webkit-transition: all 1200ms 0s ease;
  transition: all 1200ms 0s ease;
}
.backGround.bg03 {
  background: url(../images/bg_main03.jpg) no-repeat center/cover;
  -webkit-transition: all 1200ms 0s ease;
  transition: all 1200ms 0s ease;
}
.backGround.bg04 {
  background: url(../images/bg_main04.jpg) no-repeat center/cover;
  -webkit-transition: all 1200ms 0s ease;
  transition: all 1200ms 0s ease;
}

.scroll_down {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 100;
}
.scroll_down a {
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  background-size: 14px auto;
  z-index: 100;
  text-decoration: none;
}
.scroll_down a:before {
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 9px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #000;
  border-width: 0px 0 2px 2px;
  z-index: 1;
}
.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  content: "";
  border-radius: 100%;
  top: calc(50% - 64px);
  left: calc(50% - 19px);
  background: #fff;
}
.scroll_down a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #000;
          box-shadow: 0 0 0 0 #000;
  opacity: 0;
  -webkit-animation: circle 3s infinite;
          animation: circle 3s infinite;
  top: calc(50% - 65px);
  left: calc(50% - 19px);
}

#charcter02-01 {
  position: absolute;
  aspect-ratio: 246/454;
  width: 123px;
}
@media (min-width: 1400px) {
  #charcter02-01 {
    width: 180px;
  }
}
#charcter02-01 img {
  -webkit-animation: updown 4s ease-in-out infinite alternate;
          animation: updown 4s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

#charcter03-01 {
  position: absolute;
  right: 30px;
  aspect-ratio: 308/400;
  width: 154px;
}
@media (min-width: 1400px) {
  #charcter03-01 {
    width: 220px;
  }
}
#charcter03-01 img {
  -webkit-animation: updown 4s ease-in-out infinite alternate;
          animation: updown 4s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}
#charcter04-01 {
  display: none;
}
@media (min-width: 768px) {
  #charcter04-01 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transform: translate(-25%, 100%) rotate(10deg);
            transform: translate(-25%, 100%) rotate(10deg);
    width: calc((100vw - 580px) / 2);
    opacity: 0;
  }
}
#charcter04-01.on {
  -webkit-animation: char04-01 0.6s ease-in-out 1 alternate;
          animation: char04-01 0.6s ease-in-out 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes char04-01 {
  0% {
    -webkit-transform: scale(1, 1) translate(-25%, 100%) rotate(10deg);
            transform: scale(1, 1) translate(-25%, 100%) rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translate(-11%, 40%) rotate(10deg);
            transform: scale(1, 1.1) translate(-11%, 40%) rotate(10deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(-12%, 45%) rotate(10deg);
            transform: scale(1, 0.9) translate(-12%, 45%) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-12%, 40%) rotate(10deg);
            transform: scale(1, 1) translate(-12%, 40%) rotate(10deg);
    opacity: 1;
  }
}
@keyframes char04-01 {
  0% {
    -webkit-transform: scale(1, 1) translate(-25%, 100%) rotate(10deg);
            transform: scale(1, 1) translate(-25%, 100%) rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translate(-11%, 40%) rotate(10deg);
            transform: scale(1, 1.1) translate(-11%, 40%) rotate(10deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(-12%, 45%) rotate(10deg);
            transform: scale(1, 0.9) translate(-12%, 45%) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-12%, 40%) rotate(10deg);
            transform: scale(1, 1) translate(-12%, 40%) rotate(10deg);
    opacity: 1;
  }
}

#charcter04-02 {
  display: none;
}
@media (min-width: 768px) {
  #charcter04-02 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    -webkit-transform: translate(-100%, 100%) rotate(-6deg);
            transform: translate(-100%, 100%) rotate(-6deg);
    width: calc((100vw - 580px) / 2 * 0.3);
  }
}
#charcter04-02.on {
  -webkit-animation: char04-02 0.6s ease-in-out 1 alternate;
          animation: char04-02 0.6s ease-in-out 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes char04-02 {
  0% {
    -webkit-transform: scale(1, 1) translate(-100%, 100%) rotate(-6deg);
            transform: scale(1, 1) translate(-100%, 100%) rotate(-6deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translate(-100%, -10%) rotate(-6deg);
            transform: scale(1, 1.1) translate(-100%, -10%) rotate(-6deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(-100%, -15%) rotate(-6deg);
            transform: scale(1, 0.9) translate(-100%, -15%) rotate(-6deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-100%, -10%) rotate(-6deg);
            transform: scale(1, 1) translate(-100%, -10%) rotate(-6deg);
    opacity: 1;
  }
}
@keyframes char04-02 {
  0% {
    -webkit-transform: scale(1, 1) translate(-100%, 100%) rotate(-6deg);
            transform: scale(1, 1) translate(-100%, 100%) rotate(-6deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translate(-100%, -10%) rotate(-6deg);
            transform: scale(1, 1.1) translate(-100%, -10%) rotate(-6deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(-100%, -15%) rotate(-6deg);
            transform: scale(1, 0.9) translate(-100%, -15%) rotate(-6deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-100%, -10%) rotate(-6deg);
            transform: scale(1, 1) translate(-100%, -10%) rotate(-6deg);
    opacity: 1;
  }
}

#charcter04-03 {
  display: none;
}
@media (min-width: 768px) {
  #charcter04-03 {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - (100vw - 580px) / 2 * 0.8);
    -webkit-transform: translate(100%, 140%) rotate(-10deg);
            transform: translate(100%, 140%) rotate(-10deg);
    width: calc((100vw - 580px) / 2 * 0.5);
  }
}
#charcter04-03.on {
  -webkit-animation: char04-03 0.6s ease-in-out 1 alternate;
          animation: char04-03 0.6s ease-in-out 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes char04-03 {
  0% {
    -webkit-transform: scale(1, 1) translateX(100%) translatey(140%) rotate(-10deg);
            transform: scale(1, 1) translateX(100%) translatey(140%) rotate(-10deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 1.1) translateX(10%) translatey(-40%) rotate(-10deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 0.9) translateX(10%) translatey(-40%) rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 1) translateX(10%) translatey(-40%) rotate(-10deg);
    opacity: 1;
  }
}
@keyframes char04-03 {
  0% {
    -webkit-transform: scale(1, 1) translateX(100%) translatey(140%) rotate(-10deg);
            transform: scale(1, 1) translateX(100%) translatey(140%) rotate(-10deg);
  }
  50% {
    -webkit-transform: scale(1, 1.1) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 1.1) translateX(10%) translatey(-40%) rotate(-10deg);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 0.9) translateX(10%) translatey(-40%) rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translateX(10%) translatey(-40%) rotate(-10deg);
            transform: scale(1, 1) translateX(10%) translatey(-40%) rotate(-10deg);
    opacity: 1;
  }
}

#mainNavigation {
  display: none;
}
@media (min-width: 1200px) {
  #mainNavigation {
    display: block;
    position: fixed;
    z-index: 5;
    width: 270px;
    top: 50%;
    left: calc(50% - 455px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1300px) {
  #mainNavigation {
    left: calc(50% - 475px);
  }
}
@media (min-width: 1400px) {
  #mainNavigation {
    left: calc(50% - 515px);
  }
}
#mainNavigation ul {
  list-style: none;
}
#mainNavigation ul li {
  margin-bottom: 10px;
}
#mainNavigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 20px 40px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  width: 270px;
  height: 68px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#mainNavigation ul li a:hover {
  color: #ffbb40 !important;
}

.current a {
  color: #ffbb40 !important;
}

#side-Controller {
  display: none;
}
@media (min-width: 1200px) {
  #side-Controller {
    display: block;
    position: fixed;
    z-index: 6;
    top: 50%;
    left: calc(83% + 80px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    padding: 6px 6px 24px;
    background: #cccccc;
    left: calc(50% + 390px);
  }
}
@media (min-width: 1300px) {
  #side-Controller {
    left: calc(50% + 420px);
  }
}
@media (min-width: 1400px) {
  #side-Controller {
    left: calc(50% + 420px);
  }
}
#side-Controller .inr {
  background: #9e9e9e;
  padding: 14px 8px;
}
#side-Controller .inr .side-Controller_UpDown {
  background: #000;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#side-Controller .inr .side-Controller_UpDown li {
  width: 20px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0px;
}
#side-Controller .inr .side-Controller_UpDown li img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#side-Controller .inr .side-Controller_UpDown li.on img {
  -webkit-filter: invert(84%) sepia(18%) saturate(5656%) hue-rotate(331deg) brightness(106%) contrast(101%);
          filter: invert(84%) sepia(18%) saturate(5656%) hue-rotate(331deg) brightness(106%) contrast(101%);
}
#side-Controller .inr .side-Controller_Floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
#side-Controller .inr .side-Controller_Floor li {
  width: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
#side-Controller .inr .side-Controller_Floor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #393939;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-decoration: none;
  border: solid 1px #000;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#side-Controller .inr .side-Controller_Floor li a:hover {
  color: #ffaf38;
}
#side-Controller .inr .side-Controller_Wheelchair {
  background: #1d2974;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  aspect-ratio: 1;
  margin: 0px auto 16px;
}
#side-Controller .inr .side-Controller_Wheelchair img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 80%;
}
#side-Controller .inr .side-Controller_OpenClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
#side-Controller .inr .side-Controller_OpenClose li {
  width: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #393939;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-decoration: none;
  padding: 4px;
}
#side-Controller .inr .side-Controller_OpenClose li img {
  -webkit-filter: brightness(0) invert(0.4);
          filter: brightness(0) invert(0.4);
}

#baseBody {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-left: none;
  border-right: none;
  background-color: #ede3da;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  #baseBody {
    width: 580px;
    padding: 0px 30px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
}
#baseBody .pillar-left {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 31;
  -webkit-animation: pillar-left 1.5s ease-in-out 1.5s 1 both;
  animation: pillar-left 1.5s ease-in-out 1.5s 1 both;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@-webkit-keyframes pillar-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-36px);
            transform: translateX(-36px);
  }
}
@keyframes pillar-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-36px);
            transform: translateX(-36px);
  }
}
#baseBody .pillar-right {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 32;
  -webkit-animation: pillar-right 1.5s ease-in-out 1.5s 1 both;
  animation: pillar-right 1.5s ease-in-out 1.5s 1 both;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@-webkit-keyframes pillar-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(36px);
            transform: translateX(36px);
  }
}
@keyframes pillar-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(36px);
            transform: translateX(36px);
  }
}
#baseBody .door-left {
  position: absolute;
  left: 2px;
  top: 60px;
  z-index: 21;
  -webkit-animation: door-left 1.5s ease-in-out 1s 1 both;
  animation: door-left 1.5s ease-in-out 1s 1 both;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 50%;
}
@media (min-width: 768px) {
  #baseBody .door-left {
    width: 289px;
  }
}
@-webkit-keyframes door-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes door-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
#baseBody .door-right {
  position: absolute;
  right: 1px;
  top: 60px;
  z-index: 22;
  -webkit-animation: door-right 1.5s ease-in-out 1s 1 both;
  animation: door-right 1.5s ease-in-out 1s 1 both;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  width: 50%;
}
@media (min-width: 768px) {
  #baseBody .door-right {
    width: 291px;
  }
}
@-webkit-keyframes door-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes door-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}

#floor_navi {
  position: fixed;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ede3da;
  top: 0px;
  z-index: 10;
  border-bottom: 12px solid #363636;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  -webkit-animation: floor_navi 1.5s ease-in-out 1.5s 1 both;
  animation: floor_navi 1.5s ease-in-out 1.5s 1 both;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (min-width: 768px) {
  #floor_navi {
    width: 548px;
  }
}
#floor_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  background: #000;
  padding: 0px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
@media (min-width: 768px) {
  #floor_navi ul {
    padding: 0px 42px;
  }
}
#floor_navi ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  aspect-ratio: 1;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#floor_navi ul li.current {
  color: #ffbb40;
}
#floor_navi ul .arrow-down img,
#floor_navi ul .arrow-up img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 20px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#floor_navi ul .arrow-down.on img,
#floor_navi ul .arrow-up.on img {
  -webkit-filter: invert(93%) sepia(25%) saturate(7201%) hue-rotate(321deg) brightness(97%) contrast(105%);
          filter: invert(93%) sepia(25%) saturate(7201%) hue-rotate(321deg) brightness(97%) contrast(105%);
}

@-webkit-keyframes floor_navi {
  0% {
    border-bottom: 12px solid #363636;
  }
  100% {
    border-bottom: 0px solid #363636;
  }
}
@keyframes floor_navi {
  0% {
    border-bottom: 12px solid #363636;
  }
  100% {
    border-bottom: 0px solid #363636;
  }
}
#main {
  background: #fff;
  padding: 0px 20px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  #main {
    padding: 0px 40px;
  }
}

#sec01 {
  margin-top: 100px;
  padding-bottom: 60px;
}
#sec01 #logo {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}
@media (min-width: 768px) {
  #sec01 #logo {
    width: 363px;
  }
}
#sec01 #mainVisual {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 518/537;
  background: url(../images/main_visual.jpg) no-repeat center/contain;
  position: relative;
}
#sec01 #mainVisual #charcter01-01 {
  width: 37.83%;
  height: auto;
  position: absolute;
  left: 1.1%;
  bottom: 5.5%;
}
#sec01 #mainVisual #charcter01-02 {
  height: auto;
  position: absolute;
  width: 23.35%;
  left: 42.73%;
  bottom: 9.12%;
}
#sec01 #mainVisual #charcter01-03 {
  height: auto;
  position: absolute;
  width: 27.41%;
  right: 1%;
  bottom: 3.9%;
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.poyoyon3 {
  -webkit-animation: poyoyon3 2.5s ease-in-out infinite alternate;
          animation: poyoyon3 2.5s ease-in-out infinite alternate;
  opacity: 1;
}

@-webkit-keyframes poyoyon3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, 7px) rotate(0deg);
            transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}

@keyframes poyoyon3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, 7px) rotate(0deg);
            transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.puyon {
  -webkit-animation: puyon 1s linear 0s 1;
  animation: puyon 1s linear 0s 1;
}

@-webkit-keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -10%);
            transform: scale(0.95, 1.05) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -10%);
            transform: scale(0.95, 1.05) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
#sec02 {
  padding: 60px 0px;
}

#sec03 {
  padding: 0px 0px 60px;
}

#sec04 {
  padding: 0px 0px 60px;
}

.slider01 {
  margin: 0px -20px;
}
@media (min-width: 768px) {
  .slider01 {
    margin: 0px -40px;
  }
}
.slider01 li {
  background: #fff;
}
.slider01 img {
  width: 100%;
  cursor: pointer;
}

.slider01 .slick-slide {
  margin: 0px 5px;
}

.company-Table_Wrap {
  padding: 30px;
  background: #629675;
  border-radius: 16px;
}
.company-Table_Wrap a {
  color: #fff;
}
.company-Table_Wrap table {
  color: #fff;
  width: 100%;
  border-collapse: collapse;
}
.company-Table_Wrap table th,
.company-Table_Wrap table td {
  padding: 15px 0px;
  line-height: 1.2;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: solid 1px #fff;
}
.company-Table_Wrap table th {
  white-space: nowrap;
  vertical-align: top;
}
.company-Table_Wrap table td {
  padding-left: 15px;
}

.contact-Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-Box .box-Left,
.contact-Box .box-Right {
  width: 48%;
}
.contact-Box .box-Left p,
.contact-Box .box-Right p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
  text-align: left;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
  color: #db2929;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem;
  border: solid 1px #a1a1a1;
  border-radius: 8px;
  width: 100%;
}

.select-Wrap {
  position: relative;
  display: inline-block;
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 56px;
  background: #0c7432;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
  border: none;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #10552a;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow-left.svg) no-repeat center/contain;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.btn-Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-Box .formBtn {
  width: 48%;
}

#copy {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
#contact .backGround {
  opacity: 1;
}
#contact #wrapper {
  opacity: 1;
  display: block;
}
#contact #main {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  #contact #main {
    padding: 60px 40px;
  }
}
#contact #baseBody #floor_navi {
  border-bottom: none !important;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Title
 *  
 *-------------------------------------------------------------------------------------------*/
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.title:before {
  content: "";
  display: block;
  width: 41px;
  height: 36px;
  background: url(../images/icon_nut.png) no-repeat center;
  margin-bottom: 1rem;
}
.title .en {
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  color: #0c7432;
  margin-bottom: 1rem;
}
.title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.title.tit01 {
  background: url(../images/bg_title01.jpg) no-repeat center/100% auto;
}
.title.tit02 {
  background: url(../images/bg_title02.jpg) no-repeat center/100% auto;
}
.title.tit03 {
  background: url(../images/bg_title03.jpg) no-repeat center/100% auto;
}

.subTitle {
  text-align: center;
  position: relative;
}
.subTitle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
  background: url(../images/bg_subtitle.png) no-repeat center/100% 100%;
  height: 52px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0px 1.5em;
  position: relative;
  z-index: 2;
}
.subTitle:after {
  content: "";
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 1, 0.66, 1);
  transition: all 0.2s cubic-bezier(0.2, 1, 0.66, 1);
  /*ひょっこりさせるイラスト*/
  position: absolute;
  opacity: 0;
  /*不透明度を0に*/
  z-index: 1;
  /*重ね順を下に*/
  /*左右を中央寄せ*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*左右を中央寄せ*/
}
.subTitle.on::after {
  opacity: 1;
}
.subTitle.top:after {
  aspect-ratio: 151/158;
  width: 52px;
  background: url(../images/charcter01-02.png) no-repeat center/contain;
  top: 0;
  left: 50%;
}
.subTitle.top.on:after {
  top: -48px;
}
.subTitle.left:after {
  aspect-ratio: 123/227;
  width: 54px;
  background: url(../images/charactor02-01.png) no-repeat center/contain;
  bottom: 10px;
  left: -20px;
  -webkit-transform: scale(0.8) rotate(25deg);
          transform: scale(0.8) rotate(25deg);
  /*scaleではじめは大きさを小さく、rotateで斜めからの出現*/
}
.subTitle.left.on:after {
  bottom: 0;
  left: -35px;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  /*scaleを1(初期値)に戻すrotateを0(初期値)にして着地*/
}
.subTitle.right:after {
  aspect-ratio: 154/200;
  width: 74px;
  background: url(../images/charactor03-01.png) no-repeat center/contain;
  bottom: 10px;
  right: -20px;
  -webkit-transform: scale(-0.8, 0.8) rotate(25deg);
          transform: scale(-0.8, 0.8) rotate(25deg);
}
.subTitle.right.on:after {
  bottom: 0;
  right: -45px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.blue {
  color: #064d95;
}

.red {
  color: #db2929;
}

.textAline-Justify {
  text-align: justify;
}

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

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.heightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.black {
  color: #000 !important;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}
.fs24 {
  font-size: 4.16vw;
}
@media (min-width: 576px) {
  .fs24 {
    font-size: 2.4rem;
  }
}

.fs28 {
  font-size: 4.86vw;
}
@media (min-width: 576px) {
  .fs28 {
    font-size: 2.8rem;
  }
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

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

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

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

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */